.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}

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

.section-firstScreen {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 104px;
}
.section-firstScreen .btns.btns-link {
  flex-direction: column;
  width: max-content;
  margin-top: 60px;
}
.section-firstScreen .btns .btn {
  width: max-content;
}
.section-firstScreen .btns .btn.btn_blue:hover {
  background-color: #fff;
  border-color: #fff;
}
.section-firstScreen .btns .btn-link {
  margin-top: 11px;
  text-align: center;
}
.section-firstScreen__recommended {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #293263;
  border-radius: 10px 10px 0 0;
  z-index: 2;
  padding: 14px 16px 10px;
  left: calc(50% + 565px);
  transform: translateX(-100%);
  width: max-content;
}
.section-firstScreen__recommended .icon-svg {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.section-firstScreen__recommended .logo-svg {
  width: 92px;
  height: auto;
  margin: 0 0 0 5px;
}
.section-firstScreen__recommended .logo-svg-emons {
  width: 39px;
  height: auto;
  margin: 0 0 0 5px;
}
.section-firstScreen__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-firstScreen__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-firstScreen .container {
  position: relative;
  z-index: 2;
}
.section-firstScreen__container {
  width: 100%;
  max-width: 600px;
}
.section-firstScreen__title {
  margin: 0 0 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  color: #FFFFFF;
}
.section-firstScreen__desc {
  margin: 0 0 28px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  background: linear-gradient(270deg, #0771EF 0.12%, #00BFFF 82.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-firstScreen__list {
  margin-bottom: 28px;
}
.section-firstScreen__list li {
  padding-left: 36px;
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
}
.section-firstScreen__list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/icon-list.svg);
  background-size: cover;
}
.section-firstScreen__list li:last-child {
  margin-bottom: 0;
}

.section-connectInfo {
  padding: 152px 0 132px;
  position: relative;
  overflow: hidden;
}
.section-connectInfo .container {
  position: relative;
}
.section-connectInfo .texture-1 {
  width: 60px;
  height: auto;
  position: absolute;
  top: 71px;
  left: calc(50% + 564px - 30px);
}
.section-connectInfo .texture-2 {
  width: 60px;
  height: auto;
  position: absolute;
  bottom: 31px;
  left: calc(50% + 594px - 30px);
}
.section-connectInfo__content {
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  min-height: 635px;
}
.section-connectInfo__content.style-5 {
  max-width: 657px;
}
.section-connectInfo__subTitle {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #1E85FF;
}
.section-connectInfo__title {
  margin: 0 0 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  color: #293263;
}
.section-connectInfo__desc {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #293263;
}
.section-connectInfo__image {
  position: absolute;
  left: -140px;
  top: 27px;
  width: 581px;
}
.section-connectInfo__image .image {
  border-radius: 0 90px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.section-connectInfo__image .top-box {
  width: 511px;
  height: auto;
  position: absolute;
  top: -47px;
  left: 0;
  z-index: 1;
}
.section-connectInfo__image .bottom-box {
  width: 268px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 1;
}
.section-connectInfo__image .triangle-box {
  width: 79px;
  height: auto;
  right: 26px;
  position: absolute;
  z-index: 3;
  bottom: -60px;
}
.section-connectInfo__image .half-circle-box {
  width: 55px;
  position: absolute;
  z-index: 3;
  top: -12px;
  left: 50px;
}
.section-connectInfo__image .circle-first {
  width: 152px;
  height: auto;
  position: absolute;
  z-index: 3;
  right: 184px;
  bottom: 150px;
}
.section-connectInfo__image .circle-secondary {
  width: 124px;
  height: auto;
  position: absolute;
  z-index: 3;
  right: 50px;
  bottom: 160px;
}
.section-connectInfo__image .circle-third {
  width: 36px;
  position: absolute;
  z-index: 3;
  right: 140px;
  bottom: 120px;
}
.section-connectInfo__image.style-2 {
  top: -8px;
  width: 510px;
}
.section-connectInfo__image.style-2 .image {
  border-radius: 0 16px 90px 0;
}
.section-connectInfo__image.style-2 .box-style-2 {
  position: absolute;
  width: 471px;
  height: auto;
  right: -17px;
  bottom: -116px;
  z-index: 2;
}
.section-connectInfo__image.style-2 .circle-style-2 {
  position: absolute;
  right: -36px;
  width: 73px;
  height: auto;
  top: 282px;
  z-index: 2;
}
.section-connectInfo__image.style-3 {
  top: 23px;
  width: 512px;
}
.section-connectInfo__image.style-3 .circle-style-3 {
  position: absolute;
  z-index: 3;
  top: 0;
  right: -34px;
  width: 68px;
  height: auto;
}
.section-connectInfo__image.style-3 .info-style-3 {
  position: absolute;
  z-index: 3;
  bottom: -172px;
  right: -155px;
  width: 460px;
  height: auto;
}
.section-connectInfo__image.style-3 .box-style-3 {
  position: absolute;
  width: 426px;
  height: auto;
  top: -29px;
  left: 0;
}
.section-connectInfo__image.style-3 .ellipse-style-3 {
  position: absolute;
  width: 499px;
  height: auto;
  left: 0;
  bottom: -26px;
}
.section-connectInfo__image.style-4 {
  top: 23px;
  width: 512px;
}
.section-connectInfo__image.style-4 .image {
  border-radius: 16px 16px 90px 16px;
}
.section-connectInfo__image.style-4 .circle-style-4 {
  position: absolute;
  z-index: 3;
  top: 0;
  right: -34px;
  width: 68px;
  height: auto;
}
.section-connectInfo__image.style-4 .info-style-4 {
  position: absolute;
  z-index: 3;
  bottom: -172px;
  right: -155px;
  width: 460px;
  height: auto;
}
.section-connectInfo__image.style-4 .box-style-4 {
  position: absolute;
  width: 426px;
  height: auto;
  top: -29px;
  left: 0;
}
.section-connectInfo__image.style-4 .ellipse-style-4 {
  position: absolute;
  width: 499px;
  height: auto;
  left: 0;
  bottom: -26px;
}
.section-connectInfo__image.style-5 {
  top: -29px;
  width: 510px;
}
.section-connectInfo__image.style-5 .image {
  border-radius: 0 16px 90px 0;
}
.section-connectInfo__image.style-5 .box-style-5 {
  position: absolute;
  width: 479px;
  height: auto;
  bottom: -121px;
  right: -35px;
  z-index: 2;
}

.section-connectLogic {
  padding-bottom: 112px;
  background: linear-gradient(359.53deg, #F4F8FD 24.52%, rgba(245, 250, 255, 0) 99.7%);
}
.section-connectLogic .texture-1 {
  width: 16px;
  height: auto;
  position: absolute;
  top: 197px;
  right: calc(50% + 564px - 8px);
}
.section-connectLogic .texture-2 {
  width: 50px;
  height: auto;
  position: absolute;
  top: 220px;
  left: calc(50% + 601px - 25px);
}
.section-connectLogic .texture-3 {
  width: 32px;
  height: auto;
  position: absolute;
  top: 477px;
  right: calc(50% + 642px - 16px);
}
.section-connectLogic .texture-4 {
  width: 994px;
  height: auto;
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-connectLogic .container {
  position: relative;
}
.section-connectLogic__title {
  margin: 0 auto 72px;
  width: 100%;
  max-width: 971px;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #293263;
}
.section-connectLogic__svg {
  display: flex;
  justify-content: center;
}
.section-connectLogic__svg svg {
  width: 772px;
  height: auto;
}
.section-connectLogic__svg.svg-2 svg {
  width: 584px;
}
.section-connectLogic__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  color: #293263;
  padding-top: 50px;
  max-width: 657px;
  width: 100%;
  margin: 0 auto;
}
.section-connectLogic__box {
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(1, 50, 129, 0.1);
  border-radius: 12px;
  padding: 72px 88px 80px;
  position: relative;
  z-index: 2;
}
.section-connectLogic__box svg {
  width: 100%;
  height: auto;
}
.section-connectLogic__image {
  position: absolute;
  left: -140px;
  top: 179px;
  width: 581px;
  height: 569px;
}
.section-connectLogic__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.section-forwardOrders {
  padding: 112px 0 142px;
}
.section-forwardOrders .texture-1 {
  width: 37px;
  height: auto;
  position: absolute;
  top: 89px;
  right: calc(50% + 496.5px - 18.5px);
}
.section-forwardOrders .texture-2 {
  width: 60px;
  height: auto;
  position: absolute;
  top: 108px;
  left: calc(50% + 571px - 30px);
}
.section-forwardOrders .texture-3 {
  width: 20px;
  height: auto;
  position: absolute;
  top: 255px;
  left: calc(50% + 611px - 10px);
}
.section-forwardOrders .texture-4 {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 14px;
  right: calc(50% + 650px - 25px);
}
.section-forwardOrders__title {
  margin: 0 0 94px;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #293263;
}
.section-forwardOrders__list {
  overflow: visible !important;
}
.section-forwardOrders__list .swiper-wrapper {
  display: flex;
}
.section-forwardOrders__list .swiper-wrapper .swiper-slide {
  height: auto;
}
.section-forwardOrders__list .swiper-wrapper .swiper-slide:first-child .section-forwardOrders__list-item:before {
  display: none !important;
}
.section-forwardOrders__list-item {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 30px rgba(1, 50, 129, 0.1);
  border-radius: 18px;
  padding: 30px 30px 34px;
  position: relative;
}
.section-forwardOrders__list-item.active:after {
  background-color: #1E85FF;
  color: #fff;
}
.section-forwardOrders__list-item:before {
  content: "";
  background-image: url(../new-image/icon-forwardOrders.svg);
  width: 393px;
  height: 39px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50.7%;
  transform: translate(-100%, -100%);
  background-size: cover;
}
.section-forwardOrders__list-item:after {
  position: absolute;
  transition: all 0.3s ease;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
  content: attr(content);
  background: #FFFFFF;
  border: 1px solid #1E85FF;
  width: 26px;
  height: 26px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.0025em;
  color: #1E85FF;
  border-radius: 50%;
}
.section-forwardOrders__list-item .icon {
  margin-bottom: 26px;
}
.section-forwardOrders__list-item .icon svg {
  width: 60px;
  height: auto;
}
.section-forwardOrders__list-item h3 {
  margin: 0 0 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #293263;
}
.section-forwardOrders__list-item p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.0025em;
  color: #293263;
}

.section-forRegistration {
  background: linear-gradient(243.07deg, #0340A2 25.47%, #013281 72.8%);
  padding: 108px 0 95px;
}
.section-forRegistration .btn.btn_blue:hover {
  border-color: #fff;
  background-color: #fff;
}
.section-forRegistration .container {
  position: relative;
  z-index: 2;
}
.section-forRegistration .texture-1 {
  width: 1289px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-forRegistration .texture-2 {
  display: none;
}
.section-forRegistration__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-forRegistration__title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 32px;
}

.section-advantagesConnect {
  padding: 142px 0 112px;
  background: linear-gradient(359.53deg, #F4F8FD 24.52%, rgba(245, 250, 255, 0) 99.7%);
}
.section-advantagesConnect .texture-1 {
  width: 37px;
  height: auto;
  position: absolute;
  top: 170px;
  right: calc(50% + 496.5px - 18.5px);
}
.section-advantagesConnect .texture-2 {
  width: 45px;
  height: auto;
  position: absolute;
  top: 481px;
  right: calc(50% + 639.5px - 22.5px);
}
.section-advantagesConnect .texture-3 {
  width: 25px;
  height: auto;
  position: absolute;
  top: 690px;
  left: calc(50% + 610.5px - 12.5px);
}
.section-advantagesConnect__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #293263;
  margin: 0 0 71px;
}
.section-advantagesConnect__list {
  gap: 42px;
  display: flex;
}
.section-advantagesConnect__list-item {
  width: 50%;
  flex: 1 0;
  background: #EDF5FF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 16px 1px 1px;
  border-radius: 12px;
}
.section-advantagesConnect__list-item.max-w {
  width: 100%;
  max-width: 619px;
  margin: 0 auto;
}
.section-advantagesConnect__list-item.mit {
  background: linear-gradient(270deg, #0771EF 0.12%, #00BFFF 82.98%);
}
.section-advantagesConnect__list-item.mit h3 {
  color: #fff;
}
.section-advantagesConnect__list-item.mit ul li:before {
  background-color: #1E85FF;
  background-image: url(../new-image/icon-checkNew.svg);
  background-size: 7px;
}
.section-advantagesConnect__list-item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #293263;
  margin: 0 0 14px;
  text-align: center;
}
.section-advantagesConnect__list-item ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #525880;
  padding: 20px 50px 20px 55px;
  background: #F7FBFF;
  position: relative;
}
.section-advantagesConnect__list-item ul li.none {
  padding: 19.25px 30px;
  background-color: #fff !important;
}
.section-advantagesConnect__list-item ul li.none:before {
  display: none;
}
.section-advantagesConnect__list-item ul li.none svg {
  width: 432px;
  height: auto;
}
.section-advantagesConnect__list-item ul li:before {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  left: 28px;
  top: 23px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E54848;
  background-image: url(../new-image/icon-closeNew.svg);
  background-size: 8px;
}
.section-advantagesConnect__list-item ul li:nth-child(2n+1) {
  background-color: #fff;
}
.section-advantagesConnect__list-item ul li:last-child {
  border-radius: 0 0 12px 12px;
}

.section-getUnlimited {
  padding: 112px 0;
  background-image: url(../new-image/Subtract.png);
  background-size: 926px;
  background-position: center -136px;
  background-repeat: no-repeat;
}
.section-getUnlimited.padding-bottom-132 {
  padding: 112px 0 56px;
}
.section-getUnlimited .texture-1 {
  width: 60px;
  height: auto;
  position: absolute;
  top: 527px;
  right: calc(50% + 662px - 30px);
}
.section-getUnlimited .texture-2 {
  width: 32px;
  height: auto;
  position: absolute;
  top: 616px;
  right: calc(50% + 606px - 16px);
}
.section-getUnlimited .texture-3 {
  width: 50px;
  height: auto;
  position: absolute;
  top: 663px;
  left: calc(50% + 564px - 25px);
}
.section-getUnlimited .texture-4 {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: -7px;
  right: calc(50% + 556px - 25px);
}
.section-getUnlimited .texture-5 {
  width: 32px;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: calc(50% + 626px - 16px);
}
.section-getUnlimited__container {
  margin: 0 auto;
  width: 100%;
  max-width: 865px;
}
.section-getUnlimited__subTitle {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #1E85FF;
  margin: 0 0 20px;
  text-align: center;
}
.section-getUnlimited__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #293263;
  margin: 0 0 32px;
}
.section-getUnlimited__desc {
  margin-bottom: 52px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  color: #293263;
}
.section-getUnlimited__desc b {
  font-weight: bold;
}

