@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@1,600&display=swap');


.review-slide__scan-wrapper a {
  cursor: pointer;
  transition: color 200ms;
}

.review-slide__scan-wrapper a:hover {
  color: #106fc2;
  text-decoration: underline;
}

form.main-consult-form {
  flex-flow: column;
}

.form-overlay__address-wrapper {
  position: relative;
}

.form-overlay__address-wrapper p {
  margin: 0;
}

.form-overlay__heading {
  margin-left: -2px;
}

.form-overlay__address {
  position: absolute;
  bottom: 20px;
}

.form-type-webform-terms-of-service {
  border: 0;
  border-radius: 0;
  margin-top: 10px;
}

.form-type-webform-terms-of-service .form-checkbox {
  position: relative;
  top: 3px;
}

.form-type-webform-terms-of-service .form-item--title-link {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #9dafbd;
  border-bottom: 1px solid #9dafbd;
  text-decoration: none;
}

.form-type-webform-terms-of-service .form-item--title-link:hover {
  border: 0;
}

.form-type-webform-terms-of-service .error + .form-item--title-link {
  border-bottom: 1px solid red;
}

.main-consult-form .input-wrapper input.form-checkbox {
  height: auto;
  width: auto;
}

.webform-submission-kontakty-perezvonim-form .form-type-webform-terms-of-service .form-item--title-link {
  color: #074b79;
}

.block-consult .form-type-webform-terms-of-service {
  text-align: center;
}


.form-overlay__address-item:nth-of-type(3),
.form-overlay__address-item:nth-of-type(4) {
  margin-left: 10px;
  justify-content: flex-start;
}

.form-overlay__address-item:nth-of-type(3) a,
.form-overlay__address-item:nth-of-type(4) a {
  margin-left: 5px;
}

.path-frontpage .team .title-page {
  text-align: center;
}

.margin-bottom {
  margin-bottom: 60px;
}

.block-front__btn {
  position: relative;
  z-index: 2;
  padding: 11px 23px;
  border: 1px solid #026FC2;
  border-radius: 6px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #026FC2;
  cursor: pointer;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  padding: 11px 30px;
  background-color: #106FC2;
  color: #ffffff;
}

.block-front-price__wrapper {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.block-front__btn:hover {
  opacity: 0.8;
}

.block-front-price__wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #106FC2;
}

.block-front-price .price-list__list {
  overflow: hidden;
  transition: height 0.6s;
}

.wrapper-video {
  padding-bottom: 0;
  height: 0;
  padding-top: 56.25%;
}

.wrapper-video iframe {
  height: 100%;
}


.table-contents {
  box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
  padding: 27px 0 48px;
}

.table-contents__title {
  max-width: 750px;
  margin: 0 auto 10px;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 0em;
  line-height: 46px;
  text-align: left;
  color: #074b79;
  letter-spacing: -0.4px;
}

.table-contents__title span {
  position: relative;
}

.table-contents__title span::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -15px;
  width: 8px;
  height: 8px;
  background-image: url('../img/svg/icon-arrow-title-menu.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.table-contents__items {
  list-style: none;
  max-width: 750px;
  margin: auto;
  padding-left: 77px;
}

.table-contents__item {
  margin-bottom: 7px;
}

.table-contents__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 26px;
  text-align: left;
  color: #284f69;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: underline;
}

.table-contents__item a:hover {
  text-decoration: none;
}

.table-contents__item a::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -32px;
  width: 18px;
  height: 8px;
  background-image: url('../img/svg/icon-feather-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: contain;
}


.tag-service {
  box-shadow: 0px 2px 4px rgb(0 0 0 / 5%), inset 0px 2px 4px rgb(0 0 0 / 5%);
  padding: 32px 0 32px;
  margin-bottom: 20px;
}

.tag-service__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.tag-service a {
  padding: 6px 12px;
  border: 1px solid #1177c5;
  color: #1177c5;
  transition: all 0.4s;
  border-radius: 4px;
  margin: 7px 4px 6px;
  font-size: 14px;
}

.tag-service a:hover {
  color: #ffffff;
  background-color: #1177c5;
}


.block-action {
  padding: 31px 0 49px;
  background-color: #074b79;
  position: relative;
  margin-bottom: 40px;
}

.block-action .webform-submission-action-form {
  max-width: 750px;
  margin: auto;
  position: relative;
}

.block-action .block-consult__heading {
  text-align: left;
}

.block-action .block-consult__heading::after {
  left: 5px;
}

.block-action .block-consult__descr {
  text-align: left;
  color: #ffffff;
  margin-top: 0;
}

.block-action .block-consult__form {
  justify-content: flex-start;
  margin-top: 28px;
}

