@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600&family=Open+Sans&display=swap");
* {
  box-sizing: border-box;
  vertical-align: top;
}

.cc {
  display: inline-flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.cc .odometer {
  transform: scale(0.8);
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-family: "Fira Sans", sans-serif;
  overflow-x: hidden;
}

.wpage {
  max-width: 1300px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

header {
  background: rgb(221, 61, 131);
  background: linear-gradient(40deg, rgb(221, 61, 131) 0%, rgb(139, 38, 82) 100%);
  min-height: 100vh;
  position: relative;
  color: white;
}
header a {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
header a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  width: 10px;
  bottom: -4px;
  content: "";
  transition: 0.2s;
}
header a:hover:before {
  width: 100%;
}
header .line1 {
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
}

.n_half .text {
  transform: scale(0.8);
  opacity: 0.7;
}

.half .text {
  transform: scale(1.1);
  opacity: 1;
}

.headerline {
  pointer-events: all;
  display: flex;
  padding: 30px 0px;
  justify-content: space-between;
  align-items: center;
}
.headerline ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.headerline ul .arr {
  transition: 0.3s;
  width: 0;
  overflow: hidden !important;
  margin-right: 0;
}
.headerline ul .arr a {
  width: 25px;
  height: 20px;
  border-radius: 5px;
  position: relative;
}
.headerline ul .arr a:after {
  content: "";
  width: 10px;
  display: block;
  position: absolute;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotateZ(45deg) translateX(9px);
}
.headerline ul .arr a:before {
  display: none;
}
.headerline ul li {
  margin-right: 30px;
}
.headerline .loginbox {
  display: flex;
}
.headerline .loginbox .langs {
  margin-left: 10px;
}
.headerline .loginbox .langs a {
  background: rgba(255, 255, 255, 0.1882352941);
  padding: 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.5647058824);
  border-radius: 6px;
  transition: 0.2s;
}
.headerline .loginbox .langs a:hover {
  background: #ffffff;
  color: #8b2652;
}
.headerline .loginbox .langs a:before {
  display: none;
}
.headerline .loginbox .login {
  background: #edaf00;
  color: #8b2652;
  padding: 7px 24px;
  border-radius: 6px;
  border: 1px solid #fff;
}
.headerline .loginbox .login:before {
  display: none;
}

.headerContent h1 {
  font-size: 330%;
  display: inline-block;
  font-weight: lighter;
  position: relative;
}
.headerContent h1:before {
  content: "";
  background: url("../images/line1.png") no-repeat center right;
  background-size: 2000px;
  top: 10px;
  position: absolute;
  transform: translateX(-100px);
  height: 40px;
  left: -4920px;
  width: 5000px;
}

.end {
  display: inline-block;
  width: 10000px;
  margin-left: 22px;
  position: absolute;
  height: 40px;
  background: url("../images/line2.png") no-repeat center left;
  background-size: 2000px;
  margin-top: 12px;
}

.top_geometry {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 700px;
  opacity: 0.4;
}
.top_geometry svg {
  width: 100%;
}

.calltoaction {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 10vw;
  margin-top: 60px;
}
.calltoaction .button {
  font-size: 135%;
  flex-direction: column;
  display: flex;
}
.calltoaction .button a.btn {
  box-shadow: 3px 14px 0px 0px rgb(160, 26, 90);
  background: #fff;
  padding: 20px 20px;
  color: #dd3d83;
  border-radius: 10px;
  transition: 0.3s;
  width: 250px;
  text-align: center;
}
.calltoaction .button a.btn:before {
  display: none;
}
.calltoaction .button a.btn:hover {
  transform: scale(1.1);
  box-shadow: 3px 13px 72px 0px rgb(160, 26, 90);
}

.logo:before {
  display: none;
}
.logo img {
  width: 250px;
}

.stores {
  display: flex;
  justify-content: center;
}
.stores .movee {
  padding-left: 20vw;
  white-space: nowrap;
}
.stores:hover img {
  opacity: 0.5;
}
.stores img {
  width: auto;
  transition: 0.3s;
  height: 40px;
  margin: 0px 20px;
}
.stores img:hover {
  opacity: 1;
}

.step {
  width: 380px;
  height: 380px;
  background: #ccc;
  transition: 0.3s;
}
.step.st1 {
  background: url("../images/_3m/1.webp") no-repeat;
  background-size: 120%;
  background-position: center;
}
.step.st2 {
  background: url("../images/_3m/2.webp") no-repeat;
  background-size: 120%;
  background-position: center;
}
.step.st3 {
  background: url("../images/_3m/3.webp") no-repeat;
  background-size: 120%;
  background-position: center;
}
.step:hover {
  transform: scale(1.2);
}

._3steps {
  position: relative;
}
._3steps .wpage {
  position: relative;
}
._3steps .hdrs h1 {
  text-align: center;
  color: #dd3d83;
  font-size: 250%;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 10px;
}
._3steps .hdrs h3 {
  text-align: center;
  font-size: 140%;
  color: #dd3d83;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

#line,
#line2 {
  position: absolute;
  z-index: -1;
  width: 4px;
}

#line2 {
  background: rgb(5, 132, 208);
  background: linear-gradient(0deg, rgb(5, 132, 208) 0%, rgb(230, 123, 0) 100%);
}

