.border-block {
  border: 1px solid #dfdfeb;
  border-bottom: 0;
  border-radius: 8px;
  position: relative;
}
.border-block__head {
  text-align: center;
  background: #636372;
  color: #fff;
  padding: 18px 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.14;
  border-radius: 6px 6px 0 0;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.order-tabs .tabs-wrap {
  border: 1px solid #dfdfeb;
  border-top-width: 0;
  border-radius: 0 0 8px 8px;
}
.order-steps {
  padding: 0 15px;
}
.form-section:first-child {
  border-top-width: 0;
  padding: 20px 20px 10px;
}
.form-section {
  border-top: 1px solid #CED2DA;
  padding: 28px 20px 20px;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-wrap,
.checkbox-row {
  margin-bottom: 24px;
}
.form-control.input-sm {
  font-size: 13px;
  height: 35px;
  line-height: 17px;
}
.form-control.input-sm {
  font-size: 15px;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url(/img/redesign/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
  background-size: 14px 8px;
}
.checkbox-inline-list,
.radio-inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkbox-inline-list li,
.radio-inline-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 24px 0;
}
.checkbox-inline-list li:last-child,
.radio-inline-list li:last-child {
  margin-right: 0;
}
.radio-custom-item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  color: #636372;
  margin: 0;
}
.radio-custom-item [type="radio"]:not(:checked),
.radio-custom-item [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.radio-custom-item [type="radio"]:not(:checked) + .radio-label,
.radio-custom-item [type="radio"]:checked + .radio-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
  display: block;
}
.radio-custom-item [type="radio"]:not(:checked) + .radio-label:before,
.radio-custom-item [type="radio"]:checked + .radio-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: #e6e9ef;
  border-radius: 50%;
}
.radio-custom-item [type="radio"]:checked + .radio-label:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  margin: 0;
  top: 7px;
  left: 7px;
  border-radius: 50%;
  background: #fff;
}
.radio-custom-item [type="radio"]:checked + .radio-label:before {
  background: #6666cc;
}
.radio-custom-item [type="radio"]:checked + .radio-label:after {
  display: block;
}
.checkbox-custom-item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  color: #636372;
  margin: 0;
  padding-top: 3px;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label,
