@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Bebas Neue Bold';
  src: url('/catalog/view/fonts/bebasneue-bold/bebasneue-bold.eot');
  src: url('/catalog/view/fonts/bebasneue-bold/bebasneue-bold.eot@') format('embedded-opentype'),
  url('/catalog/view/fonts/bebasneue-bold/bebasneue-bold.woff') format('woff'),
  url('/catalog/view/fonts/bebasneue-bold/bebasneue-bold.ttf') format('truetype'),
  url('/catalog/view/fonts/bebasneue-bold/bebasneue-bold.svg') format('svg');
}
a {
  color: #000000;
}
/* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1rem; }

html {
  scroll-padding-top: 108px; }
  @media (min-width: 1200px) {
    html {
      scroll-padding-top: 124px; } }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  letter-spacing: .2em;
  border-radius: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-black {
    color: #fff;
    background-color: #000; }
    .btn.btn-black:hover {
      color: #000;
      background-color: #fff; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    border-color: #337AB7; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0;
  scroll-margin-top: 108px; }
  @media (min-width: 768px) {
    .site-section {
      padding: 3.5em 0; } }
  @media (min-width: 1200px) {
    .site-section {
      scroll-margin-top: 124px; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 4rem; } }
  .site-section-heading:after {
    content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #337AB7; }
  .site-section-heading.text-center:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #337AB7; }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    background: rgba(255, 255, 255, 0.2);
    width: 90px;
    height: 90px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #337AB7; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    top: -4px; }
    .site-navbar .site-logo a {
      color: #fff; }
    .site-navbar .site-logo .site-logo-link {
      display: inline-flex;
      align-items: center;
      line-height: 1; }
    .site-navbar .site-logo .site-logo-image {
      display: block;
      width: auto;
      height: 72px;
      max-width: 100%; }
      @media (max-width: 1199.98px) {
        .site-navbar .site-logo .site-logo-image {
          height: 56px; } }
  .site-navbar .site-menu-toggle {
    color: #fff; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a, .site-navbar .site-navigation .site-menu .active > .nav-link {
      color: #337AB7; }
    .site-navbar .site-navigation .site-menu a.active, .site-navbar .site-navigation .site-menu .nav-link.active {
      color: #337AB7; }
    .site-navbar .site-navigation .site-menu a, .site-navbar .site-navigation .site-menu .nav-link {
      text-decoration: none !important;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 14px; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 10px; }
      .site-navbar .site-navigation .site-menu > li > a, .site-navbar .site-navigation .site-menu > li > .nav-link {
        padding: 10px 0px;
        color: #fff;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover, .site-navbar .site-navigation .site-menu > li > .nav-link:hover {
          color: #337AB7; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a, .site-navbar .site-navigation .site-menu .has-children > .nav-link {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before, .site-navbar .site-navigation .site-menu .has-children > .nav-link:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #337AB7;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #337AB7; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #337AB7 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #337AB7; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #337AB7; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
  .site-navbar.scrolled {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -130px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1); }
    .site-navbar.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .site-navbar.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .site-navbar.scrolled .site-menu-toggle {
      color: #000; }
    .site-navbar.scrolled .site-navigation .site-menu li a, .site-navbar.scrolled .site-navigation .site-menu li .nav-link {
      color: #000; }
      .site-navbar.scrolled .site-navigation .site-menu li a.active, .site-navbar.scrolled .site-navigation .site-menu li .nav-link.active {
        color: #337AB7; }
    .site-navbar.scrolled .site-logo a {
      margin-top: 5px;
      color: #000 !important; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 9000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a, .site-mobile-menu .site-nav-wrap .nav-link {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover, .site-mobile-menu .site-nav-wrap .nav-link:hover {
        color: #337AB7; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a, .site-mobile-menu .site-nav-wrap li.active > .nav-link {
        color: #337AB7; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a, .site-mobile-menu .site-nav-wrap > li > .nav-link {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
  scroll-margin-top: 108px; }
  @media (min-width: 1200px) {
    .site-blocks-cover {
      scroll-margin-top: 124px; } }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
    min-height: 600px;
    height: calc(30vh); }
  .site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 900;
    font-family: 'Bebas Neue Bold', sans-serif;
    letter-spacing: 2px;
    color: #fff; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }
  .site-blocks-cover p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    line-height: 1.5; }
  .site-blocks-cover .btn {
    border: 2px solid transparent; }
    .site-blocks-cover .btn:hover {
      color: #fff !important;
      background: none;
      border: 2px solid #fff; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
      font-size: 3rem; } }

@media (max-height: 649px) {
  #section-home,
  #section-home .row {
    min-height: 700px;
    height: calc(100vh + 20px);
  }
}

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.bg-light {
  background: #ccc; }

.team-member {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }
  .team-member img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .team-member:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 122, 183, 0.8);
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .team-member .text {
    top: 50%;
    text-align: center;
    position: absolute;
    padding: 20px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    color: #fff; }
  .team-member:hover:before, .team-member:focus:before, .team-member:active:before {
    opacity: 1;
    visibility: visible; }
  .team-member:hover img, .team-member:focus img, .team-member:active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .team-member:hover .text, .team-member:focus .text, .team-member:active .text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    z-index: 4; }

.podcast-entry {
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1); }
  .podcast-entry .sep {
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc; }
  .podcast-entry .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px; }
    @media (min-width: 768px) {
      .podcast-entry .image {
        width: 300px;
        height: auto; } }
  .podcast-entry .text {
    width: 100%;
    padding: 40px; }
    @media (min-width: 768px) {
      .podcast-entry .text {
        width: calc(100% - 300px); } }

.mejs__container {
  width: 100% !important; }

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 1.8rem; } }

.feature-blocks-1 {
  position: relative;
  margin-top: -70px;
  z-index: 2;
  color: #999999; }
  .feature-blocks-1.no-margin-top {
    margin-top: 0px; }
  .feature-blocks-1 .feature-block-1 {
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    overflow: hidden;
    z-index: 1; }
    .feature-blocks-1 .feature-block-1.bg {
      position: relative;
      background-size: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1 .text {
      z-index: 10;
      position: relative;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1:before {
      content: "";
      position: absolute;
      top: 0;
      z-index: 1;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1 p {
      color: #cccccc; }
    .feature-blocks-1 .feature-block-1:hover, .feature-blocks-1 .feature-block-1:focus, .feature-blocks-1 .feature-block-1:active {
      top: -10px;
      -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
      box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4); }
      .feature-blocks-1 .feature-block-1:hover .text, .feature-blocks-1 .feature-block-1:focus .text, .feature-blocks-1 .feature-block-1:active .text {
        opacity: 1;
        visibility: visible; }
      .feature-blocks-1 .feature-block-1:hover.bg, .feature-blocks-1 .feature-block-1:focus.bg, .feature-blocks-1 .feature-block-1:active.bg {
        position: relative;
        background-size: cover;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 2; }
      .feature-blocks-1 .feature-block-1:hover:before, .feature-blocks-1 .feature-block-1:focus:before, .feature-blocks-1 .feature-block-1:active:before {
        background: rgba(0, 0, 0, 0.9); }

.site-blocks-vs .bg-image {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 992px) {
    .site-blocks-vs .bg-image {
      padding-top: 5em;
      padding-bottom: 5em; } }

.site-blocks-vs .image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  @media (max-width: 991.98px) {
    .site-blocks-vs .image {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .site-blocks-vs .image img {
    border-radius: 50%; }
  .site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }

.site-blocks-vs .country {
  color: rgba(255, 255, 255, 0.7); }

.match-entry {
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .match-entry .small {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .15em; }
  .match-entry:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1); }

.post-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6; }
  .post-entry, .post-entry .text {
    border-radius: 4px;
    border-top: none !important; }
  .post-entry .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em; }
  .post-entry .image {
    overflow: hidden;
    position: relative; }
    .post-entry .image img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px; }
  .site-block-tab .nav-item:first-child {
    margin-left: 0 !important; }
  .site-block-tab .nav-item > a {
    padding-left: 0 !important;
    background: none !important;
    padding-right: 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: bold;
    color: #cccccc; }
    .site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
      border-bottom: 2px solid #337AB7;
      color: #000; }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #000; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.block-12 {
  position: relative; }
  .block-12 figure {
    position: relative; }
    .block-12 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10; }
    .block-12 .text-overlay h2 {
      color: #fff; }
  .block-12 .text {
    position: relative;
    top: -100px; }
    .block-12 .text .meta {
      text-transform: uppercase;
      padding-left: 40px;
      color: #fff;
      display: block;
      margin-bottom: 20px; }
    .block-12 .text .text-inner {
      -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 10px;
      margin-right: 30px;
      position: relative; }
      @media (min-width: 576px) {
        .block-12 .text .text-inner {
          padding: 20px; } }
      @media (min-width: 768px) {
        .block-12 .text .text-inner {
          padding: 30px 40px; } }
      .block-12 .text .text-inner:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 4px;
        margin-top: -4px;
        background: #337AB7;
        top: 0; }
      .block-12 .text .text-inner .heading {
        font-size: 20px;
        margin: 0;
        padding: 0; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #337AB7 !important; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0; }

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }
  .block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999; }

.block-25 ul li a .meta {
  color: #337AB7; }

.block-25 ul li a:hover img {
  opacity: .5; }

.block-25 ul li a:hover .text .heading {
  color: #fff; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.next-match .image {
  width: 50px;
  border-radius: 50%; }

.player {
  position: relative; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #337AB7;
    border-radius: 50%;
    color: #fff; }
    .player .team-number > span {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #337AB7;
    color: #fff;
    border: 1px solid transparent; }

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block; }
  .unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .unit-1 img, .unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: -90px;
    color: #fff;
    display: block;
    width: 100%; }
    .unit-1 .unit-1-text .unit-1-heading {
      font-size: 1.5rem;
      position: relative; }
  .unit-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5); }
  .unit-1:hover p {
    opacity: 1;
    visibility: visible; }
  .unit-1:hover .unit-1-text {
    bottom: 30px; }
  .unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9; }

.unit-4 .unit-4-icon span {
  line-height: 0;
  font-size: 3rem; }

.unit-4 h3 {
  font-size: 20px; }

.h-entry img {
  margin-bottom: 30px; }

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }

.overlap-left {
  margin-left: -100px; }
  @media (max-width: 991.98px) {
    .overlap-left {
      margin-left: 0px; } }

.overlap-section {
  margin-top: -100px; }

.feature-1, .free-quote, .feature-3 {
  background: #337AB7;
  padding: 30px 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; }
  .feature-1 .heading, .free-quote .heading, .feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff; }
  .feature-1 .icon, .free-quote .icon, .feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important; }
    .feature-1 .icon > span, .free-quote .icon > span, .feature-3 .icon > span {
      font-size: 35px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.free-quote {
  background: #337AB7; }
  .free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff; }
    .free-quote .form-control:active, .free-quote .form-control:focus {
      border: 2px solid #fff; }
    .free-quote .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }

.feature-3 {
  background: #337AB7; }

.border-primary {
  position: relative; }
  .border-primary h2 {
    text-transform: uppercase;
    font-weight: 700 !important; }
  .border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #337AB7; }
  .border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-style: italic; }
    .testimonial blockquote p {
      font-size: 1.5rem; }
      .testimonial blockquote p.author {
        font-size: 1rem;
        font-style: normal; }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.breadcrumb-wrap {
  padding: 24px 0 0;
  background: #fff;
margin-bottom: 10px;}

.breadcrumb-custom {
  margin-bottom: 0;
  padding: 12px 18px;
  border: 1px solid rgba(51, 122, 183, 0.12);
  border-radius: 18px;
  background: #f7fbff;
  color: #65758b;
  font-size: 1rem !important; }

.breadcrumb-custom .breadcrumb-item,
.breadcrumb-custom .breadcrumb-item a {
  color: #65758b; }

.breadcrumb-custom .breadcrumb-item a:hover {
  color: #337AB7; }

.breadcrumb-custom .breadcrumb-item.active {
  color: #337AB7;
  font-weight: 600; }

.text-muted {
  color: #9e9e9e !important;
  font-size: 12px;
  text-transform: uppercase; }


#section-how-it-works .how-it-works-row {
  row-gap: 3rem; }

.how-it-work-item .number {
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  background: #337AB7;
  color: #fff;
  line-height: 44px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  margin-bottom: 15px; }

.how-it-work-item h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff; }

.how-it-work-item p {
  color: white; }

.person h3 {
  font-size: 18px; }

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px; }
    .ul-social-circle li:first-child {
      margin-left: 0; }
    .ul-social-circle li span {
      width: 30px;
      height: 30px;
      background: #777;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
    .ul-social-circle li a span {
      color: #fff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .ul-social-circle li a:hover span {
      background: #2b2b2b;
      color: #fff; }

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #337AB7;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child,
  .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a,
  .sidelink li a {
    display: block; }
    .categories li a span,
    .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a,
  .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px;
        color: #000; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.about-text p {
  text-align: justify; }

/*** ЗАГРУЖЕННОСТЬ ОФИСА ***/
.workload-calendar {
  max-width: 100%;
  font-family: 'Arial', sans-serif;
  padding: 0 15px;
  box-sizing: border-box;
}

