.breadcrumb_wrap_new {
    margin-top: 0;
}
.content, .hard, .faq {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    font-variant-numeric: lining-nums proportional-nums;
}
.content h1, .content h2, .faq h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    font-family: "Raleway", sans-serif;
    color: #000000;
}
.content img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .btn-link {
    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;
    margin: 0 auto;
}
.content .btn-link svg {
    margin-left: 10px;
}
.content .btn-link svg * {
    -webkit-transition: .3s;
    transition: .3s;
}
.content .btn-link:hover {
    background-color: #ffffff;
}
.content .btn-link:hover svg circle {
    fill: #ffd749;
}
.first-content {
    padding: 30px;
    border-radius: 20px;
    /* background: linear-gradient(276deg, #FFF 22.75%, rgba(0, 0, 0, 0.90) 77.65%); */
    background: #181818;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.first-content .item {
    flex: 1 1 60%;
    max-width: 60%;
}
.first-content .item:last-child {
    flex: 1 1 40%;
    max-width: 40%;
}
.first-content .item_text h1 {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 70px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 24px;
    line-height: 80px;
}
.first-content .item_text .text_row ul {
    list-style-type: disc;
    padding-left: 16px;
}
.first-content .item_text .text_row ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.first-content .item_text .text_row ul li:last-child {
    margin-bottom: 0;
}
.banner-calc {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 50px 0;
}
.banner-calc img {
    max-width: 210px;
}
.banner-calc p {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.banner-calc p a {
    color: #FFA51D;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.3s ease-out;
    font-size: 18px;
    line-height: 26px;
}
.banner-calc p a:hover {
    color: #000000;
}
.slider-country {
    margin: 60px 0 70px;
}
.slider-wrap__list {
   position: relative;
   margin-bottom: 20px;
}
.slider-wrap__list--first {
   position: relative;
}
.slider-wrap__list--first::after, .slider-wrap__list--first::before {
   content: "";
   display: block;
   width: 100%;
   max-width: 270px;
   height: 120px;
   background: -webkit-gradient(linear, right top, left top, from(rgba(244, 244, 242, 0)), color-stop(80%, #f4f4f2));
   background: linear-gradient(270deg, rgba(244, 244, 242, 0) 0, #f4f4f2 80%);
   position: absolute;
   left: 0;
   top: -14px;
   z-index: 2;
}
.slider-wrap__list--first::before {
   left: auto;
   right: 0;
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.slider-wrap__list .item {
   margin: 0 5px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   border-radius: 30px;
   background-color: #fff;
   padding: 4px 6px;
   text-align: center;
   font-size: 18px;
   line-height: 21px;
   font-family: "Raleway", sans-serif;
   color: #000000;
}
.slider-wrap__list .item img {
   width: 26px;
   height: 26px;
   border-radius: 50%;
   margin-right: 10px;
   -o-object-fit: cover;
   object-fit: cover;
}
.info-block {
   margin: 15px 0 40px;
   padding: 40px 60px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
}
.info-block * {
   margin-bottom: 20px;
}
.info-block p {
   font-size: 16px;
   line-height: 22px;
}
.info-block p a {
   font-size: 16px !important;
   line-height: 22px !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: "Raleway", 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: 22px;
}
.info-block ul li a {
   font-size: 16px !important;
   line-height: 22px !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;
}
.how-delivery {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 80px;
}
.how-delivery .item {
    position: relative;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #F0F0F0;
    background: #FFFFFF;
    flex: 1 1 calc(25% - 16px);
    max-width: calc(25% - 16px);
    min-height: 270px;
}
.how-delivery .item .text_row {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    z-index: 1;
    position: relative;
}
.how-delivery .item .text_row p:first-child {
    font-size: 16px;
    margin-bottom: 30px;
}
.how-delivery .item .text_counter {
    position: absolute;
    right: 17px;
    bottom: 15px;
    color: #D9D9D9;
    font-size: 112px;
    font-weight: 300;
    opacity: 0.2;
}
.reviews {
    margin: 30px 0 80px;
}
.reviews-container {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}
.reviews-container .review-card {
    flex: 1 1 calc(50% - 11px);
    max-width: calc(50% - 11px);
    padding: 16px 30px;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.reviews-container .review-card .review-header {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}
.reviews-container .review-card .review-header .google-icon {
    max-width: 32px;
}
.reviews-container .review-card .review-header .reviewer-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}
.reviews-container .review-card .review-header .reviewer-info .reviewer-avatar {
    max-width: 60px;
}
.reviews-container .review-card .review-header .reviewer-info .reviewer-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 1;
}
.reviews-container .review-card .review-header .reviewer-info .reviewer-details .reviewer-name {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.reviews-container .review-card .review-header .reviewer-info .reviewer-details .review-date {
    color: #757575;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviews-container .review-card .review-stars {
    display: flex;
    align-items: center;
    gap: 7px;
}
.reviews-container .review-card .review-text {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.hard {
   margin: 120px 0;
}
.hard .ttl, .table_ttl {
   font-size: 14px;
   line-height: normal;
   text-align: center;
   font-family: "Inter", sans-serif;
   color: #000000;
   margin: 5px 0 39px;
}
.table_ttl {
    margin: 10px 0 20px;
}
.hard-wrap__block {
   position: relative;
}
.hard-wrap__slider .slick-track {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.hard-wrap__slider .slick-slide {
   opacity: .3;
}
.hard-wrap__slider .slick-current {
   opacity: 1;
}
.hard-wrap__slider .wrapper {
   height: 100%;
}
.hard-wrap__slider .item {
   height: 100%;
   margin: 0 20px;
   border: solid 1px #f0f0f0;
   border-radius: 30px;
   padding: 38px 14px 16px 29px;
   background-color: #fff;
   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;
   overflow: hidden;
   position: relative;
}
.hard-wrap__slider .item::after, .hard-wrap__slider .item::before {
   content: "";
   display: block;
   width: 420px;
   height: 400px;
   background: url("/wp-content/themes/global_post/images/bg-hard.svg") no-repeat left top;
   position: absolute;
   left: 5px;
   top: 5px;
}
.hard-wrap__slider .item::before {
   width: 562px;
   height: 535px;
   background: url("/wp-content/themes/global_post/images/bg-hard2.svg") no-repeat right bottom;
   left: auto;
   top: auto;
   right: 5px;
   bottom: 5px;
}
.hard-wrap__slider .item-content {
   width: 100%;
   max-width: 481px;
   margin-right: 30px;
   position: relative;
   z-index: 2;
}
.hard-wrap__slider .item-image {
   width: 100%;
   max-width: 420px;
   position: relative;
   z-index: 2;
}
.hard-wrap__slider .item-content__title {
   font-size: 24px;
   line-height: 28px;
   font-weight: 700;
   margin-bottom: 40px;
}
.hard-wrap__slider .item-content__text {
   font-size: 16px;
   line-height: 24px;
   font-family: "Inter", sans-serif;
}
.hard-wrap__slider .item-content__text p {
   display: block;
   margin-bottom: 30px;
}
.hard-wrap__slider .item-content__text p:last-child {
   margin-bottom: 0;
}
.hard-wrap__slider .item-image img {
   border-radius: 20px;
}
.hard-wrap__more {
   margin-top: 39px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.slick-arrow {
   font-size: 0;
   border: solid 1px #f0f0f0;
   background: 0 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   position: relative;
   z-index: 2;
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background-color: rgba(255, 255, 255, .8);
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   cursor: pointer;
   -webkit-transition: .3s;
   transition: .3s;
}
.slick-arrow:hover {
   background-color: #da2c38;
   border-color: #da2c38;
}
.slick-arrow:hover svg * {
   fill: #FFFFFF;
}
.slick-arrow svg * {
    -webkit-transition: .3s;
    transition: .3s;
}
.hard-wrap__block .slick-arrow {
    position: absolute;
    top: 45%;
    left: 70px;
}
.hard-wrap__block .slick-next {
   left: auto;
   right: 70px;
}
.slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-prev:before, .slick-next:before, .slick-dots li button:before {
    display: none !important;
}
.services-wrap {
   display: flex;
   flex-wrap: wrap;
   margin: 108px 0px;
}
.services-wrap .item {
   width: 49%;
   margin-right: 2%;
   margin-bottom: 30px;
   min-height: 340px;
   display: flex;
   -webkit-box-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   justify-content: space-between;
   position: relative;
   background-color: rgb(255, 255, 255);
   border-width: 1px;
   border-style: solid;
   border-color: rgb(240, 240, 240);
   border-image: initial;
   border-radius: 30px;
   padding: 35px 22px 35px 35px;
}
.services-wrap .item:last-child {
   margin-right: 0px;
}
.services-wrap .item .row {
   margin-right: 11px;
   position: relative;
   z-index: 3;
}
.services-wrap .item-image {
   position: absolute;
   right: 5px;
   bottom: 11px;
   z-index: 2;
}
.services-wrap .item::after {
   content: "";
   display: block;
   width: 100%;
   max-width: 380px;
   height: 182px;
   position: absolute;
   right: 5px;
   bottom: 6px;
   background: url("/wp-content/themes/global_post/images/corner.png") right bottom / contain no-repeat;
}
.services-wrap .item .row-image {
   position: relative;
   z-index: 2;
}
.services-wrap .item .row-image img {
   width: 45px;
   height: 45px;
   border-radius: 50%;
}
.services-wrap .item .row-title {
   font-size: 24px;
   line-height: 28px;
   font-weight: 700;
   position: relative;
   z-index: 2;
   margin: 20px 0px 5px;
   color: #000000;
}
.services-wrap .item .row-text {
   font-size: 16px;
   line-height: 24px;
   position: relative;
   z-index: 2;
}
.services .btn-link {
   color: #000000;
   border-color: rgb(218, 44, 56);
   padding: 10px 12px;
   background: 0px 0px #da2c38;
   background-color: inherit;
   transition: 0.3s;
   position: relative;
   z-index: 2;
   margin: 10px 0 0;
}
.services .btn-link:hover {
   background-color: #da2c38;
   color: #fff;
}
.services .btn-link:hover svg circle {
    fill: #ffffff;
}
.services .btn-link:hover svg path {
    fill: #da2c38;
}
.services-wrap .item-image {
   position: absolute;
   right: 5px;
   bottom: 11px;
   z-index: 2;
}
.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;
   display: block;
   font-size: 14px;
   line-height: 21px;
}
.faq-wrap .item-text__row 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 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__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 p 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 p a:hover {
   color: #000000;
}
.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;
}
.table {
    margin: 50px 0 80px;
}
.tbl-wrap__list {
    width: 100%;
    transition: .3s ease-out;
}
.tbl-wrap__list .wrapper-table {
    width: 100%;
    box-sizing: border-box;
    transition: .5s ease-out;
    overflow-x: auto;
}
.tbl-wrap__list .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 30px;
    background-color: #fff;
}
.tbl-wrap__list .item h3 {
    color: #000;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 20px;
}
.table_tariffs {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    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: 14px;
    line-height: 16px;
    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: center;
    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: 160px;
    text-align: center;
}
.table_tariffs td a {
    font-size: 16px;
    line-height: 21px;
    color: #FFA51D;
    cursor: pointer;
    font-weight: 600;
    transition: color 0.3s ease-out;
}
.table_tariffs td a:hover {
    color: #000000;
}

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

@media (max-width: 1300px) {
    .hard-wrap__slider .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;
    }
    .hard-wrap__slider .item-content {
       max-width: 100%;
       margin: 0;
    }
    .hard-wrap__slider .item-image {
       -webkit-box-ordinal-group: 0;
       -ms-flex-order: -1;
       order: -1;
       margin: 0 0 20px;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -ms-flex-pack: center;
       justify-content: center;
    }
}

@media (max-width: 1100px) {
    .ecommerce-submenu {
        margin-top: 95px;
    }
    .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 (min-width: 1000px) {
    .table_tariffs thead, .table_tariffs tbody {
        display: block;
    }
}

@media (max-width: 920px) {
    .services-wrap .item {
        width: 100%;
    }
    .how-delivery {
        flex-wrap: wrap;
    }
    .how-delivery .item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 820px) {
    .hard-wrap__slider {
       padding-top: 60px;
    }
    .hard-wrap__nav .slick-arrow {
       left: 40%;
       top: -10px;
    }
    .hard-wrap__nav .slick-next {
       left: calc(40% + 70px);
    }
    .hard-wrap__slider .slick-slide {
       opacity: 1;
    }
    .first-content {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 10px;
        /* background: linear-gradient(341deg, rgba(255, 255, 255, 0.99) 37.68%, rgba(0, 0, 0, 0.90) 70.76%); */
        background: #181818;
        gap: 10px;
    }
    .first-content .item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .first-content .item:last-child {
        flex: 1 1 70%;
        max-width: 70%;
    }
    .first-content .item_text h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .first-content .item_text .text_row ul li {
        font-size: 14px;
    }
    .banner-calc {
        padding: 16px 20px;
    }
    .banner-calc img {
        max-width: 100px;
    }
}

@media (max-width: 750px) {
    .reviews-container {
        gap: 10px;
    }
    .reviews-container .review-card {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 16px 20px;
    }
    .reviews-container .review-card .review-header .reviewer-info .reviewer-avatar {
        max-width: 40px;
    }
    .reviews-container .review-card .review-header .google-icon {
        max-width: 20px;
    }
    .reviews-container .review-card .review-stars .star {
        max-width: 25px;
    }
}

@media (max-width: 550px) {
    .content h1, .content h2, .faq h2, .seo h3, .seo h2 {
        font-size: 18px;
        line-height: 21px;
    }
    .ecommerce-submenu {
        margin-top: 77px;
    }
    .slider-country {
        margin: 33px 0 75px;
    }
    .slider-wrap__list--first::after, .slider-wrap__list--first::before {
        max-width: 100px;
    }
    .slider-wrap__list .item {
        font-size: 14px;
        line-height: 16px;
        padding: 4px 6px;
    }
    .info-block {
        padding: 20px;
        border-radius: 10px;
        margin: 15px 0 60px;
    }
    .info-block p {
        font-size: 14px;
        line-height: 21px;
    }
    .info-block p a {
        font-size: 14px !important;
        line-height: 21px !important;
    }
    .info-block ul li {
        font-size: 14px;
        line-height: 21px;
    }
    .info-block ul li a {
        font-size: 14px !important;
        line-height: 21px !important;
    }
    .reviews-container {
        margin: 20px 0;
    }
    .hard {
       margin: 40px 0 60px;
    }
    .hard-wrap__nav .slick-next {
       left: calc(40% + 50px);
    }
    .hard-wrap__slider .item {
       padding: 10px 10px 40px;
    }
    .hard-wrap__slider .item::after {
       display: none;
    }
    .hard-wrap__slider .item::before {
       width: 337px;
       height: 306px;
       background: url("/wp-content/themes/global_post/images/bg-hard__mobile.svg") no-repeat right bottom;
    }
    .hard-wrap__slider .item-content {
       text-align: center;
    }
    .hard-wrap__slider .item-image {
       max-width: 100%;
    }
    .hard-wrap__slider .item-content__title {
       font-size: 18px;
       line-height: 21px;
       margin-bottom: 5px;
    }
    .hard-wrap__slider .item-content__text {
       font-size: 12px;
       line-height: 18px;
       text-align: left;
    }
    .hard-wrap__slider .item-content__text p {
       margin-bottom: 20px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-arrow svg {
        max-width: 6px;
        max-height: 10px;
    }
    .slick-arrow svg * {
        fill: #003049;
    }
    .services-wrap {
       margin: 43px 0 40px;
    }
    .services-wrap .item {
       padding: 20px 10px 50px;
       min-height: inherit;
    }
    .services-wrap .item:nth-child(1n+1) {
       margin-bottom: 20px;
    }
    .services-wrap .item .row {
       width: 100%;
    }
    .services-wrap .item-image {
       max-width: 105px;
    }
    .services-wrap .item .row-title {
       font-size: 16px;
       line-height: 18px;
       margin: 20px 0 10px;
    }
    .services-wrap .item .row .btn {
       padding: 11px 3px;
       width: 100%;
       font-size: 12px;
       max-width: 161px;
    }
    .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;
    }
    .tbl-wrap__list .item {
        width: 100%;
        padding: 20px;
    }
    .table_tariffs {
        font-size: 14px;
        display: table;
    }
    .table_tariffs td a {
        font-size: 14px;
    }
    .table_tariffs thead tr {
      font-size: 12px;
    }
    .table_tariffs th, .table_tariffs td {
        padding-right: 0;
    }
    .table_tariffs th, .table_tariffs td {
        width: 25% !important;
    }
    .first-content {
        padding: 10px;
    }
    .banner-calc img {
        display: none;
    }
    .banner-calc p, .banner-calc p a {
        font-size: 16px;
        line-height: 21px;
    }
    .how-delivery .item {
        flex: 1 1 100%;
        max-width: 100%;
        min-height: 170px;
        border-radius: 16px;
    }
    .how-delivery .item .text_counter {
        font-size: 60px;
    }
    .how-delivery .item .text_row p:first-child {
        margin-bottom: 16px;
    }
}