.checkbox-custom-item [type="checkbox"]:checked + .check-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
  display: block;
  line-height: 1.1;
}
.checkbox-custom-item [type="checkbox"]:not(:checked),
.checkbox-custom-item [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-custom-item.no-wrap {
  white-space: nowrap;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label {
  color: #91919c;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + .check-label:before,
.checkbox-custom-item [type="checkbox"]:checked + .check-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 21px;
  height: 21px;
  background: #e6e9ef;
  border-radius: 4px;
}
.checkbox-custom-item [type="checkbox"]:checked + .check-label:before {
  background: #6666cc;
}
.checkbox-custom-item [type="checkbox"]:checked + .check-label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  margin: 0;
  top: 3px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.checkbox-custom-item [type="checkbox"]:checked + .check-label:after {
  display: block;
}
.check-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-section.gray {
  background: #f7f7f7;
}
.calc-of-cost__title {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}
.calc-of-cost__title.active span:before {
  background: url(../../img/redesign/faq-minus.svg) no-repeat center center;
  background-size: 12px 2px;
}
.calc-of-cost__list {
  margin-bottom: 35px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
  color: #464650;
}
.calc-of-cost__list li {
  margin-bottom: 10px;
}
.calc-of-cost__list .dt {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.calc-of-cost__list .dd {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 40%;
  color: #1E1E24;
}
.calc-of-cost__list .dd.red {
  color: #E3387C;
}
.calc-of-cost__price.total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 700;
  margin-bottom: 20px;
}
.calc-of-cost__price.total .text {
  font-size: 14px;
  line-height: 1.2;
  color: #1E1E24;
}
.calc-of-cost__price.total .price {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}
.order-promocode {
  background: white;
  border: 1px solid #CED2DA;
  font-size: 13px;
}
.order-promocode::placeholder {
  color: #A8B2C5;
}
.calc-of-cost__price:not(.total) {
  font-size: 14px;
}
.calc-of-cost__price:not(.total) .text {
  flex: 0 0 60%;
}
.calc-of-cost__price:not(.total) .price {
  flex: 0 0 auto;
}
.calc-of-cost__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #464650;
}
.calc-of-cost__price_hidden {
  display: none;
}
.calc-of-cost__disclaimer {
  background-color: #fff;
  padding: 18px 20px 18px 18px;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
}
.calc-of-cost__disclaimer-text {
  color: #A8B2C5;
  font-size: 11px;
  line-height: 14px;
  margin-left: 13px;
}
.calc-of-cost__button {
  position: relative;
  margin-top: 18px;
  margin-bottom: 8px;
}
.btn.btn-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
.calc-of-cost__term {
  margin: 19px 0 0;
  font-size: 11px;
  color: #A8B2C5;
  text-align: left;
}
.calc-of-cost__term a {
  text-decoration: underline;
  color: inherit;
}
.calc-of-cost__term .btn {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 36px;
}
.service-calc {
  padding-top: 0;
}
.calculation .row {
  margin-left: -10px;
  margin-right: -10px;
}
.calculation .col-1,
.calculation .col-2,
.calculation .col-3,
.calculation .col-4,
.calculation .col-5,
.calculation .col-6,
.calculation .col-7,
.calculation .col-8,
.calculation .col-9,
.calculation .col-10,
.calculation .col-11,
.calculation .col-12,
.calculation .col,
.calculation .col-auto,
.calculation .col-sm-1,
.calculation .col-sm-2,
.calculation .col-sm-3,
.calculation .col-sm-4,
.calculation .col-sm-5,
.calculation .col-sm-6,
.calculation .col-sm-7,
.calculation .col-sm-8,
.calculation .col-sm-9,
.calculation .col-sm-10,
.calculation .col-sm-11,
.calculation .col-sm-12,
.calculation .col-sm,
.calculation .col-sm-auto,
.calculation .col-md-1,
.calculation .col-md-2,
.calculation .col-md-3,
.calculation .col-md-4,
.calculation .col-md-5,
.calculation .col-md-6,
.calculation .col-md-7,
.calculation .col-md-8,
.calculation .col-md-9,
.calculation .col-md-10,
.calculation .col-md-11,
.calculation .col-md-12,
.calculation .col-md,
.calculation .col-md-auto,
.calculation .col-lg-1,
.calculation .col-lg-2,
.calculation .col-lg-3,
.calculation .col-lg-4,
.calculation .col-lg-5,
.calculation .col-lg-6,
.calculation .col-lg-7,
.calculation .col-lg-8,
.calculation .col-lg-9,
.calculation .col-lg-10,
.calculation .col-lg-11,
.calculation .col-lg-12,
.calculation .col-lg,
.calculation .col-lg-auto,
.calculation .col-xl-1,
.calculation .col-xl-2,
.calculation .col-xl-3,
.calculation .col-xl-4,
.calculation .col-xl-5,
.calculation .col-xl-6,
.calculation .col-xl-7,
.calculation .col-xl-8,
.calculation .col-xl-9,
.calculation .col-xl-10,
.calculation .col-xl-11,
.calculation .col-xl-12,
.calculation .col-xl,
.calculation .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
.service-features {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #F2F2F2;
}
.order-promo__item {
  display: block;
  margin: 0 auto 25px;
}
.order-promo__item:last-child {
  margin-bottom: 0;
}
.order-promo__visual {
  text-align: center;
  margin-bottom: 15px;
}
.order-promo__visual img {
  height: 64px;
}
.order-promo__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  color: #3E4146;
}
.order-promo__title {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}
.order-promo__help {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  color: #91919c;
}
.user-header {
  margin-bottom: 0px;
}
.loader_order_form {
  border: 10px solid #f3f3f3;
  /* Light grey */
  border-top: 10px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
.sidebar-calc {
  padding: 36px 27px;
  background: #F5F7FB;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
.select_type_work .popover {
  left: 10px!important;
  border: none!important;
  background-color: #FFCD32!important;
}
.select_type_work .popover-content {
  text-align: center;
  padding: 3px 40px!important;
  !*color: #000;*!
}
.select_type_work .popover .arrow {
  left: 20%!important;
  border: none;
}
.select_type_work .popover .arrow:after {
  border-top-color: #FFCD32!important;
}*/
.order-step {
  position: relative;
  font-size: 13px;
  overflow: hidden;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}
.order-step__num {
  flex: 0 0 50px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #636372;
  border-radius: 50%;
  border: 1px solid #d1d1d6;
}
.order-step__text {
  padding-left: 15px;
}
.order-tabs__wrap .tab-content:not(.user-panel) {
  border: 1px solid #CED2DA;
  border-radius: 0 0 8px 8px;
}
.order-tabs__wrap .btn-success {
  padding: 10px 10px;
  font-size: 15px;
  line-height: 1.2;
}
.order-tabs__wrap .reg-form {
  margin-bottom: 25px;
}
.order-tabs__wrap .order_login_form {
  margin-bottom: 25px;
}
.order-tabs {
  border-bottom: 3px solid #ffcc00;
  flex-wrap: nowrap;
}
.order-tabs .nav-item {
  flex: 1 1 50%;
  margin-bottom: 0;
}
.order-tabs .nav-link {
  width: 100%;
  text-shadow: none;
  background: #3E4146;
  padding: 15px 4px;
  border: none;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #fff;
  letter-spacing: -0.2px;
}
.order-tabs .nav-link:hover {
  background: #636372;
  color: white;
}
.order-tabs .nav-link.active {
  color: #464650;
  background: #ffcc00;
}
.order_login_form .forgot {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-decoration: underline;
  color: #66C;
}
.order_login_form .forgot:hover {
  color: #66C;
  font-weight: 700;
}
.byparts_count_comment {
  margin: -11px 0 20px;
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #A8B2C5;
  display: none;
}
.login-title {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 21px;
  margin-top: 10px;
}
.social-auth__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 13px;
  padding: 0 15px;
  line-height: 1.05;
}
.file-choose-block p {
  font-size: 13px !important;
  margin-bottom: 15px;
}
.attached-files__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 16px;
}
.order-form .file {
  position: relative;
  overflow: hidden;
}
.order-form .file a {
  background: url(/img/layout/btn-file.png) no-repeat;
  width: 150px;
  height: 27px;
  text-align: center;
  color: #333;
  display: block;
  line-height: 27px;
}
.order-form .file input {
  opacity: 0;
  font-size: 200px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  cursor: pointer;
}
.order-form .added {
  background: url(/img/layout/ico-7.png) no-repeat;
  padding: 1px 0 3px 21px;
  display: block;
  margin: 0 0 10px;
}
.order-form .attachfile_btn {
  background: #a8b2c5;
  color: #fff;
  padding: 0.45rem 0.85rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.2rem;
  cursor: pointer;
}
.order-form .guarantees-block__information {
  width: 139px;
  height: 139px;
  background-size: 100%;
  padding: 29px 10px 10px;
  top: -50px;
}
.choice__item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.choice__item-help {
  color: #636372;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.added em {
  display: inline-block;
  cursor: pointer;
  background: url(../../img/layout/ico67.gif) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}
