:root {
  --color-01: #ff6b00;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #212325;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.1vw;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.body._01 {
  font-size: 14px;
}

.nav-menu {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1.3vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.brand {
  align-items: center;
  margin-right: auto;
  display: flex;
}

.white-logo-text {
  color: #fff;
  margin-left: 25px;
  font-size: 20px;
  font-weight: 700;
}

.nav-link {
  color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  margin-left: 2vw;
  padding: .3vw .5vw;
  transition: all .555s;
}

.nav-link:hover {
  transform: none;
  box-shadow: 0 0 0 1px #fff;
}

.nav-link:active {
  color: #fff;
  box-shadow: 0 0 #fff;
}

.nav-link.w--current {
  color: #fff;
  background-color: #f74c30;
  border-radius: 15px;
}

.navbar {
  z-index: 10;
  background-color: #ff6b00;
  border-bottom: 1px solid #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  height: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.cover-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
}

.hero-section {
  background-color: #fff;
  flex-flow: column;
  max-height: 100dvh;
  margin-top: 60px;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  overflow: hidden;
}

.hero-wrap {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.heading {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 67px;
  font-weight: 400;
  line-height: 104%;
}

.heading.hero {
  margin-bottom: 20px;
  font-size: 4.6vw;
}

.subheading {
  margin-bottom: 32px;
  font-size: 18px;
}

.subheading.hero {
  font-size: 1.24vw;
}

.subheading.hero.contact-us {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2vw;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff6b00;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .8vw;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:hover {
  color: #fff;
  background-color: #ff8f3d;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:active {
  background-color: #ff6b00;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #ff6b00;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.hero {
  width: 100%;
}

.grid-01 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotate(-12deg);
}

.text__wrap.hero.contact-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cover-image-2 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-01 {
  letter-spacing: -.16px;
  text-wrap: balance;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

.heading-01.s-01 {
  color: #fff;
  text-align: center;
  font-size: 4.6vw;
}

.serction-01__wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: 11px;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.24vw;
  line-height: 160%;
}

.h3-heading {
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 104%;
}

.utility-padding-all-2rem {
  text-align: center;
  padding: 32px;
}

.card {
  background-color: #eee;
  border-radius: 16px;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #21232533, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.grid-layout {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 160%;
  display: grid;
}

.grid-layout.s-01 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-layout.s-01-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
}

.button-group-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
}

.card-body {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 48px;
  display: flex;
  position: relative;
}

.h2-heading-2 {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 104%;
}

.section-pricing {
  background-color: #fff;
  padding-top: 128px;
  padding-bottom: 128px;
}

.pricing-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.eyebrow {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 160%;
  display: inline-block;
}

.pricing-heading {
  text-align: center;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 104%;
}

.card-2 {
  background-color: #eee;
  background-image: none;
  border: 0 solid #21232533;
  border-radius: 16px;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #21232533, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff6b00;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:hover {
  color: #fff;
  background-color: #ff8f3d;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:active {
  background-color: #ff6b00;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #ff6b00;
}

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

.flex-horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cover-image-3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.card-body-2 {
  flex-flow: column;
  height: 100%;
  padding: 48px;
  display: flex;
  position: relative;
}

.testimonial-section {
  background-image: linear-gradient(90deg, #ff6b00 30%, #ffe0ca);
  padding-top: 128px;
  padding-bottom: 128px;
}

.testimonial-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.utility-aspect-239x1 {
  aspect-ratio: 2.39;
  position: relative;
}

.eyebrow-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.2vw;
  line-height: 160%;
  display: inline-block;
}

.paragraph-sm {
  font-size: .96vw;
}

.avatar {
  object-fit: cover;
  background-color: #eee;
  border-radius: 1600px;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.card-3 {
  background-color: #eee;
  background-image: none;
  border: 0 solid #21232533;
  border-radius: 16px;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #21232533, 0 3px 3px #0000001a, 0 2px #0000000d;
}

.utility-text-align-center-2 {
  text-align: center;
  margin-bottom: 64px;
  line-height: 160%;
}

.flex-horizontal-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.grid-layout-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  line-height: 160%;
  display: grid;
}

.h2-heading-3 {
  text-align: center;
  text-wrap: balance;
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 104%;
}

.cooperation {
  color: #212325;
  background-color: #fff;
  padding-top: 9vw;
  padding-bottom: 9vw;
}

