.amazon, .why-amazon {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-style: normal;
    line-height: normal;
    font-variant-numeric: lining-nums;
}
.amazon img, .why-amazon img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.amazon h1, .amazon h2, .why-amazon h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
}
.amazon h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
}
.amazon-wrap__flex {
    max-width: 1080px;
    margin: 80px auto;
    border-radius: 20px;
    background-color: #ffd749;
    padding: 20px 40px;
    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;
}
.amazon-wrap__flex--text {
    width: 100%;
    max-width: calc(100% - 230px);
    font-size: 14px;
    line-height: 23px;
    font-family: "Inter", sans-serif;
}
.amazon-wrap__flex--text-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 10px;
}
.amazon-wrap__flex .btn,
.amazon-banner__content--meta .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: 100%;
    max-width: 203px;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
}
.amazon-wrap__flex .btn:hover {
    background-color: #fac818;
    border: solid 1px #000000;
}
.amazon-banner__content--meta .btn:hover {
    background-color: #ffd749;
}
.amazon-wrap__flex .btn svg,
.amazon-banner__content--meta .btn svg,
.carrier-wrap__list .item-content .btn svg {
    margin-left: 10px;
}
.amazon-wrap__flex .btn:hover svg circle {
    fill: #FFFFFF;
}
.calc-wrap__row {
    position: relative;
}
.calc-wrap__row::after {
    content: "";
    display: block;
    width: 953px;
    height: 953px;
    border-radius: 50%;
    background-color: #ffd749;
    position: absolute;
    right: 30%;
    left: auto;
    top: auto;
    bottom: auto;
    margin-right: -50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -40px;
    z-index: -1;
    -webkit-filter: blur(300px);
    filter: blur(300px);
}
.amazon-banner {
    max-width: 1080px;
    margin: 120px auto 80px;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url('/wp-content/themes/global_post/images/corner-2.png') no-repeat 99.25% 98% #fff;
    padding: 15px 40px;
    align-items: center;
}
.amazon-banner__content {
    width: 100%;
    max-width: 450px;
    margin-right: 30px;
    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;
}
.amazon-banner__image {
    max-width: 357px;
}
.amazon-banner__content--image img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 40px;
}
.amazon-banner__content--meta {
    width: 100%;
    max-width: calc(100% - 85px);
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
}
.amazon-banner__content--meta-subtitle img {
    display: none;
}
.amazon-banner__content--meta-title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 37px;
}
.amazon-banner__content--meta-text {
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.amazon-table {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 20px;
}
.amazon-table__title {
    margin-bottom: 30px;
}
.amazon-table .ttl {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-family: "Inter", sans-serif;
    margin-bottom: 30px;
    color: #757575;
}
.table_tariffs {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 21px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: visible;
    height: fit-content !important;
    border-collapse: collapse;
    width: 100%;
}
.table_tariffs thead tr {
    border-bottom: dashed 1px #D9D9D9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    height: fit-content !important;
    font-size: 12px;
    line-height: 14px;
    color: #757575;
    font-weight: 400;
    padding-bottom: 5px;
}
.table_tariffs tbody tr {
    border-bottom: dashed 1px #D9D9D9;
    padding-bottom: 10px;
    padding-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    height: fit-content !important;
}
.table_tariffs tbody tr:last-child {
    padding-bottom: 0;
    border: none;
}
.table_tariffs th, .table_tariffs td {
    white-space: normal;
    padding-right: 20px;
    font-weight: 400;
    height: fit-content !important;
    width: 110px;
}
.table_tariffs th:first-child, .table_tariffs td:first-child {
    width: 210px;
}
.table_tariffs th:not(:first-child), .table_tariffs td:not(:first-child) {
    text-align: center;
}
.amazon .carrier-wrap__list {
    max-width: 1080px;
    margin: 40px auto 0;
}
.carrier-wrap__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 30px;
}
.carrier-wrap__list .item-content {
    width: 100%;
    max-width: 566px;
    margin-right: 30px;
    font-family: "Inter", sans-serif;
}
.carrier-wrap__list .item-image {
    max-width: 384px;
}
.carrier-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}
.carrier-wrap__list .item-image__second img {
    height: inherit;
}
.carrier-wrap__list .item-content img {
    max-width: 154px;
    max-height: 58px;
    display: block;
    margin-bottom: 10px;
}
.carrier-wrap__list .item-content p {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.carrier-wrap__list .item-content .btn {
    margin-top: 20px;
    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 #ffd749;
    padding: 9px 19px;
    background: 0 0;
    background-color: #ffd749;
    color: #000;
    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;
}
.carrier-wrap__list .item-content .btn:hover {
    background-color: #FFFFFF;
}
.carrier-wrap__list .item-content .btn:hover svg circle {
    fill: #ffd749;
}
.amazon-text {
    margin: 80px auto;
    max-width: 1080px;
}
.how-wrap__list .item {
    border: solid 1px #f0f0f0;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 40px;
    padding: 40px 60px;
    font-family: "Inter", sans-serif;
}
.how-wrap__list .item-text {
    font-size: 16px;
    line-height: 27px;
}
.how-wrap__list .item-text h3,
.how-wrap__list .item-text p,
.how-wrap__list .item-text ul,
.how-wrap__list .item-text li {
    display: block;
    margin-bottom: 10px;
}
.amazon-text p a {
    color: #FFD749;
    font-size: 16px !important;
    font-weight: 400;
    cursor: pointer;
}
.how-wrap__list .item-text ul {
    list-style-type: none;
    margin: 20px 0;
}
.how-wrap__list .item-text ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 12px 8px 30px;
    border-radius: 20px;
    background-color: #f0f0f0;
    position: relative;
}
.how-wrap__list .item-text ul li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #000;
}
.amazon-how {
    max-width: 1080px;
    background-color: rgb(255, 255, 255);
    margin: 0px auto 60px;
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(240, 240, 240);
    border-image: initial;
    padding: 40px 60px;
}
.amazon-how__title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.amazon-how__text {
    font-size: 16px;
    line-height: 27px;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}