.week {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.day {
  flex: 1 0 calc(14% - 10px); /* Оставляем как есть */
  min-width: 90px; /* Было 80px → увеличиваем */
  max-width: 120px; /* Было 100px → увеличиваем */
  text-align: center;
  padding: 15px 8px; /* Было 13px 5px → увеличиваем отступы */
  border-radius: 10px; /* Было 8px → слегка увеличиваем */
  background: #f2f2f2;
  margin-bottom: 12px; /* Было 10px */
  box-sizing: border-box;
  line-height: 1;
}

.load-indicator {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.day:hover .load-indicator {
  transform: scale(1.1);
}

.day[data-load="low"] .load-indicator { background: #4CAF50; }
.day[data-load="medium"] .load-indicator { background: #ffdc71; }
.day[data-load="high"] .load-indicator { background: #FF9800; }
.day[data-load="critical"] .load-indicator { background: #F44336; }
.weekend .load-indicator { background: #9E9E9E;}

.day-name {
  font-weight: bold;
  font-size: 0.9em;
}

.day-date {
  font-size: 0.7em;
  margin-top: 8px;
}

.load-label {
  font-weight: bold;
  font-size: 0.8em;
  margin-top: 10px;
  color: #555;
}

.today {
  position: relative;
  z-index: 10;
  transform: translateY(-10px) scale(1.08);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  border: 2px solid #2196F3;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  animation: pulseToday 2s infinite alternate;
}

@keyframes pulseToday {
  from { box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3); }
  to { box-shadow: 0 5px 25px rgba(33, 150, 243, 0.6); }
}

.today .day-name {
  color: #2196F3;
  font-weight: bold;
  font-size: 1.1em;
}

.today .load-indicator {
  transform: scale(1.2);
  box-shadow: 0 0 10px currentColor;
}

.mobile-today-label {
  display: none;
  font-size: 0.7em;
  color: #2196F3;
  font-weight: bold;
  margin-top: 5px;
}

.workload-message {
  background: white;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.05);
  margin: 10px 0;
  position: relative;
  overflow: hidden;
}

.timeline {
  display: flex;
  height: 4px;
  background: #f0f0f0;
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden;
}

.timeline-point {
  flex: 1;
}

.timeline-point.low { background: #4CAF50; }
.timeline-point.medium { background: #ffdc71; }
.timeline-point.high { background: #FF9800; }
.timeline-point.critical { background: #F44336; }

.message-content h4 {
  text-align: center;
  color: #2c3e50;
  margin-top: 0;
  font-size: 1.3em;
  margin: 10px;
  font-weight: 700;
}

.message-content p {
  text-align: center;
  color: #34495e;
  line-height: 1.7;
}
.message-content strong {
  font-weight: 600;
}
.signature {
  font-style: italic;
  color: #7f8c8d;
  text-align: right;
  margin-top: 15px;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .day {
    flex: 1 0 calc(20% - 10px); /* 5 дней в строке */
    min-width: 80px;
  }

  .weekend {
    flex: 1 0 calc(30% - 10px); /* Выходные занимают больше места */
  }
}

@media (max-width: 480px) {
  .day {
    flex: 1 0 calc(33% - 10px); /* 3 дня в строке */
    min-width: 70px;
    padding: 8px 3px;
  }

  .weekend {
    flex: 1 0 calc(33% - 10px);
  }

  .load-indicator {
    width: 25px;
    height: 25px;
  }

  .day-name {
    font-size: 0.8em;
  }

  .day-date {
    font-size: 0.5em;
  }

  .load-label {
    font-size: 0.7em;
  }

  .mobile-today-label {
    display: block;
  }

  .today::before {
    display: none;
  }
}

@media (max-width: 360px) {
  .day {
    flex: 1 0 calc(50% - 10px); /* 2 дня в строке */
  }
}

/*** ЛИНИЯ РАЗДЕЛИТЕЛЬ ***/
.main-contacts-divider {
  position: relative;
  margin: 40px 0;
  height: 36px;
  background-image: url('data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9IkltcG9ydGVkLUxheWVycyIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMDAwMDAsIDAuMDAwMDAwKSIgZmlsbD0iIzhCOEI4RSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi45NTksLTAuMDM5IEM3LjM1MSwtMC4wMzkgLTAuNDM4LDcuNzQ5IC0wLjQzOCwxNy4zNTcgQy0wLjQzOCwyNi45NjggNy4zNTEsMzQuNzU1IDE2Ljk1OSwzNC43NTYgQzI2LjU2NywzNC43NTUgMzQuMzU3LDI2Ljk2OCAzNC4zNTcsMTcuMzU3IEwzMy4zNTcsMTcuMzU3IEMzMy4zNTcsMjEuODg4IDMxLjUyMiwyNS45ODQgMjguNTU0LDI4Ljk1MyBDMjUuNTg1LDMxLjkyMSAyMS40ODgsMzMuNzU2IDE2Ljk1OSwzMy43NTYgQzEyLjQzLDMzLjc1NiA4LjMzMywzMS45MjEgNS4zNjUsMjguOTUzIEMyLjM5NywyNS45ODQgMC41NjIsMjEuODg4IDAuNTYyLDE3LjM1NyBDMC41NjIsMTIuODI4IDIuMzk3LDguNzMyIDUuMzY1LDUuNzYzIEM4LjMzMywyLjc5NSAxMi40MywwLjk2MSAxNi45NTksMC45NjEgQzIxLjQ4OCwwLjk2MSAyNS41ODUsMi43OTUgMjguNTU0LDUuNzYzIEMzMS41MjIsOC43MzIgMzMuMzU3LDEyLjgyOCAzMy4zNTcsMTcuMzU3IEwzNC4zNTcsMTcuMzU3IEMzNC4zNTcsNy43NDkgMjYuNTY3LC0wLjAzOSAxNi45NTksLTAuMDM5IiBpZD0iRmlsbC0xIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi45NTksNy40NTkgQzEyLjc5NCw3LjQ1OSA5LjQyLDEwLjgzNSA5LjQyLDE1IEM5LjQyNiwxNi4xMTcgOS44OTYsMTcuNDYxIDEwLjU2NiwxOC45MTggQzEyLjU4NSwyMy4yNjQgMTYuNTUxLDI4LjUyIDE2LjU2LDI4LjUzNSBMMTYuOTU5LDI5LjA2NSBMMTcuMzU4LDI4LjUzNSBDMTcuMzYzLDI4LjUyOCAxOS4xMywyNi4xODMgMjAuOTAzLDIzLjMzOSBDMjEuNzkxLDIxLjkxNiAyMi42OCwyMC4zNyAyMy4zNTMsMTguOTE4IEMyNC4wMjQsMTcuNDYxIDI0LjQ5NCwxNi4xMTcgMjQuNSwxNSBMMjMuNSwxNSBDMjMuNTA2LDE1LjgyNiAyMy4wOTYsMTcuMTA4IDIyLjQ0NiwxOC40OTcgQzIxLjQ3NywyMC41ODkgMjAuMDAxLDIyLjk1OCAxOC43NzEsMjQuNzkzIEMxOC4xNTYsMjUuNzEyIDE3LjYwMiwyNi40OTggMTcuMjAzLDI3LjA1NCBDMTcuMTEzLDI3LjE3OSAxNy4wMzIsMjcuMjkyIDE2Ljk1OSwyNy4zOTIgQzE2LjIzNCwyNi4zOTUgMTQuNjQ0LDI0LjE1IDEzLjIxMywyMS43NDIgQzEyLjQ2MiwyMC40NzkgMTEuNzU1LDE5LjE2OSAxMS4yNDIsMTcuOTgxIEMxMC43MjcsMTYuNzk2IDEwLjQxNSwxNS43MjEgMTAuNDIsMTUgQzEwLjQyLDEzLjE5MiAxMS4xNSwxMS41NiAxMi4zMzUsMTAuMzc0IEMxMy41Miw5LjE5IDE1LjE1MSw4LjQ1OSAxNi45NTksOC40NTkgQzE4Ljc2Niw4LjQ1OSAyMC4zOTcsOS4xOSAyMS41ODQsMTAuMzc1IEMyMi43NjksMTEuNTYgMjMuNSwxMy4xOTIgMjMuNSwxNSBMMjQuNSwxNSBDMjQuNSwxMC44MzUgMjEuMTIyLDcuNDU5IDE2Ljk1OSw3LjQ1OSIgaWQ9IkZpbGwtMiIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTYuOTU5LDEyLjE0MSBDMTUuMzgyLDEyLjE0MSAxNC4xMDIsMTMuNDIxIDE0LjEwMiwxNSBDMTQuMTAzLDE2LjU3OCAxNS4zODIsMTcuODU3IDE2Ljk1OSwxNy44NTcgQzE4LjUzOCwxNy44NTcgMTkuODE3LDE2LjU3OCAxOS44MTgsMTUgTDE4LjgxOCwxNSBDMTguODE2LDE2LjAyNCAxNy45ODUsMTYuODU1IDE2Ljk1OSwxNi44NTcgQzE1LjkzNSwxNi44NTUgMTUuMTAzLDE2LjAyNCAxNS4xMDIsMTUgQzE1LjEwMywxMy45NzQgMTUuOTM1LDEzLjE0MyAxNi45NTksMTMuMTQxIEMxNy45ODUsMTMuMTQzIDE4LjgxNiwxMy45NzQgMTguODE4LDE1IEwxOS44MTgsMTUgQzE5LjgxOCwxMy40MjEgMTguNTM4LDEyLjE0MSAxNi45NTksMTIuMTQxIiBpZD0iRmlsbC0zIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');
  background-position: center center;
  background-repeat: no-repeat;
}

.main-contacts-divider:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 46%;
  border-top: 1px solid #8B8B8E;
  content: '';
}

.main-contacts-divider:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 46%;
  border-top: 1px solid #8B8B8E;
  content: '';
}

.working {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.4em;
  font-family: 'Bebas Neue Bold', sans-serif;
}

/*** КАК К НАМ ДОБРАТЬСЯ ***/
.transport-guide {
  width: 100%;
  padding: 0 20px;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.transport-container {
  max-width: 800px;
  margin: 0 auto;
}

.transport-heading {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 27px;
  font-family: 'Bebas Neue Bold', sans-serif;
}

.routes-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.route-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px 20px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.route-header {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.metro-icon {
  background: #d52b1e;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.metro-name {
  font-size: 1rem;
  font-weight: 500;
  color: #2d3748;
}

.route-details {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}

.bus-badge {
  background: #48bb78;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  min-width: 35px;
  text-align: center;
}

.route-info {
  font-size: 0.9rem;
  color: #4a5568;
  text-align: right;
}

@media (max-width: 768px) {
  .transport-guide {
    padding: 0 10px;
  }

  .route-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
  }

  .route-header {
    min-width: auto;
  }

  .route-details {
    width: 100%;
    justify-content: space-between;
  }

  .route-info {
    text-align: left;
    flex: 1;
  }
}

@media (max-width: 480px) {
  .transport-heading {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .route-card {
    padding: 12px 15px;
  }

  .metro-name {
    font-size: 0.95rem;
  }

  .route-info {
    font-size: 0.85rem;
  }
}

/*** СОЦИАЛЬНЫЕ СЕТИ ***/
.wrapper {
  display: flex;
  justify-content: center;
}
.wrapper i {
  padding: 15px;
  text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 150ms;
}
.wrapper a:nth-child(1) {
  color: #ff005e;
}
.wrapper a:nth-child(2) {
  color: #111111;
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}
.wrapper a:nth-child(3) {
  color: #4d95a0;
}
.wrapper a:nth-child(4) {
  color: #a73589;
}
.wrapper i:hover {
  margin-top: -3px;
  text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  #section-contact .contact-info-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    column-gap: 30px;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  #section-contact .contact-info-column {
    display: contents;
  }

  #section-contact .contact-card {
    display: flex;
    flex-direction: column;
  }

  #section-contact .contact-card-hours {
    grid-column: 1;
    grid-row: 1;
  }

  #section-contact .contact-card-address {
    grid-column: 2;
    grid-row: 1;
  }

  #section-contact .contact-card-transport {
    grid-column: 1;
    grid-row: 2;
  }

  #section-contact .contact-card-social {
    grid-column: 2;
    grid-row: 2;
  }

  #section-contact .contact-card-social .wrapper {
    flex: 1;
    align-items: center;
  }
}

/*** КОНСТРУКТОР ПРЕТЕНЗИЙ НА ГЛАВНОЙ ***/
.claim-constructor-block {
  font-family: 'Arial', sans-serif;
  margin: 25px auto 25px auto;
  padding: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 110, 253, 0.1);
}

.claim-constructor-block::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(13, 110, 253, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.claim-constructor-block::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 250px;
  height: 250px;
  background: rgba(13, 110, 253, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.constructor-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.constructor-text {
  flex: 1;
  min-width: 300px;
}

.constructor-text p {
  color: #495057;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 90%;
}

.constructor-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
}

.feature {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(13, 110, 253, 0.1);
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature i {
  margin-right: 10px;
  color: #337AB7;
  font-size: 18px;
}

.feature-main {
  background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
  color: white;
}

.feature-main i {
  color: white;
}

.constructor-cta {
  flex: 0 0 310px;
  text-align: center;
  padding: 20px;
}
.constructor-cta a:hover {
color: white;
}
.cta-button {
  display: inline-block;
  padding: 18px 40px;
  background: #337AB7;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 19px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(123, 154, 190, 0.4);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 310px;
}

.cta-button span {
  position: relative;
  z-index: 2;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  background: #0d5494;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.5);
}

.cta-button:active {
  transform: translateY(0);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(13, 110, 253, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
  }
}

.cta-button {
  animation: pulse 2s infinite;
}

.additional-benefits {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px dashed #dee2e6;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.benefit {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
}

.benefit i {
  font-size: 24px;
  color: #337AB7;
  margin-right: 15px;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 15px;
  color: #495057;
}

@media (max-width: 768px) {
  .constructor-content {
    flex-direction: column;
  }

  .claim-constructor-block {
/*    margin-left: 1rem;
    margin-right: 1rem;*/
    padding: 30px 20px;
  }

  .constructor-text h2 {
    font-size: 28px;
  }

  .constructor-text p {
    font-size: 16px;
    max-width: 100%;
  }

  .feature {
    width: 100%;
  }

  .claim-constructor-block::before,
  .claim-constructor-block::after {
    display: none;
  }

  .additional-benefits {
    flex-direction: column;
    gap: 15px;
  }
  .constructor-cta {
    flex: 0 0 auto;
    width: 100%;
    padding: 15px 20px 0;
  }
  .cta-button {
    font-size: 1em;
    width: auto;
    min-width: 240px;
  }
}

/*** ПОЧЕМУ МЫ ***/
.why-section {
  position: relative;
  overflow: hidden;
  background:
          radial-gradient(circle at 10% 10%, rgba(51, 122, 183, 0.11) 0, rgba(51, 122, 183, 0) 34%),
          radial-gradient(circle at 90% 20%, rgba(51, 122, 183, 0.09) 0, rgba(51, 122, 183, 0) 32%),
          linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #edf5ff 100%);
}

.why-anchor {
  position: absolute;
  top: -110px;
  left: 0;
}

.why-main-card,
.why-side-card,
.why-stats-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 18px 45px rgba(20, 48, 82, 0.08);
}

.why-main-card {
  position: relative;
  padding: 42px;
  border-radius: 22px;
  overflow: hidden;
}

.why-main-card:before {
  content: '';
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.08);
}

.why-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(51, 122, 183, 0.1);
  color: #337AB7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.why-main-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  color: #1f2d3d;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.25;
}

