.countries, .block-table, .content, .faq {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    font-variant-numeric: lining-nums;
 }
 .countries h2, .faq h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
 }
 .block-table {
    margin-top: 30px;
 }
 .table-all-tariffs {
    width: 100%;
    padding: 40px 40px 20px 20px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
 }
 .table-all-tariffs-wrap {
    overflow: auto;
    max-height: 375px;
    width: 100%;
 }
 .table-all-tariffs table {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    font-style: normal;
    font-variant-numeric: lining-nums;
 }
 .table-all-tariffs table thead th {
    font-size: 12px;
    color: #757575;
    font-weight: 600;
    border: 1px dashed #757575;
    text-align: center;
    vertical-align: middle;
    padding: 10px 4px;
 }
 .table-all-tariffs table thead th.hidden {
    display: none;
 }
 .th-country {
    min-width: 300px;
    width: 300px;
 }
 .table-all-tariffs table tbody td {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    border: 1px dashed #757575;
    padding: 10px 10px 14px;
 }
 .table-all-tariffs table tbody td.hidden {
    display: none;
 }
 .td-country {
    text-align: left;
 }
 .td-country div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
 }
 .td-country img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .td-country img {
    width: 35px;
    height: 20px;
    margin-right: 10px;
 }
 .td-country span {
    font-weight: 600;
 }
 .table-all-tariffs table tbody td:not(.td-country) {
    text-align: center;
    vertical-align: middle;
 }
 .table-selectors-wrap {
    max-width: 870px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 20px;
 }
 .table-selectors-wrap:not(.with-weight) {
    justify-content: center;
 }
 .select-country_wrap {
    flex: 1 1 390px;
    max-width: 390px;
 }
 .table-selectors-wrap.with-weight .select-country_wrap, .select-weight_wrap {
    flex: 1 1 calc(50% - 11px);
    max-width: calc(50% - 11px);
 }
 .table-selectors-wrap h2 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
 }
 .customs_limits_country, .weights-select {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    max-width: 100%;
 }
 .select_manual_country, .select_manual_weight {
    position: relative;
 }
 .input-country-select, .input-weight-select {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 500 !important;
    color: #000000 !important;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 16.5px 24px 16.5px 20px;
    border: 1px solid #757575;
    background: none;
    cursor: pointer;
    transition: .3s ease-out;
 }
 #list_country_customs, #list_weights {
    z-index: 11;
    display: none;
    line-height: normal;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    max-height: 220px;
    overflow-y: auto;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #D9D9D9;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    scrollbar-width: thin;
    scrollbar-color: #FFD749 #FFFFFF;
    border-radius: 0 0 8px 8px;
 }
 .select_manual_country.active #list_country_customs,
 .select_manual_weight.active #list_weights {
    display: block;
 }
 #list_country_customs li, #list_weights li {
    line-height: normal;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.1s ease-out;
 }
 #list_country_customs li.hidden {
    display: none;
 }
 #list_country_customs li:hover, #list_weights li:hover {
    background: #ffe2a2;
 }
 .customs_limits_country::after, .weights-select::after {
    z-index: 2;
    pointer-events: none;
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    content: "";
    width: 12px;
    height: 7px;
    background: url('/wp-content/themes/global_post/calcs_new/img/arrow-selector.svg') no-repeat;
    transition: transform 0.3s ease;
 }
 .customs_limits_country:has(.select_manual_country.active)::after, .weights-select:has(.select_manual_weight.active)::after {
    transform: translateY(-50%) rotate(180deg);
 }
 .table-all-tariffs table tbody tr.hidden {
    display: none;
 }
 .table-all-tariffs table tbody td button {
    font-weight: 700;
    color: #000000;
    cursor: pointer;
    transition: color 0.3s ease-out;
    text-wrap-mode: nowrap;
 }
 .table-all-tariffs table tbody td button:hover {
    color: #ffa500;
 }
 .table-all-tariffs table thead tr:nth-child(2) th {
    width: 150px;
 }
 .character_parcel {
    background-color: #ffffff;
    border-radius: 10px;
    font-family: "Raleway", sans-serif;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    font-variant-numeric: lining-nums;
    color: #000000;
    padding: 45px 20px 20px !important;
 }
 .character_parcel h3 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
 }
 .character_parcel .fancybox-close-small {
    background-color: #ffbe2e;
    border-radius: 50%;
    right: 5px;
    top: 5px;
 }
 .character_parcel .character_parcel_wrap {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
 }
 .character_parcel_wrap .character-input-wrap {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
 }
 .character_parcel_wrap input[type=number]::-webkit-outer-spin-button,
 .character_parcel_wrap input[type=number]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }
 .character_parcel_wrap input[type=number] {
   -moz-appearance: textfield;
   appearance: textfield;
 }
 .character_parcel_wrap .character-input_label.inline-image {
    color: #757575;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 6px;
 }
 .character_parcel_wrap .character-input {
    position: relative;
    width: 100%;
    background: #FFFFFF;
 }
 .character_parcel_wrap .character-input .input_number_character {
    font-family: "Raleway", sans-serif !important;
    font-size: 16px !important;
    line-height: normal !important;
    font-weight: 500 !important;
    color: #000000 !important;
    font-variant-numeric: lining-nums !important;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 16.5px 24px 16.5px 20px;
    border: 1px solid #757575;
    background: none;
    cursor: pointer;
    transition: .3s ease-out;
 }
 .character_parcel_wrap .character-input .input_number_character.error {
    border-color: #DA2C38;
 }
 .character_parcel_wrap .character-input .input_number_character:focus {
    border: 1px solid #FFD749;
 }
 .character_parcel_wrap .character-input .character_buttons-block {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    width: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
 }
 .character_parcel_wrap .character-input .character_buttons-block .btn-number_character {
    width: 15px;
    height: 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .character_parcel_wrap .character-input .character_buttons-block .btn-number_character:hover {
    transform: scale(1.2);
 }
 .character_parcel_wrap .character-input .character_buttons-block .btn-number_character:active {
    transform: scale(0.9);
 }
 .character_parcel_wrap .character-input .character_buttons-block .btn-number_character img {
    width: 12px;
    height: 7px;
    pointer-events: none;
 }
 .btn-check-character, .btn-submit-order-table {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #ffffff;
    display: none;
    width: 284px;
    margin: 0 auto 10px;
    cursor: pointer;
    padding: 16px 0;
    border-radius: 40px;
    border: none;
    text-align: center;
    background: #DA2C38;
    box-shadow: 0px 86px 24px 0px rgba(133, 71, 0, 0.00), 0px 55px 22px 0px rgba(133, 71, 0, 0.01), 0px 31px 18px 0px rgba(133, 71, 0, 0.05), 0px 14px 14px 0px rgba(133, 71, 0, 0.09), 0px 3px 8px 0px rgba(133, 71, 0, 0.10);
    transition: transform 0.2s ease-out, background 0.2s ease-out;
 }
 .btn-check-character.active, .btn-submit-order-table.active {
    display: block;
 }
 .btn-check-character:hover, .btn-submit-order-table:hover {
    transform: scale(1.05);
    background: #ae141e;
 }
 .btn-check-character:active, .btn-submit-order-table:active {
    transform: scale(0.95);
    background: #ae141e;
 }
 .alert-message-weight {
    margin-bottom: 20px;
    width: 100%;
    background-color: #ffcbcb;
    padding: 10px;
    border-radius: 10px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    font-variant-numeric: lining-nums;
    display: none;
 }
 .alert-message-weight.active {
    display: block;
 }
 .alert-message-weight p {
    font-size: 16px;
    margin-bottom: 4px;
 }
 .content h1, .content h2, .content h3 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
 }
 .content h2, .content h3 {
    text-align: left;
    font-weight: 500;
 }
 .content-block {
    margin: 60px 0;
    padding: 40px 60px;
    border-radius: 30px;
    border: 1px solid #F0F0F0;
    background: #FFF;
 }
 .content-block * {
    margin-bottom: 20px;
 }
 .content-block p {
    font-size: 18px;
    line-height: 26px;
 }
 .content-block em {
    font-size: 14px;
    line-height: 21px;
    color: #0f57ff;
 }
 .content-block p a {
    font-size: 18px !important;
    line-height: 26px !important;
    transition: color 0.3s ease-out;
    color: #ffc700;
    font-weight: 700;
    cursor: pointer;
 }
 .content-block p a:hover {
    color: #000000;
 }
 .content-block ul {
    padding: 15px;
    display: block;
    list-style-type: disc;
    font-family: "Inter", sans-serif;
    background-color: #efefef;
    width: fit-content;
    border-radius: 10px;
 }
 .content-block ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 16px;
    line-height: 21px;
 }
 .content-block ul li a {
    font-size: 16px !important;
    line-height: 21px !important;
    transition: color 0.3s ease-out;
    color: #ffc700;
    font-weight: 700;
    cursor: pointer;
 }
 .content-block ul li a:hover {
    color: #000000;
 }
 .content-block ul li:last-child, .calc h2 {
    margin-bottom: 0;
 }
 .faq {
    margin-top: 80px;
 }
 .faq .faq-wrap {
    max-width: 1080px;
    margin: 0 auto;
 }
 .faq-wrap .item {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 13px 20px;
    margin-bottom: 20px;
 }
 .faq-wrap .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
 }
 .faq-wrap .item-text {
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1165px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Inter", sans-serif;
 }
 .faq-wrap .open .item-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static;
    opacity: 1;
    visibility: visible;
 }
 .faq-wrap .item-top__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    max-width: calc(100% - 70px);
    text-align: left;
    padding-top: 5px;
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
 }
 .faq-wrap .item-top__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
 }
 .faq-wrap .open .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
 }
 .faq-wrap .item-top__icon svg * {
    -webkit-transition: .3s;
    transition: .3s;
 }
 .faq-wrap .item-text__row {
    max-width: 100%;
    margin: 0;
 }
 .faq-wrap .item-text__row p {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
 }
 .faq-wrap .item-text__row p a {
    font-size: 14px !important;
    line-height: 21px !important;
    cursor: pointer;
    color: #ffc700;
    transition: color 0.3s ease-out;
    font-weight: 700;
 }
 .faq-wrap .item-text__row p a:hover {
    color: #000;
 }
 .seo {
    margin: 70px 0 20px;
 }
 .seo .btn svg {
    margin-left: 10px;
 }
 .seo .btn svg, .seo .btn svg * {
    transition: .2s;
 }
 .seo-wrap__content {
    max-height: 220px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-variant-numeric: lining-nums;
 }
 .seo-wrap__content a {
    font-size: 16px !important;
    line-height: 24px !important;
    transition: color 0.3s ease-out;
    color: #ffc700;
    font-weight: 700;
    cursor: pointer;
 }
 .seo-wrap__content a:hover {
    color: #000000;
 }
 .seo-wrap__more {
    margin-top: 10px;
 }
 .seo .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #d9d9d9;
    padding: 9px 19px;
    background: 0 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
 }
 .seo h3, .seo h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
 }
 .seo-wrap__content p {
    display: block;
 }
 .seo-wrap__content * {
    margin-bottom: 20px;
 }
 .seo-wrap__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 77px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(245,245,243,0)),color-stop(20%,rgba(245,245,243,.5)),to(#f5f5f3));
    background: linear-gradient(180deg,rgba(245,245,243,0) 0,rgba(245,245,243,.5) 20%,#f5f5f3 100%);
    -webkit-transition: .3s;
    transition: .3s;
 }
 .seo-wrap__content--active {
    max-height: 1000000px;
 }
 .seo-wrap__content--active::after {
    display: none;
 }
 .seo-open-details.opened svg {
    transform: rotate(180deg);
 }
 .seo ul {
    padding: 15px;
    display: block;
    list-style-type: disc;
    font-family: "Inter", sans-serif;
    background-color: #efefef;
    width: fit-content;
    border-radius: 10px;
 }
 .seo ul li {
    margin-bottom: 10px;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 16px;
    line-height: 21px;
 }
 .seo ul li a {
    font-size: 16px !important;
    line-height: 21px !important;
    transition: color 0.3s ease-out;
    color: #ffc700;
    font-weight: 700;
    cursor: pointer;
 }
 .seo ul li a:hover {
    color: #000000;
 }
 .seo ul li:last-child {
    margin-bottom: 0;
 }
 .scroll-btns {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 30px;
 }
 .scroll-button {
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    transition: opacity 0.3s ease-out;
 }
 .scroll-button:hover {
    opacity: 0.5;
 }
 .scroll-top svg {
    transform: rotate(-90deg);
 }
 .scroll-end svg {
    transform: rotate(90deg);
 }
 .scroll-left svg {
    transform: rotate(180deg);
 }
 .scroll-btns-horizontal {
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
 }
 .scroll-btns-vertical {
    right: 6px;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
 }
 .scroll-left, .scroll-right {
    width: 100px;
    height: 30px;
    background-color: #ffd749;
    border-radius: 50px;
 }
 .scroll-top, .scroll-end {
   width: 30px;
   height: 100px;
   background-color: #ffd749;
   border-radius: 50px;
 }

 @media (max-width: 1100px) {
    .faq-wrap .item-text {
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
    }
    .faq-wrap .item-text__row {
       width: 100%;
       max-width: 100%;
       margin: 0;
    }
    .faq-wrap .item-text__row:nth-child(1) {
       margin: 0 0 20px;
    }
    .seo-wrap {
       padding: 0 10px;
    }
 }

 @media (max-width: 550px) {
    .table-selectors-wrap {
       padding: 20px 10px;
       border-radius: 10px;
    }
    .th-country {
       min-width: 200px;
       width: 200px;
    }
    .table-selectors-wrap h2, .faq h2, .seo h3, .seo h2, .content h1, .content h2, .content h3 {
       font-size: 18px;
       line-height: 21px;
    }
    .character_parcel .character_parcel_wrap {
       width: 320px;
       flex-wrap: wrap;
       gap: 20px;
    }
    .character_parcel_wrap .character-input-wrap {
       flex: 1 1 100%;
       max-width: 100%;
    }
    .alert-message-weight p {
       font-size: 12px;
    }
    .weights-select {
       width: 100%;
    }
    .content-block {
       padding: 20px;
       border-radius: 10px;
    }
    .content-block p {
       font-size: 16px;
       line-height: 21px;
    }
    .content-block em {
       font-size: 12px;
    }
    .content-block p a {
       font-size: 16px !important;
       line-height: 21px !important;
    }
    .content-block ul li {
       font-size: 14px;
       line-height: 21px;
    }
    .content-block ul li a {
       font-size: 14px !important;
       line-height: 21px !important;
    }
    .faq {
       margin-top: 40px;
    }
    .faq-wrap .item {
       margin-bottom: 20px;
       padding: 10px 20px;
       border-radius: 10px;
    }
    .faq-wrap .item-top {
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
    }
    .faq .faq-wrap .item-top__title {
       font-size: 18px;
       line-height: 21px;
       max-width: calc(100% - 70px);
    }
    .faq .faq-wrap .item-top__icon {
       width: 52px;
       height: 52px;
    }
    .faq .faq-wrap .item-top__icon svg {
       max-width: inherit;
       max-height: inherit;
    }
    .seo .btn {
       font-size: 14px;
       line-height: 21px;
    }
    .td-country div {
       flex-direction: column;
       align-items: flex-start;
       gap: 4px;
    }
    .td-country img {
       margin-right: 0;
    }
    .table-all-tariffs {
       padding: 28px 28px 15px 20px;
    }
    .table-selectors-wrap .select-country_wrap, .select-weight_wrap {
       flex: 1 1 100% !important;
       max-width: 100% !important;
    }
    .scroll-top, .scroll-end, .scroll-top svg, .scroll-end svg {
      width: 18px;
    }
    .scroll-left, .scroll-right, .scroll-left svg, .scroll-right svg {
      height: 18px;
    }
 }