body {
  margin: 0px;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #484844;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container {
  max-width: 1720px;
  padding: 0px 15px;
  margin: auto;
}

body {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
}

.p120 {
  padding: 120px 0;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.d-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.d-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.justify-content-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.header_top {
  background: #3A3875;
  padding: 15px 0px;
}

.top_contact-item {
  display: flex;
  margin-right: 25px;
  align-items: center;
}

span.header_top-icon {
  display: flex;
  align-items: center;
}

.top_contact-item a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-left: 5px;
  text-decoration: none;
}

form.form_number {
  display: flex;
  align-items: center;
  position: relative;
}

form.form_number input {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.10);
  color: #CECECE;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: 'Montserrat';
  border: none;
  padding: 10px 60px;
  padding-right: 20px;
  width: 315px;

}

form.form_number input::placeholder {
  color: #CECECE;
}

span.search_icon {
  position: absolute;
  left: 0;
  border-radius: 50px;
  background: #84C4C8;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.header_top-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.btn.transparent-btn {
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #fff;
  border-radius: 30px;
}

.maininform_item {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

span.maininform_item-icon {
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}

a.mainnform_item-link {
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 30px;
}


a.mainnform_item-link:hover {
  background: #84c4c8;
  border-radius: 30px;
  color: #fff;
}

a.mainnform_item-link:hover svg path {
  fill: #fff !important;
}

a.mainnform_item-link:hover span {
  color: #fff;
}

span.item_link-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 10px;
}

.icon_language {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: rgb(255 255 255 / 10%);
  justify-content: center;
  width: 40px;
  height: 40px;
}

.visible-xs {
  display: none;
}

nav#main_menu ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.item-menu {
  margin: 0px 15px;
}

.item-menu:last-child {
  margin-right: 0px;
}

li.item-menu a {
  /* color: #3A3875; */
  color: #5d5b88;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}


nav#main_menu .child_lists a:hover {
  /* font-weight: 600; */
  color: #3A3875;
  transition: all 0.2s ease-in-out;
}

nav#main_menu .child_lists a {
  transition: all 0.2s ease-in-out;
}

.header-main_block {
  padding: 25px 0px;
  box-shadow: 0px 4px 4px 0px rgba(58, 56, 117, 0.07);
}

.maininform_item:last-child {
  margin-right: 0px;
}

.item_slide img {
  width: 100%;
  object-fit: cover;
  max-height: calc(100vh - 250px);
  object-position: bottom;
}

.slider_content-inner {
  position: absolute;
  top: 17%;
}

section#slider {
  position: relative;
}

.slider-title {
  color: #fff;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  /* 97.2px */
  text-transform: uppercase;
  max-width: 1000px;
  margin-top: 0px;
}

.btn-white {
  border-radius: 50px;
  background: #FFF;
  padding: 20px 50px;
  display: inline-block;
  margin-top: 30px;
  color: #3A3875;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.btn.transparent-btn {
  transition: all 0.4s ease-in-out;
}

.patter_slide img {
  max-width: 30vw;
  height: auto;
}

.patter_slide {
  position: absolute;
  right: 0;
  bottom: 35px;
}

.about_us-pattern svg {
  max-width: 42vw;
  position: relative;
  z-index: 1;
  height: auto;
}

.page-template26 .about_us-pattern svg,
.page-template20 .about_us-pattern svg {
  max-width: 46vw;
}

.page-template33 .about_us-pattern svg {
  max-width: 49vw;
  display: none;
}

.page-template23 .about_us-pattern svg {
  max-width: 48vw;
}

.about_us-pattern {
  position: absolute;
  left: 1vw;
}

.page-template26 .about_us-pattern,
.page-template20 .about_us-pattern {
  left: 3vw;
}

.about_us-pattern img {
  position: relative;
  z-index: 3;
}

.about_us-img img {
  max-width: 41vw;
  position: relative;
  z-index: 1;
  margin-left: 0;
}

.page-template26 .about_us-img img,
.page-template20 .about_us-img img,
.page-template33 .about_us-img img {
  max-width: 48vw;
}

.about_us-content {
  padding-right: calc(50vw - (1720px / 2));
  margin-right: 15px;
  padding-left: 70px;
}

.page-template33 .about_us-content p {
  font-size: 18px;
  color: #011226;
  font-weight: 300;
  line-height: 160%;
}

.home_section {
  padding: 90px 0px 100px;
}

.seo_inner-title {
  padding-top: 80px;
}

.page-template33 #shipping_method_inner {
  padding-bottom: 200px;
}

section#slider {
  padding: 0px;
}

.page-template33 #video_content {
  padding-top: 0;
}


.default_title,
span.default_title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #011226;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 93px */
  text-transform: uppercase;
}

#faq .default_title {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.about_us-text p {
  color: #011226;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 30px;
}

.link.default_link {
  color: #3A3875;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px solid;
}

.animation_number {
  margin-top: 50px;
}

.item_animnum {
  color: #3A3875;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.item_animnum:after {
  content: "+";
}

.animation_text {
  margin-top: 10px;
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 220px;
}

section#services {
  background: #E6F3F4;
}

.inner_services-title {
  text-align: center;
  margin-bottom: 50px;
}

section#about_us {
  padding-bottom: 150px;
}

.flex-column {
  flex-direction: column;
}

.services_lists {
  margin: 0px -15px;
  flex-wrap: wrap;
  display: flex;
}

.services_item {
  flex-basis: calc(25% - 30px);
  margin: 15px;
  border-radius: 20px;
  background: #FFF;
  padding: 40px;
  min-height: 400px;
  box-shadow: 0px 4px 20px #C5EBED;
  transition: all 0.4s ease-in-out;
}

.services_item:hover {
  box-shadow: 0px 4px 40px rgba(164, 207, 210, 0.70);
}

.services_item-inner {
  height: 100%;
  align-items: center;
}

.item_inner-title {
  color: #011226;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 220px;
  margin: 0px auto 20px;
}

.services_inner-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-left: -20px;
}

.page-template33 .services_inner-item {
  margin-left: 0;
}

.page-template33 .services_inner-lists {
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  max-width: 100%;
}

.lists_itemservice-icon {
  border-radius: 50px;
  background: #E6F3F4;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.page-template33 .lists_itemservice-icon {
  width: auto;
  aspect-ratio: 1 / 1;
}

.lists_itemservice-title {
  color: #3A3875;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.lists_itemservice-title span {
  color: #3A3875;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.service_item-link a {
  color: #3A3875;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 30px;
}

.service_item-link a:hover {
  background: #84c4c8;
  color: #fff;
}

.service_item-link a svg path {
  transition: all 0.4s ease-in-out;
}

.service_item-link a:hover svg path {
  stroke: #fff;
}

span.link-arrow-topright {
  display: flex;
  margin-left: 5px;
}

span.link-arrow-topright svg {
  max-width: 20px;
}

.footer_wrapper-form {
  background-image: url('/files/footer/bg_contact_us.png');
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

.btn_to-top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: fit-content;
  margin: auto;
}

.scroll_to-top {
  border-radius: 50px;
  border: 1.131px solid #7D7C93;
  width: 50px;
  height: 50px;
  background: transparent;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper_main-row {
  justify-content: space-between;
}

.contact_main-info {
  flex-basis: 46%;
}

.contact_main-form {
  flex-basis: 46%;
}

.flex-wrap {
  flex-wrap: wrap;
}

h2.white_title,
span.white_title {
  color: #fff;
}

.contact_main-desc {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  max-width: 700px;
}

.contact_main-lists {
  margin-top: 60px;
  max-width: 100%;
}

.contact_main-column {
  flex-basis: 50%;
}

span.contact_main-item-title {
  color: #7D7C93;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: block;
  margin-bottom: 10px;
}

.contact_main-item-value a {
  color: #fff;
  text-decoration: none;
}

.contact_value {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-left: 10px;
}

.contact_main-item-value {
  display: flex;
  align-items: center;
}

.contact_main-item-value span:first-child {
  display: flex;
}

.contact_main-item-value span:first-child svg {
  max-height: 27px;
  width: auto;
}

span.contact_value {
  font-weight: 300;
  max-width: 100%;
}

.contact_main-item {
  margin-bottom: 40px;
}

.contact_social-lists {
  display: flex;
  align-items: center;
}

.contact_social-lists a {
  width: 50px;
  height: 50px;
  background: #7D7C93;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
}

.contact_social-lists a:last-child {
  margin: 0px;
}

form.footer_contact-form {
  margin: 0px -10px;
}

.form-control {
  margin: 10px;
}

.form-control.f-basis-50 {
  flex-basis: calc(50% - 20px);
}

.form-control.f-basis-100 {
  flex-basis: calc(100% - 20px);
}

.form-control input {
  border-radius: 30px;
  border: 1px solid #DCDCDC;
  background: #012B3C;
  width: 100%;
  height: 53px;
  color: #DCDCDC;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 21px;
  transition: all 0.4s ease-in-out;
}

.form-control input::placeholder {
  color: #DCDCDC;
}

.form-control textarea {
  border-radius: 30px;
  border: 1px solid #DCDCDC;
  background: #012B3C;
  width: 100%;
  height: 53px;
  color: #DCDCDC;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 21px;
  height: 160px;
}

.form-control textarea::placeholder {
  color: #DCDCDC;
}

button.submit-form {
  border-radius: 30px;
  background: #3A3875;
  width: 100%;
  border: none;
  height: 53px;
  font-family: 'Montserrat';
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text-bottom-form {
  color: #A7AEBB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-bottom-form a {
  color: #DCDCDC;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: underline;
}

.contact_main-column:first-child {
  border-right: 1px solid #7D7C93;
  margin-right: 30px;
  padding-right: 30px;
  flex-basis: calc(50% - 60px);
}

.contact_main-item:last-child {
  margin-bottom: 0px;
}

.footer_logo img {
  max-width: 250px;
}

.footer_logo {
  margin-bottom: 40px;
}

a.btn.btn-link {
  display: flex;
  padding: 13px 25px;
  align-items: center;
  width: fit-content;
  color: #3A3875;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

a.btn.btn-link.green-link {
  border-radius: 30px;
  border: 1px solid #84C4C8;
  margin-bottom: 20px;
}

a.btn.btn-link.green-link svg {
  margin-right: 8px;
  max-height: 22px;
}

a.btn.btn-link.blue-link {
  border-radius: 30px;
  border: 1px solid #3A3875;
}

.footer_maininform-form {
  margin-top: 40px;
}

span.footer_form-title {
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.footer_maininform-form .form_number input {
  background: rgba(110, 176, 180, 0.10);
  padding-right: 30px;
  height: 45px;
}

.footer_maininform-form .form_number input::placeholder {
  color: #7D7C93;
}

.footer_maininform-form span.search_icon {
  width: 45px;
  height: 45px;
}

.footer_row {
  justify-content: space-between;
}

.footer_menu-title {
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
  white-space: nowrap;
}

.footer_menu-item {
  margin-bottom: 40px;
}

.footer_menu-item nav a {
  display: block;
  color: #011226;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-decoration: none;
  margin-bottom: 9px;
  margin-left: -7px;
}

.footer_wrapper-content {
  padding-top: 100px;
}

.footer_copyright {
  border-top: 1px solid #E9E8E7;
  padding-top: 20px;
  padding-bottom: 30px;
}

span.copyright_text {
  color: #7D7C93;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 0;
  white-space: nowrap;
}

a.privacy_link {
  white-space: nowrap;
}

.copyright-main {
  display: flex;
  align-items: center;
}

a.privacy_link {
  color: #7D7C93;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
  text-decoration-line: underline;
}

.country_time {
  display: flex;
  align-items: center;
}

.country_time-item {
  margin-right: 30px;
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.country_time-item:last-child {
  margin-right: 0px;
}

span.country_time-value {
  font-weight: 400;
}

.powered_text {
  color: #7D7C93;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.powered_text a {
  color: #7D7C93;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.form-control input:focus,
.form-control textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.video_lists {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}

.video_item {
  flex-basis: calc(33.33% - 30px);
  margin: 15px;
}

a.popup-youtube img {
  width: 100%;
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}

a.popup-youtube {
  position: relative;
  display: block;
}

span.icon_play {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #3A3875;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}

span.icon_play svg {
  transition: all 0.4s ease-in-out;
  max-width: 16px;
  position: relative;
}

span.icon_play:before {
  background: #3A3875;
  opacity: 0.2;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

a.popup-youtube:hover .icon_play {
  width: 65px;
  height: 65px;
}

a.popup-youtube:hover .icon_play:before {
  width: 85px;
  height: 85px;
}

span.video_item-title {
  display: block;
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 15px;
}

.link_align-center {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

a.btn.btn-link.btn-youtube-link {
  border-radius: 30px;
  border: 1px solid #3A3875;
  padding: 18px 70px;
  transition: all 0.4s ease-in-out;
}

.text-align-center {
  text-align: center;
}

.video_content-inner {
  margin-bottom: 40px;
}

section#home_blog {
  background: #E6F3F4;
}

.blog_lists {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}

.blog_item {
  flex-basis: calc(33.33% - 30px);
  margin: 15px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.blog_item-img img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  position: relative;
  display: block;
  height: 100%;
}

.blog_item-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
  background: #3A3875;
  z-index: 1;
  max-height: 300px;
  transition: all 0.4s ease-in-out;
}

.blog_item-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 280px;
}

.blog_item-caption {
  background: #FFF;
  margin-top: -4px;
  position: relative;
  padding: 30px;
}

.blog_pattern {
  position: absolute;
  right: -10px;
  bottom: -5px;
}

span.blog_item-title {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 20px;
}

a.readmore_link {
  display: flex;
  align-items: center;
  color: #3A3875;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

a.readmore_link svg {
  max-height: 12px;
  margin-left: 7px;
}

.blog_item * {
  transition: all 0.4s ease-in-out;
}

.blog_item:hover .blog_item-img img {
  transform: scale(1.05);
}

.blog_item:hover .blog_item-img:before {
  opacity: 0;
}

span.faq__question-text,
h3.faq__question-text {
  color: #011226;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.faq__question {
  padding: 20px 0px;
  border-top: 1px solid #E9E8E7;
}

.faq__question:last-child {
  border-bottom: 1px solid #E9E8E7;
}

.faq__answer-inner {
  padding-top: 20px;
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.page-template36 .line_map-3 image#fly {
  transform: translate(-13px, -29px) rotate(0deg);
}

.faq__answer {
  transition: all 0.4s ease-in-out;
  max-height: 0px;
  overflow: hidden;
}

.active .faq__answer {
  max-height: 1500px;
}

.faq__question-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

span.faq_icon span {
  width: 16px;
  height: 2px;
  background: #3A3875;
  display: block;
  border-radius: 100%;
}

span.faq_icon {
  position: relative;
}

span.faq_icon span:first-child {
  transform: rotate(90deg);
  position: relative;
  top: 2px;
  transition: all 0.4s ease-in-out;
}

.faq__question.active .faq_icon span:first-child {
  transform: rotate(0deg);
}

.faq_lists {
  margin-bottom: 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

section#home_seo-text {
  padding: 0px;
}

.page-template27 section#home_seo-text {
  padding-top: 70px;
}

.seo_text-description {
  max-width: 1300px;
  margin: auto;
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 20px;
}

.seo_text-description h3 {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 0px;
}

.seo_text-description h2 {
  font-size: 22px;
}

.seo_text-description p {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

/* width */
.seo_text-description::-webkit-scrollbar {
  width: 6px;
  border-radius: 20px;
}

/* Track */
.seo_text-description::-webkit-scrollbar-track {
  background: #DDDDE9;
  border-radius: 20px;
}

/* Handle */
.seo_text-description::-webkit-scrollbar-thumb {
  background: #3A3875;
  border-radius: 20px;
}

/* Handle on hover */
.seo_text-description::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}

section#fast_request {
  background: #3A3875;
}

#fast_request_scroll {
  padding-top: 150px;
  margin-top: -150px;
}

.fast-subtitle {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

#fast_request .default_title {
  margin-bottom: 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.fast_form-container {
  max-width: 1050px;
  margin: auto;
  margin-top: 40px;
}

form#fast_request-form {
  margin: 0px -6px;
}

.item_fast-request {
  flex-basis: calc(33.33% - 12px);
  margin: 6px;
}

.item_fast-request input {
  border-radius: 30px;
  background: #FFF;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  color: #7D7C93;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.item_fast-request button {
  border-radius: 30px;
  background: #84C4C8;
  width: 100%;
  height: 100%;
  border: none;
  color: #3A3875;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section#difreight_cabinet {
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}

.cabinet_text-wrapper {
  /* display: flex; */
  flex-basis: 50%;
}

.cabinet_row {
  display: flex;
}

.cabinet_pattern {
  position: absolute;
  right: 0;
  bottom: -22%;
  z-index: -1;
}

.cabinet_mascot {
  margin-bottom: -20%;
  margin-left: 10%;
  margin-top: -3%;
}

.cabinet_pattern img {
  max-width: 89%;
}

.cabinet_mascot img {
  max-height: 100%;
}

.cabinet_subtitle {
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 40px;
}

a.btn.btn-link.blue_full-bg {
  border-radius: 30px;
  background: #3A3875;
  color: #fff;
}

a.btn.btn-link.blut-bg {
  margin-left: 20px;
  border-radius: 30px;
  border: 1px solid #3A3875;
}

a.btn.btn-link {
  transition: all 0.4s ease-in-out;
}

.cabinet_mascot img {}

section#ukraine_map {
  background: #E6F3F4;
}

.shipping_method-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -40px;
  align-items: baseline;
}

.item_method {
  flex-basis: calc(33.33% - 80px);
  margin: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.method_icon {
  border-radius: 50px;
  background: #E6F3F4;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.method_icon svg {
  max-width: 60px;
}

.method_title {
  color: #011226;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.method_desc {
  color: #011226;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 10px;
  max-width: 447px;
  margin-left: auto;
  margin-right: auto;
}

.method_bottom {
  color: #011226;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 20px;
}

.method_caption a.btn.btn-link svg {
  max-width: 20px;
  margin-left: 5px;
}

.method_caption a.btn.btn-link {
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px;
  border-radius: 30px;
}

.method_caption a.btn.btn-link:hover {
  background: #84c4c8;
  color: #fff;
}

.method_caption a.btn.btn-link svg path {
  transition: all 0.4s ease-in-out;
}

.method_caption a.btn.btn-link:hover svg path {
  stroke: #fff;
}

.method_bg {
  position: absolute;
  z-index: -1;
  margin-left: -8%;
}

.item_method {
  position: relative;
}

.method_bg img {
  width: 106%;
}

.form-left-arrow {
  position: absolute;
  left: 0;
  top: 25%;
  background: #84C4C8;
  width: 15%;
  height: 5px;
}

section#fast_request {
  position: relative;
}

.form-left-arrow:after {
  content: "";
  position: absolute;
  right: -5px;
  width: 20px;
  height: 20px;
  background: #84C4C8;
  border-radius: 100%;
  top: -7px;
}

.form-right-arrow {
  position: absolute;
  right: 0;
  bottom: 37%;
  background: #84C4C8;
  width: 15%;
  height: 5px;
}

.form-right-arrow:before {
  content: "";
  position: absolute;
  left: -5px;
  width: 20px;
  height: 20px;
  background: #84C4C8;
  border-radius: 100%;
  top: -7px;
}

.slider_staff-wrapper {
  max-width: calc(100% - ((100% - 1720px)/2));
  width: 100%;
  padding: 0px 0px 0px 15px;
  margin-left: auto;
}

.certificates .slick-track {
  display: flex;
}

.sub_default-title {
  color: #011226;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 30px;
}

form#calculate_form {
  border-radius: 20px;
  background: #3A3875;
  padding: 60px 50px;
}

.calculate_column {
  flex-basis: calc(50% - 60px);
  margin: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calculate_form-wrapper {
  margin: 0px -30px;
}

.form-calculate-item.radio_row {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
}

.radio {
  flex-basis: calc(33.33% - 7px);
  position: relative;
}

.radio input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.custom_radio {
  background: #FFF;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio:first-child .custom_radio {
  border-radius: 25px 0px 0px 25px;
}

.radio:last-child .custom_radio {
  border-radius: 0px 25px 25px 0px;
}

span.text_radio {
  color: #91B8BA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 5px;
}

span.icon_radio {
  display: flex;
}

.radio input:checked~.custom_radio .text_radio {
  color: #fff;
}

.radio input:checked~.custom_radio .icon_radio svg path {
  fill: #fff;
}

.radio input:checked~.custom_radio {
  background: #84c4c8;
}

.form-calculate-item.f-basis-50 {
  flex-basis: calc(50% - 10px);
}

.form-calculate-item {
  margin-bottom: 30px;
}

.form-calculate-item:first-child {}

.form-calculate-item label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}

.form-calculate-item input {
  width: 100%;
  height: 55px;
  border-radius: 30px;
  border: none;
  background: #fff;
  padding: 15px 20px;
  color: #3a3875;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-calculate-item.radio_row {}

.form-calculate-item.f-basis-100 {
  flex-basis: 100%;
}

.form-calculate-item input:focus {
  outline: none;
  box-shadow: none;
}

.form-calculate-item input::placeholder {
  color: #7D7C93;
}

.calculate_submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

button.calculate-submit-btn {
  border-radius: 30px;
  background: #84C4C8;
  border: none;
  color: #3A3875;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px;
  width: 50%;
}

section#calculate {
  padding-bottom: 0px;
  padding-top: 20px;
}

.page-template1 section#calculate {
  padding-top: 150px;
  margin-top: -150px;
}

.page-template34 section#calculate,
.page-template36 section#calculate,
.page-template35 section#calculate {
  padding-top: 120px;
}


.page-template34 #video_content {
  padding-top: 0;
}

.page-template6 section#calculate,
.page-template38 section#calculate,
.page-template37 section#calculate {
  padding-top: 90px;
}


.map_ukraine-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

section#ukraine_map {
  padding-top: 0px;
}

.direction-column {
  flex-direction: column;
}

section#ukraine_map {
  position: relative;
}

ul.delivery_lists {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.delivery_lists-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

ul.delivery_lists li {
  flex-basis: calc(20% - 20px);
  margin: 10px;
}

ul.delivery_lists li a {
  border-radius: 10px;
  border: 1px solid #3A3875;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 13px;
  color: #3A3875;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

ul.delivery_lists li a svg {
  max-width: 19px;
  margin-left: 5px;
}

.btn-delivery {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.btn.btn-link.blue-bg {
  border-radius: 30px;
  background: #3A3875;
  color: #fff;
  padding: 15px 40px;
}

.map_delivery-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}

.delivery_lists-wrapper {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}

.staff_image img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
  /* border-radius: 10px; */
}

.staff_image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


.staff_image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
  background: #3A3875;
}

.staff_image img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
  /* border-radius: 10px; */
}

.staff_image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.staff_image:before {}

.staff_image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
  background: #3A3875;
}

.slide.slick-slide {
  padding: 0px 20px;
}

.staff_caption-name {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 10px;
}

.staff_caption-position {
  color: #535455;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.staff_caption-request {
  margin-top: 10px;
  display: flex;
}

.staff_caption-request a {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.slick-list.draggable {
  padding-left: 0px !important;
}

section#our_team {
  padding-bottom: 0px;
}

a {
  transition: all 0.4s ease-in-out;
}

a.link.default_link:hover {
  color: #84C4C8;
}

.services_item:hover {
  box-shadow: 0px 4px 40px rgba(164, 207, 210, 0.70);
}

a.header_top-btn.btn.transparent-btn:hover {
  background: #87D2D7;
  border-color: #87D2D7;
  color: #3A3875;
}

a.mainnform_item-link * {
  transition: all 0.4s ease-in-out;
}

form.form_number input:hover,
form.form_number input:focus {
  border-color: #84c4c8;
  outline: none;
  box-shadow: none;
}

form.form_number input {
  border: 1px solid #3a3875;
}

.services_item:hover {
  box-shadow: 0px 4px 40px rgba(164, 207, 210, 0.70);
}

a.header_top-btn.btn.transparent-btn:hover {
  background: #87D2D7;
  border-color: #87D2D7;
  color: #3A3875;
}

a.mainnform_item-link:hover span svg path {
  fill: #84c4c8;
}

a.mainnform_item-link * {
  transition: all 0.4s ease-in-out;
}

form.form_number input:hover,
form.form_number input:focus {
  border-color: #84c4c8;
  outline: none;
  box-shadow: none;
}

form.form_number input {
  border: 1px solid #3a3875;
}

.item_fast-request input:focus {
  outline: none;
  box-shadow: none;
}

a.btn.btn-link.blue_full-bg:hover {
  background: #4E4C94;
}

a.btn.btn-link.blut-bg:hover {
  background: #3A3875;
  color: #fff;
}

.service_item-link a span {
  transition: all 0.4s ease-in-out;
  position: relative;
}

ul.delivery_lists li a:hover {
  background: rgba(58, 56, 117, 0.05);
}

ul.delivery_lists li a svg {
  transition: all 0.4s ease-in-out;
}

ul.delivery_lists li a:hover svg {
  transform: translate(5px, 0px);
}

a.btn.btn-link.blue-bg {
  height: 55px;
}

a.btn.btn-link.blue-bg:hover {
  background: #4E4C94;
}

button.calculate-submit-btn {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

button.calculate-submit-btn:hover {
  background: #66d3da;
}

.staff_inner * {
  transition: all 0.4s ease-in-out;
}

.staff_inner:hover .staff_image:before {
  opacity: 0;
}

.staff_inner .staff_image:before {
  transition: all 0.4s ease-in-out;
  z-index: 9;
}

.staff_inner:hover .staff_image img {
  transform: scale(1.02);
}

.staff_caption-request a:hover {
  border-color: #3A3875;
}

a.btn.btn-link.btn-youtube-link:hover {
  background: #3A3875;
  color: #fff;
}

.blog_pattern {
  transition: all 0.4s ease-in-out;
}

.blog_item:hover .blog_pattern {
  right: 0px;
}

.contact_social-lists a:hover {
  background: #3a3875;
}

button {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

button.submit-form:hover {
  background: #4E4C94;
}

button.scroll_to-top svg {
  transition: all 0.4s ease-in-out;
}

button.scroll_to-top:hover svg {
  transform: translate(0px, -5px);
}

button.scroll_to-top:hover svg path {
  stroke: #fff;
}

button.scroll_to-top svg path {
  transition: all 0.4s ease-in-out;
}

a.btn.btn-link.green-link:hover {
  background: #84C4C8;
}

a.btn.btn-link.blue-link:hover {
  background: #3A3875;
  color: #fff;
}

.footer_maininform-form .form_number input {
  border-color: #f1f7f7;
}

.footer_menu-item nav a {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 30px;
}

.footer_menu-item nav a:hover {
  background: #84C4C8;
}

.btn-white:hover {
  background: #84c4c8;
  color: #fff;
}

div#china {
  right: 21%;
  bottom: 50%;
  display: flex;
}

.map_ukraine-wrapper {
  position: relative;
}

span.country_text {
  font-size: 18px;
  color: #3A3875;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

span.country_icon {
  width: 30px;
  height: 30px;
  background: rgb(58 56 117 / 30%);
  border-radius: 100%;
  position: absolute;
  bottom: -31px;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.country_icon span {
  display: block;
  width: 14px;
  height: 14px;
  background: #4e4c94;
  border-radius: 100%;
}

.item-map {
  position: absolute;
  cursor: pointer;
}

div#ukraine {
  right: 35.5%;
  bottom: 55.5%;
}

#ukraine span.country_text {
  font-size: 28px;
}

#ukraine span.country_icon {
  left: -42px;
  bottom: 6px;
}

div#poland {
  right: 43%;
  bottom: 62%;
}

div#england {
  right: 49%;
  bottom: 62%;
}

div#england .country_text {
  font-size: 16px;
}

div#england .country_icon {
  left: 52px;
}

div#germany {
  right: 47%;
  bottom: 54%;
}

#germany span.country_icon {
  bottom: 25px;
  left: 32px;
}

div#usa {
  left: 19%;
  bottom: 52%;
}

div#canada {
  left: 15%;
  bottom: 64%;
}

.inform_on_map {
  max-width: 1620px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.map_ukraine-icon path.active {
  fill: #93BCCE;
}

.map_ukraine-icon path {
  transition: all 0.4s ease-in-out;
}








.modal_overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000000b5;
  z-index: 999;
  display: none;
}

.modal_overlay.active {
  display: block;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9991;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal.active {
  display: flex;
}

.modal_content {
  max-width: 1000px;
  border-radius: 30px;
  background: #012B3C;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  position: relative;
}

.modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  font-family: 'Montserrat';
  transform: rotate(45deg);
  line-height: 1;
  max-height: 35px;
  font-style: normal;
  min-height: 35px;
  padding: 0 !important;
}

.modal_title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.523%;
  margin-bottom: 30px;
}

.delivery_method-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -7px;
}

a.delivery_method-item {
  flex-basis: calc(50% - 14px);
  margin: 7px;
  border-radius: 10px;
  background: #07394F;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

span.method_item-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

span.method_item-link {
  display: flex;
  align-items: center;
  color: #84C4C8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

span.method_item-link svg {
  max-width: 20px;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}

a.delivery_method-item:hover .method_item-link svg {
  transform: translate(7px, 0px);
}

.modal_btn-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.link_load {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #FFF;
  padding: 17px 32px;
}

a.link_load:hover {
  background: #fff;
  color: #012B3C;
}

.modal_form-inner {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.523%;
  margin-bottom: 20px;
}

.form_control-modal input {
  border-radius: 30px;
  border: 1px solid #DCDCDC;
  background: #033A50;
  width: 100%;
  height: 50px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 20px;
}

.form_control-modal input::placeholder {
  color: #DCDCDC;
}

.header_top {
  transition: all 0.4s ease-in-out;
}

.fixedHeader-wrapper .header_top {
  padding: 5px 0px;
}

.fixedHeader-wrapper .top_contact-item a {
  font-size: 16px;
}

.fixedHeader-wrapper a.header_top-btn {
  padding: 8px 20px;
  font-size: 14px;
}


.form_control-modal {
  margin-bottom: 15px;
}

.form_control-modal:has(.submit_form-modal) {
  margin-bottom: 10px;
}

.form_control-modal:last-child {
  margin-bottom: 0px;
  margin-top: 30px;
  text-align: center;
}

.form_control-modal button {
  border-radius: 30px;
  background: #84C4C8;
  padding: 15px 40px;
  border: none;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #3A3875;
  width: 100%;
}

.form_control-modal button:hover {
  background: #87D2D7;
}

.form_control-modal input:focus {
  outline: none;
  box-shadow: none;
}

#ukraine .country_icon {
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(58 56 117 / 30%);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgb(58 56 117 / 30%);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(58 56 117 / 30%);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(58 56 117 / 30%);
    box-shadow: 0 0 0 0 rgb(58 56 117 / 30%);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgb(58 56 117 / 0%);
    box-shadow: 0 0 0 10px rgb(58 56 117 / 0%);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgb(58 56 117 / 0%);
    box-shadow: 0 0 0 0 rgb(58 56 117 / 0%);
  }
}

.services_item:nth-child(1) {
  background-image: url('/files/home/services/service_pattern1.svg');
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.services_item:nth-child(2) {
  background-image: url(/files/home/services/service_pattern2.svg);
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}

.services_item:nth-child(3) {
  background-image: url(/files/home/services/service_pattern3.svg);
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.services_item:nth-child(4) {
  background-image: url(/files/home/services/service_pattern4.svg);
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.services_item:nth-child(5) {
  background-image: url(/files/home/services/service_pattern5.svg);
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.services_item:nth-child(6) {
  background-image: url(/files/home/services/service_pattern6.svg);
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}

.services_item:nth-child(7) {
  background-image: url(/files/home/services/service_pattern7.svg);
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}

.services_item:nth-child(8) {
  background-image: url(/files/home/services/service_pattern8.svg);
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}

.seo_text-description li {
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

button.fast_btn-submit:hover {
  background: #66d3da;
}

.services_inner-item:hover .lists_itemservice-icon {
  background: #84C4C8;
}

.services_inner-item:hover .lists_itemservice-icon svg path {
  fill: #fff;
}

.services_inner-item .lists_itemservice-icon {
  transition: all 0.4s ease-in-out;
}

.services_inner-item .lists_itemservice-icon svg path {
  transition: all 0.4s ease-in-out;
}

.method_bg:before {
  content: "";
  position: absolute;
  left: 70px;
  top: 87px;
  bottom: 100px;
  right: 60px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.item_method:hover .method_bg:before {
  box-shadow: 0px 0px 32px 15px rgba(164, 207, 210, 0.50);
}

.has-child>a:after {
  content: url('/files/header/menu_arrow.svg');
  position: relative;
  display: inline-block;
  margin-left: 4px;
  top: -2px;
}

.child_lists {
  position: absolute;
  top: 100%;
  width: 100vw;
  left: 0;
  right: 0;
  background: #E6F3F4;
  padding: 30px 0px;
  opacity: 0;
  visibility: hidden;
}

header.header {
  position: fixed;
  z-index: 91;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
}

div#app {
  padding-top: 200px;
}

div#app.marquee-active {
  padding-top: 220px;
}

.child_lists-container ul li a {
  margin: 0px 35px;
}

.child_lists-container {
  max-width: 1720px;
  padding: 0px 15px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.fixedHeader-wrapper header.header .header-main_block {
  padding: 7px 0px;
  transition: padding 0.2s ease-in-out;
}

.blog__pagination.pagination .pagination__pages {
  display: flex;
  justify-content: center;
}

.blog__pagination.pagination .pagination__pages a {
  margin: 0px 5px;
  border: 1px solid #3a3875;
  color: #3a3875;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
}

.blog__pagination.pagination .pagination__pages a.pagination__page_active {
  background: #3a3875;
  color: #fff;
}

.fixedHeader-wrapper header.header {
  background: transparent;
}

.child_lists {
  transition: 0.3s;
}

li.item-menu.has-child:hover .child_lists {
  opacity: 1;
  visibility: visible;
}

li.item-menu.has-child>a:before {
  content: '';
  position: absolute;
  top: 100%;
  height: 55px;
  width: 100%;
  left: 0;
}

li.item-menu.has-child>a {
  position: relative;
}

.item_menu-headtitle a {
  display: flex;
  align-items: center;
}

.item_menu-headtitle a span {
  margin-right: 15px;
}

.row_menu-flex {
  display: flex;
  max-width: 970px;
  margin: auto;
  justify-content: space-between;
  width: 100%;
}

.column-menu-flex {
  flex-basis: 30%;
}

nav#main_menu .column-menu-flex ul {
  display: block;
  padding-left: 65px;
}

nav#main_menu .column-menu-flex ul li a {
  margin: 15px 0px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

li.f-basis-6 {
  flex-basis: 15.667%;
  margin: 10px 0px;
  padding: 3px;
}

li.f-basis-6 a {
  margin: 0px !important;
}

li.f-basis-4 {
  flex-basis: 25%;
  margin: 10px 0px;
}

li.f-basis-4 a {
  display: flex;
  align-items: center;
}

li.f-basis-4 a span {
  margin-right: 10px;
}






span.burger_icon span {
  display: block;
  width: 0px;
  height: 2px;
  background: #fff;
  border-radius: 100%;
  margin: 7px 0px;
  transition: all 0.4s ease-in-out;
}

.maininform_item:nth-child(3) {
  margin-right: 0px;
}

.fixed-visible-menu {
  /* overflow: hidden; */
  transition: all 0.4s ease-in-out;
}

.fixedHeader-wrapper .fixed-visible-menu {
  margin-left: 20px;
}

.fixedHeader-wrapper span.burger_icon span {
  width: 25px;
}

span.burger_icon {
  cursor: pointer;
}

.menu_fixed-container {
  position: absolute;
  right: 0;
  width: 250px;
  top: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  z-index: 91;
}

.fixed-visible-menu {
  position: relative;
}

.menu_fixed-container a {
  display: block;
  color: #3A3875;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin: 15px 0px;
}

.menu_fixed-container a:first-child {
  margin-top: 0px;
}

.menu_fixed-container a:last-child {
  margin-bottom: 0px;
}

.menu_fixed-container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.fixed-visible-menu:hover .menu_fixed-container {
  opacity: 1;
  visibility: visible;
}

.calculate_column:nth-child(2) {
  margin-top: 5px;
}

li.item-menu>a:hover,
li.item-menu.has-child:hover>a {
  color: #84c4c8;
}

li.item-menu.has-child>a:after {
  transition: all 0.4s ease-in-out;
}

h1.main_title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #011226;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.page-template33 h1.main_title {
  font-size: 50px;
}

.slider-title {
  margin-bottom: 30px;
}







/*SHIPPING METHOD TEMPLATE START */

.shipping_main-screen {
  background-image: linear-gradient(165deg, #E6F3F4 59%, #fff 40%);
}

.page-template35 .shipping_main-screen {
  height: 90vh;
}

.inner_main-screen {
  display: flex;
  padding-top: 4%;
  padding-bottom: 10%;
  isolation: isolate;
}

.main_screen-img {
  position: relative;
}

img.icon_image {
  position: absolute;
  left: 18%;
  bottom: 5%;
  transition: all 0.1s ease-in;
}

.page-template38 img.icon_image {
  left: unset;
  right: 0;
  bottom: -30%;
  width: 92%;
}

.page-template26 img.icon_image {
  width: 100%;
  left: 6%;
  bottom: -22%;
}

.page-template20 img.icon_image {
  left: -5%;
  bottom: -6%;
  width: 100%;
  z-index: -2;
}

.page-template42 img.icon_image {
  left: 0%;
  bottom: -72%;
  width: 81%;
}

.page-template37 img.icon_image {
  left: unset;
  right: 0;
  bottom: 0;
  width: 90%;
}

.page-template32 img.icon_image {
  left: 0%;
  bottom: -106%;
  width: 100%;
}

.page-template36 img.icon_image {
  right: 0;
  width: 80%;
}

.page-template43 img.icon_image {
  right: 10%;
  left: unset;
  bottom: -50%;
  width: 93%;
}

.page-template35 img.icon_image {
  left: 5%;
  bottom: 24%;
  width: 100%;
  z-index: -2;
}

.page-template28 img.icon_image {
  max-width: 80%;
  left: 0;
  bottom: 0;
}

img.icon_image.hide {
  opacity: 0;
}

.main_screen-content {
  flex-basis: 67%;
}

.page-template38 .main_screen-content {
  flex-basis: 50%;
}

.page-template26 .main_screen-content {
  flex-basis: 53%;
}

.main_screen-img {
  flex-basis: 50%;
}

.icon_image[src=""] {
  display: none;
}

img.featured_image {
  max-width: 80%;
  position: relative;
  top: 0px;
  z-index: -1;
}

.page-template35 .warehouse_services {
  padding-bottom: 30px;
}

.page-template35 img.featured_image {
  max-width: 55%;
  translate: 281px 78px;
  z-index: -1;
}

.page-template34 img.featured_image {
  max-width: 68%;
}

.page-template34 img.icon_image {
  left: 45%;
  bottom: -2%;
  width: 46%;
  z-index: 5;
}

.advantage_lists {
  display: flex;
  flex-wrap: wrap;
}

.advantage_item {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

span.advantage_title {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-left: 10px;
}

span.advantage_icon img {
  max-width: 40px;
}

.advantage_item:nth-child(odd) {
  flex-basis: 45%;
}

.main_screen-content h1 {
  margin-bottom: 10px;
}

.short_description {
  margin-bottom: 30px;
}

.page-template23 .short_description {
  margin: 30px 0 40px;
}

.hex .method_icon {
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin-top: -60px;
  margin-bottom: 10px;
  max-width: 37%;
  overflow: hidden;
}

span.icon_in_hover {
  opacity: 0;
  position: absolute;
  z-index: 3;
}

.hex .method_icon>img {
  width: 100%;
}

span.icon_in_hover.europe_hover-icon img {
  max-width: 40px;
}

.hex .method_icon>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.icon_in_hover.europe_hover-icon img {
  max-width: 40px;
}

.hex .method_icon:hover>img {
  transform: scale(1.5);
}

.hex .method_icon img {
  transition: all 0.6s ease-in-out;
  position: relative;
  z-index: 2;
}

.hex .method_icon:hover .icon_in_hover {
  opacity: 1;
}

.hex .method_icon .icon_in_hover {
  transition: all 0.4s ease-in-out;
}

span.icon_in_hover.\31_hover-icon {
  left: 29%;
  top: 33%;
}

.hex .method_icon {
  position: relative;
}

span.icon_in_hover.\33_hover-icon {
  top: 29%;
}

span.icon_in_hover.\32_hover-icon {
  top: 14%;
  left: 34%;
}

/* 
.shipping_method-page section#shipping_method {
  padding-top: 20px;
} */

#shipping_method.direction_map_section {
  padding-bottom: 120px;
}

.page-template38 #shipping_method.direction_map_section {
  padding-bottom: 0;
}

.page-template37 #shipping_method.direction_map_section {
  padding-bottom: 0;
}

.shipping_method-page section#shipping_method h2 {
  margin-bottom: 80px;
}

.page-template35 .shipping_method-page section#shipping_method h2 {
  margin-bottom: 20px;
}

.shipping_method-page .item_inner-title {
  max-width: 100%;
  margin-top: 20px;
}

section.shipping_inner-row {
  background-image: linear-gradient(143deg, #91CCD0 65%, #73BFBA 50%);
}

.content_inner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_inner-row {
  color: #011226;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 54.6px */
  text-transform: uppercase;
  max-width: 900px;
  margin-bottom: 40px;
  margin-top: 0px;
  display: block;
}

.image_inner-row {
  margin-top: 20px;
  margin-right: 50px;
}

.image_inner-row img {
  width: 100%;
}

.dependence_price {
  background: #E6F3F4;
  padding: 90px 0px;
}

section.dependence_price .inner_services-title {
  max-width: 1300px;
  margin: 0px auto 30px;
}

.dependence_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  justify-content: center;
}

.dependence_item {
  flex-basis: calc(20% - 20px);
  margin: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

span.dependence_number {
  border-radius: 50px;
  background: #91CCD0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E6F3F4;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 25px;
}

.dependence_title {
  color: #011226;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

section.calculate_section {
  padding: 100px 0px;
}

.advantages_row {
  display: flex;
}

.advantages_row-title {
  margin-right: 50px;
  flex-basis: 38%;
}

.works_lists {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 62%;
  position: relative;
}

.works_item {
  flex-basis: 50%;
  padding-bottom: 50px;
  position: relative;
}

.works_icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6F3F4;
  border-radius: 100%;
  margin-bottom: 10px;
}

.works_icon svg,
.works_icon img {
  max-width: 45px;
  max-height: 45px;
}

.works_title {
  color: #011226;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 15px;
}

.works_desc {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 70%;
}

.works_item:nth-child(even) {
  top: 70px;
  padding-left: 80px;
}

.works_item:nth-child(even) .works_desc {
  max-width: 90%;
}

.works_lists:after {
  content: "";
  position: absolute;
  right: 50%;
  top: 4%;
  bottom: 18.8%;
  width: 1px;
  background: #84C4C8;
}

.page-template12 .works_lists:after {
  bottom: 16.8%;
}

.works_item:nth-child(odd) .works_icon:after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  left: 0;
  background: #84C4C8;
  z-index: -1;
}

.works_item:nth-child(odd) .works_icon:before {
  content: "";
  position: absolute;
  right: -6px;
  background: #84C4C8;
  z-index: -1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #84C4C8;
}

.works_item:nth-child(even) .works_icon:after {
  content: "";
  position: absolute;
  right: calc(100% - 80px);
  height: 1px;
  left: 0;
  background: #84C4C8;
  z-index: -1;
}

.works_item:nth-child(even) .works_icon:before {
  content: "";
  position: absolute;
  left: -6px;
  background: #84C4C8;
  z-index: -1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #84C4C8;
}

section.advantage_works {
  position: relative;
  /* padding-bottom: 0;
  padding-top: 0; */
}

.page-template6 section.advantage_works {
  padding-bottom: 115px;
  padding-top: 90px;
}

.page-template6 #home_seo-text {
  padding-top: 90px;
}

.advantage_bg-img {
  position: absolute;
  left: 0;
  bottom: 20%;
}

.advantage_bg-img img {
  max-width: 85%;
}

.cases_inner {
  max-width: 1300px;
  margin: auto;
}

section.cases_wrapper {
  padding: 100px 0px;
}

.page-template9 section.cases_wrapper,
.page-template10 section.cases_wrapper,
.page-template12 section.cases_wrapper,
.page-template38 section.cases_wrapper,
.page-template13 section.cases_wrapper,
.page-template14 section.cases_wrapper,
.page-template11 section.cases_wrapper {
  padding: 100px 0px 0;
}

.page-template37 section.cases_wrapper {
  padding-bottom: 0;
}

ul.tab_cases {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  overflow-x: auto;
}

ul.tab_cases li {
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #84C4C8;
  background: #FFF;
  padding: 20px 30px;
  margin-right: 10px;
  color: #011226;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

ul.tab_cases li:hover {
  background: #E6F3F4;
  border-color: #E6F3F4;
}

ul.tab_cases li.tab_active {
  background: #E6F3F4;
  border-color: #E6F3F4;
}

.content_desc {
  display: none;
  border-radius: 0px 20px 20px 20px;
  background: #E6F3F4;
  padding: 70px;
}

.content_desc.active {
  display: flex;
  align-items: flex-start;
}

.case_company {
  flex-basis: 40%;
  width: 40%;
  margin-right: 30px;
}

.case_company-title {
  color: #011226;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 51px */
  text-transform: uppercase;
  margin-bottom: 20px;
}


li.link_company-icon img {
  max-width: 25px;
  margin-right: 10px;
}

li.link_company-icon {
  display: flex;
  align-items: center;
}

.case_caption {
  flex-basis: 100%;
}

.case_company img {
  width: 100%;
  border-radius: 20px;
}

.case_company-desc {
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

a.case_company-link {
  color: #6763D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.case_caption-title {
  color: #011226;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 51px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

ul.case_caption-lists {
  list-style: none;
  padding: 0px;
}

ul.case_caption-lists li {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.case_caption-desc {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.case_caption-desc {
  border-radius: 20px;
  background: #84C4C8;
  padding: 15px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

span.icon_quote svg {
  max-width: 60px;
  max-height: 50px;
}

span.icon_quote {
  margin-right: 10px;
}

.case_caption-desc p:last-child {
  margin-bottom: 0px;
}

ul.tab_cases li {
  border-bottom: 0px;
  white-space: nowrap;
}

.service_catalog .slide a {
  height: 100%;
  border-radius: 9px;
  background: #D9D9D9;
  color: #011226;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  min-height: calc(215vw/8);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 30px;
  background-size: cover;
  text-transform: uppercase;
}

.service_catalog .slide a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.service_catalog .slide a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 33%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.6); */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 71%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.service_catalog .slide a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ffffff4a;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.service_catalog .slide a span {
  position: relative;
}

.service_catalog .slide a:hover::before {
  opacity: 1;
}

.service_catalog .slide.slick-slide {
  padding: 0px 10px;
}

.stages_delivery {
  position: relative;
  background: #E6F3F4;
  padding: 100px 0px;
  margin-top: 50px;
}

.page-template6 .stages_delivery {
  margin-top: 70px;
}

.airport_image {
  position: absolute;
  right: -12vw;
  top: 17%;
}

.page-template5 .airport_image {
  top: 16%;
}

.airport_image img {
  max-width: 33vw;
}

.do_title {
  color: #011226;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 40px;
}

.do_you_do-container {
  margin: 0px -25px;
  position: relative;
  z-index: 1;
}

.do_you-item {
  flex-basis: calc(20% - 50px);
  margin: 25px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px #C5EBED;
  text-align: center;
  height: 160px;
  padding: 0px 20px;
}

.do_you-title {
  color: #011226;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.do_you-icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #3a3875;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -30px;
  margin-bottom: 15px;
}

.do_you_do-wrapper {
  position: relative;
}

.do_you_do-animation {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0px;
}

.do_we_do-animation {
  position: absolute;
  bottom: 17%;
  z-index: 0;
}

.do_we_do-wrapper {
  position: relative;
  margin-top: 60px;
}

img.plane_ship {
  position: absolute;
  animation: ship_plane 10s infinite linear;
}

/* SHIPPING METHOD TEMPLATE END*/

image#fly {
  transform: translate(0px, 23px) rotate(45180deg);
  position: relative;
}

@keyframes ship_plane {
  0% {
    transform: translate(0vw, 0vw) rotate(0deg);
  }

  5% {
    transform: translate(4vw, 1vw) rotate(15deg);
  }

  15% {
    transform: translate(15vw, -1vw) rotate(-22deg);
  }

  25% {
    transform: translate(23vw, 1vw) rotate(21deg);
  }
}

.bredcrumbs a {
  color: #84C4C8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

span.mlh.arrow {
  margin: 0px 5px;
  text-align: center;
}

span.mlh.arrow svg path {
  stroke: #84C4C8;
}

span.navigation__link {
  color: #3A3875;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-template33 span.navigation__link,
.page-template45 span.navigation__link {
  color: white;
}

.bredcrumbs {
  margin-top: 20px;
}

.news-title {
  text-align: center;
  margin-top: 60px;
}

.blog__wrapper {
  display: flex;
}

.related__posts.wrapper__posts-related {
  flex-basis: 75%;
  margin-right: 3%;
}

.item__post {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C8DDDF;
}

a.blog__news-card.news-card {
  max-width: 480px;
  flex-basis: 40%;
}

.post-thumbnail img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.post-caption {
  flex-basis: calc(60% - 30px);
  margin-left: 30px;
}

.post-thumbnail {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 270px;
  width: 100%;
}

.post-caption-top {
  color: #7D7C93;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 10px;
}

span.title-news__card {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px;
  display: block;
}

.post-caption .short_description,
.post-caption .short_description li,
.post-caption .short_description h2 {
  color: #011226;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 10px;
}

.column-wrapper {
  flex-basis: 22%;
}

.column-inner {
  border-top: 1px solid #C8DDDF;
  padding-top: 50px;
}

.title-widget {
  color: #011226;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
}

.item-special {
  margin-bottom: 30px;
}

.special-thumbnail {
  border-radius: 15px;
  background: #D9D9D9;
  width: 100%;
  position: relative;
  padding-top: 76%;
}

span.special-sticker {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 3.75px;
  background: #A9A9A9;
  padding: 8px;
  color: #011226;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  /* 18px */
  text-transform: uppercase;
}

.special-caption {
  width: 100%;
  margin-top: 15px;
}

a.special-link {
  color: #011226;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.special-location {
  display: flex;
  align-items: center;
}

span.location-icon {
  display: flex;
}

span.location-text {
  color: #011226;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
  text-transform: uppercase;
  margin-left: 3px;
}

.do_you_do-animation svg {
  overflow: visible;
}

.do_we_do-animation svg {
  overflow: visible;
}

.newsletter_title {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 63px */
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}

.newsletter_input {
  max-width: 770px;
  width: 100%;
  margin: auto;
  position: relative;
}

.newsletter_input input {
  width: 100%;
  border-radius: 30px;
  background: #FFF;
  height: 55px;
  border: none;
  font-family: 'Montserrat';
  color: #7D7C93;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 25px;
}

.newsletter_input button.fast_btn-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 24px;
  background: #84C4C8;
  border: none;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter_input input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter_wrapper-form .form-left-arrow {
  width: 8%;
}

.item__post .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
  background: #3A3875;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.item__post:hover .post-thumbnail:before {
  opacity: 0;
}

.item__post:hover .post-thumbnail img {
  transform: scale(1.05);
}

.item__post .post-thumbnail img {
  transition: all 0.4s ease-in-out;
}

a.post_name-link {
  text-decoration: none;
}

a.readmore_link svg {
  transition: all 0.4s ease-in-out;
}

.blog_item:hover a.readmore_link svg {
  transform: translate(2px, -2px);
}

.item__post:hover a.readmore_link svg {
  transform: translate(2px, -2px);
}

.seo_inner-title {
  max-width: 1300px;
  margin: auto;
}

.service_catalog-wrapper {
  padding-left: 50px;
}

.bredcrumbs.breadcrumb_shipping-method {
  margin-top: 0px;
  padding-top: 30px;
}

section#our_team_inner {
  padding-top: 120px;
  /* padding-bottom: 0; */
}

.page-template30 section#our_team_inner,
.page-template23 section#our_team_inner {
  padding-bottom: 0;
}

.page-template35 section#our_team_inner,
.page-template37 section#our_team_inner,
.page-template38 section#our_team_inner,
.page-template36 section#our_team_inner {
  padding-top: 0;
}

.page-template21 section#our_team_inner {
  padding: 120px 0;
}

.error-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(18deg, #E6F3F4 54%, #fff 40%);
}

.img-error img {
  max-height: 68vh;
}

h1.error-title {
  color: #011226;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 30px;
}

a.red-link {
  border-radius: 29px;
  background: #3A3875;
  text-decoration: none;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px 35px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

a.red-link:hover {
  background: #4E4C94;
}

.img-error img {
  max-width: 90vw;
}

.service_catalog .slide a:hover {
  box-shadow: 0px 2px 15px #C5EBED;
}

.service_catalog .slide {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.template-wrapper-top.template_contact-wrapper {
  background-image: url('/files/contactus/contact_bg.jpg');
  padding-bottom: 75px;
  background-size: cover;
}

.template_contact-wrapper h1.main_title {
  margin-top: 60px;
  color: #fff;
  margin-bottom: 0px;
}

.template_contact-wrapper span.navigation__link {
  color: #fff;
}

.page-template7 img.featured_image {
  max-width: 490px;
}

.page-template7 img.icon_image {
  position: absolute;
  left: auto;
  right: 6%;
  bottom: -20%;
  transition: all 0.1s ease-in;
  max-height: 420px;
  z-index: 2;
}

.page-template11 .airport_image,
.page-template9 .airport_image,
.page-template10 .airport_image,
.page-template7 .airport_image {
  z-index: 4;
  right: 68px;
  top: 14%;
}


.page-template7 .airport_image img,
.page-template10 .airport_image img,
.page-template11 .airport_image img,
.page-template9 .airport_image img {
  width: 122%;
}

.page-template7 section.shipping_inner-row,
.page-template11 section.shipping_inner-row,
.page-template9 section.shipping_inner-row,
.page-template10 section.shipping_inner-row {
  background-image: linear-gradient(151deg, #91CCD0 77%, #267370 50%);
  position: relative;
}

.shipping_main-inner .main_screen-content {
  flex-basis: 50%;
}

.type_transportations {
  padding: 90px 0px 0px;
}

.transportation_lists {
  display: flex;
  margin: 0px -25px;
  flex-wrap: wrap;
}

.transportation_item {
  flex-basis: calc(50% - 50px);
  margin: 25px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(197, 235, 237, 0.70);
  padding: 40px;
  display: flex;
  justify-content: space-between;
}

.transportation_title {
  color: #011226;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}

.transportation_desc {
  color: #011226;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.transportation_content {
  width: 51%;
}

.transportation_desc ul {
  list-style: none;
  padding: 0px;
}

.transportation_desc ul li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M36.8152 9.73332L33.3672 6.28452C33.2461 6.16361 33.082 6.0957 32.9108 6.0957C32.7397 6.0957 32.5755 6.16361 32.4544 6.28452L19.9948 18.7441L17.5668 16.3169C17.4458 16.1959 17.2816 16.1279 17.1104 16.1279C16.9393 16.1279 16.7751 16.1959 16.654 16.3169L13.2052 19.7657C13.1452 19.8256 13.0975 19.8967 13.065 19.975C13.0325 20.0534 13.0157 20.1373 13.0157 20.2221C13.0157 20.3069 13.0325 20.3909 13.065 20.4692C13.0975 20.5475 13.1452 20.6187 13.2052 20.6785L19.518 26.9897C19.6388 27.1105 19.8028 27.1789 19.9744 27.1789C19.982 27.1789 19.9892 27.1749 19.9968 27.1749C20.0032 27.1749 20.01 27.1785 20.0168 27.1785C20.1016 27.1786 20.1856 27.1619 20.2639 27.1294C20.3422 27.097 20.4134 27.0493 20.4732 26.9893L36.8152 10.6465C37.0672 10.3937 37.0672 9.98532 36.8152 9.73332Z" fill="%2384C4C8"/><path d="M28.8088 21.4499V29.9135H11.1912V12.2959H23.6152L27.6068 8.30469H9.27721V8.30749C9.26801 8.30749 9.25961 8.30469 9.25001 8.30469C8.71549 8.30507 8.20231 8.5145 7.82014 8.88821C7.43798 9.26193 7.21714 9.7703 7.20481 10.3047H7.20001V31.9047H7.20521C7.2178 32.4298 7.43201 32.9299 7.80342 33.3013C8.17482 33.6727 8.67492 33.8869 9.20001 33.8995V33.9047H30.8V33.8995C31.3251 33.887 31.8253 33.6728 32.1967 33.3014C32.5681 32.93 32.7823 32.4298 32.7948 31.9047H32.8V17.4587L28.8088 21.4499Z" fill="%2384C4C8"/></svg>');
  max-width: 30px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.transportation_desc ul li {
  display: flex;
  align-items: center;
}

.page-template6 img.featured_image {
  max-width: 75%;
}

.page-template6 img.icon_image {
  bottom: -30%;
  max-width: 350px;
  right: 12%;
  left: auto;
}

.page-template6 .shipping_method-lists {
  justify-content: center;
}

.page-template6 .airport_image img {
  max-width: 25vw;
}

.page-template6 .airport_image {
  right: -1vw;
  top: 20%;
}

.map {
  max-height: 450px;
}

.shipping_main-screen.shipping_main-inner {
  background-size: cover;
  background-position: bottom center;
  height: 590px;
  background-repeat: no-repeat;
}

.main_screen_subtitle_cooperation {
  display: none;
}

.page-template45 .main_title.white-title {
  text-align: center;
}

.page-template45 .inner_main-screen {
  padding-top: 3%;
}

.page-template45 .main_screen_subtitle_cooperation {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: white;
  max-width: 970px;
  margin: 20px auto 0;
}

.page-template45 .main_screen-img {
  display: none;
}

.page-template45 .shipping_main-inner .main_screen-content {
  flex-basis: 100%;
}

.page-template45 .shipping_main-screen.shipping_main-inner {
  height: 370px;
}

.page-template45 .main_screen-content>a {
  display: none;
}

a.btn.btn-link.btn-white.btn_icon img {
  margin-right: 10px;
  max-width: 52px;
}

a.btn.btn-link.btn-white.btn_icon {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

h1.main_title.white-title {
  color: #fff;
}

.shipping_main-inner .inner_main-screen {
  padding-bottom: 0;
}

.shipping_method-lists {
  justify-content: center;
}

.features_lists {
  display: flex;
  margin: 0px -10px;
}

.features_item {
  width: calc(25% - 20px);
  margin: 10px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px #C5EBED;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features_icon {
  background: #E6F3F4;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.features_cption {
  color: #011226;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.shipping_features {
  padding-bottom: 50px;
}

.padding-none {
  padding: 0px !important;
}

.article_main-wrapper {
  flex-basis: 75%;
  margin-right: 6%;
}

.blog__wrapper.blog_inner {
  margin-top: 30px;
}

.news__article img {
  width: auto !important;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  max-width: 100%;
}


.article__image img {
  margin-top: 0px;
}

.article__image img {
  display: inline-block;
}

.article__description * {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.article__description .table-bordered {
  /* border: 1px solid #DDDDDD; */
  border-collapse: collapse;
  border-radius: 10px;
  display: block;

}

.article__description .table-bordered th,
.article__description .table-bordered td {
  border: 1px solid #DDDDDD;
  padding: 15px;
}


.article__description .table-bordered th:first-child,
.article__description .table-bordered td:first-child {
  width: auto;
  /* Ширина першої колонки налаштовується автоматично */
}

.article__description .table-bordered th:nth-child(n+2),
.article__description .table-bordered td:nth-child(n+2) {
  width: 20%;
  /* Ширина останніх 4 колонок, припускаючи, що вони займають рівні частини */
}


.article__description .table-bordered td p {
  font-size: 14px;
  line-height: 140%;
}

.article__description .table-bordered td p {
  margin-bottom: 10px;
}

.article__description .table-bordered td p:last-child {
  margin-bottom: 0;
}

.article__description a {
  font-weight: 500;
}

.article__description h2 {
  color: #011226;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 15px;
}

.article__description h2 a {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.article__description h3 {
  font-size: 24px;
}

.news__article b {
  font-weight: 600;
}

.article__description i {
  font-style: italic;
}

span.news-card__thumbnail img {
  width: 120px;
  height: 90px;
  border-radius: 5px;
  object-fit: cover;
}

a.news-card {
  display: flex;
  align-items: center;
  text-decoration: none;
}

span.news-card__thumbnail {
  margin-right: 15px;
}

span.news-card__title {
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.post-list-item {
  margin-bottom: 25px;
}

.taxonomy-widget:nth-child(2) {
  border-top: 1px solid #C8DDDF;
  margin-top: 50px;
  padding-top: 50px;
}

.header_article {
  padding-top: 10px;
}

.blog_inner .column-wrapper {
  margin-top: 20px;
  flex-basis: 30%;
}

.item__share {
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E9E8E7;
  margin-bottom: 50px;
}

.list__share a {
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #7D7C93;
  padding: 10px 20px;
  margin-left: 10px;
  text-decoration: none;
}

.list__share {
  display: flex;
  /* align-items: center; */
}

span.text_share {
  color: #3a3875;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
}

span.icon_share {
  display: flex;
  margin-right: 7px;
  padding-right: 5px;
  border-right: 1px solid #7D7C93;
  align-items: center;
}

span.icon_share svg {
  max-width: 22px;
  max-height: 19px;
}

span.text-share {
  color: #011226;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-right: 40px;
}

.article_main-wrapper h1.main_title {
  font-size: 40px;
  text-transform: none;
  line-height: 1.3;
}

.list__share a:hover {
  border-color: #3a3875;
  background: #3a3875;
}

.list__share a:hover span {
  color: #fff;
}

.list__share a * {
  transition: all 0.4s ease-in-out;
}

.list__share a:hover svg path {
  fill: #fff;
}

.default_title.default_title-blog {
  font-size: 39px;
}

.blog__content {
  padding-bottom: 55px;
}

.language {
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
}

.dropdown-language {
  position: absolute;
  left: 0;
  right: 0;
  background: rgb(255 255 255 / 10%);
  border-radius: 50px;
  top: 0;
  padding-top: 40px;
}

.dropdown-language ul {
  list-style: none;
  padding: 0px 0px 8px;
  margin: 0;
  text-align: center;
}

.dropdown-language ul li a {
  text-decoration: none;
}

ul.language-lists li a {
  color: #3A3875;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

ul.language-lists li a {
  padding: 5px 0px;
  display: block;
}

ul.language-lists li.active a {
  font-weight: bold;
}

.dropdown-language {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.language:hover .dropdown-language {
  max-height: 130px;
  background: #E6F3F4;
}

.language:hover {
  background: #E6F3F4;
}

.language:hover .icon_language svg path {
  fill: #3a3875;
}

.language .icon_language svg path {
  transition: all 0.4s ease-in-out;
}

.icon_language {
  position: relative;
  z-index: 1;
}

.tags a {
  border-radius: 50px;
  background: #F8F9FB;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.09);
  padding: 14px 35px;
  margin: 10px;
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid #F8F9FB;
  transition: all 0.4s ease-in-out;
}

.tags {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.tags a.active {
  border-color: #3A3875;
}

.tags a:hover {
  border-color: #3A3875;
  background: #3A3875;
  color: #fff;
}

.article__image img {
  width: 100% !important;
}

.article__description iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}

.page-template16 .icon_image {
  max-width: 85%;
  bottom: 24%;
  left: 3%;
  z-index: -2;
}

.page-template16 img.featured_image {
  max-width: 40%;
  top: 45%;
  left: 38%;
}

a.btn.btn-link.blue-bg.btn-uppercase {
  text-transform: uppercase;
  font-weight: 400;
}

img.btn_icon {
  max-width: 75px;
  margin-right: 10px;
  margin-left: -34px;
}

.delivery_directions-template section.cases_wrapper {
  padding: 0 0px 100px;
}

.page-template20 .delivery_directions-template section.cases_wrapper {
  padding: 90px 0 0;
}

.delivery_directions-template .dependence_item,
.dependence_price_template .dependence_item {
  flex-basis: calc(12.5% - 20px);
  min-width: 180px;
}

.delivery_directions-template .dependence_lists {
  justify-content: center;
}

.delivery_directions-template .inner_services-title {
  max-width: 100% !important;
}

.direction_maps img {
  width: 95%;
}

.transtype_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.transtype_item {
  border-radius: 20px;
  border: 1px solid #84C4C8;
  background: linear-gradient(138deg, #E6FAFC 8.53%, #FFF 76.33%);
  flex-basis: 42%;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}

.transtype_item-icon {
  margin-bottom: 15px;
}

.transtype_item-icon img {
  max-height: 40px;
}

.transtype_item-title {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 36px */
}

.transtype_item-desc {
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top: 20px;
}

.transtype_item:nth-child(even) {
  position: relative;
  top: 100px;
}

.page-template37 .transtype_item:nth-child(4) {
  top: 155px;
}

.page-template37 .transtype_item:nth-child(5) {
  top: 60px;
}

html[lang="ru"] .page-template38 .transtype_item:nth-child(even) {
  top: 120px;
}

html[lang="ru"] .page-template38 .transtype_item:nth-child(4) {
  top: 77px;
}


html[lang="en"] .page-template35 .transtype_item:nth-child(even) {
  top: 122px;
}

html[lang="ru"] .page-template6 .works_lists:after {
  bottom: 16.8%;
}

.page-template37 .transtype_item:nth-child(2),
.page-template38 .transtype_item:nth-child(2) {
  margin-bottom: -50px;
}

section#how_delivery {
  padding-bottom: 120px;
}

.page-template20 section#how_delivery {
  padding-bottom: 85px;
}

.page-template37 section#how_delivery {
  padding-bottom: 70px;
}

.transtype_lists:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #84C4C8;
  top: 5%;
  bottom: 10%;
  left: 50%;
}

.page-template35 .transtype_lists:after {
  bottom: 17%;
}

.page-template37 .transtype_lists:after {
  bottom: 12%;
  top: 7%;
}

.page-template38 .transtype_lists:after {
  top: 7%;
}

html[lang="ru"] .page-template38 .transtype_lists:after {
  top: 9%;
  bottom: 8%;
}

.page-template36 .transtype_lists:after {
  bottom: 19%;
}

.page-template34 .transtype_lists:after {
  bottom: 22%;
}

.transtype_item:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: -19%;
  top: 35px;
  height: 1px;
  background: #84C4C8;
  width: 19%;
}

.transtype_item:nth-child(even)::before {
  content: "";
  position: absolute;
  left: -19%;
  top: 35px;
  height: 1px;
  background: #84C4C8;
  width: 19%;
}

.direction_maps {
  position: relative;
}

.delivery_lists {
  margin-top: -16%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  z-index: 1;
}

.page-template34 .delivery_lists {
  margin-top: 0;
}

.how_delivery_undertxt {

  padding: 30px;
  border-radius: 20px;
  border: 1px solid #84C4C8;
  background: linear-gradient(138deg, #E6FAFC 8.53%, #FFF 76.33%);

}

.how_delivery_undertxt span {
  display: block;
  text-align: center;
  color: #011226;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.delivery_item-wrapper {
  flex-basis: calc(50% - 20px);
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #3A3875;
  background: rgba(58, 56, 117, 0.05);
  padding: 25px;
  display: flex;
  /* align-self: baseline; */
}

.delivery_item-desc {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.delivery_item-desc:before {
  content: "";
  display: inline-block;
  background: #3A3875;
  min-width: 11px;
  min-height: 11px;
  border-radius: 100%;
  height: 11px;
  width: 11px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.delivery_directions-template section#shipping_method {
  padding-bottom: 0px;
}

#shipping_method .default_title {
  font-size: 44px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.page-template19 #shipping_method .default_title {
  width: 100%;
  text-align: center;
}

.default_subtext {
  color: #011226;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  max-width: 900px;
  margin: auto;
  margin-bottom: -6%;
}

.page-template35 .default_subtext {
  margin-bottom: 0;
}

section#shipping_method .video_content-inner {
  position: relative;
  z-index: 4;
}

section#how_delivery .default_title {
  font-size: 44px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.page-template35 section#how_delivery .default_title {
  max-width: 1020px;
}

span.transtype_item-num {
  border-radius: 50px;
  border: 1.131px solid #91CCD0;
  background: #E6F3F4;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: #3A3875;
}

.transtype_item:nth-child(odd) .transtype_item-num {
  position: absolute;
  right: -21.8%;
  z-index: 9;
}

.transtype_item:nth-child(even) span.transtype_item-num {
  position: absolute;
  left: -21.8%;
  z-index: 9;
}

.delivery_line-map {
  position: absolute;
  top: 37%;
  left: 20%;
}


.anim-line svg {
  overflow: visible;
}

.direction_maps-inner {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

.after_map-desc {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #041126;
}

.anim-line {
  display: flex;
  position: relative;
}

span.point_map {
  width: 30px;
  height: 30px;
  background: rgb(58 56 117 / 30%);
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point_left {
  position: relative;
}

.point_right {
  position: relative;
}

.direction_maps image#fly {
  transform: translate(0px, -33px) rotate(1080deg);
}

.page-template35 .line_map-1 image#fly {
  transform: translate(-15px, -25px) rotate(1080deg);
}

span.point_map span {
  display: block;
  width: 14px;
  height: 14px;
  background: #4e4c94;
  border-radius: 100%;
}

.page-template47 h1.price__title.main_title {
  text-align: center;
  margin-top: 20px;
}

.page-template47 section#faq {
  padding-top: 30px;
}

span.point_map-title {
  color: #3A3875;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: absolute;
  right: -48px;
}

.point_right span.point_map {
  top: 39px;
  left: -8px;
}

.point_left span.point_map {
  top: -15px;
  left: -17px;
}

.point_left span.point_map-title {
  top: -45px;
}

.directions_lists {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 1;
}

.direction_item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(176, 220, 222, 0.70);
  padding: 15px;
  margin-bottom: 20px;
}

.direction_item-points {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}

.direction_item-cost-delivery {
  display: flex;
  align-items: center;
}

.direction_item-delivery {
  display: flex;
  align-items: center;
  padding-right: 7px;
  border-right: 1px solid #000;
}

.direction_item-delivery-icon img {
  width: 20px;
}

.direction_item-delivery-value {
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.direction_item-cost {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.direction_item-cost img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

span.direction_item-cost-value {
  color: #011226;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.transtype_item {
  z-index: 9;
}

.transtype_item:hover {
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.transtype_item {
  transition: all 1s ease-in-out !important;
}

.slider_staff {
  display: flex;
}

.page-template17 .point_right {
  top: 50px;
}

.page-template17 .delivery_line-map {
  left: auto;
  right: 25%;
  top: 27%;
}

.page-template17 .delivery_lists {
  margin-top: -22%;
}

.delivery_lists-icons .delivery_item-desc:before {
  display: none;
}

.delivery_lists-icons .delivery_item-wrapper {
  flex-basis: calc(33.33% - 20px);
}

.delivery_item-icon {
  width: 100%;
  max-width: 45px;
  margin-right: 15px;
}

.delivery_item-icon img {
  max-width: 45px;
}

.delivery_item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}

.delivery_item-shortdesc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-template17 img.icon_image {
  left: 0%;
  bottom: -5%;
  width: 90%;
}

.our_services-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: auto;
}

.our_services-item {
  flex-basis: calc(50% - 30px);
  margin: 15px;
  height: 300px;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

section#our_services {
  padding-bottom: 0px;
}

.page-template20 section#our_services {
  background: #E6F3F4;
  padding: 120px 0;
}

.our_services-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(58, 56, 117, 0.50);
}

.services_item-caption {
  position: relative;
  z-index: 1;
}

.item_caption-icon img {
  max-width: 90px;
}

.item_caption-title {
  margin-top: 5px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.item_caption-short_description {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 450px;
  height: 110px;
}

.item_caption-short_description {
  transition: all 0.4s ease-in-out;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  position: relative;
  bottom: -75px;
}

.our_services-item:hover .item_caption-short_description {
  max-height: 110px;
  opacity: 1;
  bottom: 0;
  overflow: visible;
}

h2.title_on_map {
  flex-basis: 100%;
  margin-left: 10px;
  color: #011226;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.page-template18 .point_right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-template18 .delivery_lists {
  margin-top: -25%;
}

.page-template18 .point_right span.point_map {
  top: -11px;
  left: -10px;
}

.page-template18 .point_right span.point_map-title {
  top: -40px;
}

.page-template18 .delivery_line-map {
  top: 23%;
  left: 31%;
}

section#tariff {
  background: #84C4C8;
  margin-top: 100px;
}

#tariff .default_title {
  margin-bottom: 20px;
}

.default_subtitle-block {
  color: #011226;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.tariff_lists {
  display: flex;
  margin: 30px -15px 20px;
}

.tariff_lists>div {
  flex-basis: 50%;
  margin: 15px;
  border-radius: 20px;
  background: #E6F3F4;
  box-shadow: 0px 0px 50px 0px rgba(16, 14, 76, 0.11);
  padding: 50px;
}

.tariff_item-row {
  display: flex;
}

.tariff_item-row>div {
  flex-basis: 33.33%;
  text-align: center;
  border-bottom: 1px solid #84C4C8;
  padding: 20px;
  border-right: 1px solid #84C4C8;
}

.tariff_item-row.row-body div {
  height: 115px;
  padding: 30px;
  color: #011226;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tariff_item-row div:last-child {
  border-right: 0;
}

.tariff_item-row:last-child div {
  border-bottom: 0;
}

.tariff_item-row.row-head div {
  color: #011226;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-subtext {
  color: #011226;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.bottom-subtext strong {
  color: #274467;
}

.page-template18 img.icon_image {
  width: 90%;
  left: -6%;
}

.article__description strong {
  font-weight: 500;
}

.page-template19 .delivery_lists,
.page-template20 .delivery_lists {
  margin-top: 20px;
}

.btn-delivery-direction {
  display: none;
}

.page-template20 .btn-delivery-direction {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-template20 .btn-delivery-direction span {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.page-template20 .delivery_lists {
  margin-top: 7%;
  justify-content: center;
}

.page-template20 .transtype_lists:after {
  bottom: 21%;
}

.page-template20 .delivery_lists h2 {
  width: 100%;
  text-align: center;
}

.page-template20 .delivery_lists-icons .delivery_item-wrapper {
  background: white;
  border: 1px solid #BAD2DD;
  border-radius: 20px;
  flex-basis: calc(25% - 20px);
}

.page-template19 .line_map-6 .point_left,
.page-template20 .line_map-6 .point_left {
  position: absolute;
  bottom: 0;
}

.page-template19 .point_right,
.page-template20 .point_right {
  position: absolute;
  right: 18px;
}

.page-template19 .line_map-6 .point_right,
.page-template20 .line_map-6 .point_right {
  top: -12px;
  right: 20px;
}

.page-template19 .delivery_line-map.line_map-6,
.page-template20 .delivery_line-map.line_map-6 {
  width: 68%;
  left: auto;
  right: 22%;
}

.page-template19 .delivery_map-wrapper,
.page-template20 .delivery_map-wrapper {
  position: relative;
}

.page-template19 .delivery_line-map .anim-line svg,
.page-template20 .delivery_line-map .anim-line svg {
  width: 100%;
  max-width: fit-content;
}

.page-template19 .line_map-5 .point_right,
.page-template19 .line_map-4 .point_right,
.page-template19 .line_map-3 .point_right,
.page-template19 .line_map-2 .point_right,
.page-template19 .line_map-1 .point_right {
  display: none;
}

.page-template19 span.point_map-title,
.page-template20 span.point_map-title {
  top: -35px;
}

.page-template19 .delivery_line-map.line_map-5,
.page-template20 .delivery_line-map.line_map-5 {
  width: 68%;
  left: auto;
  right: 16%;
  top: 32%;
}

.page-template19 .delivery_line-map.line_map-5 .point_left {
  left: 1%;
}

.page-template19 .delivery_line-map.line_map-4 {
  width: 68%;
  left: auto;
  right: 6%;
  top: 37%;
}

.page-template19 .delivery_line-map.line_map-3 {
  width: 68%;
  left: auto;
  right: 23%;
  top: 39%;
  display: flex;
  justify-content: flex-end;
}

.page-template19 .delivery_line-map.line_map-3 .anim-line {
  margin-left: auto;
}

.page-template19 .delivery_line-map.line_map-2 {
  width: auto;
  left: auto;
  right: 23%;
  top: 25%;
}

.page-template19 .delivery_line-map.line_map-1 {
  width: auto;
  left: auto;
  right: 23%;
  top: 29%;
}

.page-template19 .point_left span.point_map-title {
  top: -50px;
}

.page-template19 .point_right span.point_map {
  top: 0;
}

.page-template19 .transtype_lists:after {
  bottom: 23%;
}

.page-template19 section#how_delivery {
  padding-bottom: 100px;
}

.page-template19 .delivery_item-wrapper {
  background: #fff;
  border: 1px solid #BAD2DD;
  flex-basis: calc(25% - 20px);
}

.page-template19 .delivery_lists {
  justify-content: center;
}

.page-template19 h2.title_on_map {
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 42px;
}

.page-template19 .direction_item {
  border-radius: 10px;
  border: 1px solid #3A3875;
  background: rgb(246 246 248);
  box-shadow: none;
}

.page-template19 .directions_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.page-template19 .directions_lists>div {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
}

.directions_lists>div .direction_item {
  max-width: 100%;
  width: auto;
}

.page-template19 .directions_lists>div:nth-child(even) {
  display: flex;
  justify-content: end;
}

.page-template19 section#our_services {
  background: #E6F3F4;
  padding-bottom: 100px;
}

.about_us-content.about_us-desc h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #011226;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.about_us-desc ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.about_us-desc ul li {
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.about_us-desc ul li:before {
  content: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M36.8152 9.73332L33.3672 6.28452C33.2461 6.16361 33.0819 6.0957 32.9108 6.0957C32.7397 6.0957 32.5755 6.16361 32.4544 6.28452L19.9948 18.7441L17.5668 16.3169C17.4457 16.1959 17.2816 16.1279 17.1104 16.1279C16.9392 16.1279 16.7751 16.1959 16.654 16.3169L13.2052 19.7657C13.1451 19.8256 13.0975 19.8967 13.065 19.975C13.0325 20.0534 13.0157 20.1373 13.0157 20.2221C13.0157 20.3069 13.0325 20.3909 13.065 20.4692C13.0975 20.5475 13.1451 20.6187 13.2052 20.6785L19.518 26.9897C19.6388 27.1105 19.8028 27.1789 19.9744 27.1789C19.982 27.1789 19.9892 27.1749 19.9968 27.1749C20.0032 27.1749 20.01 27.1785 20.0168 27.1785C20.1016 27.1786 20.1855 27.1619 20.2639 27.1294C20.3422 27.097 20.4133 27.0493 20.4732 26.9893L36.8152 10.6465C37.0672 10.3937 37.0672 9.98532 36.8152 9.73332Z" fill="%233A3875"/><path d="M28.8088 21.4499V29.9135H11.1912V12.2959H23.6152L27.6068 8.30469H9.2772V8.30749C9.268 8.30749 9.2596 8.30469 9.25 8.30469C8.71547 8.30507 8.20229 8.5145 7.82013 8.88821C7.43796 9.26193 7.21712 9.7703 7.2048 10.3047H7.2V31.9047H7.2052C7.21779 32.4298 7.432 32.9299 7.8034 33.3013C8.1748 33.6727 8.6749 33.8869 9.2 33.8995V33.9047H30.8V33.8995C31.3251 33.887 31.8253 33.6728 32.1967 33.3014C32.5681 32.93 32.7823 32.4298 32.7948 31.9047H32.8V17.4587L28.8088 21.4499Z" fill="%233A3875"/></svg>');
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 15px;
  position: relative;
}

section#about_us-direction {
  padding-bottom: 160px;
}

.page-template33 section#about_us-direction {
  padding-bottom: 0;
}

.page-template19 img.icon_image {
  right: 0;
  width: 70%;
  left: 7%;
  bottom: 0;
}

.page-template16 .delivery_lists-wrapper {
  position: relative;
  bottom: 0;
}

.page-template19 section.calculate_section {
  padding-top: 0;
}

.page-template19 section#video_content {
  padding-top: 0px;
}


.fulfillments {
  padding: 70px 0 120px;
}

.fulfillments_items {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  align-items: center;
  gap: 40px;
}

.fulfillments_item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px #C5EBED;
  padding: 40px;
  height: 100%;
}

.fulfillments_item_title {
  color: #011226;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 5px;
}

.fulfillments_item_subtitle {
  color: #011226;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.fulfillments_item_list {
  margin-top: 25px;
  list-style: none;
  padding-left: 50px;
  margin-bottom: 0;
}

.fulfillments_item_list li {
  color: #011226;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  position: relative;
}

.fulfillments_item_list li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -50px;
  width: 30px;
  min-width: 30px;
  height: 28px;
  background-image: url(/files/pages/amazonusa/mark-list.svg);
}

.fulfillments_item_list li:last-child {
  margin-bottom: video_content 0;
}

.fulfillments_item_img img {
  width: 100%;
}

.howsend {
  background: #E6F3F4;
}

.page-template26 .howsend {
  background: white;
  padding-top: 0;
}

.howsend_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 80px;
  margin-top: 60px;
}

.page-template26 .howsend_items {
  grid-template-columns: repeat(2, 1fr);
}

.howsend_item {
  display: flex;
  align-items: center;
}

.howsend_item_num {
  align-self: flex-start;
  display: flex;
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  background: #3A3875;
  margin-right: 10px;
}

.howsend_item_txt {
  display: block;
  color: #011226;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  margin-left: 20px;
}

.page-template26 .howsend_item p {
  margin-top: 20px;
  margin-left: 20px;
}

.howsend_item img {
  width: 80px;
  height: 80px;
}

.delivery_directions_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1130px;
  margin: 60px auto 0;
}

.page-template28 .hov_delivery .delivery_directions_items {
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  gap: 25px;
}

.delivery_item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(197, 235, 237, 0.70);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: 0.4s;
}

.delivery_item:hover {
  box-shadow: 0px 10px 45px 0px rgba(197, 235, 237, 0.85);
}

.delivery_item_side_info {
  padding: 30px;
}

.delivery_item_title {
  color: #011226;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 25px;
}

.delivery_item_info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.delivery_item_info_icon {
  border-radius: 50%;
  background: #E6F3F4;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery_item_info_wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.delivery_item_info_txt {
  color: #011226;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.delivery_item_info_txt span {
  font-size: 22px;
  font-weight: 500;
}

.delivery_item_detail {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3A3875;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  transition: 0.4s;
  translate: 0 10px;
  opacity: 0;
  visibility: hidden;
}

.delivery_item_detail svg {
  transition: 0.4s;
}

.delivery_item_detail:hover svg {
  translate: 10px 0;
}

.delivery_item:hover .delivery_item_detail {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.delivery_item_side_img {
  max-width: 240px;
  position: relative;
  isolation: isolate;
}

.delivery_item_side_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  display: block;
}

.delivery_item_side_img img.delivery_item_side_img_bg {
  position: absolute;
  z-index: -1;
  top: 63px;
  left: -45px;
  width: auto;
  transition: 0.4s;
}

.delivery_item_side_img img.delivery_item_side_img_bg {
  left: -35px;
}


.delivery_item:hover img.delivery_item_side_img_bg {
  top: 50px;
}

.warehousein_wrapper {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.warehousein_side_info {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 4px 40px 0px rgba(58, 56, 117, 0.15);
  padding: 50px;
  flex-basis: 50%;
  margin-right: -105px;
  position: relative;
  z-index: 10;
  isolation: isolate;
  overflow: hidden;
}

.warehouse_info_bg {
  position: absolute;
  right: -42px;
  bottom: 50px;
  z-index: -1;
}

.warehousein_side_img {
  flex-basis: 60%;
  position: relative;
}

.warehousein_side_img img {
  width: 100%;
}

.warehousein_side_img img.warehouse_pin_icon {
  position: absolute;
  top: 21%;
  right: 6%;
  width: 55px;
  transition: 0.4s;
}

.page-template41 .warehousein_side_img img.warehouse_pin_icon {
  bottom: 21%;
  right: 28%;
  top: unset;
}



.warehousein_side_info:hover+.warehousein_side_img .warehouse_pin_icon {
  scale: 1.2;
  translate: 0 -7px;
}

.warehousein_info_title {
  color: #011226;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 20px;
}

.warehousein_info_value {
  display: flex;
  gap: 10px;
}

.warehousein_info_value img {
  width: 30px;
  height: 30px;
}

.warehousein_info_value_txt p {
  color: #011226;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 10px;
}

.warehousein_info_value_txt p:last-child {
  margin-bottom: 0;
}

.warehousein_info_value_txt p span {
  color: #3A3875;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  max-width: 480px;
  display: block;
}

.warehousein_item:not(:last-child) {
  margin-bottom: 40px;
}

.whydif {
  background: #E6F3F4;
  margin-bottom: 120px;
}

.page-template26 .whydif {
  padding: 0;
  background: white;
}

.whydif_items {
  margin-top: 80px;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.page-template21 .whydif_items {
  flex-wrap: nowrap;
}

.whydif_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 340px;
  text-align: center;
}

.whydif_item span {
  color: #011226;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}

.whydif_item img {
  height: 80px;
}

.whydif_item p {
  color: #011226;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}


.export_items,
.import_items {
  margin-top: 60px;
  gap: 30px;
}

.export_item {
  border-radius: 20px;
  border: 2px solid #84C4C8;
  background: #F8F9FB;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.export_item img,
.import_item img {
  width: 50px;
  height: 50px;
}

.export_item span,
.import_item span {
  color: #011226;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.import_block {
  margin-top: 120px;
  background: #E6F3F4;
}

.import_item {
  border-radius: 20px;
  background: #BFE5E8;
  display: flex;
  gap: 15px;
  padding: 25px;
}

.shipping_advantages {
  background: #E6F3F4;
  margin-top: 120px;
}

.shipping_adv_wrapper {
  margin-top: 60px;
  column-gap: 40px;
  row-gap: 60px;
}

.shipping_adv_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.shipping_adv_item img {
  width: 80px;
  height: 80px;
}

.shipping_adv_item span {
  color: #011226;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.shipping_adv_item p {
  margin: 0;
  color: #011226;
  font-size: 18px;
  font-weight: 300;
}

.ali_blocks {
  margin: 0 auto;
  width: 100%;
  max-width: 1215px;
}

.ali_items {
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.ali_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(143, 177, 179, 0.30);
  height: 107px;
  min-width: 190px;
  transition: 0.3s;
}

.ali_item:hover {
  box-shadow: 0px 0px 35px 17px rgba(143, 177, 179, 0.30);
}

.chinabuy-pattern {
  left: -1vw;
}

.chinabuy-pattern svg {
  margin-top: 0vh;
}

.chinabuy-content {
  padding-left: calc((100vw - 1720px) / 2 + 15px);
  padding-right: 80px;
}

.page-template23 .about_us-content {
  width: 50%;
  width: 100%;
  margin-right: 0;
}

.page-template23 .about_us-img img {
  max-width: 100%;
}

.page-template23 .text_img_block .about_us-pattern svg {
  max-width: 93%;
}

@media (min-width: 1590px) and (max-width: 1715px) {
  .chinabuy-content {
    margin-left: 15px;
  }
}

.page-template23 .about_us-img {
  width: 50%;
  display: none;
}

.text_img_block_title {
  color: #011226;
  font-size: 42px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.chinabuy-content p,
.chinabuy-content li {
  margin-bottom: 20px;
  color: #011226;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.chinabuy-content ul {
  list-style: none;
  margin: 0;
}


.chinabuy-content li {
  position: relative;
}

.chinabuy-content li:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -35px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-image: url(/files/pages/amazonusa/mark-list.svg);
  background-size: cover;
}

.communication_info {
  background: #3A3875;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.communication_info_title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 15px;
  margin-top: 0;
  position: relative;
  width: 100%;
}

.communication_info_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8%;
  translate: 0 -50%;
  border-top: 5px solid #84C4C8;
}

.communication_info_title:after {
  content: '';
  position: absolute;
  left: 7%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #84C4C8;
  translate: 0 -50%;
  border-top: 5px solid #84C4C8;
}

.communication_info_subtitle {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 40px;
  padding: 0 15px;
}

.communication_info_img {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  padding: 0 15px;
}

.communication_info_img img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.communication_info_btn {
  height: 60px;
  padding: 0 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #84C4C8;
  color: #3A3875;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.communication_info_btn:hover {
  background: #77d6dc;
}

.communication_info_btn_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
  padding: 0 15px;
}

.communication_info_btn_wrapper:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8%;
  translate: 0 -50%;
  border-top: 5px solid #84C4C8;
}

.communication_info_btn_wrapper:after {
  content: '';
  position: absolute;
  right: 7%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #84C4C8;
  translate: 0 -50%;
  border-top: 5px solid #84C4C8;
}

.whywe_chinabuy_items {
  flex-wrap: wrap;
  margin: 60px -20px 0;
  justify-content: center;
  row-gap: 40px;
}

.whywe_chinabuy_item {
  margin: 0 20px;
  border-radius: 20px;
  background: linear-gradient(176deg, #F0FAFA 2.36%, rgba(230, 243, 244, 0.41) 96.49%);
  padding: 30px;
  flex-basis: 30.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.whywe_chinabuy_item span {
  color: #011226;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}





.tariff_ch {
  background: #3A3875;
}

h2.tariff_ch_title {
  color: white;
}

.tariff_ch_inner {
  margin-top: 60px;
  gap: 30px;
}

.tariff_ch_block {
  flex-basis: 50%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px #100E4C;
  padding: 40px;
}

.tariff_ch_block_title {
  color: #011226;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.tariff_ch_block_img {
  float: right;
  max-width: 228px;
  height: 162px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #84C4C8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.tariff_ch_block ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 50px;
}

.tariff_ch_block p {
  color: #011226;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.tariff_ch_block li {
  color: #011226;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  position: relative;
}

.tariff_ch_block li:last-child {
  margin-bottom: 0;
}

.tariff_ch_block li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  min-width: 30px;
  height: 28px;
  background-image: url(/files/pages/amazonusa/mark-list.svg);
}

.tariff_ch_btn {
  margin: 60px auto 0;
  display: flex;
  max-width: 300px;
}

.complex_serv_ch_wrapper {
  margin-top: 60px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.complex_serv_ch_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: #EBEBF1;
  padding: 20px;
  gap: 30px;
  height: 100%;
}

.complex_serv_ch_item span {
  flex-basis: 55%;
  text-align: center;
  color: #011226;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.complex_serv_ch_item span a {
  color: #3A3875;
  text-decoration: underline;
}

.complex_serv_ch_img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  flex-basis: 45%;
}

.complex_serv_ch_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.howbuy_ch_blocks {
  margin-top: 60px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 60px;
}

.howbuy_ch_block {
  display: flex;
}

.howbuy_ch {
  background: #E6F3F4;
}

.howbuy_ch_num {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #3A3875;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

.howbuy_ch_block img {
  width: 100px;
  height: 100px;
}

.howbuy_ch_txt {
  margin-left: 30px;
}

.howbuy_ch_txt span {
  color: #011226;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 20px;
}

.howbuy_ch_txt p {
  color: #011226;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

.prepare_ch_blocks {
  margin-top: 60px;
  gap: 40px;
  width: 78%;
}

.prepare_ch .container {
  position: relative;
}

.prepare_ch_blocks_img {
  position: absolute;
  right: 0;
  top: 58%;
  translate: 0 -50%;
  z-index: 10;
  width: 24%;
}

.prepare_ch_block {
  max-width: 410px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px #C5EBED;
  padding: 40px;
  position: relative;
}

.prepare_ch_num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #91CCD0;
  background: #E6F3F4;
  width: 60px;
  min-width: 60px;
  height: 60px;
  color: #3A3875;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  position: absolute;
  top: -30px;
  left: 0;
}

.prepare_ch_block_title {
  color: #011226;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 20px;
}

.prepare_ch_block_descr {
  color: #011226;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

h2.form_purchase_title {
  margin-bottom: 20px;
}

.form_purchase_subtitle {
  color: #011226;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  display: block;
  margin-bottom: 60px;
}

.form_purchase_wrapper {
  border-radius: 20px;
  background: #3A3875;
  padding: 50px;
}

.form_purchase_flex {
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.form_side {
  flex-basis: calc(50% - 40px);
}

.title_product-row {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.form_product-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
}

.form_side.row_product-side {
  flex-basis: 100%;
}

.form_product-row>div {
  flex-basis: calc(50% - 40px);
}

.title_product-row {
  justify-content: space-between;
  display: flex;
}

.title_product-row {
  justify-content: space-between;
  display: flex;
}

button.remove_product-row {
  background: transparent;
  border: none;
  padding: 0px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
}

button.remove_product-row img {
  width: 11px;
  margin-left: 3px;
  position: relative;
  top: 0px;
}

.input_wrapper {
  margin-bottom: 30px;
  width: 100%;
}

.input_wrapper label {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 11px;
  display: none;
}

.input_wrapper input:focus-visible {
  outline: unset;
}

.input_wrapper input,
.input_wrapper select,
.input_wrapper textarea {
  height: 60px;
  border-radius: 30px;
  background: #FFF;
  width: 100%;
  border: unset;
  padding-left: 20px;
  color: #7D7C93;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat';
}

.input_wrapper textarea {
  height: 152px;
  padding-top: 20px;
}

.input_wrapper input::placeholder,
.input_wrapper textarea::placeholder {
  color: #7D7C93;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat';
}

.input_wrapper_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.input_wrapper_flex .input_wrapper {
  flex-basis: 50%;
}

.add_product_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 2px solid #FFF;
  height: 60px;
  padding: 0 50px;
  background: transparent;
  margin: 20px auto 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
}

.add_product_btn path {
  transition: 0.4s;
}

.add_product_btn:hover {
  border: 2px solid #87D2D7;
  background: #87D2D7;
  color: #3A3875;
}

.add_product_btn:hover path {
  stroke: #3A3875;
}

.privacy_checkbox {
  max-width: 770px;
  width: 100%;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

#fast_request .privacy_checkbox {
  margin: 20px auto 0;
  max-width: 100%;
  justify-content: center;
}

#fast_request .custom-checkbox-container,
.calculate_section .custom-checkbox-container,
.modal_content-inner .custom-checkbox-container {
  gap: 10px;
}

#fast_request .custom-checkbox,
.calculate_section .custom-checkbox,
.modal_content-inner .custom-checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: none;
}

#fast_request .privacy_checkbox label,
.modal_content-inner .privacy_checkbox label,
.calculate_section .privacy_checkbox label {
  font-size: 11px;
}

.calculate_section .privacy_checkbox label {
  margin-top: 10px;
}

.calculate_section .privacy_checkbox {
  max-width: 100%;
  margin: 0px auto 0;
  justify-content: center;
}

.modal_content-inner .privacy_checkbox {
  max-width: 382px;
  margin: 10px auto 0;
  justify-content: center;
}

.privacy_checkbox label {
  color: #A7AEBB;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.privacy_checkbox label a {
  color: #DCDCDC;
  text-decoration: none;
}

.custom-checkbox-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom-checkbox {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}

.custom-checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.custom-checkbox svg {
  fill: white;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  scale: 0.5;
}

.custom-checkbox input:checked+svg {
  opacity: 1;
  visibility: visible;
  scale: 1.3;
}

.submit_button_purchase {
  height: 60px;
  width: 100%;
  max-width: 770px;
  margin: 28px auto 0;
  border-radius: 30px;
  background: #84C4C8;
  color: #3A3875;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  border: 1px solid transparent;
  transition: 0.4s;
}

.submit_button_purchase:hover {
  background: #66d3da;
}





.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  /* overflow: hidden; */
}

.select-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  translate: 0 -50%;
  /* z-index: 3; */
  transition: 0.3s;
}

.custom-select:has(.select-show) .select-arrow {
  rotate: 180deg;
}

.select-selected {
  height: 60px;
  border-radius: 30px;
  background: #FFF;
  color: #7D7C93;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* position: relative; */
  /* z-index: 2; */
}


.select-items {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  width: 100%;
  background-color: white;
  z-index: 1;
  color: #7D7C93;
  font-weight: 500;
  font-size: 18px;
  transition: 0.4s;
  translate: 0 -20px;
  border-radius: 20px;
  overflow: hidden;
  top: 65px;
  transform: scaleY(0.8);
  border: 1px solid #3A3875;
}

.select-items.select-show {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  transform: scaleY(1);
}

.select-items.select-hide {
  opacity: 0;
  visibility: hidden;
}

.select-items div {
  padding: 10px;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #84C4C8;
  color: #3A3875;
}

.page-template21 .service_catalog-section,
.page-template26 .service_catalog-section {
  padding-top: 100px;
}

.ua_eu_del_title {
  color: #011226;
  font-size: 42px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

.ua_eu_del_info_txt p {
  margin-bottom: 20px;
  color: #011226;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.delivery_eu_blocks {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 540px) {
  .delivery_eu_blocks {
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr; /* одна колонка */
  }
}
.delivery_eu_item {
  border-radius: 20px;
  border: 1px solid #3A3875;
  background: rgba(212, 255, 88, 0.10);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 28px;
  text-align: center;
  position: relative;
}

.delivery_eu_item:nth-child(2) {
  background: rgba(88, 255, 215, 0.10);
}

.delivery_eu_item:nth-child(3) {
  background: rgba(122, 88, 255, 0.10);
}

.delivery_eu_item span {
  color: #011226;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.delivery_eu_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #3A3875;
  position: absolute;
  left: -14px;
  top: -20px;
  z-index: 1;
}

.delivery_stages {
  margin-top: 120px;
  background: #E6F3F4;
}

.delivery_stages_wrapper {
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.delivery_stages_item {
  width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.delivery_stages_icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #3A3875;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery_stages_icon:before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid #3A3875;
  transition: 0.3s;
}

.delivery_stages_item:hover .delivery_stages_icon:before {
  scale: 1.05;
}

.delivery_stages_item span {
  color: #011226;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.counter {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  width: 100%;
  border-radius: 30px;
  /* border: 1px solid red; */
  gap: 7px;
}

#counterValue {
  width: 100%;
  border-radius: unset;
  text-align: center;
  padding-left: 0;
}

.counter .counter_btn {
  height: 60px;
  width: 63px;
  min-width: 63px;
  border: unset;
  padding: 0;
  background: #D0E4E6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}

.counter .counter_btn:hover {
  background: #aadce1;
}


.counter #decrement {
  border-radius: 30px 0px 0px 30px;
}

.counter #increment {
  border-radius: 0px 30px 30px 0px;
}

h2.popular_problems_title {
  font-size: 54px;
}

.popular_problems_subtitle {
  display: block;
  color: #011226;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  margin: 20px 0 60px;
}

.popular_problems_wrapper {
  gap: 30px;
}

.problem_item {
  border-radius: 20px;
  border: 1px solid #B2BCCE;
  background: #F4FBFB;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.problem_item_title {
  color: #011226;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}

.problem_item p {
  margin: 0;
  color: #011226;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.problem_item img {
  height: 50px;
}

.popular_problems_type_1 {
  background: #E6F3F4;
}

.popular_problems_type_1 .problem_item {
  border: unset;
  background: transparent;
}

.h2-s {
  font-size: 42px;
}

.foshan {
  margin-top: 120px;
  background: #E6F3F4;
}

.foshan_wrapper {
  margin-top: 70px;
}

.foshan_txt_block {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px #C5EBED;
  padding: 40px;
  position: relative;
  margin-top: 0;
}

.foshan_txt_block p {
  margin: 0;
  color: #011226;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 14px;
}

.foshan_txt_block ul {
  list-style: none;
  padding-left: 40px;
  margin-top: 14px;
  margin-bottom: 0;
}

.foshan_txt_block ul li {
  position: relative;
  color: #011226;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 11px;
}

.foshan_txt_block ul li:last-child {
  margin-bottom: 0;
}

.foshan_txt_block li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -35px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(/files/pages/amazonusa/mark-list.svg);
}

.foshan_block_title {
  color: #011226;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 20px;
}

.foshan_num {
  border-radius: 50%;
  border: 1.131px solid #91CCD0;
  background: #D5ECEE;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -30px;
  color: #3A3875;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
}

.foshan_txt_block:nth-child(1),
.foshan_txt_block:nth-child(2) {
  width: 49%;
}

.foshan_txt_side {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 73%;
  justify-content: space-between;
}

.foshan_txt_block:last-child {
  width: 100%;
  margin-top: 23px;
  border: 1px solid #3A3875;
  background: rgba(58, 56, 117, 0.05);
}

.foshan_txt_block:last-child .foshan_num,
.foshan_txt_block:last-child ul,
.foshan_txt_block:last-child .foshan_block_title {
  display: none;
}

.foshan_txt_block:last-child p {
  margin: 0;
  color: #011226;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.foshan_img_side {
  flex-basis: 27%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foshan_img_side img {
  width: 100%;
}

.inspection_ch {
  background: white;
}

.inspect_china_details {
  background: #E6F3F4;
}

.inspect_details_wrapper {
  gap: 40px;
}

.inspect_details_block {
  border-radius: 20px;
  background: #FFF;
  padding: 40px;
  position: relative;
  isolation: isolate;
}

.inspect_details_block span {
  color: #011226;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 20px;
}

.inspect_details_block p,
.inspect_details_block ul li {
  color: #011226;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.inspect_details_block ul li {
  position: relative;
}

.inspect_details_block li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -38px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background-size: cover;
  background-image: url(/files/pages/amazonusa/mark-list.svg);
}

.inspect_details_block ul li:not(:last-child) {
  margin-bottom: 15px;
}

.inspect_details_block ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 50px;
}

.inspect_details_block p {
  margin-bottom: 10px;
  margin-top: 20px;
}

.inspect_details_bg {
  position: absolute;
  z-index: -1;
  bottom: 40px;
  right: 40px;
}

.search_product_block {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px #C5EBED;
  padding: 30px;
  position: relative;
  margin-top: 30px;
  isolation: isolate;
}

.search_product_block img {
  position: absolute;
  right: 50px;
  top: 50%;
  translate: 0 -50%;
  z-index: -1;
}

.search_product_block span {
  color: #011226;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 25px;
}

.search_product_block ul {
  margin: 0;
  /* padding-left: 50px; */
  list-style: none;
}

.search_product_block li {
  color: #011226;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 30px;
  position: relative;
}

.search_product_block li:last-child {
  margin-bottom: 0;
}

/* .search_product_block li:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -44px;
  width: 30px;
  min-width: 30px;
  height: 28px;
  background-image: url(/files/pages/amazonusa/mark-list.svg);
} */

.whydif_item {
  max-width: 100%;
  flex-basis: calc(33.33% - 40px);
}

.page-template28 .whydif_item {
  /* max-width: 100%; */
  flex-basis: calc(24% - 40px);
}

.whydif_suppl_ch {
  background: white;
  margin-bottom: 0;
}

.search_tariff_blocks {
  gap: 30px;
  margin-top: 60px;
}

.search_tariff_block {
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  box-shadow: 0px 4px 40px 0px #C5EBED;
  padding: 30px;
}

.search_ch_tariff {
  background: #E6F3F4;
}

.tariff_block_title {
  color: #011226;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  width: 100%;
  display: block;
  text-align: center;
}

.tariff_block_descr {
  color: #011226;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin: 20px 0;
  text-align: center;
}

.tariff_block_descr span {
  font-weight: 600;
}

.tariff_block_price {
  color: #011226;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.tariff_block_price {
  font-size: 20px;
}

span.tariff_block_title span {
  background: #84c4c8;
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff;
}

span.tariff_block_price strong {
  display: block;
  color: #84c4c8;
}

.tariff_block_list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 40px;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #C4E0E2;
}

.tariff_block_list li {
  color: #011226;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 18px;
  position: relative;
}

.tariff_block_list li:last-child {
  margin-bottom: 0;
}

.tariff_block_list li:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  translate: 0 -50%;
  left: -40px;
  background-image: url(/files/pages/search_suppliers/check-nook-icon.svg);
  background-size: cover;
}

.tariff_block_list li.check_yes:before {
  background-image: url(/files/pages/search_suppliers/check-ok-icon.svg);
}


.howbuy_search_ch {
  background: white;
}

.delivery_det_wrapper {
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 40px;
  align-items: center;
  margin-top: 60px;
}

.delivery_det_item {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(58, 56, 117, 0.50);
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery_det_img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 300px;
  width: 545px;
  transition: 0.4s;
}

.delivery_det_item_title,
.delivery_det_img_pretitle {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  transition: 0.6s;
}

.delivery_det_img_pretitle {
  opacity: 0;
  visibility: hidden;
}

.delivery_det_item_title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-template27 .delivery_det_item_title {
  white-space: unset;
  width: 100%;
}

.delivery_det_item:hover .delivery_det_item_title {
  top: 60%;
}

.delivery_det_item:hover .delivery_det_img_pretitle {
  top: 40%;
  opacity: 1;
  visibility: visible;
}

.delivery_det_item:hover .delivery_det_img_bg {
  scale: 1.04;
}

.whydif_subtitle {
  display: block;
  color: #011226;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.warehouse_services_blocks {
  margin-top: 50px;
  gap: 35px;
}

.warehouse_services_block {
  border-radius: 20px;
  background: rgba(58, 56, 117, 0.50);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow: 13px 4px 40px 0px rgba(58, 56, 117, 0.20);
}

.warehouse_services_block:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: rgba(58, 56, 117, 0.50);
  overflow: hidden;
  z-index: 1;
}

.warehouse_block_title {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.5s;
  z-index: 1;
  /* white-space: nowrap; */
  text-align: center;
  display: block;
  padding: 0 10px;
  width: 100%;
}

.warehouse_block_img_bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.4s;
}

.warehouse_services_block:hover .warehouse_block_img_bg {
  scale: 1.05;
}

.warehouse_services_block:hover .warehouse_block_title {
  top: 70%;
}

.warehouse_block_icon {
  position: absolute;
  top: 60%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.5s;
}

.warehouse_services_block:hover .warehouse_block_icon {
  top: 40%;
  opacity: 1;
  visibility: visible;
}

.warehouse_map_inner {
  margin-top: 60px;
  align-items: center;
}


.warehouse_map_img {
  flex-basis: 50%;
  position: relative;
  margin-left: -128px;
}

.warehouse_map_img .warehouse_map_img_wrapper img {
  width: 100%;
}

.page-template26 #home_seo-text {
  padding-bottom: 90px;
}

.warehouse_map_info {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 50px;
  flex-basis: 60%;
  position: relative;
  z-index: 1;
}

.warehouse_map_info_item {
  border-radius: 20px;
  background: #FFF;
  padding: 25px;
  box-shadow: 4px 4px 40px 0px rgba(58, 56, 117, 0.15);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 455px;
  transition: 0.4s;
}

.warehouse_map_info_item:hover {
  box-shadow: 4px 4px 40px 0px rgba(58, 56, 117, 0.35);
  /* background: #F2F2F2; */
}

.warehouse_map_info_item:before {
  content: '';
  position: absolute;
  width: 130px;
  height: 150px;
  bottom: 17px;
  right: 0;
  background-image: url(/files/pages/amazoneu/warehouse-icon.svg);
  background-size: cover;
  z-index: -1;
}

.warehouse_info_title {
  color: #011226;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 12px;
}

.warehouse_map_info_txt:not(:last-child) {
  margin-bottom: 30px;
}

.warehouse_info_value span {
  color: #011226;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.warehouse_info_value img {
  width: 30px;
}

.warehouse_info_value {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.town_map {
  position: absolute;
  z-index: 5;
}

.town_map span {
  color: #3A3875;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.warehouse_map_info:has(.warehouse_map_info_item:first-child:hover)+.warehouse_map_img .town_map:first-child img,
.warehouse_map_info:has(.warehouse_map_info_item:nth-child(2):hover)+.warehouse_map_img .town_map:nth-child(2) img,
.warehouse_map_info:has(.warehouse_map_info_item:nth-child(3):hover)+.warehouse_map_img .town_map:nth-child(3) img {
  scale: 1.3;
  translate: 0 -7px;
  filter: drop-shadow(0px -2px 5px grey);
}

#warehouse3 span {
  margin-left: -7px;
}

.town_map img {
  width: 40px;
  transition: 0.4s;
}

#warehouse1 {
  top: 22%;
  left: 59%;
}

#warehouse2 {
  top: 18%;
  left: 43%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#warehouse3 {
  top: 15%;
  left: 24%;
}

.mainslider__lists {
  display: flex;
  /* align-items: center; */
  gap: 15px;
  margin-bottom: 13px;
}

.mainslider_item__icon {
  border-radius: 20px;
  border: 1px solid #3A3875;
  background: rgba(122, 88, 255, 0.05);
  padding: 25px;
  display: flex;
  gap: 20px;
}

.mainslider_item__icon:first-child {
  max-width: 375px;
}

.mainslider_item__icon:nth-child(2) {
  max-width: 265px;
  background: rgba(88, 255, 215, 0.10);
}

.short_description__item {
  color: #011226;
  font-size: 18px;
  line-height: 160%;
}

.mainslider_bottom-text {
  color: #011226;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.page-template7 #our_team_inner {
  padding-bottom: 70px;
}


.advanteges_with_us {
  background: #E6F3F4;
}

.advanteges_with_us_wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.advanteges_with_us_item {
  border-radius: 200px;
  border: 1px solid #3A3875;
  background: #E6F3F4;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.advanteges_with_us_item span {
  color: #011226;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
}

.advanteges_with_us_icon {
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(134deg, #3A3875 -33.51%, #84C4C8 87.99%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.advanteges_with_us_icon:hover {
  background: linear-gradient(134deg, #3A3875 -33.51%, #84C4C8 87.99%);
}

.advanteges_with_us_icon img {
  height: 80px;
  width: 80px;
}

.form_values_block {
  align-items: flex-end;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

.form_values_txt {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 3px;
}

.total_cost_value {
  font-size: 24px;
}

.form_values_line {
  height: 35px;
  border-right: 1px solid white;
}

.short_description ul {
  list-style: none;
  padding-left: 50px;
}


.short_description li {
  position: relative;
  color: #011226;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 15px;
}

.short_description li:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -50px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-image: url(/files/pages/amazonusa/list-check-light.svg);
  background-size: cover;
}

.page-template29 .short_description li:before {
  top: -4px;
}


.page-template27 section#about_us-direction {
  padding-top: 20px;
  padding-bottom: 50px;
}

.page-template27 section#our_team_inner {
  padding-bottom: 90px;
}

.page-template27 .service_catalog-section {
  padding-top: 120px;
}

.page-template27 .warehouse_services+p {
  display: none;
}

.page-template30 section#about_us-direction {
  padding-bottom: 20px
}

.page-template30 .complex_serv_ch {
  padding: 0;
}

.page-template30 .cases_wrapper {
  padding: 0;
}

.page-template30 #fast_request+p {
  display: none;
}

.page-template6 .service_catalog-section {
  padding-bottom: 90px;
}

#faq h3.default_title {
  font-size: 44px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #011226;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.aboutus_whiteblocks {
  gap: 40px;
  margin-top: 60px;
}


.seo_text-description h2 {
  color: #011226;
}

.aboutus_whiteblock {
  padding: 35px 80px 25px 40px;
  background: transparent;
  border-radius: 12px;
  position: relative;
  isolation: isolate;
  /* overflow: hidden; */
  /* box-shadow: 0px 4px 40px rgba(197, 235, 237, 0.70); */
}

.aboutus_whiteblock:before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(/files/pages/aboutus/aboutus-num-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -1;
  filter: drop-shadow(0px 4px 40px rgba(197, 235, 237, 0.70));
  border-radius: 12px;
}

.aboutus_whiteblock:after {
  content: '';
  position: absolute;
  background-image: url(/files/pages/aboutus/aboutus-num-line.svg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  z-index: -1;
  width: 25px;
  height: 169px;
  right: 40px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s ease-in-out;
}

.aboutus_whiteblock:hover:after {
  translate: 5px -50%;
}

.aboutus_numbers {
  background: #E6F3F4;
}

.aboutus_whiteblock_month {
  color: #3A3875;
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

.aboutus_whiteblock_year {
  color: #3A3875;
  font-size: 32px;
  font-weight: 400;
}

.aboutus_whiteblock_date {
  margin-bottom: 20px;
}

.aboutus_whiteblock_txt {
  color: #011226;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  display: block;
  max-width: 245px;
}

.aboutus_num_bottom {
  background: #E6F3F4;
  padding-bottom: 120px;
}

.aboutus_num_bottom_t {
  color: #011226;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.aboutus_num_bottom_blocks {
  grid-template-columns: repeat(8, 1fr);
  margin-top: 60px;
  position: relative;
  isolation: isolate;
}

.aboutus_num_bottom_block {
  padding: 10px 23px 20px;
  position: relative;
}

.aboutus_num_bottom_block:nth-child(even):before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0px;
  left: 0px;
  width: 101%;
  height: 80%;
  border-right: 1px solid #84C4C8;
  border-left: 1px solid #84C4C8;
  border-top: 1px solid #84C4C8;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.aboutus_num_bottom_block:nth-child(odd):before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0px;
  left: 1px;
  width: 100%;
  height: 80%;
  border-right: 1px solid #84C4C8;
  border-left: 1px solid #84C4C8;
  border-bottom: 1px solid #84C4C8;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.aboutus_num_bottom_block:last-child:before {
  border-right: unset;
  border-top-right-radius: 0;
}

.aboutus_num_bottom_block:first-child:before {
  border-left: unset;
  border-bottom-left-radius: 0;
}

.aboutus_num_bottom_block:first-child:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #84C4C8;
}


.aboutus_bottom_number {
  color: #3A3875;
  font-size: 52px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.aboutus_bottom_descr {
  color: #011226;
  font-size: 17px;
  font-weight: 300;
  line-height: 130%;
}

.aboutus_blocks_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}

.certificates {
  background: #E6F3F4;
  /* display: none; */
}

.customers_thanks_slider {
  display: flex;
}

.certificates_slider_item {
  height: 430px;
  margin: 0 20px;
  /* opacity: 0; */
  transition: 0.3s;
}

.certificates_slider_item.slick-active {
  opacity: 1;
}

.certificates_slider_item img {
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  box-shadow: 0px 4px 50px 0px rgba(132, 196, 200, 0.30);
}


.certificates_slider .slick-dots,
.customers_thanks_slider .slick-dots {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
  height: 5px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.certificates_slider .slick-dots li,
.customers_thanks_slider .slick-dots li {
  height: 5px;
  max-width: 100%;
  width: 90px;
  background-color: #C9E9EB;
  transition: 0.4s;
}

.certificates_slider .slick-dots li.slick-active,
.customers_thanks_slider .slick-dots li.slick-active {
  background: #84C4C8;
  border-radius: 20px;
}

.certificates_slider .slick-dots li button,
.customers_thanks_slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  border: unset;
  /* height: 5px;
  width: 150px; */
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  outline: none;
  background: transparent;
}

.certificates_slider .slick-list {
  padding: 43px 0 43px 40px !important;
  margin-left: -40px;
  display: flex;
}

.certificates_slider {
  display: flex;
}


.customers_thanks_slide {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(197, 235, 237, 0.70);
  padding: 40px 40px 40px 70px;
  margin: 0 20px;
  opacity: 0;
  transition: 0.3s;
}

.customers_thanks_slide.slick-active {
  opacity: 1;
}

.customers_thanks_slider .customer_name {
  color: #011226;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 20px;
}

.customers_thanks_slider .customer_review {
  color: #011226;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
  max-height: 240px;
  overflow: hidden;
  /* max-height: 280px; */
  /* overflow: hidden; */
}

.customers_thanks_slider .customer_review p {
  margin-bottom: 0;
}


.more_review_text {
  display: none;
  color: #84C4C8;
  margin-top: 7px;
}

.customers_thanks_slider .slick-list {
  padding: 32px 10px !important;
}

.customers_thanks_slider .slick-arrow {
  color: transparent;
  font-size: 0;
  border: unset;
  border-radius: 50%;
  background: #84C4C8;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 46%;
  translate: 0 -50%;
  z-index: 5;
}

.customers_thanks_slider .slick-disabled {
  background: #CDE5E7;
  pointer-events: none;
}

.customers_thanks_slider .slick-next {
  left: unset;
  right: 0;
}

.customers_thanks_slider .slick-prev {
  rotate: 180deg;
}

.customers_thanks .slick-track {
  display: flex;
}


.customers_thanks_slider .slick-arrow:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(/files/pages/aboutus/slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-template18 section#calculate,
.page-template17 section#calculate,
.page-template16 section#calculate {
  padding: 90px 0;
}

.page-template19 section#calculate {
  padding-bottom: 90px;
}

.page-template39 .warehouse_services {
  padding-bottom: 120px;
  background: #E6F3F4;
  padding-top: 120px;
}

.page-template39 section#our_team_inner {
  padding-bottom: 120px;
}

.page-template40 .warehouse_services {
  padding-bottom: 120px;
  background: #E6F3F4;
  padding-top: 120px;
}

.page-template40 section#our_team_inner {
  padding-bottom: 120px;
}

.page-template41 .warehouse_services {
  background: #E6F3F4;
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-template41 section#our_team_inner {
  padding-bottom: 120px;
}

.condition_subtitle {
  color: #011226;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  max-width: 800px;
  margin: auto;
}

.condition_receipt-wrapper {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

.condition_receipt-lists {
  display: grid;
  width: 75%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}

.condition_receipt-item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px #C5EBED;
  padding: 35px;
  color: #011226;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

span.condition_num {
  border-radius: 50px;
  border: 1.131px solid #91CCD0;
  background: #E6F3F4;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -25px;
}


.condition_receipt-img {
  margin-left: -5%;
  position: relative;
  margin-top: -4%;
}

.condition_receipt-img img {
  width: 93%;
}

.page-template41 .warehousein_side_info {
  flex-basis: 40%;
  margin-right: 50px;
}

.page-template41 .warehousein_side_img {
  flex-basis: 45%;
}

.page-template41 .warehousein_wrapper {
  justify-content: center;
}

.whywe_shadow_items {
  gap: 25px;
}

.whywe_shadow_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px #C5EBED;
  padding: 30px;
}

.whywe_shadow_img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #E6F3F4;
  margin-bottom: 20px;
}
.contact_imge {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #E6F3F4;
  margin-bottom: 15px;
}
.contact_imge img {
  width: 30px;
  height: 30px;
}
.whywe_shadow_title {
  color: #011226;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 14px;
}

.whywe_shadow_item p {
  margin: 0;
  color: #011226;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.m-top {
  margin-top: 60px;
}

.content_inner p strong {
  color: #3A3875;
}

.hiw_lists {
  column-gap: 40px;
  row-gap: 125px;
  margin-top: 120px;
}

.hiw_item {
  border-radius: 20px;
  background: #E6F3F4;
  padding: 30px;
  text-align: center;
  position: relative;
}

.hiw_icon {
  background: #84C4C8;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -80px;
  margin-bottom: 20px;
}

.hiw_title {
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.how_it_works {
  padding-top: 120px;
}

.hiw_item:before {
  content: "";
  position: absolute;
  top: -50%;
  display: block;
  left: 50%;
  z-index: -1;
  width: 110%;
  background: url(/files/icons/duga.svg);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hiw_item:nth-child(4)::before,
.hiw_item:last-child::before {
  display: none;
}

.benefit_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefit_wrapper>div {
  flex-basis: calc(50% - 20px);
}

.comparison_title {
  color: #011226;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 20px 15px;
  margin-bottom: 10px;
  border-radius: 17px 17px 0px 0px;
}

.benefit_lists .comparison_title {
  background: #E6F3F4;
  /* padding: 20px; */
}

.advantages_lists .comparison_title {
  background: #EBF1F2;

}

.benefit_item {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 20px;
  color: #011226;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.benefit_lists .benefit_item {
  background: #EEF9F9;
}

.advantages_lists .benefit_item {
  background: #F6F6F6;
}

span.plus {
  width: 40px;
  height: 40px;
  background: #3A3875;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

span.plus:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5L12 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  height: 24px;
}

span.minus:before {}

span.minus:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  height: 24px;
}

span.minus {
  width: 40px;
  height: 40px;
  background: #3A3875;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 40px;
}

#description_image_type1 {
  background: #E6F3F4;
  margin-top: 120px;
}

.description_image-row {
  display: flex;
  align-items: center;
}

.description_image-row>div {
  flex-basis: 50%;
}

.caption_img_type {
  text-align: right;
}

.caption_img_type img {
  width: auto;
  max-width: 85%;
}

.caption_text_type h2 {
  color: #011226;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 0px;
}

.caption_text_type h2 a {
  font-weight: 700;
  color: #3A3875;
}

.caption_text_type p {
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.caption_text_type p a {
  color: #3A3875;
  font-weight: 600;
}

.description_image-row.flex-reverse {
  flex-direction: row-reverse;
}

.flex-reverse .caption_img_type {
  text-align: left;
}

.page-template42 .short_description {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 600px;
}


.page-template43 img.featured_image {
  max-width: 100%;
  margin-top: -25%;
}

.page-template43 .short_description {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 35.2px */
}

.page-template43 section#about_us-direction {
  padding-top: 0;
}


ul.desc_logo_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.page-template43 .content_inner {
  width: 90%;
}

ul.desc_logo_lists li:before {
  display: none;
}

ul.desc_logo_lists li {
  flex-basis: calc(33.33% - 25px);
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(143, 177, 179, 0.30);
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

ul.desc_logo_lists li:hover {
  box-shadow: 0px 0px 35px 17px rgba(143, 177, 179, 0.30);
}

.page-template43 .about_us-inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29%;
  z-index: -1;
  background-image: url(/files/pages/aboutus/about_us-bg.svg);
  width: 22%;
  top: auto;
  background-size: cover;
  height: 90%;
}

.page-template43 .about_us-inner {
  position: relative;
}

.hiw_description {
  color: #011226;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top: 5px;
}

span.advanteges_with_us-desc {
  display: block;
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-top: 15px;
}

.scheme_of_work {
  background: #E6F3F4;
  padding: 120px 0px;
  margin-top: 120px;
}

.scheme_image img {
  width: 92%;
}

.subtitle_block {
  color: #011226;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.sow_lists {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.sow_lists>div {
  width: 100%;
  max-width: 265px;
  position: relative;
}

.sow_title_inner {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  padding: 18px;
  position: relative;
  z-index: 9;
  background: #fff;
  border-radius: 17px;
}

.sow_title {
  border-radius: 17px;
  background: #FFF;
  box-shadow: 5.965px 7.669px 17.042px 0px rgba(143, 177, 179, 0.20);
}

span.sow_count {
  background: #84C4C8;
  position: absolute;
  left: -13px;
  top: -13px;
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 23.4px */
  text-transform: uppercase;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 91;
}

.scheme_image {
  margin-top: -5px;
}

.sow_title:nth-child(1)::before {
  content: url(/files/pages/warehouse_services/kros-doking/line1.svg);
  display: block;
  position: absolute;
  z-index: 0;
  left: 44%;
}

.scheme_image {
  position: relative;
  z-index: 9;
}

.sow_title:nth-child(2)::before {
  content: url(/files/pages/warehouse_services/kros-doking/line2.svg);
  display: block;
  position: absolute;
  z-index: 0;
  left: 10%;
  top: 97%;
}

.sow_title:nth-child(3)::before {
  content: url(/files/pages/warehouse_services/kros-doking/line3.svg);
  display: block;
  position: absolute;
  z-index: 0;
  left: 40%;
  top: 95%;
}

.sow_title:nth-child(4)::before {
  content: url(/files/pages/warehouse_services/kros-doking/line4.svg);
  display: block;
  position: absolute;
  z-index: 0;
  left: 40%;
  top: 24%;
}

.page-template44 .hiw_lists.d-grid.d-grid-4 {
  grid-template-columns: repeat(5, 1fr);
}

.page-template44 .hiw_item:nth-child(4)::before {
  display: block;
}

.page-template44 .short_description {
  color: #011226;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.page-template44 img.featured_image {
  max-width: 100%;
}

/* .page-template44 .main_screen-img {
  margin-left: -22%;
  margin-top: -4%;
  margin-right: 10%;
} */

.page-template44 img.icon_image {
  left: -27%;
  bottom: -40%;
  width: 100%;
}

.event_wrapper .related__posts.wrapper__posts-related {
  flex-basis: 100%;
  margin-right: 0;
}

.event_wrapper .item__post {
  border-radius: 20px;
  border: 1px solid #C8DDDF;
  background: #FFF;
  height: 350px;
  padding-bottom: 0;
  overflow: hidden;
}

.event_wrapper a.blog__news-card.news-card {
  max-width: 100%;
  height: 100%;
}

.event_wrapper .item__post .post-thumbnail img {
  height: 100% !important;
}

.event_wrapper .post-thumbnail {
  height: 100%;
}

a.fast_link-request {
  border-radius: 30px;
  background: #84C4C8;
  color: #3A3875;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  transition: all 0.4s ease-in-out;
}

.blog__content .container {
  position: relative;
}

.bg_event-top {
  position: absolute;
  right: 0;
  top: -30%;
  text-align: right;
}

.bg_event-top img {
  max-width: 85%;
}

.event_wrapper span.title-news__card {
  font-size: 26px;
  margin-bottom: 30px;
}

.event_wrapper .item__post:nth-child(even) {
  flex-direction: row-reverse;
}

.event_wrapper .post-caption {
  margin-right: 30px;
}

.left_tg-icon {
  position: absolute;
  bottom: -17%;
  left: -4%;
  text-align: left;
  z-index: -1;
}

.right_tg-icon {
  position: absolute;
  right: 0;
  top: -20%;
  text-align: right;
  z-index: -1;
}

.right_tg-icon img {
  max-width: 85%;
}

.left_tg-icon img {
  max-width: 85%;
}

.single-event h2.newsletter_title {
  max-width: 1160px;
  margin: auto;
}

.page-template35 section#fast_request {
  margin-top: 90px;
}

.page-template35 #video_content {
  padding-top: 0;
}

.page-template26 #video_content {
  background: #E6F3F4;
}

.promotion__posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}

.promotion__posts>div {
  flex-basis: 25%;
  padding: 20px;
  margin-bottom: 30px;
}

.blog__wrapper.promotion_wrapper {
  display: block;
}

.item__promotion .post-thumbnail img {
  height: 400px;
}

.item__promotion .post-thumbnail {
  height: 400px;
}

.item__promotion .post-caption {
  margin-left: 0;
  margin-top: 20px;
}

.item__promotion span.title-news__card {
  font-size: 22px;
  min-height: 62px;
}

a.promotion__link {
  border-radius: 50px;
  background: #3A3875;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.promotion_location {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

span.text-use {
  display: flex;
  align-items: center;
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-transform: uppercase;
  margin-right: 5px;
}

span.text-use img {
  margin-right: 5px;
}

span.title-use {
  color: #011226;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

span.promotion_value {
  position: absolute;
  display: block;
  border-radius: 0px 30px 30px 0px;
  background: #E25A5E;
  padding: 7px 15px;
  min-width: 100px;
  text-align: center;
  top: 35px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.promotion_main-wrapper {
  flex-basis: calc(100% - 400px);
  margin-left: 5%;
}

.promotion__single-wrapper .column-wrapper {
  flex-basis: 100%;
  max-width: 400px;
  margin-top: 0px;
}

.promotion__single-wrapper .column-inner {
  border: none;
  padding-top: 0;
}

.promotion_validity {
  border-radius: 30px;
  background: #84C4C8;
  display: inline-block;
  padding: 8px 10px;
  color: #011226;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.promotion_main-wrapper ul {
  padding-left: 20px;
}

.promotion_main-wrapper h1.main_title {
  margin-bottom: 10px;
}

.promotion_main-wrapper .article__description h3 {
  font-weight: 500;
  margin-top: 0;
}

.promotion_main-wrapper ul li {
  margin: 10px 0px;
}

.condition_promotion-block {
  border-radius: 20px;
  border: 1px solid #84C4C8;
  padding: 20px;
}

.condition_promotion-title {
  display: block;
  margin-bottom: 10px;
  color: #011226;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.condition_promotion-desc {
  color: #011226;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.promotion_main-wrapper .item__share {
  border-top: 0;
}

.blog__wrapper.blog_inner.promotion__single-wrapper {
  border-bottom: 1px solid #E9E8E7;
  padding-bottom: 30px;
}

.promotion_bottom {
  padding-bottom: 50px;
}

.widget-lists .item__promotion {
  flex-basis: 100%;
}

.bg_event-top.promotion-top img {
  max-width: 70%;
}

.bg_event-top.promotion-top {
  top: -20%;
}

/* .page-template41 #video_content {
  padding-top: 0;
} */

/* .method_icon img {
  max-width: 50px;
} */

.warehouse_services {
  padding: 120px 0;
}

.page-template27 .warehouse_services {
  padding: 0;
}

.page-template37 .warehouse_services {
  padding-bottom: 40px;
}

h2.table_section_title {
  color: white;
  text-align: center;
  max-width: 1200px;
  padding: 0 15px;
}

h2.table_section_title br {
  display: none;
}

.page-template29 .short_description p,
.page-template29 .short_description li {
  font-size: 18px;
  color: #011226;
  font-weight: 400;
  line-height: 145%;
}

.page-template29 .short_description p a {
  color: #3A3875;
  text-decoration: none;
  border-bottom: 1px solid #3A3875;
  font-weight: 600;
  transition: 0.4s;
}

.page-template29 .short_description p a:hover {
  color: #84C4C8;
  border-bottom: 1px solid #84C4C8;
}

.main_screen-subtitle {
  display: none;
}

.page-template33 .main_screen-subtitle {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  margin-top: 20px;
  color: white;
}

.page-template33 .main_screen-content a.btn-link {
  display: none;
}

.page-template33 .main_screen-img {
  display: none;
}

.page-template33 .shipping_main-inner .main_screen-content {
  flex-basis: 79%;
}


.page-template33 .shipping_main-screen.shipping_main-inner {
  height: 650px;
  position: relative;
}

.page-template33 .shipping_main-inner .inner_main-screen {
  position: absolute;
  bottom: 23%;
}

.page-template9 span.navigation__link,
.page-template10 span.navigation__link,
.page-template11 span.navigation__link,
.page-template12 span.navigation__link,
.page-template13 span.navigation__link,
.page-template14 span.navigation__link,
.page-template41 span.navigation__link,
.page-template39 span.navigation__link,
.page-template40 span.navigation__link {
  color: #fff;
}

.aboutus_page_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #E6F3F4;
  width: 90px;
  height: 90px;
}

.aboutus_page_icon img {
  height: 40px;
}

.page-template33 .item_inner-title {
  font-size: 28px;
  font-weight: 500;
  color: #3A3875;
}

.page-template33 .item_inner-description {
  font-size: 20px;
  max-width: 425px;
  line-height: 160%;
}

.page-template43 .hiw_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template43 .hiw_item {
  flex-basis: calc(25% - 30px);
}

.page-template38 .delivery_line-map.line_map-1 {
  left: 40%;
  top: 60%;
}

.page-template38 .line_map-1 .point_left {
  top: 50px;
}

.page-template38 .line_map-1 .point_right {
  top: -35px;
  left: -7px;
}

.page-template38 .line_map-1 .point_right span.point_map-title {
  right: -60px;
  top: 7px;
}

.page-template38 .direction_maps image#fly {
  transform: translate(0px, -21px) rotate(1080deg);
}

.page-template38 .delivery_line-map.line_map-2 .point_left {
  display: none;
}

.page-template38 .delivery_line-map.line_map-2 {
  left: 40%;
  top: 43%;
}

.page-template38 .line_map-2 .point_right {
  top: 20px;
  right: 8px;
}

.page-template38 .line_map-3 .point_left {
  display: none;
}

.page-template38 .delivery_line-map.line_map-3 {
  left: 83%;
  top: 57%;
}

.page-template38 .delivery_map-wrapper {
  position: relative;
}

.page-template38 .delivery_line-map.line_map-3 span.point_map-title {
  top: 60px;
  right: -130px;
}

.page-template38 .line_map-3 .point_right {
  top: 5px;
}




.page-template37 .delivery_line-map.line_map-1 {
  left: 29%;
  top: 35%;
}

.page-template37 .line_map-1 .point_left {
  position: absolute;
  bottom: 40px;
}

.page-template37 .line_map-1 .point_right {
  top: -3px;
  left: 47px;
}

.page-template37 .line_map-1 .point_right span.point_map-title {
  right: -60px;
  top: 7px;
}

.page-template37 .direction_maps image#fly {
  transform: translate(0px, -21px) rotate(1080deg);
}


.page-template37 .delivery_line-map.line_map-2 {
  left: 27%;
  top: 7%;
}

.page-template37 .line_map-2 .point_right {
  top: 20px;
  right: 8px;
}

.page-template37 .line_map-3 .point_left {
  display: none;
}

.page-template37 .delivery_line-map.line_map-3 {
  left: 79.5%;
  top: 25%;
}

.page-template37 .delivery_line-map.line_map-3 span.point_map-title {
  top: -12px;
  right: -125px;
  font-size: 18px;
}

.page-template37 .delivery_line-map.line_map-1 svg {
  max-width: 95%;
}

.point_left span.point_map-title {
  white-space: nowrap;
}

.page-template37 .line_map-1 .point_right span.point_map-title {
  right: -40px;
  top: -5px;
}

.page-template37 .line_map-1 .point_right span.point_map {
  top: -7px;
  right: 32px;
  left: auto;
}

.page-template37 .delivery_line-map.line_map-2 svg {
  max-width: 95%;
}

.page-template37 .delivery_line-map.line_map-2 .point_left {
  position: absolute;
  bottom: 37px;
  left: 0;
}

.page-template37 .line_map-2 .point_right span.point_map {
  top: 50px;
}

.page-template37 .line_map-2 .point_right span.point_map-title {
  right: -100px;
  font-size: 17px;
  top: 50px;
}

.page-template37 .delivery_line-map.line_map-2 .point_left .point_map-title {
  bottom: -60px;
  top: auto;
  right: -100px;
}

.page-template37 .line_map-3 .point_right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-template37 .line_map-3 .point_right span.point_map {
  top: -15px;
  left: -15px;
}

.page-template37 .delivery_map-wrapper {
  position: relative;
}

.page-template36 .directions_lists {
  left: auto;
  right: 0;
}

.page-template36 .delivery_line-map.line_map-3 {
  top: 12.5%;
  left: 7.7%;
}

.page-template36 .line_map-3 svg {
  max-width: 95%;
}

.page-template36 .line_map-3 .point_left {
  position: absolute;
  left: 24%;
  top: 12%;
}

.page-template36 .line_map-3 .point_right {
  position: absolute;
  right: 6%;
  top: 57%;
}

.page-template36 span.point_map {
  width: 24px;
  height: 24px;
}

.page-template36 .line_map-3 .point_left span.point_map-title {
  top: -45px;
  font-size: 17px;
  right: -70px;
}

.page-template36 .line_map-4 .point_right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-template36 .line_map-4 .point_right .point_map {
  top: -26px;
}

.page-template36 .line_map-4 .point_right .point_map-title {
  display: none;
}

.page-template36 .delivery_line-map.line_map-4 {
  top: 27%;
  left: 26.4%;
}

.page-template36 .delivery_line-map.line_map-4 .anim-line {
  max-width: 93%;
}

.page-template36 .delivery_line-map.line_map-4 .anim-line svg {
  width: 100%;
  height: auto;
}

.page-template36 .line_map-4 .point_right .point_map {
  display: none;
}

.page-template36 .line_map-4 image#fly.icon_animation-36 {
  transform: translate(0px, -20px) rotate(1080deg);
}

.page-template36 .line_map-4 .point_left span.point_map-title {
  top: -18px;
  font-size: 16px;
  right: -90px;
}

.page-template36 .delivery_map-wrapper {
  position: relative;
  display: block;
}

.page-template36 .delivery_line-map.line_map-7 {
  left: 26%;
  top: 29%;
}

.page-template36 .delivery_line-map.line_map-7 .point_map-title {
  font-size: 16px;
  top: -13px;
  right: -65px;
}

.page-template36 .delivery_line-map.line_map-6 {
  top: 32%;
  left: 21%;
}

.page-template36 .delivery_line-map.line_map-6 .point_map-title {
  font-size: 16px;
  top: -12px;
  right: -109px;
}

.page-template36 .delivery_line-map.line_map-5 {
  top: 23%;
  left: 24%;
}

.page-template36 .delivery_line-map.line_map-5 .point_map-title {
  font-size: 16px;
  top: -14px;
  right: 20px;
}

.page-template36 .line_map-8 .point_right {
  display: none;
}

.page-template36 .delivery_line-map.line_map-8 {
  left: 73%;
  top: 65%;
}

.page-template36 .line_map-3 span.point_map-title {
  right: -106px;
  top: 7px;
}





.page-template34 .directions_lists {
  left: auto;
  right: 0;
}

.page-template34 .delivery_line-map.line_map-3 {
  top: 12%;
  left: 8%;
}

.page-template34 .line_map-3 svg {
  max-width: 97%;
}

.page-template34 .line_map-3 .point_left {
  position: absolute;
  left: 24.5%;
  top: 12%;
}

.page-template34 .line_map-3 .point_right {
  position: absolute;
  right: 4.5%;
  top: 56%;
}

.page-template34 span.point_map {
  width: 24px;
  height: 24px;
}

.page-template34 .line_map-3 .point_left span.point_map-title {
  top: -45px;
  font-size: 17px;
  right: -70px;
}

.page-template34 .line_map-4 .point_right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-template34 .line_map-4 .point_right .point_map {
  top: -26px;
}

.page-template34 .line_map-4 .point_right .point_map-title {
  display: none;
}

.page-template34 .delivery_line-map.line_map-4 {
  top: 26%;
  left: 27%;
}

.page-template34 .delivery_line-map.line_map-4 .anim-line {
  max-width: 93%;
}

.page-template34 .delivery_line-map.line_map-4 .anim-line svg {
  width: 100%;
  height: auto;
}

.page-template34 .line_map-4 .point_right .point_map {
  display: none;
}

.page-template34 .line_map-4 image#fly.icon_animation-36 {
  transform: translate(0px, -20px) rotate(1080deg);
}

.page-template34 .line_map-4 .point_left span.point_map-title {
  top: -18px;
  font-size: 16px;
  right: -90px;
}

.page-template34 .delivery_map-wrapper {
  position: relative;
  display: block;
}

.page-template34 .delivery_line-map.line_map-7 {
  left: 26%;
  top: 29%;
}

.page-template34 .delivery_line-map.line_map-7 .point_map-title {
  font-size: 16px;
  top: -16px;
  right: -55px;
}

.page-template34 .delivery_line-map.line_map-6 {
  top: 32%;
  left: 21%;
}

.page-template34 .delivery_line-map.line_map-6 .point_map-title {
  font-size: 16px;
  top: -18px;
  right: -103px;
}

.page-template34 .delivery_line-map.line_map-5 {
  top: 23%;
  left: 24%;
}

.page-template34 .delivery_line-map.line_map-5 .point_map-title {
  font-size: 16px;
  top: -14px;
  right: 20px;
}

.page-template34 .line_map-8 .point_right {
  display: none;
}

.page-template34 .delivery_line-map.line_map-8 {
  left: 75%;
  top: 64%;
}

.page-template34 .line_map-3 span.point_map-title {
  right: -106px;
  top: 7px;
}

.page-template34 .delivery_line-map.line_map-9 .point_map-title {
  font-size: 16px;
  top: -19px;
  right: -40px;
}

.page-template34 .delivery_line-map.line_map-9 {
  left: 32%;
  top: 32%;
}

.page-template34 .delivery_line-map.line_map-10 .point_map-title {
  font-size: 16px;
  top: -18px;
  right: -90px;
}

.page-template34 .delivery_line-map.line_map-10 {
  top: 35%;
  left: 30%;
}

.page-template34 .line_map-4 image#fly {
  transform: translate(0px, -21px) rotate(1080deg);
}

.page-template34 .line_map-4 image#fly {
  transform: translate(0px, -21px) rotate(1080deg);
}

.page-template34 .line_map-5 span.point_map,
.page-template34 .line_map-6 span.point_map,
.page-template34 .line_map-7 span.point_map,
.page-template34 .line_map-9 span.point_map,
.page-template34 .line_map-10 span.point_map {
  width: 15px;
  height: 15px;
}

.page-template34 .line_map-5 span.point_map span,
.page-template34 .line_map-6 span.point_map span,
.page-template34 .line_map-7 span.point_map span,
.page-template34 .line_map-9 span.point_map span,
.page-template34 .line_map-10 span.point_map span {
  width: 7px;
  height: 7px;
}

.page-template35 .delivery_map-wrapper {
  position: relative;
  display: block;
}

.page-template35 .delivery_line-map.line_map-1 {
  max-width: 58%;
  left: 31.7%;
  top: 46%;
}

.page-template35 .delivery_line-map svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-template35 .anim-line {
  width: 100%;
}

.page-template35 .delivery_line-map.line_map-2 .point_right {
  position: absolute;
  top: 0;
  right: 10px;
}

.page-template35 .delivery_line-map.line_map-2 .point_right .point_map {
  top: -12px;
  right: -17px;
  left: auto;
}

.page-template35 .delivery_line-map.line_map-2 {
  top: 40%;
  left: 32%;
  max-width: 54%;
}

.page-template35 .delivery_line-map.line_map-2 .point_left {
  bottom: 5px;
  position: absolute;
}

.page-template35 .line_map-2 .point_left span.point_map-title {
  right: -95px;
}

.page-template35 .delivery_line-map.line_map-1 .point_right {
  top: 0;
  position: absolute;
  right: 0;
}

.page-template35 .line_map-1 span.point_map-title {
  white-space: nowrap;
  right: -80px;
  top: -13px;
}

.page-template35 .line_map-1 .point_left {
  display: none;
}

.page-template35 .directions_lists>div {
  width: fit-content;
}

.page-template35 .line_map-1 .point_right span.point_map {
  top: -13px;
  left: auto;
  right: 60px;
}

.page-template35 .delivery_line-map.line_map-1 .point_left .point_map-title {
  right: -149px;
  top: -15px;
}

.page-template35 .line_map-2 .point_right span.point_map-title {
  top: -40px;
  right: -115px;
}

.page-template35 .line_map-2 image#fly {
  transform: translate(0px, 19px) rotate(989deg);
}

.proposal_coop_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  color: #011226;
  margin-bottom: 60px;
  margin-top: 0;
}

.proposal_coop_wrapper {
  max-width: 1540px;
  margin: 0 auto;
  gap: 70px;
}

.proposal_coop {
  padding: 60px 0 120px;
}

.proposal_coop_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 30px;
  background: #e6f3f4;
  border-radius: 20px;
  position: relative;
  text-decoration: none;
}

.proposal_coop_item svg {
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.4s;
}

.proposal_coop_item:hover svg {
  translate: 10px 10px;
}

.proposal_coop_item img {
  height: 70px;
  transition: 0.4s;
}

.proposal_coop_item:hover img {
  filter: hue-rotate(-61deg) opacity(0.5) brightness(1.8);
}

.proposal_coop_item span {
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #011226;
  padding-right: 20px;
}

.page-template35 .directions_lists {
  right: 0;
  display: flex;
  flex-direction: column;
}

.form_contact {
  background: #e6f3f4;
  position: relative;
  isolation: isolate;
}

.form_contact_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.form_contact_subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #011226;
  text-align: center;
  display: block;
  max-width: 725px;
  margin: 0 auto;
}



.form_contact .contact_form_wrapper {
  max-width: 770px;
  margin: 20px auto 0;
}

.form_contact .form-control input,
.form_contact .form-control textarea,
.form_contact .form-control input::placeholder,
.form_contact .form-control textarea::placeholder {
  color: #7d7c93;
}

.form_contact .text-bottom-form {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.form_contact .text-bottom-form a {
  color: #0c0c0c;
}

.form_contact .form-control input,
.form_contact .form-control textarea {
  background: #fff;
}

.btn_wrapper {
  display: flex;
  justify-content: center;
}

.form_contact button.submit-form {
  width: auto;
  margin: 0 auto;
  padding: 0 40px;
}

.work_withus_wrapper {
  max-width: 960px;
  margin: 60px auto 0;
}

.work_withus_wrapper .slick-track {
  display: flex;
  align-items: center;
}

.work_withus_wrapper img {
  width: 100%;
}

.work_withus_item {
  margin: 0 22px;
}

.work_withus_wrapper .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
  margin-bottom: 0;
  list-style: none;
}

.work_withus_wrapper .slick-dots button {
  font-size: 0;
  color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: unset;
}

.work_withus_wrapper .slick-dots button:focus-visible {
  outline: none;
}

.work_withus_wrapper .slick-dots li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #f0f0f0;
}

.work_withus_wrapper .slick-dots li.slick-active {
  background: #84c4c8;
}


.page-template20 .anim-line {
  flex-direction: row-reverse;
}

.page-template20 .delivery_line-map .point_left {
  position: absolute;
  right: 0;
  top: 66px;
}

.page-template20 .delivery_line-map .point_left {
  display: none;
}

.page-template20 .delivery_line-map.line_map-1 .point_left {
  display: block;
}

.page-template20 .delivery_line-map.line_map-1 {
  left: 55%;
  top: 30%;
}

.page-template20 .delivery_line-map .point_right {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
}

.page-template20 .delivery_line-map .point_left span.point_map-title {
  top: -44px;
}

.page-template20 .point_right span.point_map {
  top: -11px;
}

.page-template20 .point_right span.point_map-title {
  top: -42px;
}

.page-template20 .delivery_line-map .anim-line svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.page-template20 .delivery_line-map .anim-line {
  width: 100%;
  max-width: 100%;
}

.page-template20 .delivery_line-map.line_map-6 {
  right: auto;
  left: 10%;
  top: 40%;
}

.page-template20 .delivery_line-map.line_map-6 .point_right {
  top: auto;
  bottom: 0;
  left: -5px;
}

.page-template20 .delivery_line-map.line_map-5 {
  right: auto;
  left: 18%;
  max-width: 59%;
  width: 100%;
  top: 34%;
}

.page-template20 .delivery_line-map.line_map-4 {
  top: 38%;
  left: 26%;
}

.page-template20 .delivery_line-map.line_map-3 {
  left: 45%;
  top: 40%;
}

.page-template20 .delivery_line-map.line_map-2 {
  left: 36%;
  top: 26%;
}

.page-template20 .delivery_line-map {
  max-width: 100%;
}

.page-template20 .direction_maps image#fly {
  transform: translate(0px, -33px) rotate(1080deg) scale(-1, 1);
}

.page-template20 .direction_maps image#fly {
  transform: translate(0px, -33px) rotate(1080deg) scale(-1, 1);
}

.page-template20 .directions_lists {
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-template20 .directions_lists>div {
  flex-basis: 50%;
}

.page-template20 .directions_lists>div>div {
  width: fit-content !important;
  min-width: 255px;
}

.page-template20 .direction_item-wrapper:nth-child(even) {
  display: flex;
  justify-content: end;
}

.map_lang iframe {
  width: 100%;
}

.page-template18 .direction_maps .delivery_lists h2 {
  width: 100%;
  text-align: center;
}

.page-template14 .airport_image {
  top: 16%;
}

.newsletter_wrapper-form:has(.left_tg-icon) {
  margin-bottom: -2px;
}

.error-valid-required {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.form-alert.success-form-alert {
  text-align: center;
  margin-top: 30px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}






.cf-calendar_managers_title {
  margin-top: 30px;
}

.calendar-row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F8F9FB;
  padding: 40px;
}

.calendar-form {
  font-family: Montserrat, Arial, sans-serif;
  padding: 40px 0
}

.calendar-form * {
  box-sizing: border-box;
  outline: 0 !important;
  font-family: Montserrat, Arial, sans-serif
}

.cf-step {
  margin-bottom: 45px
}

.calendar-form H2 {
  color: #011226;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 0px;
}

.calendar-form P {
  margin: 10px 0
}

.cf-text_center {
  text-align: center
}

.cf-fakebtns {
  display: flex
}

.cf-fakebtns>.cf-btn {
  margin-right: 10px
}

.cf-btn {
  padding: 15px 25px;
  border-radius: 30px;
  color: #011226;
  font-weight: 500;
  cursor: pointer;
  transition: background 250ms, color 250ms;
  font-size: 18px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.09);
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
}



.cf-btn:hover {
  background-color: #38407c;
  color: #fff
}

.cf-fakebtns>.cf-btn.active {
  pointer-events: none;
  background-color: transparent;
  color: #38407c;
  background-color: #38407c;
  color: #fff;
}

.cf-btn svg {
  margin-right: 10px;
}

.cf-btn svg path {
  transition: all 0.25s ease-in-out;
}

.cf-btn:hover svg path {
  fill: #fff
}

.cf-fakebtns>.cf-btn.active svg path {
  fill: #fff;
}

.cf-fakebtns {
  margin-top: 20px;
}

.cf-step2_cols {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 700px;
}

.cf-cols .cf-group {
  width: 100%;
  padding-right: 10px
}

.cf-cols {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.cf-step2_next .cf-btn {
  white-space: nowrap;
  border-radius: 50px;
  border: 2px solid #3A3875;
  background: #FFF;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.09);
  padding: 12px 30px;
}

.cf-group>LABEL {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #011226;
}

.real_select {
  position: relative
}

.fake_select-list {
  position: absolute;
  background-color: #fff;
  color: #000;
  margin: 0;
  list-style: none;
  top: calc(100% + 5px);
  width: 100%;
  -moz-box-shadow: 3px 3px 20px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, .2);
  padding: 0;
  z-index: 50;
  left: 0;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px
}

.fake_select-val {
  cursor: pointer;
  padding: 12px 17px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
  text-align: left;
  display: block;
  font-weight: 600
}

.fake_select-val:hover {
  color: #2868e0;
  background-color: rgba(40, 104, 223, .05)
}

.fake_select-action {
  position: relative;
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: #011226;
  line-height: normal;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  transition: border 250ms;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.09);
}

.fake_select-action.error {
  border: 2px solid red
}

.fake_select-arrow {
  position: absolute;
  transition: transform .4s ease;
  align-items: center;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik02Ljc1NzQyIDguOTY3NjdMMC4zMDc4NjMgMi41MTc4OUMtMC4xMDI2MTkgMi4xMDc2MSAtMC4xMDI2MTkgMS40NDI0IDAuMzA3ODYzIDEuMDMyMzJDMC43MTc5NzkgMC42MjIyMDEgMS4zODMxNSAwLjYyMjIwMSAxLjc5MzIzIDEuMDMyMzJMNy41MDAxMSA2LjczOTM3TDEzLjIwNjggMS4wMzI0OUMxMy42MTcxIDAuNjIyMzY4IDE0LjI4MjIgMC42MjIzNjggMTQuNjkyMyAxLjAzMjQ5QzE1LjEwMjYgMS40NDI2IDE1LjEwMjYgMi4xMDc3NyAxNC42OTIzIDIuNTE4MDZMOC4yNDI2MyA4Ljk2NzgzQzguMDM3NDcgOS4xNzI4OSA3Ljc2ODg3IDkuMjc1MzEgNy41MDAxNCA5LjI3NTMxQzcuMjMxMjggOS4yNzUzMSA2Ljk2MjQ4IDkuMTcyNjkgNi43NTc0MiA4Ljk2NzY3WiIgZmlsbD0iIzAwNDNCRiIvPg0KPC9zdmc+) center/auto no-repeat;
  height: 100%;
  width: 40px;
  right: 1px;
  top: 1px
}

.fake_select.open .fake_select-arrow {
  transform: scaleY(-1)
}

.cf-group INPUT {
  position: relative;
  text-align: left;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 13px;
  color: #222;
  font-weight: 400;
  line-height: normal;
  padding: 10px 12px;
  border-radius: 7px;
  border: 2px solid rgba(56, 64, 124, .265);
  font-weight: 700;
  font-size: 16px;
  transition: border 250ms
}

.cf-group INPUT.error {
  border: 2px solid red
}

.cf-group INPUT:focus,
.cf-group INPUT:hover {
  border: 2px solid rgba(56, 64, 124, .855)
}

.cf-step4 .cf-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

/*.cf-step_calendar,.cf-step_nocalendar{display:none}*/
.cf-success {
  font-weight: 700;
  color: green;
  display: none;
  font-size: 18px
}

.calendar-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #E3E8F1;
}

.calendar-item {
  width: 100%
}

.calendar-head {
  padding: 5px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 0px 35px;
}

.calendar-table {
  width: 100%
}

.calendar-controls {
  margin: -10px auto 15px auto;
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  color: #38407c;
  text-align: center;
}

.calendar-controls>SPAN {
  cursor: pointer;
  font-size: 34px;
  font-weight: 900;
  color: #979797;
  transition: 250ms color
}

.calendar-controls>SPAN:hover {
  color: #38407c
}

.calendar-tr {
  display: grid;
  grid-template-columns: repeat(7, 5fr);
  gap: 10px;
  margin-bottom: 10px;
}

.calendar-th {
  padding: 6px 7px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #38407c
}

.calendar-td {
  text-align: center;
  font-size: 20px;
  position: relative;
  padding-bottom: 80%;
  color: #3A3875;
  transition: 250ms;
  cursor: pointer;
  pointer-events: none;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #A9ADCA;
  background: #F8F9FB;
}

.calendar-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 5px;
  transform: translatey(-50%);
  display: block;
  font-weight: 900
}

.calendar-empty {
  opacity: .2;
  pointer-events: none
}

.calendar-day.today {
  font-weight: 700
}

.calendar-td.last {
  pointer-events: none !important
}

.calendar-td.calendar-day.event {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  pointer-events: auto;
  background: #989DC1;
}

.calendar-td.calendar-day.event:hover {
  background: rgba(56, 64, 124, .5)
}

.cf-calendar_left {
  width: 45%;
  padding-right: 30px;
}

.cf-calendar_right {
  width: 55%;
  position: relative
}

.calendar_text {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #38407c
}

.cf-step2_next .cf-btn:hover {
  background: #3A3875;
}

p.cf-step_other_text {
  color: #011226;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 20px;
}

.cf-calendar_bottom {
  width: 100%;
  position: relative;
  min-height: 370px
}

p.calendar_text {
  border-radius: 30px;
  background: #E1F0F1;
  padding: 20px;
}

.managers {
  width: 100%
}

.managers-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  text-align: center;
  margin-top: 30px
}

.managers-item_img {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 15px
}

.managers-item_img IMG {
  width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  object-position: top center;
  top: 0;
  left: 0;
  display: block
}

.managers-item_name {
  line-height: 23px;
  color: #000;
  font-size: 15px;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  margin: 0
}

.managers-item_text {
  line-height: 19px;
  color: #000;
  font-size: 15px;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 !important
}

.managers-item_links {
  display: flex;
  justify-content: center;
  margin-top: 5px
}

.managers-item_links A {
  font-size: 8px;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 18px;
  font-weight: 600;
  border-width: 1px;
  border-radius: 30px;
  background-position: center center;
  border-color: #000;
  border-style: solid;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
  text-decoration: none;
  height: 20px;
  width: 60px;
  color: #000 !important;
  margin: 4px
}

.managers-item_links A:hover {
  background-color: #75c2c4;
  border-color: #75c2c4;
  color: #fff !important
}

.calendar-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9000;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  transition: 450ms;
  opacity: 0;
  pointer-events: none;
  perspective: 2000px
}

.open.calendar-modal {
  opacity: 1;
  pointer-events: auto
}

.modal_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .222)
}

.modal_body .modal_exit {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px
}

.modal_exit {
  cursor: pointer
}

.modal_body .modal_exit:after,
.modal_body .modal_exit:before {
  content: "";
  width: 4px;
  height: 115%;
  background-color: #000;
  display: block;
  position: absolute;
  left: calc(50% - 2px);
  top: -1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  transition: 350ms
}

.modal_body .modal_exit:before {
  transform: rotate(45deg)
}

.modal_body .modal_exit:after {
  transform: rotate(-45deg)
}

.modal_body .modal_exit:hover:before {
  transform: rotate(45deg) scale(1.1);
  background-color: #464646
}

.modal_body .modal_exit:hover:after {
  transform: rotate(-45deg) scale(1.1);
  background-color: #464646
}

.modal_body {
  margin: auto;
  background-color: #fff;
  z-index: 10;
  position: relative;
  align-self: center;
  padding: 40px 40px 25px 40px;
  max-height: 98vh;
  min-width: 280px;
  transition: .6s;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
  border-radius: 5px
}

.open.calendar-modal .modal_body {
  transform: rotateY(0)
}

.calendar-modal .cf-success {
  margin: 0;
  line-height: 1.4
}

.calendar-modal .cf-group {
  margin-bottom: 10px
}

.cf-group_btns {
  text-align: center;
  width: 100%;
  margin-top: 15px
}

.calendar-modal H3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px
}

BODY.flow {
  overflow: hidden !important;
  padding-right: 17px !important
}

.cf-calendar_bottom {
  margin-top: 80px;
}

@media (max-width:960px) {
  .managers {
    position: static
  }

  .managers-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 40px
  }

  .cf-step4 .cf-group {
    grid-template-columns: repeat(3, 1fr)
  }

  BODY.flow {
    padding-right: 0 !important
  }

  .modal_body {
    transform: translatey(-90px)
  }
}

@media (max-width:768px) {
  .managers-items {
    grid-template-columns: repeat(3, 1fr)
  }

  .cf-calendar_right {
    width: 100%;
    text-align: center;
    margin-top: 15px
  }

  .cf-calendar_left {
    padding: 0;
    width: 100%
  }

  .calendar_text {
    position: static
  }

  .cf-step4 .cf-group {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center
  }
}

@media (max-width:580px) {
  .cf-fakebtns {
    flex-wrap: wrap
  }

  .cf-fakebtns .cf-btn {
    margin-top: 10px
  }

  .cf-cols {
    flex-wrap: wrap
  }

  .cf-cols>* {
    width: 100%;
    margin-bottom: 10px
  }

  .cf-step2_cols {
    flex-wrap: wrap
  }

  .cf-step2_next {
    text-align: center;
    width: 100%;
    margin-bottom: 10px
  }

  .cf-step_other_text {
    text-align: center
  }

  .managers-items {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:400px) {
  .calendar-tr {
    font-size: 12px
  }

  .calendar-inner {
    font-size: 12px
  }
}

.cf-group .t-input-group INPUT {
  border: 0px solid rgba(56, 64, 124, .855);
  padding: 0;
}

.cf-group .t-input-block {
  border: 2px solid rgba(56, 64, 124, .855);
  text-align: left;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 13px;
  color: #222;
  font-weight: 400;
  line-height: normal;
  padding: 10px 12px;
  border-radius: 7px;
  border: 2px solid rgba(56, 64, 124, .265);
  font-weight: 700;
  font-size: 16px;
  transition: border 250ms;
}

.cf-group .t-input-block.error {
  border: 2px solid red;
}

@media (max-width: 768px) {
  .calendar-form {
    padding: 0 15px;

  }
}

.calendar-form .t-input {
  height: auto !important;
  padding: 0 !important;
}

.info_video-calendar {
  padding: 100px 0px;
}

.info_video-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_video-title {
  color: #011226;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 63px */
  text-transform: uppercase;
}

.info_video-text {
  flex-basis: 60%;
}

.info_video-subtitle {
  color: #011226;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 20px;
}

img.featured_image-calendar {
  max-width: 90%;
}

.page-template31 section.shipping_main-screen {
  background: #E6F3F4;
}

.page-template31 .inner_main-screen {
  padding-bottom: 0;
}

.page-template10 span.icon_in_hover.\30_hover-icon {
  right: 45px;
  top: 14px;
}

.page-template11 span.icon_in_hover.\30_hover-icon {
  top: 15px;
}

.page-template11 span.icon_in_hover.\31_hover-icon {
  top: 15px;
  right: 20px;
}

.page-template13 span.icon_in_hover.\30_hover-icon {
  top: 12px;
  right: 45px;
}

.page-template14 span.icon_in_hover.\30_hover-icon {
  top: 15px;
}

.page-template14 span.icon_in_hover.\31_hover-icon {
  top: 12px;
  right: 40px;
}

.page-template6 .icon_in_hover {
  top: 15px !important;
}

.page-template31 .main_screen-img {
  display: flex;
  justify-content: flex-end;
  margin-top: -4%;
}

.page-template31 .main_screen-content a {
  margin-top: 50px;
}

.page-template31 h1.main_title {
  font-size: 48px;
}

.calendar-form {
  padding-top: 100px;
}

.cf-group .t-input-block {
  height: 50px;
}

.cf-step4 .cf-btn {
  justify-content: center;
  color: #fff;
  background: #3a3875;
}

.page-template27 #faq {
  padding-bottom: 0;
}

html[lang="en"] .page-template7 .works_lists:after {
  top: 4%;
  bottom: 17.8%;
}

html[lang="ru"] .page-template7 .works_lists:after {
  bottom: 17.8%;
}

html[lang="uk"] .page-template7 .works_lists:after {
  bottom: 16.8%;
}

html[lang="uk"] .page-template10 .works_lists:after {
  bottom: 17.8%;
}

.page-template11 .works_lists:after {
  bottom: 17.8%;
}

.page-template5 .works_lists:after {
  bottom: 16.8%;
}

.page-template13 .works_lists:after {
  bottom: 17.8%;
}

html[lang="en"] .page-template12 .works_lists:after {
  bottom: 17.8%;
}


.page-template14 .works_lists:after {
  bottom: 17.8%;
}

.page-template6 .works_lists:after {
  bottom: 16.8%;
}

html[lang="en"] .page-template6 .works_lists:after {
  bottom: 17.8%;
}

html[lang="en"] .page-template9 .works_lists:after {
  bottom: 17.8%;
}

html[lang="en"] .page-template10 .works_lists:after {
  bottom: 17.8%;
}

.promotion_validity.cat_promotion_finish {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0;
}

.promotion_validity.action_finish_promotion {
  background: silver;
  color: #fff;
}

.promotion_validity.action_finish.cat_promotion_finish {
  background: silver;
  color: #fff;
}

.modal_content .form-alert.success-form-alert {
  max-width: 400px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.iti__country-list {
  left: 0;
  /* right: 0; */
  border-radius: 5px;
}

/* width */
.iti__country-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 20px;
}

/* Track */
.iti__country-list::-webkit-scrollbar-track {
  background: #DDDDE9;
  border-radius: 20px;
}

/* Handle */
.iti__country-list::-webkit-scrollbar-thumb {
  background: #3A3875;
  border-radius: 20px;
}

/* Handle on hover */
.iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}

section#fast_request {
  z-index: 1;
}


.footer_contact-form .iti__arrow {
  border-top-color: #fff;
}

#map_form .iti__arrow {
  border-top-color: #fff;
}

.article_author-content img {
  display: block !important;
  margin: 0;
  width: 100px !important;
  height: 100px !important;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 20px;
}

.article_author-content {
  display: flex;
  align-items: center;
}

.article_author-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}

.article_author {
  margin-top: 30px;
}

.author_name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.author_position {
  font-size: 14px;
  font-weight: 300;
}

.page-template37 .shipping_method-page section#shipping_method h2 {
  margin-bottom: 35px;
}

.page-template37 .default_subtext {
  margin-bottom: 50px;
}

.post-caption .short_description li:before {
  display: none;
}

.post-caption .short_description ul {
  list-style: disc;
  padding-left: 20px;
}

.post-caption .short_description ul li {
  margin-bottom: 5px;
}

.popular_requests-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}

.popular_requests-lists a {
  border: 1px solid #BAD2DD;
  margin: 5px;
  flex-basis: calc(25% - 10px);
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  color: #3A3875;
  text-decoration: none;
  font-weight: 500;
  min-height: 60px;
}

.popular_requests-lists a svg {
  margin-left: 10px;
}

/* .page-template19 section#popular_requests {
  padding-top: 0;
} */

.popular_requests-lists a {
  transition: all 0.4s ease-in-out;
}

.popular_requests-lists a:hover {
  background: #BAD2DD;
  color: #fff;
}

.popular_requests-lists a:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.popular_requests-lists a svg path {
  transition: all 0.4s ease-in-out;
}

.commercial_block {
  padding: 30px;
  background: rgba(230, 243, 244, 1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 50px 0px;
}

.commercial_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
}

.commercial_block-content {
  flex-basis: 45%;
  margin-right: 0;
  padding-right: 30px;
}

.commercial_block-image {
  flex-basis: 55%;
}

.commercial_block-image img {
  width: 100% !important;
  object-fit: cover;
  margin: 0px !important;
  border-radius: 10px;
}

.recommend_service_lists {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}

.recommend_service_item {
  flex-basis: calc(33.33% - 30px);
  margin: 15px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: #FAF9FE;
  height: 350px;
}

.recommend_service_inner {
  padding: 40px;
  position: relative;
  z-index: 3;
}

.recommend_item-title {
  color: #011226;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 150% */
  text-transform: uppercase;
  max-width: 75%;
  margin-bottom: 15px;
}

.recommend_service_item a.readmore_link {
  border-radius: 30px;
  border: 1px solid #3A3875;
  display: inline-block;
  padding: 7px 20px;
}

.recommend_image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.recommend_image img {
  width: 100%;
  max-width: 100%;
}

.recommend_service_item:after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: -10%;
  left: -10%;
  top: 74%;
  background: #E6F3F4;
  z-index: 1;
  transform: rotate(-16.95deg);
}

img.services_pattern3 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 120px;
}

img.services_pattern2 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 110px;
}

section#recommend_service {
  padding-top: 0;
}

.recommend_service_item {
  transition: all 0.4s ease-in-out;
}

.recommend_service_item:hover {
  box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.2);
}

.recommend_service_item a.readmore_link:hover {
  background: #3A3875;
  color: #fff;
}

.recommend_service_item a.readmore_link:hover svg path {
  stroke: #fff;
}

.recommend_service_item a.readmore_link svg path {
  transition: all 0.4s ease-in-out;
}

button.search_btn {
  border-radius: 50px;
  background: #3A3875;
  color: #fff;
  text-decoration: none;
  padding: 15px 45px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: none;
  margin-left: 20px;
  font-family: 'Montserrat';
}

.search_form-wrapper form {
  display: flex;
  justify-content: center;
}

.search_form-wrapper {
  margin-bottom: 30px;
}

.search_form-wrapper input {
  border: 1px solid rgba(58, 56, 117, 1);
  padding: 10px 20px;
  font-family: 'Montserrat';
  border-radius: 30px;
  width: 30%;
}

.search_form-wrapper input:focus {
  outline: none;
  box-shadow: none;
}

span.not-posts-title {
  font-size: 22px;
  display: block;
  font-weight: 600;
  color: #041126;
  text-align: center;
}

.marquee-wrapper {
  background: #2CBB77;
  padding: 5px 0px;
}

.marquee-wrapper a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: none !important;
}

.marquee-wrapper {
    overflow: hidden;
}

.js-marquee a {
  margin: 0 15vw;
}

.page-template52 .inside-wrapper-top {
  max-width: 1250px;
  margin: auto;
}

.page-template52 h1.price__title.main_title {
  text-align: center;
}

.page-template52 .short_description p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
}

.page-template52 .short_description h3 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-top: 50px;
}

.payment_services_list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px;
}

.payment_services_list > div {
  margin: 10px;
  flex-basis: calc(25% - 20px);
}

.payment_services-item {
  position: relative;
  /* padding: 25px; */
  overflow: hidden;
  border-radius: 20px;
}

.payment_services-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment_inner-desc {
  position: absolute;
  bottom: 0;
  padding: 25px;
  z-index: 2;
}

.payment_services-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(58, 56, 117, 0.25), rgba(58, 56, 117, 0.25)),
linear-gradient(180deg, rgba(58, 56, 117, 0) 0%, rgba(58, 56, 117, 0.4) 100%);
}

span.payment_inner-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transform: translate(0px, 0px);
  transition: all 0.8s ease-in-out;
  opacity: 1;
}

span.payment_inner-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  position: absolute;
  transform: translate(0px, 100px);
  transition: all 0.8s ease-in-out;
  opacity: 0;
  bottom: 0;
}

.payment_services-item:hover .payment_inner-title {
  transform: translate(0px, 100px);
  opacity: 0;
}

.payment_services-item:hover span.payment_inner-text {
  transform: translate(0px, 0px);
  opacity: 1;
  bottom: 25px;
}

.page-template52 .short_description li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
}

.page-template52 .short_description ul {
  list-style: disc;
  padding-left: 20px;
}

section#details {
  padding: 50px 0px;
  background: rgba(230, 243, 244, 1);
  margin-top: 50px;
}

.details-lists {
  max-width: 1250px;
  margin: auto;
  border: 1px solid rgba(220, 220, 220, 1);
  border-radius: 30px;
  background: #fff;
  padding: 40px;
}

.details-lists .details-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: rgba(58, 56, 117, 1);
  flex-basis: 32%;
}

.details-row {
  margin-bottom: 20px;
}

.details-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  flex-basis: 68%;
}

.details-row:last-child {
  margin-bottom: 0;
}

.inner_services-title span.details-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.page-template52 .inner_services-title {
  margin-bottom: 30px;
}

.details-pattern img {
  position: absolute;
  left: -15%;
  bottom: 0;
  max-width: 480px;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
}

section#details {
  position: relative;
}

.details-lists {
  position: relative;
  z-index: 2;
}

.page-template52 .short_description li:before {
  display: none;
}

.cabinet_row .default_title {
  max-width: 740px;
}

.tarif_types_description {
  margin-top: 30px;
  font-size: 16px;
  color: #3a3875;
  line-height: 1.4;
}

.tarif_types_description i {
  display: block;
}



















@media (min-width: 1920px) {
  .about_us-img {
    /* padding-left: calc(50vw - (1720px / 2)); */
  }

  .about_us-pattern svg {
    /* margin-left: calc(50vw - (1720px / 2)); */
    /* width: 35%;
  

  /* .staff_image img {
    min-height: 920px;
  } */
  }
  .about_us-img img {
    max-width: 100%;
  }

  .about_us-img {
    /* width: 50%; */
  }

  .about_us-content {
    /* width: 50%; */
  }
}


@media (min-width: 991px) {
  .header-main_block {
    background: #fff;
    transition: padding 0.4s ease-in-out;
  }

  .fixedHeader-wrapper header.header .header-main_block .main_logo img {
    max-width: 270px;
    position: relative;
    top: 3px;
  }

  .main_logo img {
    transition: max-width 0.4s ease-in-out;
  }

  .main_logo img {
    max-width: 395px;
  }

}

@media (max-width: 1860px) {
  h1.main_title {
    font-size: 50px;
  }

}


@media (max-width: 1650px) {

  .delivery_directions-template .dependence_item,
  .dependence_price_template .dependence_item {
    min-width: auto;
  }
}

@media (max-width: 1590px) {

  .hiw_item:before {
    top: -40%;
  }

  .page-template43 img.icon_image {
    bottom: -10%;
  }

  .page-template14 .airport_image {
    top: 25%;
  }

  .proposal_coop {
    padding: 60px 0 70px;
  }

  .page-template35 .warehouse_services {
    /* margin-bottom: 120px; */
    padding-bottom: 20px;
    padding-top: 70px;
  }

  .aboutus_whiteblock_txt {
    font-size: 14px;
  }

  .aboutus_bottom_number {
    font-size: 47px;
  }

  .aboutus_bottom_descr {
    font-size: 14px;
  }

  .customers_thanks_slider .customer_name {
    font-size: 22px;
  }

  .customer_review {
    font-size: 18px;
  }

  #faq h3.default_title {
    font-size: 30px;
  }

  .page-template33 .item_inner-description {
    font-size: 18px;
    padding: 0 10px;
  }

  section.scheme_of_work {
    margin-top: 70px;
    padding: 70px 0px;
  }

  .page-template6 .stages_delivery {
    padding: 90px 0;
    margin-top: 95px;
  }

  .page-template6 .service_catalog-section {
    padding-bottom: 70px;
  }

  .page-template6 section#our_team_inner {
    padding-top: 90px;
  }

  .page-template6 section.advantage_works {
    padding-bottom: 100px;
  }

  .page-template6 #home_seo-text {
    padding-top: 80px;
  }

  .page-template30 section#about_us-direction {
    padding-top: 0px;
  }

  /* .tariff_block_descr {
    min-height: 81px;
  } */

  .prepare_ch_num {
    width: 45px;
    min-width: 45px;
    height: 45px;
    top: -23px;
  }

  .prepare_ch_num {
    font-size: 18px;
  }

  .prepare_ch_blocks {
    gap: 20px;
  }

  .prepare_ch_block_title {
    font-size: 18px;
    line-height: 140%;
  }

  .prepare_ch_block {
    padding: 25px;
  }

  .howbuy_ch_block img {
    width: 80px;
    height: 80px;
  }

  .complex_serv_ch_item span {
    font-size: 20px;
  }

  .howbuy_ch_blocks {
    gap: 50px;
  }

  .howbuy_ch_txt span {
    font-size: 20px;
  }

  .howbuy_ch_txt p {
    font-size: 14px;
  }

  .communication_info_title:before {
    width: 5%;
  }

  .communication_info_title:after {
    left: 4.5%;
  }

  .header_top {
    padding: 7px 0px;
  }

  .do_you_do-animation svg {
    overflow: visible;
    width: 85%;
  }

  .page-template19 section#how_delivery {
    padding-bottom: 50px;
  }

  .page-template19 section#our_services {
    padding-bottom: 50px;
  }

  section#about_us-direction {
    padding-bottom: 110px;
  }

  .page-template33 section#about_us-direction {
    padding-bottom: 0;
  }

  .blog_inner .column-wrapper {
    flex-basis: 35%;
  }

  h1.main_title {
    font-size: 55px;
  }

  .top_contact-item a {
    font-size: 14px;
  }

  .fixedHeader-wrapper .top_contact-item a {
    font-size: 14px;
  }

  span.search_icon {
    width: 30px;
    height: 30px;
  }

  div#app {
    padding-top: 140px;
  }

  div#app.marquee-active {
    padding-top: 160px;
  }

  li.f-basis-6 {
    flex-basis: 15.667%;
    margin: 10px 0px;
  }

  .child_lists-container ul li a {
    margin: 0px 20px;
  }


  form.form_number input {
    padding-left: 40px;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 260px;
    padding-right: 20px;
  }

  .btn.transparent-btn {
    line-height: 1.1;
    font-size: 12px;
    padding: 10px 20px;
  }

  span.item_link-text {
    font-size: 12px;
    margin-left: 5px;
  }

  span.maininform_item-icon svg {
    max-width: 20px;
  }

  span.maininform_item-icon {
    top: 0;
  }

  .icon_language {
    width: 30px;
    height: 30px;
  }

  .dropdown-language {
    padding-top: 30px;
  }

  ul.language-lists li a {
    font-size: 14px;
    padding: 3px 0px;
  }

  .maininform_item {
    margin-right: 15px;
  }

  .main_logo img {
    max-height: 55px;
  }

  .header-main_block {
    padding: 15px 0px;
  }

  li.item-menu a {
    font-size: 14px;
  }


  .slider-title {
    font-size: 45px;
    margin-bottom: 10px;
  }

  a.btn.btn-slider {
    font-size: 14px;
    padding: 15px 35px;
  }

  .default_title,
  span.default_title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .home_section {
    padding: 70px 0px;
  }

  .page-template26 #home_seo-text {
    padding-bottom: 70px;
  }

  .page-template33 #shipping_method_inner {
    padding-bottom: 100px;
  }

  .page-template9 .home_section {
    padding-bottom: 70px;
  }

  .p120 {
    padding: 70px 0;
  }

  .foshan {
    margin-top: 70px;
  }

  section#our_team_inner {
    padding-top: 70px;
  }

  .page-template27 section#our_team_inner {
    padding-bottom: 70px;
  }

  .page-template23 section#our_team_inner {
    padding-bottom: 0;
  }

  .page-template27 .service_catalog-section {
    padding-top: 70px;
  }

  .page-template27 .whydif {
    margin-bottom: 70px;
  }

  .import_block {
    margin-top: 70px;
  }

  .whydif_items {
    margin-top: 50px;
  }

  .export_items,
  .import_items {
    margin-top: 50px;
  }

  .page-template21 .whydif {
    margin-bottom: 70px;
  }


  .page-template21 section#our_team_inner {
    padding: 70px 0;
  }


  .page-template22 section#our_team_inner {
    padding-top: 60px;
  }

  .about_us-pattern svg {
    max-width: 42vw;
    margin-top: 1vh;
  }

  .page-template23 .about_us-pattern svg {
    max-width: 48vw;
  }

  .about_us-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  a.link.default_link {
    font-size: 14px;
  }

  .item_animnum {
    font-size: 45px;
  }

  .animation_text {
    font-size: 14px;
  }

  .services_item {
    padding: 25px;
    min-height: 320px;
  }

  .item_inner-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .services_inner-item {
    margin-left: 0px;
  }

  .lists_itemservice-icon {
    width: 40px;
    height: 40px;
  }

  .lists_itemservice-icon svg {
    max-width: 20px;
  }

  .lists_itemservice-title span {
    font-size: 16px;
  }

  .service_item-link a {
    font-size: 14px;
  }

  .fast-subtitle {
    font-size: 16px;
  }

  .cabinet_subtitle {
    font-size: 16px;
  }

  a.btn.btn-link {
    font-size: 14px;
  }

  .cabinet_mascot img {
    max-height: 80%;
  }

  .cabinet_mascot {
    margin-bottom: -29%;
  }

  .map_delivery-title {
    top: 70px;
  }

  .delivery_lists-wrapper {
    bottom: 70px;
  }

  .method_icon svg {
    max-width: 40px;
  }

  .method_title {
    font-size: 18px;
  }

  .method_desc {
    font-size: 14px;
    max-width: 400px;
  }

  .method_bottom {
    font-size: 14px;
  }

  .method_caption a.btn.btn-link svg {
    max-width: 16px;
  }

  .custom_radio {
    height: 60px;
  }

  span.text_radio {
    font-size: 14px;
  }

  .form-calculate-item {
    margin-bottom: 15px;
  }

  .form-calculate-item label {
    font-size: 14px;
  }

  .form-calculate-item input {
    height: 45px;
    font-size: 13px;
  }

  button.calculate-submit-btn {
    font-size: 14px;
  }

  .staff_caption-name {
    font-size: 18px;
  }

  .staff_caption-position {
    font-size: 14px;
  }

  span.video_item-title {
    font-size: 16px;
  }

  .link_align-center {
    margin-top: 30px;
  }

  .seo_text-description h2 {
    font-size: 22px;
  }

  .seo_text-description p {
    font-size: 14px;
  }

  span.faq__question-text,
  h3.faq__question-text {
    font-size: 18px;
  }

  .faq__answer-inner {
    font-size: 14px;
  }

  .blog_item-caption {
    padding: 20px;
  }

  span.blog_item-title {
    font-size: 16px;
  }

  a.readmore_link {
    font-size: 14px;
  }

  /* .blog_item-img img {
    max-height: 240px;
  } */

  .blog_item-img {
    height: 240px;
  }

  .contact_main-desc {
    font-size: 16px;
  }

  span.contact_main-item-title {
    font-size: 14px;
  }

  .contact_main-item-value a {
    font-size: 18px;
  }

  span.contact_value {
    font-size: 18px;
  }

  .contact_social-lists a {
    margin-right: 10px;
    width: 45px;
    height: 45px;
  }

  .form-control input {
    height: 50px;
    font-size: 14px;
  }

  .form-control textarea {
    font-size: 14px;
  }

  button.submit-form {
    height: 50px;
    font-size: 14px;
  }

  .text-bottom-form {
    font-size: 14px;
  }

  .footer_menu-title {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .footer_menu-item nav a {
    line-height: 120%;
    font-size: 13px;
  }

  .powered_text {
    font-size: 13px;
  }

  a.btn.btn-link {
    font-size: 13px;
    padding: 10px 20px;
  }

  .footer_maininform-form span.search_icon {
    width: 40px;
    height: 40px;
  }

  .country_time-item {
    font-size: 12px;
  }

  span.copyright_text {
    font-size: 12px;
  }

  a.privacy_link {
    font-size: 12px;
  }

  .container {
    max-width: 1480px;
  }

  .about_us-content {
    padding-right: calc(50vw - (1480px / 2));
    padding-left: 80px;
  }

  h1.main_title {
    font-size: 48px;
  }

  .about_us-img img {
    max-width: 43vw;
  }

  #shipping_method .default_title,
  section#how_delivery .default_title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .default_subtext {
    font-size: 16px;
  }

  .delivery_item-wrapper {
    padding: 20px;
  }

  .delivery_item-desc {
    font-size: 14px;
  }

  .transtype_item {
    padding: 15px;
  }

  .transtype_item-icon img {
    max-height: 35px;
  }

  .transtype_item-icon {
    margin-bottom: 10px;
  }

  .transtype_item-title {
    font-size: 16px;
  }

  .transtype_item-desc {
    line-height: 1.4;
    margin-top: 10px;
  }

  .transtype_item:nth-child(odd) .transtype_item-num {
    right: -22.6%;
  }

  .transtype_item:nth-child(even) span.transtype_item-num {
    left: -22.3%;
  }

  section#how_delivery {
    padding-bottom: 70px;
  }

  .page-template34 section#calculate {
    padding: 70px 0 0;
  }

  #shipping_method.direction_map_section {
    padding-bottom: 70px;
  }

  .chinabuy-content li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .page-template23 .chinabuy-content li {
    font-size: 18px;
  }

  .chinabuy-content p {
    margin-bottom: 10px;
  }

  .page-template39 .warehouse_services {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .page-template39 section#our_team_inner {
    padding-bottom: 70px;
  }

  .page-template40 .warehouse_services {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .page-template40 section#our_team_inner {
    padding-bottom: 70px;
  }

  .page-template41 .warehouse_services {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .page-template41 section#our_team_inner {
    padding-bottom: 70px;
  }


  .advanteges_with_us_item span {
    font-size: 20px;
  }

  .advanteges_with_us_item {
    padding: 20px;
  }

  .advanteges_with_us_icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .advanteges_with_us_icon img {
    width: 50px;
    height: 50px;
  }

  span.advanteges_with_us-desc {
    font-size: 14px;
    margin-top: 5px;
  }

  .item__promotion .post-thumbnail img {
    height: 300px;
  }

  .item__promotion .post-thumbnail {
    height: 300px;
  }

  .item__promotion span.title-news__card {
    font-size: 20px;
  }

  .item__promotion .post-caption {
    margin-top: 10px;
  }

  span.text-use {
    font-size: 14px;
  }

  span.title-use {
    font-size: 14px;
  }

  span.text-use img {
    max-width: 20px;
    position: relative;
    top: -1px;
  }

  .promotion_location {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  a.promotion__link {
    font-size: 14px;
    padding: 15px 25px;
  }

  span.promotion_value {
    font-size: 16px;
    top: 25px;
    min-width: 80px;
  }

  .page-template38 .delivery_line-map.line_map-1 {
    left: 38%;
    top: 59%;
  }

  .page-template38 .delivery_line-map.line_map-2 {
    left: 38%;
    top: 43%;
  }

  .page-template38 .delivery_line-map.line_map-3 {
    left: 82.5%;
    top: 57%;
  }

  .page-template37 .delivery_line-map.line_map-2 svg {
    max-width: 87%;
  }

  .page-template37 .delivery_line-map.line_map-1 svg {
    max-width: 86%;
  }

  .page-template36 .line_map-3 svg {
    max-width: 91%;
  }

  .page-template36 .line_map-3 .point_right {
    position: absolute;
    right: 106px;
    top: 57%;
  }

  .page-template36 .delivery_line-map.line_map-4 .anim-line {
    max-width: 90%;
  }

  .page-template36 .delivery_line-map.line_map-3 svg {
    height: auto;
  }

  .page-template36 .delivery_line-map.line_map-3 {
    top: 13.3%;
    left: 8.5%;
  }

  .page-template36 .line_map-3 .point_left {
    left: 23%;
    top: 11%;
  }


  .page-template34 .line_map-3 svg {
    max-width: 93%;
  }

  .page-template34 .line_map-3 .point_right {
    position: absolute;
    right: 89px;
    top: 58%;
  }

  .page-template34 .delivery_line-map.line_map-4 .anim-line {
    max-width: 90%;
  }

  .page-template34 .delivery_line-map.line_map-3 svg {
    height: auto;
  }

  .page-template34 .delivery_line-map.line_map-3 {
    top: 9%;
    left: 4%;
  }

  .page-template7 .airport_image img,
  .page-template10 .airport_image img,
  .page-template11 .airport_image img,
  .page-template9 .airport_image img {
    width: 100%;
  }

  .page-template7 .airport_image,
  .page-template10 .airport_image,
  .page-template11 .airport_image,
  .page-template9 .airport_image {
    right: 0;
  }

  html[lang="ru"] .page-template9 .works_lists:after,
  html[lang="en"] .page-template9 .works_lists:after {
    bottom: 16.8%;
  }

  html[lang="uk"] .page-template9 .works_lists:after {
    bottom: 15.8%;
  }

  .page-template18 section#how_delivery,
  .page-template16 section#how_delivery,
  .page-template17 section#how_delivery {
    margin-bottom: 67px;
  }

  .calendar-center {
    padding: 15px;
  }

  .calendar-td {
    width: auto;
    height: auto;
    padding-bottom: 97%;
  }

  .calendar-row {
    padding: 20px;
  }

  .calendar-form {
    padding-top: 60px;
  }

  .calendar-form H2 {
    font-size: 22px;
  }

  .cf-btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .info_video-title {
    font-size: 32px;
  }

  .page-template31 h1.main_title {
    font-size: 42px;
  }

  .page-template31 .short_description {
    font-size: 14px;
  }

  .page-template12 .works_lists:after {
    bottom: 18.8%;
  }

  html[lang="uk"] .page-template12 .works_lists:after {
    bottom: 15.8%;
  }

  html[lang="ru"] .page-template12 .works_lists:after {
    bottom: 16.8%;
  }





}

@media (max-width: 1440px) {

  html[lang="en"] .page-template6 .works_lists:after {
    bottom: 16.8%;
  }

  html[lang="en"] .page-template12 .works_lists:after {
    bottom: 16.8%;
  }

  .page-template13 .works_lists:after {
    bottom: 16.8%;
  }

  .page-template11 .works_lists:after {
    bottom: 16.8%;
  }


  html[lang="uk"] .page-template10 .works_lists:after {
    bottom: 16.8%;
  }

  .page-template10 .works_lists:after {
    bottom: 16.8%;
  }

  html[lang="ru"] .page-template7 .works_lists:after {
    bottom: 16.8%;
  }

  html[lang="uk"] .page-template38 .transtype_lists:after {
    top: 6%;
  }

  html[lang="en"] .page-template7 .works_lists:after {
    bottom: 16.8%;
  }

  .page-template5 .works_lists:after {
    bottom: 15.8%;
  }


  .page-template34 .delivery_line-map.line_map-3 {
    top: 13%;
    left: 8%;
  }

  .page-template12 .airport_image {
    top: 24%;
  }

  .page-template20 section#our_services {
    padding: 70px 0;
  }

  .page-template45 .inner_main-screen {
    padding-top: 5%;
  }

  .customers_thanks_slider .customer_review {
    font-size: 18px;
  }

  .hov_delivery .delivery_directions_items .delivery_item_side_info {
    padding: 23px;
  }

  .hov_delivery .delivery_directions_items .delivery_item_info_icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .hov_delivery .delivery_directions_items .delivery_item_info_txt {
    white-space: nowrap;
  }

  .eight_steps_temp .dependence_item {
    flex-basis: calc(24% - 20px);
  }

  .eight_steps_temp .dependence_lists {
    row-gap: 30px;
  }

  .page-template37 .warehouse_services {
    padding-bottom: 20px;
    padding-top: 70px;
  }

  .page-template37 .transtype_lists:after {
    bottom: 10%;
  }

  .whywe_shadow_img {
    width: 85px;
    height: 85px;
  }

  .whywe_shadow_img img {
    width: 50px;
    height: 50px;
  }
  .whywe_shadow_item p {
    font-size: 14px;
  }

  .whywe_shadow_title {
    font-size: 20px;
  }

  .page-template35 section#calculate {
    padding-top: 90px;
  }

  .page-template35 img.featured_image {
    translate: 281px 65px;
  }

  .warehouse_block_title {
    font-size: 23px;
  }

  .warehouse_block_icon {
    width: 80px;
  }

  .delivery_item_title {
    font-size: 20px;
  }

  .whywe_shadow_items {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-template6 #home_seo-text .default_title {
    margin-bottom: 20px;
  }

  .page-template6 .stages_delivery {
    padding: 70px 0;
    margin-top: 80px;
  }

  .page-template6 section#our_team_inner {
    padding-top: 70px;
  }

  .page-template6 section#calculate {
    padding-top: 70px;
  }

  .page-template6 #home_seo-text {
    padding-top: 35px;
  }

  .warehousein_side_info {
    padding: 30px;
  }

  .event_wrapper span.title-news__card {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .event_wrapper .item__post {
    height: 300px;
  }

  .inspect_details_block p,
  .inspect_details_block ul li {
    font-size: 16px;
  }

  .inspect_details_block span {
    font-size: 20px;
  }

  .complex_serv_ch_wrapper {
    margin-top: 50px;
  }

  .foshan_wrapper {
    margin-top: 60px;
  }

  .whywe_chinabuy_items {
    margin-top: 50px;
  }

  .popular_problems_subtitle {
    margin-bottom: 35px;
  }

  .problem_item_title {
    font-size: 20px;
  }

  .text_img_block_title {
    font-size: 32px;
  }

  .airport_image img {
    max-width: 31vw;
  }

  .howsend_items {
    row-gap: 60px;
  }

  .fulfillments_item {
    padding: 30px;
  }

  .tariff_block_price {
    font-size: 20px;
}

  .fulfillments {
    padding: 70px 0;
  }

  .export_item img,
  .import_item img {
    width: 40px;
    height: 41px;
  }

  .export_item span,
  .import_item span {
    font-size: 15px;
  }

  .whydif_item p {
    font-size: 15px;
  }

  .whydif_item img {
    height: 65px;
  }

  .whydif_item {
    gap: 15px;
  }

  .complex_serv_ch_item span {
    font-size: 18px;
  }

  .whydif_item span {
    font-size: 18px;
    line-height: 130%;
  }

  .whywe_chinabuy_item span {
    font-size: 14px;
    line-height: 140%;
  }

  .page-template30 .whywe_chinabuy_item span {
    font-size: 18px;
  }

  .tariff_ch_block_title {
    font-size: 22px;
  }

  .tariff_ch_block p {
    font-size: 21px;
  }

  .prepare_ch_block_descr {
    font-size: 14px;
  }

  .tariff_ch_block li {
    font-size: 16px;
  }

  .whywe_chinabuy_item {
    margin: 0 19px;
  }

  .page-template23 .whywe_chinabuy_item img {
    width: 60px;
    height: 60px;
  }

  .communication_info_title:before,
  .communication_info_title:after {
    display: none;
  }


  .chinabuy-content {
    padding-left: calc((100vw - 1360px) / 2 + 15px);
    padding-right: 50px;
  }

  .container {
    max-width: 1360px;
  }

  .howsend_item_txt {
    font-size: 16px;
  }

  .delivery_directions-template section.cases_wrapper {
    padding: 0 0px 50px;
  }

  .page-template16 .delivery_directions-template section.cases_wrapper {
    padding: 0 0px 90px;
  }

  .blog__content {
    padding-bottom: 25px;
  }

  .news section#home_blog {
    padding-top: 55px;
  }

  .template_contact-wrapper h1.main_title {
    margin-top: 40px;
  }

  a.mainnform_item-link {
    padding: 5px 8px;
  }

  .blog__wrapper.blog_inner {
    margin-top: 30px;
  }

  .slider-title {
    margin-bottom: 20px;
  }

  section.shipping_features {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  li.item-menu {
    margin: 0px 10px;
  }

  .features_cption {
    font-size: 16px;
  }

  .about_us-content.about_us-desc h2 {
    font-size: 32px;
  }

  .features_icon img {
    max-width: 50px;
  }

  .features_icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .form-right-arrow {
    width: 12%;
  }

  .shipping_main-screen.shipping_main-inner {
    height: 490px;
  }

  a.btn.btn-link.btn-white.btn_icon img {
    max-width: 40px;
  }

  .method_bg:before {
    content: "";
    position: absolute;
    left: 70px;
    top: 70px;
    bottom: 80px;
    right: 50px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
  }

  .page-template6 .airport_image img {
    max-width: 20vw;
  }

  .page-template6 .airport_image {
    right: -4vw;
    top: 22%;
  }

  .page-template6 img.icon_image {
    bottom: -30%;
    max-width: 300px;
    right: 12%;
    left: auto;
  }

  .services_lists {
    margin: 0px -10px;
  }

  .services_item {
    flex-basis: calc(25% - 20px);
    margin: 10px;
    min-height: 280px;
    padding: 20px;
  }

  .item_inner-title {
    line-height: 1.3;
  }

  .lists_itemservice-icon svg {
    max-width: 17px;
  }

  .lists_itemservice-title span {
    font-size: 14px;
  }

  .lists_itemservice-title {
    font-size: 12px;
  }

  ul.delivery_lists li a {
    padding: 20px 10px;
    font-size: 14px;
  }

  ul.delivery_lists li a svg {
    max-width: 15px;
  }

  .method_title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .method_desc {
    max-width: 380px;
  }

  .shipping_method-lists {
    margin: 0px -20px;
  }

  .item_method {
    flex-basis: calc(33.33% - 40px);
    margin: 20px;
  }

  .form-calculate-item label {
    font-size: 12px;
    margin-bottom: 5px;
  }

  form#calculate_form {
    padding: 40px;
  }

  .staff_image img {
    max-height: 410px;
  }

  .staff_caption-name {
    font-size: 16px;
  }

  .staff_caption-position {
    font-size: 13px;
  }

  .staff_caption-request a svg {
    max-width: 18px;
  }

  span.icon_play:before {
    width: 70px;
    height: 70px;
  }

  span.icon_play {
    width: 55px;
    height: 55px;
  }

  span.icon_play svg {
    max-width: 14px;
  }

  a.popup-youtube img {
    height: 250px;
  }

  span.video_item-title {
    margin-top: 10px;
    font-size: 15px;
  }

  .faq__question {
    padding: 17px 0px;
  }

  span.faq__question-text,
  h3.faq__question-text {
    font-size: 16px;
  }

  /* .blog_item-img img {
    max-height: 200px;
  } */

  .blog_item-img {
    height: 200px;
  }

  .form-control textarea {
    height: 140px;
    border-radius: 20px;
  }

  .text-bottom-form a {
    font-size: 14px;
  }

  .delivery_lists-wrapper {
    max-width: 1300px;
    padding: 0px 15px;
  }

  .patter_slide img {
    max-width: 20vw;
    height: auto;
  }

  div#ukraine {
    right: 34%;
    bottom: 54%;
  }

  div#china {
    right: 19%;
  }

  div#poland {
    right: 42.5%;
    bottom: 60%;
  }

  div#germany {
    bottom: 52%;
    right: 46%;
  }

  div#usa {
    left: 17%;
  }

  div#canada {
    left: 14%;
    bottom: 63%;
  }

  h1.main_title {
    font-size: 46px;
  }

  span.advantage_title {
    font-size: 14px;
    margin-left: 5px;
  }

  span.advantage_icon img {
    max-width: 30px;
  }

  .do_you_do-container {
    margin: 0px -10px;
  }

  .do_you-item {
    flex-basis: calc(20% - 20px);
    margin: 10px;
  }

  .do_you_do-animation svg {
    width: 84%;
  }

  .do_you_do-animation {
    bottom: -9px;
  }

  .do_we_do-wrapper {
    margin-top: 30px;
  }

  .do_we_do-wrapper .do_we_do-animation image {
    scale: 0.8;
  }

  .do_title {
    font-size: 22px;
  }

  .page-template5 .airport_image {
    top: 24.5%;
  }

  .do_you-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .title_inner-row {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .image_inner-row img {
    width: 80%;
  }

  section.dependence_price {
    padding: 70px 0px;
  }

  .page-template16 section.dependence_price {
    padding: 90px 0px;
  }

  .page-template16 .transtype_lists:after {
    bottom: 12%;
  }

  .dependence_title {
    font-size: 18px;
    line-height: 140%;
  }

  section.calculate_section {
    padding: 70px 0px;
  }

  .works_desc {
    max-width: 80%;
    font-size: 14px;
  }

  .works_title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 130%;
  }

  .works_icon svg,
  .works_icon img {
    max-width: 35px;
  }

  .works_icon {
    width: 65px;
    height: 65px;
  }

  section.advantage_works {
    padding-bottom: 100px;
  }

  /* .page-template9 section.advantage_works {
    padding-bottom: 60px;
  } */

  section.cases_wrapper {
    padding: 70px 0px;
  }

  .video_content-inner {
    margin-bottom: 50px;
  }

  section.dependence_price .inner_services-title {
    margin-bottom: 50px;
  }

  .cases_wrapper .default_title,
  #home_seo-text .default_title {
    margin-bottom: 50px;
  }

  ul.tab_cases li {
    font-size: 18px;
  }

  .content_desc {
    padding: 40px;
  }

  .case_company {
    margin-right: 30px;
  }

  .case_company {}

  .case_company-title {
    font-size: 24px;
  }

  .case_company-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  a.case_company-link {
    font-size: 14px;
  }

  .case_caption-title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  ul.case_caption-lists li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .case_caption-desc {
    font-size: 14px;
  }

  .hex .method_icon {
    margin-top: -30px;
    max-width: 30%;
  }

  span.icon_in_hover img {
    max-width: 32px !important;
  }

  span.icon_in_hover.china_hover-icon {
    top: 35%;
  }

  section.stages_delivery {
    padding: 70px 0px;
    margin-top: 70px;
  }

  .service_catalog .slide a {
    font-size: 16px;
    min-height: calc(157vw/6);
  }

  .post-caption-top {
    font-size: 12px;
    margin-bottom: 5px;
  }

  span.title-news__card {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .post-caption .short_description,
  .post-caption .short_description li,
  .post-caption .short_description h2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .news-title {
    margin-top: 20px;
  }

  .column-inner {
    padding-top: 30px;
  }

  .title-widget {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .special-thumbnail {
    height: 250px;
  }

  a.special-link {
    font-size: 16px;
    line-height: 1.3;
  }

  .newsletter_title {
    font-size: 34px;
  }

  .newsletter_input input {
    height: 50px;
  }

  .newsletter_input button.fast_btn-submit {
    width: 40px;
  }

  img.icon_image {
    left: 13%;
    bottom: -2%;
  }

  .transportation_content {
    width: 60%;
  }

  .transportation_img {
    width: 40%;
    margin-left: 10px;
  }

  .transportation_img img {
    width: 100%;
  }

  .transportation_item {
    padding: 30px;
  }

  .transportation_title {
    font-size: 20px;
  }

  .transportation_desc {
    font-size: 15px;
  }

  .transportation_desc ul li {
    margin-bottom: 10px;
  }

  .transportation_desc ul li:before {
    height: 30px;
  }

  .type_transportations {
    padding-top: 70px;
  }

  .tags a {
    font-size: 16px;
    padding: 12px 25px;
    margin: 5px;
  }

  .direction_item-points {
    font-size: 18px;
  }

  .anim-line svg {
    width: 86%;
  }

  span.point_map-title {
    font-size: 18px;
    right: -40px;
  }

  .delivery_item-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .delivery_item-shortdesc {
    font-size: 14px;
  }

  .delivery_item-icon {
    max-width: 40px;
  }

  .page-template17 .delivery_line-map {
    left: auto;
    right: 14%;
    top: 24%;
  }

  .page-template17 .anim-line svg {
    width: 70%;
  }

  .page-template18 img.icon_image {
    width: 90%;
    left: -6%;
  }

  .page-template18 .anim-line svg {
    width: 100%;
  }

  .page-template18 .delivery_line-map {
    max-width: 42vw;
    top: 19%;
  }

  .page-template18 .point_left {
    top: 22px;
  }

  .tariff_lists>div {
    padding: 30px;
  }

  .tariff_item-row>div {
    padding: 15px;
  }

  .tariff_item-row.row-head div {
    font-size: 16px;
  }

  .tariff_item-row.row-body div {
    font-size: 16px;
    padding: 15px;
    height: 80px;
  }

  .recommend_service_inner {
    padding: 30px;
  }

  .recommend_item-title {
      font-size: 20px;
  }

  .recommend_image img {
      max-width: 290px;
  }

  .recommend_service_item {
      height: 300px;
  }

  .about_us-content.about_us-desc h2 {
    font-size: 32px;
  }

  .about_us-desc ul li {
    font-size: 16px;
  }

  .page-template19 h2.title_on_map {
    font-size: 32px;
  }

  .warehouse_map_info {
    row-gap: 20px;
    column-gap: 20px;
  }

  span.warehouse_info_title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .warehouse_info_value span {
    font-size: 14px;
  }

  .warehouse_map_info_txt:not(:last-child) {
    margin-bottom: 15px;
  }

  .condition_receipt-item {
    font-size: 17px;
  }

  .description_image-row.flex-reverse {
    flex-direction: row-reverse;
  }

  .flex-reverse .caption_img_type {
    text-align: left;
  }

  .page-template42 .short_description {
    color: #011226;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 600px;
  }

  .how_it_works {
    padding-top: 70px;
  }

  .hiw_title {
    font-size: 16px;
  }

  .hiw_item {
    padding: 20px;
  }

  .hiw_icon {
    width: 70px;
    height: 70px;
    margin-top: -50px;
    margin-bottom: 10px;
  }

  .hiw_icon img {
    max-width: 40px;
  }

  .hiw_lists {
    column-gap: 20px;
    row-gap: 90px;
    margin-top: 90px;
  }

  .comparison_title {
    font-size: 18px;
  }

  .benefit_item {
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 10px;
    height: 60px;
  }

  span.plus {
    width: 35px;
    height: 35px;
  }

  span.minus {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }

  #description_image_type1 {
    margin-top: 70px;
  }

  .caption_text_type h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .caption_text_type p {
    font-size: 16px;
  }

  .content_inner p {
    font-size: 16px !important;
  }

  .about_us-desc ul li img {
    width: 100%;
  }

  .about_us-desc ul li {
    padding: 20px;
  }

  #about_us-direction .about_us-desc ul li {
    padding: 0;
  }

  .page-template19 .about_us-desc ul li {
    padding: 0;
  }

  .hiw_description {
    font-size: 12px;
    line-height: 1.3;
  }

  .page-template44 .short_description {
    font-size: 18px;
  }

  .sow_title_inner {
    font-size: 14px;
  }

  .subtitle_block {
    font-size: 16px;
  }

  .sow_lists {
    margin-top: 50px;
  }

  .promotion__single-wrapper .column-wrapper {
    max-width: 300px;
  }

  .promotion_bottom {
    padding-top: 50px;
  }

  .page-template38 .delivery_line-map.line_map-1 {
    left: 41%;
    top: 59%;
  }

  .page-template38 .delivery_line-map.line_map-2 {
    left: 41%;
    top: 41%;
  }

  .page-template38 .delivery_line-map.line_map-3 {
    left: 83%;
    top: 55%;
  }

  .page-template37 .delivery_line-map svg {
    height: auto;
  }

  .page-template37 .delivery_line-map.line_map-2 svg {
    max-width: 58vw;
  }

  .page-template37 .delivery_line-map.line_map-2 {
    top: 5%;
  }

  .page-template37 .delivery_line-map.line_map-1 svg {
    max-width: 56vw;
  }

  .page-template37 .delivery_line-map.line_map-3 svg {
    max-width: 5vw;
  }

  .page-template37 .line_map-2 .point_right span.point_map-title {
    right: -93px;
    font-size: 15px;
    top: 55px;
  }

  .page-template37 .delivery_line-map.line_map-3 span.point_map-title {
    top: -11px;
    right: -110px;
    font-size: 16px;
  }

  .page-template37 .line_map-1 .point_right span.point_map-title {
    right: -29px;
    top: -10px;
  }

  .page-template36 .line_map-3 .anim-line {
    max-width: 83%;
  }

  .page-template36 .delivery_line-map.line_map-3 {
    top: 14%;
    left: 8%;
  }

  .page-template36 .delivery_line-map.line_map-4 {
    top: 27%;
    left: 26%;
  }

  .page-template36 .line_map-3 .point_left {
    top: 11%;
  }

  .page-template36 .line_map-3 .anim-line svg {
    width: 100%;
    max-width: 100%;
  }

  .page-template36 .line_map-3 .point_right {
    right: 8px;
    top: 58%;
  }

  .page-template36 .line_map-3 .point_left {
    left: 25%;
  }

  .page-template36 .delivery_line-map.line_map-4 .anim-line {
    max-width: 83%;
  }

  .page-template36 .point_left span.point_map-title {
    font-size: 14px !important;
  }

  .page-template36 .line_map-3 .point_left span.point_map-title {
    right: -60px;
    top: -35px;
  }

  .page-template36 .line_map-4 .point_left span.point_map-title {
    right: -80px;
  }

  .page-template36 .delivery_line-map.line_map-6 .point_map-title {
    right: -100px;
  }

  .page-template34 .line_map-3 .anim-line {
    max-width: 86%;
  }

  .page-template34 .line_map-3 .anim-line svg {
    width: 100%;
    max-width: 100%;
  }

  .page-template34 .line_map-3 .point_right {
    right: 13px;
    top: 56%;
  }

  .page-template34 .line_map-3 .point_left {
    left: 25%;
    top: 11%;
  }

  .page-template34 .delivery_line-map.line_map-4 .anim-line {
    max-width: 83%;
  }

  .page-template34 .point_left span.point_map-title {
    font-size: 14px !important;
  }

  .page-template34 .line_map-3 .point_left span.point_map-title {
    right: -60px;
    top: -35px;
  }

  .page-template34 .line_map-4 .point_left span.point_map-title {
    right: -80px;
  }

  .page-template34 .delivery_line-map.line_map-6 .point_map-title {
    right: -88px;
  }

  .page-template34 .delivery_line-map.line_map-10 .point_map-title {
    right: -79px;
  }

  .title_product-row {
    font-size: 16px;
  }

  .input_wrapper input {
    height: 50px;
    font-size: 14px !important;
  }

  .input_wrapper input::placeholder {
    font-size: 14px;
  }

  .form_purchase_subtitle {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .input_wrapper {
    margin-bottom: 15px;
  }

  .input_wrapper textarea {
    height: 110px;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px;
  }

  .input_wrapper textarea::placeholder {
    font-size: 14px;
  }

  .title-widget {
    font-size: 21px;
  }

  .add_product_btn {
    font-size: 14px;
    height: 50px;
  }

  .submit_button_purchase {
    height: 50px;
    font-size: 16px;
    max-width: 600px;
  }

  .input_wrapper select {
    height: 50px;
  }

  #counterValue {
    height: 50px;
  }

  .counter .counter_btn {
    height: 50px;
  }

  .page-template31 h1.main_title {
    font-size: 36px;
  }

  .page-template31 .short_description {
    font-size: 14px;
  }

  .page-template31 .main_screen-content a {
    margin-top: 20px;
  }

  .page-template35 .delivery_line-map.line_map-1 {
    top: 46%;
  }

  .popular_requests-lists a {
    font-size: 14px;
  }

  .cabinet_row .default_title {
    max-width: 580px;
  }

}

@media (max-width: 1380px) {

  nav#main_menu .child_lists a {
    font-size: 12px;
  }

  .newsletter_wrapper-form:has(.left_tg-icon) .form-left-arrow {
    top: 12%;
  }

  .page-template7 .airport_image,
  .page-template10 .airport_image,
  .page-template11 .airport_image,
  .page-template9 .airport_image {
    right: -75px;
    top: 25%;
  }

  .page-template7 .airport_image img,
  .page-template10 .airport_image img,
  .page-template11 .airport_image img,
  .page-template9 .airport_image img {
    width: 78%;
  }

  .page-template12 .works_lists:after {
    bottom: 17.8%;
  }

  .proposal_coop_wrapper {
    gap: 25px;
  }

  .page-template35 img.featured_image {
    translate: 233px 100px;
  }

  .delivery_item_info_txt {
    font-size: 14px;
  }

  .delivery_item_side_info {
    padding: 20px;
  }

  .form-right-arrow,
  .form-left-arrow {
    width: 8%;
  }

  .page-template6 .stages_delivery {
    margin-top: 55px;
  }

  .warehouse_block_title {
    font-size: 24px;
  }

  .warehouse_block_icon {
    width: 70px;
  }

  .page-template5 .airport_image {
    top: 25.5%;
    right: -14vw;
  }

  .page-template38 .delivery_line-map.line_map-1 {
    width: 51%;
  }

  .page-template38 .delivery_line-map.line_map-2 {
    width: 48%;
  }

  .page-template37 .delivery_line-map.line_map-2 .point_left {
    position: absolute;
    bottom: 22px;
    left: 0;
  }

  .page-template37 .delivery_line-map.line_map-2 svg {
    max-width: 75%;
  }

  .page-template37 .delivery_line-map.line_map-2 {
    top: 6%;
  }

  .page-template37 .line_map-2 .point_right {
    top: 0px;
    right: 8px;
  }

  .page-template37 .anim-line {
    width: 100%;
  }

  .page-template37 svg:not(.bredcrumbs svg) {
    max-width: 100% !important;
    width: 100%;
    height: auto;
  }

  .page-template37 .delivery_line-map.line_map-2 {
    max-width: 53%;
  }

  .page-template37 .delivery_line-map.line_map-1 {
    max-width: 53%;
  }

  .page-template37 .line_map-1 .point_left {
    bottom: 30px;
  }
}

@media (max-width: 1360px) {


  .cabinet_row .default_title {
    max-width: 500px;
  }

  .whywe_chinabuy_item {
    margin: 0 18px;
  }

  .chinabuy-content {
    padding-left: calc((100vw - 1280px) / 2 + 15px);
  }

  .export_items,
  .import_items {
    grid-template-columns: repeat(3, 1fr);
  }

  .howsend_item_txt {
    font-size: 18px;
  }

  .cabinet_mascot {
    margin-bottom: -33%;
  }

  div#app {
    padding-top: 118px;
  }

  div#app.marquee-active {
    padding-top: 138px;
  }

  .cabinet_mascot {
    margin-bottom: -37%;
  }

  .cabinet_pattern img {
    max-width: 70%;
  }

  .cabinet_pattern {
    text-align: right;
  }

  .container {
    max-width: 1280px;
  }

  .main_logo img {
    max-height: 44px;
  }

  .header-main_block {
    padding: 10px 0px;
  }


  .slider-title {
    font-size: 38px;
    max-width: 700px;
  }

  .about_us-content {
    padding-right: calc(50vw - (1280px / 2));
    padding-left: 60px;
  }

  .animation_text {
    max-width: 180px;
  }

  .item_animnum {
    font-size: 40px;
  }

  .animation_number {
    margin-top: 30px;
  }

  .about_us-pattern svg {
    margin-left: 0%;
  }

  section#about_us {
    padding-bottom: 120px;
  }

  .inner_services-title {
    margin-bottom: 20px;
  }

  .warehouse_block_title {
    font-size: 21px;
  }

  .lists_itemservice-icon {
    margin-right: 10px;
  }

  .item_fast-request input {
    font-size: 14px;
  }

  .item_fast-request button {
    font-size: 14px;
  }

  .form-right-arrow {
    width: 8%;
  }

  .method_bottom {
    max-width: 340px;
    margin: auto;
    font-size: 13px;
  }

  .item_method {
    flex-basis: calc(33.33% - 20px);
    margin: 10px;
  }

  .shipping_method-lists {
    margin: 0px -10px;
  }

  .method_desc {
    max-width: 360px;
    font-size: 13px;
  }

  span.blog_item-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contact_main-desc {
    font-size: 14px;
  }

  .contact_main-lists {
    margin-top: 30px;
  }

  span.contact_value {
    font-size: 16px;
  }

  .contact_main-item-value a {
    font-size: 16px;
  }

  .contact_social-lists a svg {
    max-width: 20px;
  }

  .form-control input {
    font-size: 13px;
    height: 45px;
  }

  form.footer_contact-form {
    margin: 0px -5px;
  }

  .form-control.f-basis-50 {
    flex-basis: calc(50% - 10px);
    margin: 5px;
  }

  .form-control.f-basis-100 {
    flex-basis: calc(100% - 10px);
    margin: 5px;
  }

  .form-control textarea {
    height: 120px;
    font-size: 13px;
  }

  .footer_logo img {
    max-width: 210px;
  }

  .footer_logo {
    margin-bottom: 20px;
  }

  .footer_maininform-form .form_number input {
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 35px;
    font-size: 13px;
  }

  .footer_maininform-form span.search_icon {
    width: 30px;
    height: 30px;
  }

  span.footer_form-title {
    font-size: 13px;
  }

  .footer_maininform-form {
    margin-top: 30px;
  }

  a.btn.btn-link.green-link {
    margin-bottom: 10px;
  }

  .footer_menu-item nav a {
    margin-bottom: 10px;
  }

  .powered_text a {
    font-size: 12px;
  }

  .country_time-item {
    margin-right: 15px;
  }

  .powered_text {
    font-size: 12px;
  }

  .footer_copyright {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer_wrapper-content {
    padding-top: 50px;
  }

  /* .video_content-inner {
    margin-bottom: 0px;
  } */

  h1.main_title {
    font-size: 40px;
  }

  span.point_map-title {
    font-size: 18px;
    right: -40px;
  }

  .delivery_line-map {
    top: 37%;
  }

  .page-template18 img.icon_image {
    width: 90%;
    left: 5%;
  }

  h2.title_on_map {
    font-size: 28px;
  }

  .warehousein_side_info {
    padding: 30px;
  }

  .condition_subtitle {
    font-size: 16px;
    max-width: 650px;
  }

  .condition_receipt-lists {
    gap: 20px;
    width: 100%;
  }

  .condition_receipt-item {
    padding: 20px;
    font-size: 16px;
    border-radius: 15px;
  }

  span.condition_num {
    width: 35px;
    height: 35px;
    top: -16px;
  }

  .receipt_item-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .condition_receipt-img {
    margin-left: -2%;
    display: flex;
    justify-content: flex-end;
  }

  .condition_receipt-img img {
    width: 85%;
  }

  .page-template36 .line_map-3 .anim-line {
    max-width: 77.5%;
  }

  .page-template36 .line_map-3 .point_right {
    right: 7px;
    top: 57%;
  }

  .page-template36 .delivery_line-map.line_map-3 {
    top: 14%;
    left: 8%;
  }

  .page-template36 .delivery_line-map.line_map-4 .anim-line {
    max-width: 76%;
  }

  .page-template34 .line_map-3 .anim-line {
    max-width: 81%;
  }

  .page-template34 .delivery_line-map.line_map-4 .anim-line {
    max-width: 79%;
  }

  .page-template35 span.point_map-title {
    font-size: 14px;
  }

  .page-template35 .line_map-2 image#fly {
    transform: translate(0px, 19px) rotate(989deg);
  }

  .page-template35 span.point_map-title {
    font-size: 14px;
  }

  .page-template35 .line_map-2 .point_left span.point_map-title {
    right: -80px;
    top: -38px;
  }

  .page-template35 .delivery_line-map.line_map-1 .point_left .point_map-title {
    right: -130px;
    top: -10px;
  }

  .page-template35 .line_map-2 .point_right span.point_map-title {
    top: -30px;
    right: -100px;
  }

  .page-template35 .line_map-1 .point_right span.point_map {
    right: 50px;
  }

}

@media (max-width: 1280px) {

  nav#main_menu .child_lists a {
    font-size: 11px;
  }

  ul.delivery_lists li a {
    font-size: 12px;
  }

  html[lang="uk"] .page-template12 .works_lists:after {
    bottom: 17.8%;
  }

  html[lang="en"] .page-template12 .works_lists:after {
    bottom: 17.8%;
  }

  .page-template5 .works_lists:after {
    bottom: 16.8%;
  }

  html[lang="en"] .page-template10 .works_lists:after {
    bottom: 18.8%;
  }

  html[lang="ru"] .page-template10 .works_lists:after {
    bottom: 17.8%;
  }

  html[lang="uk"] .page-template10 .works_lists:after {
    bottom: 17.8%;
  }

  html[lang="uk"] .page-template7 .works_lists:after {
    bottom: 17.8%;
  }

  html[lang="uk"] .page-template9 .works_lists:after {
    bottom: 17.8%;
  }

  html[lang="ru"] .page-template7 .works_lists:after {
    bottom: 17.8%;
  }

  .page-template19 .directions_lists>div,
  .page-template20 .directions_lists>div {
    flex-basis: 23%;
    justify-content: center;
    margin: 0px 5px;
  }

  .page-template19 .directions_lists,
  .page-template19 .directions_lists>div:nth-child(even),
  .page-template20 .directions_lists,
  .page-template20 .directions_lists>div:nth-child(even) {
    justify-content: center;
  }

  .page-template19 .video_content-inner,
  .page-template20 .video_content-inner {
    margin-bottom: 28px;
  }

  .page-template19 .delivery_map-wrapper,
  .page-template20 .delivery_map-wrapper {
    top: 153px;
  }

  .page-template20 .direction_maps img {
    z-index: -1;
    position: relative;
  }

  .page-template19 .delivery_lists,
  .page-template20 .delivery_lists {
    margin-top: 160px;
  }

  html[lang="en"] .page-template35 .transtype_item:last-child {
    top: 180px;
  }

  .page-template35 .transtype_item:last-child {
    top: 170px;
  }

  .page-template35 .directions_lists {
    top: -7%;
  }

  html[lang="ru"] .page-template6 .works_lists:after {
    bottom: 17.8%;
  }

  html[lang="en"] .page-template6 .works_lists:after {
    bottom: 17.8%;
  }

  .page-template12 .works_lists:after {
    bottom: 19.8%;
  }

  .newsletter_wrapper-form:has(.left_tg-icon) .form-left-arrow {
    top: 11%;
  }

  html[lang="ru"] .page-template14 .works_lists:after {
    bottom: 16.8%;
  }

  .page-template13 .works_lists:after {
    bottom: 17.8%;
  }


  html[lang="ru"] .page-template13 .works_lists:after {
    bottom: 16.8%;
  }

  .page-template10 .works_lists:after {
    bottom: 18.8%;
  }

  html[lang="en"] .works_lists:after {
    bottom: 17.8%;
  }

  html[lang="ru"] .page-template11 .works_lists:after {
    bottom: 16.8%;
  }

  html[lang="en"] .page-template9 .works_lists:after {
    bottom: 17.8%;
  }

  .page-template10 .works_lists:after {
    bottom: 18.8%;
  }

  .page-template9 .works_lists:after {
    bottom: 19.8%;
  }

  .do_we_do-wrapper .do_we_do-animation image {
    scale: 0.7;
  }

  #our_services .video_content-inner {
    margin-bottom: 30px;
  }

  .page-template20 .delivery_item-shortdesc {
    font-size: 12px;
  }

  .delivery_item-title {
    font-size: 15px;
  }

  .customers_thanks_slider .customer_review {
    font-size: 16px;
    max-height: 231px;
  }

  .page-template28 .hov_delivery .delivery_directions_items {
    grid-template-columns: repeat(2, 1fr);
  }

  .proposal_coop_item span {
    font-size: 18px;
  }

  .proposal_coop_item {
    gap: 20px;
    padding: 25px;
  }

  .proposal_coop_item img {
    height: 50px;
  }

  .page-template33 .item_inner-description {
    font-size: 16px;
    padding: 0 17px;
  }

  .aboutus_whiteblock {
    padding: 25px 73px 25px 27px;
  }

  .aboutus_bottom_number {
    font-size: 37px;
  }

  .aboutus_bottom_descr {
    font-size: 12px;
  }

  .foshan_txt_block ul li,
  .foshan_txt_block p {
    font-size: 16px;
  }

  .page-template38 .delivery_line-map.line_map-3 {
    width: 50px;
    left: 82%;
  }

  .foshan_txt_block:last-child p {
    font-size: 18px;
  }

  .foshan_txt_block:last-child {
    margin-top: 15px;
  }

  .page-template38 img.icon_image {
    bottom: 0;
  }

  .page-template37 section#calculate {
    padding-top: 70px;
  }

  /* 
  .transtype_item:last-child {
    top: 160px;
  } */

  .page-template37 .transtype_item:last-child {
    top: 0;
  }

  .page-template35 .transtype_lists:after {
    bottom: 9%;
  }

  .page-template34 img.featured_image {
    max-width: 57%;
    translate: 40px 57px;
  }

  /* .page-template28 .hov_delivery .delivery_directions_items {
    grid-template-columns: repeat(2, 1fr);
  } */

  .page-template44 .short_description {
    font-size: 14px;
  }

  .page-template43 section#about_us-direction {
    padding-bottom: 0px;
  }

  .advanteges_with_us_item span.advanteges_with_us-desc {
    font-size: 12px;
    line-height: 1.3;
  }

  .warehouse_services_blocks,
  .delivery_det_wrapper {
    gap: 20px;
  }

  .delivery_det_item_title {
    font-size: 22px;
  }

  .delivery_det_img_bg {
    height: 270px;
  }

  .warehouse_block_icon {
    width: 60px;
  }

  .form_purchase_flex {
    gap: 20px;
  }

  .form_side {
    flex-basis: calc(50% - 20px);
  }

  .do_you-title {
    font-size: 14px;
  }

  .dependence_title {
    font-size: 14px;
  }


  .airport_image {
    top: 23.5%;
    right: -12vw;
  }

  .fulfillments_items {
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }

  .fulfillments {
    padding-top: 20px;
  }

  .delivery_directions_items {
    margin-top: 40px;
  }

  .howsend_items {
    margin-top: 40px;
  }

  .import_block {
    margin-top: 90px;
    margin-bottom: 0;
  }

  .whydif {
    margin-bottom: 70px;
  }

  /* .page-template22 .import_block {
    margin-bottom: 0;
  } */



  .whywe_chinabuy_item {
    margin: 0 17px;
    flex-basis: 46%;
  }

  .page-template23 .whywe_chinabuy_item {
    flex-basis: 30%;
  }


  .chinabuy-content {
    padding-left: 15px;
  }

  .ali_items {
    gap: 30px;
  }

  .page-template34 .delivery_line-map.line_map-8 {
    left: 74%;
    top: 64%;
  }

  .whydif_items {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .whydif_item {
    flex-basis: calc(50% - 40px);
  }

  .whydif_item p {
    font-size: 15px;
  }

  .container {
    max-width: 1200px;
  }

  li.item-menu {
    margin: 0px 5px;
  }

  .form_product-row {
    column-gap: 40px;
  }

  .form_product-row>div {
    flex-basis: calc(50% - 20px);
  }

  .transportation_lists {
    margin: 0px -15px;
  }

  .features_item {
    padding: 15px;
  }

  .transportation_item {
    flex-basis: calc(50% - 30px);
    margin: 15px;
  }

  .service_catalog .slide a {
    font-size: 16px;
    min-height: calc(155vw/6);
  }

  .delivery_lists-wrapper {
    max-width: 1200px;
  }

  .cabinet_subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .default_title,
  span.default_title {
    margin-bottom: 10px;
  }

  .page-template9 .default_title,
  .page-template9 span.default_title {
    margin-bottom: 50px;
  }

  .works_item:nth-child(even) {
    padding-left: 50px;
  }

  .works_lists:after {
    top: 4%;
    bottom: 20.8%;
  }

  .page-template6 .works_lists:after {
    bottom: 17.8%;
  }

  .page-template11 .works_lists:after {
    bottom: 17.8%;
  }

  .page-template7 .works_lists:after {
    bottom: 18.8%;
  }

  html[lang="en"] .page-template7 .works_lists:after {
    bottom: 17.8%;
  }

  section.advantage_works {
    padding-bottom: 50px;
  }

  .event_wrapper span.title-news__card {
    font-size: 18px;
  }

  .event_wrapper .item__post {
    height: 250px;
  }

  .item__promotion .post-thumbnail img {
    height: 250px;
  }

  .item__promotion .post-thumbnail {
    height: 250px;
  }

  .item__promotion span.title-news__card {
    font-size: 18px;
    min-height: 50px;
  }

  .promotion__single-wrapper .column-wrapper {
    max-width: 180px;
    display: block;
  }

  .blog__wrapper.blog_inner.promotion__single-wrapper {
    flex-direction: row;
    display: flex;
  }

  .promotion_main-wrapper {
    flex-basis: 100%;
    margin-left: 3%;
  }

  .page-template37 .delivery_line-map.line_map-2 svg {
    max-width: 72%;
  }

  .page-template36 .delivery_line-map.line_map-4 .anim-line {
    max-width: 73%;
  }

  .page-template36 .line_map-3 .anim-line {
    max-width: 75%;
  }

  .page-template34 .delivery_line-map.line_map-4 .anim-line {
    max-width: 73%;
  }

  .page-template34 .line_map-3 .anim-line {
    max-width: 76%;
  }

  .page-template20 .delivery_line-map.line_map-6 {
    width: 100%;
    max-width: 67%;
    top: 39%;
  }

  .page-template36 .line_map-3 .point_right {
    right: 11px;
    top: 60%;
  }

  .calendar-form H2 {
    font-size: 18px;
  }

  .cf-btn {
    padding: 10px 15px;
    font-size: 14px;
  }

  .cf-btn svg {
    max-width: 20px;
    margin-right: 7px;
  }

  .cf-step {
    margin-bottom: 30px;
  }

  p.cf-step_other_text {
    font-size: 14px;
  }

  p.calendar_text {
    padding: 15px;
    font-size: 14px;
  }

  .info_video-calendar {
    padding: 60px 0px;
  }

  .cf-calendar_left {
    width: 38%;
  }

  .calendar-tr {
    gap: 5px;
    margin-bottom: 5px;
  }

  .calendar-td {
    font-size: 14px;
  }

  .cf-calendar_right {
    width: 62%;
  }

  span.payment_inner-title {
    font-size: 24px;
  }

}

@media (max-width: 1140px) {

  nav#main_menu .child_lists a {
    font-size: 9px;
  }

  .page-template6 .works_lists:after {
    bottom: 19.8%;
  }

  html[lang="ru"] .page-template6 .works_lists:after {
    bottom: 18.8%;
    top: 3%;
  }

  html[lang="uk"] .page-template12 .works_lists:after {
    bottom: 19.8%;
  }

  .page-template13 .works_lists:after {
    bottom: 19.8%;
    top: 3%;
  }

  html[lang="uk"] .page-template10 .works_lists:after {
    bottom: 19.8%;
  }

  html[lang="uk"] .page-template34 .transtype_lists:after {
    bottom: 20%;
  }

  .page-template20 img.icon_image {
    bottom: 6%;
  }

  .page-template36 #our_team_inner {
    padding-bottom: 70px;
  }

  .page-template35 .transtype_item:last-child {
    top: 165px;
  }

  .page-template6 #our_team_inner {
    padding-bottom: 70px;
  }

  html[lang="ru"] .page-template34 .transtype_lists:after {
    bottom: 21%;
  }

  html[lang="ru"] .page-template12 .works_lists:after {
    bottom: 18.8%;
    top: 3%;
  }

  .page-template12 .works_lists:after {
    bottom: 21.8%;
  }

  .page-template34 .delivery_line-map.line_map-4 .anim-line {
    max-width: 76%;
  }

  #app .blog__content .post-caption .short_description {
    font-size: 11px !important;
  }

  .page-template17 .transtype_lists:after {
    bottom: 12%;
  }

  .page-template14 .airport_image {
    top: 34%;
    right: -7vw;
  }

  html[lang="ru"] .page-template14 .works_lists:after {
    bottom: 18.8%;
    top: 3%;
  }

  .page-template14 .works_lists:after {
    bottom: 19.8%;
  }

  html[lang="ru"] .page-template13 .works_lists:after {
    bottom: 19.8%;
    top: 3%;
  }

  .page-template10 .works_lists:after {
    bottom: 21.8%;
  }

  html[lang="ru"] .page-template10 .works_lists:after {
    bottom: 19.8%;
    top: 3%;
  }

  .page-template9 .works_lists:after {
    bottom: 21.8%;
  }

  html[lang="ru"] .page-template9 .works_lists:after {
    bottom: 19.8%;
    top: 3%;
  }

  html[lang="uk"] .page-template9 .works_lists:after {
    bottom: 19.8%;
    top: 3%;
  }

  .page-template7 .works_lists:after {
    bottom: 21.8%;
  }

  html[lang="en"] .page-template7 .works_lists:after {
    bottom: 18.8%;
  }

  html[lang="ru"] .page-template7 .works_lists:after,
  html[lang="uk"] .page-template7 .works_lists:after {
    bottom: 19.8%;
    top: 3%;
  }


  .page-template13 .airport_image {
    top: 34.5%;
    right: -7vw;
  }

  .page-template12 .airport_image {
    top: 35%;
    right: -7vw;
  }

  .page-template5 .airport_image {
    top: 34.5%;
    right: -7vw;
  }

  .page-template11 .works_lists:after {
    top: 3%;
    bottom: 19.8%;
  }

  .footer_copyright {
    flex-wrap: wrap;
    text-align: center;
  }

  .country_time {
    order: 1;
    flex-basis: 100%;
    justify-content: center;
  }

  .copyright-main {
    order: 2;
    flex-basis: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
  }

  .powered_text {
    order: 3;
    flex-basis: 100%;
  }

  #fast_request .default_title {
    max-width: 620px;
  }

  .airport_image img {
    max-width: 25vw;
  }

  .page-template45 .inner_main-screen {
    padding-top: 8%;
  }

  .fulfillments_items {
    grid-template-columns: repeat(2, 1fr);
  }

  .proposal_coop_item img {
    height: 40px;
  }

  .work_withus_wrapper .slick-dots {
    margin-top: 50px;
  }

  .work_withus_wrapper {
    max-width: 700px;
  }

  .proposal_coop_item span {
    font-size: 15px;
  }

  .aboutus_page_icon {
    width: 65px;
    height: 65px;
  }

  .aboutus_whiteblock:before {
    background-size: contain;
    background-position: 100%;
  }

  .aboutus_whiteblock:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 80%;
    background: white;
    background-position: left;
    left: 0;
    border-radius: 12px;
  }

  .aboutus_bottom_number {
    font-size: 28px;
  }

  .page-template33 .item_inner-title {
    font-size: 23px;
  }

  .page-template33 section#our_team_inner,
  .page-template16 section#our_team_inner {
    padding-bottom: 60px;
  }

  .customers_thanks_slider .customer_name {
    font-size: 20px;
  }

  .customer_review {
    font-size: 15px;
  }

  .customers_thanks_slider .slick-arrow {
    height: 50px;
    width: 50px;
  }

  .customers_thanks_slide {
    padding: 30px 30px 30px 50px;
  }

  .page-template33 .item_inner-description {
    font-size: 13px;
  }

  .aboutus_whiteblocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .aboutus_page_icon img {
    height: 32px;
  }

  .page-template33 h1.main_title {
    font-size: 34px;
  }

  .page-template33 .shipping_main-inner .inner_main-screen {
    bottom: 29%;
  }

  .inspect_details_block p,
  .inspect_details_block ul li {
    font-size: 14px;
  }

  .inspect_details_wrapper {
    gap: 20px;
  }

  .page-template29 .short_description p,
  .page-template29 .short_description li {
    font-size: 16px;
  }

  .page-template26 img.icon_image {
    bottom: 14%;
  }

  .page-template26 .inner_main-screen {
    padding-bottom: 0;
  }


  .page-template37 .inner_main-screen {
    padding-bottom: 6%;
  }

  .page-template37 .warehouse_services {
    padding-bottom: 10px;
  }

  .page-template37 #how_delivery .video_content-inner {
    margin-bottom: 25px;
  }

  .page-template37 section#how_delivery {
    padding-bottom: 55px;
  }

  .page-template32 .warehouse_services {
    padding: 70px 0;
  }

  .warehouse_block_title {
    font-size: 16px;
    width: 100%;
  }

  .bg_event-top.promotion-top img {
    max-width: 40%;
  }

  .item__promotion .post-thumbnail img {
    height: 200px;
  }

  .item__promotion .post-thumbnail {
    height: 200px;
  }

  .item__promotion span.title-news__card {
    font-size: 16px;
    min-height: auto;
  }

  .page-template34 .line_map-3 .anim-line svg {
    width: 100%;
    max-width: 99%;
  }

  span.text-use {
    font-size: 12px;
  }

  span.title-use {
    font-size: 12px;
  }

  a.promotion__link {
    padding: 12px 20px;
  }

  .page-template35 section#our_team_inner {
    padding-bottom: 70px;
  }

  .page-template35 section#calculate {
    padding-top: 70px;
  }

  .page-template35 .warehouse_services {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .page-template35 img.featured_image {
    translate: 148px 78px;
  }

  .page-template35 img.icon_image {
    bottom: 42%;
  }


  .page-template34 img.featured_image {
    translate: 40px 93px;
  }

  .delivery_item-shortdesc {
    font-size: 12px;
  }

  .delivery_item-title {
    font-size: 16px;
  }

  .problem_item_title {
    font-size: 18px;
  }

  .problem_item p {
    font-size: 14px;
    line-height: 140%;
  }

  .how_delivery_undertxt span {
    font-size: 16px;
  }

  .page-template34 section#our_team_inner {
    padding-bottom: 70px;
  }

  .page-template34 img.icon_image {
    left: 46%;
    bottom: 9%;
  }

  .page-template18 .transtype_lists:after {
    bottom: 12%;
  }

  .advanteges_with_us_item span {
    font-size: 16px;
  }



  .sow_title_inner {
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
  }

  .sow_lists>div {
    flex-basis: calc(25% - 15px);
  }

  .scheme_image img {
    width: 100%;
  }

  .scheme_image {
    margin-top: 29px;
  }

  .advanteges_with_us_item {
    gap: 20px;
  }

  .whywe_shadow_items {
    grid-template-columns: repeat(2, 1fr);
  }

  .transtype_item:nth-child(even) span.transtype_item-num {
    left: -23.3%;
  }

  .transtype_item:nth-child(odd) .transtype_item-num {
    right: -23.6%;
  }


  .page-template6 .stages_delivery {
    margin-top: 20px;
  }

  .page-template6 .airport_image {
    right: -1vw;
    top: 32%;
  }

  .page-template6 section.dependence_price .inner_services-title {
    margin-bottom: 20px;
  }

  #faq h3.default_title {
    font-size: 26px;
  }

  .about_us-content.about_us-desc h2 {
    font-size: 28px;
  }

  .content_inner p {
    font-size: 16px !important;
  }

  .page-template23 .chinabuy-content li {
    font-size: 16px;
  }

  .page-template23 section#about_us-direction {
    padding-bottom: 80px;
  }

  .tariff_ch_block_img {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .prepare_ch_block_title {
    font-size: 16px;
  }

  .prepare_ch_block_descr {
    font-size: 14px;
  }

  .form_purchase_subtitle {
    margin-bottom: 40px;
  }

  .tariff_ch_block {
    display: flex;
    flex-direction: column;
    padding: 28px;
  }

  .tariff_ch_block p {
    font-size: 18px;
  }

  .tariff_ch_block_title {
    font-size: 20px;
  }

  .form_purchase_wrapper {
    padding: 35px;
  }

  .select-selected {
    font-size: 14px;
  }

  .input_wrapper input,
  .input_wrapper select,
  .input_wrapper textarea {
    font-size: 14px;
  }

  .select-items {
    font-size: 14px;
  }

  .input_wrapper input::placeholder,
  .input_wrapper select::placeholder,
  .input_wrapper textarea::placeholder {
    font-size: 14px;
  }

  .form_purchase_flex {
    gap: 28px;
  }

  .shipping_method-page section#shipping_method h2 {
    margin-bottom: 30px;
  }

  .page-template5 section.stages_delivery {
    margin-top: 60px;
  }


  .airport_image {
    top: 26.5%;
    right: -13vw;
  }

  .do_you_do-container {
    row-gap: 30px;
  }

  .do_we_do-wrapper .do_you_do-container {
    flex-wrap: nowrap;
  }

  .page-template9 .default_title,
  .page-template9 span.default_title {
    margin-bottom: 30px;
  }

  .page-template19 .directions_lists {
    column-gap: 20px;
  }

  .shipping_method-lists {
    padding-top: 30px;
  }

  .title_inner-row {
    font-size: 28px;
  }

  .shipping_inner-row {
    padding: 55px 0;
  }

  .calculate_column:nth-child(2) {
    position: relative;
    top: 7px;
  }

  .fulfillments_item_img img {
    display: none;
  }

  .service_catalog .slide a:after {
    height: 34%;
  }

  .footer_menu-item nav a {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .btn.transparent-btn {
    font-size: 11px;
  }

  .footer_row {
    gap: 12px;
  }

  .footer_maininform-form .form_number input {
    font-size: 11px;
    padding: 10px 15px;
    padding-left: 37px;
    width: 95%;
  }

  .footer_maininform-btns a.btn.btn-link {
    font-size: 11px;
    width: 95%;
  }

  .footer_logo img {
    max-width: 190px;
  }

  .export_items,
  .import_items {
    gap: 20px;
    margin-top: 30px;
  }

  .import_block {
    margin-top: 60px;
  }

  .whywe_chinabuy_item {
    margin: 0 16px;
  }

  .p120 {
    padding: 60px 0;
  }

  .delivery_directions_items {
    gap: 25px;
  }

  .whydif_items {
    margin-top: 60px;
  }

  .whydif_item {
    max-width: 100%;
    flex-basis: calc(50% - 40px) !important;
  }

  .whydif_item span {
    font-size: 18px;
  }

  .whydif_item p {
    font-size: 14px;
  }

  .export_item span,
  .import_item span {
    font-size: 14px;
  }

  .delivery_item_side_img img {
    max-width: 222px;
  }

  .delivery_item_side_img img.delivery_item_side_img_bg {
    max-width: unset;
  }

  .delivery_item_side_info {
    padding: 20px;
  }

  .howsend_items {
    grid-template-columns: repeat(3, 1fr);
  }

  .howsend_item img {
    width: 40px;
    height: 40px;
  }

  .howsend_item_num {
    font-size: 14px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .page-template21 .whydif_items {
    flex-wrap: wrap;
  }

  .howsend_items {
    row-gap: 45px;
    column-gap: 20px;
  }

  .howsend_item_txt {
    font-size: 16px;
    margin-left: 12px;
  }

  .howsend_item p {
    font-size: 14px;
  }

  .top_contact-item {
    margin-right: 15px;
  }

  .blog__content {
    padding-bottom: 0;
  }

  .news section#home_blog {
    padding-top: 35px;
  }

  .default_title.default_title-blog,
  span.default_title.default_title-blog {
    font-size: 28px;
  }

  section.shipping_main-screen.shipping_main-inner {
    height: 390px;
  }

  .article__image img {
    margin-top: 0px;
  }

  .service_catalog .slide a {
    font-size: 14px;
    line-height: 140%;
    min-height: calc(234vw/6);
  }

  form.form_number input {
    padding-right: 20px;
    font-size: 13px;
  }

  .main_logo img {
    max-height: 35px;
  }

  li.item-menu a {
    font-size: 12px;
    padding: 5px;
  }

  .fixedHeader-wrapper .fixed-visible-menu {
    margin-left: 10px;
  }

  li.item-menu {
    margin: 0px 0px;
  }

  h1.main_title {
    font-size: 34px;
  }


  .slider-title {
    font-size: 32px;
  }

  .default_title,
  span.default_title,
  #shipping_method .default_title,
  section#how_delivery .default_title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .page-template30 .popular_problems h2 {
    margin-bottom: 35px;
  }

  .about_us-text p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .services_item {
    padding: 15px;
    min-height: 250px;
  }

  .lists_itemservice-title span {
    font-size: 13px;
  }

  .cabinet_mascot {
    margin-bottom: -48%;
    margin-top: -2%;
  }

  .home_section {
    padding: 70px 0px;
  }

  /* #shipping_method {
    padding: 20px 0px;
  } */

  .page-template21 section#our_team_inner,
  .page-template22 section#our_team_inner {
    padding-top: 42px;
  }

  .map_delivery-title {
    top: 50px;
  }

  ul.delivery_lists {
    margin: 0px -5px;
  }

  ul.delivery_lists li {
    flex-basis: calc(20% - 10px);
    margin: 5px;
  }

  ul.delivery_lists li a {
    padding: 12px 5px;
    font-size: 12px;
  }

  .method_icon svg {
    max-width: 25px;
  }

  .method_icon {
    width: 50px;
    height: 50px;
  }

  .method_desc {
    font-size: 11px;
    line-height: 1.4;
    max-width: 300px;
    margin-bottom: 4px;
  }

  div#app {
    padding-top: 108px;
  }

  div#app.marquee-active {
    padding-top: 128px;
  }

  .sub_default-title {
    font-size: 16px;
  }

  form#calculate_form {
    margin-top: 30px;
    padding: 20px;
  }

  .calculate_form-wrapper {
    margin: 0px -10px;
  }

  .calculate_column {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }

  .custom_radio {
    height: 65px;
  }

  .radio {
    flex-basis: calc(33.33% - 3px);
  }

  span.text_radio {
    font-size: 12px;
  }

  span.icon_radio svg {
    max-width: 15px;
  }

  .form-calculate-item {
    margin-bottom: 10px;
  }

  .calculate_submit {
    margin-top: 0px;
  }

  .slide.slick-slide {
    padding: 0px 5px;
  }

  .staff_image img {
    max-height: 330px;
  }

  section#our_team_inner {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .page-template37 section#our_team_inner,
  .page-template38 section#our_team_inner,
  .page-template26 section#our_team_inner,
  .page-template17 section#our_team_inner,
  .page-template18 section#our_team_inner,
  .page-template44 section#our_team_inner,
  .page-template43 section#our_team_inner,
  .page-template42 section#our_team_inner {
    padding-bottom: 60px;
  }


  .page-template26 .service_catalog-section {
    padding-top: 60px;
  }

  .staff_caption-name {
    font-size: 14px;
  }

  .staff_caption-position {
    font-size: 12px;
  }

  .staff_caption-request a {
    margin-right: 5px;
  }

  .container {
    max-width: 1000px;
    padding: 0px 10px;
  }

  .form-right-arrow {
    bottom: 10%;
  }

  .fast-subtitle {
    font-size: 14px;
  }

  a.popup-youtube img {
    height: 200px;
    border-radius: 10px;
  }

  .video_item {
    flex-basis: calc(33.33% - 10px);
    margin: 5px;
  }

  .video_lists {
    margin: 0px -10px;
  }

  span.video_item-title {
    margin-top: 4px;
    font-size: 15px;
  }


  .seo_text-description h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .seo_text-description li {
    font-size: 14px;
  }

  .seo_text-description p {
    font-size: 14px;
    line-height: 1.5;
  }

  .seo_text-description h3 {
    font-size: 16px;
  }

  .faq__question {
    padding: 15px 0px;
  }

  .faq__answer-inner {
    font-size: 13px;
  }

  .blog_lists {
    margin: 0px -5px;
  }

  .blog_item {
    flex-basis: calc(33.33% - 10px);
    margin: 5px;
  }

  .blog_item-caption {
    padding: 15px;
  }

  span.blog_item-title {
    font-size: 13px;
  }

  .contact_main-column:first-child {
    margin-right: 20px;
    padding-right: 20px;
    flex-basis: calc(50% - 40px);
  }

  .contact_main-item {
    margin-bottom: 20px;
  }

  span.contact_main-item-title {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .contact_main-item-value span svg {
    max-height: 18px !important;
  }

  .contact_main-item-value a {
    font-size: 14px;
    margin-left: 5px;
  }

  span.contact_value {
    font-size: 14px;
  }

  .contact_main-info {
    flex-basis: 50%;
  }

  .contact_social-lists a {
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }

  .form-control input {
    font-size: 12px;
    height: 40px;
  }

  button.submit-form {
    height: 40px;
  }

  .form-control textarea {
    height: 100px;
  }

  .text-bottom-form {
    font-size: 12px;
  }

  .text-bottom-form a {
    font-size: 12px;
  }

  .footer_wrapper-form {
    padding-bottom: 100px;
    padding-top: 50px;
  }

  span.country_text {
    font-size: 15px;
  }

  #ukraine span.country_text {
    font-size: 22px;
  }

  #ukraine span.country_icon {
    left: -35px;
    bottom: 2px;
  }

  div#ukraine {
    right: 35%;
  }

  div#germany {
    bottom: 51%;
  }

  span.country_icon {
    width: 25px;
    height: 25px;
    bottom: -24px;
  }

  span.country_icon span {
    width: 13px;
    height: 13px;
  }

  div#poland {
    bottom: 58%;
  }

  div#england {
    bottom: 59%;
    right: 49%;
  }

  a.news-card {
    display: block;
  }

  span.news-card__thumbnail img {
    width: 100%;
    height: 150px;
  }

  span.dependence_number {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
  }

  .anim-line svg {
    width: 100%;
    max-width: 57vw;
  }

  span.point_map-title {
    font-size: 14px;
    right: -30px;
  }

  .point_right span.point_map {
    top: 14px;
    left: -8px;
  }

  .page-template34 .point_right span.point_map {
    top: 27px;
    left: -15px;
  }

  .direction_item-delivery-value {
    font-size: 12px;
  }

  .direction_item-points {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .direction_item-cost img {
    width: 16px;
    height: 16px;
  }

  .direction_item-delivery-icon img {
    width: 16px;
  }

  span.direction_item-cost-value {
    font-size: 12px;
  }

  .delivery_item-wrapper {
    padding: 10px;
  }

  .delivery_item-desc {
    font-size: 12px;
  }

  .delivery_item-desc:before {
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
    margin-right: 5px;
  }

  .item_caption-icon img {
    max-width: 70px;
  }

  .item_caption-title {
    font-size: 18px;
    margin-top: 0px;
  }

  .item_caption-short_description {
    font-size: 14px;
    max-width: 400px;
  }

  .our_services-item {
    height: 260px;
  }

  .page-template17 .anim-line svg {
    width: 60%;
  }

  .page-template17 .delivery_line-map {
    left: auto;
    right: 8%;
    top: 24%;
  }


  .page-template17 .point_left {
    top: 16px;
  }

  .page-template17 img.icon_image {
    left: 0%;
    bottom: 20%;
    width: 100%;
  }

  .page-template18 .point_right {
    bottom: 30px;
  }

  .directions_lists>div .direction_item {
    max-width: 230px;
    width: 230px;
  }

  .page-template19 .delivery_item-wrapper {
    flex-basis: calc(33.33% - 20px);
  }

  .hiw_title {
    font-size: 14px;
  }

  .hiw_item {
    padding: 15px;
  }

  span.plus {
    min-width: 35px;
  }

  .benefit_item {
    font-size: 13px;
  }

  .page-template42 .short_description {
    font-size: 16px;
  }

  .benefit_wrapper>div {
    flex-basis: calc(50% - 10px);
  }

  .comparison_title {
    font-size: 16px;
  }

  .caption_text_type h2 {
    font-size: 24px;
  }

  .caption_text_type p {
    font-size: 14px;
  }

  .page-template38 .delivery_line-map.line_map-3 .anim-line svg {
    width: 68%;
  }

  .page-template38 .delivery_line-map.line_map-1 {
    width: 44%;
    top: 55%;
  }

  .page-template38 .delivery_line-map.line_map-2 {
    width: 42%;
    top: 36%;
  }

  .page-template38 .line_map-2 .point_right {
    top: 45px;
  }

  .page-template38 .line_map-1 .point_right {
    top: -4px;
  }

  .page-template38 .line_map-3 .point_right span.point_map {
    top: 46px;
  }

  .page-template38 .delivery_line-map.line_map-3 span.point_map-title {
    top: 60px;
    right: -100px;
  }

  .delivery_line-map.line_map-3 {}

  .page-template38 .delivery_line-map.line_map-3 {
    top: 51%;
    left: 83%;
  }

  .page-template37 .delivery_line-map.line_map-1 svg {
    max-width: 75%;
  }

  .page-template37 .line_map-1 .point_left {
    bottom: 24px;
  }

  .page-template37 .delivery_line-map.line_map-3 span.point_map-title {
    top: -11px;
    right: -95px;
    font-size: 14px;
  }

  .page-template37 .delivery_line-map.line_map-2 {
    top: 4%;
  }

  .page-template36 .line_map-3 .anim-line {
    max-width: 74%;
  }

  .page-template36 .delivery_line-map.line_map-3 {
    top: 14%;
    left: 8%;
  }

  .page-template36 .delivery_line-map.line_map-4 {
    top: 26%;
    left: 28%;
  }

  .page-template36 .delivery_line-map.line_map-4 .anim-line {
    max-width: 72%;
  }

  .delivery_line-map.line_map-8 {
    max-width: 3%;
    top: 61%;
  }

  .page-template34 .point_left span.point_map-title {
    font-size: 12px !important;
  }

  .page-template34 .delivery_line-map.line_map-6 .point_map-title {
    right: -76px;
  }

  .page-template34 .delivery_line-map.line_map-10 .point_map-title {
    top: -16px;
    right: -69px;
  }

  .page-template34 .delivery_line-map.line_map-9 .point_map-title {
    top: -19px;
    right: -25px;
  }

  .page-template34 .line_map-4 .point_left span.point_map-title {
    right: -65px;
  }

  .page-template35 .line_map-1 .point_right span.point_map {
    right: 40px;
  }

  .page-template37 .delivery_line-map.line_map-3 {
    max-width: 5%;
  }

  .do_we_do-wrapper .do_we_do-animation image {
    scale: 0.6;
  }

  .page-template44 img.icon_image {
    left: -18%;
    bottom: 0%;
  }

  .blog+.newsletter_wrapper-form .form-left-arrow {
    top: 11%;
  }

  .newsletter_wrapper-form .form-left-arrow {
    top: 10%;
  }

  .page-template31 h1.main_title {
    font-size: 26px;
  }

  .page-template31 .short_description {
    font-size: 12px;
  }

  .fake_select-action {
    font-size: 14px;
    padding: 12px 15px;
  }

  .cf-step2_next .cf-btn {
    padding: 10px 20px;
  }

  .cf-calendar_bottom {
    margin-top: 60px;
  }

  .info_video-title {
    font-size: 24px;
  }

  .info_video-subtitle {
    font-size: 14px;
  }

  html[lang="uk"] .page-template5 .works_lists:after {
    bottom: 19.8%;
  }

  html[lang="ru"] .page-template5 .works_lists:after {
    bottom: 19.8%;
    top: 3%;
  }

  .commercial_title {
    font-size: 32px;
  }

  .commercial_block {
    margin: 30px 0px;
  }

  .recommend_service_lists {
    margin: 0px -5px;
  }

  .recommend_service_item {
      flex-basis: calc(33.33% - 10px);
      margin: 5px;
  }

  .recommend_service_inner {
      padding: 20px;
  }

  .recommend_item-title {
      font-size: 18px;
      max-width: 100%;
  }

  .recommend_image img {
      max-width: 80%;
      margin-left: auto;
  }

  .recommend_image {
      text-align: right;
  }

  section#recommend_service {
    padding-bottom: 45px;
  }

  .page-template52 .short_description h3 {margin-top: 30px;margin-bottom: 10px;}

  .payment_services_list {
      margin: 30px -10px;
  }

  span.payment_inner-title {
      font-size: 20px;
  }

  span.payment_inner-text {
      font-size: 16px;
      padding-right: 20px;
      bottom: 20px;
  }

  .payment_inner-desc {
      padding: 20px;
  }

  .payment_services-item:hover span.payment_inner-text {
      bottom: 20px;
  }

  .details-lists .details-title {
      font-size: 18px;
  }

  .details-value {
      font-size: 18px;
  }
}

@media (max-width: 991px) {

  html[lang="en"] .page-template9 .works_lists:after,
  html[lang="uk"] .page-template9 .works_lists:after,
  html[lang="uk"] .page-template7 .works_lists:after,
  html[lang="en"] .page-template12 .works_lists:after {
    bottom: 20.8%;
  }

  html[lang="en"] .page-template6 .works_lists:after {
    bottom: 20.8%;
    top: 3%;
  }

  .page-template19 .directions_lists,
  .page-template20 .directions_lists {
    column-gap: 20px;
  }

  .page-template20 .delivery_map-wrapper {
    top: 40px;
  }

  .page-template36 .point_left span.point_map-title {
    font-size: 9px !important;
  }

  .page-template20 .delivery_lists {
    margin-top: 70px;
  }

  .page-template35 .transtype_item:last-child,
  html[lang="en"] .page-template35 .transtype_item:last-child {
    top: 122px;
  }

  .page-template36 .directions_lists {
    top: -9%;
  }

  .page-template36 .line_map-4 .point_left span.point_map-title {
    right: -42px;
    top: -26px;
  }

  .page-template36 .delivery_line-map.line_map-6 .point_map-title {
    right: -127px;
  }

  .page-template36 .point_left span.point_map-title {
    top: -31px;
    font-size: 10px;
  }

  .page-template36 .line_map-3 span.point_map-title {
    right: -85px;
    font-size: 10px;
  }

  .page-template35 .transtype_item:nth-child(3) {
    top: -106px;
  }

  .page-template6 #our_team_inner {
    padding-bottom: 40px;
  }

  html[lang="ru"] .page-template6 .works_lists:after {
    bottom: 18.8%;
    top: 3%;
  }

  .page-template6 .works_lists:after {
    top: 3%;
    bottom: 20.8%;
  }

  html[lang="uk"] .page-template12 .works_lists:after {
    bottom: 20.8%;
  }

  html[lang="uk"] .page-template5 .works_lists:after {
    bottom: 20.8%;
  }

  html[lang="ru"] .page-template5 .works_lists:after {
    bottom: 18.8%;
  }

  html[lang="en"] .works_lists:after {
    bottom: 19.8%;
  }

  .event_wrapper span.title-news__card {
    margin-bottom: 10px;
  }

  .event_wrapper span.title-news__card {
    font-size: 15px;
  }

  .sow_title:nth-child(4)::before {
    height: 251px;
    overflow: hidden;
  }

  .sow_title:nth-child(3)::before {
    top: 55%;
  }

  .page-template44 img.icon_image {
    left: -2%;
    bottom: 17%;
  }

  span.sow_count {
    left: -8px;
  }

  .page-template14 .airport_image {
    top: 38%;
  }

  .page-template17 section#our_team_inner {
    padding-bottom: 15px;
  }

  .page-template17 .transtype_lists:after {
    bottom: 13%;
  }

  .page-template18 section#our_team_inner {
    padding-bottom: 40px;
  }

  html[lang="en"] .page-template14 .works_lists:after {
    bottom: 20.8%;
  }

  .page-template14 .works_lists:after {
    bottom: 20.8%;
    top: 3%;
  }

  html[lang="en"] .page-template13 .works_lists:after {
    bottom: 20.8%;
  }

  html[lang="ru"] .page-template13 .works_lists:after {
    bottom: 19.8%;
  }

  .page-template13 .works_lists:after {
    bottom: 21.8%;
    top: 3%;
  }

  .page-template10 .works_lists:after {
    bottom: 22.8%;
    top: 3%;
  }

  html[lang="en"] .page-template10 .works_lists:after {
    bottom: 20.8%;
  }

  html[lang="uk"] .page-template10 .works_lists:after {
    bottom: 20.8%;
  }

  .page-template9 .works_lists:after {
    bottom: 22.8%;
    top: 3%;
  }

  html[lang="ru"] .page-template9 .works_lists:after {
    bottom: 18.8%;
  }

  html[lang="en"] .page-template7 .works_lists:after {
    bottom: 20.8%;
    top: 3%;
  }

  .page-template7 .works_lists:after {
    bottom: 20.8%;
    top: 3%;
  }

  .page-template7 .airport_image,
  .page-template10 .airport_image,
  .page-template11 .airport_image,
  .page-template9 .airport_image {
    right: -40px;
    top: 33%;
  }

  .page-template7 .airport_image img,
  .page-template10 .airport_image img,
  .page-template11 .airport_image img,
  .page-template9 .airport_image img {
    width: 78%;
  }

  .page-template12 .works_lists:after {
    bottom: 20.8%;
    top: 3%;
  }

  .page-template5 .airport_image {
    top: 37.5%;
  }

  .page-template5 .works_lists:after {
    top: 3%;
    bottom: 21.8%;
  }

  .page-template11 .works_lists:after {
    bottom: 21.8%;
  }

  html[lang="en"] .page-template11 .works_lists:after {
    bottom: 20.8%;
  }

  html[lang="ru"] .page-template11 .works_lists:after {
    bottom: 19.8%;
  }

  .do_we_do-wrapper .do_we_do-animation image {
    scale: 0.5;
  }

  .mobile_language ul.language-lists {
    display: flex !important;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }

  .mobile_language ul.language-lists li a {
    text-decoration: none;
    font-weight: 400;
  }

  .mobile_language ul.language-lists li.active a {
    font-weight: bold !important;
  }

  .page-template20 .delivery_lists-icons .delivery_item-wrapper {
    flex-basis: calc(50% - 20px);
  }

  .page-template20 section#how_delivery {
    padding-bottom: 47px;
  }

  .page-template20 .main_screen-img img.featured_image {
    translate: 0 50px;
  }

  .page-template20 img.icon_image {
    bottom: 8%;
  }

  .page-template45 .inner_main-screen {
    padding-top: 6%;
  }

  .customers_thanks_slider .customer_review {
    font-size: 14px;
    max-height: 237px;
  }

  .page-template45 .main_screen_subtitle_cooperation {
    font-size: 16px;
  }

  .proposal_coop_title {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .proposal_coop_wrapper {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .page-template45 .shipping_main-screen.shipping_main-inner {
    height: 300px;
  }

  .form_contact .contact_form_wrapper {
    margin: 15px auto 0;
  }

  .proposal_coop {
    padding: 40px 0 70px;
  }

  .page-template43 .hiw_item:before {
    display: none;
  }

  .page-template33 .item_inner-description {
    font-size: 15px;
    padding: 0 40px;
  }

  .page-template33 .method_bg img {
    width: 93%;
  }

  .page-template33 #shipping_method_inner {
    padding-bottom: 150px;
  }

  .page-template43 img.icon_image {
    bottom: 9%;
  }

  .aboutus_num_bottom_t {
    font-size: 23px;
  }

  .aboutus_num_bottom {
    padding-bottom: 60px;
  }

  .certificates_slider .slick-dots li,
  .customers_thanks_slider .slick-dots li {
    width: 50px;
  }

  .customers_thanks_slide {
    padding: 30px;
  }

  .more_review_text {
    font-size: 14px;
  }

  .aboutus_num_bottom_blocks {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    row-gap: 50px;
  }

  .page-template43 .hiw_item {
    flex-basis: calc(35% - 30px);
  }

  .page-template43 .hiw_lists {
    margin-top: 70px;
    row-gap: 70px;
  }

  .page-template43 #about_us-direction .about_us-desc ul li {
    padding: 15px;
    display: flex;
  }

  .page-template43 #about_us-direction .about_us-desc ul li a {
    display: flex;
    align-items: center;
  }

  ul.desc_logo_lists {
    margin-top: 20px;
  }

  .inspect_details_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .inspect_details_block:last-child {
    grid-column: 1 / 3;
  }

  .inspect_details_block:last-child img {
    display: none;
  }

  .page-template30 .about_us-inner {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .foshan_txt_block ul li,
  .foshan_txt_block p {
    font-size: 14px;
  }

  .foshan_txt_block:last-child p {
    font-size: 16px;
  }

  .foshan_txt_block {
    padding: 25px;
  }

  .foshan_num {
    width: 45px;
    height: 45px;
    top: -21px;
    font-size: 20px;
  }

  .page-template30 .inspect_details_block li:before {
    top: 2px;
    left: -25px;
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  .inspect_details_block p,
  .inspect_details_block ul li {
    line-height: 130%;
  }

  .inspect_details_block ul {
    padding-left: 25px;
  }

  .howbuy_ch_txt span {
    font-size: 16px;
  }

  .inspect_details_block {
    padding: 20px;
  }

  .popular_problems_wrapper {
    gap: 15px;
  }

  h2.table_section_title br {
    display: none;
  }

  .page-template26 .short_description li {
    font-size: 18px;
  }


  .page-template26 .align-center {
    flex-direction: column;
    gap: 20px;
  }

  .search_tariff_blocks {
    gap: 15px;
    margin-top: 35px;
  }

  .search_tariff_block {
    padding: 15px;
  }

  .page-template37 img.icon_image {
    bottom: 60px;
  }

  .warehouse_block_icon {
    width: 47px;
  }

  .warehousein_side_img img.warehouse_pin_icon {
    right: 7%;
    width: 39px;
  }

  .tariff_block_title {
    font-size: 22px;
  }

  .tariff_block_descr {
    margin: 12px 0;
    font-size: 15px;
  }

  .tariff_block_price {
    font-size: 20px;
  }

  .tariff_block_list li {
    font-size: 14px;
    margin-bottom: 16px;
  }


  .warehouse_map_img {
    margin-left: -75px;
  }

  .town_map span {
    font-size: 14px;
  }

  .town_map img {
    width: 28px;
  }

  .page-template35 img.featured_image {
    translate: 99px 95px;
    max-width: 65%;
  }

  .page-template35 img.icon_image {
    bottom: 39%;
    left: -4%;
  }

  html[lang="en"] .page-template35 .transtype_lists:after {
    bottom: 24%;
  }

  .page-template35 .transtype_lists:after {
    bottom: 17%;
  }

  .page-template34 img.icon_image {
    left: 47%;
    bottom: 20%;
  }

  .problem_item p {
    font-size: 12px;
  }

  .page-template34 .video_content-inner {
    margin-bottom: 30px;
  }

  #shipping_method.direction_map_section {
    padding-bottom: 50px;
  }

  section.dependence_price {
    padding: 50px 0px;
  }

  .page-template34 section#calculate {
    padding: 50px 0 0;
  }

  .popular_problems1_wrapper {
    gap: 0;
  }

  .problem_item_title {
    font-size: 14px;
  }

  .problem_item img {
    height: 40px;
  }

  .warehouse_block_title {
    font-size: 16px;
  }

  .problem_item {
    gap: 10px;
  }

  .warehouse_block_title {
    width: 100%;
  }

  .warehouse_services_block:hover .warehouse_block_icon {
    top: 34%;
  }

  .transtype_item:nth-child(odd) .transtype_item-num {
    right: -24.6%;
  }

  .transtype_item:nth-child(even) span.transtype_item-num {
    left: -24.3%;
  }

  .tariff_lists>div {
    padding: 25px;
  }

  .tariff_item-row.row-body div {
    font-size: 14px;
  }



  section#tariff {
    margin-top: 70px;
  }

  .tariff_item-row.row-head div {
    font-size: 14px;
  }

  .delivery_item-title {
    font-size: 16px;
  }

  .delivery_item-shortdesc {
    font-size: 12px;
  }

  .page-template18 .directions_lists {
    top: -2%;
  }

  a.btn.btn_flags.btn-link.blue-bg {
    width: auto;
    padding-left: 5px;
    display: inline-flex;
    justify-content: flex-start;
  }

  a.btn.btn_flags.btn-link.blue-bg img {
    margin-left: 0;
  }

  .page-template9 section.cases_wrapper,
  .page-template10 section.cases_wrapper,
  .page-template12 section.cases_wrapper,
  .page-template13 section.cases_wrapper,
  .page-template14 section.cases_wrapper,
  .page-template11 section.cases_wrapper {
    padding: 70px 0px 0;
  }

  .left_tg-icon img {
    max-width: 180px;
  }

  .right_tg-icon img {
    max-width: 180px;
  }

  .calculate_section .video_content-inner {
    margin-bottom: 0;
  }

  .custom_radio {
    padding: 0 10px;
  }

  .form-calculate-item input {
    font-size: 11px;
  }

  .page-template9 .calculate_section .default_title,
  .page-template9 .calculate_section span.default_title {
    margin-bottom: 20px;
  }

  .page-template9 .airport_image {
    top: 33%;
  }

  .page-template28 .hov_delivery .delivery_directions_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-template41 .warehousein_side_info {
    flex-basis: 50%;
    margin-right: 35px;
  }

  .advanteges_with_us_wrapper {
    gap: 20px;
  }

  .warehousein_info_title,
  .warehousein_info_value_txt p {
    font-size: 16px;
  }

  .warehousein_info_title {
    margin-bottom: 10px;
  }

  .warehousein_item:not(:last-child) {
    margin-bottom: 30px;
  }

  .page-template6 img.featured_image {
    max-width: 96%;
  }

  /* .page-template6 .featured_image {
    top: 71px !important;
  } */

  .advantage_item:nth-child(odd) {
    flex-basis: 90%;
  }

  .page-template27 .short_description li {
    font-size: 18px;
  }

  .page-template27 .about_us-inner {
    flex-direction: column;
  }

  .page-template27 .about_us-img {
    width: 92%;
  }

  .page-template27 .about_us-img img {
    width: 100%;
    max-width: 100%;
  }

  .page-template27 section#about_us-direction {
    padding-bottom: 0;
  }

  .delivery_det_wrapper {
    margin-top: 50px;
  }

  .delivery_det_item_title {
    font-size: 18px;
  }

  .page-template27 .about_us-content {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    margin-top: 20px;
  }

  .warehouse_services_blocks {
    gap: 15px;
  }

  .input_wrapper_flex {
    gap: 12px;
  }

  .select-selected {
    padding-left: 15px;
  }

  .page-template23 .about_us-inner {
    flex-direction: column;
    gap: 30px;
  }

  .page-template23 .about_us-img {
    width: 96%;
  }

  .page-template23 .about_us-content {
    width: 100%;
  }

  .tariff_ch_inner {
    gap: 15px;
    margin-top: 50px;
  }

  .about_us-pattern {
    display: none;
  }

  .page-template23 .whywe_chinabuy_item {
    flex-basis: 28%;
  }

  .tariff_ch_block_img {
    height: 130px;
  }

  .howbuy_ch_block {
    flex-wrap: wrap;
  }

  .howbuy_ch_txt {
    margin-left: 0;
    height: 100%;
    margin-top: 10px;
  }

  .prepare_ch_blocks {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    row-gap: 42px;
  }

  .prepare_ch_blocks_img {
    right: 10%;
    top: 81%;
    width: 31%;
  }

  .form_purchase_wrapper {
    padding: 25px;
  }

  .form_purchase_flex {
    gap: 25px;
  }

  .complex_serv_ch_item span {
    font-size: 14px;
  }

  .tariff_ch_block li {
    font-size: 16px;
  }

  .input_wrapper input,
  .input_wrapper select,
  .input_wrapper textarea {
    font-size: 14px;
  }

  .input_wrapper input::placeholder,
  .input_wrapper select::placeholder,
  .input_wrapper textarea::placeholder {
    font-size: 14px;
  }

  .select-selected,
  .select-items {
    font-size: 14px;
  }

  .add_product_btn {
    margin-top: 10px;
  }

  .submit_button_purchase,
  .privacy_checkbox {
    margin-top: 20px;
  }

  .do_title {
    margin-bottom: 30px;
  }

  .page-template7 .stages_delivery {
    margin-top: 95px;
  }

  .works_lists:after {
    bottom: 21.8%;
  }

  .seo_text-description h3 {
    font-size: 15px;
  }

  .seo_text-description li {
    font-size: 13px;
  }

  section.calculate_section {
    padding-top: 70px;
  }

  .calculate_column {
    margin-bottom: 0;
  }

  .calculate_section .privacy_checkbox {
    margin-bottom: 10px;
  }

  .about_us-content {
    padding-left: 30px;
  }

  section#about_us {
    padding-bottom: 75px;
  }

  #about_us h1.main_title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .delivery_lists {
    justify-content: center;
  }

  .footer_menu_column {
    flex-basis: 28%;
  }

  .service_catalog .slide a:after {
    height: 39%;
  }

  .country_time {
    justify-content: space-between;
  }

  .main_screen-content a.btn.btn-link {
    font-size: 14px;
  }

  .copyright-main {
    justify-content: center;
  }

  .powered_text {
    text-align: center;
  }

  .service_catalog .slide a {
    font-size: 12px;
  }

  .service_catalog .slide a {
    min-height: calc(160vw/4);
  }

  .service_catalog .slide.slick-slide {
    padding: 0px 5px;
  }

  .whydif_item img {
    height: 50px;
  }

  .whydif_item span {
    line-height: 130%;
  }

  .short_description {
    font-size: 18px !important;
  }

  .export_item,
  .import_item {
    align-items: center;
  }

  a.btn.btn-link.blue-bg {
    justify-content: center;
    padding: 15px 30px;
  }

  .ali_items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .shipping_adv_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .export_items,
  .import_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .page-template23 section#about_us-direction {
    padding-bottom: 40px;
  }

  .delivery_directions_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .delivery_item_detail {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }

  .warehousein_side_info {
    padding: 20px;
  }

  .header_top {
    display: none;
  }

  .tags {
    flex-wrap: wrap;
  }

  .tags a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .tags {
    margin-bottom: 20px;
  }

  h2.title_inner-row,
  span.title_inner-row {
    font-size: 21px;
  }



  .blog__wrapper.blog_inner {
    flex-wrap: wrap;
    display: block;
  }

  .article__description h2 {
    line-height: 1.2;
    font-size: 21px;
  }

  .article__description * {
    font-size: 14px;
  }

  .features_lists {
    flex-wrap: wrap;
  }

  .features_item {
    flex-basis: calc(50% - 20px);
  }

  .page-template7 .airport_image,
  .page-template11 .airport_image img,
  .page-template9 .airport_image img,
  .page-template10 .airport_image img {
    max-width: 22vw;
  }

  .works_item:nth-child(even) {
    padding-left: 50px;
  }

  .do_you-item {
    height: 120px;
    padding: 0px 10px;
  }

  .do_you-title {
    font-size: 12px;
  }

  .do_you-icon {
    width: 45px;
    height: 45px;
    margin-top: -24px;
  }

  .do_we_do-animation img {
    width: 100%;
  }

  h2.title_inner-row,
  span.title_inner-row {
    font-size: 21px;
  }

  .template_contact-wrapper h1.main_title {
    margin-top: 40px;
  }

  .template-wrapper-top.template_contact-wrapper {
    padding-bottom: 40px;
  }

  .template_contact-wrapper h1.main_title {
    margin-top: 20px;
  }

  .map iframe {
    height: 300px;
  }

  span.dependence_number {
    font-size: 20px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .dependence_title {
    font-size: 14px;
  }

  .advantages_row-title {
    margin-right: 30px;
    flex-basis: 33%;
  }

  div#app {
    padding-top: 60px;
  }

  div#app.marquee-active {
    padding-top: 80px;
  }

  .fixedHeader-wrapper header.header .header-main_block {
    max-height: 100%;
    overflow: visible;
    padding: 10px 0px;
    background: #fff;
  }

  .fixedHeader-wrapper header.header {
    background: #fff;
  }

  nav#main_menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    z-index: 911;
    transform: translate(0px, -100%);
    opacity: 0;
    visibility: hidden;
  }

  .visible-xs {
    display: block;
  }

  button.btn-menu {
    border: none;
    background: transparent;
  }

  button.btn-menu span {
    width: 20px;
    height: 2px;
    display: block;
    background: #3a3875;
    border-radius: 30px;
    margin: 4px 0px;
  }

  button.btn-menu span:first-child {
    width: 15px;
    margin-left: auto;
    position: relative;
  }

  button.btn-menu span:first-child::before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    background: #84c4c8;
    width: 3px;
    border-radius: 30px;
    position: absolute;
    left: -5px;
    top: 0;
    height: 2px;
  }

  .about_us-pattern svg {
    max-height: 40vw;
    margin-top: 0;
    max-width: 40vw;
  }

  .about_us-img img {
    max-width: 40vw;
  }

  .services_item {
    flex-basis: calc(50% - 20px);
  }

  .cabinet_mascot {
    max-width: 42%;
    margin-bottom: -60%;
  }

  ul.delivery_lists li {
    flex-basis: calc(33.33% - 10px);
  }

  .item_method {
    flex-basis: calc(50% - 20px);
    margin-bottom: 50px;
  }

  .item_method:last-child {
    margin-bottom: 0px;
  }

  .page-template6 .item_method:last-child {
    margin-bottom: 50px;
  }

  .method_icon {
    width: 70px;
    height: 70px;
  }

  .form-calculate-item.f-basis-50 {
    flex-basis: calc(50% - 5px);
  }

  .staff_caption-request a {
    width: 40px;
    height: 40px;
  }

  a.popup-youtube img {
    height: 150px;
  }

  span.video_item-title {
    font-size: 14px;
  }

  .footer_row {
    flex-wrap: wrap;
  }

  /* .footer_copyright {
    flex-wrap: wrap;
  }

  .country_time {
    order: 1;
    flex-basis: 100%;
  }

  .copyright-main {
    order: 2;
    flex-basis: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .powered_text {
    order: 3;
    flex-basis: 100%;
  } */

  .method_bg img {
    width: 100%;
  }

  .method_bg {
    margin-left: -4%;
    margin-right: -2%;
  }

  span.country_icon {
    width: 14px;
    height: 14px;
    bottom: -11px;
  }

  span.country_icon span {
    width: 8px;
    height: 8px;
  }

  span.country_text {
    font-size: 9px;
  }

  div#england .country_text {
    font-size: 9px;
  }

  div#england .country_icon {
    left: 30px;
  }

  #ukraine span.country_text {
    font-size: 12px;
  }

  #ukraine span.country_icon {
    left: -20px;
  }

  .map_ukraine-wrapper svg {
    height: auto;
  }

  #germany span.country_icon {
    bottom: 10px;
    left: 20px;
  }

  div#germany {
    right: 47%;
    bottom: 53%;
  }

  div#england {
    bottom: 61%;
  }

  div#poland {
    bottom: 61%;
  }

  div#ukraine {
    right: 36%;
    bottom: 55%;
  }

  ul.delivery_lists li {
    flex-basis: auto;
  }

  .delivery_lists-wrapper {
    position: relative;
    bottom: 0;
    margin-top: -14%;
  }

  .modal_content {
    padding: 20px;
  }

  .modal_title {
    font-size: 21px;
    margin-bottom: 15px;
  }

  span.method_item-title {
    font-size: 14px;
  }

  span.method_item-link {
    font-size: 14px;
  }

  a.delivery_method-item {
    padding: 15px;
  }

  .modal_btn-bottom {
    margin-top: 15px;
  }

  a.link_load {
    font-size: 14px;
    padding: 15px 30px;
  }

  button.btn-menu span {
    transition: all 0.4s ease-in-out;
  }

  .open-menu button.btn-menu span:first-child {
    opacity: 0;
  }

  .open-menu button.btn-menu span:nth-child(2) {
    transform: rotate(45deg);
  }

  .open-menu button.btn-menu span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -6px;
  }

  .open-menu nav#main_menu {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    top: 50px;
    padding-top: 20px;
  }

  .open-menu nav.marquee-active-menu {
    top: 70px !important;
  }

  nav#main_menu {
    transition: all 0.4s ease-in-out;
  }

  .open-menu nav#main_menu ul {
    display: block;
  }

  .open-menu #main_menu ul li {
    margin: 0px 15px;
  }

  .open-menu #main_menu ul li a {
    color: #011226;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .open-menu #main_menu ul li {
    margin-bottom: 20px;
  }

  .menu_content-mobile {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    border-top: 1px solid #E9E8E7;
  }

  .item_mobile-contact {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .item_mobile-contact a {
    color: #3A3875;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    margin-left: 5px;
  }

  .item_mobile-menuform {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .item_mobile-menuform label {
    color: #011226;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
  }

  .item_mobile-menuform form.form_number input {
    background: rgba(110, 176, 180, 0.10);
    border-color: rgba(110, 176, 180, 0.10);
    height: 50px;
    width: 100%;
    padding-left: 60px;
    color: #7D7C93;
  }

  .item_mobile-menuform span.search_icon {
    width: 50px;
    height: 50px;
  }

  a.mobile_btn-link {
    border-radius: 30px;
    border: 1px solid #3A3875;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #3A3875;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 10px;
  }

  a.mobile_btn-link:hover {
    color: #fff;
    background: #3A3875;
  }

  a.green_btn-link {
    border-radius: 30px;
    background: #84C4C8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
    color: #3A3875;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  a.green_btn-link svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
  }

  .item_mobile-menuform {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .item_mobile-menuform label {
    color: #011226;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
  }

  .item_mobile-menuform form.form_number input {
    background: rgba(110, 176, 180, 0.10);
    border-color: rgba(110, 176, 180, 0.10);
    height: 50px;
    width: 100%;
    padding-left: 60px;
    color: #7D7C93;
  }

  .item_mobile-menuform span.search_icon {
    width: 50px;
    height: 50px;
  }

  a.mobile_btn-link {
    border-radius: 30px;
    border: 1px solid #3A3875;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #3A3875;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 10px;
  }

  a.mobile_btn-link:hover {
    color: #fff;
    background: #3A3875;
  }

  a.green_btn-link {
    border-radius: 30px;
    background: #84C4C8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
    color: #3A3875;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  a.green_btn-link svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
  }


  header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 91;
    background: #fff;
  }

  div#app {
    padding-top: 51px;
  }

  div#app.marquee-active {
    padding-top: 71px;
  }

  a.phone_mobile-link {
    color: #3A3875;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
  }

  li.item-menu.has-child>a:before {
    display: none;
  }

  .contact_main-item-value a {
    font-size: 14px;
    margin-left: 5px;
  }

  .child_lists {
    position: relative;
    top: 0;
    width: 100vw;
    margin-left: -15px;
    opacity: 1;
    visibility: visible;
    max-height: 0px;
    padding: 0px;
    overflow: hidden;
    margin-top: 0px;
  }

  .child_lists-container {
    display: block;
  }

  .child_lists-container a {
    margin: 0px !important;
  }

  .child_lists-container li {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px !important;
  }


  .child_lists ul li a {
    color: #011226;
    font-family: Montserrat;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 160%;
    text-transform: none !important;
  }

  .open-menu nav#main_menu {
    overflow-y: scroll;
  }

  .has-child.open .child_lists {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 100vh;
  }

  .column-menu-flex {
    flex-basis: 100%;
  }

  .row_menu-flex {
    flex-wrap: wrap;
  }

  span.icon_menu_svg svg {
    max-width: 30px;
    margin-right: 0px;
    max-height: 30px;
  }

  span.icon_menu_svg {
    margin-right: 10px !important;
    display: flex;
  }

  nav#main_menu .column-menu-flex ul {
    padding-left: 40px;
  }

  .item_menu-headtitle a {
    text-transform: none !important;
    margin-bottom: 5px !important;
  }

  ul.tab_cases li {
    padding: 15px 20px;
    font-size: 16px;
  }

  .content_desc {
    padding: 30px;
  }

  .post-caption {
    flex-basis: calc(60% - 20px);
    margin-left: 20px;
  }

  .post-thumbnail img {
    height: 250px;
  }

  .post-thumbnail {
    height: 250px;
  }

  .post-caption .short_description {
    font-size: 12px;
    margin-bottom: 5px;
  }

  span.title-news__card {
    font-size: 16px;
  }

  .short_description {}

  .post-caption .short_description p:last-child {
    margin-bottom: 0px;
  }

  .newsletter_title {
    font-size: 24px;
  }

  .fast_form-container {
    margin-top: 20px;
  }

  .promotion__posts>div {
    flex-basis: 33.33%;
  }

  .promotion_main-wrapper {
    margin-left: 3%;
    flex-basis: calc(97% - 180px);
  }

  .page-template37 section#our_team_inner,
  .page-template36 section#our_team_inner {
    padding-bottom: 30px;
  }

  .page-template36 section#calculate {
    padding-top: 50px;
  }

  .page-template38 .delivery_line-map.line_map-1 {
    width: 42%;
    top: 53%;
  }

  .visible-xs a.mainnform_item-link {
    width: 100%;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #3A3875;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #3A3875;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 10px;
    background: #3A3875;
}

.visible-xs a.mainnform_item-link.d-flex.align-center span {
    font-size: 14px;
}

  .page-template38 .delivery_line-map.line_map-2 {
    width: 41%;
    top: 32%;
  }

  .page-template38 .delivery_line-map.line_map-3 {
    top: 51%;
    left: 82%;
    width: 35px;
  }

  .page-template38 .line_map-3 .point_right {
    top: -13px;
    right: 4px;
  }

  .page-template37 .line_map-2 .point_right {
    top: -17px;
    right: 8px;
  }

  .page-template36 .delivery_line-map.line_map-4 {
    width: 100%;
    max-width: 47%;
    top: 29%;
  }

  .page-template36 .line_map-3 .point_right {
    right: 7px;
    top: 59%;
  }

  .page-template36 .delivery_line-map.line_map-3 {
    top: 14%;
    left: 8%;
    width: 100%;
    max-width: 68%;
  }

  .page-template36 .line_map-3 .anim-line {
    max-width: 100%;
  }

  .page-template36 .delivery_line-map.line_map-4 .anim-line {
    max-width: 100%;
  }

  .page-template34 .delivery_line-map.line_map-4 {
    width: 100%;
    max-width: 49%;
  }

  .page-template34 .delivery_line-map.line_map-3 {
    top: 13%;
    left: 8%;
    width: 100%;
    max-width: 70%;
  }

  .page-template34 .line_map-3 .point_right {
    right: 7px;
    top: 54%;
  }

  .page-template34 .line_map-3 .anim-line {
    max-width: 100%;
  }

  .page-template34 .delivery_line-map.line_map-4 .anim-line {
    max-width: 100%;
  }

  .page-template35 .shipping_main-screen {
    height: auto;
  }

  .page-template35 .warehouse_services {
    padding-top: 40px;
  }

  .page-template20 .directions_lists {
    position: relative;
  }

  .page-template20 .direction_item-wrapper:nth-child(even) {
    display: block;
    flex-basis: auto;
  }

  .page-template20 .directions_lists>div {
    flex-basis: auto;
  }

  .page-template20 .directions_lists>div>div {
    min-width: auto;
  }

  .page-template20 .delivery_line-map.line_map-1 {
    max-width: 21%;
    top: 28%;
  }

  .page-template20 .delivery_line-map.line_map-2 {
    max-width: 40%;
  }

  .page-template20 .delivery_line-map.line_map-3 {
    max-width: 31%;
  }

  .page-template20 .delivery_line-map.line_map-4 {
    max-width: 50%;
  }

  .page-template42 img.icon_image {
    left: 6%;
    bottom: 4%;
  }

  .hiw_item:before {
    top: -30%;
  }

  .commercial_title {
    font-size: 24px;
  }

  .commercial_block-content {
    flex-basis: 45%;
  }

  .recommend_item-title {
    font-size: 16px;
  }

  .recommend_service_inner {
    padding: 15px;
  }

  .recommend_service_item {
    height: 250px;
  }

  span.payment_inner-text {
    font-size: 14px;
  }

  span.payment_inner-title {
      font-size: 18px;
  }

  .inner_services-title span.details-title {
      font-size: 22px;
  }

  .page-template52 .inner_services-title {
      margin-bottom: 20px;
  }

  .details-lists {
      padding: 30px;
  }

  .details-lists .details-title {
      font-size: 16px;
  }

  .details-value {
      font-size: 16px;
  }

  .details-row {
      margin-bottom: 10px;
  }

  .cabinet_row {
    padding-bottom: 60px;
  }

}

@media (max-width: 860px) {

  .do_you_do-animation {
    bottom: -25px;
  }


  .page-template37 .directions_lists {
    position: relative;
    display: flex;
  }

  .page-template37 .direction_maps-inner {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }

  .page-template37 .directions_lists>div {
    margin: 0px 5px;
  }

  .page-template31 h1.main_title {
    font-size: 22px;
  }

  .page-template31 .short_description {
    font-size: 12px;
  }

  .fake_select-action {
    font-size: 14px;
    padding: 12px 15px;
  }

  .cf-step2_next .cf-btn {
    padding: 10px 20px;
  }

  .info_video-title {
    font-size: 24px;
  }

  .info_video-subtitle {
    font-size: 14px;
  }

  .page-template31 .short_description {
    font-size: 12px !important;
  }

  .page-template31 .inner_main-screen {
    padding-bottom: 20px;
  }

  .calendar-row {
    flex-direction: column-reverse;
  }

  .cf-calendar_left {
    width: 100%;
    padding-right: 0;
  }

  .cf-calendar_right {
    width: 100%;
  }

  .calendar-td {
    font-size: 18px;
  }

  .page-template34 .directions_lists {
    display: flex;
    margin-top: 5%;
    position: relative;
    top: 0;
    width: 100%;
    flex-basis: 100%;
  }

  .page-template34 .direction_item-wrapper {
    margin: 0px 5px;
  }

  .page-template34 .directions_lists>div .direction_item {
    width: 100%;
    max-width: 100%;
  }

  .page-template34 .point_left span.point_map-title {
    font-size: 9px !important;
  }
}

@media (max-width: 768px) {

  html[lang="ru"] .page-template10 .works_lists:after {
    top: 4%;
    bottom: 15.8%;
  }

  html[lang="uk"] .page-template10 .works_lists:after {
    bottom: 15.8%;
  }

  html[lang="uk"] .page-template7 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  .page-template6 .works_lists:after {
    top: 4%;
    bottom: 15.8%;
  }

  .page-template35 section#fast_request {
    margin-top: 0;
  }

  .page-template35 .transtype_item:last-child,
  html[lang="en"] .page-template35 .transtype_item:last-child {
    top: 0;
  }

  .page-template35 .transtype_item:nth-child(3) {
    top: 0;
  }

  html[lang="en"] .page-template35 .transtype_item:nth-child(even) {
    top: 0;
  }

  html[lang="ru"] .page-template6 .works_lists:after {
    bottom: 14.8%;
    top: 4%;
  }

  html[lang="en"] .page-template6 .works_lists:after {
    bottom: 14.8%;
    top: 4%;
  }

  html[lang="en"] .page-template12 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  html[lang="uk"] .page-template12 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  html[lang="ru"] .page-template12 .works_lists:after {
    bottom: 14.8%;
  }

  html[lang="en"] .page-template5 .works_lists:after,
  html[lang="ru"] .page-template5 .works_lists:after,
  html[lang="uk"] .page-template5 .works_lists:after {
    bottom: 14.8%;
    top: 4%;
  }

  html[lang="ru"] .page-template11 .works_lists:after {
    bottom: 14.8%;
  }

  html[lang="en"] .page-template11 .works_lists:after {
    bottom: 15.8%;
  }

  .event_wrapper .item__post {
    height: 275px;
  }

  .pagination_block {
    margin-bottom: 30px;
  }

  .hiw_item:before {
    top: -60%;
  }

  .page-template18 section#our_team_inner {
    padding-bottom: 20px;
  }

  .page-template18 section#how_delivery,
  .page-template16 section#how_delivery,
  .page-template17 section#how_delivery {
    margin-bottom: 0;
  }

  html[lang="en"] .page-template9 .works_lists:after {
    bottom: 15.8%;
  }

  html[lang="en"] .page-template14 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  html[lang="ru"] .page-template14 .works_lists:after,
  .page-template14 .works_lists:after {
    bottom: 14.8%;
    top: 4%;
  }

  html[lang="ru"] .page-template13 .works_lists:after {
    bottom: 14.8%;
    top: 4%;
  }

  html[lang="en"] .page-template13 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  .page-template13 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }


  .page-template10 .works_lists:after {
    bottom: 16.8%;
    top: 4%;
  }

  html[lang="en"] .page-template10 .works_lists:after {
    bottom: 15.8%;
  }

  html[lang="ru"] .page-template9 .works_lists:after {
    bottom: 14.8%;
    top: 4%;
  }

  html[lang="uk"] .page-template9 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  .page-template9 .works_lists:after {
    bottom: 16.8%;
    top: 4%;
  }

  html[lang="en"] .page-template7 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  html[lang="ru"] .page-template7 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  .page-template7 .works_lists:after {
    bottom: 16.8%;
    top: 5%;
  }

  .page-template5 .airport_image {
    top: 35.5%;
  }

  .page-template11 .works_lists:after {
    bottom: 15.8%;
    top: 4%;
  }

  .contact_social-lists {
    flex-wrap: wrap;
    row-gap: 6px;
    width: 70%;
  }

  .page-template20 .about_us-img img {
    max-width: calc(100vw - 20px);
  }

  .counter .counter_btn {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }

  .input_wrapper select {
    height: 50px;
  }

  #counterValue {
    height: 45px;
  }

  .page-template20 .delivery_lists-icons .delivery_item-wrapper {
    flex-basis: calc(100% - 20px);
  }

  .page-template20 section#our_services {
    padding: 40px 0;
  }

  .page-template20 #shipping_method .video_content-inner {
    margin-bottom: 0;
  }

  .page-template20 section#calculate {
    padding-top: 0;
  }

  .page-template20 .delivery_directions-template section.cases_wrapper {
    padding: 50px 0 0;
  }

  .page-template45 .inner_main-screen {
    padding-top: 9%;
  }

  .page-template33 .item_inner-description {
    font-size: 14px;
  }

  .page-template33 #shipping_method_inner {
    padding-bottom: 124px;
  }

  .page-template37 .transtype_item:nth-child(2),
  .page-template38 .transtype_item:nth-child(2) {
    margin-bottom: 10px;
  }

  .aboutus_whiteblocks {
    gap: 28px;
  }

  .page-template33 section#our_team_inner {
    padding-bottom: 40px;
  }

  .aboutus_whiteblocks {
    margin-top: 30px;
  }

  .page-template38 section#calculate {
    padding-top: 50px;
  }

  .page-template38 section.cases_wrapper {
    padding-top: 60px;
  }

  .page-template37 section#our_team_inner,
  .page-template36 section#our_team_inner {
    padding-bottom: 30px;
  }

  #our_team_inner .video_content-inner {
    margin-bottom: 25px;
  }

  .page-template37 section#how_delivery {
    padding-bottom: 35px;
  }

  .page-template32 .warehouse_services {
    padding: 45px 0;
  }

  .page-template18 section#calculate,
  .page-template17 section#calculate,
  .page-template16 section#calculate {
    padding: 50px 0;
  }

  .page-template18 section.dependence_price {
    padding: 50px 0px;
  }

  #video_content .video_content-inner,
  #home_blog .video_content-inner {
    margin-bottom: 30px;
  }

  .event_wrapper span.title-news__card {
    font-size: 16px;
  }

  .page-template44 .main_screen-img {
    margin-left: 0;
    margin-right: 0;
  }

  .video_lists {
    margin: 0;
  }

  .page-template27 .about_us-img {
    margin: 0 auto;
  }

  .page-template27 .about_us-img img {
    max-height: unset;
  }

  .delivery_det_wrapper {
    margin-top: 30px;
  }

  .page-template27 .video_content-inner {
    margin-bottom: 30px;
  }

  .page-template27 section#our_team_inner {
    padding-bottom: 30px;
  }

  .warehouse_services_blocks {
    margin-top: 30px;
  }

  .page-template27 .whydif {
    margin-bottom: 40px;
  }

  .article_author-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .article_author-content img {
    width: 80px !important;
    height: 80px !important;
    margin-right: 10px;
  }

  .author_name {
    font-size: 16px;
  }

  .author_position {
    font-size: 13px;
  }

  .page-template27 .service_catalog-section {
    padding-top: 40px;
  }

  .select-selected,
  .select-items {
    font-size: 12px;
  }

  .input_wrapper input,
  .input_wrapper select,
  .input_wrapper textarea {
    font-size: 12px;
  }

  .input_wrapper input::placeholder,
  .input_wrapper select::placeholder,
  .input_wrapper textarea::placeholder {
    font-size: 12px;
  }

  .page-template23 .about_us-img,
  .page-template23 .about_us-content {
    width: 100%;
  }

  .whywe_chinabuy_items {
    margin-top: 40px;
  }

  .page-template7 a.btn.btn-link.blue-bg {
    font-size: 12px;
  }

  a.btn.btn-link.blue-bg {
    padding: 15px 26px;
  }

  #fast_request .privacy_checkbox label,
  .modal_content-inner .privacy_checkbox label {
    text-align: center;
  }

  #fast_request .privacy_checkbox {
    margin: 4px auto 0;
  }

  section#about_us {
    padding-bottom: 50px;
  }

  .howsend_items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }

  .service_catalog .slide a:after {
    display: none;
  }

  .short_description {
    font-size: 16px !important;
  }

  .contact_main-column:first-child {
    flex-basis: calc(50% - 40px);
  }

  .whydif_items {
    margin-top: 30px;
  }

  .whydif_item span {
    font-size: 16px;
  }

  .whydif_item {
    gap: 8px;
  }

  .p120 {
    padding: 40px 0;
  }

  section#our_team_inner {
    padding-top: 40px;
  }

  .page-template7 #our_team_inner,
  .page-template42 section#our_team_inner,
  .page-template43 section#our_team_inner,
  .page-template44 section#our_team_inner {
    padding-bottom: 40px;
  }

  .fast_form-container {
    margin-top: 20px;
  }

  .whydif {
    margin-bottom: 35px;
  }

  .article_main-wrapper {
    margin-right: 0;
  }

  .default_title.default_title-blog,
  span.default_title.default_title-blog {
    font-size: 23px;
  }

  .item__share {
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
    padding-top: 20px;
  }

  span.text-share {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
  }

  .article_main-wrapper h1.main_title {
    font-size: 23px;
    text-transform: none;
  }

  .list__share a {
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 10px;
  }

  span.text_share {
    font-size: 14px;
  }

  .service_catalog-wrapper {
    padding-left: 0px;
  }

  .features_cption {
    font-size: 12px;
  }

  .features_icon {
    width: 60px;
    height: 60px;
  }

  .features_icon img {
    max-width: 40px;
  }

  .transportation_item {
    flex-basis: calc(100% - 30px);
  }

  .transportation_item {
    display: block;
    padding: 20px;
  }

  .transportation_content {
    width: 100%;
  }

  .transportation_img {
    width: 100%;
    margin: 12px 0px 0px;
  }

  .transportation_title {
    font-size: 18px;
  }

  .transportation_desc {
    font-size: 14px;
  }

  .bredcrumbs.breadcrumb_shipping-method {
    padding-top: 10px;
  }

  h1.main_title {
    font-size: 28px;
  }

  a.btn.btn-slider {
    margin-top: 20px;
    font-size: 12px;
  }

  .slider_content-inner {
    top: 20%;
  }

  .item_slide img {
    max-height: calc(100vh - 250px);
  }

  .about_us-inner {
    display: block;
  }

  h1.error-title {
    font-size: 27px;
    margin-top: 60px;
  }

  a.red-link {
    padding: 15px 30px;
  }

  .about_us-pattern svg {
    max-width: fit-content;
    max-height: 55vh;
    margin-left: 3%;
    margin-top: 3%;
  }

  .about_us-img img {
    max-width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
    max-height: 55vh;
  }

  .about_us-img {
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    gap: 30px
  }

  .about_us-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .default_title,
  span.default_title {
    font-size: 23px;
  }

  .about_us-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  a.link.default_link {
    margin-top: 10px;
    display: inline-block;
  }

  .item_inner-title {
    margin-bottom: 15px;
  }

  .services_item {
    min-height: 300px;
    padding: 25px;
  }

  .lists_itemservice-icon {
    width: 43px;
    height: 43px;
  }

  .lists_itemservice-title {
    font-size: 12px;
  }

  .lists_itemservice-title span {
    font-size: 16px;
  }

  form#fast_request-form {
    flex-direction: column;
    max-width: 350px;
    margin: auto;
  }

  .item_fast-request button {
    height: 50px;
  }

  .form-left-arrow {
    top: 7%;
  }

  .form-right-arrow {
    bottom: 7%;
  }

  .home_section {
    padding: 40px 0px;
  }

  .page-template26 #home_seo-text {
    padding-bottom: 40px;
  }

  .page-template7 .service_catalog-section {
    padding-bottom: 40px;
  }

  .page-template9 .home_section {
    padding: 40px 0;
  }

  .page-template9 section#calculate {
    padding: 50px 0;
  }

  .page-template21 .service_catalog-section,
  .page-template26 .service_catalog-section {
    padding-top: 60px;
  }

  .cabinet_mascot img {
    max-height: 70%;
  }

  .cabinet_mascot {
    margin-bottom: -70%;
  }

  ul.delivery_lists li {
    flex-basis: calc(50% - 10px);
  }

  a.btn.btn-link.blue-bg {
    font-size: 14px;
  }

  .method_desc {
    font-size: 10px;
  }

  .method_bottom {
    font-size: 10px;
  }

  span.text_radio {
    font-size: 12px;
  }

  .form-calculate-item span.text_radio {
    font-size: 10px;
  }

  .form-calculate-item .custom_radio {
    padding: 0 15px;
  }

  .form-calculate-item input {
    height: 50px;
  }

  span.icon_play {
    width: 36px;
    height: 36px;
  }

  span.icon_play svg {
    max-width: 12px;
  }

  span.icon_play:before {
    width: 47px;
    height: 47px;
  }

  span.video_item-title {
    font-size: 12px;
  }

  a.btn.btn-link.btn-youtube-link {
    font-size: 14px;
  }

  .seo_text-description p {
    font-size: 14px;
  }

  .seo_text-description h2 {
    font-size: 18px;
  }

  .seo_text-description h3 {
    font-size: 16px;
  }

  .faq__question {
    padding: 10px 0px;
  }

  .faq__answer-inner {
    font-size: 14px;
  }

  .blog_item {
    border-radius: 10px;
  }

  span.blog_item-title {
    font-size: 12px;
  }

  a.readmore_link {
    font-size: 12px;
  }

  a.readmore_link svg {
    max-height: 9px;
    margin-left: 4px;
  }

  .about_us-pattern {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
  }

  .hex .method_icon {
    max-width: 25%;
  }

  .hex .method_icon {
    margin-bottom: 0px;
    margin-top: -20px;
  }

  span.icon_in_hover img {
    max-width: 24px !important;
  }

  h2.title_inner-row,
  span.title_inner-row {
    font-size: 18px;
  }

  section.shipping_inner-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .do_you-title {
    margin: 0px -5px;
  }

  section.stages_delivery {
    padding: 50px 0px;
    margin-top: 50px;
  }

  .do_you-item {
    flex-basis: calc(20% - 10px);
    margin: 5px;
  }

  .airport_image {
    top: 25%;
  }

  .dependence_item {
    flex-basis: calc(33.33% - 20px);
  }

  .dependence_lists {
    justify-content: center;
  }

  .advantages_row {
    display: block;
  }

  .works_icon svg,
  .works_icon img {
    max-width: 30px;
  }

  .page-template47 h1.price__title.main_title {
    margin-bottom: 0px;
  }

  .works_icon {
    width: 55px;
    height: 55px;
  }

  .works_item {
    padding-bottom: 30px;
  }

  .advantage_bg-img {
    z-index: -1;
  }

  .works_title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .works_desc {
    font-size: 12px;
  }

  .works_item:nth-child(even) {
    padding-left: 30px;
  }

  .works_lists:after {
    bottom: 16%;
  }

  .case_caption-title {
    font-size: 18px;
  }

  .case_company-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .case_company-desc {
    font-size: 14px;
  }

  .content_desc {
    padding: 15px;
  }

  .service_catalog .slide a {
    font-size: 14px;
  }

  .service_catalog .slide a {
    min-height: calc(168vw/4);
  }

  .advantage_item:nth-child(odd) {
    flex-basis: 100%;
  }

  .advantage_item {
    margin-top: 0px;
  }

  .column-wrapper {
    display: none;
  }

  .related__posts.wrapper__posts-related {
    margin: 0;
    flex-basis: 100%;
  }

  .page-template6 img.icon_image {
    max-width: 180px;
    right: 8%;
    bottom: -21%;
  }

  .delivery_lists {
    margin: 0px -5px;
  }

  .delivery_item-wrapper {
    flex-basis: calc(50% - 10px);
    margin: 5px;
  }

  .default_title,
  span.default_title,
  #shipping_method .default_title,
  section#how_delivery .default_title {
    font-size: 24px;
  }

  #faq h3.default_title {
    font-size: 22px;
  }

  section#about_us-direction {
    padding-bottom: 40px;
  }

  .about_us-content.about_us-desc h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .about_us-desc ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .page-template19 .directions_lists>div {
    flex-basis: 32%;
  }

  .page-template19 h2.title_on_map {
    font-size: 23px;
  }

  .default_subtext {
    font-size: 14px;
  }

  .direction_maps {
    margin-top: 30px;
  }

  span.transtype_item-num {
    display: none !important;
  }

  .transtype_lists:after {
    display: none;
  }

  .transtype_item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .transtype_item:nth-child(even) {
    top: 0px;
  }

  .transtype_item:nth-child(odd)::after {
    display: none;
  }

  .transtype_item:nth-child(even)::before {
    display: none;
  }

  section#how_delivery {
    padding-bottom: 40px;
  }

  .delivery_directions-template .dependence_item {
    flex-basis: calc(50% - 20px);
    min-width: auto;
  }

  .direction_maps-inner {
    flex-wrap: wrap;
  }

  .delivery_line-map {
    top: 52%;
  }

  span.point_map-title {
    font-size: 12px;
  }

  .point_left span.point_map-title {
    top: -30px;
  }

  span.point_map {
    width: 20px;
    height: 20px;
  }

  span.point_map span {
    width: 10px;
    height: 10px;
  }

  .point_right {
    top: -10px;
  }

  .page-template16 .icon_image {
    position: relative;
  }

  .directions_lists {
    display: flex;
    margin-top: 5%;
    position: relative;
    top: 0;
    width: 100%;
    flex-basis: 100%;
  }

  .delivery_lists-icons .delivery_item-wrapper {
    flex-basis: calc(50% - 10px);
  }

  .page-template17 .anim-line svg {
    width: 23vw;
  }

  .page-template17 .delivery_line-map {
    left: auto;
    right: 24%;
    top: 37%;
  }

  .page-template17 .point_left {
    top: 30px;
  }

  .delivery_item-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .delivery_item-shortdesc {
    font-size: 12px;
  }

  .item_caption-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .item_caption-short_description {
    font-size: 12px;
  }

  .our_services-item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }

  .page-template18 .point_right {
    bottom: 40px;
    top: auto;
  }

  .page-template18 .delivery_line-map {
    max-width: 42vw;
    top: 31%;
    left: 33%;
  }

  .page-template18 .point_left {
    top: 50px;
  }

  h2.title_on_map {
    font-size: 18px;
  }

  section#tariff {
    margin-top: 50px;
  }

  .tariff_lists>div {
    padding: 15px;
    margin: 5px;
  }

  .tariff_item-row.row-head div {
    font-size: 12px;
    padding: 5px;
  }

  .tariff_lists {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .tariff_item-row.row-body div {
    font-size: 14px;
    padding: 10px 5px;
    height: 60px;
  }

  .bottom-subtext {
    font-size: 14px;
  }

  #tariff .default_title {
    margin-bottom: 5px;
  }

  .default_subtitle-block {
    font-size: 14px;
  }

  .bottom-subtext p {
    margin-bottom: 0px;
  }

  .page-template19 .delivery_line-map.line_map-6 {
    top: 27%;
  }

  .page-template19 .line_map-6 .point_right {
    top: 35px;
    right: 12px;
  }

  .page-template19 .delivery_line-map.line_map-5 .anim-line svg {
    /* width: 89%; */
  }

  .page-template19 .delivery_line-map.line_map-5 {
    top: 24%;
    width: 60%;
    right: 23%;
  }

  .page-template19 .delivery_line-map.line_map-4 {
    width: 50%;
    right: 23%;
    top: 32%;
  }

  .page-template19 .delivery_line-map.line_map-3 {
    width: 30%;
    top: 37%;
    right: 24%;
  }

  .page-template19 .delivery_line-map.line_map-2 {
    width: 38%;
    top: 20%;
    right: 24%;
  }

  .page-template19 .delivery_line-map.line_map-1 {
    width: 20%;
    top: 25%;
  }

  .page-template19 .point_left span.point_map {
    top: 0;
  }

  .page-template19 .point_left span.point_map-title {
    top: -20px;
  }

  .page-template19 .line_map-6 .point_left {
    bottom: 55px;
  }

  .page-template19 .delivery_line-map.line_map-5 .point_left {
    top: 10px;
  }

  .directions_lists>div .direction_item {
    width: 100%;
    max-width: 100%;
  }

  .page-template39 .warehouse_services {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .page-template39 section#our_team_inner {
    padding-bottom: 40px;
  }

  .page-template40 .warehouse_services {
    padding-bottom: 40px;
  }

  .page-template40 section#our_team_inner {
    padding-bottom: 40px;
  }

  .page-template41 .warehouse_services {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .page-template41 section#our_team_inner {
    padding-bottom: 40px;
  }


  .warehouse_block_title {
    font-size: 16px;
    white-space: unset;
    text-align: center;
    display: block;
    width: 80%;
  }

  .advanteges_with_us_item span {
    font-size: 14px;
  }

  .town_map span {
    font-size: 16px;
  }

  .town_map span {
    font-size: 16px;
  }

  .warehouse_map_inner {
    flex-direction: column;
  }

  .warehouse_map_img {
    flex-basis: 100%;
    margin: 0px;
  }

  .warehouse_map_info {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .warehouse_map_info_item {
    padding: 15px;
  }

  .warehouse_info_value span {
    font-size: 12px;
  }

  span.warehouse_info_title {
    font-size: 14px;
  }

  .warehouse_map_inner {
    margin-top: 30px;
  }

  .advanteges_with_us_wrapper {
    margin-top: 30px;
  }

  .condition_subtitle {
    font-size: 14px;
  }

  .condition_receipt-item {
    font-size: 17px;
  }

  .condition_subtitle {
    font-size: 14px;
  }

  .condition_receipt-lists {
    gap: 10px;
    width: 100%;
  }

  .condition_receipt-wrapper {
    display: block;
  }

  .condition_receipt-img {
    justify-content: center;
    margin: 0;
  }

  .page-template44 .hiw_lists.d-grid.d-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-template44 .hiw_item:nth-child(4)::before {
    display: none;
  }

  .condition_receipt-img img {
    width: 90%;
    max-width: 350px;
  }

  .hiw_lists.d-grid.d-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hiw_item:nth-child(even)::before {
    display: none;
  }

  .description_image-row {
    flex-direction: column;
  }

  .caption_img_type {
    text-align: center;
  }

  .description_image-row.flex-reverse {
    flex-direction: column;
  }

  .flex-reverse .caption_img_type {
    text-align: center;
  }

  .sow_title:before {
    max-height: 167px;
    overflow: hidden;
  }

  .sow_title:nth-child(3)::before {
    max-height: 108px;
  }

  .sow_title:nth-child(2)::before {
    max-height: 81px;
  }

  section.scheme_of_work {
    padding: 40px 0px;
    margin-top: 40px;
  }

  .how_it_works {
    padding-top: 40px;
  }

  .news .video_content-inner {
    margin-bottom: 10px;
  }

  .promotion_bottom {
    padding-bottom: 10px;
  }

  .blog__wrapper.blog_inner.promotion__single-wrapper {
    padding-bottom: 10px;
  }

  .page-template38 .anim-line svg {
    height: auto;
  }

  .page-template38 .line_map-1 .point_left {
    top: 24px;
    left: 5px;
  }

  .page-template38 .delivery_line-map.line_map-1 {
    top: 62%;
  }

  .page-template38 .line_map-1 .point_right {
    top: -23px;
    left: 6px;
  }

  .page-template38 .delivery_line-map.line_map-2 {
    left: 40%;
    top: 42%;
  }

  .page-template38 .line_map-2 .point_right {
    top: 11px;
    right: 5px;
  }

  .page-template38 .delivery_line-map.line_map-3 {
    top: 56%;
    width: 25px;
    left: 80%;
  }

  .page-template38 .line_map-3 .point_right {
    top: 15px;
    right: -19px;
  }

  .page-template38 .delivery_line-map.line_map-3 span.point_map-title {
    right: -38px;
    top: 20px;
  }

  .page-template38 .delivery_map-wrapper {
    display: block;
    position: relative;
  }

  .page-template38 .direction_item-wrapper {
    margin: 0px 5px;
  }

  .page-template38 .line_map-3 .point_right span.point_map {
    top: 0px;
  }


  .page-template37 .line_map-3 .point_right {
    bottom: -3px;
    top: auto;
  }

  .page-template37 .delivery_line-map.line_map-2 .point_left {
    bottom: 9px;
    left: 7px;
  }

  .page-template37 .delivery_line-map.line_map-2 .point_left .point_map-title {
    bottom: -34px;
    top: auto;
    right: -77px;
  }

  .page-template37 .line_map-1 .point_left {
    bottom: 16px;
  }

  .page-template37 .line_map-2 .point_right span.point_map {
    top: 0;
  }

  .page-template37 .line_map-2 .point_right {
    top: 30px;
    right: 4px;
  }

  .page-template37 .line_map-2 .point_right span.point_map-title {
    font-size: 12px;
    right: -70px;
    top: 0px;
  }

  .page-template35 .delivery_line-map.line_map-2 .point_right {
    top: auto;
  }

  .page-template35 .line_map-1 span.point_map-title {
    white-space: nowrap;
    right: -60px;
    top: -5px;
  }

  .direction_item-wrapper {
    margin: 0px 5px;
  }

  .page-template20 .line_map-1 .point_left span.point_map {
    top: -21px;
    left: -11px;
  }

  .page-template20 .delivery_line-map.line_map-5 {
    max-width: 58%;
  }

  .form_product-row>div {
    flex-basis: calc(50% - 10px);
  }

  .form_product-row {
    column-gap: 20px;
  }

  .form_purchase_flex {
    gap: 20px;
  }

  .form_side {
    flex-basis: calc(50% - 10px);
  }

  button.remove_product-row {
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .popular_requests-lists a {
    font-size: 14px;
  }

  .popular_requests-lists a {
    flex-basis: calc(50% - 10px);
    font-size: 12px;
  }

}

@media (max-width: 720px) {
  .article__description .table-bordered {
    overflow: scroll;
  }
}

@media (max-width: 560px) {

  .certificates_slider_item {
    display: flex !important;
    align-items: center;
    height: auto;
  }

  .tarif_types_description {
    font-size: 14px;
  }

  ul.delivery_lists li a {
    font-size: 10px;
  }

  .animation_text {
    font-size: 12px;
  }

  .cabinet_row {
    padding-bottom: 0px;
  }

  .cabinet_row .default_title {
    font-size: 20px;
    max-width: 100%;
  }

  .about_us-content {
    margin-right: 0;
  }

  html[lang="uk"] .page-template7 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="uk"] .page-template9 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template6 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .page-template20 #our_team_inner {
    padding-bottom: 40px;
  }

  html[lang="uk"] .page-template6 .works_lists:after {
    top: 2%;
    bottom: 12.8%;
  }

  .page-template19 .delivery_lists,
  .page-template20 .delivery_lists {
    margin-top: 20px;
  }

  .page-template19 .delivery_map-wrapper,
  .page-template20 .delivery_map-wrapper {
    top: 0;
  }

  html[lang="ru"] .page-template6 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .blog+.newsletter_wrapper-form {
    margin-bottom: -2px;
  }


  .page-template34 .line_map-8 .point_left {
    top: 0px;
    left: 10px;
  }

  .page-template34 .line_map-8 .anim-line svg {
    display: none;
  }

  html[lang="uk"] .page-template12 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template12 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="ru"] .page-template12 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template5 .works_lists:after,
  html[lang="uk"] .page-template5 .works_lists:after {
    bottom: 12.8%;
    top: 3%;
  }

  html[lang="ru"] .page-template5 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .page-template11 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template11 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="ru"] .page-template11 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template9 .works_lists:after {
    bottom: 12.8%;
  }

  .page-template31 .main_screen-img {
    margin-top: 3%;
  }

  .page-template31 .inner_main-screen {
    padding-bottom: 0;
  }

  .page-template14 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template14 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="ru"] .page-template14 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .page-template13 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="ru"] .page-template13 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template13 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .do_we_do-wrapper .do_we_do-animation image {
    scale: 1;
  }

  html[lang="en"] .page-template10 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .page-template10 .works_lists:after {
    bottom: 13.8%;
    top: 3%;
  }

  html[lang="ru"] .page-template10 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .page-template9 .works_lists:after {
    bottom: 13.8%;
    top: 2%;
  }

  html[lang="ru"] .page-template9 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="en"] .page-template7 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  html[lang="ru"] .page-template7 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .page-template7 .works_lists:after {
    bottom: 13.8%;
    top: 2%;
  }

  .page-template12 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .do_we_do-wrapper .do_you_do-container {
    flex-wrap: wrap;
  }

  .page-template34 .line_map-6 span.point_map span {
    width: 4px;
    height: 4px;
  }

  .page-template34 .line_map-6 span.point_map {
    width: 10px;
    height: 10px;
  }

  .page-template34 .default_subtext {
    display: none;
  }

  .page-template34 .shipping_method-page section#shipping_method h2 {
    margin-bottom: 20px;
  }

  .page-template20 .video_content-inner {
    margin-bottom: 30px;
  }

  .page-template20 .inner_main-screen {
    padding-bottom: 0;
  }

  .page-template20 .main_screen-img {
    margin-top: 0;
  }

  .page-template20 .main_screen-img img.featured_image {
    translate: 50px -38px;
  }

  .fulfillments {
    padding: 40px 0;
  }

  button.search_btn {
    font-size: 14px;
    padding: 12px 40px;
    margin-left: 10px;
  }

  .search_form-wrapper input {
      width: 70%;
  }

  .page-template20 img.icon_image {
    left: 5%;
    max-width: 78%;
  }

  .fulfillments_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .proposal_coop_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .page-template35 .warehouse_services {
    padding-bottom: 40px;
  }

  .proposal_coop {
    padding: 40px 0;
  }

  .form_contact_subtitle {
    font-size: 15px;
  }

  .page-template33 h1.main_title {
    font-size: 24px;
    line-height: 130%;
  }

  .page-template35 .directions_lists {
    flex-wrap: wrap;
  }

  div#england .country_icon {
    left: 37px;
  }

  .page-template33 .shipping_main-inner .inner_main-screen {
    bottom: 25px;
  }

  .page-template33 .shipping_main-inner .main_screen-content {
    flex-basis: 100%;
  }

  .page-template33 .main_screen-subtitle {
    font-size: 16px;
    margin-top: 12px;
  }

  .page-template33 section#about_us-direction {
    padding: 0;
  }

  .page-template33 #shipping_method_inner {
    padding-bottom: 30px;
  }

  .certificates_slider_item img {
    width: 100%;
    box-shadow: 0px 4px 42px 0px rgba(132, 196, 200, 0.30);
    height: auto;
    object-fit: contain;
  }

  .certificates_slider .slick-dots li,
  .customers_thanks_slider .slick-dots li {
    width: 27px;
  }

  .customers_thanks_slider .customer_name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .slider_staff-wrapper {
    padding: 0;
  }

  .customer_review {
    font-size: 13px;
    max-height: 130px;
  }

  .customers_thanks_slider .slick-arrow {
    height: 40px;
    width: 40px;
  }

  .customers_thanks_slider .slick-arrow {
    top: 50%;
  }

  .customers_thanks .slick-track {
    align-items: center;
  }

  .certificates_slider .slick-list {
    padding: 20px 0 33px !important;
    margin-left: 0;
  }

  .page-template33 .item_method {
    flex-basis: 100%;
    margin-bottom: 55px;
  }

  .about_us-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .about_us-inner .about_us-img {
    margin-bottom: 0px;
    margin-top: 30px;
  }

  .page-template33 .item_inner-description {
    line-height: 130%;
  }

  .aboutus_whiteblock_date {
    margin-bottom: 13px;
  }

  .aboutus_num_bottom_blocks {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
    row-gap: 40px;
  }

  .aboutus_whiteblock_txt {
    max-width: 100%;
  }

  .aboutus_whiteblock {
    padding: 20px;
  }

  .aboutus_num_bottom_t {
    font-size: 20px;
  }

  .aboutus_whiteblocks {
    grid-template-columns: repeat(1, 1fr);
  }

  .aboutus_whiteblocks {
    gap: 20px;
  }

  .aboutus_whiteblock_year {
    font-size: 23px;
  }

  .page-template43 img.icon_image,
  .page-template44 img.icon_image,
  .page-template42 img.icon_image,
  .page-template38 img.icon_image,
  .page-template36 img.icon_image,
  .page-template26 img.icon_image,
  .page-template37 img.icon_image,
  .page-template32 img.icon_image {
    max-width: 100%;
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .foshan_wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }

  .foshan {
    margin-top: 50px;
  }

  .inspect_details_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .inspect_details_block:last-child {
    grid-column: unset;
  }

  .inspect_details_block:last-child img {
    display: block;
  }

  .inspect_details_block img {
    width: 20%;
  }

  .whywe_chinabuy_item {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
  }

  .foshan_txt_block:nth-child(1),
  .foshan_txt_block:nth-child(2) {
    width: 100%;
  }

  .recommend_service_item {
    flex-basis: calc(100% - 10px);
}

  .foshan_txt_block:nth-child(2) {
    margin-top: 30px;
  }

  .page-template29 .short_description p,
  .page-template29 .short_description li {
    font-size: 14px;
  }

  .page-template38 .main_screen-content {
    flex-basis: 100%;
  }

  .communication_info_subtitle {
    font-size: 16px;
  }

  .page-template26 .howsend_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-template26 .howsend_item p {
    margin-top: 10px;
    margin-left: 12px;
    font-size: 14px;
  }



  .search_tariff_blocks {
    grid-template-columns: repeat(1, 1fr);
  }

  .tariff_block_descr {
    min-height: unset;
  }

  .tariff_block_list {
    margin-top: 20px;
  }

  .page-template26 .about_us-img img {
    max-width: 95%;
  }

  .page-template37 section#calculate {
    padding-top: 50px;
  }

  .page-template37 .warehouse_services {
    padding-bottom: 10px;
    padding-top: 30px;
  }

  .page-template32 .warehouse_services {
    padding-top: 0;
  }

  .warehousein_side_img img.warehouse_pin_icon {
    width: 30px;
  }

  .page-template40 .warehouse_services {
    padding-top: 40px;
  }

  .page-template34 img.featured_image {
    max-width: 62%;
    translate: 64px -23px;
  }

  .promotion__posts>div {
    flex-basis: 100%;
  }

  .promotion__posts>div {
    flex-basis: 100%;
  }

  .item__promotion .post-thumbnail img {
    height: 75vw;
  }

  .item__promotion .post-thumbnail {
    height: 75vw;
  }

  .item__promotion a.blog__news-card.news-card {
    height: auto !important;
  }

  .popular_problems_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .popular_problems1_wrapper .problem_item {
    padding: 0;
  }

  .popular_problems1_wrapper {
    gap: 25px;
  }

  .how_delivery_undertxt span {
    font-size: 14px;
  }

  .page-template34 img.icon_image {
    left: 62%;
    bottom: 7%;
  }

  .popular_problems_subtitle {
    font-size: 16px;
  }

  .warehouse_block_title {
    font-size: 20px;
  }

  a.btn.btn_flags.btn-link.blue-bg {
    font-size: 12px;
  }

  .page-template18 .video_content-inner {
    margin-bottom: 30px;
  }

  .whywe_shadow_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .left_tg-icon img {
    max-width: 47vw;
  }

  .right_tg-icon img {
    max-width: 40vw;
  }

  .form_purchase_wrapper .input_wrapper_flex {
    flex-direction: column;
    gap: 0;
  }

  .input_wrapper input,
  .input_wrapper select,
  .input_wrapper textarea,
  .select-selected {
    height: 45px;
  }

  .sow_lists {
    flex-wrap: wrap;
    padding: 0px 5px;
  }

  .page-template44 .main_screen-img {
    margin-top: 5%;
  }

  .sow_lists>div {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .sow_lists>div:before {
    display: none !important;
  }

  .scheme_image {
    margin-top: 10px;
  }

  .form_purchase_subtitle {
    line-height: 120%;
  }

  .input_wrapper textarea {
    height: 60px;
  }

  .select-items {
    top: 60px;
  }

  .form_purchase_wrapper {
    padding: 20px 15px;
  }

  .form_purchase_wrapper .input_wrapper {
    margin-bottom: 15px;
  }

  .prepare_ch_blocks_img {
    display: none;
  }

  .page-template6 .stages_delivery {
    padding: 50px 0;
    margin-top: 0;
  }

  .page-template6 .video_content-inner {
    margin-bottom: 30px;
  }

  .page-template6 section#calculate,
  .page-template6 section#our_team_inner,
  .page-template6 section.advantage_works {
    padding-top: 50px;
  }

  .page-template6 .service_catalog-section {
    padding-bottom: 45px;
  }

  .page-template6 section.advantage_works {
    padding-bottom: 50px;
  }

  #faq h3.default_title {
    font-size: 20px;
  }

  .delivery_det_wrapper {
    flex-direction: column;
    gap: 15px;
    /* padding: 0 15px; */
  }

  .warehouse_services_blocks {
    grid-template-columns: repeat(1, 1fr);
  }

  .delivery_det_img_bg {
    width: 100%;
    height: 220px;
  }

  .page-template27 .short_description {
    margin-bottom: 25px;
  }

  .page-template27 .about_us-content {
    margin-top: 50px;
  }

  .content_inner p {
    font-size: 14px !important;
  }

  .page-template27 img.featured_image {
    top: 24px;
  }

  .page-template27 .short_description li:before {
    top: -6px;
  }

  .page-template27 .short_description li {
    font-size: 16px;
  }

  .page-template23 .about_us-img img {
    max-width: 96%;
  }

  .communication_info_subtitle {
    margin-bottom: 30px;
  }

  .howbuy_ch_block img {
    width: 60px;
    height: 60px;
  }

  .howbuy_ch_num {
    font-size: 18px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .add_product_btn {
    margin-top: 0;
  }

  .form_purchase_flex {
    flex-direction: column;
    gap: 0;
  }

  .prepare_ch_blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 42px;
    margin-top: 33px;
  }

  .howbuy_ch_txt span {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .howbuy_ch_blocks {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }

  .complex_serv_ch_wrapper {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .tariff_ch_btn {
    margin-top: 40px;
  }

  .whywe_chinabuy_items {
    margin: 30px 0 0;
    row-gap: 15px;
  }

  .tariff_ch_block li {
    font-size: 14px;
  }

  .tariff_ch_inner {
    flex-direction: column;
  }

  .page-template23 .whywe_chinabuy_item {
    flex-basis: 100%;
    margin: 0;
  }

  .communication_info_btn_wrapper {
    margin: 35px 0 0;
  }

  .text_img_block_title,
  .communication_info_title {
    font-size: 23px;
  }

  .communication_info_btn_wrapper:after,
  .communication_info_btn_wrapper:before {
    display: none;
  }

  .page-template23 .about_us-img {
    margin-top: 30px;
  }

  .page-template23 .short_description {
    margin: 17px 0 25px;
  }

  .page-template23 .main_screen-img {
    margin-top: 30px;
  }

  .form-calculate-item input {
    padding: 15px 13px;
  }

  .form-calculate-item input {
    font-size: 12px;
  }

  .shipping_method-lists {
    padding-top: 10px;
  }

  .shipping_method-page section#shipping_method h2 {
    margin-bottom: 40px;
  }

  a.btn.btn-link.btn-youtube-link {
    padding: 18px 45px;
  }

  #fast_request .privacy_checkbox label,
  .modal_content-inner .privacy_checkbox label,
  .calculate_section .privacy_checkbox label {
    padding: 0 10px;
    margin-top: 7px;
  }

  span.video_item-title {
    font-size: 14px;
  }

  .counter {
    justify-content: center;
  }

  span.faq__question-text,
  h3.faq__question-text {
    padding-right: 10px;
  }

  .video_item {
    margin-bottom: 14px;
  }

  .method_desc {
    font-size: 13px;
  }

  #about_us h1.main_title {
    font-size: 26px;
  }

  .slider-title {
    font-size: 24px;
    max-width: 405px;
  }

  .fulfillments_item_img img {
    display: block;
  }

  .form-left-arrow {
    width: 30%;
    top: 4%;
  }

  .form-right-arrow {
    width: 30%;
    bottom: 5%;
  }

  .form-left-arrow:after,
  .form-right-arrow:before {
    width: 17px;
    height: 17px;
    top: -6px;
  }

  a.btn.btn-link.blue-link {
    justify-content: center;
  }

  .export_item {
    padding: 18px;
  }

  .export_item {
    align-items: center;
  }

  .delivery_directions_items {
    margin: 30px auto 0
  }

  .page-template21 img.featured_image {
    margin-top: 8% !important;
  }

  .page-template21 h1.main_title {
    font-size: 28px !important;
    /* text-align: center; */
    margin-top: 20px;
  }

  .blog__pagination.pagination .pagination__pages a {
    width: 30px;
    height: 30px;
    margin: 0px 2px;
  }

  h1.main_title {
    font-size: 28px;
  }

  .page-template21 .short_description {
    font-size: 16px !important;
  }

  .page-template21 section#our_team_inner,
  .page-template22 section#our_team_inner {
    padding-top: 35px;
  }

  .page-template21 a.btn.btn-link.blue-bg {
    width: 100%;
    justify-content: center;
    margin: 15px 0;
  }

  .ali_items {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .shipping_adv_item img {
    width: 55px;
    height: 55px;
  }

  .shipping_adv_wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 35px;
    margin-top: 30px;
  }

  .shipping_adv_item span {
    font-size: 20px;
  }

  .shipping_adv_item p {
    font-size: 16px;
  }

  .shipping_adv_item {
    gap: 10px;
  }

  .export_items,
  .import_items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }

  .export_item span,
  .import_item span {
    font-size: 16px;
  }

  .import_block,
  .shipping_advantages {
    margin-top: 50px;
  }

  .import_item {
    padding: 18px;
  }

  .whydif_item {
    flex-basis: 100%;
    max-width: 100%;
    gap: 13px;
  }

  .whydif_items {
    margin-top: 30px;
    gap: 25px;
  }

  .whydif_item img {
    height: 55px;
  }

  .whydif_item span {
    font-size: 18px;
  }

  .whydif_item p {
    font-size: 15px;
  }

  .delivery_item_info_txt {
    font-size: 14px;
  }

  .warehousein_wrapper {
    flex-direction: column;
  }

  .warehousein_side_info {
    margin-right: 0;
    padding: 15px;
  }

  .warehousein_wrapper {
    margin-top: 30px;
    gap: 30px;
  }

  .warehousein_info_value_txt p span {
    font-size: 14px;
  }

  .warehousein_info_value_txt p {
    font-size: 14px;
    margin: 0;
  }

  .warehousein_info_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .warehousein_item:not(:last-child) {
    margin-bottom: 25px;
  }

  .warehouse_info_bg {
    width: 57%;
    right: -35px;
    bottom: 0;
  }

  .p120 {
    padding: 40px 0;
  }

  .whydif_items {
    flex-direction: column;
  }

  .whydif {
    margin-bottom: 50px;
  }

  .fulfillments {
    padding: 15px 0 55px;
  }

  .fulfillments_item {
    padding: 15px;
  }

  .howsend_item img {
    width: 50px;
    height: 50px;
  }

  .fulfillments_item_title {
    font-size: 20px;
  }

  .howsend_item_num {
    font-size: 14px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .howsend_item_txt {
    font-size: 15px;
  }

  .howsend_items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    margin-top: 25px;
  }

  .delivery_items {
    margin: 30px auto 0;
  }

  .delivery_item_title {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .delivery_item_side_info {
    padding: 15px;
  }

  .delivery_item_side_img img {
    max-width: unset;
    object-fit: contain;
  }

  .delivery_item_side_img {
    width: 40%;
  }

  .delivery_item_info_icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .delivery_item_detail {
    font-size: 16px;
    margin-top: 28px;
  }

  .delivery_item_info_icon img {
    width: 18px;
    height: 18px;
  }

  .fulfillments_item_list li {
    font-size: 14px;
  }

  .fulfillments_item_list li:before {
    min-width: 20px;
    width: 20px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: -33px;
  }

  .fulfillments_item_subtitle {
    font-size: 16px;
  }

  .fulfillments_item_list {
    padding-left: 33px;
    margin-bottom: 0;
  }

  .main_logo img {
    max-height: 27px;
  }

  .page-template7 img.featured_image {
    max-width: 300px;
  }

  .page-template7 img.icon_image {
    bottom: 5%;
    max-width: 39%;
  }

  .modal_form-inner {
    font-size: 18px;
  }

  #get_direction .modal_content {
    min-width: 300px;
  }

  #get_direction button.modal_close {
    right: 0px;
    top: -40px;
    background: #012B3C;
  }

  section.shipping_main-screen.shipping_main-inner {
    height: 80vw;
    max-height: 340px;
  }

  .form_control-modal input {
    height: 45px;
    font-size: 12px;
  }

  #ukraine_delivery button.modal_close {
    top: -40px;
    background: #042b3b;
    right: 0px;
  }

  .item_slide img {
    height: 45vh;
    max-height: 340px;
  }

  .map.map_lang {
    margin-bottom: -4px;
  }

  .patter_slide img {
    max-width: 50vw;
  }

  .patter_slide {
    bottom: 0;
    z-index: 1;
  }

  .slider_content-inner {
    z-index: 2;
  }

  .item_animnum {
    font-size: 27px;
  }

  .animation_number {
    margin-top: 0px;
    /* flex-wrap: wrap; */
    text-align: center;
    justify-content: center;
    gap: 15px;
  }

  .animation_item {
    flex-basis: 50%;
    margin-top: 20px;
  }

  section#about_us {
    padding-bottom: 40px;
  }

  .services_item {
    flex-basis: calc(100% - 10px);
    margin: 5px;
  }

  .services_lists {
    margin: 0px -5px;
  }

  .cabinet_row {
    flex-wrap: wrap;
  }

  .cabinet_text-wrapper {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .cabinet_mascot {
    width: 100%;
    max-width: 100%;
    margin-bottom: -500px;
  }

  a.btn.btn-link {
    font-size: 14px;
    padding: 15px 20px;
  }

  .map_ukraine-wrapper svg {
    height: auto;
    margin-top: 40px;
  }

  .map_delivery-title {
    top: 40px;
  }

  .delivery_lists-wrapper {
    position: relative;
    bottom: 0;
  }

  .item_method {
    flex-basis: 100%;
    margin-bottom: 80px;
  }

  .page-template7 .stages_delivery {
    margin-top: 60px;
  }

  .method_bg img {
    width: 100%;
  }

  .method_caption {
    min-height: 200px;
  }

  .method_bg {
    margin-left: -2%;
  }

  .calculate_column {
    flex-basis: calc(100% - 20px);
  }

  button.calculate-submit-btn {
    height: 50px;
    width: 96%;
    margin-top: 7px;
  }

  .page-template7 section.advantage_works {
    padding-bottom: 13px;
  }

  section.cases_wrapper {
    padding: 50px 0px;
  }

  .calculate_column:first-child {
    margin-bottom: 0px;
  }

  .cases_wrapper .default_title,
  #home_seo-text .default_title {
    margin-bottom: 30px;
  }

  #faq .default_title {
    margin-bottom: 30px;
  }

  form#calculate_form {
    padding: 10px;
  }

  span.text_radio {
    max-width: 70px;
  }

  .staff_caption-name {
    font-size: 16px;
  }

  .video_item {
    flex-basis: calc(100% - 10px);
  }

  a.popup-youtube img {
    min-height: 150px;
    height: 53vw;
  }

  .blog_item {
    flex-basis: calc(100% - 10px);
  }

  .blog_item-img img {
    max-height: 235px;
  }

  .footer_wrapper-form {
    padding-top: 40px;
  }

  .wrapper_main-row.d-flex {
    flex-direction: column;
  }

  .contact_main-column {
    flex-basis: calc(100% - 40px) !important;
  }

  .contact_main-column:first-child {
    border: none;
    margin: 0px;
    padding: 0px;
  }

  .contact_main-item:last-child {
    margin-bottom: 20px;
  }

  .footer_menu-title {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer_menu {
    flex-basis: 100%;
  }

  .footer_menu-item {
    margin-bottom: 25px;
  }

  .footer_maininform-form .form_number input {
    padding-left: 60px;
    height: 50px;
    width: 100%;
  }

  .footer_maininform {
    flex-basis: 100%;
    margin-bottom: 0px;
  }

  .footer_row {
    gap: 0;
  }

  .footer_maininform-form span.search_icon {
    width: 50px;
    height: 50px;
  }

  .footer_menu-item nav a {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .country_time {
    display: flex;
    flex-wrap: wrap;
  }

  .country_time-item {
    margin: 0px;
    flex-basis: 50%;
  }

  .country_time-item {
    font-size: 14px;
    margin-bottom: 10px;
  }

  span.country_icon {
    bottom: -3px;
    width: 7px;
    height: 7px;
    left: -6px;
  }

  span.country_icon span {
    width: 3px;
    height: 3px;
  }

  div#canada {
    bottom: 54%;
  }

  div#usa {
    bottom: 45%;
  }

  span.country_text {
    font-size: 6px;
  }

  #ukraine span.country_text {
    font-size: 7px;
  }

  div#england .country_text {
    font-size: 7px;
  }

  div#china {
    bottom: 40%;
    right: 18%;
  }

  div#ukraine {
    bottom: 48%;
    right: 34%;
  }

  div#poland {
    bottom: 52%;
    right: 40%;
  }

  div#germany {
    bottom: 45%;
  }

  div#england {
    bottom: 52%;
    right: 48%;
  }

  .staff_image img {
    max-height: 85vw;
  }

  .modal_title {
    font-size: 18px;
  }

  .modal_content {
    padding: 15px;
    border-radius: 15px;
  }

  a.delivery_method-item {
    flex-basis: calc(100% - 14px);
  }

  .services_item {
    background-size: auto;
  }

  .footer_menu:nth-child(2) {
    display: flex;
    flex-basis: 100%;
    padding: 0px;
    flex-wrap: wrap;
  }

  .footer_menu:nth-child(2)>div {
    flex-basis: 100%;
  }

  .footer_menu {
    flex-basis: 100%;
    padding-right: 0;
  }

  .footer_logo {
    text-align: center;
  }

  a.btn.btn-link.green-link {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .footer_logo img {
    max-width: 230px;
  }

  a.btn.btn-link.blue-link {
    margin-left: auto;
    margin-right: auto;
  }

  span.contact_value {
    max-width: 100%;
  }

  span.contact_main-item-title {
    display: none;
  }

  .contact_main-item-value a {
    font-size: 15px;
    margin-left: 5px;
  }

  .child_lists {
    position: relative;
    top: 0;
    width: 100vw;
    margin-left: -15px;
    opacity: 1;
    visibility: visible;
    max-height: 0px;
    padding: 0px;
    overflow: hidden;
    margin-top: 0px;
  }

  .child_lists-container {
    display: block;
  }

  .child_lists-container a {
    margin: 0px !important;
  }

  .child_lists-container li {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px !important;
  }

  .child_lists ul li a {
    color: #011226;
    font-family: Montserrat;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 160%;
    text-transform: none !important;
  }

  .open-menu nav#main_menu {
    overflow-y: scroll;
  }

  .has-child.open .child_lists {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 100vh;
  }

  .column-menu-flex {
    flex-basis: 100%;
  }

  .popular_requests-lists a svg {
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    width: 16px;
}

  .row_menu-flex {
    flex-wrap: wrap;
  }

  span.icon_menu_svg svg {
    max-width: 30px;
    margin-right: 0px;
    max-height: 30px;
  }

  span.icon_menu_svg {
    margin-right: 10px !important;
    display: flex;
  }

  nav#main_menu .column-menu-flex ul {
    padding-left: 40px;
  }

  .item_menu-headtitle a {
    text-transform: none !important;
    margin-bottom: 5px !important;
  }

  .communication_info_btn {
    padding: 0 30px;
    width: 100%;
    font-size: 16px;
  }

  .inner_main-screen {
    flex-wrap: wrap;
  }

  .main_screen-content {
    flex-basis: 100% !important;
  }

  .shipping_main-inner .main_screen-content {
    flex-basis: 100%;
  }

  .short_description {
    margin-bottom: 15px;
  }

  .main_screen-img {
    flex-basis: 100%;
  }

  img.icon_image {
    max-width: 32%;
  }

  .shipping_main-screen {
    background-image: linear-gradient(165deg, #E6F3F4 69%, #fff 40%);
  }

  .do_title {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .type_transportations {
    padding-top: 50px;
  }

  .airport_image {
    display: none;
  }

  .calculate_column:nth-child(2) {
    margin-top: -7px;
  }

  .do_you-item {
    flex-basis: calc(50% - 10px);
    /* margin-bottom: 40px; */
  }

  .do_you_do-container {
    row-gap: 40px;
  }

  .content_inner-row {
    flex-wrap: wrap;
  }

  section.shipping_inner-row {
    padding: 40px 0px;
  }

  section.stages_delivery {
    padding: 40px 0px;
    margin-top: 35px;
  }

  .page-template9 .default_title,
  .page-template9 span.default_title {
    margin-bottom: 15px;
  }

  section.dependence_price {
    padding: 50px 0px;
  }

  .page-template9 section.advantage_works {
    padding-bottom: 0;
  }

  h2.title_inner-row,
  span.title_inner-row {
    font-size: 20px;
  }

  .dependence_item {
    flex-basis: calc(50% - 20px);
  }

  section.calculate_section {
    padding: 30px 0px;
  }

  .works_item:nth-child(even) {
    top: 0;
    padding-left: 0;
  }

  .works_lists:after {
    top: 3%;
    bottom: 13%;
    right: 5px;
  }

  .works_item {
    flex-basis: 100%;
  }

  .works_item:nth-child(even) .works_icon:after {
    right: 0;
  }

  .works_item:nth-child(even) .works_icon:before {
    left: auto;
    right: 0;
  }

  .works_item:nth-child(odd) .works_icon:before {
    right: 0;
  }

  .case_company {
    flex-basis: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }

  .content_desc.active {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .case_company {
    width: 100%;
  }

  .case_caption {
    flex-basis: 100%;
  }

  .service_catalog .slide a {
    min-height: calc(172vw/2);
  }

  .do_you_do-animation svg {
    width: auto;
  }

  .related__posts.wrapper__posts-related {
    margin: 0;
    flex-basis: 100%;
  }

  .item__post {
    flex-direction: column;
  }

  .post-caption {
    flex-basis: 100%;
    margin-left: 0px;
    padding: 10px;
  }

  .post-thumbnail img {
    height: 200px;
    width: 100%;
  }

  a.blog__news-card.news-card {
    flex-basis: 100%;
    width: 100%;
    height: 200px !important;
  }

  .post-thumbnail {
    height: 200px;
  }

  a.btn.btn-link.btn-white.btn_icon img {
    max-width: 30px;
    margin-right: 5px;
  }

  .delivery_lists {
    margin: 0px -5px;
  }

  .delivery_item-wrapper {
    flex-basis: calc(100% - 10px);
    margin: 5px;
  }

  .default_title,
  span.default_title,
  #shipping_method .default_title,
  section#how_delivery .default_title {
    font-size: 20px;
  }

  .default_subtext {
    font-size: 14px;
  }

  .direction_maps {
    margin-top: 30px;
  }

  span.transtype_item-num {
    display: none !important;
  }

  .transtype_lists:after {
    display: none;
  }

  .transtype_item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .transtype_item:nth-child(even) {
    top: 0px;
  }

  .transtype_item:nth-child(odd)::after {
    display: none;
  }

  .transtype_item:nth-child(even)::before {
    display: none;
  }

  section#how_delivery {
    padding-bottom: 40px;
  }

  .delivery_directions-template .dependence_item {
    flex-basis: calc(50% - 20px);
    min-width: auto;
  }

  .directions_lists {
    position: relative;
    top: 0;
    width: 100%;
    flex-basis: 100%;
  }

  .direction_maps-inner {
    flex-wrap: wrap;
  }

  .delivery_line-map {
    top: 52%;
  }

  span.point_map-title {
    font-size: 12px;
  }

  .point_left span.point_map-title {
    top: -30px;
  }

  span.point_map {
    width: 20px;
    height: 20px;
  }

  span.point_map span {
    width: 10px;
    height: 10px;
  }

  .page-template34 span.point_map span {
    width: 6px;
    height: 6px;
  }

  .page-template34 .line_map-5 span.point_map span {
    width: 4px;
    height: 4px;
  }

  .page-template34 .line_map-5 span.point_map {
    width: 10px;
    height: 10px;
  }

  .point_right {
    top: -10px;
  }

  .page-template16 .icon_image {
    position: relative;
  }

  .page-template17 img.icon_image {
    max-width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .our_services-item {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .item_caption-short_description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-template17 .point_left {
    top: 40px;
    left: 5px;
  }

  .page-template17 .point_right {
    top: 38px;
  }

  .delivery_lists-icons .delivery_item-wrapper {
    flex-basis: calc(100% - 10px);
  }

  .page-template18 .point_right span.point_map {
    top: -26px;
    left: -10px;
  }

  .page-template18 .point_left {
    top: 65px;
  }

  .page-template18 img.icon_image {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  .page-template18 .inner_main-screen {
    padding-bottom: 0;
  }

  .tariff_lists>div {
    flex-basis: 100%;
  }

  .tariff_lists {
    flex-wrap: wrap;
  }

  .page-template19 img.icon_image {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    margin-top: 30px;
  }

  .page-template19 .directions_lists>div {
    flex-basis: 100%;
    display: block;
  }

  .direction_item {
    margin-bottom: 5px;
  }

  .page-template19 .delivery_line-map .anim-line svg {
    height: auto;
  }

  .page-template19 .directions_lists>div:nth-child(even) {
    display: block;
    justify-content: end;
  }

  .page-template19 .delivery_line-map.line_map-6 {
    top: 40%;
  }

  .page-template19 .line_map-6 .point_right {
    top: -10px;
    right: 7px;
  }

  .page-template19 .line_map-6 .point_left {
    bottom: 7px;
  }

  .page-template19 .delivery_line-map.line_map-5 {
    top: 31%;
  }

  .page-template19 .delivery_line-map.line_map-5 .point_left {
    top: -11px;
    left: 8px;
  }

  .page-template19 .delivery_line-map.line_map-4 {
    top: 36%;
  }

  .line_map-4 .point_left {
    top: -13px;
    left: 8px;
  }

  .page-template19 .point_left span.point_map-title {
    /* font-size: 9px; */
  }

  .line_map-3 .point_left {
    top: -10px;
    left: 6px;
  }

  .advanteges_with_us_wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }

  .advanteges_with_us_item {
    padding: 15px;
    gap: 15px;
  }

  .warehouse_map_info {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
  }

  .short_description li {
    font-size: 16px;
  }

  .town_map img {
    width: 25px;
  }

  .town_map span {
    font-size: 11px;
  }

  .condition_receipt-lists {
    gap: 10px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }

  .condition_receipt-wrapper {
    display: block;
  }

  .condition_receipt-img {
    justify-content: center;
    margin: 0;
  }

  .condition_receipt-img img {
    width: 90%;
    max-width: 350px;
  }

  .page-template41 .warehousein_side_info {
    margin: 0;
    width: 100%;
  }

  .page-template41 section.cases_wrapper {
    padding-bottom: 0px;
  }

  .main_screen-img {
    margin-top: 20px;
  }

  .hiw_lists.d-grid.d-grid-4 {
    .d-grid-4 {
      grid-template-columns: repeat(4, 1fr);
    }

    ;

    .d-grid-4 {
      grid-template-columns: repeat(4, 1fr);
    }

    ;
    grid-template-columns: repeat(2, 1fr);
  }

  .hiw_item:nth-child(even)::before {
    display: none;
  }

  .description_image-row {
    flex-direction: column;
  }

  .caption_img_type {
    text-align: center;
  }

  .description_image-row.flex-reverse {
    flex-direction: column;
  }

  .flex-reverse .caption_img_type {
    text-align: center;
  }

  .main_screen-img {
    margin-top: 20px;
  }

  .benefit_wrapper>div {
    flex-basis: 100%;
  }

  .benefit_item {
    height: auto;
  }

  #description_image_type1 {
    margin-top: 40px;
  }

  .caption_text_type h2 {
    font-size: 18px;
  }

  .advanteges_with_us_icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .advanteges_with_us_icon img {
    width: 35px;
    height: 35px;
  }

  .hiw_item:before {
    height: 50px;
    top: -24%;
  }

  .page-template43 .content_inner {
    width: 100%;
  }

  ul.desc_logo_lists {
    margin-top: 20px;
  }

  .about_us-desc ul li {
    flex-basis: calc(33.33% - 5px);
    border-radius: 10px;
    padding: 10px;
  }

  .event_wrapper .item__post {
    height: auto;
  }

  .bg_event-top {
    top: -2%;
    z-index: -1;
  }

  .event_wrapper .item__post .post-thumbnail img {
    height: 200px !important;
  }

  .event_wrapper .post-thumbnail {
    height: 200px;
  }

  .event_wrapper span.title-news__card {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .event_wrapper .item__post:nth-child(even) {
    flex-direction: column;
  }

  .promotion__single-wrapper .column-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .promotion__posts>div {
    padding-top: 0px;
  }

  .blog__wrapper.blog_inner.promotion__single-wrapper {
    display: block;
  }

  .article__description a {
    word-wrap: break-word;
  }

  .bg_event-top.promotion-top {
    top: -2%;
  }

  .page-template37 .line_map-2 .point_right {
    top: 12px;
    right: 2px;
  }

  .page-template37 .delivery_line-map.line_map-3 span.point_map-title {
    top: 1px;
    right: -41px;
    font-size: 10px;
  }

  .page-template37 .line_map-2 .point_right span.point_map-title {
    font-size: 10px;
    right: -55px;
    top: 0px;
  }

  .page-template37 .line_map-1 .point_right span.point_map-title {
    right: -1px;
    top: -3px;
    font-size: 10px;
  }

  .directions_lists {
    display: block;
  }

  .page-template36 span.point_map {
    width: 18px;
    height: 18px;
  }

  .page-template36 .point_left span.point_map-title {
    font-size: 9px !important;
  }

  .page-template36 .delivery_line-map.line_map-6 .point_map-title {
    right: -22px;
    font-size: 9px !important;
    top: 1px;
  }

  .page-template36 .delivery_line-map.line_map-7 .point_map-title {
    right: -29px;
    top: -4px;
  }

  .page-template36 .line_map-3 .point_left span.point_map-title {
    right: -15px;
  }

  .page-template36 .line_map-4 .point_left span.point_map-title {
    right: -41px;
    top: 2px;
  }

  .page-template36 .line_map-4 span.point_map {
    top: -2px;
  }

  .page-template36 .line_map-3 span.point_map-title {
    font-size: 10px;
  }

  .page-template36 .line_map-3 .point_right {
    top: 50%;
    right: 4px;
  }

  .page-template36 .line_map-3 span.point_map-title {
    right: -68px;
    top: 7px;
  }


  .page-template34 span.point_map {
    width: 12px;
    height: 12px;
  }

  .page-template34 .point_left span.point_map-title {
    font-size: 8px !important;
  }

  .page-template34 .delivery_line-map.line_map-6 .point_map-title {
    right: -22px;
    font-size: 8px !important;
    top: 1px;
  }

  .page-template34 .delivery_line-map.line_map-7 .point_map-title {
    right: -45px;
    top: 2px;
  }

  .page-template34 .line_map-3 .point_left span.point_map-title {
    right: -15px;
  }

  .page-template34 .line_map-4 .point_left span.point_map-title {
    right: -39px;
    top: -4px;
  }

  .page-template34 .line_map-4 span.point_map {
    top: -2px;
  }

  .page-template34 .line_map-3 span.point_map-title {
    font-size: 10px;
  }

  .page-template34 .line_map-3 .point_right {
    top: 43%;
    right: -3px;
  }

  .page-template34 .line_map-3 span.point_map-title {
    right: -68px;
    top: 7px;
  }

  .page-template35 span.point_map-title {
    font-size: 10px !important;
  }

  .page-template35 .line_map-2 .point_left span.point_map-title {
    right: -40px;
  }

  .page-template35 .delivery_line-map.line_map-1 .point_left .point_map-title {
    right: -70px;
  }

  .page-template35 .line_map-2 .point_right span.point_map-title {
    right: -30px;
    top: -32px;
    line-height: 1;
  }

  .page-template38 span.point_map-title {
    font-size: 10px !important;
  }

  .page-template38 span.point_map {
    width: 16px;
    height: 16px;
  }

  .page-template38 span.point_map span {
    width: 8px;
    height: 8px;
  }

  .page-template38 .line_map-3 .point_right {
    right: 0;
  }

  .page-template38 .delivery_line-map.line_map-3 span.point_map-title {
    right: -27px;
    top: 15px;
  }

  .page-template38 .line_map-1 .point_right span.point_map-title {
    right: -40px;
    top: 15px;
  }

  .page-template38 .line_map-2 .point_right {
    top: -2px;
    right: 2px;
  }

  .page-template37 .directions_lists {
    position: relative;
    display: block;
  }

  .after_map-desc {
    font-size: 14px;
  }

  .page-template20 .directions_lists {
    width: 100%;
    display: block;
  }

  .page-template20 .directions_lists>div>div {
    width: 100% !important;
  }

  .page-template20 .delivery_line-map .point_left {
    top: 40px;
  }

  .page-template20 .point_right span.point_map-title {
    font-size: 10px;
    top: -25px;
  }

  .form_product-row {
    column-gap: 10px;
  }

  .form_product-row>div {
    flex-basis: 100%;
  }

  .form_product-row>div input {
    padding-left: 15px;
  }


  .title_product-row {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  button.remove_product-row {
    margin-top: 8px;
    font-size: 12px;
    margin-left: auto;
  }

  .counter .counter_btn {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }

  .page-template31 .main_screen-img {
    margin-top: 3%;
  }

  .page-template31 .inner_main-screen {
    padding-bottom: 0;
  }

  .calendar-form {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .calendar-row {
    padding: 15px;
  }

  .cf-calendar_right {
    margin-top: 0;
  }

  .cf-group>LABEL {
    text-align: left;
  }

  .cf-step2_next .cf-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }


  .calendar-head {
    font-size: 16px;
  }

  .t-input-group.t-input-group_ph {
    width: 100%;
  }

  .page-template35 .line_map-1 .point_right span.point_map {
    right: 10px;
  }

  .page-template35 .line_map-1 span.point_map-title {
    white-space: unset;
    right: -30px;
    line-height: 1;
    font-size: 9px !important;
  }

  .page-template33 .shipping_main-inner .inner_main-screen {
    position: relative;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .page-template33 .shipping_main-screen.shipping_main-inner {
    height: auto;
    position: relative;
  }

  .page-template26 .about_us-img img,
  .page-template20 .about_us-img img {
    max-width: 100%;
  }

  .page-template33 .about_us-img img {
    max-width: 90%;
  }

  .commercial_block {
    padding: 18px 15px 15px;
    margin: 20px 0px;
    flex-direction: column;
  }

  .commercial_title {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 15px;
  }

  .commercial_block-content {
      flex-basis: 100%;
      margin-right: 0;
      padding-right: 0px;
  }

  .commercial_block-image {
    margin-top: 27px;
    margin-bottom: 15px;
  }

  span.payment_inner-text {
    font-size: 14px;
  }

  span.payment_inner-title {
      font-size: 18px;
  }

  .inner_services-title span.details-title {
      font-size: 22px;
  }

  .page-template52 .inner_services-title {
      margin-bottom: 20px;
  }

  .details-lists {
      padding: 30px;
  }

  .details-lists .details-title {
      font-size: 16px;
  }

  .details-value {
      font-size: 16px;
  }

  .details-row {
      margin-bottom: 10px;
  }

  .page-template52 .inside-wrapper-top {
      margin-top: 30px;
  }

  .payment_services_list > div {
      flex-basis: calc(50% - 10px);
      margin: 5px;
  }

  .payment_services_list {
      margin: 30px -10px;
  }

  .flex-column-mobile {
      flex-direction: column;
  }

  .cabinet_btns.d-flex a {
    margin-left: 0 !important;
    width: 100%;
    text-align: center !important;
    align-items: center !important;
    justify-content: center;
    margin-bottom: 10px;
  }

  .cabinet_btns.d-flex {
    flex-direction: column;
  }

  .cabinet_mascot {
    width: 100%;
    margin-left: 10%;
    margin-right: 0;
  }

}

@media (max-width: 376px) {

  .animation_number {
    flex-wrap: wrap;
  }

  .animation_item {
    flex-basis: 45%;
  }

  html[lang="ru"] .page-template13 .works_lists:after {
    bottom: 11.8%;
  }

  html[lang="ru"] .page-template5 .works_lists:after {
    bottom: 12.8%;
  }

  html[lang="ru"] .page-template11 .works_lists:after {
    bottom: 11.8%;
  }

  .page-template10 .works_lists:after {
    top: 2%;
    bottom: 12.8%;
  }

  html[lang="en"] .page-template5 .works_lists:after,
  html[lang="uk"] .page-template5 .works_lists:after {
    bottom: 12.8%;
  }



  html[lang="ru"] .page-template9 .works_lists:after {
    bottom: 12.8%;
  }

  .page-template11 .works_lists:after {
    top: 2%;
    bottom: 12.8%;
  }
}

@media (max-width: 360px) {

  .contact_main-column {
    flex-basis: 100% !important;
  }

  .contact_social-lists {
    width: 100%;
  }

  .method_bg {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .method_bg img {
    width: 114%;
  }

  .method_caption {
    min-height: auto;
    padding: 0 15px;
  }

  .item_method {
    margin-bottom: 20px;
  }

  .hiw_item:before {
    height: 90px !important;
  }

  .hiw_lists {
    column-gap: 10px;
    row-gap: 70px;
    margin-top: 90px;
  }

  .hiw_title {
    font-size: 12px;
  }
}

@media (max-width: 321px) {

  .default_title {
    font-size: 19px;
  }

  .method_desc {
    font-size: 11px;
  }

  .main_slider-content .slider-title {
    font-size: 21px;
  }

  .item_animnum {
    font-size: 20px;
  }

  .animation_text {
    font-size: 12px;
  }

  html[lang="ru"] .page-template13 .works_lists:after {
    bottom: 12.8%;
  }

  html[lang="en"] .page-template13 .works_lists:after {
    bottom: 13.8%;
  }

  html[lang="uk"] .page-template5 .works_lists:after {
    bottom: 12.8%;
  }

  html[lang="en"] .page-template11 .works_lists:after {
    bottom: 13.8%;
  }

  html[lang="ru"] .page-template11 .works_lists:after {
    bottom: 12.8%;
  }

  html[lang="en"] .page-template10 .works_lists:after {
    bottom: 13.8%;
  }


  html[lang="uk"] .page-template10 .works_lists:after {
    bottom: 12.8%;
  }

  html[lang="en"] .page-template6 .works_lists:after {
    bottom: 13.8%;
  }



  .services_inner-item {
    justify-content: center;
  }

  html[lang="ru"] .page-template6 .works_lists:after {
    bottom: 12.8%;
    top: 2%;
  }

  .advanteges_with_us_item {
    border-radius: 40px;
  }

  .page-template5 .works_lists:after {
    top: 2%;
    bottom: 12.8%;
  }

  .country_time-item {
    font-size: 12px;
  }

  a.case_company-link {
    font-size: 11px;
  }

  .delivery_item_side_img img {
    object-fit: cover;
  }

  .hov_delivery .delivery_directions_items .delivery_item_side_info {
    padding: 15px;
  }

  .hov_delivery .delivery_directions_items .delivery_item_info_icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .delivery_item_info_txt span {
    font-size: 18px;
  }

  .delivery_item_info_txt {
    font-size: 12px;
  }

  a.btn.btn_flags.btn-link.blue-bg {
    font-size: 9px;
  }

  .advanteges_with_us_item span {
    font-size: 12px;
  }

  .cabinet_mascot {
    width: 100%;
    margin-left: 5%;
    margin-right: 0;
  }

  .default_title,
  span.default_title,
  #shipping_method .default_title,
  section#how_delivery .default_title {
    font-size: 22px;
  }

  .form-calculate-item input {
    font-size: 10px;
  }

  .item_method {
    margin-bottom: 65px;
  }

  .form-calculate-item input {
    padding: 15px 10px;
  }

  h1.main_title {
    font-size: 24px;
  }

  .form-calculate-item .custom_radio {
    padding: 0 13px;
  }

  .shipping_method-page .item_inner-title {
    margin-top: 0;
  }

  .page-template7 .stages_delivery {
    margin-top: 45px;
  }

  span.contact_value {
    font-size: 15px;
  }

  .contact_main-item-value a {
    font-size: 18px;
  }

  .footer_menu:nth-child(2) {
    flex-direction: column;
  }

  .footer_menu {
    flex-basis: 100%;
    width: 100%;
  }

  .page-template21 h1.main_title {
    font-size: 24px !important;
  }

  .delivery_item_detail {
    font-size: 14px;
  }

  .lists_itemservice-title {
    font-size: 11px;
  }

  .lists_itemservice-icon {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }

  .add_product_btn {
    font-size: 14px;
  }

  .complex_serv_ch_item span {
    font-size: 12px;
  }

  .complex_serv_ch_item {
    padding: 15px;
    gap: 10px;
  }

  .communication_info_btn {
    font-size: 15px;
  }

  span.icon_quote svg {
    max-width: 40px;
  }

  .commercial_block a.btn.btn-link.blue-bg {
    font-size: 13px;
    padding: 12px 15px;
    height: 46px;
  }

  .copyright-main {
    flex-direction: column;
}

}


.input_wrapper.input_vol_wrapper {
  flex-basis: 32%;
}

.form_purchase_flex.form_purchase-vol {
  column-gap: 1.3%;
}

.form_purchase_flex.form_purchase-vol.form-cargo-calc {
  flex-direction: column;
}

form.form_purchase_wrapper.form_cost_delivery.form-cargo-wrapper {
  max-width: 600px;
  margin: auto;
}

.default_title.title_section.text-align-center.form_purchase_title.white-title {
  color: #fff;
}


/* Cookie Popup START */
.cookie-popup-body {
  padding: 0;
  width: 90vw;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cookie-popup-body .popup-banner {
  width: 100%;
  height: auto;
  display: block;
}

button.modal_close.setCookie {
  border: none;
  padding: 0;
  font-size: 45px;
  font-weight: 200;
  height: auto;
  width: auto;
  max-width: max-content;
  max-height: max-content;
  position: absolute;
  right: -3%;
  top: -9%;
}
@media (max-width: 1200px) {
  .cookie-popup-body {
    width: 90vw;

  }
  button.modal_close.setCookie {
    right: -4%;
    top: -8%;
  }
}
@media (max-width: 632px) {
  .cookie-popup-body {
    width: 90vw;


  }
  button.modal_close.setCookie {
    right: -4%;
    top: -7%;

  }
}
@media (max-width: 338px) {
  .cookie-popup-body {
    width: 90vw;
  }
  button.modal_close.setCookie {
    right: -7%;
    top: -11%;
  }
}

/* Ссылка на весь блок */
.cookie-popup-title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  max-width: 532px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-popup-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

img.popup_pattern_top {
    position: absolute;
    left: 0;
    top: 0;
}

img.popup_pattern_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.cookie-popup-text span {
  font-weight: 700;
  color: #84C4C8;
}

a.cookie-link.setCookie {
  border-radius: 30px;
  background: #84C4C8;
  border: none;
  color: #3A3875;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px;
  width: 90%;
  display: block;
  text-decoration: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
}

a.cookie-link.setCookie:hover {
  background: #66d3da;
}


/* @media (max-width: 767px) {
  .cookie-popup-body {
    padding: 60px 30px;
} */

.cookie-popup-title {
    font-size: 24px;
}

.cookie-popup-text {
    font-size: 16px;
    max-width: 220px;
    margin: auto;
}

.cookie-popup-inner {
    position: relative;
    z-index: 9;
}

a.cookie-link.setCookie {
    font-size: 13px;
    max-width: 260px;
}


/* Cookie Popup END */

.grecaptcha-badge { visibility: hidden !important; }

.js-marquee-wrapper {
  display: flex;
}

.js-marquee {
  display: flex;
}

.marquee {
  display: flex;
}

.marquee a {
  white-space: nowrap;
}

.recommend_item-title a {
  color: #011226;
  text-decoration: none;
}


/*NEW COOKIE POPUP START*/

.cookie-popup-title {
  max-width: 370px;
  font-size: 32px;
  font-weight: 600;
  margin-top: -50px;
  margin-bottom: 5px;
}

.cookie-popup-text span {
  font-weight: 400;
}

.cookie-popup-text {
  max-width: 360px;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

a.cookie-link.setCookie {
  max-width: 220px;
  background: #FBD890;
  border-radius: 5px;
  font-size: 20px;
  color: #A00000;
}

/* .cookie-popup-body {
  background-image: url('/files/popup/popup_ny_china.png');
  background-color: transparent;
  background-size: cover;
  padding: 0;
  width: 840px;
  height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-x: -8px;
}

button.modal_close.setCookie {
  border: none;
  padding: 0;
  font-size: 80px;
  font-weight: 300;
  height: auto;
  width: auto;
  max-width: max-content;
  max-height: max-content;
  right: 13%;
  top: 5%;
}
   */
.modal_overlay {
  background-color: rgb(0 0 0 / 40%);
}

.search_tariff_blocks.d-grid.d-grid-3 {
  position: relative;
}

.tarif-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000008C;
  z-index: 9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tarif-overlay-text {
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 1000px;
}

@media (max-width: 860px){
  .tarif-overlay-text {
    font-size: 36px;
    max-width: 650px;
}
}

@media (max-width: 425px) {
  .tarif-overlay-text {
    font-size: 28px;
    max-width: 650px;
}
}

.language-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-modal-content {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 600px;
    width: 90%;
}
.language-modal button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    background-color: #89c5c8;
    color: white;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
}
.language-modal p:first-child {
  color: #3a3875;
  font-weight: 600;
  font-size: 22px;
}