.border-block {
  border: 1px solid #dfdfeb;
  border-radius: 8px;
  position: relative;
}
.border-block__head {
  text-align: center;
  background: #636372;
  color: #fff;
  padding: 18px 15px;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  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;
}
.form-section:first-child {
  border-top-width: 0;
}
.form-section {
  padding: 27px 20px;
  border-top: 1px solid #dfdfeb;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-wrap {
  margin-bottom: 16px;
}
.form-control.input-sm {
  font-size: 13px;
  height: 35px;
  line-height: 17px;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url(../../img/arrow_select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}
.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 15px 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;
}
.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;
}
.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: 0;
  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: 6px;
  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;
}
.input-wrap .checkbox-custom-item {
  margin-top: 26px;
}
.check-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-section.gray {
  background: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.calc-details {
  max-width: 239px;
  padding-left: 36px;
}
.calc-of-cost__title {
  padding-top: 12px;
}
.calc-of-cost__title span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.calc-of-cost__title span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
  margin-top: -13px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border: 1px solid #33CC00;
  border-radius: 50%;
  background: url(../../img/redesign/faq-plus.svg) no-repeat center center;
  background-size: 12px 12px;
}
.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 {
  display: none;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 16px;
}
.calc-of-cost__list li {
  margin: 0;
}
.calc-of-cost__list .dt {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.calc-of-cost__list .dd {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 40%;
}
.calc-of-cost__price.total {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}
.calc-of-cost__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
}
.calc-of-cost__button {
  position: relative;
  margin-top: 26px;
  margin-bottom: 8px;
}
.btn.btn-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
.calc-of-cost__term {
  margin: 10px 0 0;
}
.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: 0;
  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 {
  width: 80px;
}
.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;
}
@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;
}
.services-section {
  padding-top: 60px;
  margin-bottom: 0px;
}
.company {
  padding-top: 60px;
  padding-bottom: 30px;
}
.company__text {
  margin-bottom: 30px;
}
.company #YMapsID {
  height: 340px;
}
h1.title {
  font-weight: 800;
  font-size: 35px;
  line-height: 43px;
  text-align: left;
  margin-bottom: 30px;
}
.services-help {
  padding-top: 0;
  margin-bottom: 10px;
  /*& .title {
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    text-align: left;
    margin-bottom: 30px;
  }*/
}
.service__item-content {
  padding: 25px 0px 25px 20px;
}
.service__item-bottom {
  margin-top: 10px;
}
.service__item-btn {
  margin-top: 20px!important;
}
.dissertatsija-link {
  color: #3e4146;
  text-decoration: none;
}
.dissertatsija-link:hover {
  color: #3e4146;
}
.theses-section {
  background: #ececf2;
  padding-top: 60px;
  padding-bottom: 10px;
}
.page-description {
  color: #3E4146;
  font-size: 17px;
  text-align: left;
  margin: 0px;
  max-width: 100%;
}
.service__item-color2 .service__item-title a {
  background: #6666cc;
  color: #fff;
}
.works-by-subjects {
  padding-top: 0;
  padding-bottom: 40px;
}
.works-by-subjects .service__item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}
@media (max-width: 991px) {
  .works-by-subjects .service__item {
    height: calc(100% - 15px);
  }
}
.works-by-subjects .service__item .btn {
  width: 96% !important;
}
.works-by-subjects .service__item-title {
  flex-grow: 1;
}
.works-by-subjects .service__item-title a {
  font-size: 24px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .works-by-subjects .service__item-content {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .works-by-subjects .service__item-price {
    font-size: 24px;
  }
}
.subjects-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #F2F2F2;
}
.subject-list__item {
  margin-bottom: 25px;
}
.subject-list__item-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
.subject-list__item-name {
  color: #6666cc;
  margin: 0 0 4px;
  font-size: 13px;
}
.subject-list__item-name span {
  color: #91919c;
}
@media all and (max-width: 991px) {
  .footer__subscribe-input::placeholder {
    color: #3E4146;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin-left: 10px;
  }
}
@media all and (max-width: 500px) {
  .mobile-title {
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    text-align: left;
    margin-bottom: 30px;
  }
  .add-service__items {
    background: none;
  }
  .add-service__item {
    background: #EEF0F0;
    border-radius: 27px;
    text-align: center;
    padding: 24px 1px;
    margin-bottom: 16px;
  }
  .add-service__item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 16px;
  }
  .add-service__item-price {
    color: #828282;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 24px;
    text-align: center;
    padding: 0px;
  }
  .add-service__item-btn a {
    line-height: 56px;
    background: #33CC00;
    border-radius: 10px;
    padding: 0 15px;
    border: none;
    font-size: 20px;
    width: 90%;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-decoration: none;
  }
  .add-service__item-btn a:hover,
  .add-service__item-btn a:active {
    background-color: #FF0066 !important;
    color: #fff !important;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
    text-decoration: none;
  }
  .add-service__item-btn:hover,
  .add-service__item-btn:active {
    background: none!important;
    border: none!important;
  }
  .add-service__item-btn-success:active,
  .add-service__item-btn-success:hover {
    border: none!important;
    background: none!important;
  }
  .add-service__arrows {
    margin-top: -18px;
    text-align: center;
  }
  .add-service__arrows .slick-disabled {
    opacity: 0.2;
  }
  .add-service__arrow {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
  }
  .add-service__arrow-prev {
    margin-right: 20px;
    background: url("/img/redesign/mobile/arrow-left.svg") no-repeat center center;
    background-size: 25px 25px;
  }
  .add-service__arrow-next {
    margin-left: 20px;
    background: url("/img/redesign/mobile/arrow-right.svg") no-repeat center center;
    background-size: 25px 25px;
  }
  .add-service-slideshow {
    font-weight: 500;
    display: inline-block;
    margin-top: 42px;
    font-size: 19px;
  }
  .width40 {
    display: block;
    width: 40px;
  }
  .mobile-hidden {
    display: none!important;
  }
  /*FOOTTERRR*/
  .footer-nav__list {
    list-style: none;
    margin-bottom: 15px;
  }
  .footer-nav__item {
    margin-bottom: 9px;
  }
  .footer-nav__link {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #E0E0E0;
  }
  .footer-nav__link:hover,
  .footer-nav__link:active {
    text-decoration: underline;
    color: #E0E0E0;
  }
  .footer-nav_hidden {
    display: hidden;
  }
  .footer-admitad-list {
    position: relative;
  }
  .admitad-head {
    display: inline;
  }
  .admitad-item {
    top: -20px;
    left: -13px;
    position: absolute;
  }
  .footer-nav__item.item-hidden {
    visibility: hidden;
  }
  .footer {
    background: #3E4146;
    padding: 38px 0 38px;
  }
  .footer__subscribe {
    /*background: #434343;
      border-radius: 27px;
      padding: 30px 15px 17px;*/
    margin-bottom: 42px;
  }
  .footer__subscribe-title {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.66px;
    font-style: normal;
    color: #fff;
    margin-bottom: 38px;
  }
  .footer__subscribe-input {
    background-color: #fff !important;
    /*background: #4F4F4F;
        border: 1px solid #4F4F4F;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 13px;
  }
  .footer__subscribe-input::placeholder {
    color: #3E4146;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin-left: 10px;
  }
  .footer__subscribe-btn {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 10px;
    color: #F2F2F2;
  }
  .footer__subscribe-btn:active,
  .footer__subscribe-btn:hover {
    background-color: #FF0066 !important;
    color: #fff !important;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
  }
  .footer__nav--docs {
    margin-lefT: 17px;
    margin-top: 42px;
    text-align: left;
    letter-spacing: 0.3px;
  }
  .footer__nav--docs li {
    margin-top: 10px;
  }
  .footer__nav--docs a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
  }
  .footer__nav--docs a:active {
    text-decoration: underline;
  }
  .footer__menu {
    width: 100%;
    display: inline-block;
  }
  .footer__menu_head .headlist {
    background: url('/img/redesign/footer-menu-arrow.svg');
    background-repeat: no-repeat;
    background-position: right;
  }
  .footer__menu,
  .footer__contacts,
  .footer__disclaimer {
    padding: 0 16px;
  }
  .footer__menu-stroke,
  .footer__contacts-stroke,
  .footer__disclaimer-stroke {
    border-top-color: #fff;
    margin: 16px 0px 16px 0px;
  }
  .footer-menu__list {
    display: none;
  }
  .footer__contacts {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 0px;
    border: none;
  }
  .footer__contacts a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  .footer__contacts a:active {
    text-decoration: underline;
    color: #fff;
  }
  .footer__contacts-info {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer__contacts-center {
    margin-top: 30px;
    margin-left: 17px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .footer__contacts-center a {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
  }
  .footer__contacts-center a:active {
    text-decoration: underline;
    color: #fff;
  }
  .footer__contacts-center p {
    margin-top: 11px;
  }
  .footer__contacts-city {
    margin-top: 33px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .footer__contacts-city a {
    font-weight: 700!important;
    font-size: 25px!important;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
  }
  .footer__contacts-city a:active {
    text-decoration: underline;
    color: #fff;
  }
  .footer__payment {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .footer__payment p {
    margin-bottom: 10px;
    color: #E0E0E0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .footer__disclaimer {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 5px;
  }
  .footer__disclaimer:last-child {
    margin-bottom: 0;
  }
  .footer__disclaimer a {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
  }
  .footer__disclaimer a:active {
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
  }
  .footer .headlist {
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
  }
  .footer__social {
    margin-left: 16px;
    text-align: left;
  }
  .footer__social li {
    display: inline;
  }
  .footer__social li a {
    height: 40px;
    width: 40px;
    padding: 7px;
    display: inline-block;
    color: #3E4146;
    background-color: #fff;
    border-radius: 10px;
    line-height: 26px;
  }
  .footer__social li a path {
    fill: #3E4146;
  }
  .footer__social li a:hover {
    background-color: #FF0066;
  }
  .footer__social li a:hover path {
    fill: #fff;
  }
  .MagicLink {
    float: right;
    margin-top: -13px;
    height: 51px;
    width: 131px;
    /* background-position-y: top; */
    background: url(/img/admitad/logo-mobile.svg);
  }
  .MagicLink:active,
  .MagicLink:hover {
    background: url(/img/admitad/logo-blue.svg);
  }
  .MagicLink-Image {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  /*FOOTTERRR*/
}
@media all and (min-width: 768px) {
  .service-calc {
    padding-top: 20px;
  }
  .service-features {
    padding-bottom: 70px;
  }
  .order-promo {
    display: flex;
    justify-content: space-between;
  }
  .order-promo__item {
    display: flex;
    flex: 1 1 20%;
    flex-direction: column;
  }
  .calc-of-cost__title {
    text-align: center;
  }
  .calc-of-cost__title span {
    font-size: 28px;
  }
  .calc-of-cost__price:not(.total) {
    font-size: 15px;
  }
  .calc-details {
    margin: 0 auto;
    max-width: 389px;
    padding-left: 36px;
  }
  .services-help {
    padding-top: 20px;
  }
}
@media all and (min-width: 992px) {
  .company {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .company__text {
    margin-bottom: 60px;
  }
  .company #YMapsID {
    height: 450px;
  }
  h1.title {
    font-weight: 800;
    font-size: 50px;
    line-height: 43px;
    text-align: left;
    margin-bottom: 60px;
  }
  .col-lg-4 {
    max-width: 32.73% !important;
    padding-left: 15px;
    padding-right: 0px;
  }
  .form-section {
    padding-left: 0;
    padding-right: 0;
  }
  .services-help .service__item:nth-child(n - 3),
  .theses-section .service__item:nth-child(n - 3),
  .works-by-subjects .service__item:nth-child(n - 3) {
    margin-bottom: 50px;
  }
  .subjects-list,
  .works-by-subjects {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1093px) {
  .calc-of-cost__term {
    position: absolute;
    top: 14px;
    left: 100%;
    z-index: 1;
    margin-top: 0;
    margin-left: 25px;
    width: 260px;
    font-size: 13px;
    line-height: 16px;
    color: #91919c;
  }
}
/*# sourceMappingURL=redesign-services.css.map */