@charset "UTF-8";
    @font-face {
    font-family: "NotoSansRegular";
    src: url("../Fonts/NotoSansRegular.woff");
}
@font-face {
    font-family: "NotoSansBold";
    src: url("../Fonts/NotoSansBold.woff");
}
@font-face {
    font-family: "MontserratSemiBold";
    src: url("../Fonts/MontserratSemiBold.woff");
}
@font-face {
    font-family: "MontserratMedium";
    src: url("../Fonts/MontserratMedium.woff");
}
@font-face {
    font-family: "MontserratLight";
    src: url("../Fonts/MontserratLight.woff");
}
* {
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
}
html {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: NotoSansRegular, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0;
    letter-spacing: 0;
    text-decoration: none;
    cursor: default;
}
.main {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.found {
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex: 1 0 auto;
    width: 100%}
.breadcrumb {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 1600px;
    padding: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.content {
    width: 100%;
    max-width: 1600px;
    padding: 40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.editor {
    width: 100%;
    max-width: 1600px;
    padding: 40px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.footer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex: 0 0 auto;
    width: 100%}
.footer-inner {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 0 16px;
    margin: 0 auto;
}
.footer-divider {
    width: 100%;
    height: 1px;
    background: #dbdce0;
}
.info {
    width: 100%;
    padding: 32px 0;
    background: #f0f1f3;
}
.btn-info {
    font-family: MontserratSemiBold, serif;
    font-size: 12px;
    line-height: 24px;
    color: #092c4a;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.rect {
    min-width: 3px;
    min-height: 3px;
    background: #0e2c48;
    margin: 8px;
}
.social {
    width: 100%;
    padding: 32px 0;
    background: #384c71;
}
.btn-social {
    font-family: MontserratSemiBold, serif;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.personal-lefter {
    flex: 0 0 280px;
    width: 280px;
    height: 100%}
.personal-righter {
    width: 100%;
    height: 100%}
.personal-topper {
    width: 100%;
    height: 160px;
}
.order-topper {
    width: 100%;
    height: 214px;
}
.package-topper {
    width: 100%;
    height: 232px;
}
.personal-lay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.personal-content {
    width: 100%;
    padding: 32px;
    margin: 0 auto;
}
.filter-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
    z-index: 3000;
}
.filter-content {
    width: 100%;
    padding: 0 16px;
}
.order-bar {
    position: fixed;
    left: 0;
    width: 100%;
    height: 198px;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
    z-index: 3000;
}
.package-bar {
    position: fixed;
    left: 0;
    width: 100%;
    height: 216px;
    background: #fff;
    box-shadow: 0 1px 1px #ccc;
    z-index: 3000;
}
ul {
    margin: 0;
    padding: 0 20px;
}
ul li {
    list-style-type: disc;
    margin: 0;
    line-height: 32px;
}
a {
    font-family: NotoSansRegular, serif;
    font-size: 14px;
    color: #3070a0;
    text-decoration: none;
    cursor: pointer;
}
label {
    font-size: 14px;
    color: #0e2c48;
}
b, strong {
    font-family: NotoSansBold, serif;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
}
p {
    margin: 8px 0;
}
img {
    display: block;
    border: none;
    max-width: 100%}
button, input[type="button"], input[type="submit"] {
    outline: none;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 0 4px;
    font-family: NotoSansRegular, serif;
    font-size: 14px;
    outline: none;
    vertical-align: middle;
    border: solid 1px #cdd0d5;
    border-radius: 4px;
    vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    margin: 0 3px 0 0;
    vertical-align: middle;
}
textarea {
    width: 100%;
    padding: 4px;
    font-family: NotoSansRegular, serif;
    font-size: 14px;
    outline: none;
    vertical-align: middle;
    border: solid 1px #cdd0d5;
    border-radius: 4px;
    resize: vertical;
    vertical-align: middle;
}
select {
    width: 100%;
    height: 48px;
    font-family: NotoSansRegular, serif;
    color: #333;
    font-size: 14px;
    outline: none;
    vertical-align: middle;
    border: solid 1px #cdd0d5;
    border-radius: 4px;
    padding: 0 4px;
    vertical-align: middle;
}
select>option {
    background: #fff;
    color: #333;
    font-family: NotoSansRegular, serif;
    font-size: 14px;
}
select.fixed-select {
    width: 80px;
}
input.fixed-input {
    width: 240px;
}
select.calculator-select, input.calculator-input {
    border: none;
    height: 46px;
}
input.mobile-input {
    background: transparent;
    border: none;
    padding: 0;
}
input.depositInput {
    background: transparent;
    border: none;
    font-family: NotoSansBold, serif;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: right;
}
iframe {
    border: none;
}
h1 {
    font-family: MontserratSemiBold;
    font-weight: normal;
    margin: 0;
}
h2 {
    font-family: MontserratSemiBold;
    font-weight: normal;
    margin: 0;
}
h3 {
    font-family: MontserratSemiBold;
    font-weight: normal;
    margin: 0;
}
h4 {
    font-family: MontserratSemiBold;
    font-weight: normal;
    margin: 0;
}
h5 {
    font-family: MontserratSemiBold;
    font-weight: normal;
    margin: 0;
}
h6 {
    font-family: MontserratSemiBold;
    font-weight: normal;
    margin: 0;
}
.pointer {
    cursor: pointer;
}
.hidden {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis {
    text-overflow: ellipsis;
}
.center {
    text-align: center;
}
.single-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
}
.multi-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
}
.single-column {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    align-content: stretch;
}
.multi-column {
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    align-content: stretch;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.align-center {
    align-items: center;
    align-content: center;
}
.align-start {
    align-items: flex-start;
    align-content: flex-start;
}
.align-end {
    align-items: flex-end;
    align-content: flex-end;
}
.align-stretch {
    align-items: stretch;
    align-content: stretch;
}
.align-baseline {
    align-items: baseline;
    align-content: center;
}
.self-center {
    align-self: center;
}
.self-start {
    align-self: flex-start;
}
.self-end {
    align-self: flex-end;
}
.self-stretch {
    align-self: stretch;
}
.self-baseline {
    align-self: baseline;
}
.flex-fixed {
    flex: 1 1 100%}
.v-xs {
    padding: 8px 0;
}
.v-s {
    padding: 16px 0;
}
.v-m {
    padding: 24px 0;
}
.v-l {
    padding: 32px 0;
}
.v-xl {
    padding: 40px 0;
}
.h-xs {
    padding: 0 8px;
}
.h-s {
    padding: 0 16px;
}
.h-m {
    padding: 0 24px;
}
.h-l {
    padding: 0 16px;
}
.h-xl {
    padding: 0 40px;
}
.btn-yellow {
    display: block;
    max-width: 240px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    font-family: MontserratSemiBold;
    text-transform: uppercase;
    color: #fff;
    background: #fa6610;
    border-radius: 4px;
    border: solid 1px #fa6610;
    border-bottom: solid 2px #d64e02;
    text-align: center;
    text-decoration: none;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.btn-blue {
    display: block;
    max-width: 240px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    font-family: MontserratSemiBold;
    text-transform: uppercase;
    color: #fff;
    background: #384c71;
    border-radius: 4px;
    border: solid 1px #384c71;
    border-bottom: solid 2px #0e2c48;
    text-align: center;
    text-decoration: none;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.btn-ebay {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    font-family: MontserratSemiBold;
    text-transform: uppercase;
    color: #fff;
    background: #36a;
    border-radius: 4px;
    border: solid 1px #36a;
    border-bottom: solid 2px #149;
    text-align: center;
    text-decoration: none;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.btn-white {
    display: block;
    max-width: 240px;
    width: 100%;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
    font-family: MontserratSemiBold;
    text-transform: uppercase;
    color: #777;
    background: #fafbfd;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    border-bottom: solid 2px #cecfd3;
    text-align: center;
    text-decoration: none;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.btn-gray {
    display: block;
    height: 32px;
    font-size: 10px;
    line-height: 32px;
    font-family: MontserratSemiBold;
    text-transform: uppercase;
    color: #777;
    background: #fafbfd;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    border-bottom: solid 2px #cecfd3;
    text-align: center;
    text-decoration: none;
    margin: 8px 0;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.btn-gray.selected {
    color: #fa6610;
}
.btn-status {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-family: NotoSansRegular;
    text-decoration: none;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #333;
    background: #fff;
    border-radius: 24px;
    border: solid 1px #fff;
    margin: 16px 0;
    padding: 0 8px;
    white-space: nowrap;
    cursor: pointer;
}
.btn-status:hover {
    border: solid 1px #cdd0d5;
}
.btn-status.selected {
    color: #fff;
    background: #3070a0;
}
.status-count {
    min-width: 32px;
    font-family: NotoSansRegular;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 16px;
    border: solid 1px #cdd0d5;
    padding: 0 8px;
}
.btn-rect {
    display: block;
    min-width: 48px;
    max-height: 48px;
    font-size: 36px;
    line-height: 48px;
    font-family: MontserratSemiBold;
    text-transform: uppercase;
    color: #777;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 8px;
    cursor: pointer;
}
.bg-gray {
    background: #f0f1f3;
    width: 100%}
.bg-blue {
    background: #384c71;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gray-card {
    background: #f0f1f3;
    width: 100%;
    height: 100%;
    padding: 32px 16px;
}
.gray-tile {
    background: #f0f1f3;
    width: 100%;
    padding: 32px 16px;
    margin: 16px 0;
}
.gray-box {
    background: #f0f1f3;
    width: 380px;
    border-radius: 4px;
    padding: 24px;
    margin: 32px 0;
}
.yellow-box {
    width: 380px;
    background: #fa6610 url(../Images/img-bonus.svg) repeat center;
    border-radius: 4px;
    padding: 24px;
    margin: 32px 0;
}
.white-box {
    width: 380px;
    padding: 16px 0;
}
.label-xs {
    width: 12.5%}
.label-s {
    width: 25%}
.label-m {
    width: 37.5%}
.label-l {
    width: 50%}
.label-xl {
    width: 75%}
.column-xs {
    flex: 0 1 25%;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-s {
    flex: 0 1 33.33%;
    width: 33.33%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-m {
    flex: 0 1 50%;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-l {
    flex: 0 1 66.66%;
    width: 66.66%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column-xl {
    flex: 0 1 75%;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.whitespace {
    white-space: nowrap;
}
.decoration {
    text-decoration: none;
}
.yellow-txt {
    font-family: NotoSansRegular;
    font-size: 16px;
    font-weight: normal;
    color: #f9a057;
}
.azure-head {
    font-family: MontserratMedium;
    font-size: 36px;
    font-weight: normal;
    color: #3070a0;
}
.azure-lable {
    font-family: MontserratMedium;
    font-size: 24px;
    font-weight: normal;
    color: #3070a0;
}
.azure-title {
    font-family: MontserratSemiBold;
    font-size: 20px;
    font-weight: normal;
    color: #3070a0;
}
.azure-txt {
    font-family: MontserratSemiBold;
    font-size: 16px;
    font-weight: normal;
    color: #3070a0;
    text-transform: uppercase;
}
.azure-link {
    font-family: MontserratSemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #3070a0;
    text-transform: uppercase;
    text-decoration: underline;
}
.azure-comment {
    font-family: NotoSansRegular;
    font-weight: normal;
    color: #3070a0;
    font-size: 13px;
}
.azure-description {
    font-family: NotoSansBold;
    font-weight: normal;
    color: #3070a0;
    font-size: 12px;
}
.white-head {
    font-family: MontserratMedium, serif;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}
.white-label {
    font-family: MontserratLight, serif;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}
.white-promo {
    font-family: MontserratMedium, serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.white-article {
    font-family: MontserratLight, serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.white-title {
    font-family: MontserratSemiBold;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.white-balance {
    font-family: NotoSansBold, serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.white-description {
    font-family: MontserratMedium;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.white-txt {
    font-family: MontserratLight, serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.white-user {
    font-family: NotoSansRegular, serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.white-contacts {
    font-family: MontserratMedium, serif;
    font-size: 9px;
    font-weight: normal;
    color: #fff;
}
.white-comment {
    font-family: MontserratLight, serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.white-link {
    font-family: MontserratLight, serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
}
.red-txt {
    font-family: MontserratLight, serif;
    font-size: 16px;
    font-weight: normal;
    color: red;
}
.black-head {
    font-family: MontserratSemiBold;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}
.black-title {
    font-family: MontserratSemiBold;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}
.black-contacts {
    font-family: NotoSansRegular, serif;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.black-helper {
    font-family: MontserratSemiBold, serif;
    font-weight: normal;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.black-description {
    font-family: NotoSansBold, serif;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}
.black-price {
    font-family: NotoSansBold, serif;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.black-txt {
    font-family: NotoSansRegular, serif;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.black-value {
    font-family: NotoSansBold, serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.black-comment {
    font-family: NotoSansRegular, serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.black-notice {
    font-family: NotoSansBold, serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}
.black-label {
    font-family: NotoSansBold, serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
.blue-head {
    font-family: MontserratMedium, serif;
    font-size: 40px;
    font-weight: normal;
    color: #0e2c48;
}
.blue-label {
    font-family: MontserratLight, serif;
    font-size: 36px;
    font-weight: normal;
    color: #0e2c48;
}
.blue-price {
    font-family: MontserratSemiBold, serif;
    font-size: 24px;
    font-weight: normal;
    color: #0e2c48;
}
.blue-description {
    font-family: MontserratLight, serif;
    font-weight: normal;
    font-size: 18px;
    font-weight: normal;
    color: #0e2c48;
}
.blue-title {
    font-family: NotoSansBold, serif;
    font-size: 18px;
    font-weight: normal;
    color: #0e2c48;
}
.blue-link {
    font-family: MontserratSemiBold, serif;
    font-size: 16px;
    font-weight: normal;
    color: #0e2c48;
    text-transform: uppercase;
    text-decoration: underline;
}
.blue-service {
    font-family: NotoSansRegular, serif;
    font-size: 15px;
    font-weight: normal;
    color: #0e2c48;
    text-transform: uppercase;
}
.blue-txt {
    font-family: NotoSansRegular, serif;
    font-size: 15px;
    font-weight: normal;
    color: #0e2c48;
}
.blue-contacts {
    font-family: NotoSansRegular, serif;
    font-size: 12px;
    font-weight: normal;
    color: #0e2c48;
    text-transform: uppercase;
}
.blue-comment {
    font-family: NotoSansRegular, serif;
    font-size: 12px;
    font-weight: normal;
    color: #0e2c48;
}
.blue-track {
    font-family: NotoSansBold, serif;
    font-size: 12px;
    font-weight: normal;
    color: #0e2c48;
    text-transform: uppercase;
    text-decoration: underline;
}
.blue-article {
    font-family: MontserratMedium;
    font-size: 9px;
    font-weight: normal;
    color: #0e2c48;
    text-transform: uppercase;
}
.gray-price {
    font-family: MontserratSemiBold, serif;
    font-size: 24px;
    font-weight: normal;
    color: #b0b6bc;
    text-decoration: line-through;
}
.gray-txt {
    font-family: NotoSansRegular, serif;
    font-size: 15px;
    font-weight: normal;
    color: #b0b6bc;
}
.gray-comment {
    font-family: NotoSansRegular, serif;
    font-size: 11px;
    font-weight: normal;
    color: #b0b6bc;
}
.gray-article {
    font-size: 9px;
    font-family: MontserratMedium;
    font-weight: normal;
    color: #b0b6bc;
    text-transform: uppercase;
}
.topper-desktop {
    width: 100%;
    height: 162px;
}
.topper-mobile {
    width: 100%;
    height: 66px;
}
.header-desktop {
    position: fixed;
    padding: 32px 0;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10000;
}
.header-inner {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 16px;
    margin: 0 auto;
}
.header-mobile {
    position: fixed;
    padding: 20px;
    background: #fff;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 1px 1px #ccc;
    z-index: 10000;
}
.logo-img {
    height: 52px;
    vertical-align: middle;
}
.btn-lang {
    font-size: 15px;
    line-height: 16px;
    font-family: NotoSansRegular, serif;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 4px;
    cursor: pointer;
}
.btn-lang:hover, .btn-lang.selected {
    color: #aaa;
}
.btn-login {
    font-size: 13px;
    line-height: 14px;
    font-family: MontserratSemiBold;
    text-transform: uppercase;
    text-decoration: none;
    color: #0e2c48;
    cursor: pointer;
}
.menu-desktop {
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
    width: 100%;
    background: #f0f1f3;
    box-shadow: 0 1px 1px #ccc;
    z-index: 5000;
}
.menu-inner {
    width: 100%;
    max-width: 1600px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}
.btn-desktop {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-family: MontserratSemiBold;
    font-size: 15px;
    color: #0e2c48;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 16px;
}
.btn-desktop:hover, .btn-desktop.selected {
    background: #d8dfe5;
}
.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f0f1f3;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    overflow-y: scroll;
    z-index: 5000;
}
.btn-mobile {
    width: 100%;
    font-family: MontserratSemiBold;
    font-size: 15px;
    color: #0e2c48;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 0;
}
.btn-hidemobile {
    width: 100%;
    font-family: MontserratLight;
    font-size: 15px;
    color: #0e2c48;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 16px;
}
.mobile-search {
    min-width: 18px;
    min-height: 18px;
}
.calculator, .movie, .partners, .sender, .services, .scheme, .ebay, .stores, .reviews, .news {
    width: 100%;
    max-width: 1600px;
    padding: 40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.bg-warehouse {
    width: 100%;
    background: #384c71;
    overflow: hidden;
    text-overflow: ellipsis;
}
.warehouse {
    width: 100%;
    max-width: 1600px;
    height: auto;
    background: url(../Images/img-warehouse.svg) no-repeat right;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 40px 16px;
    margin: 0 auto;
}
.large-track {
    width: 100%;
    height: 16px;
    background: #cdd0d5;
    border-radius: 8px;
}
.small-track {
    width: 50%;
    height: 16px;
    background: #cdd0d5;
    border-radius: 8px;
}
.calculator-result {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    max-height: 48px;
    min-height: 48px;
    margin: 16px 0;
}
.calculator-field {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-height: 48px;
    min-height: 48px;
    border: solid 1px #cdd0d5;
    border-radius: 4px;
    margin: 16px 0;
}
.calculator-divider {
    min-width: 1px;
    height: 46px;
    background: #cdd0d5;
}
.calculator-icon {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-width: 46px;
    min-height: 46px;
    background: #fff;
}
.half-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 50%;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.third-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 33.33%;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.fourth-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 25%;
    text-align: center;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.quarter-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 25%;
    margin: 16px 0;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.number {
    display: block;
    flex: 1 0 60px;
    width: 60px;
    height: 96px;
    font-family: MontserratSemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #cdd0d5;
}
.bg-fulfillment {
    width: 100%;
    height: auto;
    background: url(../Images/img-fulfillment.jpg) repeat center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fulfillment {
    width: 100%;
    max-width: 1600px;
    padding: 40px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.bg-ebay {
    width: 100%;
    height: auto;
    background: #f0f1f3 url(../Images/bg-ebay.svg);
    overflow: hidden;
    text-overflow: ellipsis;
}
.ebay-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 25%;
    background: #fff;
    border: solid 1px #dbdce0;
    padding: 16px;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-decoration: none;
}
.ebay-img {
    width: 225px;
    height: 225px;
    overflow: hidden;
    cursor: pointer;
}
.ebay-content {
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.bg-shopping {
    width: 100%;
    height: auto;
    background: #f0f1f3 url(../Images/bg-shopping.svg);
    overflow: hidden;
    text-overflow: ellipsis;
}
.shops-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 20%;
    background: #fff;
    border: solid 1px #f0f1f3;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    cursor: pointer;
}
.shops-img {
    position: absolute;
    padding: 8px;
}
.panel-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin: 12px 0;
}
.btn-panel {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    font-family: MontserratMedium;
    color: #0e2c48;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #eaebed;
    text-decoration: none;
    padding: 0 8px;
    margin: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.btn-panel:hover, .btn-panel.selected {
    color: #fff;
    background: #fa6610;
    border: solid 1px #fa6610;
}
.review-img {
    width: 80px;
    height: 80px;
    border-radius: 50%}
.description-box {
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin: 30px 0;
}
.news-promo {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 8px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.head-box {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0;
    cursor: pointer;
}
.title-box {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0;
    cursor: pointer;
}
.comment-box {
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.partner-box {
    padding: 16px;
}
.bg-affiliate {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.affiliate {
    width: 100%;
    max-width: 1600px;
    height: auto;
    background: url(../Images/img-affiliate.jpg) no-repeat right;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 40px 16px;
    margin: 0 auto;
}
.bg-america {
    width: 100%;
    height: auto;
    background: #0e2e47 url(../Images/img-america.jpg) no-repeat right;
    overflow: hidden;
    text-overflow: ellipsis;
}
.america {
    width: 100%;
    max-width: 1600px;
    padding: 40px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.bg-goods {
    width: 100%;
    height: 160px;
    background: #2a719d url(../Images/img-fulfillment.jpg) no-repeat right;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-bulky {
    width: 100%;
    height: 160px;
    background: #2a719d url(../Images/img-warehouse.svg) no-repeat right;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-delivery {
    width: 100%;
    height: 160px;
    background: #2a719d url(../Images/img-delivery.jpg) no-repeat center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-faq {
    width: 100%;
    height: 160px;
    background: #2a719d url(../Images/img-faq.jpg) no-repeat center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-tarifs {
    width: 100%;
    height: 160px;
    background: #2a719d url(../Images/img-tarifs.jpg) no-repeat center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-service {
    width: 100%;
    height: 160px;
    background: #2a719d url(../Images/img-service.jpg) no-repeat center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-page {
    width: 100%;
    height: 160px;
    background: #2a719d url(../Images/img-page.jpg) no-repeat center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods, .bulky, .delivery, .faq, .tarifs, .service, .page {
    width: 100%;
    max-width: 1600px;
    height: 160px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    font-size: 40px;
    font-family: MontserratMedium;
    color: #fff;
    padding: 0 16px;
    margin: 0 auto;
}
.btn-nav {
    display: flex;
    flex: 1 0 auto;
    text-decoration: none;
}
.bg-purchase {
    width: 100%;
    height: auto;
    background: #fa6610 url(../Images/img-purchase.svg) repeat center;
    background-size: cover;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-question {
    width: 100%;
    height: auto;
    background: #2a719d url(../Images/img-question.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-declaration {
    width: 100%;
    height: auto;
    background: #384c71 url(../Images/img-declaration.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-stock {
    width: 100%;
    height: auto;
    background: #2a719d url(../Images/img-stock.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    text-overflow: ellipsis;
}
.purchase, .question, .declaration, .stock {
    width: 100%;
    padding: 40px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.bg-cargo {
    height: 160px;
    background: #2a719d url(../Images/bg-cargo.jpg) no-repeat center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-img {
    width: 100%;
    margin: 0 auto;
}
.navbar-desktop {
    width: 304px;
    height: 100%;
    background: transparent;
    position: fixed;
    left: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 4000;
}
.navbar-desktop::-webkit-scrollbar {
    display: none;
}
.navbar-inner {
    max-width: 280px;
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    background: #2b729e;
}
.navbar-mobile {
    width: 100%;
    height: 100%;
    background: #2b729e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    z-index: 4000;
}
.navbar-logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 80px;
    background: #fff;
    cursor: pointer;
}
.navbar-profile {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    background: #384c71;
    cursor: pointer;
    padding: 16px;
}
.circle {
    width: 4px;
    height: 4px;
    background: #fff;
    margin: 10px 10px 10px 72px;
}
.navbar-img {
    width: 48px;
    height: 48px;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 50%}
.btn-navbar {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 0 100%;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
    max-height: 48px;
    font-family: NotoSansRegular;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 0;
}
.btn-navbar:hover, .btn-navbar.selected {
    background: #384c71;
}
.btn-navbar:hover>.triangle, .btn-navbar.selected>.triangle {
    position: absolute;
    right: -48px;
    border: solid 24px transparent;
    border-left: solid 24px #384c71;
}
.card-s {
    width: 320px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    border-bottom: solid 2px #cecfd3;
    padding: 16px;
    margin: 16px;
}
.card-m {
    width: 680px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    border-bottom: solid 2px #cecfd3;
    padding: 16px;
    margin: 16px;
}
.card-l {
    width: 1040px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    border-bottom: solid 2px #cecfd3;
    padding: 16px;
    margin: 16px;
}
.card-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    min-height: 100%}
.divider-deposit {
    width: 100%;
    min-height: 1px;
    background: #f0f1f3;
}
.settings-img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    cursor: pointer;
}
.white-card {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    border-bottom: solid 2px #cecfd3;
    padding: 24px;
    margin: 16px 0;
}
.azure-card {
    width: 100%;
    background: #3070a0;
    border-radius: 4px;
    border: solid 1px #cecfd3;
    border-bottom: solid 2px #cecfd3;
    padding: 24px;
    margin: 16px 0;
}
.checks {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 16px;
    height: 18px;
    max-width: 16px;
    min-height: 18px;
}
.dots {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 16px;
    height: 18px;
    max-width: 16px;
    min-height: 18px;
    cursor: pointer;
    z-index: 2000;
}
.dot {
    width: 16px;
    height: 16px;
    background: url(../Images/icon-dots.svg) no-repeat center;
    cursor: pointer;
    z-index: 2000;
}
.feedbacks {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 24px;
    height: 18px;
    max-width: 24px;
    min-height: 18px;
    cursor: pointer;
    z-index: 2000;
}
.feedback {
    width: 24px;
    height: 18px;
    background: url(../Images/icon-feedback.svg) no-repeat center;
    cursor: pointer;
    z-index: 2000;
}
.listing {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    background: #fff;
    border: solid 1px #cdd0d5;
    padding: 24px;
    z-index: 1000;
}
.btn-listing {
    width: 100%;
    font-family: NotoSansRegular;
    font-size: 12px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.btn-listing:hover {
    color: #3070a0;
}
.dotter {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%}
.package-box {
    background: #f0f1f3;
    border: solid 1px #cccfd4;
    padding: 16px;
    margin: -1px 0 0 0;
}
.package-inner {
    background: #f0f1f3;
    border-left: solid 1px #cccfd4;
    border-right: solid 1px #cccfd4;
    border-bottom: solid 2px #fa6610;
    padding: 0 16px 16px 16px;
    margin: -1px 0 0 0;
}
.label-box {
    background: #fff;
    border: solid 1px #eee;
}
.order-box {
    background: #fbfbfb;
    border: solid 1px #cccfd4;
    padding: 16px;
    margin: -1px 0 0 0;
}
.order-inner {
    margin: 16px 0 0 0;
}
.item-box {
    background: #fff;
    border: solid 1px #eee;
    padding: 0 16px;
    margin: -1px 0 0 0;
}
.data-box {
    border: solid 1px #eee;
    padding: 0 16px;
    margin: -1px 0 0 0;
}
.payment-box {
    border: solid 1px #eee;
    padding: 0 16px;
    margin: -1px 0 0 0;
    cursor: pointer;
}
.payment-box:hover, .payment-box.selected {
    background: #f0f1f3;
}
.radios {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 16px;
    height: 18px;
    max-width: 16px;
    min-height: 18px;
}
.de {
    min-width: 20px;
    min-height: 12px;
    font-size: 0;
    background: url(../Images/icon-de.svg) no-repeat center;
    background-size: cover;
}
.uk {
    min-width: 20px;
    min-height: 12px;
    font-size: 0;
    background: url(../Images/icon-uk.svg) no-repeat center;
    background-size: cover;
}
.eu {
    min-width: 20px;
    min-height: 12px;
    font-size: 0;
    background: url(../Images/icon-eu.svg) no-repeat center;
    background-size: cover;
}
.largeImg {
    width: 100%;
    padding: 8px;
}
.smallImg {
    width: 20%;
    padding: 8px;
}
.snow {
    opacity: .5;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
table th {
    font-family: NotoSansBold;
    font-weight: normal;
    min-width: 80px;
}
table td {
    font-family: NotoSansRegular;
    min-width: 80px;
}
table.openTable th {
    font-family: NotoSansBold;
    font-size: 14px;
    background: #fafbfd;
    color: #0e2c48;
    text-align: center;
    border: solid 1px #f0f1f3;
    text-transform: uppercase;
    padding: 0;
}
table.openTable td {
    font-family: NotoSansRegular;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: solid 1px #f0f1f3;
    padding: 0;
}
table.modalTable th {
    width: 33.33%;
    text-align: left;
    padding: 8px;
}
table.modalTable td {
    width: 33.33%;
    text-align: right;
    padding: 8px;
}
table.baseTable thead th {
    font-family: NotoSansBold;
    font-size: 14px;
    background: #fafbfd;
    color: #0e2c48;
    text-align: center;
    border-top: solid 1px #f0f1f3;
    border-left: solid 1px #f0f1f3;
    border-right: solid 1px #f0f1f3;
    border-bottom: solid 2px #fa6610;
    text-transform: uppercase;
    padding: 16px;
}
table.baseTable thead td {
    font-family: NotoSansBold;
    font-size: 14px;
    background: #fafbfd;
    color: #0e2c48;
    text-align: left;
    border-top: solid 1px #f0f1f3;
    border-left: solid 1px #f0f1f3;
    border-right: solid 1px #f0f1f3;
    border-bottom: solid 2px #fa6610;
    text-transform: uppercase;
    padding: 16px;
}
table.baseTable tbody th {
    font-family: NotoSansRegular;
    font-size: 14px;
    background: #fff;
    text-align: left;
    border: solid 1px #f0f1f3;
    padding: 16px;
}
table.baseTable tbody td {
    font-family: NotoSansRegular;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: solid 1px #f0f1f3;
    padding: 16px;
}
table.infoTable thead tr th {
    font-size: 15px;
    font-family: NotoSansBold;
    font-weight: normal;
    text-align: left;
    background: #3070a0;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #3070a0;
    padding: 16px;
}
table.infoTable thead tr td {
    font-family: NotoSansRegular;
    font-size: 14px;
    background: #f0f1f3;
    color: #0e2c48;
    border: solid 1px #f0f1f3;
    padding: 16px;
}
table.infoTable tbody tr th {
    font-family: NotoSansRegular;
    font-weight: normal;
    font-size: 14px;
    background: #fafbfd;
    color: #0e2c48;
    border: solid 1px #f0f1f3;
    padding: 16px;
}
table.infoTable tbody tr td {
    font-family: NotoSansBold;
    font-size: 14px;
    background: #fafbfd;
    color: #0e2c48;
    text-align: center;
    border-top: solid 1px #f0f1f3;
    border-left: solid 1px #f0f1f3;
    border-right: solid 1px #f0f1f3;
    border-bottom: solid 2px #fa6610;
    text-transform: uppercase;
    padding: 16px;
}
table.infoTable tfoot tr td {
    font-family: NotoSansBold;
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    border: solid 1px #f0f1f3;
    padding: 16px;
}
table.infoTable tfoot tr th {
    font-family: NotoSansRegular;
    font-size: 14px;
    background: #fff;
    border: solid 1px #f0f1f3;
    padding: 16px;
}
table.infoTable tfoot tr:hover th, table.infoTable tfoot tr:hover td {
    background: #fafbfd;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgba(255, 255, 255, .5);
    z-index: 1000000;
}
.modalBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 50%;
    max-height: 100%;
    background: #fff;
    padding: 32px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .5);
    margin: 0 auto;
}
.modalHead {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 8px;
}
.modalBody {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    padding: 8px;
}
.closeModal {
    min-width: 32px;
    min-height: 32px;
    background: url(../Images/icon-close.svg) no-repeat center;
    cursor: pointer;
}
.cookiesinfo {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #384c71;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 16px;
    z-index: 10000;
}
.cookiesBody {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.error {
    font-family: NotoSansBold, serif;
    font-size: 14px;
    font-weight: normal;
    color: red;
    text-align: center;
}
.field-validation-error {
    font-family: NotoSansRegular, serif;
    font-size: 14px;
    font-weight: normal;
    color: red;
}
.nav {
    background: #3070a0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 16px;
}
.btnNav {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-family: NotoSansRegular, serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.btnNav:hover, .btnNav.selected {
    color: #fa6610;
}
.mbars {
    width: 100%;
    height: 200px;
}
.max-height {
    max-height: 100%}
.max-width {
    max-width: 100%}
.scroll-y {
    overflow-y: scroll;
}
.scroll-x {
    overflow-x: scroll;
}
.mobile {
    display: none;
}
.zcwPopup-close {
    min-width: 24px!important;
    min-height: 24px!important;
    background: url(../Images/icon-close.svg) no-repeat center!important;
    font-size: 0!important;
}
.zcwPopup button {
    height: 48px!important;
    font-size: 14px!important;
    line-height: 48px!important;
    font-family: MontserratSemiBold!important;
    text-transform: uppercase!important;
    color: #fff!important;
    background: #fa6610!important;
    border-radius: 4px;
    border: none!important;
    border-bottom: solid 2px #d64e02!important;
    margin: 0!important;
}
.zcwPopup select, .zcwPopup input {
    height: 48px!important;
    font-size: 14px!important;
    line-height: 48px!important;
    font-family: NotoSansRegular!important;
    color: #333!important;
    border-radius: 4px;
    border: solid 1px #cdd0d5!important;
    margin: 0!important;
}
.zcwPopup h1, .zcwPopup h2, .zcwPopup h3, .zcwPopup h4, .zcwPopup h5, .zcwPopup h6 {
    font-family: NotoSansBold, serif!important;
    font-size: 20px!important;
    font-weight: normal!important;
    color: #333!important;
    padding: 0 24px;
}
.zcwPopup form, .zcwPopup p, .zcwPopup span {
    font-family: NotoSansRegular, serif!important;
    color: #333!important;
}
.zcwPopup div {
    font-family: NotoSansRegular, serif!important;
}
.none {
    display: none;
}
input.input-validation-error, textarea.input-validation-error {
    border: solid 1px #f36;
}
@media(max-width:1200px) {
    .mobile-fixed {
    position: fixed;
}
.mobile-relative {
    position: relative;
}
.adaptive {
    flex: 1 0 100%;
    width: 100%}
.double-adaptive {
    flex: 1 0 50%;
    max-width: 50%}
.mobile-padding {
    padding: 0;
}
.mobile-start {
    align-items: flex-start;
    align-content: flex-start;
}
.mobile-end {
    align-items: flex-end;
    align-content: flex-end;
}
.mobile-middle {
    align-items: center;
    align-content: center;
}
.mobile-center {
    justify-content: center;
}
.mobile-between {
    justify-content: space-between;
}
.mobile-background {
    background: none;
}
.mobile-rotate {
    transform: rotate(90deg);
}
.mobile-height {
    height: 100%}
.mobile-scroll {
    overflow-y: scroll;
}
.slider {
    flex: 1 0 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.slider::-webkit-scrollbar {
    height: 4px;
}
.slider::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #eaebed;
}
.slider::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #3070a0;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
}.noReadyPackage {
    background-color: #ffb6c1;
}
.readyPackage {
    background-color: #90ee90;
}
.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    font-size: 14px;
}
.pagination ul {
    display: inline-block;
    margin: 0;
}
.pagination ul>li {
    display: inline-block;
}
.pagination ul>li>a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 1px;
    background-color: #fff;
}
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 1px;
    background-color: #ddd;
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus {
    background-color: #ddd;
    cursor: pointer;
}

/* CUSTOM */

div#id_warehouse {
    margin-left: 30px;
    display: flex;
    gap: 20px;
}