.section-simplifyWork {
  padding: 30px 0 142px;
  overflow: hidden;
}
.section-simplifyWork.padding-top-112 {
  padding-top: 112px;
}
.section-simplifyWork.style-2 .section-simplifyWork__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-simplifyWork .texture-1 {
  width: 45px;
  height: auto;
  position: absolute;
  bottom: 94px;
  right: calc(50% + 639.5px - 22.5px);
}
.section-simplifyWork__subTitle {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #1E85FF;
}
.section-simplifyWork__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  color: #293263;
  margin: 0;
  width: 100%;
  max-width: 700px;
}
.section-simplifyWork__nav {
  display: flex;
  align-items: center;
}
.section-simplifyWork__nav .btn-prev, .section-simplifyWork__nav .btn-next {
  margin: 0 6px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.section-simplifyWork__nav .btn-prev:after, .section-simplifyWork__nav .btn-next:after {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1E85FF;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease;
}
.section-simplifyWork__nav .btn-prev.swiper-button-disabled, .section-simplifyWork__nav .btn-next.swiper-button-disabled {
  cursor: default;
}
.section-simplifyWork__nav .btn-prev.swiper-button-disabled:after, .section-simplifyWork__nav .btn-next.swiper-button-disabled:after {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid rgba(41, 50, 99, 0.2);
}
.section-simplifyWork__nav .btn-prev.swiper-button-disabled svg path, .section-simplifyWork__nav .btn-next.swiper-button-disabled svg path {
  opacity: 0.2;
  stroke: #293263;
}
.section-simplifyWork__nav .btn-prev svg, .section-simplifyWork__nav .btn-next svg {
  width: 18px;
  height: auto;
  position: relative;
  z-index: 2;
}
.section-simplifyWork__nav .btn-prev svg path, .section-simplifyWork__nav .btn-next svg path {
  stroke: #fff;
  transition: all 0.3s ease;
}
.section-simplifyWork__header {
  margin-bottom: 73px;
  display: flex;
  justify-content: space-between;
}
.section-simplifyWork__slider {
  position: relative;
}
.section-simplifyWork__slider:after {
  content: "";
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 11.91%, rgba(253, 254, 255, 0) 81.7%);
  width: 132px;
  position: absolute;
  top: -14px;
  right: 50%;
  z-index: 11;
  transform: translateX(50vw);
  bottom: 0;
}
.section-simplifyWork__slider .slider {
  overflow: visible;
}
.section-simplifyWork__slider .slider__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(1, 50, 129, 0.1);
  border-radius: 0px 0px 40px 0px;
  padding: 52px 30px 30px;
  min-height: 438px;
  position: relative;
}
.section-simplifyWork__slider .slider__item.styleBlue {
  background: #1E85FF;
}
.section-simplifyWork__slider .slider__item.styleBlue:after {
  background-color: #fff;
  border: 1px solid #1E85FF;
  color: #1E85FF;
}
.section-simplifyWork__slider .slider__item.styleBlue h3 {
  color: #fff;
}
.section-simplifyWork__slider .slider__item.styleBlue p {
  color: #fff;
}
.section-simplifyWork__slider .slider__item.styleBlue .btn.btn_blue {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.section-simplifyWork__slider .slider__item.styleBlue .btn.btn_blue:hover {
  background-color: #fff;
  color: #1E85FF;
}
.section-simplifyWork__slider .slider__item .btn {
  padding: 13px 28px;
  margin: 0;
}
.section-simplifyWork__slider .slider__item:after {
  content: attr(content);
  position: absolute;
  left: 30px;
  top: -13px;
  background: #1E85FF;
  border-radius: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #F6FBFF;
  padding: 5px 16px;
}
.section-simplifyWork__slider .slider__item h3 {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #293263;
}
.section-simplifyWork__slider .slider__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.0025em;
  color: #293263;
}

.section-connectGEL {
  padding: 112px 0 18px;
  position: relative;
}
.section-connectGEL .texture-1 {
  width: 32px;
  height: auto;
  position: absolute;
  top: 126px;
  right: calc(50% + 606px - 16px);
}
.section-connectGEL .texture-2 {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 230px;
  left: calc(50% + 564px - 25px);
}
.section-connectGEL__image {
  position: absolute;
  top: 14px;
  left: -127px;
}
.section-connectGEL__image:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(../new-image/box-arveiten-mit-GEL-bg.svg);
  width: 942px;
  height: 942px;
  background-size: cover;
  right: 52px;
  bottom: -15px;
}
.section-connectGEL__image img {
  width: 657px;
  height: auto;
  z-index: 2;
  position: relative;
}
.section-connectGEL__subTitle {
  max-width: 704px;
  width: 100%;
  margin: 0 auto 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #1E85FF;
}
.section-connectGEL__title {
  max-width: 704px;
  width: 100%;
  margin: 0 auto 72px;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #293263;
}
.section-connectGEL__content {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.section-connectGEL__tabs {
  width: 100%;
  max-width: 530px;
}
.section-connectGEL__tabs-nav {
  border-bottom: 1px solid #EBF0F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section-connectGEL__tabs-nav .item {
  min-width: 150px;
  cursor: pointer;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #767B99;
  padding-bottom: 12px;
  position: relative;
  transition: all 0.3s ease;
}
.section-connectGEL__tabs-nav .item:hover {
  color: #293263;
}
.section-connectGEL__tabs-nav .item.active {
  color: #293263;
}
.section-connectGEL__tabs-nav .item.active:after {
  opacity: 1;
}
.section-connectGEL__tabs-nav .item:after {
  opacity: 0;
  content: "";
  background-color: #1E85FF;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  position: absolute;
}
.section-connectGEL__tabs-content .item {
  display: none;
}
.section-connectGEL__tabs-content .item.active {
  display: block;
}
.section-connectGEL__tabs-content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.0025em;
  color: #293263;
  margin-bottom: 22px;
  padding-left: 22px;
  position: relative;
}
.section-connectGEL__tabs-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1E85FF;
  left: 0;
  top: 9px;
  position: absolute;
}
.section-connectGEL__tabs-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.0025em;
  color: #293263;
}

.section-multipleShipping {
  margin-bottom: 20px;
}
.section-multipleShipping .texture-1 {
  position: absolute;
  width: 60px;
  height: auto;
  bottom: 119px;
  left: calc(50% + 592px - 30px);
  z-index: 2;
}
.section-multipleShipping__container {
  padding: 82px 0 96px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 746px;
}
.section-multipleShipping__container:after {
  position: absolute;
  content: "";
  left: 0;
  width: calc((100vw - 1130px) / 2 + 1130px);
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(240.46deg, #0340A2 39.19%, #013281 74.77%);
  border-radius: 90px 0 0 0;
}
.section-multipleShipping__content {
  width: 100%;
  max-width: 604px;
  position: relative;
  z-index: 2;
}
.section-multipleShipping__image {
  position: absolute;
  left: -109px;
  top: 82px;
  z-index: 2;
}
.section-multipleShipping__image img {
  width: 526px;
  height: 513px;
  object-fit: cover;
  border-radius: 22px 22px 90px 22px;
  position: relative;
  z-index: 2;
}
.section-multipleShipping__image .svg-1 {
  position: absolute;
  z-index: 1;
  left: -31px;
  bottom: -36px;
  width: 279px;
  height: auto;
}
.section-multipleShipping__image .svg-2 {
  position: absolute;
  z-index: 3;
  left: 293px;
  bottom: -50px;
  width: 32px;
  height: auto;
}
.section-multipleShipping__image .svg-3 {
  position: absolute;
  z-index: 3;
  right: -34px;
  bottom: 192px;
  width: 68px;
  height: auto;
}
.section-multipleShipping__subTitle {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #68ADFF;
}
.section-multipleShipping__title {
  margin: 0 0 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  color: #FFFFFF;
}
.section-multipleShipping__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #FFFFFF;
  margin: 0;
}

.section-faq {
  padding: 132px 0;
  min-height: 712px;
}
.section-faq__container {
  display: flex;
  justify-content: space-between;
}
.section-faq__left {
  position: relative;
}
.section-faq__list {
  width: 100%;
  max-width: 650px;
  border-top: 1px solid #EBF0F5;
}
.section-faq__list-item {
  border-bottom: 1px solid #EBF0F5;
  padding: 32px 0;
}
.section-faq__list-item.active .box-name .icon:after {
  opacity: 0;
}
.section-faq__list-item.active .box-desc {
  display: block;
}
.section-faq__list-item .box-name {
  padding-left: 68px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.0025em;
  color: #293263;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-faq__list-item .box-name:hover {
  color: #1E85FF;
}
.section-faq__list-item .box-name:hover .icon {
  background: #1E85FF;
  border-color: #1E85FF;
}
.section-faq__list-item .box-name:hover .icon:after, .section-faq__list-item .box-name:hover .icon:before {
  background-color: #fff;
}
.section-faq__list-item .box-name .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -7px;
  border: 1px solid rgba(41, 50, 99, 0.2);
  transition: all 0.3s ease;
}
.section-faq__list-item .box-name .icon:after, .section-faq__list-item .box-name .icon:before {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #293263;
}
.section-faq__list-item .box-name .icon:after {
  width: 2px;
  height: 14px;
}
.section-faq__list-item .box-name .icon:before {
  width: 14px;
  height: 2px;
}
.section-faq__list-item .box-desc {
  padding: 9px 0 0 68px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.0025em;
  color: #767B99;
  display: none;
}
.section-faq__subTitle {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #1E85FF;
}
.section-faq__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  color: #293263;
  margin: 0;
}
.section-faq__image {
  position: absolute;
  top: -420px;
  left: -590px;
  height: auto;
}
.section-faq__image svg {
  width: 995px;
  height: auto;
}

.section-integration {
  padding: 56px 0 5px;
}
.section-integration__container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.section-integration__image {
  position: absolute;
  top: -55px;
  left: -145px;
}
.section-integration__image svg {
  width: 636px;
  height: auto;
}
.section-integration__content {
  width: 100%;
  max-width: 513px;
}
.section-integration__subTitle {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #1E85FF;
}
.section-integration__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  color: #293263;
  margin: 0 0 28px;
}
.section-integration__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #293263;
  margin: 0 0 34px;
}

