body {
  margin: 0;
  padding: 0;
}
.header-wrapper {
  background: url("image/fura.png") 129% 50% no-repeat;
  min-height: 600px;
  display: flex;
}
.header__inner {
  background: linear-gradient(to right, #F2F5F7 50%, transparent 50%);
  flex: 1 1 100%;
}
.text-block {
  display: flex;
  flex-direction: column;
  width: 1360px;
  margin: 0 auto;
}
.top-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 1360px;
  margin: 0 auto;
}
.block-triple {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inblock {
  min-width: 377px;
  margin-right: 15px;
}
.style-input__mini {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #034899;
  color: #504B4B;
  padding: 15px 14px;
  min-width: 219px;
  outline: none;
}
.title-text {
  text-transform: uppercase;
  margin-top: 79px;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 500;
}
.description-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  font-feature-settings: 'cpsp' on;
  color: #1B1717;
  max-width: 485px;
}
.otziv-btn {
  width: 222px;
  height: 58px;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-top: 40px;
  background: #F44336;
  outline: none;
  border: none;
  border-radius: 5px;
  color: #fff;
}
.otziv-btn:hover {
  color: #F44336;
  background: #fff;
  border: 2px solid #F44336;
  border-radius: 5px;
}
.otziv-btn:active {
  color: #F44336;
  background: #fff;
  border: 2px solid #F44336;
  border-radius: 5px;
}
.advantages {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 1360px;
  margin: 0 auto;
  margin-top: 120px;
  flex-direction: column;
}
.advantages-wrapper {
  display: flex;
}
.advantages__title {
  color: #1B1717;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 15px;
}
.advantages__description {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.head-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  margin-bottom: 50px;
}
.advantage-body {
  width: 100%;
  margin-right: 14px;
}
.advantages__image {
  margin-bottom: 20px;
}
.span-red {
  color: #E6330F;
}
.common-container {
  display: flex;
  max-width: 1520px;
  width: 100%;
  background: #F2F5F7;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 50px;
}
.requirements-wrapper {
  width: 1360px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 100px 0;
}
.second {
  width: 100%;
}
.requirements__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 80%;
}
.list {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.list::after {
  position: absolute;
  content: '';
  left: -40px;
  top: 0;
  background: url(image/checked.png);
  width: 25px;
  height: 25px;
}
.partnership {
  background: url(image/carlocal.png) -15% no-repeat;
  margin-top: 120px;
}
.partnership-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  min-height: 435px;
}
.left-image {
  width: 60%;
}
.right-description {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
}
.right-container {
  width: 41%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  flex: 1 1 50%;
}
.stages {
  width: 1360px;
  margin: 0 auto;
  margin-top: 120px;
}
.stages-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.third {
  width: 50%;
}
.checklist-wrapper {
  width: 50%;
}
.num {
  color: #E6330F99;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-right: 10px;
}
.checklist {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #1B1717;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BEB6B6;
}
.btn-block {
  width: 1360px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 120px;
}
.butn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #034899;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 28px 106px;
  text-transform: uppercase;
}
.butn:hover {
  background: #034899;
  color: #fff;
}
.button-fiz {
  border: 1px solid #034899;
  border-radius: 5px 0 0 5px;
  width: 100%;
}
.button-ur {
  border: 1px solid #034899;
  border-radius: 0px 5px 5px 0px;
  width: 100%;
}
.formblock {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  width: 1120px;
  margin: 0 auto;
}
.fourth {
  display: flex;
  flex-direction: column;
  flex: 0 0 40%;
}
.form-information {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
}
.style-input::placeholder {
  color: #504B4B;
}
.ttt {
  width: 200px;
    height: 60px;
    background: #fff;
}
.phone {
  height: 50px;
  width: 100%;
}
.autoinfo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 17px 15px;
  width: 100%;
  height: 100px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #034899;
  resize: none;
  border-radius: 5px;
  margin-top: 15px;
}
.fio {
  width: 100%;
  height: 50px;
  margin-right: 15px;
}
.autoinfo::placeholder {
  color: #504B4B;
}
.autoinfo:focus-visible {
  outline: none;
}
.style-input {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #034899;
  color: #504B4B;
  padding: 15px 14px;
  width: 100%;
  min-width: 277px;
}
.style-input:focus-visible {
  outline: none;
}
.first-tag {
  display: flex;
}
.select-town {
  width: 687px;
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #504B4B;
  border-radius: 5px;
  border: 1px solid #034899;
}
.select-town:focus-visible {
  outline: none;
}
.questions {
  width: 1360px;
  margin: 0 auto;
  flex-direction: column;
  margin-top: 120px;
}
.task {
  border-bottom: 1px solid #BEB6B6;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding-bottom: 30px;
  padding-top: 30px;
}
.quest {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #1B1717;
  display: flex;
  flex: 0 0 48%;
}
.request {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #1B1717;
  max-width: 687px;
}
.popup-wrap {
  display: block;
  position: absolute;
  z-index: 20;
  width: 1164px;
  background: #fff;
  height: 555px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  filter: drop-shadow(0px 4px 20px rgba(55, 55, 58, 0.15));
}
.popup-logo {
  margin-left: 50px;
  margin-top: 50px;
  margin-left: 50px;
  margin-top: 50px;
  width: 152px;
  height: 51px;
  background: url(image/logopop.png);
}
.top-pop {
  display: flex;
  flex-direction: row;
  column-gap: 75%;
}
.popup-title {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
}
.popup-body {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 140%;
  text-align: center;
  color: #1B1717;
}
.close-pop {
  margin-top: 50px;
  background: #034899;
  border-radius: 5px;
  width: 54px;
  height: 54px;
}
.close-pop:hover {
  background: #fff;
  border: 2px solid #034899;
}
.close-pop:hover > .close-img {
  background: url(image/close.png) no-repeat;
  width: 20px;
  height: 20px;
  margin: 15px;
}

