.b-blog__item {
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(28,60,92,1) 0%, rgba(255,255,255,0) 100%), var(--background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b-sidebar__author-image {
  width: 70px;
  height: 78px;
  object-fit: cover;
}

.b-pagetext__text:empty {
  display: none;
}

.b-pagebody__slider-image {
  max-height: 74px;
  object-fit: cover;
}

.b-blog__btn-more-show {
  background-color: transparent;
  border: none;
}

/*.b-headline__breadcrumbs > span {
  display: none;
}

.b-headline__breadcrumbs > :nth-last-child(2):after {
  content: '';
}*/

.b-pagebody__video-wrap-thumb {
  cursor: pointer;
}

.b-pagebody__video-wrap-thumb::after {
  content: ' ';
  background: url('./images/social/yt-icon.svg') no-repeat center;
  background-size: contain;
  width: 80px;
  height: 58px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 29px);
}

.text-underline {
  text-decoration: underline;
}

.b-pagebody__video-wrap > img, .b-pagebody__video-wrap > .b-pagebody__video-wrap-thumb > img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-cards__item-image-wrap > img {
  height: 100%;
  object-fit: cover;
}

.b-services__item-title-wrap {
  padding-right: 30px;
}

body {
  background-color: #fffefd;
}

#post-38 .b-pagebody__video-wrap {
  margin-bottom: 50px;
}

.b-nav__menu a {
  padding-bottom: 16px;
}

.b-sidebar-form .form-control.wpcf7-not-valid {
  border-color: #f00 !important;
}

.b-sidebar-form .form-control.wpcf7-not-valid::placeholder {
  color: #f00 !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}

.b-pagebody__col-right.is-affixed #secondary {
  transform: translateX(10px);
}

.b-article__text p,
.b-article__text ul,
.b-article__text ol,
.b-blog__item-text,
.b-pagebody__text,
.b-pagetext__text,
.b-cards__item-text,
.entry-content > p {
  font-size: 16px;
}

.b-price__col:last-child {
  text-align: left;
}

.b-sidebar-form .b-sidebar__subtitle {
  margin-bottom: 25px;
}

.b-main {
  position: relative;
  background-color: #3d5878;
  background-image: none;
}

.b-main > video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  display: block;
  /*object-fit: cover;*/
  opacity: 0.5;
  object-position: right;
}

.b-main > .video-gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  display: block;
  background: rgb(49,99,148);
  background: linear-gradient(90deg, rgba(49,99,148,1) 38%, rgba(49,99,148,0.20211834733893552) 80%);
}

.b-main > .container {
  position: relative;
}

.b-sidebar__subtitle {
  display: block;
}

.b-pagetext__text ul {
  padding-left: 17px;
}

.b-pagetext__text ul > li::marker {
  font-size: 25px;
  color: #3d5878;
}

.b-command__item-image {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.b-command__item-image::before {
  content: ' ';
  display: block;
  width: 100px;
  height: 100px;
  background: url('./images/master-placeholder.svg') no-repeat center;
}

.b-command__item-image-wrap {
  min-width: 142px;
}

.b-sidebar__author-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-sidebar__author-image::before {
  content: ' ';
  display: block;
  width: 50px;
  height: 50px;
  background: url('./images/master-placeholder.svg') no-repeat center;
}

@media (min-width: 1368px) {
  .b-command__item-image-wrap {
    min-width: 200px;
  }
}

@media (min-width: 768px) {
  .b-command__item-image-wrap {
    min-width: 180px;
  }
}

@media (max-width: 1199px) {
  .b-main > video {
    object-fit: cover;
  }
}

@media (max-width: 992px) {
  .b-headline__breadcrumbs {
    overflow: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .b-headline__breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .b-nav__menu .menu-item:nth-last-child(1),
  .b-nav__menu .menu-item:nth-last-child(2),
  .b-nav__menu .menu-item:nth-last-child(3),
  .b-nav__menu .menu-item:nth-last-child(4) {
    display: none;
  }

  .b-nav__box-list-1+.b-nav__box-list-2:before {
    display: none;
  }
  
  .b-nav__box-list-1+.b-nav__box-list-2:after {
    top: 0;
    left: 0;
    width: 266px;
    max-width: 100%;
    height: 1px;
    background: #B9CEE3;
  }
  
  .b-nav__box-list-1+.b-nav__box-list-2 {
    padding-top: 0;
  }

  .b-nav__box.active {
    overflow: auto;
    height: calc(100vh - 64px);
  }

  .b-pagebody__tabs .nav-tabs {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    flex-direction: row;
    white-space: nowrap;
    overflow: auto;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .b-pagebody__tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .b-pagebody__tabs .nav-tabs > li > a, .b-pagebody__tabs .nav-tabs > li > a:focus {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 2px rgb(71 141 222 / 10%);
    border-radius: 10px;
    font-size: 16px;
  }

  .b-pagebody__tabs .nav-tabs>li {
    margin-right: 10px;
  }

  .b-pagebody__tabs .tab-content {
    padding-top: 0;
  }

  .b-main > video {
    opacity: 0.15;
  }

  .b-main > .video-gradient {
    display: none;
  }
}

@media (max-width: 400px) {
  .b-nav__social-ico, .b-nav__social-wharsapp, .b-nav__social-tg {
    width: 22px;
    margin-left: 7px;
  }
  .b-nav__phone {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .b-nav__menu .hidden-sm .ico-menu {
    margin-right: 13px;
  }
  .b-nav__row > .b-nav__col:last-child {
    padding-left: 0;
  }
  .b-nav__phone {
    font-size: 15px;
  }
}