:root {
  --white: white;
  --black: black;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section {
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.fon {
  height: 100%;
  background-color: rgba(241, 244, 249, .89);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-fon {
  z-index: 1;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px 2.5vw;
  display: flex;
}

.div-total-text {
  width: 41%;
  max-width: 515px;
}

.logo {
  width: 32%;
  max-width: 165px;
}

.div-h1 {
  flex-direction: column;
  margin-top: 2.5vw;
  display: flex;
}

.h1 {
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.div-total-shag {
  margin-top: 30px;
}

.div-shag {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-shag._3 {
  margin-bottom: 0;
}

.image-shag {
  max-width: 3.89vw;
  margin-right: 16px;
}

.h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.div-block, .div-block-2, .div-block-3 {
  display: flex;
}

.div-block-4 {
  width: 44%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer {
  color: #f1f4f9;
  margin-top: 5px;
}

.footer.mob {
  display: none;
}

.text-block {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-2 {
  margin-top: 14px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-block {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.form-block._2 {
  display: none;
}

.multistep-tabs {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.multistep-tabs-menu {
  display: none;
}

.multistep-tabs-content {
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tab-pane-tab-1, .tab-pane-tab-1-2, .tab-pane-tab-1-3, .tab-pane-tab-1-4 {
  margin-bottom: 0;
}

.tab-pane-tab-1-5 {
  width: 100%;
}

.tab-pane-tab-1-6, .tab-pane-tab-1-7 {
  width: 100px;
}

.tab-pane-tab-1-8 {
  max-width: 100%;
}

.tab-pane-tab-1-9, .tab-pane-tab-1-10 {
  max-width: 100px;
}

.tab-pane-tab-1-11 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-bottom: 40px;
  padding-left: 64px;
  padding-right: 64px;
}

.text-field {
  height: 50px;
  color: #0d1d4a;
  cursor: text;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.text-field:focus {
  background-color: #fff;
}

.text-field:focus-visible {
  background-color: #fff;
}

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

.text-field::-ms-input-placeholder {
  color: #c2c2c2;
  background-color: #fff;
}

.text-field::placeholder {
  color: #c2c2c2;
  background-color: #fff;
}

.filter_form {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-pri {
  color: #0d1d4a;
  background-color: #f6f6f6;
  background-image: url('../images/Group-7-4.svg');
  background-position: 93% 0;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4vw;
  margin-bottom: 2.5rem;
  padding: 16px 48px 0 3rem;
  display: flex;
}

.text {
  margin-right: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text.pad-rg {
  padding-right: 5px;
}

.image {
  width: 39%;
  height: 100%;
  max-height: 193px;
  max-width: 191px;
}

.image.size {
  width: 27%;
  max-width: 123px;
}

.image.size.marginl {
  margin-left: 25px;
}

.image.size-b {
  width: 39%;
  max-width: 178px;
}

.div-total-input {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: auto;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  height: 100%;
  padding-bottom: 40px;
  padding-left: 64px;
  padding-right: 64px;
}

.div-text-step {
  color: #0d1d4a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.text-block-3 {
  color: #93a1c8;
  font-size: 16px;
}

.field-label, .field-label-2 {
  color: #93a1c8;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2 {
  margin-bottom: 16px;
}

.button {
  width: 50%;
  background-color: #7d2aeb;
  background-image: url('../images/Arrow.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button._1 {
  width: 100%;
  background-image: url('../images/Arrow.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: auto;
}

.submit-button {
  width: 100%;
  background-color: #7d2aeb;
  border-radius: 5px;
}

.button-2 {
  width: 100%;
  background-color: #7d2aeb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.div {
  width: 100%;
  height: 100%;
  max-width: 1344px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-form {
  width: 90%;
  height: 100%;
  max-width: 494px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

._1order_deadline {
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  height: 50px;
  max-height: 50px;
  max-width: 100%;
  min-height: 50px;
  cursor: pointer;
  background-color: #f6f6f6;
  background-image: url('../images/Calendar.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-width: 1px;
  border-color: #e3e8f2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

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

._1order_deadline.hack17-down::-ms-input-placeholder {
  color: #c2c2c2;
}

._1order_deadline.hack17-down::placeholder {
  color: #c2c2c2;
}

.text-field-3 {
  height: 50px;
  color: #000;
  cursor: text;
  border-radius: 4px;
  margin-bottom: 0;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .25);
}

.text-field-4 {
  height: 50px;
  color: #0d1d4a;
  cursor: text;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.text-field-4::-ms-input-placeholder {
  color: #c2c2c2;
}

.text-field-4::placeholder {
  color: #c2c2c2;
}

.div-total-tip {
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.textarea {
  width: 100%;
  height: 70px;
  max-width: 478px;
  color: #0d1d4a;
  cursor: text;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.textarea::-ms-input-placeholder {
  color: #c2c2c2;
}

.textarea::placeholder {
  color: #c2c2c2;
}

.body {
  height: 100%;
  color: #383838;
  background-color: #1bb5df;
  font-family: "Exo 2", sans-serif;
}

.submit-button-2 {
  width: 50%;
  cursor: pointer;
  background-color: #7d2aeb;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

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

.button-3 {
  width: 50%;
  color: #7d2aeb;
  background-color: #f2eafd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.next-button {
  width: 50%;
  color: #fff;
  background-color: #7d2aeb;
  background-image: url('../images/Arrow.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.next-button._1step {
  width: 100%;
  background-position: 60%;
}

.next-button._1step.button-tap {
  cursor: pointer;
  background-color: #383838;
  background-position: 62%;
  border-color: #383838;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
}

.next-button.button-tap {
  cursor: pointer;
  background-color: #383838;
  background-position: 75%;
  border: 2px solid #383838;
}

.back-button {
  width: 50%;
  color: #7d2aeb;
  background-color: #f2eafd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.back-button.button-tap {
  color: #383838;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #383838;
}

.div-block-5 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.slider {
  display: none;
}

.div-block-6 {
  width: 49%;
  height: 100%;
  max-width: 622px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.s3 {
  height: 50px;
  color: #0d1d4a;
  cursor: pointer;
  background-color: #f1f4f9;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 9px;
  font-size: 16px;
  display: none;
}

.html-embed {
  display: none;
}

.submit-button {
  width: 50%;
  background-color: #383838;
  border: 2px solid #383838;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.shadov-div2 {
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.filter_search-field {
  height: 48px;
  cursor: text;
  background-color: #f1f4f9;
  border: 1px solid #e3e8f2;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 16px;
  display: none;
}

.collection-list-wrapper {
  flex-direction: column;
  display: flex;
}

.collection-list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.collection-item {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.subjects {
  z-index: 1;
  height: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  padding: 16px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.image-2 {
  z-index: 0;
  width: 56%;
  max-width: 700px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cmsfilter_highlight {
  color: #0d1d4a;
  font-size: 16px;
}

.text-block-4 {
  color: #0d1d4a;
}

.collection-item-2 {
  margin-bottom: 16px;
}

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

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

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

.list-2.categ {
  width: 360px;
  max-width: 360px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 1px 22px rgba(0, 0, 0, .14);
}

.text-block-279 {
  color: #676767;
  margin-top: 37px;
  font-weight: 400;
}

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

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

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

.text-category.tip {
  height: 50px;
  color: #0d1d4a;
  background-color: #f6f6f6;
  background-image: url('../images/657c55a586e9972551d8fb09_search-1.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: solid;
  border-color: #e3e8f2;
  border-radius: 5px;
  padding: 0 37px 0 16px;
  font-size: 14px;
}

.text-category.tip.none {
  display: none;
}

.list-item-2 {
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 29px;
  display: flex;
  position: relative;
  top: 20px;
}

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

.list-item-2.padding {
  margin-bottom: 36px;
}

.list-item-2.padding.but.pad {
  margin-bottom: 42px;
}

.list-item-2.padding.q {
  margin-bottom: 34px;
}

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

.search-terms-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

.list-term {
  width: 100%;
  color: #1f1f1f;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 0;
}

.list-term.hide {
  z-index: 9999;
  width: 100%;
  color: #000b1b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 9%;
  left: 0%;
  right: 0%;
}

.list-term.hide:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-526 {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 1px solid #4e4aff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-14 {
  display: block;
}

.password {
  height: 52px;
  color: #2b2f3d;
  border: 2px solid #000;
  border-radius: 2px;
  padding: 10px 16px;
}

.password::-ms-input-placeholder {
  color: #2b2f3d;
}

.password::placeholder {
  color: #2b2f3d;
}

.password_confirm, .html-embed-2 {
  display: block;
}

.div-type {
  display: none;
}

.list-term2 {
  width: 100%;
  color: #000b1b;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 9%;
  left: 0%;
  right: 0%;
}

.div-block-529 {
  align-items: flex-end;
  font-family: Circe, sans-serif;
  font-weight: 700;
  display: flex;
}

.image-3 {
  width: 25%;
  max-width: 100px;
  position: relative;
  left: -14px;
}

.text-block-280 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-530 {
  align-items: center;
  display: flex;
}

.text-block-281 {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 25px;
  line-height: 31px;
}

.image-4 {
  max-width: 184px;
}

.heading-2 {
  color: #383838;
}

.image-mob, .image-mob.size2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section {
    max-height: 780vh;
  }

  .div-fon {
    padding-top: 30px;
  }

  .div-h1 {
    margin-top: 3vw;
  }

  .div-shag {
    margin-bottom: 16px;
  }

  .h3 {
    font-size: 18px;
  }

  .form-block {
    max-height: 100%;
    padding-bottom: 40px;
  }

  .text-field {
    font-size: 16px;
  }

  .div-pri {
    margin-top: 1.5vw;
    margin-bottom: 2.8rem;
    padding-left: 3rem;
    padding-right: 48px;
  }

  .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .image {
    max-width: 276px;
  }

  .div-form {
    width: 85%;
  }

  .s2 {
    font-size: 16px;
  }

  ._1order_deadline.hack17-down {
    width: 100%;
    max-width: 512px;
    font-size: 16px;
  }

  .text-field-4 {
    font-size: 16px;
  }

  .textarea {
    width: 100%;
    max-height: 72px;
    max-width: 512px;
    min-height: 72px;
    font-size: 16px;
  }

  .div-block-6 {
    height: auto;
  }

  .image-2 {
    width: 55%;
    display: block;
  }

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

  .text-block-281 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .div-fon {
    padding-top: 40px;
  }

  .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .div-shag {
    margin-bottom: 24px;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block {
    font-size: 16px;
  }

  .text-block-2 {
    margin-top: 16px;
    font-size: 16px;
  }

  .div-pri {
    margin-top: 1rem;
    margin-bottom: 2.8rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 48px;
  }

  .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .div-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._1order_deadline.hack17-down, .textarea {
    width: 100%;
    max-width: 512px;
  }

  .next-button.button-tap {
    background-color: #383838;
    border: 2px solid #383838;
  }

  .back-button.button-tap {
    color: #383838;
    background-color: #fff;
    border: 2px solid #383838;
  }

  .submit-button {
    background-color: #383838;
  }

  .image-2 {
    width: 56%;
    max-width: 800px;
  }

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

  .text-block-280 {
    font-size: 40px;
    line-height: 48px;
  }

  .text-block-281 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    height: 100%;
    max-height: none;
    justify-content: flex-start;
  }

  .div-fon {
    height: 100%;
    justify-content: flex-start;
  }

  .h3 {
    line-height: 24px;
  }

  .form-block {
    height: auto;
    max-height: 100%;
    min-height: 800px;
    justify-content: space-between;
  }

  .div-pri {
    margin-bottom: 3rem;
  }

  .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .div {
    height: 100%;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .next-button.button-tap {
    background-color: #383838;
    border-color: #383838;
  }

  .back-button.button-tap {
    color: #383838;
    border-color: #383838;
  }

  .div-block-6 {
    max-height: 100%;
    justify-content: space-between;
  }

  .submit-button {
    background-color: #383838;
  }

  .image-2 {
    width: 42%;
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .section {
    height: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-fon {
    flex: 1;
    padding: 30px;
  }

  .logo {
    width: 41%;
    max-width: 130px;
  }

  .div-h1 {
    margin-top: 32px;
  }

  .h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-total-shag {
    justify-content: space-between;
    display: flex;
  }

  .div-shag {
    margin-bottom: 32px;
    margin-right: 32px;
  }

  .div-shag._3 {
    margin-bottom: 20px;
  }

  .image-shag {
    max-width: 40px;
    margin-right: 20px;
  }

  .h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-4 {
    width: 100%;
    max-width: none;
  }

  .footer {
    margin-top: 5px;
    display: none;
  }

  .footer.mob {
    margin-top: 32px;
    display: block;
  }

  .text-block, .text-block-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .form-block {
    border-radius: 8px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .multistep-tabs-content {
    border-radius: 20px;
  }

  .tab-pane-tab-1-11 {
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field {
    height: 48px;
  }

  .div-pri {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 8px;
    margin-top: 35px;
    margin-bottom: 24px;
    padding: 28px 16px;
    position: relative;
  }

  .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .image {
    width: 100%;
    max-width: 143px;
    display: none;
  }

  .div-text-step {
    margin-bottom: 24px;
  }

  .div {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
  }

  .div-form {
    width: 100%;
    max-width: none;
  }

  .s2 {
    height: 48px;
  }

  ._1order_deadline.hack17-down {
    height: 48px;
    max-height: 48px;
    max-width: 100%;
    min-height: 48px;
    background-position: 97%;
  }

  .text-field-4 {
    height: 48px;
  }

  .textarea {
    width: 100%;
    max-width: 100%;
  }

  .body {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .next-button._1step.button-tap {
    background-position: 63%;
  }

  .next-button.button-tap {
    width: 100%;
    background-position: 57%;
    order: -1;
    margin-bottom: 8px;
    padding-right: 24px;
  }

  .back-button.button-tap {
    width: 100%;
    margin-right: 0;
  }

  .div-block-6 {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .submit-button {
    width: 100%;
    background-image: none;
    order: -1;
    margin-bottom: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .image-2 {
    display: block;
  }

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

  .text-category.tip {
    height: 48px;
    background-image: url('../images/657c55a586e9972551d8fb09_search-1.svg');
    padding-right: 33px;
  }

  .list-item-2.padding.but.pad {
    margin-bottom: 48px;
  }

  .list-term2 {
    line-height: 22px;
  }

  .image-3 {
    width: 10%;
  }

  .text-block-280 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-530 {
    align-items: center;
  }

  .image-mob {
    width: 80px;
    max-width: 80px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 59px;
  }

  .image-mob.size3 {
    width: 97px;
    max-width: 97px;
    display: block;
  }

  .image-mob.size2 {
    width: 74px;
    max-width: 74px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: none;
  }

  .div-fon {
    padding: 24px;
  }

  .logo {
    width: 25%;
    max-width: 132px;
  }

  .h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-total-shag {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.3vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .div-shag {
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 2vw;
  }

  .div-shag._3 {
    margin-right: 0;
  }

  .image-shag {
    margin-right: 12px;
  }

  .h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-4 {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    display: none;
  }

  .footer.mob {
    flex-direction: column;
    margin-top: 32px;
    display: flex;
  }

  .text-block-2 {
    padding-right: 0;
  }

  .form-block {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .tab-pane-tab-1-11 {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-pri {
    margin-top: 35px;
    margin-bottom: 4vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 90px;
  }

  .div-pri._3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text {
    margin-right: 16px;
  }

  .image {
    width: 100%;
    max-width: 143px;
  }

  .div {
    flex-direction: column;
  }

  ._1order_deadline.hack17-down, .textarea {
    max-width: 650px;
  }

  .body {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .next-button._1step.button-tap {
    background-position: 56%;
    padding-right: 56px;
  }

  .next-button.button-tap {
    background-position: 60%;
    padding-right: 30px;
  }

  .slider {
    display: none;
  }

  .div-block-6 {
    width: 100%;
    max-width: 100%;
  }

  .submit-button {
    background-image: none;
  }

  .collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subjects {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .list-item-2.padding.but.pad {
    margin-bottom: 46px;
  }

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

  .image-3 {
    width: 20%;
    max-width: 80px;
  }

  .text-block-280 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-mob, .image-mob.size3, .image-mob.size2 {
    right: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 17px;
    line-height: 20px;
  }

  .section {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: space-between;
  }

  .div-fon {
    justify-content: space-between;
    padding: 16px 0 16px 16px;
  }

  .logo {
    width: 100%;
    max-width: 99px;
  }

  .div-h1 {
    margin-top: 30px;
  }

  .h1 {
    margin-right: 16px;
  }

  .div-total-shag {
    display: none;
  }

  .div-shag {
    margin-right: 0;
  }

  .div-shag._3 {
    margin-bottom: 32px;
  }

  .div-shag._1s {
    width: auto;
    max-width: 190px;
    align-items: center;
    display: flex;
  }

  .div-shag._2s {
    width: 100%;
  }

  .h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .h3.size {
    width: 104px;
  }

  .div-block-4 {
    height: auto;
  }

  .text-block-2 {
    padding-right: 16px;
  }

  .form-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .text-field::placeholder {
    font-size: 14px;
  }

  .div-pri {
    background-size: contain;
    margin-top: 35px;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 85px;
  }

  .div-pri._3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 105px;
  }

  .text {
    margin-right: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .image {
    width: 100%;
    max-width: 104px;
  }

  .div-text-step {
    margin-bottom: 16px;
  }

  .text-block-3, .field-label, .field-label-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .div {
    flex: 0 auto;
    justify-content: flex-start;
  }

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

  ._1order_deadline.hack17-down {
    height: 40px;
    max-height: 40px;
    max-width: 404px;
    min-height: 40px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  ._1order_deadline.hack17-down::-ms-input-placeholder {
    font-size: 14px;
  }

  ._1order_deadline.hack17-down::placeholder {
    font-size: 14px;
  }

  .text-field-4 {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-field-4::-ms-input-placeholder {
    font-size: 14px;
  }

  .text-field-4::placeholder {
    font-size: 14px;
  }

  .textarea {
    height: 72px;
    max-height: 72px;
    max-width: 404px;
    min-height: 72px;
    font-size: 16px;
    line-height: 18px;
  }

  .textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .textarea::placeholder {
    font-size: 14px;
  }

  .body {
    height: 100%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: space-between;
  }

  .submit-button-2 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

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

  .next-button._1step.button-tap {
    background-position: 59%;
    padding-right: 40px;
  }

  .next-button.button-tap {
    width: 100%;
    height: 40px;
    background-position: 59%;
    padding-right: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .back-button.button-tap {
    width: 100%;
    height: 40px;
    order: 1;
    margin-top: 8px;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .heading {
    font-size: 17px;
    line-height: 20px;
  }

  .slider {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .mask {
    width: 60%;
    height: 100%;
    overflow: visible;
  }

  .icon, .icon-2 {
    display: none;
  }

  .left-arrow, .right-arrow {
    width: 40px;
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .slide {
    width: auto;
    max-width: none;
    margin-right: 16px;
  }

  .div-block-6 {
    height: 100%;
    max-width: none;
    padding-right: 16px;
  }

  .s3 {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .submit-button {
    height: 40px;
    background-position: 190px;
    font-size: 14px;
    line-height: 18px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .subjects {
    padding: 16px;
  }

  .image-2 {
    z-index: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 44%;
    right: 0%;
  }

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

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

  .text-category.tip {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
  }

  .text-category.tip::-ms-input-placeholder {
    font-size: 14px;
  }

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

  .list-item-2 {
    margin-bottom: 28px;
  }

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

  .list-item-2.padding.but, .list-item-2.padding.but.pad {
    margin-bottom: 38px;
  }

  .list-item-2.padding.but.pad.mob {
    margin-bottom: 42px;
  }

  .list-item-2.but {
    margin-bottom: 36px;
  }

  .list-item-2.pad {
    margin-bottom: 35px;
  }

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

  .list-term.hide, .list-term2 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-529 {
    margin-bottom: 8px;
  }

  .image-3 {
    display: none;
  }

  .text-block-281 {
    font-size: 17px;
    line-height: 25px;
  }

  .image-4 {
    max-width: 147px;
  }

  .image-mob, .image-mob.size3, .image-mob.size2 {
    right: 16px;
  }
}


@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;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}