#noClaimText {
  font-size: 11px;
  color: #02a71b;
}
#descr {
  resize: none;
}
.promo-code-wrapper {
  margin-bottom: 14px;
}
.promo-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.bonus-green {
  color: #279A00;
}
.std_srok_under_srok_label {
  margin-top: 7px;
  font-size: 11px;
  color: #A8B2C5;
  font-weight: 600;
}
.btn-apply-promo {
  background: #6666CC;
  flex: 0 0 125px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 14px;
  font-size: 14px;
  font-weight: normal;
}
.btn-apply-promo:hover {
  color: #fff;
}
.promo-code-applied-successfully {
  color: #279a00;
}
.promo-code-not-applied {
  color: red;
}
.order-promo {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .order-promo {
    flex-wrap: wrap;
  }
}
.order-promo__item {
  display: flex;
  flex: 1 1 20%;
  flex-direction: column;
}
@media (max-width: 767px) {
  .order-promo__item {
    flex-basis: 50%;
  }
}
@media (max-width: 420px) {
  .order-promo__item {
    flex-basis: 100%;
  }
}
@media all and (min-width: 768px) {
  .service-calc {
    padding-top: 20px;
  }
  .service-features {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .calc-of-cost__title {
    text-align: center;
  }
  .calc-of-cost__title span {
    font-size: 28px;
  }
  .login-title {
    padding: 0 20px;
    font-size: 24px;
  }
  .social-auth__title {
    font-size: 22px;
    padding: 0 80px;
  }
  .calc-of-cost__price:not(.total) .text {
    flex: 0 0 66%;
  }
  .order-tabs .nav-link {
    font-size: 17px;
    padding: 15px 20px;
    letter-spacing: 0;
  }
  .input-wrap .checkbox-custom-item {
    margin-top: 26px;
  }
  .choice__item-title {
    font-size: 17px;
  }
  .choice__item-help {
    font-size: 15px;
    max-width: 410px;
    margin: 0 auto;
  }
}
@media all and (min-width: 992px) {
  .form-section {
    padding: 42px 0 0 0;
  }
  .form-section:first-child {
    padding: 0 0 24px 0;
  }
  .border-block__head {
    font-size: 21px;
  }
  .order-tabs__wrap .tab-content {
    padding: 43px 33px;
  }
  .sidebar-calc {
    padding: 36px 34px;
    border-radius: 7px;
  }
  .input-wrap--foreign {
    height: 40px;
    display: flex;
    align-items: center;
  }
  .container--mob-full .row .order-form__main {
    padding-right: 30px;
  }
}
@media all and (min-width: 1093px) {
}
@media all and (min-width: 1200px) {
  .login-title {
    font-size: 28px;
  }
}
.theses-section {
  background: #ececf2;
  padding-bottom: 90px;
}
.service__item-color2 .service__item-title a {
  background: #6666cc;
  color: #fff;
}
.dissertatsija-custom-title {
  color: inherit;
}
.dissertatsija-custom-title:hover {
  text-decoration: none;
  color: inherit;
}
.delivery-in-parts-services-tooltip > .tooltip-inner {
  max-width: 330px;
}
.delivery-in-parts-for-familiarization-radio-button-with-label-width {
  min-width: 10.3em;
}
@media (min-width: 992px) {
  .order-form .sticky-parent {
    align-self: flex-start;
    position: sticky;
    top: 34px;
  }
}
.blk-additional-services {
  margin-top: 15px;
}
.blk-additional-services__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-right: 25px;
  cursor: pointer;
}
.blk-additional-services__title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
.blk-form-auth-socials {
  margin-bottom: 30px;
}
.blk-form-auth-socials .social-auth__text {
  margin-right: 0;
  margin-bottom: 20px;
}
.disser_options {
  visibility: hidden;
  position: absolute;
}
.byparts_count {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .byparts_count {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#order_form #predmet {
  text-transform: lowercase;
}
#order_form .badge-secondary {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  position: relative;
  bottom: 1px;
}
#order_form .badge-secondary img {
  width: 12px;
  height: 12px;
  display: block;
}
.ui-menu .ui-menu-item-wrapper {
  text-transform: lowercase;
}
.tooltip-inner {
  max-width: 210px;
}
.promo-code-discount-reduction-reason-tooltip > .tooltip-inner {
  max-width: 195px;
}
/*# sourceMappingURL=pg_orders.css.map */