.navbar-collapse {
  overflow-y: auto;
  max-height: 300px;
}
.page {
  margin-bottom: 3rem;
  font-size: 19px;
}
.page a {
  color: #000;
  text-decoration: underline;
}
.page a:hover {
  color: #000;
  text-decoration: none;
}
.page .lead {
  font-size: 23px;
}
.page .page__nav .nav-item .nav-link {
  color: #c2c2c2;
  padding: 0.8rem 3.4rem;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: #fff;
  margin-left: -1px;
  font-family: futuramediumcregular;
  text-transform: uppercase;
  text-decoration: none;
}
.page .page__nav .nav-item .nav-link:first {
  margin-left: 0;
}
.page .page__nav .nav-item .nav-link.active {
  background-color: #2e3192;
  color: #fff;
}
.blog-stream section.post {
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
}
.blog-stream section.post a {
  color: #000;
  text-decoration: none;
}
.blog-stream section.post a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-stream section.post .post__image {
  height: 270px;
  overflow: hidden;
}
.blog-stream section.post .post__image a {
  width: 100%;
}
.blog-stream section.post .post__image a img {
  width: 100%;
  min-height: 270px;
}
.blog-stream section.post .post__date {
  margin-bottom: 1em;
}
.blog-stream section.post .post__text {
  margin-bottom: 20px;
}
.blog-stream section.post .post__detail a {
  font-size: 26px;
  line-height: 1em;
  color: #165fbd;
  text-decoration: underline;
}
.blog-stream section.post .post__detail a:hover {
  text-decoration: none;
}
.blog-stream section.post.post__faq {
  border-bottom: 10px solid #d4d7d8;
  padding: 20px 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;
  font-size: 26px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.blog-stream section.post.post__faq .post__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;
  text-align: center;
}
.blog-stream section.post.post__faq .post__icon .icon:before {
  content: '\f067';
}
.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.collapse.show + .post__icon a .icon:before,
.blog-stream section.post.post__faq .post__text.collapsing + .post__icon a .icon:before {
  content: '\f00d';
}
.blog-stream section.post.post__portfolio .post__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  background: rgba(0,0,0,0.72);
  width: 100%;
}
.blog-stream section.post.post__portfolio .post__title h3 {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0;
  text-decoration: none;
}
.blog-stream section.post.post__portfolio .post__title h3:hover {
  text-decoration: underline;
}
.blog-stream section.post.post__portfolio .post__title h3 a {
  color: #fff;
}
.blog-stream section.post.post__review {
  margin-bottom: 3rem;
  text-align: left;
  background-color: #fff;
  position: relative;
}
.blog-stream section.post.post__review.post__review--letter:before {
  content: '\f10d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e9f1f4;
  font-size: 62px;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-stream section.post.post__review .post__title a {
  text-decoration: none;
}
.blog-stream section.post.post__review .post__title a:hover {
  text-decoration: underline;
}
.blog-stream section.post.post__review .post__content {
  padding: 37px 35px 37px 55px;
}
.blog-stream section.post.post__review .post__content .post__text {
  font-size: 26px;
  line-height: 29px;
}
.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;
  font-family: FuturaMediumC;
}
.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 {
  font-size: 20px;
}
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 {
  position: relative;
  padding: 40px 43px 45px 43px;
}
article.post__review .post__content .post__text {
  position: relative;
  font-size: 26px;
}
article.post__review .post__content:before {
  content: '\f10d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e9f1f4;
  font-size: 62px;
  position: absolute;
  top: 0;
  left: 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;
  text-align: center;
}
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;
}
.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;
  height: 330px;
  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%;
  min-height: 330px;
  margin-bottom: 0 !important;
}
.portfolio-stream > nav.old,
.blog-stream > nav.old {
  display: none;
}
.pagination .page-item .page-link {
  color: #000;
  border-color: transparent;
  background-color: transparent;
  min-width: 41px;
  text-align: center;
  font-family: futuramediumcregular;
  border-radius: 0;
  outline: none;
  text-decoration: none;
}
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
  outline: none;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #e30014;
  border-color: #e30014;
}
.nav-tabs,
.nav-pills {
  margin-bottom: 1rem;
}
.nav-tabs .nav-linki,
.nav-pills .nav-linki {
  font-family: futuramediumcregular;
  color: #000;
}
.nav-tabs .nav-linki.active,
.nav-pills .nav-linki.active {
  background-color: #e30014;
}
table.table td,
table.table th {
  border: 1px solid #d3d6d8;
  padding: 0.75rem 28px;
}
table.table thead th {
  font-weight: bold;
  font-family: 'futurademicregular';
  background: #fff;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 18px;
}
table.table tbody tr td {
  font-family: 'futuralightcregular';
  font-size: 16px;
}
table.table tbody tr td:first-child {
  background: #f5f5f5;
}
table.table.table-features i.f-yes:before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  color: #e30014;
  font-style: normal;
}
blockquote.blockquote {
  max-width: 650px;
  margin: 70px auto;
  font-size: 30px;
  font-family: 'futurademicregular';
  text-align: center;
}
blockquote.blockquote:before,
blockquote.blockquote:after {
  content: '';
  width: 300px;
  margin: 0 auto;
  display: block;
}
blockquote.blockquote:before {
  border-top: 4px solid #e30014;
  margin-bottom: 15px;
}
blockquote.blockquote:after {
  border-top: 4px solid #e30014;
  margin-top: 15px;
}
article.content .display-4 {
  margin-bottom: 1em;
}
.display-4 + .blog-stream {
  margin-top: 1em;
}
@media (max-width: 575px) {
  .header .navbar {
    margin-bottom: 1em;
    padding-top: 10px;
  }
  .header .navbar .navbar-brand .logo img {
    width: 150px;
  }
  .section h1.section__title {
    font-size: 32px;
  }
  .section.section__capabilities {
    background-size: contain;
    padding-bottom: 150px;
  }
  .section.section__sales .container {
    min-height: auto;
  }
  .section.section__sales .section__content {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .section.section__sales .section__title {
    font-size: 32px !important;
  }
  .section.section__faq .accordion .section-item {
    padding: 10px 15px;
  }
  .section.section__faq .accordion .section-item .section-item__icon {
    display: none;
  }
  .section.section__faq .section__detail .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section.section__why {
    padding-bottom: 80px;
  }
}
.album.album__partner-items .partner__item {
  height: 180px;
  background: #fff;
  margin-bottom: 1px;
  margin-left: 1px;
  padding: 15px;
}
.album.album__partner-items .partner__item img {
  margin: 0 auto;
  max-height: 100%;
  width:100%!important;
  height:auto!important;
}

.album.album__partner-items .partner__item img.img-fluid.photo_img {
  max-height: 150px;!important;
  max-width: 200px;!important;
}

i.fa-phone {
  transform: rotate(110deg);
}
@media (max-width: 767px) {
  .display-4 {
    font-size: 2.5rem;
  }
}
#possibility__block {
  background-color: #f2f7f9;
}
#possibility__block .possibility__list .possibility__item {
  border: 1px solid #f1f2f3;
  background: #fff;
  padding: 15px;
}
#possibility__block .possibility__list .possibility__item .possibility-item__content {
  min-height: 40px;
}
#possibility__block .possibility__list .possibility__item .possibility-item__content .possibility-item__icon {
  width: 45px;
}
#possibility__block .possibility__list .possibility__item .possibility-item__content .possibility-item__title {
  text-decoration: none;
  font-size: 17px;
  line-height: 1.2em;
}
#callbackFormModal .modal-dialog {
  min-width: 350px;
}
nav[aria-label="breadcrumb"] {
  margin-left: 15px;
  margin-right: 15px;
}
/* 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;
  }
}