.amazon-how__subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}
.amazon-how__list .item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
.amazon-how__list .item:last-child {
    margin-bottom: 0px;
}
.amazon-how__list .item-counter {
    width: 45px;
    height: 45px;
    background-color: rgb(255, 215, 73);
    margin-right: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
}
.amazon-how__list .item-title {
    width: 100%;
    max-width: calc(100% - 65px);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.why-second {
    margin: 80px 0px;
    padding: 40px 0px 0px;
}
.about-wrap__services {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.about-wrap__services .item {
    width: 32.5%;
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-right: 1.25%;
    border-radius: 30px;
    padding: 21px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.about-wrap__services .item:nth-child(3n+3) {
    margin-right: 0px;
}
.about-wrap__services .item-content {
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
}
.about-wrap__services .item-image {
    max-width: 120px;
    order: -1;
    margin: 0px 0px 10px;
}
.why-second .about-wrap__services .item-image img {
    max-height: 100px;
}
.about-wrap__services .item-content__title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-wrap__services .item-content__text {
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.seo {
   margin: 80px 0;
}
.seo-wrap {
   padding: 40px 60px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
   backdrop-filter: blur(5px);
}
.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;
    color: #FFBE2E;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.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 .btn:hover {
   background-color: #ffd749;
}
.seo .btn:hover svg circle {
   fill: #FFFFFF;
}
.seo h2 {
   font-size: 20px;
   line-height: 34px;
   font-weight: 700;
   font-family: "Raleway", sans-serif;
   margin-bottom: 20px;
}
.seo h3 {
    font-size: 18px;
    line-height: 32px;
    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--active {
   max-height: 1000000px;
}
.seo-wrap__content--active::after {
   display: none;
}
.seo-open-details.opened svg {
   transform: rotate(180deg);
}
.seo ul {
    list-style-type: none;
}
.seo ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    width: fit-content;
    background-color: rgb(240, 240, 240);
    position: relative;
    padding: 8px 12px 8px 30px;
    border-radius: 20px;
}
.seo ul li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
}

@media (max-width: 1100px) {
    .seo-wrap {
       padding: 30px 20px;
       border-radius: 10px;
    }
    .seo-wrap__content {
       font-size: 14px;
       line-height: 20px;
    }
}

@media (max-width: 1024px) {
    .amazon-wrap__flex {
        margin: 40px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .amazon-wrap__flex--text {
        max-width: 100%;
        margin: 0 0 10px;
    }
}

@media (min-width: 1000px) {
    .table_tariffs thead, .table_tariffs tbody {
        display: block;
    }
}

@media (max-width: 920px) {
    .about-wrap__services .item {
        width: 49%;
    }
    .about-wrap__services .item:nth-child(1n+1) {
        margin: 0 0 20px;
    }
    .about-wrap__services {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 820px) {
    .amazon-banner {
        padding: 20px;
    }
    .amazon-banner__content--image {
        display: none;
    }
    .amazon-banner__content--meta {
        max-width: 100%;
    }
    .amazon-banner__content--meta-subtitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .amazon-banner__content--meta-subtitle img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .carrier-wrap__list .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .carrier-wrap__list .item-content {
        max-width: 100%;
        margin: 0 0 20px;
    }
    .carrier-wrap__list .item-image {
        width: 100%;
        max-width: 400px;
        height: 300px;
    }
}

@media (max-width: 550px) {
    .amazon h1, .amazon h2, .why-amazon h2, .amazon h3, .seo h2, .seo h3 {
        font-size: 18px;
        line-height: 21px;
    }
    .amazon-wrap__flex {
        padding: 20px;
        margin-top: 20px;
        display: none;
    }
    .calc-wrap {
        margin-top: 20px;
    }
    .amazon-wrap__flex .btn,
    .amazon-banner__content--meta .btn,
    .carrier-wrap__list .item-content .btn,
    .carrier-wrap__list .item-content,
    .carrier-wrap__list .item-content p,
    .seo .btn {
        font-size: 14px;
        line-height: 21px;
    }
    .amazon-wrap__flex--text-title {
        font-size: 14px;
        line-height: 23px;
    }
    .calc-wrap__title {
        padding: 0 10px;
    }
    .amazon-banner {
        position: relative;
        margin: 40px 0;
        border-radius: 10px;
    }
    .amazon-banner__content {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }
    .amazon-banner__image {
        position: absolute;
        right: 9px;
        bottom: 11px;
        max-width: 116px;
    }
    .amazon-banner__content--meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .amazon-banner__content--meta-subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .amazon-banner__content--meta-subtitle:nth-child(1) {
        width: 100%;
    }
    .amazon-banner__content--meta-title {
        font-size: 16px;
        line-height: 18px;
        margin-top: 0;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .amazon-banner__content--meta-text {
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0;
        width: 100%;
    }
    .amazon-table {
        border-radius: 10px;
    }
    .amazon-table__title {
        margin-bottom: 20px;
    }
    .amazon-table .ttl {
        margin-bottom: 20px;
    }
    .carrier-wrap__list .item {
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 20px;
    }
    .carrier-wrap__list .item-image {
        height: 200px;
    }
    .carrier-wrap__list .item-content img {
        max-width: 120px;
    }
    .amazon-text {
        margin: 40px 0;
    }
    .how-wrap__list .item {
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    .how-wrap__list .item-text,
    .amazon-text p a {
        font-size: 14px !important;
        line-height: 23px;
    }
    .amazon-how {
        padding: 20px 20px 40px;
        border-radius: 10px;
    }
    .amazon-how__title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .amazon-how__text {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .amazon-how__subtitle {
        text-align: center;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 40px;
    }
    .amazon-how__list .item-counter {
        margin-right: 10px;
    }
    .amazon-how__list .item-title {
        font-size: 16px;
        line-height: 18px;
        max-width: calc(100% - 55px);
    }
    .why-second {
        margin: 40px 0;
        padding: 0;
    }
    .about-wrap__services .item {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
        flex-direction: row;
        align-items: center;
    }
    .about-wrap__services .item:nth-child(1n+1) {
        margin: 0 0 10px;
    }
    .about-wrap__services .item-content__title {
        font-size: 18px;
        line-height: 21px;
        max-width: 188px;
    }
    .about-wrap__services .item-content__text {
        font-size: 14px;
        line-height: 21px;
        width: 100%;
        max-width: 100%;
    }
    .about-wrap__services .item-image {
        margin: 0 10px 0 0;
    }
    .table_tariffs thead tr {
        font-size: 10px;
    }
    .table_tariffs tbody tr {
        font-size: 12px;
    }
    .table_tariffs th, .table_tariffs td {
        width: 90px;
    }
    .table_tariffs th:first-child, .table_tariffs td:first-child {
        width: 170px;
    }
    .table_tariffs tbody tr {
        padding-bottom: 6px;
        padding-top: 10px;
    }
}