#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.fas.fa-phone {
  transform: rotate(90deg);
}

.page__nav {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 45px;
}

.page__nav p {
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: #000;
  margin-bottom: 0;
}

.page__nav p.lead {
  font-size: 22px;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .page__nav p.lead {
    font-size: 30px;
  }
}
.page__nav .nav-item {
  position: relative;
  margin-right: 4px;
  margin-left: 3px;
}

.page__nav .nav-item:last-child {
  margin-right: 0;
}

.page__nav .nav-item:after {
  content: "";
  display: block;
  background: #d7d9da;
  height: 16px;
  width: 1px;
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -8px;
}

.page__nav .nav-item:last-child:after {
  display: none;
}

.page__nav .nav-item .nav-link {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 400;
  color: #000;
  padding: 14px 16px;
  border-bottom: 4px solid transparent;
}
.page__nav .nav-item .nav-link:hover {
  text-decoration: underline dotted;
  text-underline-offset: 5px;
}
.page__nav .nav-item .nav-link.active {
  font-weight: 500;
  border-bottom-color: #e30014;
}
.page__nav .nav-item .nav-link.active:hover {
  text-decoration: none;
}

.page.site__page img {
  margin: 15px;
}

.page img {
  max-width: 100%;
}

/*margin-top 20px
margin-bottom 20px*/
/*@media (min-width: 768px)
  margin-left: 20px
  margin-right: 20px*/
.blog__faq {
  background: #ecf0f1 !important;
}

.blog-stream section.post {
  margin-bottom: 20px;
  position: relative;
}

.blog-stream section.post a {
  color: #000;
}

.blog-stream section.post a.btn.btn-red {
  color: #fff;
  text-decoration: none;
}

.blog-stream section.post a:hover {
  color: #000;
}

@media (min-width: 1200px) {
  .blog-stream section.post .post__image {
    height: 400px;
  }
}
.blog-stream section.post .post__image a {
  width: 100%;
}

.blog-stream section.post .post__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-stream section.post .post__date {
  margin-bottom: 10px;
}

.blog-stream section.post .post__detail a {
  font-size: 26px;
  line-height: 1em;
  color: #165fbd;
}

.blog-stream section.post .post__detail a:hover {
  text-decoration: none;
}

.blog-stream section.post.post__faq {
  background: #fff;
  text-align: left;
  padding: 20px 40px;
  margin-bottom: 10px;
}

.blog-stream section.post.post__faq .post__title h3 {
  margin-bottom: 0;
}

.blog-stream section.post.post__faq .post__title a {
  display: block;
  padding-right: 65px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2em;
}
.blog-stream section.post.post__faq .post__title a:hover {
  color: #e30014;
}
.blog-stream section.post.post__faq .post__title a[aria-expanded=true] {
  color: #e30014;
}

.blog-stream section.post.post__faq .post__icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.blog-stream section.post.post__faq .post__icon a {
  width: 25px;
  height: 25px;
  border: 1px solid #e2e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .blog-stream section.post.post__faq .post__icon {
    top: 8px;
    right: 40px;
  }
  .blog-stream section.post.post__faq .post__icon a {
    width: 48px;
    height: 48px;
  }
}

.blog-stream section.post.post__faq .post__text > div {
  padding-top: 20px;
}

.blog-stream section.post.post__faq .post__text > div p:last-child {
  margin-bottom: 0;
}

.blog-stream section.post.post__faq .post__text.collapsing + .post__icon a svg,
.blog-stream section.post.post__faq .post__text.collapse.show + .post__icon a svg {
  transition: all 0.25s;
  transform: rotate(45deg);
}

.blog-stream section.post.post__review .post__label {
  margin-bottom: 20px;
}

.blog-stream section.post.post__review .post__label a.btn {
  background: #fff;
  border-color: rgba(56, 117, 187, 0.32);
  color: #3875bb;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  padding: 5px 10px;
  text-transform: uppercase;
}

.blog-stream section.post.post__review.post__review--video .post__content {
  padding: 0;
  text-align: center;
}

.blog-stream section.post.post__review.post__review--video .post__content .embed-responsive {
  margin-bottom: 10px;
}

.blog-stream section.post.post__review.post__review--video .post__content span {
  font-size: 17px;
  font-weight: 700;
}

.blog-stream section.post.post__review .post__picture {
  width: 265px;
  height: 100%;
  margin: 35px 25px;
}

