/* line 5, dev/sass/utils/variables.scss */
:root {
  --headerWidth: 295px;
}

/* line 1, dev/sass/pages/tender-request.scss */
main.no-scroll {
  height: 100vh;
  overflow: hidden;
}

/* line 5, dev/sass/pages/tender-request.scss */
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

/* line 10, dev/sass/pages/tender-request.scss */
.show-request .request {
  right: 0;
  left: 0;
  height: 100vh;
  overflow-y: scroll;
}

/* line 18, dev/sass/pages/tender-request.scss */
.hide-request .request {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 5;
  top: 46px;
}

/* line 25, dev/sass/pages/tender-request.scss */
.hide-request .request.hide-block {
  top: 46px;
  left: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: white;
  z-index: 5;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 36, dev/sass/pages/tender-request.scss */
.tender.hide {
  display: none;
}

/* line 39, dev/sass/pages/tender-request.scss */
.request {
  position: absolute;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 60px;
  top: 46px;
  left: 100%;
  background-color: white;
}

@media screen and (max-width: 990px) {
  /* line 39, dev/sass/pages/tender-request.scss */
  .request {
    padding: 30px 15px;
  }
}

/* line 49, dev/sass/pages/tender-request.scss */
.request.show-block {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  background-color: white;
  z-index: 5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 57, dev/sass/pages/tender-request.scss */
.request .anketa {
  max-width: 1045px;
}

/* line 60, dev/sass/pages/tender-request.scss */
.request .anketa-item._table {
  width: 100%;
  padding-right: 0;
}

/* line 63, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .input--text {
  border: none;
  padding: 0;
  opacity: 1;
}

@media screen and (max-width: 990px) {
  /* line 60, dev/sass/pages/tender-request.scss */
  .request .anketa-item._table {
    overflow: auto;
    max-width: calc(100vw - 30px);
  }
}

/* line 72, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

/* line 77, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table a {
  color: #74BB20;
  text-decoration: underline;
  font-size: 16px;
}

/* line 81, dev/sass/pages/tender-request.scss */
.request .anketa-item._table .more-table a:hover {
  text-decoration: none;
}

/* line 87, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 990px) {
  /* line 87, dev/sass/pages/tender-request.scss */
  .request .anketa-item._table table {
    width: 990px;
  }
}

/* line 93, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input {
  width: 100%;
  height: 100%;
}

/* line 96, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input input {
  padding: 28px 26px;
}

/* line 99, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input.error {
  border: 1px solid #EB5757;
}

/* line 102, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .required--input.succes {
  border: 1px solid #74BB20;
}

/* line 107, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table tr:first-child td {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #55555B;
  padding: 16px 26px;
}

/* line 117, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .press-calendar__input input {
  border: none;
}

/* line 120, dev/sass/pages/tender-request.scss */
.request .anketa-item._table table .press-calendar__input img {
  border: none;
}

/* line 125, dev/sass/pages/tender-request.scss */
.request .anketa-item._table td {
  border: 1px solid #55555B;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #55555B;
}

/* line 134, dev/sass/pages/tender-request.scss */
.request .anketa-item._table td.name {
  padding: 16px 26px;
}

/* line 140, dev/sass/pages/tender-request.scss */
.request .anketa .anketa-sbmt {
  background-color: transparent;
  padding: 0;
  min-width: auto;
  margin-left: 0;
}

/* line 147, dev/sass/pages/tender-request.scss */
.request-close {
  position: absolute;
  right: 60px;
  top: 65px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 990px) {
  /* line 147, dev/sass/pages/tender-request.scss */
  .request-close {
    top: 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 147, dev/sass/pages/tender-request.scss */
  .request-close {
    right: 30px;
  }
}

/* line 161, dev/sass/pages/tender-request.scss */
.request-close:before, .request-close:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #74BB20;
  top: 18px;
}

/* line 169, dev/sass/pages/tender-request.scss */
.request-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 172, dev/sass/pages/tender-request.scss */
.request-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 175, dev/sass/pages/tender-request.scss */
.request-close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 179, dev/sass/pages/tender-request.scss */
.request-zag {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #4D4D4F;
  padding-bottom: 5px;
  padding-right: 100px;
}

@media screen and (max-width: 600px) {
  /* line 179, dev/sass/pages/tender-request.scss */
  .request-zag {
    padding-right: 70px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 191, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  /* line 191, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 199, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file-zag {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 199, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file-zag {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 208, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 208, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  /* line 216, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file .jq-file {
    height: auto;
    width: 90%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1440px) {
  /* line 223, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file .jq-file__name {
    top: 60px;
  }
}

@media screen and (max-width: 600px) {
  /* line 223, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file .jq-file__name {
    top: auto;
    bottom: -8px;
    right: 10px;
    left: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 1440px) {
  /* line 235, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file .photo {
    margin-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 235, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file .photo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* line 247, dev/sass/pages/tender-request.scss */
  .request .anketa-item._document .form-block--file .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    margin-bottom: 15px;
  }
}

/* line 258, dev/sass/pages/tender-request.scss */
._document .error {
  color: #EB5757;
  font-size: 13px;
}

/* line 262, dev/sass/pages/tender-request.scss */
._document .percent {
  color: #74BB20;
  font-size: 13px;
}