#line {
  background: rgb(121, 216, 0);
  background: linear-gradient(0deg, rgb(121, 216, 0) 0%, rgb(5, 132, 208) 100%);
}

#step1 {
  left: 0px;
  top: 0px;
}

#step3 {
  left: 100px;
  top: 700px;
}

#step2 {
  right: 100px;
  top: 400px;
}

.w_hours {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.w_hours span {
  margin-left: 10px;
  font-size: 130%;
}

.day-message .open_now {
  border-radius: 100px;
  color: white;
  width: 120px;
  margin: 30px auto 0px auto;
  text-align: center;
  padding: 5px 10px !important;
  background: #1bc11b;
}
.day-message .closed_now {
  border-radius: 100px;
  color: white;
  width: 120px;
  margin: 30px auto 0px auto;
  text-align: center;
  padding: 5px 10px !important;
  background: #be2266;
}

.step_t_1,
.step_t_2,
.step_t_3 {
  display: flex;
  align-items: center;
}
.step_t_1 .text,
.step_t_2 .text,
.step_t_3 .text {
  transition: 0.5s;
  padding-left: 100px;
  flex-basis: calc(100% - 300px);
}
.step_t_1 .text h1,
.step_t_1 .text h3,
.step_t_2 .text h1,
.step_t_2 .text h3,
.step_t_3 .text h1,
.step_t_3 .text h3 {
  padding: 0;
  margin: 0;
}
.step_t_1 .text h1,
.step_t_2 .text h1,
.step_t_3 .text h1 {
  margin-bottom: 20px;
  font-size: 150%;
  color: #dd3d83;
}
.step_t_1 .text h3,
.step_t_2 .text h3,
.step_t_3 .text h3 {
  font-weight: lighter;
  font-size: 100%;
  color: black;
}

.step_t_2 {
  flex-direction: row-reverse;
}
.step_t_2 .text {
  padding-left: 0px !important;
  padding-right: 100px;
  text-align: right;
}

.step_t_3 {
  margin-left: 100px;
}

.aviatable h1 {
  text-align: center;
  color: #dd3d83;
  font-size: 250%;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.aviatable .avia_table {
  display: flex;
  flex-direction: column;
  color: #444;
  font-weight: lighter;
}
.aviatable .avia_table:hover .avia_line {
  filter: blur(1px);
  transform: scale(0.98);
  opacity: 0.7;
}
.aviatable .avia_table:hover .avia_line:hover {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}
.aviatable .avia_table .status {
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #ccc;
}
.aviatable .avia_table .status.status_green {
  background: green;
  color: white;
}
.aviatable .avia_table .status.status_orange {
  background: #f7a500;
  color: white;
}
.aviatable .avia_table .avia_line {
  transition: 0.3s;
  margin-bottom: 5px;
  background: #eaeaea;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aviatable .avia_table .avia_line__info_items {
  font-size: 150%;
  display: flex;
}
.aviatable .avia_table .avia_line__info_items .avia_line__info__item:nth-child(1) {
  width: 150px;
}
.aviatable .avia_table .avia_line__info_items .avia_line__info__item:nth-child(2) {
  width: 240px;
}
.aviatable .avia_table .yourparcel_status {
  padding: 10px;
  padding-bottom: 0px;
  font-size: 80%;
}
.aviatable .avia_table .yourparcel_status .has {
  color: #dd3d83;
}
.aviatable .avia_table .yourparcel_status .has .circle {
  background: #dd3d83;
}
.aviatable .avia_table .yourparcel_status .has,
.aviatable .avia_table .yourparcel_status .not_has {
  display: flex;
  align-items: center;
}
.aviatable .avia_table .yourparcel_status .has span,
.aviatable .avia_table .yourparcel_status .not_has span {
  padding-left: 10px;
}
.aviatable .avia_table .yourparcel_status .circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
}

.purple {
  margin-top: 50px;
  background: #dd3d83;
  background-attachment: fixed;
}

.gray {
  background: #e0e0e0;
}

.inpt {
  display: flex;
}
.inpt div {
  position: relative;
}

.calcthis, .calcthis2 {
  background: #dd3d83;
  color: white;
  width: 100%;
  border: none;
  padding: 5px;
  margin-bottom: 10px;
}

.tab1 a {
  color: white;
}

.b1, .b2 {
  display: none;
}
.b1.active, .b2.active {
  display: block;
}

.category {
  max-width: 1000px;
  margin: auto;
}
.category .center_text {
  font-size: 80%;
  color: gray;
  padding: 15px 30px;
  text-align: center;
}
.category .category__item_header {
  margin-bottom: 20px;
}
.category .category__item_header, .category .category__item {
  display: grid;
  font-size: 110%;
  font-weight: bold;
  grid-template-columns: 200px 1fr 1fr;
}
.category .category__item_header > div, .category .category__item > div {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.category .category__item_header .cat_name, .category .category__item .cat_name {
  text-align: left;
  justify-content: flex-start;
}
.category .category__item_header .cat_price, .category .category__item .cat_price {
  display: grid;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.category .category__item_header img, .category .category__item img {
  width: 150px;
  height: 80px;
  border-radius: 10px;
  object-fit: contain;
}

.n_tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.n_tabs .n_germany {
  background: url("../images/gr_flag_n.png") no-repeat top left;
  background-size: 100%;
}
.n_tabs .n_turkey {
  background: url("../images/tr_flag_n.png") no-repeat top left;
  background-size: 100%;
}
.n_tabs .n_usa {
  background: url("../images/us_flag_n.png") no-repeat top left;
  background-size: 100%;
}
.n_tabs .n_china {
  background: url("../images/ch_flag_n.png") no-repeat top left;
  background-size: 100%;
}
.n_tabs .n_delivery {
  background: url("../images/gr_delivery_n.png") no-repeat top left;
  background-size: 100%;
}
.n_tabs .n_customs {
  background: url("../images/gr_customs_n.png") no-repeat top left;
  background-size: 100%;
}
.n_tabs .n_tab {
  margin: 1%;
  position: relative;
  border-radius: 10px;
  padding-bottom: 30px;
  color: #dd3d83;
  padding: 0px 30px 30px 30px;
  flex-basis: 31%;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.n_tabs .n_tab:hover {
  background-color: #fff;
  border: 1px solid #dd3d83;
}
.n_tabs .n_tab .sm_t {
  line-height: 2;
  font-size: 80%;
}
.n_tabs .n_tab .n_line_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background: #dd3d83;
  width: calc(100% + 30px);
  margin-bottom: 4px;
  color: white;
  padding: 15px;
  margin-left: -30px;
  padding-left: 30px;
}
.n_tabs .n_tab .n_line_t .n_kg {
  font-size: 150%;
  font-weight: 800;
}
.n_tabs .n_tab .n_line_t .n_kg span {
  font-size: 50%;
  margin-left: 6px;
  transform: translateY(11px);
  display: inline-block;
  opacity: 0.5;
}
.n_tabs .n_tab h1 {
  color: white;
  text-align: right !important;
  margin: 0;
  font-size: 200%;
  padding: 0;
  padding-right: 20px !important;
  padding-top: 50px;
  height: 250px;
}

.calculator {
  min-height: 400px;
}
.calculator .calculatorbody {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: 380px;
  border-radius: 10px;
  /* Firefox */
}
.calculator .calculatorbody .tabs {
  display: flex;
  margin: 20px auto;
  margin-bottom: 30px;
  max-width: 500px;
}
.calculator .calculatorbody .tabs div {
  transition: 0.2s;
  flex-basis: 100%;
  background: #eaeaea;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.calculator .calculatorbody .tabs div.active {
  opacity: 1;
  background: #dd3d83;
  color: white;
}
.calculator .calculatorbody .price {
  display: flex;
  font-size: 190%;
  font-weight: bold;
  justify-content: space-between;
}
.calculator .calculatorbody .price div {
  flex-basis: 45%;
}
.calculator .calculatorbody .price span {
  color: gray;
  font-size: 30%;
  display: block;
  font-weight: normal;
}
.calculator .calculatorbody .disc {
  margin-top: 30px;
  font-size: 70%;
  font-weight: normal;
  color: gray;
}
.calculator .calculatorbody input::-webkit-outer-spin-button,
.calculator .calculatorbody input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator .calculatorbody input[type=number] {
  -moz-appearance: textfield;
}
.calculator .calculatorbody .calculatorbody_content {
  position: relative;
}
.calculator .calculatorbody .calculatorbody_content > .t1, .calculator .calculatorbody .calculatorbody_content > .t2 {
  display: none;
}
.calculator .calculatorbody .calculatorbody_content > .t1.active, .calculator .calculatorbody .calculatorbody_content > .t2.active {
  display: block;
}
.calculator .calculatorbody .calculatorbody_content select,
.calculator .calculatorbody .calculatorbody_content input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0px;
  -webkit-appearance: none;
          appearance: none;
  font-size: 100%;
}
.calculator .calculatorbody .calculatorbody_content input {
  padding-bottom: 19px !important;
}
.calculator .calculatorbody .calculatorbody_content .placeholder {
  width: 40px;
  position: absolute;
  right: 20px;
  color: #ccc;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  height: 40px;
  top: 30px;
  pointer-events: none;
  padding-top: 10px;
}
.calculator .calculatorbody .calculatorbody_content .placeholder .arrdown {
  display: block;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) translateY(5px) translateX(2px);
}
.calculator .calculatorbody .calcprice_val {
  color: #dd3d83;
}
.calculator h1 {
  color: white;
  font-size: 250%;
}
.calculator .flex {
  display: flex;
  align-items: center;
}
.calculator .flex .txt {
  flex-basis: 60%;
  font-size: 110%;
  line-height: 1.6;
  color: white;
  padding-right: 50px;
}
.calculator .flex .txt .tabs {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.calculator .flex .txt .tabs a {
  color: white;
  text-decoration: none;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  opacity: 0.4;
  padding: 7px 15px 9px 15px;
  border: 1px solid #fff;
}
.calculator .flex .txt .tabs a span {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.calculator .flex .txt .tabs a.active, .calculator .flex .txt .tabs a:hover {
  opacity: 1;
}
.calculator .flex .calc {
  flex-basis: 40%;
}

.order {
  min-height: 400px;
}
.order h1 {
  color: white;
  font-size: 250%;
  line-height: 1;
  color: #dd3d83;
}
.order .flex {
  display: flex;
  align-items: center;
}
.order .flex .txt {
  flex-basis: 60%;
  padding-left: 50px;
  font-size: 110%;
  line-height: 1.6;
  color: #af2064;
}
.order .flex .orderbody {
  background: #fff;
  padding: 20px;
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.order .flex .orderbody form {
  display: flex;
  flex-direction: column;
}
.order .flex .orderbody form textarea {
  padding: 20px;
  font-size: 100%;
  resize: none;
  height: 130px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.order .flex .orderbody form input {
  padding: 20px;
  font-size: 100%;
  resize: none;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.order .flex .orderbody form button {
  padding: 10px;
  font-size: 140%;
  text-align: center;
  resize: none;
  height: 60px;
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #dd3d83;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.order .flex .ordr {
  flex-basis: 40%;
}

.sell_items > div {
  margin-bottom: 5px;
  display: flex;
}
.sell_items > div h3 {
  margin: 0;
  font-weight: normal;
  font-size: 150%;
  padding: 0;
  color: white;
}
.sell_items > div .sm_banner {
  flex-basis: 300px;
}
.sell_items > div .sm_banner .sbanner {
  margin-bottom: 5px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background-size: cover !important;
  background-color: #eaeaea !important;
}
.sell_items > div .sm_banner .sbanner .sell_data {
  opacity: 0.7;
}
.sell_items > div .sm_banner .sbanner:hover .sell_data {
  opacity: 1;
}
.sell_items > div .sell_data {
  color: white;
  display: flex;
  margin-top: 20px;
}
.sell_items > div .sell_data > div {
  margin-right: 10px;
}
.sell_items > div .sell_data > div span {
  opacity: 0.5;
  font-size: 80%;
}
.sell_items > div .sell_data > .in_usa {
  width: 140px;
}
.sell_items > div .sell_data > .in_geo {
  width: 100px;
}
.sell_items > div .banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  height: 605px;
  flex-basis: calc(100% - 300px);
  background-size: cover !important;
  background-color: #eaeaea !important;
}
.sell_items > div .banner .sell_data {
  opacity: 0.7;
}
.sell_items > div .banner:hover .sell_data {
  opacity: 1;
}
.sell_items .sell_line1 {
  width: 90%;
}
.sell_items .sell_line1 .banner {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.sell_items .sell_line1 .sbanner {
  margin-right: 5px;
}
.sell_items .sell_line1 .sbanner:nth-child(1) {
  border-top-left-radius: 50px;
}
.sell_items .sell_line1 .sbanner:nth-child(2) {
  border-bottom-left-radius: 50px;
}
.sell_items .sell_line2 {
  width: 90%;
  margin-left: 10%;
}
.sell_items .sell_line2 .banner {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.sell_items .sell_line2 .sbanner {
  margin-left: 5px;
}
.sell_items .sell_line2 .sbanner:nth-child(1) {
  border-top-right-radius: 50px;
}
.sell_items .sell_line2 .sbanner:nth-child(2) {
  border-bottom-right-radius: 50px;
}

.banners {
  margin-top: 60px;
}
.banners .tabs {
  display: flex;
  margin: 20px auto;
  margin-bottom: 30px;
  max-width: 500px;
}
.banners .tabs div {
  transition: 0.2s;
  flex-basis: 100%;
  background: #eaeaea;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}
.banners .tabs div.active {
  opacity: 1;
  background: #dd3d83;
  color: white;
}

.faq {
  background: #e0e0e0;
}
.faq .faq_content {
  max-width: 900px;
  width: 100%;
  margin: 60px auto;
  min-height: 500px;
}
.faq .faq_content > p {
  padding: 30px 0px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.faq .faq_content > p:hover b, .faq .faq_content > p.active b {
  color: #dd3d83 !important;
}
.faq .faq_content > p b {
  font-size: 150%;
  font-weight: bold;
  color: #555;
}
.faq .faq_content blockquote {
  display: none;
  background: #ccc;
  padding: 40px;
  font-size: 110%;
  margin: 10px 0px;
  line-height: 1.6;
}

footer {
  background: #de3d83;
  padding-bottom: 100px;
  color: white;
}
footer .wpage {
  display: flex;
  justify-content: space-between;
}
footer .copyright_content {
  padding-top: 30px;
}
footer .copyright_content a {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
footer .copyright_content a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  width: 10px;
  bottom: -4px;
  content: "";
  transition: 0.2s;
}
footer .copyright_content a:hover:before {
  width: 100%;
}
footer .copyright_content .privacy {
  margin-top: 70px;
}
footer .copyright_content .privacy a {
  margin-right: 20px;
}
footer .socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 300px;
  justify-content: space-between;
  margin-top: 35px;
}
footer .socials ul a {
  display: inline-block;
  width: 30px;
  transition: 0.3s;
  height: 30px;
}
footer .socials ul a svg {
  width: 30px;
  height: 30px;
  fill: white;
}
footer .socials ul a:hover {
  opacity: 0.6;
}

.locked {
  pointer-events: none !important;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.lh {
  padding-top: 100px;
}

.gr {
  position: fixed;
  pointer-events: none !important;
  z-index: -1;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 130px;
  background: purple;
  background: rgb(221, 61, 131);
  background: linear-gradient(0deg, rgba(221, 61, 131, 0) 0%, rgba(210, 58, 124, 0) 14%, rgb(139, 38, 82) 90%);
}

.mobile_menu_burger {
  display: none;
}

.inside .logo {
  margin-top: 100px;
}
.inside header {
  min-height: 400px;
}

.content_txt {
  line-height: 1.6;
}
.content_txt iframe {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
}
.content_txt p {
  margin-bottom: 35px;
}
.content_txt b,
.content_txt strong {
  color: #d83b7f;
  font-size: 120%;
}

.calc_days {
  display: inline-block;
}

.calc_ves_input {
  text-align: center;
}

.t {
  font-size: 80%;
  opacity: 0.7;
}

.count_users, .count_parcels {
  display: inline-flex !important;
  font-size: 80%;
}

@media screen and (max-height: 740px) {
  .headerContent h1 {
    font-size: 300%;
  }
  .calltoaction {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  footer {
    text-align: center;
  }
  footer a:before {
    content: none !important;
  }
  footer .privacy {
    margin-top: 20px;
  }
  footer .privacy a {
    margin-bottom: 10px;
    display: block;
  }
  .inside .logo {
    width: 200px;
  }
  .inside header {
    min-height: 250px;
  }
  .calculator .tabs {
    font-size: 60%;
  }
  .calculator .calculatorbody .price div {
    align-self: self-end;
  }
  .faq .faq_content {
    padding: 17px 0px;
  }
  .faq .faq_content blockquote {
    margin-top: 0px;
    font-size: 100%;
    padding: 10px 15px;
  }
  .faq .faq_content blockquote a {
    color: #dd3d83;
  }
  .faq .faq_content > p b {
    font-size: 100%;
  }
  .category {
    margin-top: 50px;
  }
  .category .category__item {
    grid-template-columns: 140px 1fr;
    margin: 30px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
  }
  .category .category__item:last-child {
    border-bottom: none !important;
  }
  .category .category__item .cat_icon {
    width: 90vw;
    display: none;
  }
  .category .category__item .cat_icon img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.3s all ease;
  }
  .category .category__item .cat_name {
    padding-left: 20px;
  }
  .category .category__item .cat_name,
.category .category__item .cat_price {
    font-size: 100% !important;
  }
  .category .category__item_header {
    grid-template-columns: 140px 1fr;
    margin: 30px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
  }
  .category .category__item_header:last-child {
    border-bottom: none !important;
  }
  .category .category__item_header .cat_icon {
    width: 90vw;
    display: none;
  }
  .category .category__item_header .cat_icon img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.3s all ease;
  }
  .category .category__item_header .cat_name {
    padding-left: 20px;
  }
  .category .category__item_header .cat_name,
.category .category__item_header .cat_price {
    font-size: 80% !important;
  }
  .sell_items .sm_banner {
    flex-basis: 100% !important;
  }
  .sell_items .sbanner,
.sell_items .banner {
    width: 100%;
    flex-basis: auto !important;
    height: 300px !important;
    border-radius: 0px !important;
  }
  .sell_items .sell_line2 {
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
  }
  .sell_items .sell_line2 .sbanner {
    margin-left: 0;
    margin-top: 5px;
  }
  .sell_items .sell_data {
    flex-direction: row;
  }
  .sell_items div {
    flex-direction: column;
  }
  .sell_items .sell_line1 {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .category .category__item .cat_name,
.category .category__item .cat_price {
    font-size: 160%;
  }
  .arr {
    display: none !important;
  }
  nav {
    width: 290px;
    height: calc(100vh - 95px);
    top: 95px;
    position: fixed;
    left: -290px;
    transition: 0.4s;
    background: #c52269;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  nav ul {
    list-style: none;
    flex-direction: column;
  }
  nav ul li {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  }
  .mobile nav {
    left: 0px;
  }
  .lh {
    padding-top: 70px;
  }
  header .headerContent h1 {
    font-size: 205%;
  }
  header .headerContent .end {
    height: 20px;
  }
  header .calltoaction {
    margin-top: 30px;
    flex-direction: column;
  }
  header .calltoaction .text {
    flex-basis: 100%;
    text-align: center;
    font-size: 80%;
  }
  header .calltoaction .button {
    font-size: 100%;
    align-items: center;
    flex-basis: 100%;
    justify-content: center;
  }
  header .calltoaction .button .logo img {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  header .calltoaction .button a.btn {
    text-align: center;
  }
  #line,
#line2 {
    display: none;
  }
  .aviatable .avia_table .avia_line {
    position: relative;
    margin-bottom: 20px;
  }
  .aviatable .avia_table .status {
    position: absolute;
    font-size: 70%;
    padding: 5px 9px;
    top: -15px;
    right: -20px;
  }
  .aviatable .avia_table .avia_line__info_items {
    font-size: 90%;
  }
  .aviatable .avia_table .avia_line__info_items .avia_line__info__item:nth-child(1) {
    width: 90px;
    opacity: 0.7;
  }
  .aviatable .avia_table .avia_line__info_items .avia_line__info__item:nth-child(2) {
    width: 130px;
  }
  .aviatable h1 {
    font-size: 190%;
  }
  .step.st1 {
    background: url("../images/_3m/1.webp");
    background-size: 100%;
    background-position: center;
  }
  .step.st2 {
    background: url("../images/_3m/2.webp");
    background-size: 100%;
    background-position: center;
  }
  .step.st3 {
    background: url("../images/_3m/3.webp");
    background-size: 100%;
    background-position: center;
  }
  ._3steps .hdrs h1 {
    font-size: 190%;
  }
  ._3steps .hdrs h3 {
    font-size: 130%;
  }
  .step_t_1,
.step_t_2,
.step_t_3 {
    flex-direction: column;
    margin: auto !important;
  }
  .step_t_1 .text,
.step_t_2 .text,
.step_t_3 .text {
    text-align: center;
    margin: 30px auto;
    padding: 0;
  }
  .stores img {
    height: 30px;
  }
  .mobile .mobile_menu_burger {
    transform: rotateZ(180deg);
    background: rgba(255, 255, 255, 0);
  }
  .mobile .mobile_menu_burger:before {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .mobile .mobile_menu_burger:after {
    transform: rotate(-45deg) translate(8px, -7px);
  }
  .mobile_menu_burger {
    width: 30px;
    display: block;
    height: 4px;
    border-radius: 100px;
    background: #fff;
    position: relative;
    transition: 1s;
  }
  .mobile_menu_burger:after {
    position: absolute;
    transition: 0.3s;
    top: 10px;
    height: 4px;
    border-radius: 100px;
    content: "";
    width: 30px;
    background: white;
  }
  .mobile_menu_burger:before {
    position: absolute;
    transition: 0.3s;
    top: -10px;
    height: 4px;
    border-radius: 100px;
    content: "";
    width: 30px;
    background: white;
  }
  .calculator h1 {
    font-size: 190%;
  }
  .calculator .flex {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
  }
  .calculator .flex .price {
    font-size: 190%;
  }
  .calculator .flex .price .calc_days {
    display: inline-block !important;
  }
  .calculator .flex .txt {
    padding: 0;
    margin: 0;
    flex-basis: 100%;
  }
  .calculator .flex .txt .calc_tab_content {
    font-size: 90%;
    padding-bottom: 30px;
  }
  .calculator .flex .txt .tabs {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }
  .calculator .flex .txt .tabs a {
    text-align: center;
    width: 100%;
    font-size: 100%;
  }
  .gray h1 {
    font-size: 190%;
  }
  .gray .flex {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 30px;
  }
  .gray .flex .price {
    font-size: 190%;
  }
  .gray .flex .price .calc_days {
    display: inline-block;
  }
  .gray .flex .txt {
    padding: 0;
    margin: 0;
    flex-basis: 100%;
  }
  .gray .flex .txt .calc_tab_content {
    font-size: 90%;
    padding-bottom: 30px;
  }
  .gray .flex .txt .tabs {
    margin-bottom: 20px;
    gap: 6px;
    display: flex;
    justify-content: space-between;
  }
  .gray .flex .txt .tabs a {
    width: 100%;
    text-align: center;
    font-size: 100%;
  }
  footer .wpage {
    flex-direction: column;
  }
}
.opencomp .ourcomps {
  top: 0px;
  box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.55);
}

.ourcomps {
  position: fixed;
  z-index: 20;
  transition: 0.7s;
  top: calc(-80vh - 0px);
  left: 0;
  width: 100%;
  height: 80vh;
  background: #fff;
  padding: 50px;
}

.open_ourcomps {
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  background: url("../images/selector.svg") no-repeat center;
  padding: 13px 30px;
  font-size: 80%;
  transform: translateY(10px);
}
.open_ourcomps:hover {
  font-weight: bold;
}

.ourcomp_group {
  margin-bottom: 70px;
}
.ourcomp_group h2 {
  font-weight: normal;
}
.ourcomp_group .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ourcomp_group .grid div {
  min-height: 100px;
}
.ourcomp_group .grid div img {
  width: 80%;
  height: auto;
  object-fit: cover;
}