.why-main-card p {
  position: relative;
  z-index: 2;
  color: #4a5568;
  font-size: 17px;
  line-height: 1.8;
}

.why-check-list {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.why-check-list li {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(51, 122, 183, 0.12);
}

.why-check-list li > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #337AB7;
  color: #fff;
  box-shadow: 0 8px 20px rgba(51, 122, 183, 0.25);
}

.why-check-list strong {
  display: block;
  margin-bottom: 4px;
  color: #1f2d3d;
  font-size: 16px;
}

.why-check-list small {
  display: block;
  color: #5f6c7b;
  font-size: 14px;
  line-height: 1.6;
}

.why-side-card {
  display: flex;
  gap: 18px;
  padding: 26px;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-side-card:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 122, 183, 0.28);
  box-shadow: 0 22px 48px rgba(20, 48, 82, 0.12);
}

.why-side-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  color: #fff;
  font-size: 23px;
}

.why-side-card h4 {
  margin-bottom: 8px;
  color: #1f2d3d;
  font-size: 18px;
  font-weight: 800;
}

.why-side-card p {
  margin-bottom: 0;
  color: #5f6c7b;
  font-size: 15px;
  line-height: 1.7;
}

.why-stats-panel {
  padding: 32px 28px 24px;
  border-radius: 22px;
}