/* line 2, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-item .scroll__container {
  height: 450px;
}

/* line 5, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name {
  border: 1px solid #F2F2F2;
  padding: 0;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

@media screen and (max-width: 800px) {
  /* line 5, dev/sass/pages/tender-lc-bid.scss */
  .tender__list._bid .tender__list-name {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 12, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text {
  padding: 17px 30px 17px 30px;
}

@media screen and (max-width: 800px) {
  /* line 12, dev/sass/pages/tender-lc-bid.scss */
  .tender__list._bid .tender__list-name .tender__list-name__text {
    width: calc(100% - 81px);
    padding: 17px 5px 17px 30px;
  }
}

/* line 19, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .zag span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140.5%;
  color: #4D4D4F;
}

/* line 26, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .desc {
  padding-top: 18px;
}

/* line 28, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__text .desc span {
  font-weight: normal;
  font-size: 16px;
  line-height: 140.5%;
  color: #4D4D4F;
}

/* line 36, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status {
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  min-width: 210px;
  width: 210px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 46, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status span {
  font-size: 18px;
  line-height: 140.5%;
  text-transform: uppercase;
  color: #55555B;
  width: auto;
  min-height: auto;
  padding: 0;
  border: none;
}

/* line 58, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status._succes span {
  color: #74BB20;
}

/* line 64, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__status._reject span {
  color: #D6A461;
}

@media screen and (max-width: 800px) {
  /* line 36, dev/sass/pages/tender-lc-bid.scss */
  .tender__list._bid .tender__list-name .tender__list-name__status {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 15px 40px;
    border: none;
    border-top: 1px solid #F2F2F2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 78, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-name .tender__list-name__arr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  /* line 78, dev/sass/pages/tender-lc-bid.scss */
  .tender__list._bid .tender__list-name .tender__list-name__arr {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-left: 1px solid #F2F2F2;
  }
}

/* line 88, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .check {
  pointer-events: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 92, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .check span {
  font-weight: normal;
  font-size: 16px;
  line-height: 140.5%;
  color: #4D4D4F;
}

/* line 100, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file.styler {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 104, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__name {
  visibility: hidden;
}

/* line 107, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__browse {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
  padding: 16px 20px;
  margin-left: 35px;
  text-transform: uppercase;
  border: 1px solid #74BB20;
  background-color: #74BB20;
  color: #fff;
  font-size: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

/* line 122, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val .file .jq-file__browse:hover {
  background-color: white;
  color: #74BB20;
}

/* line 131, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

/* line 135, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 600px) {
  /* line 135, dev/sass/pages/tender-lc-bid.scss */
  .tender__list._bid .tender__list-val_table table {
    width: 500px;
  }
}

/* line 141, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table table td {
  border: 1px solid #55555B;
  padding: 16px 26px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #55555B;
}

@media screen and (max-width: 800px) {
  /* line 141, dev/sass/pages/tender-lc-bid.scss */
  .tender__list._bid .tender__list-val_table table td {
    padding: 15px;
  }
}

/* line 154, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table._big-table {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

/* line 158, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .tender__list-val_table._big-table table {
  width: 700px;
}

/* line 164, dev/sass/pages/tender-lc-bid.scss */
.tender__list._bid .h3 {
  margin-top: 35px;
}

/* line 168, dev/sass/pages/tender-lc-bid.scss */
.tender__list-val.anketa {
  padding-bottom: 0;
}

/* line 3, dev/sass/pages/popup.scss */
.mfp-wrap.w600 .mfp-content {
  max-width: 600px;
}

/* line 9, dev/sass/pages/popup.scss */
.mfp-wrap.w460 .mfp-content {
  max-width: 460px;
}

/* line 11, dev/sass/pages/popup.scss */
.mfp-wrap.w460 .mfp-content .popup {
  padding: 50px 73px 60px;
}

@media screen and (max-width: 600px) {
  /* line 11, dev/sass/pages/popup.scss */
  .mfp-wrap.w460 .mfp-content .popup {
    padding: 50px 20px 60px;
  }
}

/* line 22, dev/sass/pages/popup.scss */
.mfp-content .popup {
  padding: 45px 90px 50px 40px;
}

@media screen and (max-width: 600px) {
  /* line 22, dev/sass/pages/popup.scss */
  .mfp-content .popup {
    padding: 45px 50px 50px 20px;
  }
}

/* line 27, dev/sass/pages/popup.scss */
.mfp-content .popup-wrp {
  width: 100%;
}

/* line 30, dev/sass/pages/popup.scss */
.mfp-content .popup__zag {
  font-weight: bold;
  font-size: 28px;
  line-height: 110%;
  text-transform: uppercase;
  color: #4D4D4F;
  margin-bottom: 14px;
}

/* line 38, dev/sass/pages/popup.scss */
.mfp-content .popup__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #55555B;
}

/* line 44, dev/sass/pages/popup.scss */
.mfp-content .popup .btn {
  margin-top: 30px;
}

/* line 46, dev/sass/pages/popup.scss */
.mfp-content .popup .btn-full {
  width: 100%;
  margin-top: 10px;
  padding: 16px 0;
}

/* line 52, dev/sass/pages/popup.scss */
.mfp-content .popup .mfp-close {
  top: 50px;
  right: 40px;
}

@media screen and (max-width: 600px) {
  /* line 52, dev/sass/pages/popup.scss */
  .mfp-content .popup .mfp-close {
    right: 15px;
    top: 30px;
  }
}

/* line 60, dev/sass/pages/popup.scss */
.mfp-content .popup__form {
  width: 100%;
  border-top: 1px solid #E0E0E0;
  margin-top: 25px;
  padding-top: 35px;
}

/* line 65, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item {
  width: 100%;
}

/* line 67, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item {
  width: 100%;
  padding-right: 0;
  margin-bottom: 30px;
}

/* line 71, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item label {
  font-size: 16px;
  line-height: 130%;
  color: #55555B;
}

/* line 77, dev/sass/pages/popup.scss */
.mfp-content .popup__form-item .anketa-item .check span {
  font-size: 16px;
  color: #55555B;
  margin-left: 20px;
}

/* line 88, dev/sass/pages/popup.scss */
body .mfp-bg.mfp-ready + .tender.hide {
  display: block;
}

/* line 92, dev/sass/pages/popup.scss */
.popup__form.anketa {
  padding-bottom: 0;
  width: 100%;
  max-width: none;
}