.co-op__wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
}

.co-op-image {
  object-fit: cover;
  border-radius: 20px;
}

.header-wrap-01 {
  margin-bottom: 4.4vw;
}

.footer-section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-wrap {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.footer-wrap.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-mini-2 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.privacy-policy {
  flex-flow: column;
  transition: all .555s;
  display: flex;
  box-shadow: 0 1px #2ca8db80;
}

.privacy-policy:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px #2ca8db80;
}

.privacy-policy.pri {
  box-shadow: none;
  color: #ff6b00;
  padding-bottom: 2px;
  display: inline-block;
}

.privacy-policy.pri.w--current {
  color: #0973c4;
}

.section-01 {
  background-image: linear-gradient(270deg, var(--color-01) 30%, #ffe0ca);
  padding-top: 128px;
  padding-bottom: 128px;
}

.margin-bottom-0 {
  color: #fff;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 104%;
}

.navbar-2 {
  z-index: 8;
  width: 100%;
  min-height: 80px;
  font-size: 1.2vw;
}

.co-op__text-wrap-01 {
  width: 95%;
  margin-bottom: 4.1vw;
  margin-left: auto;
  margin-right: auto;
}

.co-op__text {
  line-height: 160%;
}

.co-op__form {
  width: 95%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.co-op__form-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.co-op__text-wrap-02 {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-name, .form-email, .form-subject {
  border: 1px solid #ff6b00;
  margin-bottom: 0;
  padding: 1vw;
}

.form-text {
  border: 1px solid #ff6b00;
  min-height: 13.75vw;
  margin-bottom: 0;
  padding: 1vw;
}

.contact-us {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.contact-us-wrap-01 {
  flex: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contact-us__form-wrap-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-us__form-wrap-02 {
  background-image: linear-gradient(270deg, #ff6b00 30%, #ffe0ca);
  border: 1px solid #ff6b00;
  width: 50%;
  height: 34vw;
  padding: 30px 10px;
}

.contact-us-wrap-02 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #ff6b00;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 34vw;
  padding: 30px 10px;
  display: flex;
}

.contact-us-adress {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-image-wrap {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.contact-us-image {
  object-fit: cover;
  border-radius: 20px;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.co-op__image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4.1vw;
  display: flex;
}

.nav-link-h {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 15px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .3vw .5vw;
  text-decoration: none;
  transition: all .555s;
  display: flex;
}

.nav-link-h:hover {
  box-shadow: 0 0 0 1px #fff;
}

.nav-link-h.w--current, .nav-link-h.w--open {
  background-color: #ff6b001a;
}

.mega-nav-link-item-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #212325;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav-link-item-3:hover {
  color: #ff6b00;
}

.nav-caret-3 {
  margin: 0;
  position: relative;
}

.nav-mega-menu-list-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu-dropdown {
  color: #fff;
}

.icon-medium-3 {
  color: #ff6b00;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.nav-mega-menu-dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  width: 27.5vw;
  height: auto;
  padding: .7vw;
  left: 0;
  right: 0;
}

.utility-margin-bottom-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-item {
  background-color: #fff;
  border: 1px solid #ff6b00;
  border-radius: 10px;
  height: 2.2vw;
  margin-bottom: 1px;
  padding-top: 3px;
  padding-left: 20px;
}

.dropdown-item:hover {
  color: #fffcfc;
  background-color: #ff6b00;
}

.dropdown-label {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.total-wrap {
  width: 170px;
  height: 60px;
  position: relative;
}

.total-block {
  z-index: 1;
  background-color: #ffffff80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dropdown-from__list {
  background-color: #ddd0;
  margin-left: auto;
  margin-right: auto;
}

.langauge-from-to-wrap {
  grid-column-gap: 5.5vw;
  grid-row-gap: 5.5vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.dropdown-to {
  z-index: 2;
  cursor: pointer;
  border: 2px solid #ff6b00;
  border-radius: .8vw;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  box-shadow: inset 0 3px 2px -2px #ffffff80, 0 4px 4px #0003, 0 1px 1px #0003;
}

.language-dropdown__toggle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.language-dropdown__toggle.w--open {
  width: 165px;
}

.dropdown-icon {
  color: #fff;
  margin: auto;
  inset: auto 0 auto auto;
}

.language-dropdown__wrap {
  background-color: #ff6b00;
  border-radius: .8vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  display: flex;
}

.orders-grid__pricing-01 {
  border: 1px solid #ff6b00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.arrows-01 {
  z-index: 1;
  position: relative;
}

.orders-wrap {
  flex: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
}

.orders-grid-01 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.test-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
}

.urgent-non-urgent__wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 73%;
  padding: 15px;
  display: flex;
}

.orders-text-01 {
  font-size: 2vw;
  font-weight: 700;
  line-height: 150%;
}

.orders-grid__wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.total-price {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff6b00;
  border: 2px solid #ff6b00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  display: flex;
  box-shadow: inset 0 3px 2px -2px #ffffff80, 0 4px 4px #0003, 0 1px 1px #0003;
}

.dropdown-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: inline-flex;
  position: absolute;
  inset: 0% auto 0% 0;
}

.into-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.translation-type {
  z-index: 1;
  margin-bottom: 50px;
  position: relative;
}

.dropdown-from {
  z-index: 3;
  cursor: pointer;
  border: 2px solid #ff6b00;
  border-radius: .8vw;
  width: 100%;
  height: 100%;
  transition: color .2s, box-shadow .2s, background-color .2s, border-color .2s;
  box-shadow: inset 0 2px 5px #ffffff80, 0 4px 4px #0003, 0 3px 2px -2px #00000080;
}

.orders-heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 150%;
}

.from {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.orders {
  flex-flow: column;
  min-height: 95vh;
  display: flex;
}

.dropdown-to__list {
  background-color: #fff9f9;
}

.navbar-wrap {
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.priv-wrap {
  flex: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 150%;
}

.price-heading-01 {
  color: #ff6b00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.total-price-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.translation-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.checkout {
  flex-flow: column;
  height: 180vh;
  display: flex;
}

.order-table__word-count {
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  display: flex;
}

.mm {
  width: 400px;
}

.address-selection {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.yy {
  width: 400px;
}

.town-selection, .street-selection {
  text-transform: capitalize;
  width: 400px;
  height: 40px;
  margin-bottom: 0;
}

.order-table__heading {
  color: #ff6b00;
  font-size: 4vw;
  font-weight: 600;
  line-height: 120%;
}

.contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.upload-icon {
  width: 30px;
  height: 40px;
}

.cvc {
  text-transform: uppercase;
  width: 100%;
  height: 50%;
}

.order-table__grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expiry-date-wrap {
  width: 400px;
  margin-bottom: 10px;
}

.card-holder-wrap {
  width: 400px;
}

.billing-details {
  flex-flow: column;
  display: flex;
}

.checkout-heading__wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.input {
  width: 400px;
  height: 40px;
  margin-bottom: 0;
}

.card-number-wrap {
  width: 400px;
}

.billing-header {
  font-size: 32px;
  font-weight: 400;
}

.card-name__input {
  text-transform: uppercase;
  width: 100%;
  height: 50%;
}

.order-table {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.post-code {
  text-transform: capitalize;
  width: 400px;
  height: 40px;
  margin-bottom: 0;
}

.card-info-heading {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-left: 12px;
  display: flex;
}

.order-table__translation {
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  display: flex;
}

.expiry-code {
  border-radius: 10px;
  display: flex;
}

.name-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name-field {
  text-transform: capitalize;
  width: 400px;
  height: 40px;
}

.order-type__urgency, .order-table__language-into {
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  display: flex;
}

.checkout-wrap {
  flex: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
}

.total-price-table {
  color: #fff;
  text-align: center;
  background-color: #ff6b00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  min-height: 75px;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.checkout-heading {
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 100%;
}

.upload-file {
  font-weight: 400;
}

.upload-field-01 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  min-height: 75px;
  padding: 5px 10px;
  display: flex;
}

.e-mail__input {
  text-transform: lowercase;
  width: 400px;
  height: 40px;
  margin-bottom: 0;
}

.order-table__language-from {
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  display: flex;
}

.card-number__input {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  height: 50%;
}

.card-code__cvc {
  width: 400px;
  margin-top: 10px;
}

.order-table__separate {
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.country {
  width: 400px;
}

.upload-file-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.back-01 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-div-01 {
  background-image: url('../images/Arrow-png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  transform: rotate(180deg);
}

.back-02 {
  color: #ff6b00;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}

.form-2 {
  border: 1px solid #ff6b00;
  border-radius: 20px;
  width: 70%;
  padding: 20px;
}

.custom-order-form-wrap {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 15% 0% 0%;
}

.form-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blur {
  z-index: 9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1a192080;
  align-self: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.textarea {
  color: #000;
  min-height: 100px;
}

.upload-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  min-height: 75px;
  padding: 5px 10px;
  display: flex;
}

.custom-form-button {
  cursor: pointer;
  background-color: #ff6b00;
  border-radius: 12px;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  box-shadow: 0 3px 2px -2px #ffffff80, 0 4px 4px #0003, 0 1px 1px #0003;
}

.success-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-o2-2 {
  background-color: #14b758;
  width: 60px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 16px;
  transform: translate(-19px, 19px)rotate(-45deg);
}

._90-2 {
  background-color: #fff;
  border: 1px solid #ff6b00;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding: 30px 48px 35px;
  position: relative;
}

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

.ok-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.line-11 {
  background-color: #14b758;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 27px;
  left: 11px;
  transform: rotate(45deg);
}

.line-10 {
  background-color: #ff6b00;
  width: 100%;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 20px;
}

.box-zagolovok {
  color: #ff6b00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 34px;
}

.vnutr-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vnutr-copy:hover {
  box-shadow: 0 0 0 12px #ffffff87;
}

.vnutr-copy:active {
  box-shadow: 0 0 0 30px #fff0;
}

.yes-copy-2 {
  z-index: 92;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}

.yes-copy-2:hover {
  transform: translate(5px, -5px);
  box-shadow: 0 0 0 -4px #2ca8db1a, -11px 17px 50px 2px #ff6b0080;
}

.yes-copy-2:active {
  transform: none;
  box-shadow: 0 0 0 20px #2ca8db1a, -11px 17px 50px 2px #1b96c982;
}

.text-span {
  color: #14b758;
}

.l-2 {
  color: #0b73c4;
  text-decoration: none;
  transition: all .555s;
  display: inline;
  box-shadow: 0 1px #2ca8db80;
}

.l-2:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px #2ca8db80;
}

.l-2.pri {
  box-shadow: none;
  color: #ff6b00;
  padding-bottom: 2px;
  display: inline-block;
}

.form-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  color: #000;
}

.card-details-wrap {
  background-image: linear-gradient(90deg, #ff6b00 30%, #ffe0ca);
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.person-details-wrap {
  background-image: linear-gradient(270deg, #ff6b00 30%, #ffe0ca);
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.call-back-circle {
  z-index: 90;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .555s;
  display: flex;
  position: fixed;
  inset: auto 20px 100px auto;
}

.call-back-circle:hover {
  filter: hue-rotate(15deg) grayscale(78%);
}

.call {
  background-color: #23b957;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 9px;
}

.circle2-2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  box-shadow: 0 0 0 6px #ff920030;
}

.circle1 {
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 0 1px #23b957;
}

.chatbot-wrap {
  z-index: 500;
  width: 27.5vw;
  height: 45vw;
  display: none;
  position: absolute;
  inset: auto 10px -35px auto;
  transform: scale(.75);
  box-shadow: 0 0 10px 6px #ff6b00, 0 0 9px 15px #fff;
}

.code-embed {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 100%;
}

.chatbot {
  background-color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  padding: 15px;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 0 5px 3px #ff6b00, 0 0 5px 6px #fff;
}

.footer-image {
  height: 1.0352vw;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #ff6b00;
  }

  .brand {
    margin-top: 4px;
  }

  .line2 {
    background-color: #fff;
    width: 100%;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .white-logo-text {
    margin-left: 20px;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 1vw;
    margin-left: 0;
    padding-top: .7vw;
    padding-bottom: .7vw;
  }

  .menu-button {
    color: #fff;
    background-color: #ff6b00;
    width: 50px;
    height: 50px;
    margin-top: 9px;
    padding: 15px 11px 17px;
    font-size: 39px;
    position: absolute;
    left: auto;
    right: 20px;
    overflow: hidden;
  }

  .menu-button.w--open {
    color: #ff6b00;
    background-color: #ff6b00;
  }

  .line3, .line1 {
    background-color: #fff;
    width: 100%;
    height: 3px;
  }

  .hero-section {
    flex-flow: wrap;
    max-height: none;
    margin-top: 0;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .heading {
    font-size: 54px;
  }

  .heading.hero {
    font-size: 7vw;
  }

  .subheading {
    font-size: 18px;
  }

  .subheading.hero {
    font-size: 2vw;
    line-height: 150%;
  }

  .subheading.hero.contact-us {
    font-size: 3vw;
  }

  .button {
    font-size: 2vw;
  }

  .grid.hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-01.hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cover-image-2 {
    width: auto;
    height: auto;
  }

  .heading-01 {
    text-align: center;
    font-size: 30px;
    line-height: 104%;
  }

  .heading-01.s-01 {
    font-size: 7vw;
  }

  .paragraph-lg {
    font-size: 2vw;
  }

  .h3-heading {
    font-size: 4vw;
  }

  .grid-layout.s-01 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-layout.s-01-text {
    width: auto;
    height: auto;
  }

  .card-body {
    padding: 32px;
  }

  .h2-heading-2 {
    font-size: 4vw;
  }

  .section-pricing {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .eyebrow {
    font-size: 2vw;
  }

  .pricing-heading {
    font-size: 7vw;
  }

  .card-2 {
    line-height: 160%;
  }

  .button-2 {
    font-size: 2vw;
  }

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

  .card-body-2 {
    padding: 32px;
  }

  .testimonial-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .eyebrow-2 {
    font-size: 3vw;
  }

  .paragraph-sm {
    font-size: 2vw;
    line-height: 160%;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 160%;
  }

  .flex-horizontal-2 {
    flex-flow: wrap;
  }

  .grid-layout-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .h2-heading-3 {
    font-size: 7vw;
  }

  .cooperation {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrap.flex-horizontal {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
  }

  .paragraph-mini-2 {
    font-size: 1.7vw;
  }

  .privacy-policy.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.7vw;
    display: block;
  }

  .privacy-policy.pri.w--current {
    display: inline-block;
  }

  .section-01 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .margin-bottom-0 {
    margin-bottom: 0;
    font-size: 7vw;
  }

  .navbar-2 {
    font-size: 2vw;
  }

  .co-op__text-wrap-01 {
    width: 100%;
  }

  .co-op__text {
    font-size: 2vw;
    line-height: 160%;
  }

  .co-op__form {
    width: 100%;
  }

  .contact-us__subheading {
    font-size: 2vw;
  }

  .contact-us__form-wrap-01 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us__form-wrap-02, .contact-us-wrap-02 {
    width: 100%;
    height: 55vw;
  }

  .contact-us-image {
    height: 40vw;
  }

  .text-block {
    font-size: 2vw;
    line-height: 150%;
  }

  .nav-link-h {
    justify-content: center;
    align-items: center;
  }

  .nav-link-h:hover {
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link-h.w--current:hover {
    background-color: #ff6b001a;
  }

  .nav-link-h.w--open {
    background-color: #0000;
  }

  .nav-mega-menu-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-dropdown {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    display: flex;
  }

  .nav-mega-menu-dropdown-list-3.w--open {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
  }

  .utility-margin-bottom-4 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .dropdown-item {
    height: 4vw;
  }

  .form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .langauge-from-to-wrap {
    margin-top: 60px;
  }

  .orders-grid-01 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .urgent-non-urgent__wrap {
    width: 85%;
  }

  .orders-text-01 {
    font-size: 3vw;
  }

  .orders-grid-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-wrap {
    justify-content: space-around;
    align-items: center;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 2vw;
    line-height: 160%;
  }

  .bold-text {
    font-size: 2vw;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 7vw;
  }

  .priv-text {
    font-size: 2vw;
    line-height: 150%;
  }

  .translation-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .order-table__word-count {
    text-align: center;
    font-size: 2vw;
  }

  .contact-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .order-table__translation {
    text-align: center;
    font-size: 2vw;
  }

  .expiry-code {
    margin-bottom: 10px;
  }

  .order-type__urgency, .order-table__language-into {
    text-align: center;
    font-size: 2vw;
  }

  .upload-file {
    font-size: 2vw;
    line-height: 150%;
  }

  .upload-field-01 {
    font-size: 2vw;
  }

  .order-table__language-from {
    text-align: center;
    font-size: 2vw;
  }

  .arrow-div-01 {
    width: 50px;
    height: 50px;
  }

  .form-2 {
    width: 100%;
  }

  .custom-form-button, .paragraph-5 {
    font-size: 2vw;
    line-height: 150%;
  }

  .center {
    font-size: 2vw;
  }

  .ok-text {
    font-size: 2vw;
    line-height: 150%;
  }

  .yes-copy-2 {
    margin-left: auto;
    margin-right: auto;
    inset: -69px 0% auto;
  }

  .l-2.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .l-2.pri.w--current {
    font-size: 2vw;
    line-height: 150%;
    display: inline-block;
  }

  .call-back-circle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    flex-direction: column;
    display: flex;
  }

  .brand {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .white-logo-text {
    margin-left: 20px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    padding: 1.5vw 1.35vw;
    display: flex;
  }

  .button-group.hero {
    margin-top: 40px;
  }

  .hero-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading {
    font-size: 2.69rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .subheading.hero {
    font-size: 3vw;
  }

  .subheading.hero.contact-us {
    font-size: 4vw;
  }

  .button {
    font-size: 3vw;
  }

  .grid.hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-01.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-01 {
    font-size: 1.52rem;
  }

  .paragraph-lg {
    font-size: 3vw;
  }

  .utility-padding-all-2rem {
    padding: 16px;
  }

  .card-body {
    padding: 24px;
  }

  .h2-heading-2 {
    font-size: 5vw;
  }

  .section-pricing {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .eyebrow, .button-2 {
    font-size: 3vw;
  }

  .card-body-2 {
    padding: 24px;
  }

  .testimonial-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .eyebrow-2 {
    font-size: 4vw;
  }

  .paragraph-sm {
    font-size: 3vw;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
    font-size: 3vw;
  }

  .footer-section {
    font-size: 2vw;
  }

  .paragraph-mini-2, .privacy-policy.pri {
    font-size: 3vw;
    line-height: 150%;
  }

  .privacy-policy.pri.w--current {
    display: inline-block;
  }

  .section-01 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .navbar-2 {
    font-size: 3vw;
  }

  .co-op__text {
    font-size: 3vw;
    line-height: 160%;
  }

  .contact-us__subheading {
    font-size: 3vw;
    line-height: 150%;
  }

  .contact-us__form-wrap-02, .contact-us-wrap-02 {
    height: 60vw;
  }

  .contact-us-image {
    height: 40vw;
  }

  .text-block {
    font-size: 3vw;
  }

  .nav-link-h {
    padding: 1.5vw 1.35vw;
  }

  .nav-mega-menu-list-3 {
    grid-template-columns: 1fr;
  }

  .nav-mega-menu-dropdown-list-3.w--open {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .utility-margin-bottom-4 {
    margin-bottom: 0;
  }

  .dropdown-item {
    height: 5vw;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .langauge-from-to-wrap {
    margin-top: 80px;
  }

  .orders-grid-01 {
    grid-template-rows: auto auto auto;
    place-items: stretch stretch;
  }

  .urgent-non-urgent__wrap {
    width: 100%;
  }

  .translation-type {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 3vw;
  }

  .bold-text {
    text-align: center;
    font-size: 3vw;
  }

  .priv-text {
    font-size: 3vw;
    line-height: 150%;
  }

  .order-button {
    width: 50%;
  }

  .translation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding-left: 60px;
    display: grid;
  }

  .checkout {
    height: 220vh;
  }

  .order-table__word-count {
    font-size: 3vw;
  }

  .order-table__heading {
    font-size: 5vw;
  }

  .order-table__grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .order-table__translation {
    font-size: 3vw;
  }

  .name-field {
    width: 190px;
  }

  .order-type__urgency, .order-table__language-into {
    font-size: 3vw;
  }

  .checkout-heading {
    font-size: 7vw;
  }

  .upload-file {
    font-size: 3vw;
    line-height: 150%;
  }

  .upload-field-01 {
    font-size: 2.5vw;
  }

  .order-table__language-from {
    font-size: 3vw;
  }

  .card-code__cvc {
    margin-bottom: 10px;
  }

  .arrow-div-01 {
    width: 30px;
    height: 30px;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .custom-form-button, .paragraph-5 {
    font-size: 2.5vw;
    line-height: 150%;
  }

  ._90-2 {
    padding: 25px 20px;
  }

  .center {
    font-size: 2.5vw;
  }

  .ok-text {
    font-size: 2.5vw;
    line-height: 150%;
  }

  .yes-copy-2 {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    inset: -60px 0% 0%;
  }

  .l-2.pri.w--current {
    font-size: 2.5vw;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .brand {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-logo-text {
    margin-left: 20px;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 2vw;
    padding-bottom: 3vw;
  }

  .menu-button {
    margin-top: 5px;
    right: 10px;
  }

  .logo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.hero.form-button {
    margin-top: 0;
  }

  .hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 2.15rem;
  }

  .heading.hero {
    text-align: center;
    font-size: 8vw;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .subheading.hero {
    text-align: center;
    font-size: 4vw;
  }

  .subheading.hero.contact-us {
    font-size: 5vw;
  }

  .button {
    white-space: nowrap;
    font-size: 4vw;
  }

  .grid-01.hero {
    margin-top: 40px;
  }

  .heading-01 {
    font-size: 1.21rem;
  }

  .heading-01.s-01 {
    font-size: 8vw;
  }

  .paragraph-lg {
    font-size: 4vw;
  }

  .h3-heading {
    font-size: 5vw;
  }

  .grid-layout.s01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-layout.s-01-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: minmax(0, 1fr);
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .card-body {
    padding: 24px;
  }

  .h2-heading-2 {
    font-size: 6vw;
  }

  .section-pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .eyebrow {
    font-size: 4vw;
  }

  .pricing-heading {
    font-size: 8vw;
  }

  .button-2 {
    white-space: nowrap;
    font-size: 4vw;
  }

  .card-body-2 {
    padding: 24px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .eyebrow-2 {
    font-size: 5vw;
  }

  .paragraph-sm {
    font-size: 4vw;
  }

  .avatar {
    margin-bottom: 16px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .h2-heading-3 {
    font-size: 8vw;
    line-height: 104%;
  }

  .cooperation {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .header-wrap-01 {
    margin-bottom: 10vw;
  }

  .footer-section {
    font-size: 3vw;
  }

  .paragraph-mini-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .privacy-policy.pri {
    font-size: 4vw;
  }

  .section-01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .margin-bottom-0 {
    font-size: 8vw;
  }

  .navbar-2 {
    font-size: 4vw;
  }

  .co-op__text-wrap-01 {
    margin-bottom: 10vw;
  }

  .co-op__text {
    font-size: 4vw;
    line-height: 160%;
  }

  .co-op__form-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .co-op__text-wrap-02 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
  }

  .contact-us__subheading {
    text-align: center;
    font-size: 4vw;
    line-height: 150%;
  }

  .contact-us__form-wrap-02, .contact-us-wrap-02 {
    height: 100vw;
  }

  .contact-us-image-wrap {
    width: 100%;
  }

  .contact-us-image {
    height: 50vw;
  }

  .text-block {
    font-size: 4vw;
  }

  .co-op__image-wrap {
    margin-bottom: 10vw;
  }

  .utility-margin-bottom-4 {
    margin-bottom: 0;
  }

  .dropdown-item {
    height: 8vw;
  }

  .langauge-from-to-wrap {
    flex-flow: column;
  }

  .urgent-non-urgent__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .orders-text-01 {
    font-size: 5vw;
  }

  .arrows-01-1 {
    transform: rotate(90deg);
  }

  .orders-heading {
    font-size: 8vw;
  }

  .from {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .bold-text {
    font-size: 4vw;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    font-size: 8vw;
  }

  .priv-text {
    font-size: 4vw;
    line-height: 150%;
  }

  .order-button {
    width: 50%;
  }

  .translation-wrap {
    padding-left: 30px;
  }

  .order-table__word-count {
    font-size: 4vw;
  }

  .address-selection, .town-selection, .street-selection {
    width: 100%;
  }

  .order-table__heading {
    font-size: 7vw;
  }

  .contact-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .expiry-date-wrap, .card-holder-wrap, .input, .card-number-wrap, .post-code {
    width: 100%;
  }

  .order-table__translation {
    font-size: 4vw;
  }

  .name-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 10px;
  }

  .name-field {
    width: 100%;
    margin-bottom: 0;
  }

  .order-type__urgency, .order-table__language-into {
    font-size: 4vw;
  }

  .checkout-heading {
    font-size: 8vw;
  }

  .upload-file, .upload-field-01 {
    font-size: 4vw;
  }

  .e-mail__input {
    width: 100%;
  }

  .order-table__language-from {
    font-size: 4vw;
  }

  .card-code__cvc, .country {
    width: 100%;
  }

  .back-02 {
    font-size: 6vw;
  }

  .custom-order-form-wrap {
    width: 300px;
  }

  .custom-form-button, .paragraph-5 {
    font-size: 4vw;
    line-height: 150%;
  }

  .center {
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    display: flex;
  }

  .ok-text {
    font-size: 4vw;
  }

  .box-zagolovok {
    line-height: 32px;
  }

  .yes-copy-2 {
    inset: -63px 0% auto;
  }

  .text-span {
    display: block;
  }

  .l-2.pri.w--current {
    font-size: 4vw;
  }
}

#w-node-_857eff80-a064-80f6-efa6-2aa55402b17a-5402b172.w-node-f50d1953-1554-9d6f-a234-e81cabc9f2db-e9b09864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f74d9105-038d-3e1c-4f5a-c0b642e8ea5f-42e8ea5c.w-node-_7a72fb12-8cff-5496-fef2-b18a5bda4a59-e9b09864 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f74d9105-038d-3e1c-4f5a-c0b642e8ea62-42e8ea5c.w-node-_7a72fb12-8cff-5496-fef2-b18a5bda4a5c-e9b09864 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f74d9105-038d-3e1c-4f5a-c0b642e8ea64-42e8ea5c.w-node-_7a72fb12-8cff-5496-fef2-b18a5bda4a5d-e9b09864 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-f74d9105-038d-3e1c-4f5a-c0b642e8ea66-42e8ea5c.w-node-_7a72fb12-8cff-5496-fef2-b18a5bda4a5e-e9b09864 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_7765c642-8239-f5d0-162c-7fe89a101488-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e280ca-e9b09864, #w-node-_7765c642-8239-f5d0-162c-7fe89a1014c6-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e28100-e9b09864 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e78-ad6d2e56.w-node-_1116864b-480f-246e-3c84-3ca59147e284-889c46f6, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e83-ad6d2e56.w-node-_1116864b-480f-246e-3c84-3ca59147e28f-889c46f6, #w-node-_1116864b-480f-246e-3c84-3ca59147e29a-889c46f6, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e8e-ad6d2e56.w-node-_67ffd8ab-0b72-ab14-6145-01412ecc76f0-889c46f6, #w-node-_98a99d5b-bb74-197d-b51a-c651f147a419-f147a417.w-node-e60e9c57-4705-3392-f412-ba009dc2d0c5-a00e2803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_857eff80-a064-80f6-efa6-2aa55402b17a-5402b172.w-node-f50d1953-1554-9d6f-a234-e81cabc9f2db-e9b09864 {
    order: -9999;
  }

  #w-node-f74d9105-038d-3e1c-4f5a-c0b642e8ea5f-42e8ea5c.w-node-_7a72fb12-8cff-5496-fef2-b18a5bda4a59-e9b09864 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f74d9105-038d-3e1c-4f5a-c0b642e8ea64-42e8ea5c.w-node-_7a72fb12-8cff-5496-fef2-b18a5bda4a5d-e9b09864, #w-node-f74d9105-038d-3e1c-4f5a-c0b642e8ea66-42e8ea5c.w-node-_7a72fb12-8cff-5496-fef2-b18a5bda4a5e-e9b09864, #w-node-_7765c642-8239-f5d0-162c-7fe89a101488-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e280ca-e9b09864 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7765c642-8239-f5d0-162c-7fe89a101499-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e280d9-e9b09864, #w-node-_7765c642-8239-f5d0-162c-7fe89a1014a8-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e280e6-e9b09864, #w-node-_7765c642-8239-f5d0-162c-7fe89a1014b7-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e280f3-e9b09864, #w-node-_7765c642-8239-f5d0-162c-7fe89a1014c6-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e28100-e9b09864, #w-node-_7765c642-8239-f5d0-162c-7fe89a1014d7-9a10147f.w-node-a2fa0228-2eab-ac2b-dfc6-e484f0e2810f-e9b09864 {
    grid-column: span 1 / span 1;
  }

  #w-node-_857eff80-a064-80f6-efa6-2aa55402b17a-5402b172.w-node-_2afa3191-13c6-189f-ebd9-dba446c1868c-e07bd30e {
    order: -9999;
  }
}