.why-stat-item {
  height: 100%;
  padding: 8px 12px;
  text-align: center;
}

.why-stat-number {
  margin-bottom: 10px;
  color: #337AB7;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
}

.why-stat-item p {
  margin-bottom: 0;
  color: #4a5568;
  font-size: 14px;
  line-height: 1.55;
}

.why-stats-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed #d7e3ef;
  color: #7b8794;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .why-main-card {
    padding: 32px;
  }

  .why-main-card h3 {
    font-size: 26px;
  }

  .why-stat-number {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .why-main-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .why-main-card h3 {
    font-size: 23px;
  }

  .why-side-card {
    padding: 22px;
    flex-direction: column;
  }

  .why-side-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
  }

  .why-check-list li {
    gap: 12px;
  }

  .why-stats-panel {
    padding: 26px 18px 20px;
  }
}

/*** ЛИДЕРЫ ДОВЕРИЯ ***/
#section-trust.trust-leaders-section {
  padding: 25px 15px;
  background: #fff;
}

.trust-leaders-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #eef7ff 100%);
  border: 1px solid rgba(51, 122, 183, 0.14);
  box-shadow: 0 18px 50px rgba(28, 54, 84, 0.10);
}

.trust-leaders-card:before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.09);
}

.trust-leaders-card:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 35%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.06);
}

.trust-leaders-card > .row {
  position: relative;
  z-index: 2;
}

.trust-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.10);
  color: #337AB7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-title {
  margin-bottom: 12px;
  color: #1d2d3f;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.trust-text {
  margin: 0;
  color: #5f6f82;
  font-size: 1rem;
  line-height: 1.55;
}

.trust-rating-card,
.trust-review-card {
  min-height: 150px;
  padding: 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 12px 30px rgba(28, 54, 84, 0.08);
  text-align: center;
}

.trust-rating-card {
  display: block;
  color: inherit;
  text-decoration: none !important;
  transition: .25s all ease;
}

.trust-rating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(28, 54, 84, 0.14);
}

.trust-stars {
  display: block;
  margin-bottom: 4px;
  color: #f5b942;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.trust-rating-value,
.trust-review-value {
  display: block;
  color: #337AB7;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 3.35rem;
  line-height: .95;
}

.trust-rating-label,
.trust-review-label {
  display: block;
  margin-top: 8px;
  color: #5f6f82;
  font-size: 13px;
  line-height: 1.35;
}

.trust-badge {
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: #337AB7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 14px 32px rgba(51, 122, 183, 0.25);
}

@media (max-width: 991.98px) {
  .trust-leaders-card {
    padding: 26px;
  }

  .trust-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
/*  #section-trust.trust-leaders-section {
    padding: 25px 0;
  }*/

  .trust-leaders-card {
    padding: 22px;
    border-radius: 18px;
  }

  .trust-rating-card,
  .trust-review-card,
  .trust-badge {
    min-height: auto;
  }

  .trust-badge {
    text-align: center;
    justify-content: center;
  }
}

/*** КЛЮЧЕВЫЕ ДАТЫ ***/
.compact-milestones-section {
  padding: 35px 0;
  background: #fff;
}

.compact-milestones-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 24px;
  background:
          radial-gradient(circle at 8% 10%, rgba(51, 122, 183, 0.10) 0, rgba(51, 122, 183, 0) 32%),
          radial-gradient(circle at 92% 0%, rgba(51, 122, 183, 0.09) 0, rgba(51, 122, 183, 0) 30%),
          linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #edf6ff 100%);
  border: 1px solid rgba(51, 122, 183, 0.14);
  box-shadow: 0 18px 50px rgba(28, 54, 84, 0.10);
}

.compact-milestones-card:before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.07);
}

.compact-milestones-card:after {
  content: "";
  position: absolute;
  top: -55px;
  left: 45%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.05);
}

.compact-milestones-card > * {
  position: relative;
  z-index: 2;
}

.milestones-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.10);
  color: #337AB7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.milestones-title {
  margin-bottom: 12px;
  color: #1d2d3f;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.milestones-intro {
  max-width: 520px;
  margin-bottom: 0;
  color: #5f6f82;
  font-size: 1rem;
  line-height: 1.65;
}

.milestones-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.milestones-summary-item {
  min-height: 118px;
  padding: 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 12px 30px rgba(28, 54, 84, 0.07);
  text-align: center;
}

.milestones-summary-item strong {
  display: block;
  margin-bottom: 8px;
  color: #337AB7;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 2.65rem;
  line-height: .95;
  letter-spacing: .03em;
}

.milestones-summary-item span {
  display: block;
  color: #5f6f82;
  font-size: 13px;
  line-height: 1.4;
}