.block-action .block-consult__form .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #026FC2;
  border-radius: 6px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #026FC2;
  cursor: pointer;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  padding: 11px 52px !important;
  border: none;
  background-color: #EC1C24;
  color: #ffffff;
}

.block-action .main-consult-form .input-wrapper {
  max-width: 366px;
}

.block-action .main-consult-form .input-wrapper input {
  height: 38px;
}

.block-action .main-consult-form .input-wrapper {
  margin-right: 16px;
}

.block-action .block-consult__form .btn:hover {
  opacity: 0.8;
}

.block-action .form-type-webform-terms-of-service {
  margin-top: 20px;
}

.article-block .block-consult__heading {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0;
  font-size: 54px;
  line-height: 63px;
  letter-spacing: -0.12rem;
  text-align: left;
  color: #ffffff;
}

.article-block .block-consult__descr {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.045rem;
  text-align: left;
  color: #ffffff;
  margin: 0;
}

.article-block .block-action {
  margin-left: -32px;
  margin-right: -32px;
}

.article-block .block-action::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -999em;
  width: 999em;
  background-color: #074b79;
}

.block-action .block-consult__wrapper {
  display: block;
}

.article-block .block-action::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999em;
  width: 999em;
  background-color: #074b79;
}

.article-block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .block-action .webform-submission-action-form::after {
    content: '%';
    display: block;
    position: absolute;
    right: -6px;
    top: 12px;
    border-radius: 50%;
    border: 10px solid #9dafbd;
    color: #9dafbd;
    width: 146px;
    height: 146px;
    text-align: center;
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
    opacity: 0.7;
    font-family: 'Crimson Pro', serif;
  }
}

@media (max-width: 440px) {

  .block-action .block-consult__form .btn {
    width: 100%;
    margin-top: 20px;
  }
}


.article-block .callback-block-with-modal__text {
  margin: 0 0 40px;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 26px;
  text-align: center;
  color: #9dafbd;
}


.wrapper-video .yt-video-lazy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-node-3 .team .title-page {
  text-align: left;
}

.buh-services  {
  padding-bottom: 60px;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}

.buh-services-outsourcing {
  padding-bottom: 0;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -60px;
}

.buh-services .buh-services__title {
  margin: 0;
  letter-spacing: var(--unnamed-character-spacing--1);
  color: var(--unnamed-color-074b79);
  text-align: center;
  margin-bottom: 60px;
}

.buh-services__items {
  display: flex;
  flex-wrap: wrap;
}

.buh-service__item {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0 15px 15px;
  min-height: 135px;
  margin-bottom: 42px;
}

.buh-service__item-wrapper:after {
  content: "";
  display:block;
  clear:both;
}

.buh-service__item-icon {
  float: left;
  margin-top: 3px;
}

.buh-service__item-text p {
  font-size: 18px;
  margin-bottom: 20px;
  word-break: break-word;
}


.buh-service__item-text p:last-of-type {
  margin-bottom: 0;
}

.buh-services__title-outsourcing {
  text-align: center;
  font-size: 54px;
  text-align: center;
  line-height: 1.16666;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 70px;
  margin-top: 70px;
}

.buh-services__title-outsourcing  strong {
  font-weight: 600;
  text-align: center;
}

.buh-service__item-text {
  margin-left: 99px;
  color: #074B79;
  font-size: 18px;
}

.buh-services-outsourcing .buh-services__items {
  margin-bottom: -23px;
}

.buh-services-outsourcing .buh-service__item-text {
  margin-left: 64px;
}

.buh-services-outsourcing .buh-service__item:nth-of-type(2) .buh-service__item-text {
  margin-left: 70px;
}

.buh-services-outsourcing .buh-service__item:nth-of-type(3) .buh-service__item-text {
  margin-left: 74px;
}

.buh-services-outsourcing .buh-service__item:nth-of-type(3) .buh-service__item-wrapper {
  padding-left: 38px;
}

.buh-service__item-number {
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -1px;
  color: #074B79;
  float: left;
  margin-top: -3px;
}

@media screen and (max-width: 900px) {
  .buh-service__item {
    width: 50%;
    min-height: initial;
    margin-bottom: 35px;
  }
  .buh-services-outsourcing .buh-service__item:nth-of-type(3) .buh-service__item-wrapper {
    padding-left: 0;
  }

}

@media screen and (max-width: 767px) {
  .buh-service__item-text p {
    font-size: 16px;
    line-height: 20px;
  }

  .buh-services__title-outsourcing {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .buh-services__title-outsourcing  strong {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .buh-services-outsourcing .buh-services__items {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  .buh-service__item {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