.section-infoLink {
  padding-bottom: 95px;
  position: relative;
}
.section-infoLink .texture-1 {
  width: 37px;
  height: auto;
  position: absolute;
  top: -58px;
  right: calc(50% + 617.5px - 18.5px);
}
.section-infoLink .texture-2 {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 69px;
  right: calc(50% + 526px - 25px);
}
.section-infoLink .texture-3 {
  width: 20px;
  height: auto;
  position: absolute;
  bottom: 136px;
  left: calc(50% + 599px - 10px);
}
.section-infoLink .texture-4 {
  width: 40px;
  height: auto;
  position: absolute;
  bottom: 88px;
  left: calc(50% + 535px - 20px);
}
.section-infoLink__title {
  margin: 0 auto 31px;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #293263;
  max-width: 900px;
  width: 100%;
}
.section-infoLink__buttons {
  display: flex;
  justify-content: center;
}

.section-bindConnect {
  padding: 88px 0 160px;
  background: linear-gradient(0.69deg, #E8F0F9 -11.11%, rgba(245, 250, 255, 0) 99.24%);
}
.section-bindConnect__subTitle {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #1E85FF;
  text-align: center;
}
.section-bindConnect__title {
  margin: 0 0 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #293263;
}
.section-bindConnect__slider .slider__item .icon {
  margin-bottom: 30px;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 133, 255, 0.08);
  border-radius: 12px;
}
.section-bindConnect__slider .slider__item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #293263;
  margin: 0 0 8px;
}
.section-bindConnect__slider .slider__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #767B99;
  margin: 0;
}

