.all-countries, .faq, .countries {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    font-variant-numeric: lining-nums;
}
.all-countries h1, .faq h2, .countries h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
}
.info-block {
   margin: 60px 0;
   padding: 40px 60px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
}
.info-block * {
   margin-bottom: 20px;
}
.info-block p {
   font-size: 18px;
   line-height: 26px;
}
.info-block p a {
   font-size: 18px !important;
   line-height: 26px !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.info-block p a:hover {
   color: #000000;
}
.info-block ul {
   padding: 15px;
   display: block;
   list-style-type: disc;
   font-family: "Inter", sans-serif;
   background-color: #efefef;
   width: fit-content;
   border-radius: 10px;
}
.info-block ul li {
   margin-bottom: 10px;
   list-style-type: disc;
   list-style-position: inside;
   font-size: 16px;
   line-height: 21px;
}
.info-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;
}
.info-block ul li a:hover {
   color: #000000;
}
.info-block ul li:last-child {
   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, .calc h2 {
   margin-bottom: 0;
}
.table-info-all-tariffs {
    width: 100%;
    padding: 40px 20px;
    border-radius: 30px;
    background-color: #fff;
}
.table_tariffs {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    font-style: normal;
    font-variant-numeric: lining-nums;
}
.table_tariffs thead th {
    font-size: 12px;
    color: #757575;
    font-weight: 600;
    border: 1px dashed #757575;
    text-align: center;
    vertical-align: middle;
    padding: 10px 4px;
}
.th-country {
    width: 300px;
}
.table_tariffs tbody tr.hidden {
    display: none;
}
.table_tariffs tbody td {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    border: 1px dashed #757575;
    padding: 10px 4px 14px;
}
.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, .table_tariffs tbody td.td-bold {
    font-weight: 600;
}
.table_tariffs tbody td:not(.td-country) {
    text-align: center;
    vertical-align: middle;
}
.table_tariffs a {
    font-size: 14px !important;
    color: #ffc700;
    font-weight: 700;
    transition: color 0.3s ease-out;
    cursor: pointer;
}
.table_tariffs a:hover {
    color: #000000;
}
.select-country_wrap {
   max-width: 870px;
   margin: 0 auto;
   border-radius: 20px;
   border: 1px solid #F0F0F0;
   background: #FFF;
   display: flex;
   align-items: center;
   flex-direction: column;
   gap: 20px;
   padding: 30px 0 32px;
}
.select-country_wrap h2 {
   font-size: 24px;
   line-height: 28px;
}
.customs_limits_country {
   position: relative;
   width: 100%;
   background: #FFFFFF;
   max-width: 390px;
}
.select_manual_country {
   position: relative;
}
.input-country-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 {
   z-index: 4;
   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 {
   display: block;
}
#list_country_customs 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 {
   background: #ffe2a2;
}
.customs_limits_country::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 {
   transform: translateY(-50%) rotate(180deg);
}
.table-tariffs {
    margin-top: 80px;
}

@media (max-width: 1160px) {
    .table-info-all-tariffs {
        overflow: auto;
        max-height: 500px;
        border-radius: 10px;
    }
    .table_tariffs {
        width: 1200px;
    }
}

@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) {
    .all-countries h1, .faq h2, .seo h3, .seo h2 {
        font-size: 18px;
        line-height: 21px;
    }
    .info-block {
        margin: 30px 0;
        padding: 20px;
        border-radius: 10px;
    }
    .info-block * {
        margin-bottom: 14px;
    }
    .info-block p, .info-block ul li {
        font-size: 14px;
        line-height: 23px;
    }
    .info-block p a {
        font-size: 14px !important;
        line-height: 23px !important;
    }
    .info-block ul li {
        margin-bottom: 4px;
    }
    .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;
    }
    .th-country {
        width: 150px;
    }
    .td-country {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .table-info-all-tariffs {
        max-height: 350px;
    }
    .select-country_wrap {
        padding: 20px 10px;
        border-radius: 10px;
    }
}