/* line 96, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file-zag {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
}

/* line 101, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file {
  width: 100%;
  background-position-y: 60%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
  /* line 101, dev/sass/pages/popup.scss */
  .popup__form.anketa .form-block--file {
    background-image: none;
  }
}

/* line 109, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .jq-file .jq-file__name {
  position: static;
  padding-right: 0;
}

/* line 113, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .jq-file {
  width: auto;
  margin-right: 35px;
}

/* line 117, dev/sass/pages/popup.scss */
.popup__form.anketa .form-block--file .photo {
  padding-left: 0;
}

/* line 126, dev/sass/pages/popup.scss */
.tender__list-item .tender__list-val .popup__form.anketa {
  padding-left: 35px;
  padding-bottom: 0;
  margin-top: 0;
}

/* line 130, dev/sass/pages/popup.scss */
.tender__list-item .tender__list-val .popup__form.anketa .btn {
  margin-left: 0;
}

@media screen and (max-width: 600px) {
  /* line 126, dev/sass/pages/popup.scss */
  .tender__list-item .tender__list-val .popup__form.anketa {
    padding-left: 15px;
  }
}

/* line 1, dev/sass/pages/anketa.scss */
.anketa {
  width: 100%;
  margin-top: 40px;
}

/* line 5, dev/sass/pages/anketa.scss */
.anketa .check span {
  font-size: 16px;
  line-height: 1.3px;
  letter-spacing: -0.01em;
  color: #333333;
  margin-left: 20px;
}

/* line 11, dev/sass/pages/anketa.scss */
.anketa .check span span {
  color: #74BB20;
  margin-left: 5px;
}

/* line 17, dev/sass/pages/anketa.scss */
.anketa .form-block--file {
  background-image: url(./../img/svg/clip.svg);
  background-position-x: 95%;
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

@media screen and (max-width: 600px) {
  /* line 17, dev/sass/pages/anketa.scss */
  .anketa .form-block--file {
    height: 150px;
  }
}

/* line 28, dev/sass/pages/anketa.scss */
.anketa .form-block--file .text .desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  opacity: 0.7;
}

/* line 36, dev/sass/pages/anketa.scss */
.anketa .form-block--file .form-file-field {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  opacity: 1;
  font-weight: normal;
}

/* line 44, dev/sass/pages/anketa.scss */
.anketa .form-block--file {
  background-color: #FAFAFA;
}

/* line 46, dev/sass/pages/anketa.scss */
.anketa .form-block--file .photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
}

/* line 50, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file__browse {
  color: white;
  background: #74BB20;
  padding: 12px 40px;
  border: 1px solid #74BB20;
  text-shadow: none;
  position: static;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 600px) {
  /* line 50, dev/sass/pages/anketa.scss */
  .anketa .form-block--file .jq-file__browse {
    left: 10px;
    padding: 12px;
  }
}

/* line 66, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file__browse:hover {
  color: #74BB20;
  background-color: white;
}

/* line 71, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
}

@media screen and (max-width: 600px) {
  /* line 71, dev/sass/pages/anketa.scss */
  .anketa .form-block--file .jq-file {
    height: 120px;
  }
}

/* line 77, dev/sass/pages/anketa.scss */
.anketa .form-block--file .jq-file .jq-file__name {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #828282;
  background: none;
  font-family: "Proxima Nova";
  position: absolute;
  bottom: 0px;
  left: 0;
  padding-left: 0;
}

@media screen and (max-width: 600px) {
  /* line 77, dev/sass/pages/anketa.scss */
  .anketa .form-block--file .jq-file .jq-file__name {
    left: 0px;
    top: 95px;
  }
}

/* line 98, dev/sass/pages/anketa.scss */
.anketa .form-block--file .text {
  right: 100px;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #333333;
  font-family: "Proxima Nova";
  top: 37px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 600px) {
  /* line 98, dev/sass/pages/anketa.scss */
  .anketa .form-block--file .text {
    left: 10px;
    top: 90px;
  }
}

/* line 113, dev/sass/pages/anketa.scss */
.anketa--p {
  min-width: calc(100% + 150px);
  background-color: #FAFAFA;
  padding: 30px 0 30px 50px;
  margin-left: -50px;
}

@media screen and (max-width: 1440px) {
  /* line 113, dev/sass/pages/anketa.scss */
  .anketa--p {
    width: 100%;
    min-width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  /* line 113, dev/sass/pages/anketa.scss */
  .anketa--p {
    padding-right: 15px;
    padding-left: 15px;
    min-width: calc(100% + 30px);
    margin-left: -15px;
  }
}

/* line 131, dev/sass/pages/anketa.scss */
.anketa--p p {
  width: calc(70% - 50px);
  color: #55555B;
  font-size: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  /* line 131, dev/sass/pages/anketa.scss */
  .anketa--p p {
    width: 100%;
  }
}

/* line 142, dev/sass/pages/anketa.scss */
.anketa-section {
  border-top: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 45px 0 15px;
}

/* line 148, dev/sass/pages/anketa.scss */
.anketa-section:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
  /* line 142, dev/sass/pages/anketa.scss */
  .anketa-section {
    width: 100%;
  }
}

/* line 155, dev/sass/pages/anketa.scss */
.anketa-section .h3 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  opacity: 0.8;
}