.milestones-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.milestone-group {
  position: relative;
  min-height: 100%;
  padding: 22px 18px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 12px 30px rgba(28, 54, 84, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.milestone-group:hover {
  transform: translateY(-4px);
  border-color: rgba(51, 122, 183, 0.28);
  box-shadow: 0 18px 38px rgba(28, 54, 84, 0.12);
}

.milestone-group-accent {
  background: linear-gradient(135deg, rgba(51, 122, 183, 0.10) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.milestone-year {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #337AB7;
  color: #fff;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .05em;
}

.milestone-item {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}

.milestone-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #337AB7;
  box-shadow: 0 0 0 5px rgba(51, 122, 183, 0.10);
}

.milestone-item:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 22px;
  bottom: -16px;
  width: 1px;
  background: rgba(51, 122, 183, 0.16);
}

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

.milestone-item span {
  display: block;
  margin-bottom: 3px;
  color: #337AB7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
}

.milestone-item p {
  margin-bottom: 0;
  color: #425466;
  font-size: 14px;
  line-height: 1.48;
}

.milestones-footer {
  margin-top: 24px;
  text-align: center;
}

.milestones-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #337AB7;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(51, 122, 183, 0.24);
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.milestones-link:hover {
  transform: translateY(-3px);
  background: #0d5494;
  box-shadow: 0 16px 34px rgba(51, 122, 183, 0.34);
}

@media (max-width: 991.98px) {
  .compact-milestones-card {
    padding: 27px;
  }

  .milestones-summary {
    grid-template-columns: repeat(3, 1fr);
  }

  .milestones-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .milestones-title {
    font-size: 2.05rem;
  }
}

@media (max-width: 767.98px) {
  .compact-milestones-section {
    padding: 28px 0;
  }

  .compact-milestones-card {
    padding: 24px;
    border-radius: 18px;
  }

  .milestones-summary {
    grid-template-columns: 1fr;
  }

  .milestones-summary-item {
    min-height: auto;
  }

  .milestones-track {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575.98px) {
  .milestones-title {
    font-size: 1.85rem;
  }

  .milestone-group {
    padding: 20px 16px 16px;
  }

  .milestones-link {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/*** НАША КОМАНДА ***/
#section-our-team {
  position: relative;
  overflow: hidden;
  background:
          radial-gradient(circle at 8% 12%, rgba(51, 122, 183, 0.09) 0, rgba(51, 122, 183, 0) 34%),
          radial-gradient(circle at 92% 18%, rgba(51, 122, 183, 0.07) 0, rgba(51, 122, 183, 0) 32%),
          linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #edf6ff 100%);
}

#section-our-team .team-photo {
  width: 220px;
  max-width: 86%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 18px 42px -24px rgba(20, 48, 82, 0.7);
  margin-bottom: 1.5rem;
}

#section-our-team .team-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  margin-top: auto;
}

#section-our-team .team-phone {
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.4;
}

#section-our-team .team-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(51, 122, 183, 0.18);
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.07);
  color: #1d2d3f;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

#section-our-team .team-phone a:hover,
#section-our-team .team-phone a:focus {
  border-color: #337AB7;
  background: #337AB7;
  color: #fff;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(51, 122, 183, 0.24);
}

#section-our-team .team-carousel {
  padding: 0 56px 0;
}

#section-our-team .team-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

#section-our-team .team-carousel .owl-item {
  display: flex;
}

#section-our-team .team-carousel-item {
  display: flex;
  width: 100%;
}

#section-our-team .person {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 34px 28px 30px;
  border: 1px solid rgba(51, 122, 183, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

#section-our-team .person:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #337AB7, #0d5494);
}

#section-our-team .person:after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.07);
  pointer-events: none;
}

#section-our-team .person:hover {
  border-color: rgba(51, 122, 183, 0.28);
  box-shadow: 0 24px 58px rgba(28, 54, 84, 0.16);
  transform: translateY(-5px);
}

#section-our-team .person h3 {
  position: relative;
  z-index: 2;
  min-height: 2.9em;
  margin-bottom: 0.55rem;
  color: #1d2d3f;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.3;
}

#section-our-team .person .position {
  position: relative;
  z-index: 2;
  min-height: 3em;
  margin-bottom: 1.35rem;
  color: #5f6f82 !important;
  font-size: 0.98rem;
  line-height: 1.45;
}

#section-our-team .team-carousel .owl-nav {
  margin-top: 0;
}

#section-our-team .team-carousel .owl-nav .owl-prev,
#section-our-team .team-carousel .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(51, 122, 183, 0.16);
  border-radius: 50%;
  background: #337AB7;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(51, 122, 183, 0.22);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

#section-our-team .team-carousel .owl-nav .owl-prev:hover,
#section-our-team .team-carousel .owl-nav .owl-prev:focus,
#section-our-team .team-carousel .owl-nav .owl-next:hover,
#section-our-team .team-carousel .owl-nav .owl-next:focus {
  background: #0d5494;
  border-color: #0d5494;
  outline: none;
  box-shadow: 0 16px 34px rgba(51, 122, 183, 0.32);
}

#section-our-team .team-carousel .owl-nav .owl-prev {
  left: 0;
}

#section-our-team .team-carousel .owl-nav .owl-next {
  right: 0;
}

@media (max-width: 767.98px) {
  #section-our-team .team-photo {
    width: 200px;
  }

  #section-our-team .person {
    padding: 30px 20px 28px;
  }

  #section-our-team .person h3 {
    min-height: auto;
  }

  #section-our-team .person .position {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  #section-our-team .team-carousel {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  #section-our-team .team-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }

  #section-our-team .team-phone {
    font-size: 0.94rem;
  }

  #section-our-team .team-carousel .owl-nav .owl-prev,
  #section-our-team .team-carousel .owl-nav .owl-next {
    top: 50%;
    bottom: auto;
    pointer-events: auto;
    transform: translateY(-50%);
  }

}

/*** НЕЗАВИСИМЫЕ ЭКСПЕРТИЗЫ ***/
.expertise-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.expertise-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 24px;
  background:
          radial-gradient(circle at 8% 12%, rgba(51, 122, 183, 0.10) 0, rgba(51, 122, 183, 0) 32%),
          radial-gradient(circle at 92% 10%, rgba(51, 122, 183, 0.08) 0, rgba(51, 122, 183, 0) 30%),
          linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #edf6ff 100%);
  border: 1px solid rgba(51, 122, 183, 0.14);
  box-shadow: 0 18px 50px rgba(28, 54, 84, 0.10);
}

.expertise-card:before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.07);
}

.expertise-card:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 44%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.05);
}

.expertise-card > * {
  position: relative;
  z-index: 2;
}

.expertise-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.10);
  color: #337AB7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.expertise-title {
  margin-bottom: 16px;
  color: #1d2d3f;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.expertise-lead {
  max-width: 620px;
  margin-bottom: 22px;
  color: #5f6f82;
  font-size: 1rem;
  line-height: 1.7;
}

.expertise-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 620px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 10px 26px rgba(28, 54, 84, 0.06);
}

.expertise-note-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  color: #fff;
  font-size: 18px;
}

.expertise-note p {
  margin-bottom: 0;
  color: #425466;
  font-size: 14px;
  line-height: 1.6;
}

.expertise-types {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.expertise-type-card {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 118px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 12px 30px rgba(28, 54, 84, 0.07);
  color: inherit;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.expertise-type-card:hover,
.expertise-type-card:focus {
  transform: translateY(-4px);
  border-color: rgba(51, 122, 183, 0.28);
  background: #fff;
  box-shadow: 0 18px 38px rgba(28, 54, 84, 0.13);
  outline: none;
}

.expertise-type-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(51, 122, 183, 0.10);
  color: #337AB7;
  font-size: 24px;
}

.expertise-type-content {
  flex: 1;
}

.expertise-type-content strong {
  display: block;
  margin-bottom: 5px;
  color: #1d2d3f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.expertise-type-content small {
  display: block;
  color: #5f6f82;
  font-size: 14px;
  line-height: 1.5;
}

.expertise-type-arrow {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #337AB7;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(51, 122, 183, 0.22);
  transition: background .25s ease, transform .25s ease;
}

.expertise-type-card:hover .expertise-type-arrow,
.expertise-type-card:focus .expertise-type-arrow {
  background: #0d5494;
  transform: translateX(3px);
}

.expertise-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px dashed #d7e3ef;
}

.expertise-footer-text {
  max-width: 680px;
  color: #5f6f82;
  font-size: 14px;
  line-height: 1.6;
}

.expertise-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 13px 24px;
  border-radius: 999px;
  background: #337AB7;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(51, 122, 183, 0.24);
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.expertise-link:hover,
.expertise-link:focus {
  transform: translateY(-3px);
  background: #0d5494;
  box-shadow: 0 16px 34px rgba(51, 122, 183, 0.34);
  outline: none;
}

@media (max-width: 991.98px) {
  .expertise-card {
    padding: 28px;
  }

  .expertise-title {
    font-size: 2.1rem;
  }

  .expertise-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .expertise-card {
    padding: 24px;
    border-radius: 18px;
  }

  .expertise-title {
    font-size: 1.9rem;
  }

  .expertise-type-card {
    min-height: auto;
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .expertise-note,
  .expertise-type-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .expertise-type-arrow {
    display: none;
  }

  .expertise-link {
    width: 100%;
  }
}

/*** ФУТЕР РОЗП ***/
.rozp-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: radial-gradient(circle at 10% 0%, rgba(51, 122, 183, 0.28) 0, rgba(51, 122, 183, 0) 34%),
  linear-gradient(135deg, #152435 0%, #1d2d3f 54%, #101923 100%);
  color: rgba(255, 255, 255, 0.72);
}

.rozp-footer:before,
.rozp-footer:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.rozp-footer:before {
  right: -110px;
  top: -110px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.05);
}

.rozp-footer:after {
  left: 38%;
  bottom: -120px;
  width: 240px;
  height: 240px;
  background: rgba(51, 122, 183, 0.12);
}

.rozp-footer .container {
  position: relative;
  z-index: 2;
}

.rozp-footer .footer-main {
  padding: 64px 0 42px;
}

.rozp-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #fff;
  text-decoration: none !important;
}

