@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circe;
  src: url('../fonts/Circe-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #0d1d4a;
  --white: white;
  --grey: #93a1c8;
  --violet: #9b51e0;
  --violet-hover: #6435a5;
  --violet-light: #f2eafd;
  --violet-light-hover: #e3cfff;
  --grey-light: #f1f4f9;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body {
  color: var(--dark);
  font-family: Circe, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.section-navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: 0 0 15px #0d1d4a1c;
}

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

.navbar {
  background-color: var(--white);
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.brand.line {
  border-bottom: 1px solid #0d1d4a1a;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
}

.logo-img {
  width: 3rem;
}

.logo-text {
  width: 6.188rem;
  margin-bottom: .875rem;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  margin-top: .813rem;
  margin-left: 1.1rem;
  display: flex;
}

.text-color-grey {
  color: var(--grey);
  cursor: default;
  margin-bottom: 1rem;
  margin-left: 0;
}

.text-color-grey.no-margin {
  margin-bottom: 0;
}

.text-color-grey.align-right {
  text-align: right;
  width: auto;
  margin-right: 1rem;
}

.link-navmenu {
  background-color: var(--violet);
  color: var(--white);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-navmenu:hover {
  background-color: var(--violet-hover);
}

.link-navmenu.color-violet-light {
  background-color: var(--violet-light);
  color: var(--violet);
}

.link-navmenu.color-violet-light:hover {
  background-color: var(--violet-light-hover);
}

.link-navmenu.color-violet-light.marg-none {
  margin-left: 0;
}

.link-navmenu.color-violet-light.mobile {
  display: none;
}

.link-navmenu.margin-bot {
  margin-bottom: 1rem;
  margin-left: 0;
}

.link-navmenu.padding {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.link-navmenu.zakaz {
  display: none;
}

.img {
  width: 1.5rem;
  margin-left: .375rem;
}

.nav-menu {
  display: flex;
}

.section-footer {
  box-shadow: 0 0 15px #0d1d4a1c;
}

.footer {
  justify-content: space-between;
  align-items: center;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.div-link {
  display: flex;
}

.text-link {
  color: var(--dark);
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-decoration: none;
}

.div-text-link {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-text-link.mobil {
  display: none;
}

.div--block-link {
  flex-flow: column;
  margin-left: 2rem;
  display: flex;
}

.text-span-color-dark {
  color: var(--dark);
}

.text-color-dark {
  color: var(--dark);
  cursor: default;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.text-color-dark.marg {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

.text-color-dark.aligan-center {
  text-align: center;
  margin-bottom: 0;
}

.text-color-dark.bold {
  font-weight: 700;
}

.text-color-dark.aligan-right {
  text-align: right;
}

.text-color-dark.aligan-right.margin {
  margin-bottom: 0;
}

.text-color-dark.aligan-right.margin.text-yes {
  display: flex;
}

.text-color-dark.aligan-right.deadline, .text-color-dark.margin {
  margin-bottom: 0;
}

.text-color-dark.textdescription {
  text-align: right;
  margin-bottom: 0;
  margin-left: 1rem;
}

.bold {
  font-weight: 700;
}

.div-block-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.div-total {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
}

.div-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 38.5rem;
  display: block;
}

.div-form.end-block {
  display: flex;
}

.card {
  background-color: var(--violet-light);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 38.5rem;
  padding: 3rem;
  display: flex;
}

.div-icon {
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 5.417rem;
  height: 5.417rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  box-shadow: 0 12px 28px #93a1c833;
}

.div-icon.marg-none {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon {
  width: 2.4rem;
}

.h2 {
  cursor: default;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 3rem;
}

.h2.margin-more {
  margin-bottom: 2rem;
}

.block-total {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.block-total.horizontal {
  flex-flow: row;
}

.div-3-cards {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.div-3-cards.vertical {
  flex-flow: column;
}

._1-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 10rem;
  display: flex;
}

._1-card.horizontal {
  flex-flow: row;
  max-width: 100%;
  margin-bottom: .563rem;
}

.icon-circl {
  width: 3rem;
  margin-bottom: 1rem;
}

.icon-circl.margin {
  margin-bottom: 0;
  margin-right: 1rem;
}

.icon-circl.margin.size-mini {
  width: 1.5rem;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.h4.aligan-center {
  text-align: center;
  margin-bottom: 0;
}

.h4.padding-btm {
  cursor: default;
  margin-bottom: 1rem;
}

.h4.is-white {
  color: var(--white);
  cursor: default;
  margin-bottom: 1rem;
}

.step-1 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.step-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.step-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.step-4, .step-5, .step-5.center {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 2rem;
  display: flex;
}

.h3 {
  cursor: default;
  margin-top: 0;
  margin-bottom: .563rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.h5 {
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.div-order {
  background-color: var(--white);
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.625rem 1.5rem 1rem;
}

.div-order.margin-none {
  margin-bottom: 0;
}

.line-order {
  border-bottom: 1px solid #0d1d4a1a;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.line-order.border-margin-none {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.line-order.border-margin-none.div-tests.flex {
  display: flex;
}

.line-order.border-margin-none.div-tests.display {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.line-order.border-margin-none.div-word {
  display: flex;
}

.line-order.border-margin-none.div-word.display {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.line-order.div-tests.flex {
  display: flex;
}

.line-order.div-tests.display, .line-order.div-word.display {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.text {
  border-radius: .2rem;
  margin-bottom: 0;
  font-weight: 700;
}

.text.bold {
  cursor: default;
}

.text.mrg-right {
  margin-right: .5rem;
}

.text.is-normal {
  cursor: default;
  font-weight: 400;
}

.text.is-violette {
  color: var(--violet);
  display: none;
}

.color {
  color: var(--grey);
}

.span-violette {
  color: var(--violet);
}

.form-header {
  margin-bottom: 2rem;
  display: block;
}

.form-header.flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-header.mobail {
  display: none;
}

.options-holder {
  width: 100%;
}

.option-div {
  border: 2px solid var(--violet-light);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
}

.option-div.flex-col {
  flex-flow: column;
}

.option-text-container {
  margin-right: 1rem;
}

.option-text-container.mobil {
  display: none;
}

.text-dark-small {
  cursor: default;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.125rem;
}

.option-icon {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}

.next-button {
  background-color: var(--dark);
  color: var(--white);
  cursor: pointer;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  padding-top: .813rem;
  padding-bottom: .813rem;
  display: flex;
}

.next-button.margin {
  cursor: pointer;
  margin-left: auto;
}

.next-button.margin.size {
  width: 10rem;
}

.next-button.margin.size.none {
  display: none;
}

.next-button.size {
  width: 100%;
}

.btn-next-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-next-arrow.mrgn-right {
  margin-right: .5rem;
}

.div-type {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

.s2 {
  color: #0d1d4a;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e3e8f2;
  border-radius: 4px;
  height: 64px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.s2:focus, .s2:focus-visible, .s2[data-wf-focus-visible] {
  background-color: #fff;
}

.s2._w-select {
  color: var(--dark);
  background-image: url('../images/Arrow-2.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-width: 1px;
  width: 100%;
  height: 3.5rem;
  padding: .938rem 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.input-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

.input-wrapper.display-none {
  flex-flow: column;
  display: none;
}

.chips-wrapper {
  margin-top: .5rem;
  display: flex;
}

.chips-wrapper.none {
  display: none;
}

.paragraph {
  margin-bottom: 0;
}

.form-btn-container {
  justify-content: space-between;
  display: flex;
}

.form-btn-container.margin {
  margin-bottom: 2rem;
}

.back-button {
  background-color: var(--grey-light);
  cursor: pointer;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  padding-top: .813rem;
  padding-bottom: .813rem;
  font-weight: 700;
  display: flex;
}

.input {
  color: #0d1d4a;
  cursor: text;
  background-color: #fff;
  border: 1px solid #e3e8f2;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 16px;
  padding: 18px 16px;
  font-size: 16px;
  line-height: 22px;
}

.input::placeholder {
  color: #93a1c8;
}

.input.height {
  color: #0d1d4a;
  cursor: text;
  width: 100%;
  max-width: 100%;
  height: 9.125rem;
  min-height: 9.125rem;
  max-height: 9.125rem;
  margin-bottom: 0;
  padding: .938rem 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.input.height::placeholder {
  color: #93a1c8;
}

.text-grey-small {
  color: var(--grey);
  font-size: .75rem;
  line-height: 1rem;
  position: static;
  inset: auto 0% 2rem 1.4rem;
}

.text-grey-small.absolute-position {
  position: relative;
}

.div-block-534 {
  width: 55%;
  position: relative;
}

.text-field-15 {
  padding-bottom: 14px;
}

.image-70 {
  width: 1rem;
  height: 1rem;
}

.input-fee-per-hour {
  color: #000;
  background-color: #fff;
  border: 1px solid #e3e8f2;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.hack17-counter-input {
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 15px;
}

.hack17-counter-input._w-input {
  color: #0d1d4a;
  text-align: center;
  cursor: default;
  border-style: none;
  border-width: 2px 1px;
  width: 100%;
  height: 2.7rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.hack17-counter-input._w-input:hover, .hack17-counter-input._w-input:active, .hack17-counter-input._w-input:focus, .hack17-counter-input._w-input:focus-visible, .hack17-counter-input._w-input[data-wf-focus-visible] {
  background-color: #fff;
}

.hack17-counter-input._w-input::placeholder {
  color: #93a1c8;
  background-color: #fff;
}

.hack17-counter-input._w-input:lang(en) {
  background-color: #fff;
}

.hack-counter-button-up {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.hack-counter-button-up.hack17-down {
  cursor: pointer;
  background-color: #fff;
  border-style: none;
  border-width: 3px 2px 2px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hack-counter-button-up.hack17-up {
  cursor: pointer;
  background-color: #fff;
  border: 2px #000;
  border-top-width: 3px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-535 {
  background-color: #fff;
  width: 20px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pages-counter-wrapper {
  width: 16rem;
}

.pages-counter-wrapper.display {
  flex-flow: column;
  display: flex;
}

.tooltip {
  position: relative;
}

.div-block-536 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tooltip-text {
  z-index: 10;
  background-color: var(--violet-light);
  color: var(--grey);
  border-radius: .2rem;
  width: 14rem;
  margin-bottom: 0;
  padding: 5px;
  display: none;
  position: absolute;
  inset: 0% auto auto 8.3rem;
  transform: translate(-50%);
}

._1order_deadline {
  background-color: #0000;
  background-image: url('../images/Calendar-1.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

._1order_deadline.hack17-down {
  color: #0d1d4a;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Calendar.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-width: 1px;
  border-color: #e3e8f2;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 3.5rem;
  min-height: 3.5rem;
  max-height: 3.5rem;
  margin-bottom: 1rem;
  padding: .938rem 1rem 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

._1order_deadline.hack17-down:hover {
  border-color: #e0e0e0;
}

._1order_deadline.hack17-down:active, ._1order_deadline.hack17-down:focus, ._1order_deadline.hack17-down:focus-visible, ._1order_deadline.hack17-down[data-wf-focus-visible], ._1order_deadline.hack17-down::placeholder, ._1order_deadline.hack17-down:lang(en) {
  color: #8492b8;
}

.div-block-537 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-538 {
  background-color: var(--violet);
  color: var(--white);
  background-image: url('../images/Frame-1261154903.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1.5rem;
  display: flex;
}

.image-71 {
  border-radius: 1.5rem;
  width: 9.5rem;
}

.div-block-539 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.image-button {
  display: none;
}

.div-block-540 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.input-email {
  border: 1px solid #e3e8f2;
  border-radius: 4px;
  height: auto;
  margin-bottom: 1rem;
  padding: .938rem 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.input-email::placeholder {
  color: var(--grey);
}

.button {
  text-align: center;
  width: 100%;
}

.div-button {
  border-bottom: 1px solid #0d1d4a1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-span {
  color: var(--violet);
  cursor: pointer;
}

.text-block {
  color: var(--grey);
  cursor: default;
  margin-top: .5rem;
  font-size: .75rem;
  line-height: 1rem;
}

.div-inlet {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-542 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--dark);
  cursor: pointer;
  background-image: url('../images/Arrow-Long4.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: 4px;
  margin-top: 2rem;
  padding: .813rem 3.4rem .813rem 1.25rem;
}

.submit-button.none {
  display: none;
}

.link {
  color: var(--violet);
  text-decoration: none;
}

.div-total-tip {
  flex-direction: column;
  display: flex;
  position: relative;
}

.list-2 {
  z-index: 9999;
  box-shadow: none;
  color: #999;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  width: 320px;
  max-width: 320px;
  max-height: 200px;
  margin-top: -19px;
  margin-bottom: auto;
  padding: 0 7px 20px 16px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: auto 0% 54px;
  overflow: auto;
}

.list-2:hover {
  background-color: #fff;
}

.list-2.categ {
  border-radius: 4px 4px 0 0;
  flex-direction: column;
  width: 35rem;
  max-width: 35rem;
  max-height: 18rem;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  bottom: 4rem;
  overflow: auto;
  box-shadow: 0 1px 22px #00000024;
}

.list-item-2 {
  z-index: 9999;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.3rem;
  margin-top: 0;
  font-size: 1.125rem;
  display: flex;
  position: relative;
  top: 20px;
}

.list-item-2:hover {
  background-color: #fff;
}

.list-item-2.padding {
  height: 30px;
  margin-bottom: 0;
}

.search-terms-wrapper {
  z-index: 9999;
  opacity: 1;
  color: #fff;
  object-fit: fill;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 40px;
  max-height: 50px;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 14px;
  display: none;
  position: static;
  inset: 0% 0% auto;
  overflow: auto;
}

.search-terms-wrapper:hover {
  background-color: #0000;
}

.search-terms-wrapper.categ {
  display: none;
}

.list-term {
  color: #0d1d4a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-category {
  color: #9292a0;
  background-color: #eeeef4;
  border: 1px #000;
  border-radius: 6px;
  height: 56px;
  margin-bottom: 0;
  padding: 13px 18px;
  font-size: 16px;
  font-weight: 500;
}

.text-category::placeholder {
  font-size: 16px;
}

.text-category.tip {
  color: #0d1d4a;
  background-color: #fff;
  background-image: url('../images/Search.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-style: solid;
  border-color: #e3e8f2;
  border-radius: 4px;
  height: 3.5rem;
  padding: .938rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.text-category.tip::placeholder {
  color: #8492b8;
  font-size: 1.125rem;
  font-weight: 400;
}

.div-block-527 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.div-block-543, .div-wrapper {
  width: 100%;
}

.div-wrapper.tech {
  display: none;
}

.list-term2 {
  color: var(--dark);
  font-weight: 400;
  text-decoration: none;
}

.tasks-counter-wrapper {
  width: 16rem;
  display: block;
}

.tasks-counter-wrapper.display {
  flex-flow: column;
  display: flex;
}

.task-counter-input {
  text-align: center;
  border: 0 solid #000;
  width: 100%;
  height: 2.7rem;
  margin-bottom: 0;
}

.task-counter-input::placeholder {
  font-size: 1rem;
}

.task-counter-button-down, .task-counter-button-up, .hack-counter-button-down {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.button-yes {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 4px;
  margin-right: 1em;
  padding: .7rem 1rem;
}

.text-but {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.1rem;
}

.div-button-yes-no {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.button-no {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 4px;
  padding: .7rem 1rem;
}

.div-block-544 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-545 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .input.height {
    max-width: 100%;
    height: 110px;
    min-height: 110px;
    max-height: 110px;
  }

  .input-fee-per-hour {
    max-width: 231px;
    margin-left: 0;
  }

  .pages-counter-wrapper {
    width: 17rem;
  }

  .tooltip-text {
    display: flex;
    left: 8.5rem;
  }

  ._1order_deadline.hack17-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tasks-counter-wrapper {
    width: 17rem;
  }
}

@media screen and (min-width: 1440px) {
  .div-text-link.mobil {
    display: none;
  }

  .next-button {
    cursor: pointer;
  }

  .s2._w-select {
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .back-button {
    cursor: pointer;
  }

  .input {
    color: #0d1d4a;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-534 {
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 44px;
    display: flex;
  }

  .input-fee-per-hour {
    width: 100%;
    max-width: 300px;
  }

  .hack17-counter-input._w-input {
    height: 2.5rem;
  }

  .tooltip-text {
    top: 37%;
  }

  ._1order_deadline.hack17-down {
    color: #0d1d4a;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.6rem;
  }

  .text-category.tip {
    background-image: url('../images/Search.svg');
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .h4.is-white {
    margin-bottom: 1rem;
  }

  .input-fee-per-hour {
    width: 100%;
    max-width: 300px;
  }

  .tooltip-text {
    top: 26%;
  }

  ._1order_deadline.hack17-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .section-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar {
    max-width: 90rem;
  }

  .logo-img {
    width: 4.5rem;
  }

  .logo-text {
    width: 11rem;
    margin-bottom: 1.8rem;
  }

  .div-block {
    margin-left: 2rem;
  }

  .text-color-grey {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .text-color-grey.no-margin {
    line-height: 2rem;
  }

  .text-color-grey.align-right.size {
    font-size: 1.4rem;
  }

  .link-navmenu {
    border-radius: .45rem;
    padding: 1.4rem 2rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .link-navmenu.padding {
    width: 13.5rem;
  }

  .img {
    width: 2rem;
  }

  .footer {
    flex-flow: column;
    align-items: stretch;
    max-width: 90rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-link {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-text-link {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-text-link.none {
    display: none;
  }

  .div-text-link.mobil {
    border-bottom: 1px solid #0d1d4a1a;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .text-color-dark {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-color-dark.aligan-center {
    max-width: 80%;
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-color-dark.aligan-right.size {
    width: 70rem;
  }

  .div-total {
    max-width: 90rem;
  }

  .div-form {
    width: 100%;
  }

  .div-form.end-block {
    display: flex;
  }

  .card {
    flex-flow: column;
    width: 100%;
    padding: 3rem;
  }

  .card.margin {
    margin-bottom: 2rem;
  }

  .div-icon {
    border-radius: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 9.4rem;
    height: 9.4rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2rem;
    padding: 0;
    display: flex;
  }

  .div-icon.marg-none.size {
    width: 6rem;
    height: 6rem;
  }

  .icon {
    width: 3.6rem;
  }

  .h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 3.8rem;
  }

  .block-total.horizontal {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-3-cards {
    width: 90%;
  }

  .div-3-cards.vertical {
    flex-flow: row;
    width: 100%;
  }

  ._1-card {
    max-width: 23%;
  }

  ._1-card.horizontal {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .icon-circl {
    width: 3rem;
    margin-bottom: 2rem;
  }

  .icon-circl.margin.size-mini {
    width: 3rem;
    margin-right: 2rem;
  }

  .h4.aligan-center {
    font-size: 2.1rem;
    line-height: 3rem;
  }

  .h4.padding-btm {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }

  .h4.is-white {
    margin-bottom: 1.4rem;
    font-size: 2.5rem;
    line-height: 3.4rem;
  }

  .step-1, .step-2, .step-3, .step-4, .step-5 {
    flex-flow: column;
  }

  .step-5.center {
    justify-content: space-between;
    align-items: stretch;
  }

  .h3 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }

  .h5 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .h5.size {
    width: 25rem;
  }

  .div-order {
    border-radius: 2rem;
    padding: 2rem 2.5rem;
  }

  .text {
    display: flex;
  }

  .text.bold {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .text.mrg-right {
    margin-right: 1rem;
  }

  .text.is-normal {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .text.is-violette {
    display: none;
  }

  .form-header {
    order: -1;
    margin-bottom: 3rem;
  }

  .form-header.mobail {
    display: flex;
  }

  .form-header.desctop {
    display: none;
  }

  .bar-img {
    width: 100%;
  }

  .option-div {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 3rem;
  }

  .option-text-container {
    width: 60rem;
    margin-left: 0;
    margin-right: auto;
  }

  .text-dark-small {
    font-size: 1.55rem;
    line-height: 2rem;
  }

  .option-icon {
    width: 6rem;
    height: 6rem;
    margin-right: 3rem;
  }

  .next-button {
    border-radius: .4rem;
    width: 18rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .next-button.margin.size {
    width: 18rem;
  }

  .btn-next-arrow {
    width: 2rem;
    height: 2rem;
  }

  .div-type {
    margin-bottom: 1.5rem;
  }

  .s2 {
    height: 56px;
  }

  .s2._w-select {
    background-size: 2.6rem;
    height: 6rem;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .input-wrapper {
    margin-bottom: 3rem;
  }

  .chips-wrapper {
    margin-top: 1rem;
  }

  .paragraph {
    font-size: 1.65rem;
    line-height: 2rem;
  }

  .back-button {
    border-radius: .42rem;
    width: 18rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .input {
    height: 56px;
    font-size: 20px;
    line-height: 24rem;
  }

  .input.height {
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .text-grey-small.absolute-position {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .image-70 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .input-fee-per-hour {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-top: 1.8rem;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hack17-counter-input._w-input {
    font-size: 1.8rem;
  }

  .pages-counter-wrapper {
    width: 35rem;
  }

  .tooltip-text {
    width: 18rem;
    font-size: 1.4rem;
    line-height: 2rem;
    left: 11rem;
  }

  ._1order_deadline.hack17-down {
    background-position: 97%;
    background-size: 2.6rem;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding-top: 10px;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .div-block-538 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-71 {
    width: 13rem;
  }

  .div-block-539 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .image-button {
    display: none;
  }

  .div-block-540 {
    align-items: flex-start;
  }

  .div-block-541 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .input-email {
    height: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .text-block {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .div-block-542 {
    align-items: stretch;
  }

  .submit-button {
    background-size: 2rem;
    width: 26rem;
    padding: 1.4rem 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .list-2 {
    width: 301px;
    max-width: 301px;
  }

  .list-2.categ {
    width: 43rem;
    max-width: 43rem;
    padding-left: 2rem;
    padding-right: 2rem;
    bottom: 6.5rem;
  }

  .list-item-2 {
    height: 3.2rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .list-term {
    line-height: 2rem;
  }

  .text-category.tip {
    background-image: url('../images/Search.svg');
    background-size: 2.6rem;
    height: 56px;
    padding-left: 2rem;
    padding-right: 33px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .text-category.tip::placeholder {
    font-size: 1.8rem;
  }

  .tasks-counter-wrapper {
    width: 35rem;
  }

  .task-counter-input {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .task-counter-input::placeholder {
    font-size: 1.8rem;
  }

  .hack-counter-button-down {
    width: 4rem;
    height: 4rem;
  }

  .button-yes {
    margin-right: 2em;
    padding: 1rem 2rem;
  }

  .text-but {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-button-yes-no {
    margin-top: 1.4rem;
  }

  .button-no {
    padding: 1rem 2rem;
  }

  .div-block-544 {
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-navbar {
    padding-bottom: 3.2rem;
  }

  .navbar {
    max-width: 93rem;
  }

  .brand.line {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .div-block {
    margin-left: 1.5rem;
  }

  .text-color-grey {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .text-color-grey.align-right.size {
    font-size: 1.8rem;
  }

  .link-navmenu {
    margin-left: 1.4rem;
    padding: 1.8rem 2.3rem;
    font-size: 2rem;
  }

  .link-navmenu.color-violet-light {
    border-radius: .6rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .link-navmenu.padding {
    width: 18rem;
  }

  .img {
    width: 3rem;
    margin-left: 1rem;
    display: none;
  }

  .footer {
    max-width: 93rem;
    padding-bottom: 4rem;
  }

  .text-link {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .div-text-link.mobil {
    display: flex;
  }

  .text-color-dark {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .text-color-dark.margin {
    font-size: 2.4rem;
  }

  .section {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .div-total {
    max-width: 93rem;
  }

  .card.margin {
    order: -1;
  }

  .h2 {
    margin-bottom: 1.5rem;
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .div-3-cards {
    margin-top: 1rem;
  }

  ._1-card {
    max-width: none;
  }

  ._1-card.horizontal {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-circl, .icon-circl.margin.size-mini {
    width: 4rem;
  }

  .h4.padding-btm {
    font-size: 2.4rem;
  }

  .h3 {
    margin-bottom: 1rem;
  }

  .div-order {
    padding: 3.2rem;
  }

  .line-order {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .text.bold {
    font-size: 2rem;
  }

  .text.is-normal {
    font-size: 2rem;
    line-height: 3rem;
  }

  .text-dark-small {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .option-icon {
    margin-right: 2rem;
  }

  .next-button {
    border-radius: .6rem;
    width: 23rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .next-button.margin.size {
    width: 23rem;
  }

  .btn-next-arrow {
    width: 2.7rem;
    height: 2.7rem;
  }

  .btn-next-arrow.mrgn-right {
    margin-right: 1rem;
  }

  .s2._w-select {
    background-size: 3rem;
    height: 6.4rem;
    font-size: 2.2rem;
  }

  .chips-wrapper {
    margin-top: 1.5rem;
  }

  .paragraph {
    font-size: 2rem;
    line-height: 3rem;
  }

  .back-button {
    border-radius: .6rem;
    width: 23rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .input {
    height: 50px;
    font-size: 18px;
  }

  .input.height {
    max-width: 100%;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .text-grey-small.absolute-position {
    font-size: 1.8rem;
    bottom: 2.7rem;
  }

  .input-fee-per-hour {
    width: 100%;
    max-width: 100%;
    height: 6.4rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .hack17-counter-input._w-input {
    font-size: 2.2rem;
  }

  .hack-counter-button-up {
    width: 4rem;
    height: 4rem;
  }

  .tooltip-text {
    width: 24rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    left: 15rem;
  }

  ._1order_deadline.hack17-down {
    max-width: 650px;
    height: 6.4rem;
    min-height: 6.4rem;
    max-height: 6.4rem;
    font-size: 2.2rem;
  }

  .div-block-538 {
    padding-left: 3rem;
  }

  .div-block-539 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .image-button {
    display: none;
  }

  .input-email {
    font-size: 2.2rem;
  }

  .text-block {
    font-size: 1.8rem;
  }

  .submit-button {
    background-size: 2.6rem;
    width: 26rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 3rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .list-2 {
    width: 350px;
    max-width: 350px;
    max-height: 140px;
  }

  .list-2.categ {
    width: 400px;
    max-width: 400px;
    bottom: 7rem;
  }

  .list-item-2 {
    height: 4rem;
    font-size: 2rem;
  }

  .search-terms-wrapper.categ {
    display: flex;
  }

  .text-category.tip {
    height: 6.4rem;
    font-size: 2.2rem;
  }

  .text-category.tip::placeholder, .task-counter-input, .task-counter-input::placeholder {
    font-size: 2.2rem;
  }

  .task-counter-button-down, .task-counter-button-up {
    width: 4rem;
    height: 4rem;
  }

  .button-yes {
    margin-right: 2.2em;
    padding: 1.4rem 2.2rem;
  }

  .text-but {
    font-size: 1.8rem;
  }

  .div-button-yes-no {
    margin-top: 2rem;
  }

  .button-no {
    padding: 1.4rem 2.2rem;
  }
}

@media screen and (max-width: 479px) {
  .section-navbar {
    padding-bottom: 5.1rem;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .brand.line {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .logo-img {
    width: 6.4rem;
  }

  .logo-text {
    width: 14rem;
    margin-bottom: 2rem;
  }

  .text-color-grey {
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .text-color-grey.no-margin {
    line-height: 4rem;
  }

  .text-color-grey.align-right.size {
    font-size: 2.5rem;
  }

  .link-navmenu {
    border-radius: 4px;
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 3rem;
  }

  .link-navmenu.color-violet-light.marg-none {
    padding: 2.3rem 1.7rem;
    font-size: 3.4rem;
  }

  .link-navmenu.color-violet-light.marg-none.width {
    width: 48%;
  }

  .link-navmenu.color-violet-light.desctop {
    display: none;
  }

  .link-navmenu.color-violet-light.mobile {
    border-radius: 4px;
    width: 20%;
    padding: 3rem 3.4rem;
    display: flex;
  }

  .link-navmenu.color-violet-light.size {
    width: 19.4rem;
    margin-left: 3rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .link-navmenu.margin-bot {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

  .link-navmenu.margin-bot.marg {
    margin-bottom: 0;
  }

  .link-navmenu.margin-bot.marg.size {
    width: 48%;
  }

  .link-navmenu.padding {
    width: 24rem;
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .link-navmenu.zakaz {
    width: 100%;
    display: none;
  }

  .link-navmenu.marg {
    margin-left: 0;
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .img {
    width: 4rem;
    margin-left: 1.3rem;
    display: block;
  }

  .nav-menu {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-link {
    border-top: 1px solid #0d1d4a1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 4rem;
    padding-top: 4rem;
  }

  .text-link {
    margin-bottom: 3rem;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .div-text-link.none {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-text-link.mobil {
    display: none;
  }

  .div--block-link {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .text-color-dark {
    margin-bottom: 3rem;
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .text-color-dark.marg.none {
    margin-top: 3rem;
    margin-left: 0;
  }

  .text-color-dark.aligan-center {
    max-width: 100%;
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .text-color-dark.margin {
    font-size: 3.4rem;
  }

  .text-color-dark.margin.width {
    width: 70%;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 8rem;
  }

  .div-block-3 {
    width: 100%;
  }

  .section {
    padding-top: 5.1rem;
    padding-bottom: 5.1rem;
  }

  .card {
    order: -1;
    margin-bottom: 3.4rem;
    padding: 5.1rem;
  }

  .card.margin {
    margin-bottom: 3.4rem;
  }

  .div-icon {
    width: 16.6rem;
    height: 16.6rem;
  }

  .div-icon.marg-none.size {
    width: 10.2rem;
    height: 10.2rem;
  }

  .div-icon.marg {
    margin-bottom: 4rem;
  }

  .icon {
    width: 8rem;
  }

  .icon.size {
    width: 6rem;
  }

  .h2 {
    margin-bottom: 2rem;
    font-size: 6rem;
    line-height: 7rem;
  }

  .h2.margin-more {
    margin-bottom: 5.1rem;
  }

  .div-3-cards {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 3.4rem;
  }

  .div-3-cards.vertical {
    flex-flow: column;
  }

  ._1-card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3.4rem;
  }

  ._1-card.horizontal {
    margin-bottom: 3.4rem;
  }

  ._1-card.marg {
    margin-bottom: 0;
  }

  .icon-circl {
    width: 5.1rem;
    margin-bottom: 0;
    margin-right: 3.4rem;
  }

  .icon-circl.margin.size-mini {
    width: 5.1rem;
  }

  .h4.aligan-center {
    font-size: 3.8rem;
  }

  .h4.padding-btm {
    margin-bottom: 2rem;
    font-size: 4.4rem;
    line-height: 5.5rem;
  }

  .h4.is-white {
    margin-bottom: 3.4rem;
    font-size: 4.3rem;
    line-height: 5.3rem;
  }

  .h3 {
    font-size: 4.3rem;
    line-height: 5.3rem;
  }

  .h5 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .div-order {
    border-radius: 3.4rem;
    margin-bottom: 3.4rem;
    padding: 5.1rem;
  }

  .text.bold {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text.mrg-right {
    margin-right: 1.4rem;
  }

  .text.is-normal {
    font-size: 3rem;
    line-height: 4rem;
  }

  .form-header {
    margin-bottom: 5.1rem;
  }

  .option-div {
    border-radius: 3.4rem;
    flex-flow: column;
    margin-bottom: 3.4rem;
    padding: 3.4rem;
  }

  .option-div.flex-col {
    padding: 5.1rem;
  }

  .option-text-container.mobil {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .option-text-container.displ {
    display: none;
  }

  .text-dark-small {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .option-icon {
    width: 10.2rem;
    height: 10.2rem;
  }

  .next-button {
    width: 45%;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .next-button.margin.size {
    border-radius: 4px;
    width: 100%;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    font-size: 3rem;
    line-height: 4rem;
    text-decoration: none;
  }

  .btn-next-arrow {
    width: 3.4rem;
    height: 3.4rem;
  }

  .s2 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .s2._w-select {
    background-size: 5rem;
    height: 10.2rem;
    padding-left: 3rem;
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .chips-wrapper {
    margin-top: 3rem;
  }

  .paragraph {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }

  .back-button {
    width: 45%;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .input {
    height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .input.height {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .text-grey-small.absolute-position {
    font-size: 2.5rem;
    line-height: 3rem;
    bottom: 3.8rem;
  }

  .image-70 {
    width: 3.4rem;
    height: 3.4rem;
  }

  .input-fee-per-hour {
    width: 100%;
    max-width: 100%;
    height: 8.5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hack17-counter-input._w-input {
    height: 6rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .hack-counter-button-up {
    width: 8rem;
    height: 6rem;
  }

  .pages-counter-wrapper {
    width: 100%;
  }

  .tooltip-img {
    width: 3rem;
  }

  .tooltip-text {
    width: 34rem;
    font-size: 2.5rem;
    line-height: 3rem;
    top: 4.1rem;
    left: -14.7rem;
  }

  ._1order_deadline.hack17-down {
    background-size: 5rem;
    justify-content: center;
    max-width: 100%;
    height: 9rem;
    min-height: 9rem;
    max-height: 9rem;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 3rem;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 4rem;
  }

  .div-block-537 {
    flex-flow: column;
    margin-bottom: 3.4rem;
  }

  .div-block-538 {
    background-image: url('../images/Group-1.svg');
    background-position: 101% 0;
    background-size: auto;
  }

  .image-71 {
    display: none;
  }

  .div-block-539 {
    width: 50rem;
    margin-top: 5.1rem;
    margin-bottom: 5.1rem;
  }

  .div-block-540 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.4rem;
  }

  .div-block-541 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .input-email {
    height: 8.5rem;
    margin-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .div-button {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .text-block {
    text-align: right;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    font-size: 2.6rem;
    line-height: 3.4rem;
  }

  .submit-button {
    text-align: center;
    width: 100%;
  }

  .list-2 {
    width: 100%;
    max-width: 300px;
    max-height: 140px;
  }

  .list-2.categ {
    width: 100%;
    max-width: 82rem;
    max-height: 24rem;
    bottom: 11.8rem;
  }

  .list-item-2 {
    height: 6.5rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .list-item-2.marg-mob {
    margin-bottom: 10px;
  }

  .search-terms-wrapper {
    display: block;
  }

  .search-terms-wrapper.categ {
    display: flex;
  }

  .list-term {
    line-height: 18px;
  }

  .text-category.tip {
    background-size: 5rem;
    height: 10.2rem;
    padding-left: 3rem;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 4.4rem;
  }

  .text-category.tip::placeholder {
    font-size: 3.4rem;
  }

  .tasks-counter-wrapper {
    width: 100%;
  }

  .task-counter-input {
    height: 6rem;
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .task-counter-input::placeholder {
    font-size: 3.4rem;
  }

  .task-counter-button-down, .task-counter-button-up, .hack-counter-button-down {
    width: 8rem;
    height: 6rem;
  }

  .button-yes {
    margin-right: 3em;
    padding: 2rem 3rem;
  }

  .text-but {
    font-size: 3rem;
    line-height: 4rem;
  }

  .div-button-yes-no {
    margin-top: 3.4rem;
  }

  .button-no {
    padding: 2rem 3rem;
  }

  .div-block-544 {
    flex-flow: column;
  }

  .div-brand {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
    display: flex;
  }

  .div-block-545 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 3.4rem;
    display: flex;
  }
}


@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}