.close-img {
  background: url(image/closehov.png) no-repeat;
  width: 20px;
  height: 20px;
  margin: 17px;
}
@media (max-width: 640px) {
  .text-block {
    width: auto;
  }
  .block-triple {
    flex-direction: column;
  }
  .style-input__mini {
    width: 100%;
  }
  .pass-style {
    margin-left: 0 !important;
  }
  .double-input {
    display: flex;
    flex-direction: column;
  }
  .radio-wrapr {
    flex-direction: column !important;
  }
  .title-text {
    margin-top: 30px;
  }
  .header-wrapper {
    text-align: center;
    background: #F2F5F7;
  }
  .otziv-btn {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .advantages__image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .third {
    width: auto;
  }
  .requirements__list {
    text-align: center;
  }
  .right-description {
    text-align: center;
  }
  .right-container {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .description-text {
    margin: 0 auto;
  }
  .checklist-wrapper {
    width: auto;
    text-align: center;
  }
  .quest {
    margin: 0 auto;
  }
  .head-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .second {
    margin-bottom: 30px;
  }
  .partnership-wrapper {
    min-height: auto;
  }
  .partnership {
    background: none;
    margin-top: 0;
  }
  .advantages {
    width: auto;
    text-align: center;
  }
  .advantages-wrapper {
    flex-direction: column;
  }
  .common-container {
    width: auto;
  }
  .requirements-wrapper {
    width: auto;
    flex-direction: column;
    padding: 30px 0;
  }
  .stages {
    width: auto;
    margin-top: 0;
  }
  .stages-wrapper {
    flex-direction: column;
  }
  .btn-block {
    width: auto;
    flex-direction: column;
    margin-top: 30px;
  }
  .questions {
    width: auto;
  }
  .formblock {
    flex-direction: column;
    width: auto;
  }
  .task {
    flex-direction: column;
    text-align: center;
  }
  .left-image {
    display: none;
  }
  .first-tag {
    display: flex;
    flex-direction: column;
  }
  .fio {
    width: auto;
  }
  .fio-small {
    margin-right: 0 !important;
  }
  .date-style {
    margin-right: 0 !important;
    min-width: none !important;
  }
  .phone {
    width: auto;
  }
}
/*tabs*/
.tabs {
  width: 100%;
}
.tabs__link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #034899;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 28px 106px;
  text-transform: uppercase;
  text-decoration: none;
}
.tabs__link:hover {
  color: #034899;
}
.tabs__link_active:hover {
  color: #fff;
}
.tabs__link:active {
  background: #034899;
  color: #fff;
}
.tabs__link {
  border: 1px solid #034899;
  width: 100%;
}
.one {
  border-radius: 5px 0 0 5px;
}
.two {
  border-radius: 0 5px 5px 0;
}
.tabs__link_active {
  background: #034899;
  color: #fff;
}
.tabs__nav {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 1200px;
}
.select-city {
  background: #fff;
}
.tabs__content {
  padding: 1rem;
}
.tabs__pane {
  display: none;
}
.tabs__pane_show {
  display: block;
  background: #F2F5F7;
  border-radius: 15px;
  padding: 100px 0;
}

/*drag'n'drope*/
.note {
  width: 500px;
  margin: 50px auto;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}
#drop-area {
  border: 1px solid #034899;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  margin: 15px auto 0 auto;
  padding: 20px 40px;
  position: relative;
}
#drop-area::before {
  position: absolute;
  width: 14px;
  height: 12px;
  content: '';
  background: url(image/photo_png.png);
  left: 16px;
  top: 19px;
}
#drop-area.highlight {
  border-color: #034899;
}
p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}
#gallery {
  margin-top: 10px;
}
#gallery img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.button-add {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  color: #034899;
  font-family: 'Roboto', sans-serif;
}
.step-style {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
.step_next:hover, .step_back:hover {
  background: #fff;
  color: #034899;
}
.step_next {
  color: #fff;
  background: #034899;
  cursor: pointer;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  border: 2px solid #034899;
  width: 175px;
  height: 50px;
  padding: 12px 55px;
}
.step_back {
  color: #fff;
  background: #034899;
  cursor: pointer;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  border: 2px solid #034899;
  width: 175px;
  height: 50px;
  padding: 12px 55px;
  margin-right: 30px;
}
.button:hover {
  text-decoration: underline;
}
#fileElem, #fileElemTen {
  display: none;
}
.styling-block {
  display: flex;
  margin-top: 20px;
}
.agree {
  margin-right: 5px;
  width: auto;
  height: auto;
}
.add {
  width: 175px;
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  background: #034899;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.add:hover {
  border: 2px solid #144886;
  background: #fff;
  color: #034899;
}
.add:disabled {
  color: #9B999A;
  border-radius: 5px;
  background: #C5C6C7;
  border: none;
}
.formblock {
  min-height: auto;
}
.fio-container {
  margin-right: 0;
}
.style-input__ad:focus-visible {
  outline: none;
}
.style-input__ad {
  min-height: 70px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid #034899;
  color: #504B4B;
  padding: 15px 14px;
  min-width: 277px;
}
.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.input-container__title {
  position: absolute;
  top: 18px;
  left: 12px;
  font-size: 12px;
  color: #333333;
  display: none;
}
.big {
  padding: 15px 14px 30px 14px;
}
.pass-style {
  margin-right: 0;
  margin-left: 15px;
}
#mestorojd-error {
  color: #E6330F;
  border: none;  
}
#adrfact-error {
  color: #E6330F;
  border: none;  
}
#adrprop-error {
  color: #E6330F;
  border: none;
}
#NAME-error {
  color: #E6330F;
  border: none;
}
#fio-error {
  color: #E6330F;
  border: none;
}
#phone-error {
  color: #E6330F;
  border: none;
}
.error {
  border: 1px solid #E6330F;
}
.style-input:focus + .input-container__title {
  display: block
}
.style-input:focus::placeholder {
  color: transparent;
}
.input-container__body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
}
.bottoms-block {
  background: url(image/bottomrig.png) 130% 0 no-repeat;
  min-height: 500px;
  margin-top: 120px;
}
.bottoms-block__wrapper {
  width: 1360px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
}
.bottoms-block__left {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}
.bottoms-block__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 140%;
  margin-bottom: 50px;
}
.bottoms-block__phones {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 130%;
}
.conf-polit {
  border-bottom: 1px solid rgba(80, 75, 75, 0.7);
  text-decoration: none;
  color: #504B4B;
}
.conf-polit:hover {
  border-bottom: none;
}
/*select*/
.__select {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
  background: #fff;
}
.__select[data-state="active"] .__select__title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.__select[data-state="active"] .__select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.__select[data-state="active"] .__select__content {
  opacity: 1;
}
.__select[data-state="active"] .__select__label + .__select__input + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}
.__select__title {
  display: flex;
  width: 100%;
  padding: 15px 175px 15px 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #504B4B;
  border-radius: 5px;
  border: 1px solid #034899;
}
.__select__title::before, .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #034899;
  transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
  border-color: #034899;
}
.__select__title:hover::before, .__select__title:hover::after {
  background-color: #034899;
}
.bold {
  font-weight: bold;
}
.jq-selectbox__select-text {
  width: auto;
}
.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  color: #333333;
}
.reset:hover {
  color: #ffffff;
}
.__select__content {
  position: absolute;
  top: 43px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #034899;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}
.__select__input {
  display: none;
}
.__select__input:checked + label {
  background-color: #dedede;
  color: #0267DE;
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.__select__label + input + .__select__label {
  border: 0 solid #034899;
}
.__select__label:hover {
  color: #0267DE;
}
.jq-selectbox {
  width: 100%;
}
.jq-selectbox__select {
  width: 100%;
  padding: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #504B4B;
  border-radius: 5px;
  border: 1px solid #034899;
}
.jq-selectbox__dropdown {
  margin-top: 28px;
  top: 0 !important;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
.jq-selectbox__dropdown ul {
  max-height: 300px;
  padding-left: 0;
  border: 1px solid #0267DE;
  background: #fff;
}
.jq-selectbox li.disabled {
  display: none;
}
.jq-selectbox li {
  border-top: 1px solid #0267de;
}
.jq-selectbox li:hover {
  color: #0267de;
}
.styler::after, .styler::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #034899;
  transform: translate(-3px, -50%) rotate(45deg);
}
.jq-selectbox li {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  padding: 15px 175px 15px 15px;
}
.styler::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.title-form {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 130%;
  margin-bottom: 30px;
}
.stage-form {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #1B1717;
  opacity: 0.7;
  margin-bottom: 15px;
}
.double-input {
  display: flex;
  justify-content: space-between;
}
.title-radio {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #504B4B;
  margin-right: 15px;
}
.radio-wrap {
  display: flex;
  flex-direction: row;
  min-width: 376px;
}
.radio-wrapr {
  display: flex;
  flex-direction: row;
  min-width: 376px;
}
.radio-wrapr__inner {
  margin-right: 20px;
}
.left-radio-wrap {
  margin-top: 30px;
  display: flex;
  min-width: 376px;
  margin-right: 20px;
}
.radio-wrap__inner {
  margin-right: 20px;
}
.fio-small {
  width: auto;
  margin-right: 15px;
}
input.style-input:disabled , .fio-small:disabled {
  background: #fff;
  border: 1px solid #C5C6C7;
  color: #C5C6C7;
}
.input.style-input::placeholder {
  color: #C5C6C7;

}
.quantity-small {
  width: auto;
  min-width: 277px;
}
.title-inf {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #1B1717;
  margin-top: 30px;
  margin-bottom: 15px;
}
.style-lab {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #504B4B;
}
.text-form {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: rgba(27, 23, 23, 0.8);
}
.date-style {
  position: relative;
  width: auto;
  margin-right: 15px;
  min-width: 376px;
}
.date-style:before:disabled {
  background: url(image/cil_calendar1.png);
}
input.style-input::placeholder:disabled {
  color: #C5C6C7;
}
.date-style::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(image/cil_calendar.png);
  right: 20px;
  top: 30px;
}

input.datetimepicker {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #034899;
  color: #504B4B;
  padding: 15px 14px;
  height: 51px;
  margin-top: 15px;
  width: 100%;
}
.norm {
  margin-right: 15px;
}
.block-date {
  display: flex;
}
.block-address {
  display: flex;
  flex-direction: column;
}
.datetimepicker:focus-visible {
  outline: none;
}
.hidden {
  display: none;
}
.fio-fiz {
  width: 395px;
}
.phone-fiz {
  width: auto;
}
@media (min-width: 1000px) {
  .left-bl {
    width: 40%;
    margin-top: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .header-wrapper {
    background: url(image/fura.png) 117% 50% no-repeat;
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  .header-wrapper {
    background: url(image/fura.png) 105% 50% no-repeat;
  }
  .left-image {
    width: 60%;
  }
  .right-container {
    width: 40%;
  }
  .partnership {
    background: url(image/carlocal.png) -10% 50% no-repeat
  }
  .bottoms-block {
    background: url(image/bottomrig.png) 100% 0 no-repeat;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .header-wrapper {
    background: url(image/fura.png) 105% 50% no-repeat;
  }
  .left-image {
    width: 60%;
  }
  .right-container {
    width: 40%;
  }
  .partnership {
    background: url(image/carlocal.png) -20% 50% no-repeat;
  }
}
@media (min-width: 1801px) and (max-width: 2000px) {
  .header-wrapper {
    background: url(image/fura.png) 94% 50% no-repeat;
  }
  .left-image {
    width: 50%;
  }
  .right-container {
    width: 50%;
  }
  .partnership {
    background: url(image/carlocal.png) 0% 50% no-repeat
  }
  .bottoms-block {
    background: url(image/bottomrig.png) 100% no-repeat;
  }
}
@media (max-width: 320px) {
  .tabs__nav {
    flex-direction: column;
    width: auto;
  }
  .fio {
    max-width: 100%;
  }
  .fio-fiz {
    width: 100% !important;
  }
  .select-town {
    width: 100%;
  }
  .jq-selectbox__dropdown {
    width: 300px !important;
  }
  .jq-selectbox__dropdown ul {
    overflow: auto;
  }
  .right-container {
    text-align: center;
  }
  .step-style {
    flex-direction: column;
    margin: 30px auto 0;
    align-items: center;
  }
  .step_back {
    margin-right: 0;
    margin-bottom: 5px;
  }

  #drop-area {
    width: auto;
  }
  .autoinfo {
    width: auto;
  }
  .title-text {
    font-size: 30px;
    margin-top: 30px;
  }
  .right-description {
    font-size: 25px;
  }
  .bottoms-block {
    background: none;
    min-height: auto;
    margin-top: 60px;
  }
  .date-style, .fio-small {
    width: 100% !important;
    min-width: auto !important;
  }
  .quantity-small {
    min-width: auto;
  }
  .radio-wrapr {
    min-width: auto;
  }
  .left-radio-wrap {
    flex-direction: column;
  }
  .bottoms-block__title {
    text-align: center;
  }
  .bottoms-block__phones {
    text-align: center;
    font-size: 30px;
  }
  .bottoms-block__left {
    margin-top: 0;
  }
  .tabs__pane_show {
    padding: 30px 10px;
  }
  .tabs__content {
    padding: 0 10px;
  }
  .fio {
    width: 100%;
  }
  .jq-selectbox__select {
    width: auto;
  }
  .questions {
    margin: 0 20px;
  }
  .checklist {
    padding-left: 20px;
    text-align: left;
  }
  
}
@media (min-width: 640px) and (max-width: 959px) {
  .stages, .text-block, .advantages, .common-container, .requirements-wrapper, .btn-block, .tabs__nav, .questions, .bottoms-block__wrapper, .jq-selectbox__select-text {
    width: auto;
  }
}
@media (min-width: 321px) and (max-width: 380px) {
  .tabs__nav {
    flex-direction: column;
  }
  .jq-selectbox__select {
    width: auto;
  }
  .checklist-wrapper {
    text-align: left;
  }
  .checklist {
    padding-left: 20px;
    text-align: left;
  }
  .fio {
    width: 100%;
  }
  .tabs__pane_show {
    padding: 30px 10px;
  }
  .tabs__content {
    padding: 0;
  }
  .btn-block {
    margin-top: 30px;
  }
  .jq-selectbox__select-text {
    width: auto;
  }
  .phone {
    width: auto;
  }

  #drop-area {
    width: auto;
  }
  .select-town {
    width: auto;
  }
  .title-text {
    font-size: 30px;
  }
  .right-description {
    font-size: 25px;
  }
  .bottoms-block {
    background: none;
    min-height: auto;
    margin-top: 60px;
  }
  .bottoms-block__wrapper {
    width: auto;
  }
  .bottoms-block__title {
    text-align: center;
  }
  .bottoms-block__phones {
    text-align: center;
    font-size: 30px;
  }
  .bottoms-block__left {
    margin-top: 0;
  }
}
@media  (max-width: 480px) {
  .fio {
    max-width: 100%;
  }
  .jq-selectbox__dropdown {
    max-width: 460px;
  }
  .fio-small {
    margin-right: 0 !important;
  }
  .date-style {
    margin-right: 0 !important;
    min-width: 0 !important;
  }
  .quantity-small {
    min-width: auto;
  }
  .radio-wrapr {
    min-width: auto;
  }
  .fio-fiz {
    width: 100% !important;
  }
  .select-town {
    width: 100%;
  }
  .right-container {
    text-align: center;
  }
  .jq-selectbox__dropdown {
    width: 460px;
  }
  
  .tabs__nav {
    flex-direction: column;
  }
  .title-text {
    font-size: 30px;
  }
  .right-description {
    font-size: 25px;
  }
  .one {
    border-radius: 0;
  }
  .two {
    border-radius: 0;
  }
  .title-text {
    font-size: 30px;
  }
  .right-description {
    font-size: 25px;
  }
  .bottoms-block {
    background: none;
    min-height: auto;
    margin-top: 60px;
  }
  .bottoms-block__wrapper {
    width: auto;
  }
  .bottoms-block__title {
    text-align: center;
  }
  .bottoms-block__phones {
    text-align: center;
    font-size: 30px;
  }
  .bottoms-block__left {
    margin-top: 0;
  }
  .jq-selectbox__select-text {
    width: 100%;
  }
  .popup-wrap {
    width: 100%;
    max-width: 400px;
    max-height: 200px;
  }
  .top-pop {
    flex-direction: row-reverse;
  }
  .popup-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
  }
  .popup-body {
    font-size: 20px;
  }
  .close-pop {
    margin-top: 0;
  }
  .popup-logo {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .tabs__nav {
    flex-direction: column;
  }
  .stages-wrapper {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }
  .bottoms-block {
    background: none;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .tabs__nav {
    flex-direction: column;
  }
  .advantages {
    width: auto;
  }
  .common-container {
    width: auto;
  }
  .partnership {
    background: none;
    margin-top: 20px;
  }
  .left-image {
    display: none;
  }
  .right-container {
    text-align: center;
    align-items: center;
    margin-top: 0;
  }
  .stages {
    width: auto;
    margin-top: 0;
  }
  .btn-block {
    width: auto;
  }
  .bottoms-block__wrapper {
    width: auto;
  }
  .header-wrapper {
    background: none;
    min-height: 0;
  }
  .text-block {
    width: auto;
    align-items: center;
    text-align: center;
  }
  .advantages {
    align-items: center;
    margin-top: 60px;
  }
  .common-container {
    width: auto;
  }
  .autoinfo {
    width: auto;
  }
  #drop-area {
    width: 100%;
  }
  .select-town {
    width: auto;
  }
  .questions {
    width: auto;
  }
  .advantage-body {
    margin: 0 14px;
    text-align: center;
  }
  .formblock {
    flex-direction: column;
    width: auto;
    margin-top: 40px;
  }
  .questions {
    margin-top: 0;
  }
  .bottoms-block__wrapper {
    width: auto;
  }
  .bottoms-block {
    background: none;
    min-height: auto;
    margin-top: 60px;
  }
  .bottoms-block__title {
    text-align: center;
  }
  .bottoms-block__phones {
    text-align: center;
    font-size: 30px;
  }
  .bottoms-block__left {
    margin: 0 auto;
  }
  .header__inner {
    background: none;
  }
  .partnership-wrapper {
    min-height: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .bottoms-block__wrapper {
    width: auto;
  }
  .tabs__pane_show {
    padding: 50px 10px;
  }
  .bottoms-block__left {
    width: 100%;
    text-align: center;
  }
  .tabs__nav {
    width: auto;
  }
  .block-date {
    flex-direction: column;
  }
  .fio {
    margin-right: 0;
  }
  .fio-fiz {
    width: auto;
  }
  .phone-fiz {
    width: 100%;
  }
  .bottoms-block {
    margin-top: 0;
    min-height: auto;
  }
  .questions {
    margin-top: 0;
  }
  .advantages {
    margin-top: 30px;
  }
  .agree {
    width: auto;
    height: auto;
  }
  .styling-block {
    margin: 20px;
  }
  .jq-selectbox__select-text  {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .right-container {
    flex: 1 1 50%;
  }
  .left-image {
    width: 60%;
  }
  .right-container {
    width: 100%;
  }
  .partnership {
    background: url(image/carlocal.png) -25% no-repeat;
  }
}
@media (min-width: 1650px) {
  .partnership {
    background: url(image/carlocal.png) 0% no-repeat;
  }
  /* .left-image {
    width: 50%;
  } */
}
@media (min-width: 1144px) and (max-width: 1400px) {
  .partnership {
    background: url(image/carlocal.png) -50% no-repeat;
  }
  .common-container {
    width: auto;
  }
  .text-block {
    width: 1200px;
  }
  .advantages {
    width: 1200px;
  }
  .requirements-wrapper {
    width: 1200px;
    padding: 100px 50px;
  }
  .stages {
    width: 1200px;
  }
  .questions {
    width: 1200px;
  }
  .bottoms-block__wrapper {
    width: 1200px;
  }
  .btn-block {
    width: 1200px;
  }
  .bottoms-block {
    background: url(image/bottomrig.png) 180% 0 no-repeat;
  }
}

.multiple-step-wr {
  display: flex;
  flex-direction: column;
}
.multiple-step {
  display: none;
}
.multiple-step.active-step {
  display: block;
}
@media (min-width:2000px) and (max-width: 2199px) {
  .bottoms-block {
    background: url(image/bottomrig.png) 100% 0 no-repeat;
  }
  .partnership {
    background: url(image/carlocal.png) 0% no-repeat;
  }
  .header-wrapper {
    background: url(image/fura.png) 88% 50% no-repeat;
  }
}
@media (min-width: 2200px) and (max-width: 2300px) {
  .bottoms-block {
    background: url(image/bottomrig.png) 80% 0 no-repeat;
  }
  .partnership {
    background: url(image/carlocal.png) 25% no-repeat;
  }
  .header-wrapper {
    background: url(image/fura.png) 79% 50% no-repeat;
  }
}
@media (min-width: 2200px) {
  .bottoms-block {
    background: url(image/bottomrig.png) 80% 0 no-repeat;
  }
  .partnership {
    background: url(image/carlocal.png) 25% no-repeat;
  }
  .header-wrapper {
    background: url(image/fura.png) 79% 50% no-repeat;
  }
}

.file-selectdialog {
  /* -moz-border-bottom-colors: none;
   -moz-border-image: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   background: none repeat scroll 0 0 #F4F8F9;
   border-color: #CED0D1 #CED1D1 #D3D7D8;
   border-radius: 2px 2px 2px 2px;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
   margin-bottom: 11px;
   overflow: hidden;
   padding: 13px 30px 0 0;
   position: relative;
 display: none;*/
 display: flex;
 flex-direction: column;
 outline: none;
 padding: 10px 20px;
 width: auto;
 /*min-height: 200px;*/
 min-height: auto;
 background-color: #ffffff;
 border: 1px solid;
   border-top-color: currentcolor;
   border-right-color: currentcolor;
   border-bottom-color: currentcolor;
   border-left-color: currentcolor;
 border-color: #034899;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 margin: 0 auto 15px 0;
 position: relative;
}
.file-selectdialog .file-placeholder{
 margin-left: 56px;
}
.file-selectdialog .file-simple .file-placeholder {
 margin-top: 0px;
 margin-left: 90px;
}
.file-selectdialog .file-label {
   background: url("images/live_feed_sprite.png") no-repeat -146px -186px;
   color: #5C6470;
   font-size: 12px;
   left: 13px;
   padding-left: 20px;
   position: absolute;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
   top: 12px;
   width: 54px;
 line-height: 20px;
}
.file-selectdialog .file-extended .file-selector {
   /*border-radius: 5px 5px 5px 5px;
   color: #A0AEB5;
   font-size: 17px;
   font-weight: bold;
   line-height: 26px;
   margin: 30px 0 10px;
   padding: 24px 3px 43px 191px;
   position: relative;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
 margin: 35px 3px 10px;
 /*padding: 24px 3px 43px 191px;*/
 padding:15px;
 position: relative;
 font-family: "Roboto Regular";
 color: #504B4B;
 font-size: 14px;
 font-weight: 400;
 letter-spacing: 1px;
 line-height: 140%;
}
.file-selectdialog .file-extended .file-selector-active {
  margin: 35px 3px 10px;
  padding:15px;
  position: relative;
  font-family: "Roboto Regular";
  color: #504B4B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 140%;
}
.file-selectdialog .file-extended .file-selector:hover {
  margin: 35px 3px 10px;
  padding:15px;
  position: relative;
  font-family: "Roboto Regular";
  color: #504B4B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 140%;
  border: none;
}
.file-selectdialog .file-extended .file-load-img {background:url("images/loading-place-img.gif") no-repeat 0 0;
 height:79px;
 left:58px;
 top:20px;
 position:absolute;
 width:90px;
}
 .file-selectdialog .file-extended .file-selector:hover .file-load-img  {
 background-position:0 -104px;
 left:55px;
 top:17px;
}
/*.file-selectdialog .file-extended .file-uploader {
   color: #2067B0;
   display: inline-block;
   overflow: hidden;
   position: relative;
   vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
 cursor: pointer;
 display: block;
 width:100%;
 height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
 /*font-size: 12px;
}*/
.file-selectdialog .file-uploader .file-fileUploader {
 font-size:120px;
 height:85px;
 opacity:0;
 filter: alpha(opacity=0);
 position:absolute;
 right: 0;
 top: -20px;
 cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
 left:0 !important;
}
.file-selectdialog .file-label2 {
 color: #5C6470;
   font-size: 12px;
   margin-left: 58px;
   padding-bottom: 11px;
}
.file-selectdialog .file-simple {
 display: none;
 margin-left: 30px;
}
.file-selectdialog .file-simple .file-label2 {
 margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
 color:#5c6470;
 overflow: hidden;
 height: 30px;
 /*font-size:12px;*/
 font-weight:bold;
 margin:6px 0 6px 90px;
 text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
 overflow: hidden;
   position: relative;
 display: inline-block;
   margin: 0 15px 0 0;
   vertical-align: middle;
 cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
   background: url("images/live_feed_sprite.png") no-repeat 0px -240px;
   display: inline-block;
   height: 25px;
   vertical-align: top;
   width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
   background: url("images/live_feed_sprite.png") no-repeat -7px -240px;
   display: inline-block;
   height: 25px;
   vertical-align: top;
   width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
   background: url("images/live_feed_sprite.png") repeat-x 0 -267px;
   color: #7A808C;
   display: inline-block;
   font-size: 12px;
   font-weight: bold;
   height: 25px;
   padding: 2px 10px 0;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
   vertical-align: top;
}
.phones__ {
  text-decoration: none;
  color: #000;
}
.file-placeholder:hover {
  border: none !important;
  padding: 0 !important;
}
#category-error, #staj-error, #boom-error {
  border: none;
  color: red;
}
#error {
  border: none;
  color: red;
}
#NAME-error, #phone-error {
  border: none;
  color: red;
}


@media(min-width: 400px) and (max-width: 425px) {
  .jq-selectbox__dropdown {
    width: 405px !important;
  }
}
@media(min-width: 360px) and (max-width: 375px) {
  .jq-selectbox__dropdown {
    width: 355px !important;
  }
}