.rozp-footer .footer-logo {
  width: auto;
  height: 64px;
  max-width: 92px;
  object-fit: contain;
  padding: 7px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.rozp-footer .footer-brand-text span {
  display: block;
  color: #fff;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 2rem;
  line-height: .95;
  letter-spacing: .05em;
}

.rozp-footer .footer-brand-text small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rozp-footer .footer-about {
  max-width: 420px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.rozp-footer .footer-hotline {
  max-width: 360px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}


.rozp-footer .footer-hotline a {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.55;
  text-decoration: none !important;
}

.rozp-footer .footer-hotline a:hover,
.rozp-footer .footer-links a:hover,
.rozp-footer .footer-contact-card a:hover,
.rozp-footer .footer-policy-link:hover {
  color: #8cc6ff;
}

.rozp-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rozp-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 18px;
  text-decoration: none !important;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.rozp-footer .footer-social a:hover,
.rozp-footer .footer-social a:focus {
  transform: translateY(-3px);
  border-color: rgba(140, 198, 255, 0.55);
  background: rgba(51, 122, 183, 0.34);
  color: #fff;
  outline: none;
}

.rozp-footer .footer-heading {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rozp-footer .footer-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #337AB7;
}

.rozp-footer .footer-links {
  margin-bottom: 0;
}

.rozp-footer .footer-links li {
  margin-bottom: 10px;
}

.rozp-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none !important;
  transition: color .2s ease, transform .2s ease;
}

.rozp-footer .footer-links a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.95);
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.12);
}

.rozp-footer .footer-links a:hover {
  transform: translateX(4px);
}

.rozp-footer .footer-contact-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rozp-footer .footer-contact-item {
  display: flex;
  gap: 13px;
  margin-bottom: 18px;
}

.rozp-footer .footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 13px;
  background: #337AB7;
  color: #fff;
}

.rozp-footer .footer-contact-item strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rozp-footer .footer-contact-item p,
.rozp-footer .footer-contact-item small {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.rozp-footer .footer-contact-item a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none !important;
}

.rozp-footer .footer-bottom {
  position: relative;
  z-index: 2;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.13);
}

.rozp-footer .footer-legal {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

.rozp-footer .footer-policy-link {
  display: inline-flex;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

@media (max-width: 991.98px) {
  .rozp-footer .footer-main {
    padding: 52px 0 28px;
  }

  .rozp-footer .footer-contact-card {
    max-width: 520px;
  }
}

@media (max-width: 575.98px) {
  .rozp-footer .footer-main {
    padding: 44px 0 22px;
  }

  .rozp-footer .footer-brand {
    align-items: flex-start;
  }

  .rozp-footer .footer-logo {
    height: 56px;
  }

  .rozp-footer .footer-brand-text span {
    font-size: 1.65rem;
  }

  .rozp-footer .footer-hotline a {
    font-size: 17px;
  }

  .rozp-footer .footer-contact-card {
    padding: 18px;
  }
}

/*** СТРАНИЦА 404 ***/
.error-page-section {
  position: relative;
  overflow: hidden;
  background:
          radial-gradient(circle at 8% 10%, rgba(51, 122, 183, 0.10) 0, rgba(51, 122, 183, 0) 32%),
          radial-gradient(circle at 92% 16%, rgba(51, 122, 183, 0.08) 0, rgba(51, 122, 183, 0) 30%),
          linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #edf6ff 100%);
}

.error-404-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(51, 122, 183, 0.14);
  box-shadow: 0 18px 50px rgba(28, 54, 84, 0.10);
}

.error-404-card:before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.08);
}

.error-404-card:after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 32%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.05);
}

.error-404-card > * {
  position: relative;
  z-index: 2;
}

.error-code-wrap {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  box-shadow: 0 18px 42px rgba(51, 122, 183, 0.24);
  overflow: hidden;
}

.error-code-wrap:before,
.error-code-wrap:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
}

.error-code-wrap:before {
  width: 160px;
  height: 160px;
  top: -60px;
  right: -40px;
}

.error-code-wrap:after {
  width: 120px;
  height: 120px;
  bottom: -50px;
  left: -35px;
}

.error-code-wrap span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .04em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.error-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.10);
  color: #337AB7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.error-404-card h2 {
  margin-bottom: 16px;
  color: #1d2d3f;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.error-404-card p {
  max-width: 710px;
  margin-bottom: 0;
  color: #5f6f82;
  font-size: 1rem;
  line-height: 1.75;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.error-btn-primary {
  background: #337AB7;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(51, 122, 183, 0.24);
}

.error-btn-primary:hover,
.error-btn-primary:focus {
  transform: translateY(-3px);
  background: #0d5494;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(51, 122, 183, 0.34);
  outline: none;
}

.error-btn-outline {
  border: 1px solid rgba(51, 122, 183, 0.24);
  background: rgba(255, 255, 255, 0.86);
  color: #1d2d3f !important;
}

.error-btn-outline:hover,
.error-btn-outline:focus {
  transform: translateY(-3px);
  border-color: #337AB7;
  background: #fff;
  color: #337AB7 !important;
  box-shadow: 0 12px 28px rgba(28, 54, 84, 0.10);
  outline: none;
}

.error-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.error-quick-card {
  display: block;
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 12px 30px rgba(28, 54, 84, 0.07);
  color: inherit;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.error-quick-card:hover,
.error-quick-card:focus {
  transform: translateY(-5px);
  border-color: rgba(51, 122, 183, 0.28);
  background: #fff;
  box-shadow: 0 18px 38px rgba(28, 54, 84, 0.13);
  outline: none;
}

.error-quick-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(51, 122, 183, 0.10);
  color: #337AB7;
  font-size: 22px;
}

.error-quick-card strong {
  display: block;
  margin-bottom: 8px;
  color: #1d2d3f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.error-quick-card small {
  display: block;
  color: #5f6f82;
  font-size: 14px;
  line-height: 1.55;
}

.error-contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(51, 122, 183, 0.10) 0%, rgba(255, 255, 255, 0.92) 100%);
  border: 1px dashed rgba(51, 122, 183, 0.22);
}

.error-contact-strip strong,
.error-contact-strip span {
  display: block;
}

.error-contact-strip strong {
  color: #1d2d3f;
  font-size: 17px;
  font-weight: 800;
}

.error-contact-strip span {
  color: #5f6f82;
  font-size: 14px;
  line-height: 1.5;
}

.error-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.error-contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(51, 122, 183, 0.16);
  color: #1d2d3f;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(28, 54, 84, 0.06);
}

.error-contact-links a:hover,
.error-contact-links a:focus {
  background: #337AB7;
  border-color: #337AB7;
  color: #fff;
  outline: none;
}

@media (max-width: 991.98px) {
  .error-404-card {
    padding: 28px;
  }

  .error-404-card h2 {
    font-size: 2.05rem;
  }

  .error-code-wrap span {
    font-size: 6.2rem;
  }

  .error-quick-grid {
    grid-template-columns: 1fr;
  }

  .error-contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .error-contact-links {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .error-404-card {
    padding: 24px;
    border-radius: 18px;
  }

  .error-code-wrap {
    min-height: 170px;
    border-radius: 18px;
  }

  .error-code-wrap span {
    font-size: 4.8rem;
  }

  .error-404-card h2 {
    font-size: 1.85rem;
  }

  .error-actions,
  .error-btn,
  .error-contact-links,
  .error-contact-links a {
    width: 100%;
  }

  .error-quick-card {
    padding: 22px 20px;
  }
}

/*** НОВОСТИ ***/
.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(51, 122, 183, 0.12);
  box-shadow: 0 12px 30px rgba(28, 54, 84, 0.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.blog-card:hover,
.blog-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(51, 122, 183, 0.28);
  box-shadow: 0 20px 44px rgba(28, 54, 84, 0.14);
}

.blog-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  z-index: 3;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #337AB7, #0d5494);
}

.blog-card-image {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  background: #eaf3fb;
  text-decoration: none !important;
}

.blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  transform: scale(1);
  transition: transform .45s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.07);
}

.blog-card-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52%;
  background: linear-gradient(to top, rgba(18, 35, 54, 0.62), rgba(18, 35, 54, 0));
  pointer-events: none;
}

.blog-card-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background:
          radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0) 34%),
          linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  color: #fff !important;
  text-align: center;
}

.blog-card-image-placeholder span {
  position: relative;
  z-index: 2;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: .08em;
}