.blog-stream section.post.post__review .post__picture .post__picture__cover {
  background: #b7b7b7;
  transform: rotate(7deg);
  max-width: 205px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.blog-stream section.post.post__review .post__picture .post__picture__cover img {
  transform: rotate(-7deg);
}

article.post__portfolio .text {
  position: relative;
  font-size: 26px;
}

article.post__portfolio .portfolio-item__images {
  margin-bottom: 2em;
}

article.post__portfolio .portfolio-item__images img {
  margin-bottom: 1em;
}

article.post__review .post__content .post__text {
  position: relative;
  font-size: 26px;
}

.audio_post audio {
  width: 100%;
  margin-top: 45px;
}

@media (max-width: 768px) {
  article.post__review .post__content.audio_post_wrapper {
    padding: 0;
  }
  .audio_post audio {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  article.post__review.post__review--video .post__content {
    padding: 0;
  }
}
article.post__review .post__cover {
  background: #b7b7b7;
  transform: rotate(7deg);
  max-width: 450px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  margin-top: 100px;
  margin-bottom: 100px;
}

article.post__review .post__cover img {
  transform: rotate(-7deg);
}

.js-topline + main .block_menu_blog .sticky-top {
  padding-top: 8rem !important;
  z-index: 990;
}

@media (min-width: 992px) {
  .modal-dialog {
    min-width: 700px;
  }
}
.modal-title {
  font-size: 32px;
  color: #000;
  line-height: 1em;
  font-weight: 600;
}

.portfolio-item__images a {
  padding: 0;
  background-color: #fff;
  border: 15px solid #fff;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 9px 10px 5px #ddd;
  margin-bottom: 3rem;
  text-align: center;
}

.portfolio-item__images a img {
  width: 100%;
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .portfolio-item__images a {
    height: 330px;
  }
  .portfolio-item__images a img {
    min-height: 330px;
  }
}
.portfolio-stream > nav.old,
.blog-stream > nav.old {
  display: none;
}

.blog-stream .pager.old {
  display: none;
}

.blog-stream + .pager.old {
  display: none;
}

.section__grid .col-3 {
  margin-bottom: 30px;
}

.section__grid .section__item {
  background: #fff;
  padding: 20px 25px;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 9px 10px 5px #ddd;
  border: 1px solid #ecf0f1;
}

.section__grid .section__item .section-item__content {
  height: 100%;
  text-align: center;
  position: relative;
}

.section__grid .section__item .section-item__content .section-item__title {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  min-height: 63px;
  display: block;
  text-decoration: none;
}

.section__grid .section__item .section-item__content .section-item__icon .icon {
  width: 53px;
  height: 49px;
}

.section__grid .section__item .section-item__content .section-item__brief {
  color: #000;
  margin-bottom: 12px;
}

.section__grid.section__grid--payment .section-item__icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 120px;
  height: 120px;
  margin: 0 auto;
}

.nav-tabs,
.nav-pills {
  margin-bottom: 1rem;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
  color: #000;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
  background-color: #e30014;
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
/*
29_11_22
.breadcrumb {
  display: none;
}
@media (min-width: 576px) {
  .breadcrumb {
    display: flex;
  }
}*/
.breadcrumb {
  display: flex;
}

#before-load {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

#before-load .before-load__content {
  left: 50%;
  top: 50%;
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#before-load .before-load__content .before-load__logo {
  display: flex;
  margin-bottom: 20px;
}

#before-load .before-load__content .before-load__spinner {
  display: flex;
  justify-content: center;
}

#before-load .before-load__content i {
  font-size: 70px;
  color: #e41e26;
}

.modal#formModal {
  z-index: 1060;
}

#exampleModal {
  color: #fff;
  /*background #313896*/
}

#exampleModal .modal-dialog {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0 !important;
}

#exampleModal .modal-dialog .modal-content {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 100%;
}

#exampleModal .modal-dialog .modal-content .modal-body {
  padding-top: 1.5rem;
}

#exampleModal .modal-dialog .modal-content .modal-body .container {
  max-width: 1420px;
}

.blog__categories .nav-link {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.blog__categories .nav-link.active {
  text-decoration: none;
  background: #e30014;
  border-radius: 0;
  color: #fff;
  border-color: #e30014;
}

.page__price {
  margin-bottom: 50px;
}

.page__price .price__item {
  background: #fff;
  text-align: left;
  border-bottom: 10px solid #d4d7d8;
  padding: 20px 40px;
  position: relative;
}

.page__price .price__item .price__title h3 {
  margin-bottom: 0;
}

.page__price .price__item .price__title a {
  display: block;
  padding-right: 65px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .page__price .price__item .price__title a {
    font-size: 20px;
    line-height: 23px;
  }
}
.page__price .price__item .price__icon .icon {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #000;
  width: 32px;
  height: 32px;
  border: 1px solid #e2e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}

.page__price .price__item .price__icon .icon:before {
  content: "\f067";
}

.page__price .price__item .price__text > div {
  padding-top: 20px;
}

.page__price .price__item .price__text > div p:last-child {
  margin-bottom: 0;
}

.page__price .price__item .price__text > div b {
  color: #e30014;
}

.page__price .price__item .price__text > div .dnotice {
  background-color: #ecf0f1;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #e30014;
  padding-left: 20px;
}

.page__price .price__item .price__text.collapse.show + .price__icon a .icon:before,
.page__price .price__item .price__text.collapsing + .price__icon a .icon:before {
  content: "\f00d";
}

.client_files .btn-link {
  color: #000;
}

.client_files .list-style-none {
  list-style-type: none;
  padding-left: 0;
}

.client_files .list-files_link {
  padding: 0;
  display: inline-block;
  color: #000;
  padding-bottom: 13px;
}

.client_files .list-files_link:hover {
  color: #e30014;
  text-decoration: none;
}

.section__faq.client_files {
  padding-top: 0;
  padding-bottom: 0;
}

.section__faq.client_files .accordion .section-item .section-item__title a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.section__faq.client_files .accordion .section-item .section-item__title a:hover {
  color: #e30014;
}
.section__faq.client_files .accordion .section-item .section-item__title a[aria-expanded=true] {
  color: #e30014;
}

/* IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *::-ms-backdrop,
  [data-aos^=fade][data-aos^=fade],
  [data-aos^=zoom][data-aos^=zoom],
  [data-aos^=flip][data-aos^=flip] {
    opacity: 1 !important;
    transform: none;
  }
}
.breadcrumb-item.active .dropdown-toggle {
  cursor: pointer;
}

.client_files .section-item .section-item__icon .icon {
  color: #000;
  width: 48px;
  height: 48px;
  border: 1px solid #e2e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}

.client_files .section-item .section-item__icon .icon:before {
  content: "\f067";
  color: #000;
}

/*# sourceMappingURL=content.css.map */