/* line 166, dev/sass/pages/anketa.scss */
.anketa-copy {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

/* line 172, dev/sass/pages/anketa.scss */
.anketa-copy .close {
  width: 40px;
  height: 40px;
  background-image: url(../img/svg/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  /* line 172, dev/sass/pages/anketa.scss */
  .anketa-copy .close {
    width: 25px;
    height: 25px;
  }
}

/* line 190, dev/sass/pages/anketa.scss */
.anketa-copy .close:hover {
  -webkit-transform: rotate(180deg) scale(0.6);
      -ms-transform: rotate(180deg) scale(0.6);
          transform: rotate(180deg) scale(0.6);
}

/* line 195, dev/sass/pages/anketa.scss */
.anketa-copy__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

/* line 201, dev/sass/pages/anketa.scss */
.anketa-copy-btn {
  width: calc(100% - 40px);
  padding: 30px 0 30px;
  margin-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 600px) {
  /* line 201, dev/sass/pages/anketa.scss */
  .anketa-copy-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 214, dev/sass/pages/anketa.scss */
.anketa-copy-btn::before {
  content: '';
  width: 66.66%;
  height: 1px;
  background-color: #E0E0E0;
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (max-width: 1440px) {
  /* line 214, dev/sass/pages/anketa.scss */
  .anketa-copy-btn::before {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  /* line 214, dev/sass/pages/anketa.scss */
  .anketa-copy-btn::before {
    content: none;
  }
}

/* line 230, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #74BB20;
  background-color: #fff;
  border: 1px solid #74BB20;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: calc(33.33% - 40px);
}

@media screen and (max-width: 1440px) {
  /* line 230, dev/sass/pages/anketa.scss */
  .anketa-copy-btn .btn {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  /* line 230, dev/sass/pages/anketa.scss */
  .anketa-copy-btn .btn {
    width: 100%;
  }
}

/* line 250, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn:hover {
  background-color: #74BB20;
  color: #fff;
}

/* line 254, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn:hover .icon {
  stroke: #fff;
}

/* line 259, dev/sass/pages/anketa.scss */
.anketa-copy-btn .btn .icon {
  width: 23px;
  height: 23px;
  fill: transparent;
  stroke: #74BB20;
  margin-right: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 272, dev/sass/pages/anketa.scss */
.anketa-zag {
  padding: 45px 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #55555B;
  width: calc(100% - 40px);
}

@media screen and (max-width: 600px) {
  /* line 272, dev/sass/pages/anketa.scss */
  .anketa-zag {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 25px;
  }
}

/* line 283, dev/sass/pages/anketa.scss */
.anketa-zag .h2, .anketa-zag h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #4D4D4F;
  margin: 0;
}

@media screen and (max-width: 600px) {
  /* line 283, dev/sass/pages/anketa.scss */
  .anketa-zag .h2, .anketa-zag h2 {
    font-size: 18px;
  }
}

/* line 296, dev/sass/pages/anketa.scss */
.anketa .hr {
  width: calc(100% - 40px);
  background-color: #E0E0E0;
  height: 1px;
  margin: 0 0 45px;
}

/* line 303, dev/sass/pages/anketa.scss */
.anketa .error input, .anketa .error textarea {
  border-color: #EB5757 !important;
}

/* line 309, dev/sass/pages/anketa.scss */
.anketa .not-equally input, .anketa .not-equally textarea {
  border-color: #EB5757 !important;
}

/* line 314, dev/sass/pages/anketa.scss */
.anketa .succes input, .anketa .succes textarea {
  border-color: #74BB20 !important;
}

/* line 320, dev/sass/pages/anketa.scss */
.anketa-item {
  width: 33.33%;
  padding-right: 40px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1440px) {
  /* line 320, dev/sass/pages/anketa.scss */
  .anketa-item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  /* line 320, dev/sass/pages/anketa.scss */
  .anketa-item {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

/* line 336, dev/sass/pages/anketa.scss */
.anketa-item.error input, .anketa-item.error textarea {
  border-color: #EB5757 !important;
}

/* line 342, dev/sass/pages/anketa.scss */
.anketa-item.not-equally input, .anketa-item.not-equally textarea {
  border-color: #EB5757 !important;
}

/* line 348, dev/sass/pages/anketa.scss */
.anketa-item.succes input, .anketa-item.succes textarea {
  border-color: #74BB20 !important;
}

/* line 353, dev/sass/pages/anketa.scss */
.anketa-item.w100 {
  width: 100%;
}

/* line 356, dev/sass/pages/anketa.scss */
.anketa-item.mb20 {
  margin-bottom: 20px;
}

/* line 359, dev/sass/pages/anketa.scss */
.anketa-item .w100 {
  width: 100%;
}

/* line 363, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file {
  width: 100%;
}

/* line 366, dev/sass/pages/anketa.scss */
.anketa-item .check {
  cursor: pointer;
}

/* line 368, dev/sass/pages/anketa.scss */
.anketa-item .check label {
  cursor: pointer;
}

/* line 373, dev/sass/pages/anketa.scss */
.anketa-item.empty {
  margin-bottom: 0;
}

/* line 376, dev/sass/pages/anketa.scss */
.anketa-item._document {
  height: auto;
  position: relative;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

/* line 381, dev/sass/pages/anketa.scss */
.anketa-item._document.error .form-block--file-zag {
  color: #EB5757;
}

/* line 387, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file-zag {
  width: 35%;
  font-weight: 500;
  font-size: 18px;
  line-height: 143.69%;
  color: #333333;
  padding-right: 25px;
  padding-bottom: 40px;
}

/* line 396, dev/sass/pages/anketa.scss */
.anketa-item .form-block--file {
  width: 65%;
  height: auto;
  padding: 30px 0;
}

/* line 402, dev/sass/pages/anketa.scss */
.anketa-item p {
  color: #55555B;
}

/* line 405, dev/sass/pages/anketa.scss */
.anketa-item p span {
  color: #74BB20;
  margin-left: 5px;
}

/* line 412, dev/sass/pages/anketa.scss */
.anketa-item input + .dl--input {
  margin-top: 35px;
}

/* line 417, dev/sass/pages/anketa.scss */
.anketa-item .dl--input {
  width: 100%;
}

/* line 418, dev/sass/pages/anketa.scss */
.anketa-item .dl--input input {
  width: 50%;
  text-align: center;
}

/* line 426, dev/sass/pages/anketa.scss */
.anketa-item.w66 {
  width: 66.66%;
  margin-right: 10px;
}

@media screen and (max-width: 1440px) {
  /* line 426, dev/sass/pages/anketa.scss */
  .anketa-item.w66 {
    width: 100%;
  }
}

/* line 434, dev/sass/pages/anketa.scss */
.anketa-item.single-in-line {
  width: 100%;
  padding-right: calc(66.66% + 40px);
}

@media screen and (max-width: 600px) {
  /* line 434, dev/sass/pages/anketa.scss */
  .anketa-item.single-in-line {
    padding-right: 0;
  }
}

/* line 442, dev/sass/pages/anketa.scss */
.anketa-item > label {
  font-size: 15px;
  display: block;
  letter-spacing: -0.01em;
  margin-bottom: 19px;
  width: 100%;
  color: #828282;
}

@media screen and (max-width: 600px) {
  /* line 442, dev/sass/pages/anketa.scss */
  .anketa-item > label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 454, dev/sass/pages/anketa.scss */
.anketa-item > label b {
  font-weight: 500;
  color: #55555B;
}

/* line 459, dev/sass/pages/anketa.scss */
.anketa-item > label.minHeigth {
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 465, dev/sass/pages/anketa.scss */
.anketa-item > label.minHeigth span {
  display: inline-block;
}

/* line 470, dev/sass/pages/anketa.scss */
.anketa-item > label span {
  color: #74BB20;
  margin-left: 5px;
}

/* line 476, dev/sass/pages/anketa.scss */
.anketa-item .press-calendar__input {
  width: 100%;
}

/* line 479, dev/sass/pages/anketa.scss */
.anketa-item .press-calendar__input input {
  width: 100%;
}

/* line 485, dev/sass/pages/anketa.scss */
.anketa-sbmt {
  padding: 55px 0 120px 50px;
  min-width: calc(100% + 150px);
  margin-left: -50px;
  background-color: #FAFAFA;
}

/* line 490, dev/sass/pages/anketa.scss */
.anketa-sbmt._no-bg {
  background-color: transparent;
}

@media screen and (max-width: 600px) {
  /* line 485, dev/sass/pages/anketa.scss */
  .anketa-sbmt {
    padding: 30px 0px;
    margin-left: 0;
    min-width: 100%;
  }
}

/* line 499, dev/sass/pages/anketa.scss */
.anketa-sbmt button {
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  /* line 499, dev/sass/pages/anketa.scss */
  .anketa-sbmt button {
    width: 240px;
  }
}

/* line 507, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item {
  width: 50%;
}

@media screen and (max-width: 600px) {
  /* line 507, dev/sass/pages/anketa.scss */
  .anketa.__w-small .anketa-item {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

/* line 514, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item.w66 {
  width: 100%;
}

/* line 517, dev/sass/pages/anketa.scss */
.anketa.__w-small .anketa-item.w100 {
  width: 100%;
}

/* line 524, dev/sass/pages/anketa.scss */
.tr--input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 528, dev/sass/pages/anketa.scss */
.tr--input::before, .tr--input::after {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  top: 15%;
  background-color: #74BB20;
  z-index: 20;
}

/* line 538, dev/sass/pages/anketa.scss */
.tr--input::before {
  left: 33.33%;
}

/* line 542, dev/sass/pages/anketa.scss */
.tr--input::after {
  right: 33.33%;
}

/* line 546, dev/sass/pages/anketa.scss */
.tr--input input {
  width: calc(100% / 3);
  border-left: 0;
  border-right: 0;
}

/* line 551, dev/sass/pages/anketa.scss */
.tr--input input:first-child {
  border-left: 1px solid #55555B;
}

/* line 555, dev/sass/pages/anketa.scss */
.tr--input input:last-child {
  border-right: 1px solid #55555B;
}

/* line 561, dev/sass/pages/anketa.scss */
.radio--container {
  width: 100%;
}

/* line 564, dev/sass/pages/anketa.scss */
.radio--container label {
  font-size: 16px;
  color: #55555B;
  width: 100%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 572, dev/sass/pages/anketa.scss */
.radio--container label span {
  margin-left: 15px;
}

/* line 579, dev/sass/pages/anketa.scss */
.passport--input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

/* line 584, dev/sass/pages/anketa.scss */
.passport--input::before {
  content: '';
  width: 1px;
  height: 70%;
  background-color: #74BB20;
  position: absolute;
  left: 56px;
  top: 15%;
  z-index: 9;
}

/* line 595, dev/sass/pages/anketa.scss */
.passport--input input {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 599, dev/sass/pages/anketa.scss */
.passport--input input:first-child {
  width: 55px;
  text-transform: uppercase;
  border-right: 0;
}

/* line 605, dev/sass/pages/anketa.scss */
.passport--input input:last-child {
  width: calc(100% - 55px);
  border-left: 0;
}

/* line 612, dev/sass/pages/anketa.scss */
.check--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

/* line 617, dev/sass/pages/anketa.scss */
.check--container label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: 25px;
  color: #55555B;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  /* line 617, dev/sass/pages/anketa.scss */
  .check--container label {
    margin-bottom: 15px;
  }
}

/* line 628, dev/sass/pages/anketa.scss */
.check--container label span {
  padding-left: 25px;
  max-width: calc(100% - 25px);
}

@media screen and (max-width: 600px) {
  /* line 628, dev/sass/pages/anketa.scss */
  .check--container label span {
    padding-left: 10px;
    max-width: calc(100% - 10px);
  }
}

/* line 642, dev/sass/pages/anketa.scss */
.press-calendar__input input.error {
  border-color: #EB5757 !important;
}

/* line 646, dev/sass/pages/anketa.scss */
.press-calendar__input input.success {
  border-color: #74BB20 !important;
}

/* line 2, dev/sass/pages/tender.scss */
.tender .popup ul:not(.pagination-list) li::before, .tender .text__container ul:not(.pagination-list) li::before {
  display: none;
}

/* line 5, dev/sass/pages/tender.scss */
.tender .tender__container {
  width: 100%;
  border: 1px solid #F2F2F2;
}

/* line 11, dev/sass/pages/tender.scss */
.tender .text-page__double .tender-text__container {
  display: block;
  max-width: 950px;
  width: 65%;
  padding-bottom: 50px;
}

@media screen and (max-width: 990px) {
  /* line 11, dev/sass/pages/tender.scss */
  .tender .text-page__double .tender-text__container {
    width: 100%;
    max-width: 100%;
  }
}

/* line 19, dev/sass/pages/tender.scss */
.tender .text-page__double .tender-text__container h1 {
  text-transform: none;
}

/* line 25, dev/sass/pages/tender.scss */
.tender .top-zag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}

/* line 30, dev/sass/pages/tender.scss */
.tender .top-zag h1 {
  width: auto;
  margin-bottom: 15px;
}

/* line 34, dev/sass/pages/tender.scss */
.tender .top-zag .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 450px) {
  /* line 34, dev/sass/pages/tender.scss */
  .tender .top-zag .btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 40, dev/sass/pages/tender.scss */
.tender .top-zag .btns a {
  position: relative;
  color: rgba(130, 130, 130, 0.5);
  text-decoration: none;
}

/* line 44, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:first-child {
  margin-right: 35px;
}

/* line 47, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:before {
  position: absolute;
  content: '';
  bottom: -4px;
  width: 50%;
  height: 1px;
  left: 0;
  background-color: rgba(130, 130, 130, 0.5);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 57, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:after {
  position: absolute;
  content: '';
  bottom: -4px;
  width: 50%;
  height: 1px;
  right: 0;
  background-color: rgba(130, 130, 130, 0.5);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 67, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green {
  color: #74BB20;
}

/* line 69, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green:before {
  background-color: #74BB20;
}

/* line 72, dev/sass/pages/tender.scss */
.tender .top-zag .btns a.green:after {
  background-color: #74BB20;
}

/* line 76, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover {
  text-decoration: none;
}

/* line 78, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover:before {
  width: 0%;
  left: 50%;
}

/* line 82, dev/sass/pages/tender.scss */
.tender .top-zag .btns a:hover:after {
  width: 0%;
  right: 50%;
}

@media screen and (max-width: 450px) {
  /* line 40, dev/sass/pages/tender.scss */
  .tender .top-zag .btns a {
    margin-bottom: 15px;
  }
}

/* line 93, dev/sass/pages/tender.scss */
.tender .info {
  margin-top: -15px;
}

/* line 96, dev/sass/pages/tender.scss */
.tender .tender-text__container {
  display: block;
  width: 100%;
  max-width: 1160px;
  border-right: none;
  padding-bottom: 0;
}

/* line 104, dev/sass/pages/tender.scss */
.tender .text-sidebar {
  padding: 0;
  max-width: 550px;
}

@media screen and (max-width: 1600px) {
  /* line 104, dev/sass/pages/tender.scss */
  .tender .text-sidebar {
    width: 35%;
  }
}

@media screen and (max-width: 990px) {
  /* line 104, dev/sass/pages/tender.scss */
  .tender .text-sidebar {
    max-width: none;
    width: 100%;
  }
}

/* line 115, dev/sass/pages/tender.scss */
.tender .tender-info {
  padding: 50px 50px 50px 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 118, dev/sass/pages/tender.scss */
.tender .tender-info .h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #4F4F4F;
  opacity: 0.8;
}

@media screen and (max-width: 990px) {
  /* line 118, dev/sass/pages/tender.scss */
  .tender .tender-info .h3 {
    margin-bottom: 25px;
  }
}

/* line 130, dev/sass/pages/tender.scss */
.tender .tender-info.__lc:hover {
  background-color: #FAFAFA;
}

/* line 134, dev/sass/pages/tender.scss */
.tender .tender-info .hr {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
  /* line 134, dev/sass/pages/tender.scss */
  .tender .tender-info .hr {
    margin-bottom: 25px;
  }
}

/* line 144, dev/sass/pages/tender.scss */
.tender .tender-info__callback {
  padding-bottom: 20px;
}

@media screen and (max-width: 990px) {
  /* line 144, dev/sass/pages/tender.scss */
  .tender .tender-info__callback {
    padding-bottom: 20px;
  }
}

/* line 150, dev/sass/pages/tender.scss */
.tender .tender-info__callback p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #4F4F4F;
  opacity: 0.8;
  margin-bottom: 15px;
}

/* line 159, dev/sass/pages/tender.scss */
.tender .tender-info__callback a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-decoration: underline;
  color: #74BB20;
  opacity: 0.8;
}

/* line 167, dev/sass/pages/tender.scss */
.tender .tender-info__callback a:hover {
  text-decoration: none;
}

/* line 173, dev/sass/pages/tender.scss */
.tender .tender-info .btn-black {
  background-color: #55555B;
  color: white;
}

/* line 176, dev/sass/pages/tender.scss */
.tender .tender-info .btn-black:hover {
  color: #55555B;
  background-color: #E5E5E5;
}

/* line 187, dev/sass/pages/tender.scss */
.tender__list-item.open .tender__list-name .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 192, dev/sass/pages/tender.scss */
.tender__list-item .anketa.close {
  display: none;
}

/* line 196, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section {
  margin: 35px;
  padding: 0;
  border-bottom: 1px solid #F2F2F2;
  width: calc(100% - 70px);
}

/* line 201, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section:last-child {
  border: none;
}

/* line 211, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-selectbox__dropdown ul li::before {
  display: none;
}

/* line 220, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .btn-dark.btn {
  padding: 15px 40px;
  background: #55555B;
  color: white;
  border: none;
  margin-right: 15px;
}

/* line 228, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section label.photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 233, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-zag {
  border-bottom: none;
  padding: 25px 0px;
  margin-bottom: 0px;
}

/* line 238, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-zag .h2 {
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  color: #55555B;
}

/* line 246, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-checkbox {
  vertical-align: 0;
  margin-right: 20px;
}

/* line 252, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 254, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check label span {
  margin-top: -1px;
}

/* line 259, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check span {
  font-size: 16px;
  color: #55555B;
  font-family: "Proxima Nova";
}

/* line 265, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check .jq-checkbox.styler {
  border: none;
}

/* line 268, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .check .jq-checkbox.styler .jq-checkbox.styler {
  border: 1px solid #C3C3C3;
}

/* line 274, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .anketa-sbmt {
  min-width: auto;
  background-color: white;
  text-align: center;
  width: calc(100% - 70px);
  padding: 0;
  margin-left: 0;
}

/* line 283, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler {
  width: 100%;
  padding: 0;
}

/* line 287, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__field {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 291, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__field .styler {
  padding: 15px;
}

/* line 296, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 300, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.minus {
  background-image: url(../img/svg/ar-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 5px;
}

/* line 307, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.minus:after {
  display: none;
}

/* line 312, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.plus {
  background-image: url(../img/svg/ar-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
  margin-right: 1px;
}

/* line 319, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .jq-number.styler .jq-number__spin.plus:after {
  display: none;
}

/* line 326, dev/sass/pages/tender.scss */
.tender__list-item .anketa-section .h3 {
  font-size: 15px;
  font-weight: bold;
}

/* line 332, dev/sass/pages/tender.scss */
.tender__list-item p.val {
  padding: 25px 35px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 143.69%;
  color: #696869;
}

/* line 339, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val {
  background-color: #FAFAFA;
  padding: 35px 0 35px;
}

/* line 342, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val .btn {
  padding: 16px 20px;
  margin-left: 35px;
}

/* line 345, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-val .btn.hide {
  display: none;
}

/* line 351, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container {
  height: 360px;
  overflow-y: auto;
  padding: 0 35px 35px;
}

@media screen and (max-width: 600px) {
  /* line 351, dev/sass/pages/tender.scss */
  .tender__list-item .scroll__container {
    padding: 10px 15px 25px;
  }
}

/* line 359, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .btn {
  margin-top: 20px;
}

/* line 363, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .zag {
  font-weight: 500;
  font-size: 14px;
  color: #55555B;
  padding: 0 0 12px 0;
}

/* line 370, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container p {
  font-size: 14px;
  line-height: 143.69%;
  color: #55555B;
  margin-bottom: 0;
}

/* line 377, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container ol {
  margin-top: 0;
}

/* line 381, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .scroll-item {
  padding-right: 110px;
  padding-bottom: 35px;
}

@media screen and (max-width: 600px) {
  /* line 381, dev/sass/pages/tender.scss */
  .tender__list-item .scroll__container .scroll-item {
    padding-right: 5px;
  }
}

/* line 389, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #74BB20;
}

/* line 393, dev/sass/pages/tender.scss */
.tender__list-item .scroll__container .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #EAEAEA;
}

/* line 398, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name {
  padding: 18px 0 18px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #F2F2F2;
  margin-bottom: -1px;
  cursor: pointer;
}

/* line 407, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name span {
  font-weight: 500;
  font-size: 19px;
  color: #4D4D4F;
  width: calc(100% - 70px);
  min-height: 57px;
  border-right: 1px solid #F2F2F2;
  line-height: 140.5%;
  padding-top: 10px;
}

@media screen and (max-width: 600px) {
  /* line 407, dev/sass/pages/tender.scss */
  .tender__list-item .tender__list-name span {
    font-size: 18px;
  }
}

/* line 421, dev/sass/pages/tender.scss */
.tender__list-item .tender__list-name .icon {
  stroke: #74BB20;
  stroke-width: 2px;
  fill: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 20px;
  margin: 0 30px;
}

/* line 431, dev/sass/pages/tender.scss */
.tender .tender__list-val__info {
  font-weight: 600;
  color: #4F4F4F;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  padding: 25px 0px;
  margin: 0px 150px 0 35px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  text-align: center;
}

/* line 448, dev/sass/pages/tender.scss */
.tender .input-btn .input--text {
  width: calc(100% - 155px);
}

@media screen and (max-width: 600px) {
  /* line 448, dev/sass/pages/tender.scss */
  .tender .input-btn .input--text {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 456, dev/sass/pages/tender.scss */
.tender .input-btn .btn-green {
  text-transform: uppercase;
  padding: 15.5px;
}

/* line 462, dev/sass/pages/tender.scss */
.tender .input--text {
  padding: 15px;
}

/* line 465, dev/sass/pages/tender.scss */
.tender .anketa {
  padding-bottom: 226px;
}

/* line 467, dev/sass/pages/tender.scss */
.tender .anketa._disable {
  padding-bottom: 0;
}

@media screen and (max-width: 990px) {
  /* line 465, dev/sass/pages/tender.scss */
  .tender .anketa {
    padding-bottom: 0;
  }
}

/* line 473, dev/sass/pages/tender.scss */
.tender .anketa .anketa-sbmt {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 990px) {
  /* line 473, dev/sass/pages/tender.scss */
  .tender .anketa .anketa-sbmt {
    position: static;
  }
}

/* line 481, dev/sass/pages/tender.scss */
.tender .anketa._disable .anketa-sbmt {
  display: none;
}

/* line 484, dev/sass/pages/tender.scss */
.tender .anketa._disable input {
  pointer-events: none;
}

/* line 487, dev/sass/pages/tender.scss */
.tender .anketa._disable .input--text {
  color: #333333;
  font-size: 15px;
}

/* line 493, dev/sass/pages/tender.scss */
.tender .anketa._edit .input--text {
  color: rgba(130, 130, 130, 0.8);
  font-size: 15px;
}

/* line 500, dev/sass/pages/tender.scss */
.tender .anketa-item > label {
  margin-bottom: 19px;
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 147%;
  letter-spacing: -0.01em;
  color: #333333;
}

/* line 510, dev/sass/pages/tender.scss */
.tender-form {
  padding-top: 40px;
  border-top: 1px solid #55555B;
}

@media screen and (max-width: 990px) {
  /* line 510, dev/sass/pages/tender.scss */
  .tender-form {
    padding-top: 25px;
  }
}

/* line 517, dev/sass/pages/tender.scss */
.tender-form p {
  color: #4F4F4F;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* line 524, dev/sass/pages/tender.scss */
.tender-form--noStyle {
  border-top: 0;
}

/* line 527, dev/sass/pages/tender.scss */
.tender-form--noStyle .h3, .tender-form--noStyle h3 {
  font-weight: 500;
  font-size: 22px;
  color: #4F4F4F;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* line 535, dev/sass/pages/tender.scss */
.tender-form--noStyle p {
  font-size: 16px;
  color: #4F4F4F;
  opacity: 0.8;
}

/* line 542, dev/sass/pages/tender.scss */
.tender .multiple-styler {
  width: 100% !important;
  height: auto;
  padding: 0 !important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #55555B;
  border-bottom-color: #55555B;
  color: #4F4F4F;
  font-size: 16px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

/* line 554, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-drop input[type="checkbox"] {
  margin-top: 0.2rem;
  opacity: 0;
}

/* line 558, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice > span {
  padding: 11px 40px 11px 27px;
}

/* line 561, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice {
  height: 47px;
  padding: 0;
  border: 0;
}

/* line 566, dev/sass/pages/tender.scss */
.tender .multiple-styler .ms-choice .icon-caret {
  border: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/ar-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 40%;
}

/* line 581, dev/sass/pages/tender.scss */
.tender .multiple-styler li label {
  padding: 5px 18px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 143.69%;
  color: #55555B;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  /* line 581, dev/sass/pages/tender.scss */
  .tender .multiple-styler li label {
    padding: 5px 5px 5px 0;
  }
}

/* line 594, dev/sass/pages/tender.scss */
.tender .multiple-styler li label::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 8px;
  border: 1px solid #6B7581;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 600px) {
  /* line 594, dev/sass/pages/tender.scss */
  .tender .multiple-styler li label::before {
    left: 0;
  }
}

/* line 611, dev/sass/pages/tender.scss */
.tender .multiple-styler li label::after {
  content: '';
  opacity: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 8px;
  border: 1px solid #74BB20;
  background-color: #74BB20;
  background-image: url(../img/svg/checked.svg);
  background-position: center;
  -webkit-background-size: 7px 7px;
          background-size: 7px;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 600px) {
  /* line 611, dev/sass/pages/tender.scss */
  .tender .multiple-styler li label::after {
    left: 0;
  }
}

/* line 632, dev/sass/pages/tender.scss */
.tender .multiple-styler li label span {
  margin-left: 10px;
  font-size: 16px;
  line-height: 143.69%;
  color: #55555B;
  text-transform: none;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

/* line 645, dev/sass/pages/tender.scss */
.tender .multiple-styler li.selected label::before {
  opacity: 0;
}

/* line 649, dev/sass/pages/tender.scss */
.tender .multiple-styler li.selected label::after {
  opacity: 1;
}

/* line 656, dev/sass/pages/tender.scss */
.tender .scroll-item__descr {
  font-size: 14px;
  color: #55555B;
}

/* line 663, dev/sass/pages/tender.scss */
.required--check .jq-checkbox {
  pointer-events: none;
}

/* line 668, dev/sass/pages/tender.scss */
.tr--input::before, .tr--input::after {
  z-index: 1;
}

/* line 673, dev/sass/pages/tender.scss */
.required--select.error .jq-selectbox__select {
  border-color: #EB5757 !important;
}

/* line 678, dev/sass/pages/tender.scss */
.required--select.succes .jq-selectbox__select {
  border-color: #74BB20 !important;
}

/* line 687, dev/sass/pages/tender.scss */
table .tr--input.error::before, table .tr--input.error::after, table .tr--input.error-online::before, table .tr--input.error-online::after {
  background-color: #EB5757 !important;
}

/* line 690, dev/sass/pages/tender.scss */
table .tr--input.error input::-webkit-input-placeholder, table .tr--input.error-online input::-webkit-input-placeholder {
  color: #EB5757 !important;
}
table .tr--input.error input::-moz-placeholder, table .tr--input.error-online input::-moz-placeholder {
  color: #EB5757 !important;
}
table .tr--input.error input::-ms-input-placeholder, table .tr--input.error-online input::-ms-input-placeholder {
  color: #EB5757 !important;
}
table .tr--input.error input::placeholder, table .tr--input.error-online input::placeholder {
  color: #EB5757 !important;
}

/* line 695, dev/sass/pages/tender.scss */
table .tr--input.succes::before, table .tr--input.succes::after {
  background-color: #74BB20 !important;
}

/* line 703, dev/sass/pages/tender.scss */
.anketa-item.password-first, .anketa-item.password-second {
  margin-bottom: 0;
}

/* line 706, dev/sass/pages/tender.scss */
.anketa-item img {
  margin-top: 0;
}

/* line 709, dev/sass/pages/tender.scss */
.anketa-item input {
  padding: 13px 17px 13px 17px;
}