.blog-card-image-placeholder small {
  position: relative;
  z-index: 2;
  max-width: 80%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-category {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  max-width: calc(100% - 36px);
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #337AB7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 24px 24px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.08);
  color: #5f6f82;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-card-title {
  margin-bottom: 13px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.34;
}

.blog-card-title a {
  color: #1d2d3f;
  text-decoration: none !important;
}

.blog-card-title a:hover,
.blog-card-title a:focus {
  color: #337AB7;
  outline: none;
}

.blog-card-text {
  margin-bottom: 20px;
  color: #5f6f82;
  font-size: 15px;
  line-height: 1.65;
  text-align: justify;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #337AB7 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.blog-card-link span {
  transition: transform .2s ease;
}

.blog-card-link:hover span,
.blog-card-link:focus span {
  transform: translateX(4px);
}

@media (max-width: 767.98px) {
  .blog-card {
    border-radius: 18px;
  }

  .blog-card-image {
    height: 205px;
  }

  .blog-card-body {
    padding: 24px 20px 22px;
  }
}

@media (max-width: 575.98px) {
  .blog-card-image {
    height: 190px;
  }

  .blog-meta span {
    width: auto;
    max-width: 100%;
  }
}
/*** СПИСОК НОВОСТЕЙ ***/
.news-list-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.news-list-subtitle {
  font-size: 16px;
  line-height: 1.7;
}

.news-filter-panel {
  position: relative;
  margin-bottom: 34px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(51, 122, 183, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(28, 54, 84, 0.09);
}

.news-filter-panel:before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.08);
  pointer-events: none;
}

.news-filter-label {
  display: block;
  margin-bottom: 10px;
  color: #1d2d3f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-search-wrap {
  position: relative;
}

.news-search-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 2;
  color: #337AB7;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

.news-search-input,
.news-year-select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(51, 122, 183, 0.16);
  border-radius: 17px;
  background: #f9fcff;
  color: #1d2d3f;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.news-search-input {
  padding: 13px 18px 13px 52px;
}

.news-year-select {
  padding: 13px 16px;
  cursor: pointer;
}

.news-search-input:focus,
.news-year-select:focus {
  border-color: rgba(51, 122, 183, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.11);
}

.news-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-height: 126px;
  overflow-y: auto;
  padding-right: 4px;
}

.news-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(51, 122, 183, 0.14);
  border-radius: 999px;
  background: #f7fbff;
  color: #5f6f82;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.news-filter-chip span {
  color: inherit;
  opacity: .7;
}

.news-filter-chip:hover,
.news-filter-chip:focus,
.news-filter-chip.active {
  border-color: #337AB7;
  background: linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.news-filter-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(51, 122, 183, 0.1);
}

.news-result-count {
  color: #5f6f82;
  font-size: 14px;
  font-weight: 700;
}

.news-reset-filter,
.news-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.news-reset-filter {
  min-height: 42px;
  padding: 10px 18px;
  background: rgba(51, 122, 183, 0.09);
  color: #337AB7;
  font-size: 12px;
}

.news-load-more {
  min-width: 220px;
  min-height: 52px;
  padding: 13px 28px;
  background: linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  color: #fff !important;
  font-size: 13px;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(51, 122, 183, 0.24);
}

.news-reset-filter:hover,
.news-reset-filter:focus,
.news-load-more:hover,
.news-load-more:focus {
  outline: none;
  transform: translateY(-2px);
}

.news-load-more:hover,
.news-load-more:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.news-load-more:disabled {
  cursor: wait;
  opacity: .75;
  transform: none;
}

.news-list-grid {
  position: relative;
  transition: opacity .2s ease;
}

.news-list-section.is-loading .news-list-grid {
  opacity: .55;
}

.news-empty-state {
  margin-top: 18px;
  padding: 30px;
  border: 1px dashed rgba(51, 122, 183, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  color: #5f6f82;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .news-filter-panel {
    padding: 22px;
  }
}

@media (max-width: 575.98px) {
  .news-filter-panel {
    border-radius: 20px;
    padding: 18px;
  }

  .news-filter-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .news-reset-filter,
  .news-load-more {
    width: 100%;
  }
}


.news-detail-actions {
  display: flex;
  align-items: center;
}

.news-detail-actions-bottom {
  justify-content: center;
}

.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(51, 122, 183, .18);
  border-radius: 999px;
  background: rgba(51, 122, 183, .08);
  color: #1f6fb2;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.news-back-link:hover,
.news-back-link:focus {
  border-color: #337AB7;
  background: linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(51, 122, 183, .20);
}

.news-back-link span {
  font-size: 18px;
  line-height: 1;
}

.news-description a {
  color: #1f6fb2;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(31, 111, 178, .35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color .2s ease, text-decoration-color .2s ease, background-color .2s ease;
}

.news-description a:hover,
.news-description a:focus {
  color: #0d5494;
  background-color: rgba(51, 122, 183, .07);
  text-decoration-color: rgba(13, 84, 148, .75);
  outline: none;
}

.news-description a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 3px rgba(51, 122, 183, .16);
}

.news-description blockquote {
  margin: 1em 0;
  padding: 12px 16px;
  border-left: 4px solid #2f80ed;
  background: #f4f8ff;
  color: #344054;
}

/* News detail gallery */
.news-photo-gallery {
  position: relative;
  margin: 0 0 34px;
  padding: 18px;
  border: 1px solid rgba(31, 95, 176, .10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 95, 176, .12), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,250,255,.94));
/*  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);*/
}
.news-photo-gallery-main {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 14px;
  border-radius: 22px;
  background: #eef4fb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
}
.news-photo-gallery-main img {
  display: block;
  width: 100%;
  min-height: 280px;
  max-height: 620px;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.news-photo-gallery-main:hover img,
.news-photo-gallery-main:focus img {
  transform: scale(1.025);
  filter: saturate(1.04);
}
.news-photo-gallery-main:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 18, 38, .50));
}
.news-photo-gallery-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: rgba(15, 23, 42, .72);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .20);
}
.news-photo-gallery-badge .icon-search-plus { font-size: 16px; }
.news-photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}
.news-photo-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #eef4fb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
  outline: none;
}
.news-photo-gallery-item img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}
.news-photo-gallery-item:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(31, 95, 176, .72), rgba(15, 23, 42, .36));
  transition: opacity .28s ease;
}
.news-photo-gallery-item:after {
  content: 'Открыть';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -45%);
  opacity: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: opacity .28s ease, transform .28s ease;
}
.news-photo-gallery-item:hover img,
.news-photo-gallery-item:focus img { transform: scale(1.08); filter: saturate(1.08); }
.news-photo-gallery-item:hover:before,
.news-photo-gallery-item:focus:before,
.news-photo-gallery-item:hover:after,
.news-photo-gallery-item:focus:after { opacity: 1; }
.news-photo-gallery-item:hover:after,
.news-photo-gallery-item:focus:after { transform: translate(-50%, -50%); }
@media (max-width: 767px) {
  .news-photo-gallery { margin-bottom: 26px; padding: 10px; border-radius: 22px; }
  .news-photo-gallery-main { border-radius: 18px; }
  .news-photo-gallery-main img { min-height: 220px; }
  .news-photo-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .news-photo-gallery-item { border-radius: 13px; }
  .news-photo-gallery-item img { height: 112px; }
  .news-photo-gallery-badge { right: 12px; bottom: 12px; padding: 8px 12px; font-size: 12px; }
}

/*** ПАРТНЕРЫ ***/
#section-partners {
  position: relative;
  overflow: hidden;
}

#section-partners .partner-page-item {
  display: flex;
}

#section-partners .partner-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 360px;
  padding: 34px 28px 30px;
  border: 1px solid rgba(51, 122, 183, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

#section-partners .partner-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #337AB7, #0d5494);
}

#section-partners .partner-card:after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.07);
  pointer-events: none;
}

#section-partners .partner-card:hover {
  border-color: rgba(51, 122, 183, 0.28);
  box-shadow: 0 24px 58px rgba(28, 54, 84, 0.16);
  transform: translateY(-5px);
}

#section-partners .partner-logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-bottom: 1.5rem;
  padding: 22px;
  border: 1px solid rgba(51, 122, 183, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px -30px rgba(20, 48, 82, 0.7);
}

#section-partners .partner-logo {
  max-width: 100%;
  max-height: 106px;
  object-fit: contain;
}

#section-partners .partner-card h3 {
  position: relative;
  z-index: 2;
  min-height: 2.9em;
  margin-bottom: 1.35rem;
  color: #1d2d3f;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.3;
}

#section-partners .partner-visit-link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(51, 122, 183, 0.18);
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.07);
  color: #1d2d3f;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

#section-partners .partner-visit-link:hover,
#section-partners .partner-visit-link:focus {
  border-color: #337AB7;
  background: #337AB7;
  color: #fff;
  outline: none;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(51, 122, 183, 0.24);
}

@media (max-width: 767.98px) {
  #section-partners .partner-card {
    min-height: 330px;
    padding: 30px 20px 28px;
  }

  #section-partners .partner-card h3 {
    min-height: auto;
  }
}

/*** СТРАНИЦА ЭКСПЕРТИЗ ***/
.expertise-page-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.expertise-page-hero,
.expertise-content-panel,
.expertise-process-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 34px;
  border: 1px solid rgba(51, 122, 183, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 58px rgba(28, 54, 84, 0.10);
}

.expertise-page-hero:before,
.expertise-content-panel:before,
.expertise-process-panel:before {
  content: "";
  position: absolute;
  top: -90px;
  right: -75px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(51, 122, 183, 0.08);
  pointer-events: none;
}

.expertise-page-title {
  margin: 10px 0 18px;
  color: #1d2d3f;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
}