@media (max-width: 1439px) and (min-width: 991px) {
  .container {
    padding: 0 1.0416666667vw;
    max-width: 80.5555555556vw;
  }
  .section-firstScreen {
    padding-top: 7.2222222222vw;
    min-height: 52.7777777778vw;
  }
  .section-firstScreen__recommended {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    padding: 0.9722222222vw 1.1111111111vw 0.6944444444vw;
    left: calc(50% + 39.2361111111vw);
  }
  .section-firstScreen__recommended .icon-svg {
    width: 1.25vw;
    margin-right: 0.6944444444vw;
  }
  .section-firstScreen__recommended .logo-svg {
    width: 6.3888888889vw;
    margin: 0 0 0 0.3472222222vw;
  }
  .section-firstScreen__recommended .logo-svg-emons {
    width: 2.7083333333vw;
    margin: 0 0 0 0.3472222222vw;
  }
  .section-firstScreen__container {
    max-width: 41.6666666667vw;
  }
  .section-firstScreen__title {
    margin: 0 0 0.1388888889vw;
    font-size: 3.3333333333vw;
    line-height: 4.3055555556vw;
  }
  .section-firstScreen__desc {
    margin: 0 0 1.9444444444vw;
    font-size: 2.2222222222vw;
    line-height: 2.7777777778vw;
  }
  .section-firstScreen__list {
    margin-bottom: 1.9444444444vw;
  }
  .section-firstScreen__list li {
    padding-left: 2.5vw;
    margin-bottom: 1.25vw;
    font-size: 0.9722222222vw;
    line-height: 1.6666666667vw;
  }
  .section-firstScreen__list li:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
  .section-firstScreen .btns.btns-link {
    margin-top: 4.1666666667vw;
  }
  .section-firstScreen .btns .btn-link {
    margin-top: 0.7638888889vw;
  }
  .section-connectInfo {
    padding: 10.5555555556vw 0 9.1666666667vw;
  }
  .section-connectInfo .texture-1 {
    width: 4.1666666667vw;
    top: 4.9305555556vw;
    left: calc(50% + 39.1666666667vw - 2.0833333333vw);
  }
  .section-connectInfo .texture-2 {
    width: 4.1666666667vw;
    bottom: 2.1527777778vw;
    left: calc(50% + 41.25vw - 2.0833333333vw);
  }
  .section-connectInfo__content {
    max-width: 40.9722222222vw;
    min-height: 44.0972222222vw;
  }
  .section-connectInfo__content.style-5 {
    max-width: 45.625vw;
  }
  .section-connectInfo__subTitle {
    margin: 0 0 1.3888888889vw;
    font-size: 1.0416666667vw;
    line-height: 1.0416666667vw;
  }
  .section-connectInfo__title {
    margin: 0 0 2.2222222222vw;
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
  }
  .section-connectInfo__desc {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
  .section-connectInfo__image {
    left: -9.7222222222vw;
    top: 1.875vw;
    width: 40.3472222222vw;
  }
  .section-connectInfo__image .image {
    border-radius: 0 6.25vw 0 0;
  }
  .section-connectInfo__image .top-box {
    width: 35.4861111111vw;
    top: -3.2638888889vw;
  }
  .section-connectInfo__image .bottom-box {
    width: 18.6111111111vw;
    bottom: -4.1666666667vw;
  }
  .section-connectInfo__image .triangle-box {
    width: 5.4861111111vw;
    right: 1.8055555556vw;
    bottom: -4.1666666667vw;
  }
  .section-connectInfo__image .half-circle-box {
    width: 3.8194444444vw;
    top: -0.8333333333vw;
    left: 3.4722222222vw;
  }
  .section-connectInfo__image .circle-first {
    width: 10.5555555556vw;
    right: 12.7777777778vw;
    bottom: 10.4166666667vw;
  }
  .section-connectInfo__image .circle-secondary {
    width: 8.6111111111vw;
    right: 3.4722222222vw;
    bottom: 11.1111111111vw;
  }
  .section-connectInfo__image .circle-third {
    width: 2.5vw;
    right: 9.7222222222vw;
    bottom: 8.3333333333vw;
  }
  .section-connectInfo__image.style-2 {
    top: -0.5555555556vw;
    width: 35.4166666667vw;
  }
  .section-connectInfo__image.style-2 .image {
    border-radius: 0 1.1111111111vw 6.25vw 0;
  }
  .section-connectInfo__image.style-2 .box-style-2 {
    width: 32.7083333333vw;
    right: -1.1805555556vw;
    bottom: -8.0555555556vw;
  }
  .section-connectInfo__image.style-2 .circle-style-2 {
    right: -2.5vw;
    width: 5.0694444444vw;
    top: 19.5833333333vw;
  }
  .section-connectInfo__image.style-3 {
    top: 1.5972222222vw;
    width: 35.5555555556vw;
  }
  .section-connectInfo__image.style-3 .circle-style-3 {
    right: -2.3611111111vw;
    width: 4.7222222222vw;
  }
  .section-connectInfo__image.style-3 .info-style-3 {
    bottom: -11.9444444444vw;
    right: -10.7638888889vw;
    width: 31.9444444444vw;
  }
  .section-connectInfo__image.style-3 .box-style-3 {
    width: 29.5833333333vw;
    top: -2.0138888889vw;
  }
  .section-connectInfo__image.style-3 .ellipse-style-3 {
    width: 34.6527777778vw;
    bottom: -1.8055555556vw;
  }
  .section-connectInfo__image.style-4 {
    top: 1.5972222222vw;
    width: 35.5555555556vw;
  }
  .section-connectInfo__image.style-4 .image {
    border-radius: 1.1111111111vw 1.1111111111vw 6.25vw 1.1111111111vw;
  }
  .section-connectInfo__image.style-4 .circle-style-4 {
    right: -2.3611111111vw;
    width: 4.7222222222vw;
  }
  .section-connectInfo__image.style-4 .info-style-4 {
    bottom: -11.9444444444vw;
    right: -10.7638888889vw;
    width: 31.9444444444vw;
  }
  .section-connectInfo__image.style-4 .box-style-4 {
    width: 29.5833333333vw;
    top: -2.0138888889vw;
  }
  .section-connectInfo__image.style-4 .ellipse-style-4 {
    width: 34.6527777778vw;
    bottom: -1.8055555556vw;
  }
  .section-connectInfo__image.style-5 {
    top: -2.0138888889vw;
    width: 35.4166666667vw;
  }
  .section-connectInfo__image.style-5 .image {
    border-radius: 0 1.1111111111vw 6.25vw 0;
  }
  .section-connectInfo__image.style-5 .box-style-5 {
    width: 33.2638888889vw;
    bottom: -8.4027777778vw;
    right: -2.4305555556vw;
  }
  .section-connectLogic {
    padding-bottom: 7.7777777778vw;
  }
  .section-connectLogic .texture-1 {
    width: 1.1111111111vw;
    top: 13.6805555556vw;
    right: calc(50% + 39.1666666667vw - 0.5555555556vw);
  }
  .section-connectLogic .texture-2 {
    width: 3.4722222222vw;
    top: 15.2777777778vw;
    left: calc(50% + 41.7361111111vw - 1.7361111111vw);
  }
  .section-connectLogic .texture-3 {
    width: 2.2222222222vw;
    top: 33.125vw;
    right: calc(50% + 44.5833333333vw - 1.1111111111vw);
  }
  .section-connectLogic__title {
    margin: 0 auto 5vw;
    max-width: 67.4305555556vw;
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
  }
  .section-connectLogic__svg svg {
    width: 53.6111111111vw;
  }
  .section-connectLogic__svg.svg-2 svg {
    width: 40.5555555556vw;
  }
  .section-connectLogic__image {
    left: -9.7222222222vw;
    top: 12.4305555556vw;
    width: 40.3472222222vw;
    height: 39.5138888889vw;
  }
  .section-connectLogic__desc {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
    padding-top: 3.4722222222vw;
    max-width: 45.625vw;
  }
  .section-connectLogic__box {
    max-width: 61.4583333333vw;
    box-shadow: 0 0.2777777778vw 2.0833333333vw rgba(1, 50, 129, 0.1);
    border-radius: 0.8333333333vw;
    padding: 5vw 6.1111111111vw 5.5555555556vw;
  }
  .section-forwardOrders {
    padding: 7.7777777778vw 0 9.8611111111vw;
  }
  .section-forwardOrders .texture-1 {
    width: 2.5694444444vw;
    top: 6.1805555556vw;
    right: calc(50% + 34.4791666667vw - 1.2847222222vw);
  }
  .section-forwardOrders .texture-2 {
    width: 4.1666666667vw;
    top: 7.5vw;
    left: calc(50% + 39.6527777778vw - 2.0833333333vw);
  }
  .section-forwardOrders .texture-3 {
    width: 1.3888888889vw;
    top: 17.7083333333vw;
    left: calc(50% + 42.4305555556vw - 0.6944444444vw);
  }
  .section-forwardOrders .texture-4 {
    width: 3.4722222222vw;
    bottom: 0.9722222222vw;
    right: calc(50% + 45.1388888889vw - 1.7361111111vw);
  }
  .section-forwardOrders__title {
    margin: 0 0 6.5277777778vw;
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
  }
  .section-forwardOrders__list-item {
    box-shadow: 0 0.2777777778vw 2.0833333333vw rgba(1, 50, 129, 0.1);
    border-radius: 1.25vw;
    padding: 2.0833333333vw 2.0833333333vw 2.3611111111vw;
  }
  .section-forwardOrders__list-item:before {
    width: 27.2916666667vw;
    height: 2.7083333333vw;
  }
  .section-forwardOrders__list-item:after {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    font-size: 0.9722222222vw;
  }
  .section-forwardOrders__list-item .icon {
    margin-bottom: 1.8055555556vw;
  }
  .section-forwardOrders__list-item .icon svg {
    width: 4.1666666667vw;
  }
  .section-forwardOrders__list-item h3 {
    margin: 0 0 0.9722222222vw;
    font-size: 1.1805555556vw;
    line-height: 1.875vw;
  }
  .section-forwardOrders__list-item p {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
  .section-forRegistration {
    padding: 7.5vw 0 6.5972222222vw;
  }
  .section-forRegistration .texture-1 {
    width: 89.5138888889vw;
  }
  .section-forRegistration__title {
    font-size: 2.7777777778vw;
    line-height: 3.75vw;
    margin: 0 0 2.2222222222vw;
  }
  .section-advantagesConnect {
    padding: 9.8611111111vw 0 7.7777777778vw;
  }
  .section-advantagesConnect .texture-1 {
    width: 2.5694444444vw;
    top: 11.8055555556vw;
    right: calc(50% + 34.4791666667vw - 1.2847222222vw);
  }
  .section-advantagesConnect .texture-2 {
    width: 3.125vw;
    top: 33.4027777778vw;
    right: calc(50% + 44.4097222222vw - 1.5625vw);
  }
  .section-advantagesConnect .texture-3 {
    width: 1.7361111111vw;
    top: 47.9166666667vw;
    left: calc(50% + 42.3958333333vw - 0.8680555556vw);
  }
  .section-advantagesConnect__title {
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
    margin: 0 0 4.9305555556vw;
  }
  .section-advantagesConnect__list {
    gap: 2.9166666667vw;
  }
  .section-advantagesConnect__list-item {
    box-shadow: 0 0.0694444444vw 0.1388888889vw rgba(0, 0, 0, 0.05);
    padding: 1.1111111111vw 0.0694444444vw 0.0694444444vw;
    border-radius: 0.8333333333vw;
  }
  .section-advantagesConnect__list-item h3 {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
    margin: 0 0 0.9722222222vw;
  }
  .section-advantagesConnect__list-item.max-w {
    max-width: 42.9861111111vw;
  }
  .section-advantagesConnect__list-item.mit ul li:before {
    background-size: 0.4861111111vw;
  }
  .section-advantagesConnect__list-item ul li {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
    padding: 1.3888888889vw 3.4722222222vw 1.3888888889vw 3.8194444444vw;
  }
  .section-advantagesConnect__list-item ul li.none {
    padding: 1.3368055556vw 2.0833333333vw;
  }
  .section-advantagesConnect__list-item ul li.none svg {
    width: 30vw;
  }
  .section-advantagesConnect__list-item ul li:before {
    left: 1.9444444444vw;
    top: 1.5972222222vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    background-size: 0.5555555556vw;
  }
  .section-advantagesConnect__list-item ul li:last-child {
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  }
  .section-getUnlimited {
    padding: 7.7777777778vw 0;
    background-size: 64.3055555556vw;
    background-position: center -9.4444444444vw;
  }
  .section-getUnlimited.padding-bottom-132 {
    padding: 7.7777777778vw 0 3.8888888889vw;
  }
  .section-getUnlimited .texture-1 {
    width: 4.1666666667vw;
    top: 36.5972222222vw;
    right: calc(50% + 45.9722222222vw - 2.0833333333vw);
  }
  .section-getUnlimited .texture-2 {
    width: 2.2222222222vw;
    top: 42.7777777778vw;
    right: calc(50% + 42.0833333333vw - 1.1111111111vw);
  }
  .section-getUnlimited .texture-3 {
    width: 3.4722222222vw;
    top: 46.0416666667vw;
    left: calc(50% + 39.1666666667vw - 1.7361111111vw);
  }
  .section-getUnlimited .texture-4 {
    width: 3.4722222222vw;
    bottom: -0.4861111111vw;
    right: calc(50% + 38.6111111111vw - 1.7361111111vw);
  }
  .section-getUnlimited .texture-5 {
    width: 2.2222222222vw;
    bottom: 0.6944444444vw;
    left: calc(50% + 43.4722222222vw - 1.1111111111vw);
  }
  .section-getUnlimited__container {
    max-width: 60.0694444444vw;
  }
  .section-getUnlimited__subTitle {
    font-size: 1.0416666667vw;
    margin: 0 0 1.3888888889vw;
  }
  .section-getUnlimited__title {
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
    margin: 0 0 2.2222222222vw;
  }
  .section-getUnlimited__desc {
    margin-bottom: 3.6111111111vw;
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
  .section-simplifyWork {
    padding: 2.0833333333vw 0 9.8611111111vw;
  }
  .section-simplifyWork.padding-top-112 {
    padding-top: 7.7777777778vw;
  }
  .section-simplifyWork .texture-1 {
    width: 3.125vw;
    bottom: 6.5277777778vw;
    right: calc(50% + 44.4097222222vw - 1.5625vw);
  }
  .section-simplifyWork__subTitle {
    margin: 0 0 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
  .section-simplifyWork__title {
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
    max-width: 48.6111111111vw;
  }
  .section-simplifyWork__nav .btn-prev, .section-simplifyWork__nav .btn-next {
    margin: 0 0.4166666667vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .section-simplifyWork__nav .btn-prev:after, .section-simplifyWork__nav .btn-next:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .section-simplifyWork__nav .btn-prev.swiper-button-disabled:after, .section-simplifyWork__nav .btn-next.swiper-button-disabled:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .section-simplifyWork__nav .btn-prev svg, .section-simplifyWork__nav .btn-next svg {
    width: 1.25vw;
  }
  .section-simplifyWork__header {
    margin-bottom: 5.0694444444vw;
  }
  .section-simplifyWork__slider:after {
    width: 9.1666666667vw;
    top: -0.9722222222vw;
  }
  .section-simplifyWork__slider .slider__item {
    box-shadow: 0 0.2777777778vw 2.0833333333vw rgba(1, 50, 129, 0.1);
    border-radius: 0 0 2.7777777778vw 0;
    padding: 3.6111111111vw 2.0833333333vw 2.0833333333vw;
    min-height: 30.4166666667vw;
  }
  .section-simplifyWork__slider .slider__item .btn {
    padding: 0.9027777778vw 1.9444444444vw;
  }
  .section-simplifyWork__slider .slider__item:after {
    left: 2.0833333333vw;
    top: -0.9027777778vw;
    border-radius: 1.1111111111vw;
    font-size: 0.8333333333vw;
    line-height: 1.1111111111vw;
    padding: 0.3472222222vw 1.1111111111vw;
  }
  .section-simplifyWork__slider .slider__item h3 {
    margin: 0 0 1.3888888889vw;
    font-size: 1.1805555556vw;
    line-height: 1.875vw;
  }
  .section-simplifyWork__slider .slider__item p {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
  .section-connectGEL {
    padding: 7.7777777778vw 0 1.25vw;
  }
  .section-connectGEL .texture-1 {
    width: 2.2222222222vw;
    top: 8.75vw;
    right: calc(50% + 42.0833333333vw - 1.1111111111vw);
  }
  .section-connectGEL .texture-2 {
    width: 3.4722222222vw;
    bottom: 15.9722222222vw;
    left: calc(50% + 39.1666666667vw - 1.7361111111vw);
  }
  .section-connectGEL__image {
    top: 0.9722222222vw;
    left: -8.8194444444vw;
  }
  .section-connectGEL__image:after {
    width: 65.4166666667vw;
    height: 65.4166666667vw;
    right: 3.6111111111vw;
    bottom: -1.0416666667vw;
  }
  .section-connectGEL__image img {
    width: 45.625vw;
  }
  .section-connectGEL__subTitle {
    max-width: 48.8888888889vw;
    margin: 0 auto 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
  .section-connectGEL__title {
    max-width: 48.8888888889vw;
    margin: 0 auto 5vw;
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
  }
  .section-connectGEL__tabs {
    max-width: 36.8055555556vw;
  }
  .section-connectGEL__tabs-nav {
    margin-bottom: 2.7777777778vw;
  }
  .section-connectGEL__tabs-nav .item {
    min-width: 10.4166666667vw;
    font-size: 1.1805555556vw;
    line-height: 1.9444444444vw;
    padding-bottom: 0.8333333333vw;
  }
  .section-connectGEL__tabs-nav .item:after {
    height: 0.1388888889vw;
    bottom: -0.0694444444vw;
  }
  .section-connectGEL__tabs-content ul li {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
    margin-bottom: 1.5277777778vw;
    padding-left: 1.5277777778vw;
  }
  .section-connectGEL__tabs-content ul li:before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    top: 0.625vw;
  }
  .section-connectGEL__tabs-content p {
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }
  .section-multipleShipping {
    margin-bottom: 1.3888888889vw;
  }
  .section-multipleShipping .texture-1 {
    width: 4.1666666667vw;
    bottom: 8.2638888889vw;
    left: calc(50% + 41.1111111111vw - 2.0833333333vw);
  }
  .section-multipleShipping__container {
    padding: 5.6944444444vw 0 6.6666666667vw;
    min-height: 51.8055555556vw;
  }
  .section-multipleShipping__container:after {
    width: 89.2361111111vw;
    border-radius: 6.25vw 0 0 0;
  }
  .section-multipleShipping__content {
    max-width: 41.9444444444vw;
  }
  .section-multipleShipping__image {
    left: -7.5694444444vw;
    top: 5.6944444444vw;
  }
  .section-multipleShipping__image img {
    width: 36.5277777778vw;
    height: 35.625vw;
    border-radius: 1.5277777778vw 1.5277777778vw 6.25vw 1.5277777778vw;
  }
  .section-multipleShipping__image .svg-1 {
    left: -2.1527777778vw;
    bottom: -2.5vw;
    width: 19.375vw;
  }
  .section-multipleShipping__image .svg-2 {
    left: 20.3472222222vw;
    bottom: -3.4722222222vw;
    width: 2.2222222222vw;
  }
  .section-multipleShipping__image .svg-3 {
    right: -2.3611111111vw;
    bottom: 13.3333333333vw;
    width: 4.7222222222vw;
  }
  .section-multipleShipping__subTitle {
    margin: 0 0 1.3888888889vw;
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
  .section-multipleShipping__title {
    margin: 0 0 2.2222222222vw;
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
  }
  .section-multipleShipping__desc {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
  .section-faq {
    padding: 9.1666666667vw 0;
    min-height: 49.4444444444vw;
  }
  .section-faq__list {
    max-width: 45.1388888889vw;
  }
  .section-faq__list-item {
    padding: 2.2222222222vw 0;
  }
  .section-faq__list-item .box-name {
    padding-left: 4.7222222222vw;
    font-size: 1.1805555556vw;
    line-height: 1.875vw;
  }
  .section-faq__list-item .box-name .icon {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    top: -0.4861111111vw;
  }
  .section-faq__list-item .box-name .icon:after {
    width: 0.1388888889vw;
    height: 0.9722222222vw;
  }
  .section-faq__list-item .box-name .icon:before {
    width: 0.9722222222vw;
    height: 0.1388888889vw;
  }
  .section-faq__list-item .box-desc {
    padding: 0.625vw 0 0 4.7222222222vw;
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
  .section-faq__subTitle {
    margin: 0 0 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
  .section-faq__title {
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
  }
  .section-faq__image {
    top: -29.1666666667vw;
    left: -40.9722222222vw;
  }
  .section-faq__image svg {
    width: 69.0972222222vw;
  }
  .section-integration {
    padding: 3.8888888889vw 0 0.3472222222vw;
  }
  .section-integration__image {
    top: -3.8194444444vw;
    left: -10.0694444444vw;
  }
  .section-integration__image svg {
    width: 44.1666666667vw;
  }
  .section-integration__content {
    max-width: 35.625vw;
  }
  .section-integration__subTitle {
    margin: 0 0 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
  .section-integration__title {
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
    margin: 0 0 1.9444444444vw;
  }
  .section-integration__desc {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
    margin: 0 0 2.3611111111vw;
  }
  .section-getUnlimited .section-preice__numberParcels {
    border-radius: 0.4861111111vw;
    margin: 0 auto 5.2777777778vw;
    padding: 4.4444444444vw 7.0833333333vw 3.8888888889vw;
    max-width: 47.4305555556vw;
  }
  .section-getUnlimited .section-preice__numberParcels-label {
    border-radius: 1.3194444444vw;
    padding: 0.2777777778vw 1.1805555556vw;
    font-size: 0.6944444444vw;
    line-height: 1.1111111111vw;
  }
  .section-getUnlimited .section-preice__numberParcels-title {
    margin-bottom: 2.2222222222vw;
    font-size: 2.2222222222vw;
    line-height: 3.0555555556vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider {
    margin-bottom: 1.9444444444vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider .range-slider {
    padding: 3.4722222222vw 0 2.2916666667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider .range-slider__left {
    font-size: 1.1111111111vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider .range-slider__right {
    font-size: 1.6666666667vw;
  }
  .section-getUnlimited .range-slider .rs-container {
    height: 1px;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer .rs-tooltip {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    width: 5vw;
    height: 2.2222222222vw;
    top: -0.4861111111vw;
    padding-bottom: 0.2083333333vw;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer:after {
    width: 0.7638888889vw;
    height: 0.7638888889vw;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer:before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-mainPrice {
    margin: 0 auto 1.5277777778vw;
    max-width: 16.0416666667vw;
    border-radius: 0.3245277778vw;
    padding: 0.4166666667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-mainPrice .price {
    font-size: 1.4583333333vw;
    margin-bottom: 0.1388888889vw;
  }
  .section-getUnlimited .section-preice__numberParcels-mainPrice .desc {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .section-getUnlimited .section-preice__numberParcels-tax {
    margin: 0 auto 1.6666666667vw;
    max-width: 16.0416666667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-tax .price {
    font-size: 0.9722222222vw;
  }
  .section-getUnlimited .section-preice__numberParcels-tax .desc {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .section-getUnlimited .section-preice__numberParcels-button a {
    max-width: 16.0416666667vw;
    padding: 0.7638888889vw;
    border-radius: 3.4722222222vw;
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-button p {
    font-size: 0.6944444444vw;
    line-height: 1.6666666667vw;
  }
  .section-infoLink {
    padding-bottom: 6.5972222222vw;
  }
  .section-infoLink .texture-1 {
    width: 2.5694444444vw;
    top: -4.0277777778vw;
    right: calc(50% + 42.8819444444vw - 1.2847222222vw);
  }
  .section-infoLink .texture-2 {
    width: 3.4722222222vw;
    bottom: 4.7916666667vw;
    right: calc(50% + 36.5277777778vw - 1.7361111111vw);
  }
  .section-infoLink .texture-3 {
    width: 1.3888888889vw;
    bottom: 9.4444444444vw;
    left: calc(50% + 41.5972222222vw - 0.6944444444vw);
  }
  .section-infoLink .texture-4 {
    width: 2.7777777778vw;
    bottom: 6.1111111111vw;
    left: calc(50% + 37.1527777778vw - 1.3888888889vw);
  }
  .section-infoLink__title {
    margin: 0 auto 2.1527777778vw;
    font-size: 2.7777777778vw;
    line-height: 3.75vw;
    max-width: 62.5vw;
  }
  .section-bindConnect {
    padding: 6.1111111111vw 0 11.1111111111vw;
  }
  .section-bindConnect__subTitle {
    margin: 0 0 1.3888888889vw;
    font-size: 1.0416666667vw;
  }
  .section-bindConnect__title {
    margin: 0 0 5.5555555556vw;
    font-size: 3.4722222222vw;
    line-height: 4.4444444444vw;
  }
  .section-bindConnect__slider .slider__item .icon {
    margin-bottom: 2.0833333333vw;
    width: 4.5833333333vw;
    height: 4.5833333333vw;
    border-radius: 0.8333333333vw;
  }
  .section-bindConnect__slider .slider__item h3 {
    font-size: 1.1805555556vw;
    line-height: 2.0833333333vw;
    margin: 0 0 0.5555555556vw;
  }
  .section-bindConnect__slider .slider__item p {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }
}
@media (max-width: 991px) and (min-width: 461px) {
  .container {
    padding: 0 1.9556714472vw;
    max-width: 100%;
  }
  .section-firstScreen {
    padding-top: 8.6049543677vw;
    min-height: 78.2268578879vw;
  }
  .section-firstScreen .btns.btns-link {
    margin-top: 3.9113428944vw;
  }
  .section-firstScreen .btns .btn-link {
    margin-top: 1.3037809648vw;
  }
  .section-firstScreen__recommended {
    font-size: 1.8252933507vw;
    line-height: 2.8683181226vw;
    border-radius: 1.3037809648vw 1.3037809648vw 0 0;
    padding: 1.8252933507vw 2.0860495437vw 1.3037809648vw;
    left: initial;
    right: 1.9556714472vw;
    transform: none;
  }
  .section-firstScreen__recommended .icon-svg {
    width: 2.3468057366vw;
    margin-right: 1.3037809648vw;
  }
  .section-firstScreen__recommended .logo-svg {
    width: 11.9947848761vw;
    margin: 0 0 0 0.6518904824vw;
  }
  .section-firstScreen__recommended .logo-svg-emons {
    width: 5.0847457627vw;
    margin: 0 0 0 0.6518904824vw;
  }
  .section-firstScreen__container {
    max-width: 78.2268578879vw;
  }
  .section-firstScreen__title {
    margin: 0 0 0.260756193vw;
    font-size: 4.4328552803vw;
    line-height: 5.4758800522vw;
  }
  .section-firstScreen__desc {
    margin: 0 0 3.6505867014vw;
    font-size: 3.1290743155vw;
    line-height: 4.4328552803vw;
  }
  .section-firstScreen__list {
    margin-bottom: 3.6505867014vw;
  }
  .section-firstScreen__list li {
    padding-left: 4.6936114733vw;
    margin-bottom: 2.3468057366vw;
    font-size: 1.8252933507vw;
    line-height: 3.1290743155vw;
  }
  .section-firstScreen__list li:after {
    width: 2.8683181226vw;
    height: 2.8683181226vw;
  }
  .section-connectInfo {
    padding: 7.8226857888vw 0;
  }
  .section-connectInfo .texture-1, .section-connectInfo .texture-2 {
    display: none;
  }
  .section-connectInfo__content {
    max-width: 48.8917861799vw;
    min-height: 52.1512385919vw;
  }
  .section-connectInfo__content.style-5 {
    max-width: 48.8917861799vw;
  }
  .section-connectInfo__subTitle {
    margin: 0 0 2.6075619296vw;
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
  }
  .section-connectInfo__title {
    margin: 0 0 4.1720990874vw;
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
  }
  .section-connectInfo__desc {
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
  }
  .section-connectInfo__image {
    left: 0vw;
    top: 3.520208605vw;
    width: 43.0247718383vw;
  }
  .section-connectInfo__image .image {
    border-radius: 0 6.518904824vw 0 0;
  }
  .section-connectInfo__image .top-box {
    width: 35.4628422425vw;
    top: -3.9113428944vw;
  }
  .section-connectInfo__image .bottom-box {
    width: 18.5136897001vw;
    bottom: -5.2151238592vw;
  }
  .section-connectInfo__image .triangle-box {
    width: 5.4758800522vw;
    right: 2.3468057366vw;
    bottom: -3.9113428944vw;
  }
  .section-connectInfo__image .half-circle-box {
    width: 3.9113428944vw;
    top: -0.7822685789vw;
    left: 1.9556714472vw;
  }
  .section-connectInfo__image .circle-first {
    width: 9.778357236vw;
    right: 11.7340286832vw;
    bottom: 9.778357236vw;
  }
  .section-connectInfo__image .circle-secondary {
    width: 7.8226857888vw;
    right: 3.259452412vw;
    bottom: 10.4302477184vw;
  }
  .section-connectInfo__image .circle-third {
    width: 2.3468057366vw;
    right: 9.1264667536vw;
    bottom: 6.518904824vw;
  }
  .section-connectInfo__image.style-2 {
    top: 3.520208605vw;
    width: 43.0247718383vw;
  }
  .section-connectInfo__image.style-2 .image {
    border-radius: 0 1.0430247718vw 6.518904824vw 0;
  }
  .section-connectInfo__image.style-2 .box-style-2 {
    width: 30.6388526728vw;
    right: -1.1734028683vw;
    bottom: -7.1707953064vw;
  }
  .section-connectInfo__image.style-2 .circle-style-2 {
    right: -2.3468057366vw;
    width: 4.6936114733vw;
    top: 18.3833116037vw;
  }
  .section-connectInfo__image.style-3 {
    top: 3.520208605vw;
    width: 43.0247718383vw;
  }
  .section-connectInfo__image.style-3 .circle-style-3 {
    right: -2.0860495437vw;
    width: 4.4328552803vw;
  }
  .section-connectInfo__image.style-3 .info-style-3 {
    bottom: -11.2125162973vw;
    right: -6.1277705346vw;
    width: 29.9869621904vw;
  }
  .section-connectInfo__image.style-3 .box-style-3 {
    width: 27.7705345502vw;
    top: -1.9556714472vw;
  }
  .section-connectInfo__image.style-3 .ellipse-style-3 {
    width: 32.5945241199vw;
    bottom: -1.6949152542vw;
  }
  .section-connectInfo__image.style-4 {
    top: 3.520208605vw;
    width: 43.0247718383vw;
  }
  .section-connectInfo__image.style-4 .image {
    border-radius: 1.0430247718vw 1.0430247718vw 6.518904824vw 1.0430247718vw;
  }
  .section-connectInfo__image.style-4 .circle-style-4 {
    right: -2.2164276402vw;
    width: 4.4328552803vw;
  }
  .section-connectInfo__image.style-4 .info-style-4 {
    bottom: -11.2125162973vw;
    right: -6.1277705346vw;
    width: 29.9869621904vw;
  }
  .section-connectInfo__image.style-4 .box-style-4 {
    width: 27.7705345502vw;
    top: -1.9556714472vw;
  }
  .section-connectInfo__image.style-4 .ellipse-style-4 {
    width: 32.5945241199vw;
    bottom: -1.6949152542vw;
  }
  .section-connectInfo__image.style-5 {
    top: -1.9556714472vw;
    width: 43.0247718383vw;
  }
  .section-connectInfo__image.style-5 .image {
    border-radius: 0 1.0430247718vw 5.8670143416vw 0;
  }
  .section-connectInfo__image.style-5 .box-style-5 {
    width: 34.9413298566vw;
    bottom: -7.8226857888vw;
    right: -2.2816166884vw;
  }
  .section-connectLogic {
    padding-bottom: 7.8226857888vw;
  }
  .section-connectLogic .texture-1 {
    width: 1.0430247718vw;
    top: 13.037809648vw;
    right: calc(50% + 40.6779661017vw - 0.5215123859vw);
  }
  .section-connectLogic .texture-2 {
    width: 3.259452412vw;
    top: 14.3415906128vw;
    left: calc(50% + 39.2438070404vw - 1.629726206vw);
  }
  .section-connectLogic .texture-3 {
    width: 2.0860495437vw;
    top: 30.8996088657vw;
    right: calc(50% + 41.85136897vw - 1.0430247718vw);
  }
  .section-connectLogic__title {
    margin: 0 auto 4.5632333768vw;
    max-width: 71.186440678vw;
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
  }
  .section-connectLogic__svg svg {
    width: 54.7588005215vw;
  }
  .section-connectLogic__svg.svg-2 svg {
    width: 50.0651890482vw;
  }
  .section-connectLogic__desc {
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
    padding-top: 3.259452412vw;
    max-width: 71.186440678vw;
  }
  .section-connectLogic__box {
    max-width: 57.3663624511vw;
    box-shadow: 0 0.260756193vw 1.9556714472vw rgba(1, 50, 129, 0.1);
    border-radius: 0.7822685789vw;
    padding: 4.6936114733vw 5.7366362451vw 5.2151238592vw;
  }
  .section-forwardOrders {
    padding: 7.8226857888vw 0;
    overflow: hidden;
  }
  .section-forwardOrders .texture-1 {
    width: 2.3468057366vw;
    top: 2.998696219vw;
    right: calc(50% + 32.2033898305vw - 1.1734028683vw);
  }
  .section-forwardOrders .texture-2 {
    width: 3.9113428944vw;
    top: 7.0404172099vw;
    left: calc(50% + 37.1577574967vw - 1.9556714472vw);
  }
  .section-forwardOrders .texture-3 {
    width: 1.3037809648vw;
    top: 16.5580182529vw;
    left: calc(50% + 39.7653194263vw - 0.6518904824vw);
  }
  .section-forwardOrders .texture-4 {
    width: 3.259452412vw;
    bottom: 0.9126466754vw;
    right: calc(50% + 42.3728813559vw - 1.629726206vw);
  }
  .section-forwardOrders__title {
    margin: 0 0 6.1277705346vw;
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
  }
  .section-forwardOrders__list-item {
    box-shadow: 0 0.260756193vw 1.9556714472vw rgba(1, 50, 129, 0.1);
    border-radius: 1.1734028683vw;
    padding: 1.9556714472vw 1.9556714472vw 2.2164276402vw;
  }
  .section-forwardOrders__list-item:before {
    width: 34.1590612777vw;
    height: 2.8683181226vw;
  }
  .section-forwardOrders__list-item:after {
    width: 1.9556714472vw;
    height: 1.9556714472vw;
    font-size: 1.3037809648vw;
  }
  .section-forwardOrders__list-item .icon {
    margin-bottom: 1.6949152542vw;
  }
  .section-forwardOrders__list-item .icon svg {
    width: 3.9113428944vw;
  }
  .section-forwardOrders__list-item h3 {
    margin: 0 0 1.3037809648vw;
    font-size: 1.9556714472vw;
    line-height: 2.8683181226vw;
  }
  .section-forwardOrders__list-item p {
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
  }
  .section-forRegistration {
    padding: 7.8226857888vw 0;
  }
  .section-forRegistration .texture-1 {
    width: 91.2646675359vw;
  }
  .section-forRegistration__title {
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
    margin: 0 0 2.6075619296vw;
  }
  .section-advantagesConnect {
    padding: 7.8226857888vw 0;
  }
  .section-advantagesConnect .texture-1, .section-advantagesConnect .texture-2, .section-advantagesConnect .texture-3 {
    display: none;
  }
  .section-advantagesConnect__title {
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
    margin: 0 0 4.5632333768vw;
  }
  .section-advantagesConnect__list {
    gap: 2.7379400261vw;
    flex-direction: column;
  }
  .section-advantagesConnect__list-item {
    box-shadow: 0 0.1303780965vw 0.260756193vw rgba(0, 0, 0, 0.05);
    padding: 1.0430247718vw 0.1303780965vw 0.1303780965vw;
    border-radius: 0.7822685789vw;
    width: 100%;
  }
  .section-advantagesConnect__list-item h3 {
    font-size: 1.9556714472vw;
    line-height: 2.8683181226vw;
    margin: 0 0 0.9126466754vw;
  }
  .section-advantagesConnect__list-item.max-w {
    max-width: 48.8917861799vw;
  }
  .section-advantagesConnect__list-item.mit ul li:before {
    background-size: 0.7822685789vw;
  }
  .section-advantagesConnect__list-item ul li {
    font-size: 1.9556714472vw;
    line-height: 2.8683181226vw;
    padding: 1.3037809648vw 3.259452412vw 1.3037809648vw 5.2151238592vw;
  }
  .section-advantagesConnect__list-item ul li.none {
    display: none;
  }
  .section-advantagesConnect__list-item ul li:before {
    left: 1.8252933507vw;
    top: 1.8252933507vw;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    background-size: 0.9126466754vw;
  }
  .section-advantagesConnect__list-item ul li:last-child {
    border-radius: 0 0 0.7822685789vw 0.7822685789vw;
  }
  .section-getUnlimited {
    padding: 7.8226857888vw 0;
    background-size: 91.2646675359vw;
    /*.section-preice__numberParcels-slider .range-slider .rangeslider--horizontal .rangeslider__handle span{*/
    /*	font-size: 1.5625vw;*/
    /*	line-height: 2.34375vw;*/
    /*	width: 9.375vw;*/
    /*	height: 4.166666666666667vw;*/
    /*	padding-bottom: 0.390625vw;*/
    /*}*/
    /*.section-preice__numberParcels-slider .range-slider .rangeslider--horizontal .rangeslider__handle:after {*/
    /*	width: 1.4322916666666667vw;*/
    /*	height: 1.4322916666666667vw;*/
    /*}*/
    /*.section-preice__numberParcels-slider .range-slider .rangeslider--horizontal .rangeslider__handle:before {*/
    /*	width: 3.125vw;*/
    /*	height: 3.125vw;*/
    /*}*/
  }
  .section-getUnlimited.padding-bottom-132 {
    padding: 7.8226857888vw 0 3.9113428944vw;
  }
  .section-getUnlimited .texture-1 {
    width: 3.9113428944vw;
    top: 33.8983050847vw;
    right: calc(50% + 43.1551499348vw - 1.9556714472vw);
  }
  .section-getUnlimited .texture-2 {
    width: 2.0860495437vw;
    top: 40.1564537158vw;
    right: calc(50% + 39.5045632334vw - 1.0430247718vw);
  }
  .section-getUnlimited .texture-3 {
    width: 3.259452412vw;
    top: 43.2855280313vw;
    left: calc(50% + 36.7666232073vw - 1.629726206vw);
  }
  .section-getUnlimited .texture-4 {
    width: 3.259452412vw;
    bottom: 0.5215123859vw;
    right: calc(50% + 36.2451108214vw - 1.629726206vw);
  }
  .section-getUnlimited .texture-5 {
    width: 2.0860495437vw;
    bottom: 1.3037809648vw;
    left: calc(50% + 40.8083441982vw - 1.0430247718vw);
  }
  .section-getUnlimited__container {
    max-width: 82.9204693611vw;
  }
  .section-getUnlimited__subTitle {
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
    margin: 0 0 1.3037809648vw;
  }
  .section-getUnlimited__title {
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
    margin: 0 0 2.0860495437vw;
  }
  .section-getUnlimited__desc {
    margin-bottom: 3.3898305085vw;
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
  }
  .section-getUnlimited .section-preice__content {
    top: -8.203125vw;
    max-width: 94.7916666667vw;
    padding: 7.1614583333vw 5.9895833333vw 6.9010416667vw;
  }
  .section-getUnlimited .section-preice__numberParcels {
    max-width: 100%;
    border-radius: 0.4861111111vw;
    margin: 0 auto 0.9722222222vw;
    padding: 5.859375vw 10.15625vw;
  }
  .section-getUnlimited .section-preice__numberParcels-label {
    border-radius: 2.4739583333vw;
    padding: 0.46875vw 2.2135416667vw;
    font-size: 1.3020833333vw;
    line-height: 2.0833333333vw;
  }
  .section-getUnlimited .section-preice__numberParcels-title {
    margin-bottom: 4.1666666667vw;
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider {
    margin-bottom: 2.6041666667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider .range-slider {
    padding: 6.5104166667vw 0 4.296875vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider .range-slider__left {
    font-size: 2.0833333333vw;
  }
  .section-getUnlimited .section-preice__numberParcels-slider .range-slider__right {
    font-size: 3.125vw;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer {
    width: 3.125vw;
    height: 3.125vw;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer .rs-tooltip {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    width: 9.375vw;
    height: 4.1666666667vw;
    padding-bottom: 0.390625vw;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer:after {
    width: 1.4322916667vw;
    height: 1.4322916667vw;
  }
  .section-getUnlimited .range-slider .rs-container .rs-pointer:before {
    width: 3.125vw;
    height: 3.125vw;
  }
  .section-getUnlimited .section-preice__numberParcels-mainPrice {
    margin: 0 auto 2.8645833333vw;
    max-width: 30.078125vw;
    border-radius: 0.6084895833vw;
    padding: 0.78125vw;
  }
  .section-getUnlimited .section-preice__numberParcels-mainPrice .price {
    font-size: 2.734375vw;
    margin-bottom: 0.2604166667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-mainPrice .desc {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
  .section-getUnlimited .section-preice__numberParcels-tax {
    margin: 0 auto 3.125vw;
    max-width: 30.078125vw;
  }
  .section-getUnlimited .section-preice__numberParcels-tax .price {
    font-size: 1.8229166667vw;
  }
  .section-getUnlimited .section-preice__numberParcels-tax .desc {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
  .section-getUnlimited .section-preice__numberParcels-button a {
    max-width: 30.078125vw;
    padding: 1.4322916667vw;
    border-radius: 6.5104166667vw;
    font-size: 1.953125vw;
    line-height: 3.125vw;
  }
  .section-getUnlimited .section-preice__numberParcels-button p {
    font-size: 1.3020833333vw;
    line-height: 3.125vw;
  }
  .section-getUnlimited .section-preice__functions-title {
    font-size: 3.125vw;
    line-height: 4.4270833333vw;
    margin-bottom: 4.1666666667vw;
  }
  .section-getUnlimited .section-preice__functions-list {
    gap: 1.953125vw;
    margin-bottom: 4.1666666667vw;
  }
  .section-getUnlimited .section-preice__functions-list .item {
    box-shadow: 0 0.5208333333vw 7.8125vw rgba(1, 50, 129, 0.05);
    border-radius: 1.5625vw;
    width: calc(33.3333% - 1.3020833333vw);
    padding: 3.125vw;
    min-height: 19.0104166667vw;
  }
  .section-getUnlimited .section-preice__functions-list .item svg {
    width: 3.3854166667vw;
    margin: 0 auto 1.8229166667vw;
  }
  .section-getUnlimited .section-preice__functions-list .item p {
    font-size: 1.953125vw;
    line-height: 2.8645833333vw;
  }
  .section-getUnlimited .section-preice__functions-openList a {
    font-size: 1.953125vw;
    line-height: 3.125vw;
  }
  .section-getUnlimited .section-preice__functions-openList a svg {
    margin-right: 1.5625vw;
    width: 3.90625vw;
  }
  .section-simplifyWork {
    padding: 1.9556714472vw 0 7.8226857888vw;
  }
  .section-simplifyWork.padding-top-112 {
    padding-top: 7.8226857888vw;
  }
  .section-simplifyWork .texture-1 {
    display: none;
  }
  .section-simplifyWork__subTitle {
    margin: 0 0 1.3037809648vw;
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
  }
  .section-simplifyWork__title {
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
    max-width: 58.6701434159vw;
  }
  .section-simplifyWork__nav .btn-prev, .section-simplifyWork__nav .btn-next {
    margin: 0 0.3911342894vw;
    width: 4.5632333768vw;
    height: 4.5632333768vw;
  }
  .section-simplifyWork__nav .btn-prev:after, .section-simplifyWork__nav .btn-next:after {
    width: 3.9113428944vw;
    height: 3.9113428944vw;
  }
  .section-simplifyWork__nav .btn-prev.swiper-button-disabled:after, .section-simplifyWork__nav .btn-next.swiper-button-disabled:after {
    width: 3.9113428944vw;
    height: 3.9113428944vw;
  }
  .section-simplifyWork__nav .btn-prev svg, .section-simplifyWork__nav .btn-next svg {
    width: 1.1734028683vw;
  }
  .section-simplifyWork__header {
    margin-bottom: 4.8239895698vw;
  }
  .section-simplifyWork__slider:after {
    display: none;
  }
  .section-simplifyWork__slider .slider .swiper-slide {
    height: auto;
  }
  .section-simplifyWork__slider .slider__item {
    box-shadow: 0 0.260756193vw 1.9556714472vw rgba(1, 50, 129, 0.1);
    border-radius: 0 0 2.6075619296vw 0;
    padding: 3.3898305085vw 1.9556714472vw 1.9556714472vw;
    min-height: 28.5528031291vw;
    height: 100%;
  }
  .section-simplifyWork__slider .slider__item .btn {
    padding: 0.9126466754vw 1.8252933507vw;
  }
  .section-simplifyWork__slider .slider__item:after {
    left: 1.9556714472vw;
    top: -1.4341590613vw;
    border-radius: 0.9126466754vw;
    font-size: 1.1734028683vw;
    line-height: 1.5645371578vw;
    padding: 0.6518904824vw 1.9556714472vw;
  }
  .section-simplifyWork__slider .slider__item h3 {
    margin: 0 0 1.3037809648vw;
    font-size: 1.9556714472vw;
    line-height: 3.1290743155vw;
  }
  .section-simplifyWork__slider .slider__item p {
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
  }
  .section-connectGEL {
    padding: 7.8226857888vw 0 1.1734028683vw;
  }
  .section-connectGEL .texture-1 {
    width: 1.9556714472vw;
    top: 8.2138200782vw;
    right: calc(50% + 39.5045632334vw - 1.0430247718vw);
  }
  .section-connectGEL .texture-2 {
    width: 3.259452412vw;
    bottom: 14.9934810952vw;
    left: calc(50% + 36.7666232073vw - 1.629726206vw);
  }
  .section-connectGEL__image {
    top: -2.6075619296vw;
    left: -8.2138200782vw;
  }
  .section-connectGEL__image:after {
    width: 65.1890482399vw;
    height: 65.1890482399vw;
    right: 3.3898305085vw;
    bottom: -1.0430247718vw;
  }
  .section-connectGEL__image img {
    width: 56.0625814863vw;
  }
  .section-connectGEL__subTitle {
    max-width: 58.6701434159vw;
    margin: 0 auto 1.3037809648vw;
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
  }
  .section-connectGEL__title {
    max-width: 58.6701434159vw;
    margin: 0 auto 4.6936114733vw;
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
  }
  .section-connectGEL__tabs {
    max-width: 45.6323337679vw;
  }
  .section-connectGEL__tabs-nav {
    margin-bottom: 2.6075619296vw;
  }
  .section-connectGEL__tabs-nav .item {
    min-width: auto;
    font-size: 1.9556714472vw;
    line-height: 3.1290743155vw;
    padding-bottom: 0.7822685789vw;
  }
  .section-connectGEL__tabs-nav .item:after {
    height: 0.260756193vw;
    bottom: -0.1303780965vw;
  }
  .section-connectGEL__tabs-content ul li {
    font-size: 1.9556714472vw;
    line-height: 2.8683181226vw;
    margin-bottom: 1.4341590613vw;
    padding-left: 1.4341590613vw;
  }
  .section-connectGEL__tabs-content ul li:before {
    width: 0.3911342894vw;
    height: 0.3911342894vw;
    top: 0.5867014342vw;
  }
  .section-connectGEL__tabs-content p {
    font-size: 1.9556714472vw;
    line-height: 2.8683181226vw;
  }
  .section-multipleShipping {
    margin-bottom: 1.3037809648vw;
  }
  .section-multipleShipping .texture-1 {
    display: none;
  }
  .section-multipleShipping__container {
    padding: 5.3455019557vw 0 6.258148631vw;
    min-height: 42.112125163vw;
  }
  .section-multipleShipping__container:after {
    width: 98.0443285528vw;
    border-radius: 5.8670143416vw 0 0 0;
  }
  .section-multipleShipping__content {
    max-width: 45.6323337679vw;
  }
  .section-multipleShipping__image {
    left: -1.9556714472vw;
    top: 5.3455019557vw;
  }
  .section-multipleShipping__image img {
    width: 43.0247718383vw;
    height: 43.0247718383vw;
    border-radius: 1.4341590613vw 1.4341590613vw 5.8670143416vw 1.4341590613vw;
  }
  .section-multipleShipping__image .svg-1 {
    left: -1.9556714472vw;
    bottom: -2.3468057366vw;
    width: 18.2529335072vw;
  }
  .section-multipleShipping__image .svg-2 {
    left: 19.556714472vw;
    bottom: -3.259452412vw;
    width: 2.0860495437vw;
  }
  .section-multipleShipping__image .svg-3 {
    right: -2.2164276402vw;
    bottom: 19.035202086vw;
    width: 4.4328552803vw;
  }
  .section-multipleShipping__subTitle {
    margin: 0 0 1.3037809648vw;
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
  }
  .section-multipleShipping__title {
    margin: 0 0 2.0860495437vw;
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
  }
  .section-multipleShipping__desc {
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
  }
  .section-faq {
    padding: 7.8226857888vw 0;
    min-height: 45.6323337679vw;
  }
  .section-faq__list {
    max-width: 58.6701434159vw;
  }
  .section-faq__list-item {
    padding: 2.0860495437vw 0;
  }
  .section-faq__list-item .box-name {
    padding-left: 4.4328552803vw;
    font-size: 1.9556714472vw;
    line-height: 3.1290743155vw;
  }
  .section-faq__list-item .box-name .icon {
    width: 2.6075619296vw;
    height: 2.6075619296vw;
    top: 0.260756193vw;
  }
  .section-faq__list-item .box-name .icon:after {
    width: 0.1303780965vw;
    height: 0.9126466754vw;
  }
  .section-faq__list-item .box-name .icon:before {
    width: 0.9126466754vw;
    height: 0.1303780965vw;
  }
  .section-faq__list-item .box-desc {
    padding: 0.5867014342vw 0 0 4.4328552803vw;
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
  }
  .section-faq__subTitle {
    margin: 0 0 1.3037809648vw;
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
  }
  .section-faq__title {
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
  }
  .section-faq__image {
    top: -27.3794002608vw;
    left: -37.1577574967vw;
  }
  .section-faq__image svg {
    width: 62.5814863103vw;
  }
  .section-integration {
    padding: 3.9113428944vw 0 0.6518904824vw;
  }
  .section-integration__image {
    top: -3.5853976532vw;
    left: 0vw;
  }
  .section-integration__image svg {
    width: 43.0247718383vw;
  }
  .section-integration__content {
    max-width: 48.8917861799vw;
  }
  .section-integration__subTitle {
    margin: 0 0 1.3037809648vw;
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
  }
  .section-integration__title {
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
    margin: 0 0 1.8252933507vw;
  }
  .section-integration__desc {
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
    margin: 0 0 2.0860495437vw;
  }
  .section-infoLink {
    padding: 3.9113428944vw 0 6.518904824vw;
  }
  .section-infoLink .texture-1 {
    width: 2.6075619296vw;
    top: 1.3037809648vw;
    right: calc(50% + 40.4172099087vw - 1.3037809648vw);
  }
  .section-infoLink .texture-2 {
    width: 3.259452412vw;
    bottom: 4.5632333768vw;
    right: calc(50% + 34.2894393742vw - 1.629726206vw);
  }
  .section-infoLink .texture-3 {
    width: 1.3037809648vw;
    bottom: 8.8657105606vw;
    left: calc(50% + 39.1134289439vw - 0.6518904824vw);
  }
  .section-infoLink .texture-4 {
    width: 2.6075619296vw;
    bottom: 5.7366362451vw;
    left: calc(50% + 34.8761408083vw - 1.3037809648vw);
  }
  .section-infoLink__title {
    margin: 0 auto 1.9556714472vw;
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
    max-width: 71.7079530639vw;
  }
  .section-bindConnect {
    padding: 5.7366362451vw 0 10.4302477184vw;
  }
  .section-bindConnect__subTitle {
    margin: 0 0 1.3037809648vw;
    font-size: 1.5645371578vw;
    line-height: 2.3468057366vw;
  }
  .section-bindConnect__title {
    margin: 0 0 5.2151238592vw;
    font-size: 3.6505867014vw;
    line-height: 4.9543676662vw;
  }
  .section-bindConnect__slider .slider__item .icon {
    margin-bottom: 1.9556714472vw;
    width: 4.3024771838vw;
    height: 4.3024771838vw;
    border-radius: 0.7822685789vw;
  }
  .section-bindConnect__slider .slider__item .icon svg {
    width: 2.3468057366vw;
  }
  .section-bindConnect__slider .slider__item h3 {
    font-size: 1.9556714472vw;
    line-height: 3.1290743155vw;
    margin: 0 0 0.5215123859vw;
  }
  .section-bindConnect__slider .slider__item p {
    font-size: 1.5645371578vw;
    line-height: 2.6075619296vw;
  }
}
@media (max-width: 461px) {
  .container {
    padding: 0 4vw;
    max-width: 100%;
  }
  .section-firstScreen {
    padding-top: 17.6vw;
    background-image: url(../new-image/bg-firstScreand-mobal.png);
    background-size: cover;
  }
  .section-firstScreen__recommended {
    display: none;
  }
  .section-firstScreen__bg {
    display: none;
  }
  .section-firstScreen__container {
    width: 100%;
    max-width: 160vw;
  }
  .section-firstScreen__title {
    margin: 0;
    font-size: 9.0666666667vw;
    line-height: 11.2vw;
  }
  .section-firstScreen__desc {
    margin: 0 0 4.8vw;
    font-size: 7.4666666667vw;
    line-height: 9.0666666667vw;
  }
  .section-firstScreen__list {
    margin-bottom: 6.4vw;
  }
  .section-firstScreen__list li {
    padding-left: 7.4666666667vw;
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  .section-firstScreen__list li:after {
    top: 0.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .section-firstScreen__list li:last-child {
    margin-bottom: 0;
  }
  .section-firstScreen .btns.btns-link {
    margin-top: 9.0666666667vw;
  }
  .section-firstScreen .btns .btn-link {
    margin-top: 2.9333333333vw;
  }
  .section-connectInfo {
    padding: 14.4vw 0 17.3333333333vw;
    position: relative;
  }
  .section-connectInfo .texture-1 {
    display: none;
  }
  .section-connectInfo .texture-2 {
    width: 4.8vw;
    bottom: inherit;
    top: 44.5333333333vw;
    left: calc(50% + 38vw - 2.4vw);
  }
  .section-connectInfo__content {
    max-width: 100%;
    min-height: auto;
  }
  .section-connectInfo__content.style-5 {
    max-width: 100%;
  }
  .section-connectInfo__subTitle {
    margin: 0 0 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    text-align: center;
  }
  .section-connectInfo__title {
    margin: 0 0 12.2666666667vw;
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
    text-align: center;
    padding: 0 2.6666666667vw;
  }
  .section-connectInfo__desc {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-connectInfo__image {
    position: relative;
    left: initial;
    top: inherit;
    width: auto;
    margin: 0 -4vw 11.2vw;
    padding-right: 6.6666666667vw;
  }
  .section-connectInfo__image .image {
    border-radius: 0 13.3333333333vw 4.8vw 0;
  }
  .section-connectInfo__image .top-box {
    width: 82.0586666667vw;
    top: -4.8vw;
  }
  .section-connectInfo__image .bottom-box {
    width: 42.96vw;
    bottom: -4vw;
  }
  .section-connectInfo__image .triangle-box {
    width: 9.0666666667vw;
    right: 19.2vw;
    bottom: -4vw;
  }
  .section-connectInfo__image .half-circle-box {
    display: none;
  }
  .section-connectInfo__image .circle-first {
    width: 28vw;
    right: 28.8vw;
    bottom: 24.5333333333vw;
  }
  .section-connectInfo__image .circle-secondary {
    width: 22.6666666667vw;
    right: 4vw;
    bottom: 24.5333333333vw;
    filter: drop-shadow(0 1.0666666667vw 2.1333333333vw rgba(41, 50, 99, 0.08));
  }
  .section-connectInfo__image .circle-third {
    display: none;
  }
  .section-connectInfo__image.style-2 {
    position: relative;
    top: inherit;
    width: auto;
    margin-bottom: 19.7333333333vw;
  }
  .section-connectInfo__image.style-2 .image {
    border-radius: 0 13.3333333333vw 4.8vw 0;
  }
  .section-connectInfo__image.style-2 .box-style-2 {
    width: 88.2666666667vw;
    right: -6.6666666667vw;
    bottom: -24vw;
  }
  .section-connectInfo__image.style-2 .circle-style-2 {
    display: none;
  }
  .section-connectInfo__image.style-3 {
    position: relative;
    top: inherit;
    width: 86.9333333333vw;
    margin-bottom: 23.4666666667vw;
    padding-right: 0;
    margin-right: 0;
  }
  .section-connectInfo__image.style-3 .circle-style-3 {
    right: -5.8666666667vw;
    width: 11.7333333333vw;
  }
  .section-connectInfo__image.style-3 .info-style-3 {
    bottom: -29.8666666667vw;
    right: -18.6666666667vw;
    width: 77.3333333333vw;
  }
  .section-connectInfo__image.style-3 .box-style-3 {
    width: 72.5333333333vw;
    top: -4.8vw;
  }
  .section-connectInfo__image.style-3 .ellipse-style-3 {
    width: 84.8vw;
    bottom: -3.2vw;
  }
  .section-connectInfo__image.style-4 {
    position: relative;
    top: inherit;
    width: 89.8666666667vw;
    margin-bottom: 23.4666666667vw;
    padding-right: 0;
    margin-right: 0;
  }
  .section-connectInfo__image.style-4 .circle-style-4 {
    right: -5.8666666667vw;
    width: 11.7333333333vw;
  }
  .section-connectInfo__image.style-4 .info-style-4 {
    bottom: -24vw;
    right: -16vw;
    width: 77.3333333333vw;
  }
  .section-connectInfo__image.style-4 .box-style-4 {
    width: 72.5333333333vw;
    top: -4.8vw;
  }
  .section-connectInfo__image.style-4 .ellipse-style-4 {
    width: 84.8vw;
    bottom: -3.2vw;
  }
  .section-connectInfo__image.style-5 {
    position: relative;
    top: inherit;
    width: 93.3333333333vw;
    margin-bottom: 21.3333333333vw;
    padding-right: 0;
    margin-right: 0;
  }
  .section-connectInfo__image.style-5 .image {
    border-radius: 0 8vw 0 0;
  }
  .section-connectInfo__image.style-5 .box-style-5 {
    width: 89.3333333333vw;
    bottom: -23.7333333333vw;
    right: -14.4vw;
  }
  .section-connectLogic {
    padding-bottom: 10.6666666667vw;
    background: linear-gradient(359.86deg, #E8F0F9 -35.57%, rgba(245, 250, 255, 0) 99.91%);
  }
  .section-connectLogic .texture-1 {
    display: none;
  }
  .section-connectLogic .texture-2 {
    display: none;
  }
  .section-connectLogic .texture-3 {
    display: none;
  }
  .section-connectLogic__title {
    margin: 0 auto 8.5333333333vw;
    max-width: 100%;
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
  }
  .section-connectLogic__svg svg {
    width: 80vw;
  }
  .section-connectLogic__box {
    max-width: 100%;
    box-shadow: 0 1.0666666667vw 8vw rgba(1, 50, 129, 0.05);
    border-radius: 3.2vw;
    padding: 5.3333333333vw 4.2666666667vw;
  }
  .section-connectLogic__desc {
    padding-top: 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-forwardOrders {
    padding: 14.9333333333vw 0 17.0666666667vw;
    overflow: hidden;
  }
  .section-forwardOrders .texture-1 {
    display: none;
  }
  .section-forwardOrders .texture-2 {
    display: none;
  }
  .section-forwardOrders .texture-3 {
    display: none;
  }
  .section-forwardOrders .texture-4 {
    display: none;
  }
  .section-forwardOrders__title {
    margin: 0 0 10.9333333333vw;
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
  }
  .section-forwardOrders__list {
    padding-right: 18.1333333333vw !important;
  }
  .section-forwardOrders__list-item {
    box-shadow: 0 1.0666666667vw 8vw rgba(1, 50, 129, 0.1);
    border-radius: 3.2vw;
    padding: 6.4vw 4.2666666667vw 7.4666666667vw;
  }
  .section-forwardOrders__list-item:before {
    display: none;
  }
  .section-forwardOrders__list-item .icon {
    margin-bottom: 3.2vw;
  }
  .section-forwardOrders__list-item .icon svg {
    width: 13.3333333333vw;
  }
  .section-forwardOrders__list-item h3 {
    margin: 0 0 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  .section-forwardOrders__list-item p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-forRegistration {
    background: linear-gradient(243.07deg, #0340A2 25.47%, #013281 72.8%);
    padding: 21.3333333333vw 0 22.4vw;
  }
  .section-forRegistration .texture-1 {
    display: none;
  }
  .section-forRegistration .texture-2 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
  }
  .section-forRegistration__title {
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
    margin: 0 0 7.4666666667vw;
  }
  .section-advantagesConnect {
    padding: 17.0666666667vw 0 16.5333333333vw;
    background: #fff;
  }
  .section-advantagesConnect .texture-1 {
    display: none;
  }
  .section-advantagesConnect .texture-2 {
    display: none;
  }
  .section-advantagesConnect .texture-3 {
    display: none;
  }
  .section-advantagesConnect__title {
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
    margin: 0 0 8.5333333333vw;
  }
  .section-advantagesConnect__list {
    gap: 8.8vw;
    flex-wrap: wrap;
  }
  .section-advantagesConnect__list-item {
    width: 100%;
    box-shadow: 0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.05);
    padding: 4.2666666667vw 0.2666666667vw 0.2666666667vw;
    border-radius: 3.2vw;
  }
  .section-advantagesConnect__list-item.max-w {
    max-width: 100%;
  }
  .section-advantagesConnect__list-item.mit ul li:before {
    background-size: 1.8666666667vw;
  }
  .section-advantagesConnect__list-item h3 {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin: 0 0 3.7333333333vw;
  }
  .section-advantagesConnect__list-item ul li {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    padding: 5.3333333333vw 4.2666666667vw 5.3333333333vw 11.7333333333vw;
  }
  .section-advantagesConnect__list-item ul li.none {
    display: none;
  }
  .section-advantagesConnect__list-item ul li:before {
    left: 4.2666666667vw;
    top: 5.8666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-radius: 50%;
    background-size: 2.1333333333vw;
  }
  .section-advantagesConnect__list-item ul li:last-child {
    border-radius: 0 0 3.2vw 3.2vw;
  }
  .section-getUnlimited {
    padding: 0 0 17.0666666667vw;
    background-image: url(../new-image/Subtract.png);
    background-size: 134.9333333333vw;
    background-position: center -17.8666666667vw;
  }
  .section-getUnlimited.padding-bottom-132 {
    padding: 0 0 9.0666666667vw;
  }
  .section-getUnlimited .texture-1, .section-getUnlimited .texture-2, .section-getUnlimited .texture-3, .section-getUnlimited .texture-4, .section-getUnlimited .texture-5 {
    display: none;
  }
  .section-getUnlimited__container {
    max-width: 100%;
  }
  .section-getUnlimited__subTitle {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    margin: 0 0 2.6666666667vw;
  }
  .section-getUnlimited__title {
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
    margin: 0 0 5.3333333333vw;
  }
  .section-getUnlimited__desc {
    margin-bottom: 11.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-simplifyWork {
    padding: 0 0 17.0666666667vw;
    overflow: hidden;
  }
  .section-simplifyWork.padding-top-112 {
    padding-top: 14.9333333333vw;
  }
  .section-simplifyWork.style-2 {
    padding-top: 9.6vw;
  }
  .section-simplifyWork .texture-1 {
    display: none;
  }
  .section-simplifyWork__subTitle {
    margin: 0 0 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  .section-simplifyWork__title {
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
    max-width: 100%;
  }
  .section-simplifyWork__nav {
    display: none;
  }
  .section-simplifyWork__header {
    margin-bottom: 10.9333333333vw;
  }
  .section-simplifyWork__slider {
    padding-right: 16vw;
  }
  .section-simplifyWork__slider:after {
    width: 22.1333333333vw;
    top: -3.7333333333vw;
  }
  .section-simplifyWork__slider .slider {
    overflow: visible;
  }
  .section-simplifyWork__slider .slider__item {
    box-shadow: 0 1.0666666667vw 8vw rgba(1, 50, 129, 0.08);
    border-radius: 3.2vw;
    padding: 8.5333333333vw 4.2666666667vw;
    min-height: 108.8vw;
    position: relative;
  }
  .section-simplifyWork__slider .slider__item .btn {
    padding: 3.4666666667vw 7.4666666667vw;
  }
  .section-simplifyWork__slider .slider__item:after {
    left: 4.2666666667vw;
    top: -3.4666666667vw;
    border-radius: 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    padding: 1.3333333333vw 4.2666666667vw;
  }
  .section-simplifyWork__slider .slider__item h3 {
    margin: 0 0 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  .section-simplifyWork__slider .slider__item p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-connectGEL {
    padding: 0vw 0 16.8vw;
  }
  .section-connectGEL .texture-1, .section-connectGEL .texture-2 {
    display: none;
  }
  .section-connectGEL__image {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 -4vw;
  }
  .section-connectGEL__image:after {
    display: none;
  }
  .section-connectGEL__image img {
    width: 100%;
  }
  .section-connectGEL__subTitle {
    max-width: 100%;
    margin: 0 auto 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  .section-connectGEL__title {
    max-width: 100%;
    margin: 0 auto 7.4666666667vw;
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
  }
  .section-connectGEL__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-connectGEL__tabs {
    max-width: 100%;
    margin-bottom: 1.6vw;
  }
  .section-connectGEL__tabs-nav {
    margin-bottom: 7.4666666667vw;
  }
  .section-connectGEL__tabs-nav .item {
    min-width: auto;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
    padding-bottom: 3.4666666667vw;
  }
  .section-connectGEL__tabs-nav .item:after {
    height: 0.5333333333vw;
    bottom: -0.2666666667vw;
  }
  .section-connectGEL__tabs-content ul li {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin-bottom: 3.7333333333vw;
    padding-left: 5.8666666667vw;
  }
  .section-connectGEL__tabs-content ul li:before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.1333333333vw;
  }
  .section-connectGEL__tabs-content p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-multipleShipping {
    margin-bottom: 0;
  }
  .section-multipleShipping .texture-1 {
    display: none;
  }
  .section-multipleShipping__container {
    padding: 8vw 0 10.1333333333vw;
    position: relative;
    justify-content: flex-end;
    min-height: auto;
    flex-direction: column;
  }
  .section-multipleShipping__container:after {
    left: -4vw;
    right: -4vw;
    width: auto;
    border-radius: 13.3333333333vw 0 0 0;
  }
  .section-multipleShipping__content {
    max-width: 100%;
  }
  .section-multipleShipping__image {
    position: relative;
    left: inherit;
    top: inherit;
    padding-left: 5.3333333333vw;
    margin-bottom: 7.4666666667vw;
  }
  .section-multipleShipping__image img {
    width: 100%;
    height: auto;
    border-radius: 3.7333333333vw 3.7333333333vw 13.3333333333vw 3.7333333333vw;
  }
  .section-multipleShipping__image:after {
    content: "";
    position: absolute;
    left: 1.3333333333vw;
    top: -4vw;
    width: 54.9333333333vw;
    height: 54.9333333333vw;
    border-radius: 5.8666666667vw;
    background: #0B48AA;
  }
  .section-multipleShipping__image .svg-1, .section-multipleShipping__image .svg-2, .section-multipleShipping__image .svg-3 {
    display: none;
  }
  .section-multipleShipping__subTitle {
    margin: 0 0 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  .section-multipleShipping__title {
    margin: 0 0 5.8666666667vw;
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
  }
  .section-multipleShipping__desc {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-faq {
    padding: 17.0666666667vw 0;
    min-height: auto;
  }
  .section-faq__container {
    flex-direction: column;
  }
  .section-faq__list {
    max-width: 100%;
  }
  .section-faq__list-item {
    padding: 3.7333333333vw 0;
  }
  .section-faq__list-item .box-name {
    padding-left: 11.2vw;
    font-size: 4vw;
    line-height: 6.4vw;
  }
  .section-faq__list-item .box-name .icon {
    width: 8vw;
    height: 8vw;
    top: -0.8vw;
  }
  .section-faq__list-item .box-name .icon:after {
    width: 0.5333333333vw;
    height: 2.6666666667vw;
  }
  .section-faq__list-item .box-name .icon:before {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
  .section-faq__list-item .box-desc {
    padding: 3.2vw 0 0 11.2vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .section-faq__subTitle {
    margin: 0 0 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .section-faq__title {
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
    margin: 0 0 7.4666666667vw;
  }
  .section-faq__image {
    display: none;
  }
  .section-integration {
    padding: 2.6666666667vw 0;
  }
  .section-integration__image {
    position: relative;
    top: initial;
    left: initial;
  }
  .section-integration__image svg {
    width: 100%;
  }
  .section-integration__container {
    flex-direction: column-reverse;
  }
  .section-integration__content {
    max-width: 100%;
  }
  .section-integration__subTitle {
    margin: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  .section-integration__title {
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
    margin: 0 0 6.4vw;
  }
  .section-integration__desc {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin: 0 0 8.5333333333vw;
  }
  .section-integration .btns {
    margin: 0 0 10.6666666667vw;
  }
  .section-infoLink {
    padding-bottom: 16vw;
  }
  .section-infoLink .texture-1 {
    display: none;
  }
  .section-infoLink .texture-2 {
    width: 9.3333333333vw;
    bottom: 7.2vw;
    right: calc(50% + 41.6vw - 4.6666666667vw);
  }
  .section-infoLink .texture-3 {
    width: 2.6666666667vw;
    bottom: 41.3333333333vw;
    left: calc(50% + 43.7333333333vw - 1.3333333333vw);
  }
  .section-infoLink .texture-4 {
    width: 4.2666666667vw;
    bottom: 36.2666666667vw;
    left: calc(50% + 36.4vw - 2.1333333333vw);
  }
  .section-infoLink__title {
    margin: 0 auto 5.8666666667vw;
    font-size: 7.4666666667vw;
    line-height: 9.6vw;
    max-width: 100%;
  }
  .section-bindConnect {
    padding: 9.6vw 0 14.4vw;
  }
  .section-bindConnect__subTitle {
    margin: 0 0 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: left;
  }
  .section-bindConnect__title {
    margin: 0 0 8.5333333333vw;
    font-size: 7.4666666667vw;
    line-height: 10.1333333333vw;
    text-align: left;
  }
  .section-bindConnect__slider .slider {
    padding-right: 39.2vw;
  }
  .section-bindConnect__slider .slider__item .icon {
    margin-bottom: 7.4666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 3.2vw;
  }
  .section-bindConnect__slider .slider__item .icon svg {
    width: 4.8vw;
    height: auto;
  }
  .section-bindConnect__slider .slider__item h3 {
    font-size: 4vw;
    line-height: 6.4vw;
    margin: 0 0 1.6vw;
  }
  .section-bindConnect__slider .slider__item p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

/*# sourceMappingURL=new-style.css.map */