.expertise-page-lead {
  max-width: 720px;
  margin-bottom: 24px;
  color: #5f6f82;
  font-size: 17px;
  line-height: 1.75;
}

.expertise-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.expertise-page-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid rgba(51, 122, 183, 0.18);
  border-radius: 999px;
  background: rgba(51, 122, 183, 0.08);
  color: #337AB7 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.expertise-page-secondary-link:hover,
.expertise-page-secondary-link:focus {
  border-color: rgba(51, 122, 183, 0.34);
  background: rgba(51, 122, 183, 0.13);
  color: #0d5494 !important;
  outline: none;
  transform: translateY(-2px);
}

.expertise-page-quote {
  position: relative;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #337AB7 0%, #0d5494 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(51, 122, 183, 0.25);
}

.expertise-page-quote i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 25px;
}

.expertise-page-quote strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.expertise-page-quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.7;
}

.expertise-benefit-grid {
  margin-bottom: 10px;
}

.expertise-benefit-card {
  position: relative;
  width: 100%;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(51, 122, 183, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(28, 54, 84, 0.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.expertise-benefit-card:hover {
  border-color: rgba(51, 122, 183, 0.28);
  box-shadow: 0 22px 52px rgba(28, 54, 84, 0.13);
  transform: translateY(-4px);
}

.expertise-benefit-card h3 {
  margin: 18px 0 10px;
  color: #1d2d3f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.expertise-benefit-card p,
.expertise-content-panel p,
.expertise-process-panel p {
  color: #5f6f82;
  font-size: 15px;
  line-height: 1.7;
}

.expertise-content-panel h2,
.expertise-process-panel h2 {
  margin-bottom: 18px;
  color: #1d2d3f;
  font-size: 30px;
  font-weight: 800;
}

.expertise-law-card {
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(51, 122, 183, 0.12), transparent 34%),
    #f7fbff;
  border: 1px dashed rgba(51, 122, 183, 0.24);
}

.expertise-law-card span {
  display: block;
  margin-bottom: 18px;
  color: #1d2d3f;
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.35;
}

.expertise-law-card p {
  margin: 0;
  color: #5f6f82;
  font-size: 15px;
  line-height: 1.7;
}

.expertise-kind-card {
  min-height: 270px;
}

.expertise-page-list {
  margin: 0;
}

.expertise-page-list li {
  background: #fff;
  border: 1px solid rgba(51, 122, 183, 0.11);
  border-radius: 18px;
  padding: 18px;
}

@media (max-width: 991.98px) {
  .expertise-page-hero,
  .expertise-content-panel,
  .expertise-process-panel {
    padding: 28px;
  }

  .expertise-page-title {
    font-size: 34px;
  }
}

@media (max-width: 575.98px) {
  .expertise-page-hero,
  .expertise-content-panel,
  .expertise-process-panel,
  .expertise-benefit-card {
    border-radius: 20px;
    padding: 22px;
  }

  .expertise-page-title {
    font-size: 28px;
  }

  .expertise-page-actions,
  .expertise-page-actions .expertise-link,
  .expertise-page-secondary-link {
    width: 100%;
  }
}

/* Кнопка Viber */
.viber-button {
  position: fixed;
  right: 10px;
  bottom: 5px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #665CAC;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M11.398.002C9.473.028 5.331.344 3.014 2.467 1.294 4.177.693 6.698.623 9.82c-.06 3.11-.13 8.95 5.5 10.541v2.42s-.038.97.602 1.17c.79.25 1.24-.499 1.99-1.299l1.4-1.58c3.85.32 6.8-.419 7.14-.529.78-.25 5.181-.811 5.901-6.652.74-6.031-.36-9.831-2.34-11.551l-.01-.002c-.6-.55-3-2.3-8.37-2.32 0 0-.396-.025-1.038-.016zm.067 1.697c.545-.003.88.02.88.02 4.54.01 6.711 1.38 7.221 1.84 1.67 1.429 2.528 4.856 1.9 9.892-.6 4.88-4.17 5.19-4.83 5.4-.28.09-2.88.73-6.152.52 0 0-2.439 2.941-3.199 3.701-.12.13-.26.17-.35.15-.13-.03-.17-.19-.16-.41l.02-4.019c-4.771-1.32-4.491-6.302-4.441-8.902.06-2.6.55-4.732 2-6.172 1.957-1.77 5.475-2.01 7.11-2.02zm.36 2.6a.299.299 0 0 0-.3.299.3.3 0 0 0 .3.3 5.631 5.631 0 0 1 4.03 1.59c1.09 1.06 1.621 2.48 1.641 4.34a.3.3 0 0 0 .3.3v-.009a.3.3 0 0 0 .3-.3 6.451 6.451 0 0 0-1.81-4.76c-1.19-1.16-2.692-1.76-4.462-1.76zm-3.954.69a.955.955 0 0 0-.615.12h-.012c-.41.24-.788.54-1.148.94-.27.32-.421.639-.461.949a1.24 1.24 0 0 0 .05.541l.02.01a13.722 13.722 0 0 0 1.2 2.6 15.383 15.383 0 0 0 2.32 3.171l.03.04.04.03.03.03.03.03a15.603 15.603 0 0 0 3.18 2.33c1.32.72 2.122 1.06 2.602 1.2v.01c.14.04.268.06.398.06a1.84 1.84 0 0 0 1.102-.472c.39-.35.7-.738.93-1.148v-.01c.23-.43.15-.841-.18-1.121a13.632 13.632 0 0 0-2.15-1.54c-.51-.28-1.03-.11-1.24.17l-.45.569c-.23.28-.65.24-.65.24l-.012.01c-3.12-.8-3.95-3.959-3.95-3.959s-.04-.43.25-.65l.56-.45c.27-.22.46-.74.17-1.25a13.522 13.522 0 0 0-1.54-2.15.843.843 0 0 0-.504-.3zm4.473.89a.3.3 0 0 0 .002.6 3.78 3.78 0 0 1 2.65 1.15 3.5 3.5 0 0 1 .9 2.57.3.3 0 0 0 .3.299l.01.012a.3.3 0 0 0 .3-.301c.03-1.19-.34-2.19-1.07-2.99-.73-.8-1.75-1.25-3.05-1.34a.3.3 0 0 0-.042 0zm.49 1.619a.305.305 0 0 0-.018.611c.99.05 1.47.55 1.53 1.58a.3.3 0 0 0 .3.29h.01a.3.3 0 0 0 .29-.32c-.07-1.34-.8-2.091-2.1-2.161a.305.305 0 0 0-.012 0z'/%3e%3c/svg%3e");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.viber-button:before,
.viber-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #665cac;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: border-animate 1.5s linear infinite;
  opacity: 0;
}
.viber-button:after{
  animation-delay: .5s;
}

@keyframes border-animate
{
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* Кнопка Telegram */
.telegram-button {
  position: fixed;
  right: 10px;
  bottom: 85px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #2CA5E0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #2CA5E0;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: border-animate 1.5s linear infinite;
  opacity: 0;
}
.telegram-button:after{
  animation-delay: .5s;
}

/*** ОБРАЗЦЫ ПРЕТЕНЗИЙ ***/
.sample-claims-page-section .sample-claim-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 34px 28px;
}

.sample-claims-page-section .sample-claim-icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  border-radius: 22px;
  background: rgba(51, 122, 183, 0.10);
  color: #337AB7;
  font-size: 30px;
}

.sample-claims-page-section .sample-claim-card h3 {
  min-height: auto;
}

.sample-claims-page-section .sample-claim-description {
  flex: 1;
  margin-bottom: 24px;
  line-height: 1.65;
}

.sample-claims-page-section .sample-claim-download {
  margin: auto 0 0;
}

.sample-claims-page-section .sample-claim-download a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #337AB7;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(51, 122, 183, 0.24);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.sample-claims-page-section .sample-claim-download a:before {
  content: "\f019";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.sample-claims-page-section .sample-claim-download a:hover,
.sample-claims-page-section .sample-claim-download a:focus {
  transform: translateY(-3px);
  background: #0d5494;
  box-shadow: 0 16px 34px rgba(51, 122, 183, 0.34);
  outline: none;
}

.sample-claims-constructor-note {
  padding: 24px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(51, 122, 183, 0.10), rgba(51, 122, 183, 0.04));
  border: 1px solid rgba(51, 122, 183, 0.14);
  color: #425466;
  text-align: center;
  box-shadow: 0 12px 30px rgba(28, 54, 84, 0.07);
}

.sample-claims-constructor-note p {
  margin-bottom: 0;
  line-height: 1.7;
}

.sample-claims-constructor-note a {
  color: #337AB7;
  font-weight: 800;
  text-decoration: underline;
}

.sample-claims-constructor-note a:hover,
.sample-claims-constructor-note a:focus {
  color: #0d5494;
}

/* Main desktop menu: bold items */
.site-menu.js-clone-nav.mx-auto.d-none.d-lg-block > li > a, .site-menu.js-clone-nav.mx-auto.d-none.d-lg-block > li > .nav-link {
  font-weight: 700;
}
