html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
.btn[disabled] {
  opacity: 0.5; /* Уменьшаем прозрачность кнопки, чтобы выделить ее неактивное состояние */
  cursor: not-allowed; /* Меняем курсор на not-allowed для указания на неактивность */
}
ul {
  margin: 0;
  padding: 0;
}
.main-list {
  color: #000;
  list-style: none;
  padding: 0;
}
.main-list > li {
  margin-bottom: 10px;
  font-weight: bold;
}
.sub-list {
  list-style: none;
  padding: 0;
  margin-top: 5px;
  margin-left: 20px;
}
.sub-list > li {
  margin-bottom: 5px;
  font-weight: normal;
}
a:active,
a:focus {
  outline: none;
  ie-dummy: expression(this.hideFocus=true);
}
.contact-href {
  color: #ffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2125em;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
  word-wrap: break-word;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
a,
a:hover {
  color: #ff7400;
}
.bg-color h1 strong,
.bg-color h2 strong,
.bg-color h3 strong,
.bg-color h4 strong,
.bg-color h5 strong,
.bg-color h6 strong,
.bg-dark h1,
.bg-color h1,
.bg-dark h2,
.bg-color h2,
.bg-dark h3,
.bg-color h3,
.bg-dark h4,
.bg-color h4,
.bg-dark h5,
.bg-color h5,
.bg-dark h6,
.bg-color h6 {
  color: #fff;
}
.section-head {
  font-size: 30px;
  font-weight: 100;
  max-width: 100%;
  text-transform: uppercase;
}
p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin-bottom: 1.25em;
  word-wrap: break-word;
}
.p-more-features {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
}
p.section-subtitle {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
}
hr {
  border-top: 1px solid #111;
}
.bg-dark hr,
.bg-color hr {
  border-top: 1px solid #fff;
}
.parallax {
  position: relative;
}
span.circular {
  background: #056a97;
  border-radius: 50%;
  color: #fff;
  height: 60px;
  line-height: 50px;
  margin: 0 auto;
  width: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.fс-orng {
  color: #ff7400;
}
.flexslider {
  background: transparent;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -o-border-radius: 0;
  -o-box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
}
span.rf {
  font-style: italic;
  font-weight: bold;
}
span.orng-itlc {
  color: #ff7400;
  font-style: italic;
}
.image-container {
  padding-bottom: 20px;
}
.big-padding {
  padding-bottom: 192px !important;
}
.btn {
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  background: #ff7400;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin: 0 auto;
  outline: none;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
  z-index: 1;
}
.btn.features {
  margin-top: 20px;
}
.blog.btn {
  position: absolute;
  bottom: 0;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
.btn-noanimated:hover {
  position: relative;
  top: 2px;
}
.btn-border {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin: 0 auto;
  outline: none;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
  z-index: 1;
}
.bg-color .btn-border {
  padding: 7px 20px;
  margin-left: 20px;
}
.btn-border:hover {
  background: #fff;
  text-decoration: none;
  color: #93a7d1;
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
.btn-border:active {
  position: relative;
  top: 2px;
}
.btn-border-sm {
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.control-btn {
  display: block;
  position: relative;
  background: #fff;
  border: 2px solid #a94442;
  color: #a94442;
  cursor: pointer;
  padding: 7px 25px;
  text-decoration: none;
  margin-right: 10px;
}
.control-btn.active {
  display: block;
  position: relative;
  background: #ff7400;
  border: 2px solid #a94442;
  color: #fff;
  cursor: pointer;
  padding: 7px 25px;
  text-decoration: none;
}
.control-btn input {
  appearance: none;
  position: absolute;
  height: 100%;
  opacity: 0;
}
.control[data-filter]:after,
.control[data-toggle]:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  border: 2px solid currentColor;
  border-radius: 2px;
  background: currentColor;
  transition: background-color 150ms, border-color 150ms;
}
#projects .mixitup-control-active {
  background: #ff7400 !important;
  color: #fff !important;
}
.mixitup-control-active[data-toggle]:after {
  background: transparent;
}
.bg-color {
  background: #93a7d1;
}
.bg-dark {
  background: #2d4059;
}
.space {
  padding: 70px 0;
}
.divide10 {
  display: block;
  height: 10px;
  width: 100%;
}
.divide30 {
  display: block;
  height: 30px;
  width: 100%;
}
.circular:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
form {
  width: 100%;
}
.form-control {
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -moz-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s box-shadow ease-in-out
    0.15s;
  background: #fff;
  border: 1px solid #e3e8eb;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 1.428571429;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  vertical-align: middle;
  width: 100%;
}
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cfd0d1;
  box-shadow: none;
  outline: 0;
}
#message {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
fieldset {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.error_message {
  display: block;
  line-height: 22px;
  background: #fbe3e4 url("../images/error.gif") no-repeat 10px center;
  padding: 3px 10px 3px 35px;
  color: #8a1f11;
  border: 1px solid #fbc2c4;
  -webkit-border-radius: 5px;
}
.loader {
  padding: 0 10px;
}
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
::-webkit-scrollbar-track {
  background: rgba(170, 170, 170, 0.8);
}
#pageloader {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.loader-item {
  background: #fff;
  border-bottom: 3px solid transparent !important;
  border-color: #93a7d1;
  border-left: 3px solid;
  border-radius: 200px;
  border-right: 3px solid;
  border-top: 3px solid;
  color: #93a7d1;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}
.animated {
  visibility: hidden;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}
.visible {
  visibility: visible;
}
.owl-item.animated {
  visibility: visible;
}
a.timeline-a {
  color: white;
  text-decoration-color: #ff7400;
}
#timeline .note:nth-child(3).animated {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
#timeline .note:nth-child(4).animated {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
}
#timeline .note:nth-child(5).animated {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
}
#timeline .note:nth-child(6).animated {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
}
#timeline .note:nth-child(8).animated {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
}
#timeline .note:nth-child(9).animated {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  -ms-animation-delay: 1.9s;
}
#more-features .col-md-4:nth-of-type(1) .more-features-box.animated {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
#more-features .col-md-4:nth-of-type(2) .more-features-box.animated {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
}
#more-features .col-md-4:nth-of-type(3) .more-features-box.animated {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
}
#more-features .col-md-4:nth-of-type(4) .more-features-box.animated {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
}
#more-features .col-md-4:nth-of-type(5) .more-features-box.animated {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
}
#more-features .col-md-4:nth-of-type(6) .more-features-box.animated {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  -ms-animation-delay: 1.9s;
}
#features .feature:nth-of-type(1).animated,
#features .feature:nth-of-type(2).animated {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
}
#features .feature:nth-of-type(3).animated,
#features .feature:nth-of-type(4).animated {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
}
#features .feature:nth-of-type(5).animated,
#features .feature:nth-of-type(6).animated {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
}
#services .col-md-4:nth-of-type(1) .services-box.animated {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}
#services .col-md-4:nth-of-type(2) .services-box.animated {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}
#services .col-md-4:nth-of-type(3) .services-box.animated {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
}
#members .col-md-3:nth-of-type(1) article.animated {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
}
#members .col-md-3:nth-of-type(2) article.animated {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
}
#members .col-md-3:nth-of-type(3) article.animated {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
}
#members .col-md-3:nth-of-type(4) article.animated {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
}
#nav {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 99999;
}
#nav a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav .container-fluid {
  max-width: 1170px;
}
.dropdown-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #93a7d1;
  color: #000;
  outline: 0;
  text-decoration: none;
}
.dropdown-menu > li > a {
  color: #333;
  padding: 10px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #93a7d1;
  color: #fff;
  text-decoration: none;
}
.dropdown-menu.pull-left {
  float: none;
  left: 100%;
  margin-right: 10px;
}
.dropdown-menu.pull-right {
  float: none;
  left: -100%;
  margin-left: 10px;
  right: 100%;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  margin-left: -1px;
  margin-top: -6px;
  top: 0;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border: none;
}
.navbar-header {
  color: #fff;
  padding: 6px;
  text-align: center;
}
.navbar-inverse .navbar-brand {
  color: #2d4059;
  float: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-brand img {
  height: 45px;
  width: auto;
  display: inline-block;
}
.navbar-inverse .navbar-brand:hover {
  color: #2d4059;
}
.navbar-inverse .navbar-nav > .open > a {
  background: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  border-top: 4px solid #fff;
  color: #333;
  font-size: 15px;
  padding-bottom: 21px;
  padding-top: 21px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #fff;
  border-top: 4px solid #ff7400;
  color: #000;
}
.navbar-inverse,
.dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.open {
  display: none;
}
#slides .image1 {
  background: url(../images/sliders/darken/11.webp);
  background-position-x: 50% !important;
  background-size: cover;
}
#slides .image2 {
  background: url(../images/sliders/darken/22.webp);
  background-position: 25% 45% !important;
  background-size: cover;
  background-repeat: no-repeat;
}
#slides .image3 {
  background: url(../images/sliders/darken/33.webp);
  background-position: center !important;
  background-size: cover;
}
.keystat-logo {
  max-height: 150px;
  object-fit: contain;
}
.caption-wrapper {
  display: flex;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50%;
  top: 30%;
  left: 0;
  margin: -8% 0 0 0;
  z-index: 100;
}
.caption-wrapper.second-slide {
}
.about-wrapper {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-wrapper.info {
  justify-content: center;
  max-width: 100%;
}
.caption-p {
  max-width: 1000px;
  margin: 0 auto;
}
.caption-p.first-slide {
  padding-top: 130px;
}
.slide-caption {
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  min-width: 200px;
  align-items: center;
}
.slide-caption h1 {
  color: #ff7400;
  font-size: 59.5px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 100px;
  margin-bottom: 0.3em;
  margin-top: 0;
  text-transform: uppercase;
}
.slide-caption .btn {
  width: 140px;
}
.slide-caption p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0.2em;
  text-transform: uppercase;
  line-height: 1.4;
}
#slides .owl-controls {
  bottom: 10%;
  position: absolute;
  width: 100%;
}
#slides .owl-controls .owl-nav > div {
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -webkit-transition: background 0.15s ease;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s ease;
  width: 30px;
  border-radius: 0;
  opacity: 1;
  padding: 0;
  margin: 0;
}
#slides .owl-controls .owl-nav > div i {
  font-size: 20px;
}
#slides .owl-controls .owl-nav > .owl-next {
  float: right;
  right: 0;
}
#slides .owl-controls .owl-nav > .owl-prev {
  float: left;
  left: 0;
}
#slides .owl-controls .owl-nav > div:hover {
  background: rgba(0, 0, 0, 0.9);
}
.overlay-1 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFUlEQVQIW2NkQAKMUPZ/IM0I44DFABJxAQQMGKylAAAAAElFTkSuQmCC)
    rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.overlay-2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQIW2NkYGD4D8SMQAwhYAIwDlgAADZsAwPtIY3UAAAAAElFTkSuQmCC)
    rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.overlay-3 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQIW2NkYGD4D8SMQAwhYAIwDlgAADZsAwPtIY3UAAAAAElFTkSuQmCC)
    rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.row.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row.wrapper:last-child {
  justify-content: center;
}
.services-box {
  padding: 35px 20px;
  text-align: center;
  min-height: 500px;
}
.services-box a.btn {
  position: absolute;
  bottom: 0;
  left: 39%;
}
.services-box a.btn.btn-btm {
  bottom: 19%;
}
.services-box p {
}
.services-box h3 {
  font-size: 21px;
}
.services-box .fa {
  font-size: 60px;
  color: #056a97;
  margin-bottom: 10px;
}
.services-box img {
  display: block;
  height: 100px;
  margin: 0 auto 25px;
  position: relative;
}
#main-video {
  width: 720px;
  height: auto;
}
.main-video {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.tabbed .nav > li > a:hover,
.tabbed .nav > li > a:focus {
  background: transparent;
  border: 1px solid transparent;
  border-top: 3px solid transparent;
}
.tabbed .nav-tabs > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  padding: 10px;
}
.tabbed .nav-tabs > li.active > a,
.tabbed .nav-tabs > li.active > a:hover,
.tabbed .nav-tabs > li.active > a:focus {
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #ff7400;
}
.tabbed .tab-content > .tab-pane {
  padding: 10px 0;
}
#col-sm-7__tabbed {
  padding-right: 9px;
}
.progress {
  height: auto;
  position: relative;
}
.progress:last-child {
  height: auto;
  margin-bottom: 0;
}
.progress-bar {
  background: #ff7400;
  -moz-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  -webkit-transition: width 2s ease-in-out;
  padding: 3px 20px;
  text-align: left;
  transition: width 2s ease-in-out;
  width: 0;
}
.progress-bar span {
  color: #2d4059;
  position: absolute;
  right: 10px;
  top: 3px;
}
.progress-bars h4 {
  font-weight: 400;
  margin-bottom: 20px;
}
#interesting-info {
  background: url(../images/3.webp) center center fixed;
  color: #fff;
  background-size: cover;
}
#interesting-info .fact {
  text-align: center;
}
#interesting-info .factor {
  font-size: 35px;
}
#interesting-info p {
  font-size: 25px;
  font-weight: 400;
  margin: 20px;
}
#interesting-info .container {
  position: relative;
  z-index: 10;
}
#members .image-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#members .image-container img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#members .info {
  padding: 20px;
  text-align: center;
}
#members .info p {
  margin-bottom: 10px;
}
#members .info h3 {
  color: #056a97;
}
#members .info span {
  color: #93a7d1;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.description-item {
  max-width: 350px;
}
.description-item.info {
  max-width: 390px;
}
.font-color.orng.italic {
  color: #ff7400;
  font-style: italic;
  font-size: 32px;
}
#filters,
#year-filters {
  line-height: 40px;
  list-style: none;
  margin: 10px 0 40px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#filters li,
#year-filters li {
  display: inline;
  line-height: 200%;
  margin: 5px 2px;
}
#filters li button,
#year-filters li button {
  background: #fff;
  border: 2px solid #a94442;
  color: #333;
  font-size: 12px;
  padding: 7px 25px;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#filters li button.active,
#filters li button:hover,
#year-filters li button.active,
#year-filters li button:hover {
  background: #ff7400;
  border: 2px solid #a94442;
  color: #fff;
  cursor: pointer;
  padding: 7px 25px;
  text-decoration: none;
}
.control[data-filter]:after,
.control[data-toggle]:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  border: 2px solid currentColor;
  border-radius: 2px;
  background: currentColor;
  transition: background-color 150ms, border-color 150ms;
}
#projects .mixitup-control-active {
  background: #ff7400 !important;
  color: #fff !important;
}
.mixitup-control-active[data-toggle]:after {
  background: transparent;
}
.btn-project i {
  display: table-cell;
  vertical-align: middle;
}
.description strong {
  color: #2b2a38;
}
.projects-container {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.projects-container .project-item {
  margin-bottom: 0;
  width: 43.333333333333%;
}
.project-item .actions {
  margin-top: 20%;
}
.project-item {
  position: relative;
  overflow: hidden;
}
.project-item:hover .unhover-info {
  transform: translateY(-600%);
  transition: transform ease 0.5s;
}
.project-item .hover-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: opacity ease 0.5s;
}
.project-item:hover .hover-info {
  opacity: 1;
}
.project-item figcaption {
  -moz-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -o-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  backface-visibility: hidden;
  background: rgba(85, 133, 181, 0.7);
  border: 1px solid transparent;
  bottom: -1px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s;
  z-index: 10;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}
.project-item figcaption:hover {
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  opacity: 1;
  transition: all 0.25s ease-out;
}
.project-item figure {
  position: relative;
  min-height: 300px;
}
.project-item h3 {
  -webkit-transition: all ease 0.5s;
  color: #fff;
  cursor: auto;
  position: absolute;
  top: 40%;
  transition: all ease 0.5s;
  width: 100%;
}
#features {
  background-size: cover;
}
#features .circular {
  margin-top: 10px;
}
#features i {
  font-size: 25px;
  line-height: 45px;
}
.features-box {
  margin-bottom: 20px;
  width: 88%;
}
.features-box h3 {
  font-size: 21px;
  font-weight: 400;
}
.features.h4 {
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  font-weight: bolder;
}
.features-wrapper .feature .circular {
  float: left;
}
.features-wrapper .feature:nth-of-type(2n + 1) .circular {
  float: right;
}
.features-wrapper .feature:nth-of-type(2n + 1) .features-box {
  float: right;
  padding-right: 10px;
  text-align: right;
}
.features-wrapper .feature:nth-of-type(2n + 2) .features-box {
  float: left;
  padding-left: 10px;
  text-align: left;
}
#quote-section {
  background: url(../images/background.webp) center center fixed;
  color: #fff;
  background-size: cover;
}
#quote-section .container {
  position: relative;
  z-index: 10;
}
#quote-section .owl-stage {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.attribution {
  color: #97a4ad;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.attribution .attr-info strong {
  color: #93a7d1;
}
.attribution .btn {
  margin-left: 10px;
}
.quote {
  text-align: center;
}
.contact-section__quote {
  font-size: 18px;
}
.quote p {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  z-index: 2;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#quote-section i {
  font-size: 25px;
  line-height: 60px;
}
.controls {
  line-height: 40px;
  list-style: none;
  margin: 10px 0 40px;
  padding: 2px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.owl-theme .owl-controls .owl-nav div {
  position: absolute;
  top: 40%;
  background: transparent;
}
#clients-slider.owl-theme .owl-controls .owl-nav div {
  top: 20%;
}
.item-video {
  width: 160px;
}
#blog-slider.owl-theme .owl-controls .owl-nav div {
  color: #000;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  right: -5%;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -5%;
}
.owl-theme .owl-controls .owl-nav i {
  font-size: 35px;
}
#quote-section .owl-item .item {
  overflow: hidden;
}
.owl-theme .owl-controls .owl-page span {
  background: #000;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"],
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgba(0, 0, 0, 1);
}
#clients img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#more-features i {
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px;
}
#more-features .btn {
  margin-left: 20px;
}
.more-features-box {
  padding: 35px 20px;
  text-align: center;
}
.more-features-box h3 {
  font-size: 21px;
}
.icon-more-features img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
#more-features .buttons {
  display: flex;
}
.video-block {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.video-block__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.video-block__more {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
#educational-materials .wrapper {
  text-align: center;
}
#educational-materials .wrapper .col-md-3 {
  display: none;
}
#timeline {
  background: url(../images/3.webp) center center fixed;
  color: #fff;
  background-size: cover;
}
#timeline .line {
  background: #fff;
  height: 100%;
  left: 49.9%;
  position: absolute;
  width: 3px;
}
#timeline ul.timeline {
  display: block;
  height: auto;
  margin: 50px auto 0;
  padding: 0 0 150px;
  position: relative;
  width: 100%;
}
#timeline ul.timeline li.note {
  display: flex;
  align-items: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #fff;
  float: right;
  margin: 35px 0;
  min-height: 100px;
  position: relative;
  text-align: left;
  transition: all 0.3s;
  width: 46%;
}
#timeline ul.timeline li.note .note-circle {
  background: #fff;
  border-radius: 100px;
  display: block;
  height: 21px;
  left: -10.7%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 21px;
  z-index: 20;
}
#timeline ul.timeline li.note p.timeline-date,
#timeline ul.timeline li.note p.timeline-head,
#timeline ul.timeline li.note p.timeline-desc {
  font-size: 22px;
  color: #fff;
}
#timeline ul.timeline li.note span.note-arrow,
#timeline ul.timeline li.note span.note-arrow:after {
  border-right-color: #93a7d1;
}
#timeline ul.timeline li.note,
#timeline ul.timeline li.note:after {
  background: #056a97;
}
#timeline ul.timeline li.note:nth-of-type(2n) {
  clear: left;
  float: left;
}
#timeline ul.timeline li.note:nth-of-type(2n) .note-circle {
  left: auto;
  right: -10.7%;
}
#timeline ul.timeline li.note:nth-of-type(2n) span.note-arrow,
#timeline ul.timeline li.note:nth-of-type(2n) span.note-arrow:after {
  border-left-color: #93a7d1;
}
#timeline ul.timeline li.note:nth-of-type(2n + 1):before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #056a97;
  border-top: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  right: auto;
  top: 20%;
  width: 0;
}
#timeline ul.timeline li.note:nth-of-type(2n + 2):before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #93a7d1;
  border-top: 10px solid transparent;
  content: "";
  left: auto;
  position: absolute;
  right: -10px;
  top: 50%;
}
#timeline ul.timeline li.start {
  bottom: -1%;
  clear: both;
  display: block;
  height: 70px;
  left: 49.9%;
  margin-left: -35px;
  position: absolute;
  width: 70px;
}
#timeline ul.timeline li.start a {
  background: #fff;
  border-radius: 50%;
  color: #2d4059;
  display: block;
  font-size: 25px;
  height: 70px;
  line-height: 60px;
  text-align: center;
  width: 70px;
}
#timeline ul.timeline li.start a span.up-arrow {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: url(../images/up-arrow.png) no-repeat center center;
  display: block;
  height: 17px;
  line-height: 50px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  transform: rotate(-45deg);
  width: 12px;
}
#timeline ul.timeline li.time {
  background: #fff;
  border-radius: 50%;
  clear: both;
  color: #2d4059;
  cursor: default;
  font-size: 20px;
  height: 70px;
  line-height: 65px;
  margin: -63px auto;
  position: relative;
  text-align: center;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#timeline ul.timeline li.time.intermediate {
  width: 50px;
  height: 50px;
}
#timeline ul.timeline li.time + li.note {
  margin-top: 5px;
}
#timeline ul.timeline li.today {
  background: #fff;
  border-radius: 50%;
  color: #2d4059;
  height: 70px;
  line-height: 65px;
  width: 70px;
}
#timeline ul.timeline li.note.animated.float-left {
  float: left;
}
#timeline ul.timeline li.note.animated.float-left:nth-of-type(2n + 1):before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #056a97;
  border-right: 10px solid transparent !important;
  border-top: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 20%;
  width: 0;
}
.timeline {
  padding-bottom: 0;
}
.inner {
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.inner:after,
.clear {
  clear: both;
}
li.note p,
li.note span,
li.note span:after {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
li.note p.timeline-date,
li.note p.timeline-desc {
  color: #949494;
  font-size: 13px;
}
li.note p.timeline-head {
  color: #696969;
  font-size: 17px;
  margin: 4px auto;
}
.timeline-head.uppercase.semibold.keystat {
  text-align: center;
}
.tooltip-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  font-size: 15px;
}
.accordion {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: max-height 0.3s ease;
}
.accordion .panel {
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
}
.accordion .panel-collapse {
  line-height: 18px;
}
.accordion .panel-collapse .text {
  padding: 15px 20px;
  text-align: left;
}
.accordion h4 {
  margin: 0;
  padding: 0;
}
.accordion h4 a span {
  background: #056a97;
  color: #3f3e49;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  left: 0;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 53px;
}
.accordion h4 a span:before {
  content: "-";
  color: #fff;
}
.accordion h4 a,
.accordion h4 a:hover,
.accordion h4 a:focus {
  text-decoration: none;
}
.accordion h4 a.collapsed span:before {
  content: "\f055";
  font-family: FontAwesome;
  color: #fff;
}
.accordion h4 a.collapsed span.plus-square:before {
  content: "\f0fe";
  font-family: FontAwesome;
  color: #fff;
}
.accordion h4 a.collapsed,
.accordion h4 a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #f4f3f6;
  color: #434955;
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 0 70px;
  position: relative;
  text-transform: none;
  transition: all 0.5s;
}
#blog {
  color: #48505e;
  position: relative;
}
.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#blog .blog-icon {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #93a7d1;
  border: 8px solid #fff;
  border-radius: 100%;
  display: block;
  height: 110px;
  left: 15px;
  line-height: 100px;
  position: absolute;
  right: 0;
  top: -45px;
  width: 110px;
  z-index: 1;
}
#blog .blog-inner {
  padding-top: 90px;
}
#blog .heading {
  color: #fff;
}
#blog article {
  margin: 0 10px;
}
#blog ul.categories {
  padding: 0;
}
#blog ul.categories li {
  list-style-type: none;
}
#blog ul.categories li a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  color: #48505e;
  font-weight: 600;
  line-height: 30px;
  transition: color 0.3s;
}
#blog ul.categories li:last-child a,
#blog ul.categories li a:hover {
  color: #93a7d1;
}
#comments-wrapper {
  float: left;
  margin: 40px 0;
  width: 100%;
}
#comments-wrapper h2 {
  display: inline-block;
  font-size: 20px;
}
#comments-wrapper li {
  border-left: 5px solid #93a7d1;
  float: left;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
}
#comments-wrapper li .avatar {
  float: left;
  width: 10%;
}
#comments-wrapper li .comment-buttons {
  display: inline-block;
  float: right;
  line-height: 30px;
  margin-right: 20px;
}
#comments-wrapper li .comment-buttons a {
  color: #2d4059;
  margin-left: 10px;
}
#comments-wrapper li .comment-date {
  color: #93a7d1;
  display: inline-block;
  margin-left: 10px;
}
#comments-wrapper li .content {
  float: right;
  padding-left: 20px;
  width: 90%;
}
#comments-wrapper li li {
  border: none;
  margin-left: 5%;
  margin-top: 1%;
  width: 95%;
}
.blog-item .item-content {
  background: #fff;
  margin: 20px 0;
}
.post-entry .button {
  margin-top: 14px;
}
.post-entry .divider {
  border-bottom: 1px solid #eee;
  margin: 35px auto;
  width: 20%;
}
.post-media .post-comments {
  background: #93a7d1;
  color: #fff;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.post-media .post-comments p {
  font-weight: 700;
  text-align: center;
}
.post-media img {
  display: block;
  height: 70px;
  object-fit: scale-down;
}
.post-media,
.post-title,
.post-meta {
  display: block;
}
.post-media,
.responsive-video-div > div {
  position: relative;
}
.post-meta {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 20px;
  margin: 15px 0;
  text-transform: uppercase;
}
.post-meta li {
  display: inline;
  margin-right: 5px;
}
.post-meta li:after {
  content: "/";
  margin-left: 8px;
}
.post-meta li:last-child {
  margin-right: 0;
}
.post-meta li:last-child:after {
  content: "";
  margin-left: 0;
}
.post-meta span.day:after {
  content: ",";
}
.post-meta ul {
  margin: 0;
  padding: 0;
}
.post-title {
  position: relative;
  width: 100%;
}
.post-title blockquote {
  color: #aaa;
  margin: 0;
  padding: 0;
  width: 100%;
}
.post-title blockquote p {
  font-style: normal;
  padding-left: 0;
}
.post-title blockquote:before {
  content: "";
}
.post-title h2.title,
.post-title h2.title a {
  color: #2d4059;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 400;
}
.post-title h2.title:hover,
.post-title h2.title a:hover {
  text-decoration: none;
}
.responsive-video-div iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.responsive-video-vimeo > div {
  padding-top: 56.26506%;
}
.responsive-video-vimeo,
.responsive-video-youtube {
  max-width: 1130px;
}
.responsive-video-youtube > div {
  padding-top: 56.271981%;
}
.price-table {
  font-size: 16px;
  width: 100%;
}
.price-table .btn-border {
  background: #2d4059;
}
.price-table .price {
  color: #999;
  font-size: 35px;
}
.price-table > thead > tr > th {
  border-bottom: none;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}
.price-table.selected .btn-border {
  background: #93a7d1;
}
.price-table.selected .price {
  background: #93a7d1;
  color: #fff;
}
#contact {
  margin-bottom: 70px;
  margin-top: 70px;
}
#contact .widget i {
  margin-right: 10px;
}
#contact-info {
  background: url(../images/background-2.webp) center center fixed;
  color: #fff;
  background-size: cover;
}
#contact-info .container {
  position: relative;
  z-index: 10;
}
#contact-info h4 {
  color: #fff;
}
#contact-section h4 {
  font-size: 25px;
}
#contact-section i {
  font-size: 25px;
  line-height: 60px;
}
#contact-info p {
  font-size: 20px;
  font-weight: 400;
}
#map {
  height: 400px;
  width: 100%;
}
.blog-container {
  padding-bottom: 80px;
  padding-top: 55px;
}
.blog-item {
  max-width: 175px;
  height: 100%;
}
.blog-content .blog-item:last-child {
  margin-bottom: 0;
}
.blog-intro h1 {
  font-size: 50px;
}
.blog-intro,
.blog-content .blog-item {
  margin-bottom: 50px;
}
.blog-wrap,
.post-wrap {
  margin: 80px 0;
}
h4.heading {
  text-transform: uppercase;
}
ul.menu-link {
  margin-bottom: 9px;
}
ul.menu-link > li {
  border-top: 1px solid #eee;
}
ul.menu-link > li a {
  color: #999;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  padding: 8px 0;
}
.widget ul li span {
  float: right;
  display: inline-block;
  line-height: 24px;
  padding: 8px 0;
  font-weight: 300;
  font-size: 15px;
}
ul.menu-link > li a:hover {
  color: #93a7d1;
  text-decoration: none;
}
ul.menu-link > li:first-child {
  border: none;
}
.tagcloud a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid #eee;
  color: #2d4059;
  display: inline-block;
  font-size: 14px !important;
  line-height: 26px;
  margin: 0 5px 8px;
  padding: 0 10px;
  transition: 0.3s;
  vertical-align: top;
}
.tagcloud a:hover {
  background: #93a7d1;
  color: #fff;
  text-decoration: none;
}
.widget {
  margin-bottom: 30px;
}
.widget .tabbed img {
  margin-right: 10px;
  width: 70px;
}
.widget .widget-post {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.widget .tabbed h4 {
  font-size: 16px;
  font-weight: 400;
}
.widget .tabbed .date {
  font-size: 14px;
}
.pager li > a,
.pager li > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #93a7d1;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  background: #93a7d1;
  text-decoration: none;
}
.pagination {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #93a7d1;
  border-color: #93a7d1;
}
.pagination > li > a,
.pagination > li > span {
  background: #fff;
  border: 1px solid #93a7d1;
  color: #93a7d1;
  margin: 0 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #93a7d1;
  border: 1px solid #93a7d1;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.footer {
  padding-top: 50px;
  background-color: #2d4059;
  color: #fff;
}
.footer h4 {
  color: #fff;
}
i.fa {
  font-size: 25px;
}
.column-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column {
  max-width: 350px;
  line-height: 1.2;
}
.about__description {
  font-size: 16px;
}
.link-list__item {
  list-style: none;
}
.link-list__item a {
  color: #ff7400;
}
.contact-list li {
  padding-top: 10px;
}
.contact-list__item {
  list-style: none;
}
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
  background-color: #375070cf;
}
.copy-text {
  font-size: 18px;
}
.copy-description {
  font-size: 12px;
}
.copy-hrefs a:hover {
  color: #ff7400;
}
footer a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  color: #fff;
  line-height: 30px;
  transition: color 0.3s;
}
footer a:hover {
  color: #93a7d1;
}
footer h3,
footer h2,
footer h1,
.socials li:hover a {
  color: #fff;
}
footer #back-top {
  background: #2d4059;
  border-radius: 3px;
  color: #fff;
  left: 48%;
  padding: 10px;
  position: absolute;
  top: -30px;
}
#footer-social {
  position: relative;
}
.socials {
  display: inline-block;
  margin-bottom: 0;
}
.socials i {
  font-size: 16px;
}
.socials li {
  -moz-border-radius: 50%;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -webkit-border-radius: 50%;
  -webkit-transition: all 300ms linear;
  border: 1px solid #fff;
  border-radius: 50%;
  display: table;
  float: left;
  height: 35px;
  list-style: none;
  margin: 0 5px;
  text-align: center;
  transition: all 300ms linear;
  width: 35px;
  z-index: 2;
}
.socials li a {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
}
.socials li:hover {
  background: #93a7d1;
  border: 1px solid #93a7d1;
}
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transition: all 0.5s;
  display: none;
}
#agree-button {
  background-color: #ff7400;
  color: #fff;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .projects-container .project-item {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .slide-caption h1 {
    line-height: 200px;
  }
}
@media (max-width: 1200px) {
  #timeline ul.timeline li.note .note-circle {
    left: -11%;
  }
  #timeline ul.timeline li.note:nth-of-type(2n) .note-circle {
    right: -11.4%;
  }
  #timeline ul.timeline li.time + li.note {
    left: 1%;
  }
  #timeline ul.timeline li.note.animated.float-left {
    left: -1%;
  }
  @media (max-width: 1000px) {
    .big-padding {
      padding-bottom: 0 !important;
    }
    #timeline ul.timeline li.time + li.note {
      left: 2.5%;
    }
    #timeline ul.timeline li.note.animated.float-left {
      left: -2.5%;
    }
  }
}
@media (max-width: 990px) {
  #timeline ul.timeline li.note .note-circle {
    left: -12%;
  }
  #timeline ul.timeline li.note:nth-of-type(2n) .note-circle {
    right: -12.3%;
  }
  .accordion {
    text-align: center;
    display: block;
  }
  #main-video {
    width: 650px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  .about-wrapper {
    justify-content: center;
  }
  .b-for-mobile {
    display: none;
  }
  html {
    scroll-behavior: smooth;
  }
}
@media (max-width: 768px) {
  #timeline ul.timeline li.note {
    width: 100%;
  }
  #timeline ul.timeline li.note .note-circle {
    left: 48.5%;
    right: auto;
    top: -45px;
  }
  #timeline ul.timeline li.note:nth-of-type(2n) .note-circle {
    left: auto;
    right: 48.5%;
  }
  #timeline ul.timeline li.note:nth-of-type(2n + 1):before {
    left: 48.5%;
    right: auto;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #93a7d1;
  }
  #timeline ul.timeline li.note.animated.float-left:nth-of-type(2n + 1):before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #93a7d1;
    content: "";
    display: block;
    height: 0;
    left: 48%;
    position: absolute;
    top: -20px;
    width: 0;
  }
  #timeline ul.timeline li.note:nth-of-type(2n):before {
    left: auto;
    right: 48.5%;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #93a7d1;
  }
  #timeline ul.timeline li.time {
    margin: 30px auto 80px;
  }
  #interesting-info p {
    font-size: 20px;
  }
  #mmenu-side-menu,
  .mm-menu li.mm-subtitle {
    background: #fff;
  }
  .blog-wrap .pagination {
    margin-bottom: 40px;
  }
  .btn-border,
  .btn-white {
    font-size: 12px;
  }
  .projects-container .project-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .blog-wrapper {
    justify-content: center;
  }
  .mm-list .dropdown-submenu > a.mm-subopen:after {
    right: 25px;
  }
  .mm-list > li > a,
  .mm-list > li > span {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .mm-list a:hover,
  .mm-list a:focus {
    background: #93a7d1;
    color: #fff;
  }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: #fff;
    color: #333;
  }
  .mm-menu .mm-list > li > a.mm-subopen:after,
  .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: #333;
  }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: #93a7d1;
  }
  .navbar-header {
    float: left;
    width: 100%;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  .open {
    color: #2d4059;
    display: block;
    font-size: 25px;
    padding: 15px 30px;
    position: absolute;
    right: 15px;
    text-align: right;
    width: 20%;
  }
  .open a {
    color: #2d4059;
  }
  #side-menu,
  .caret {
    display: none;
  }
  footer #back-top {
    left: 46%;
  }
  .about-wrapper {
    justify-content: center;
  }
  .slide-caption h1 {
    font-size: 56px;
    margin: 0 auto 35px auto;
  }
  .caption-wrapper {
    top: 17%;
  }
  #main-video {
    width: 450px;
    height: auto;
  }
  #timeline ul.timeline li.time + li.note {
    left: 0;
  }
  #timeline ul.timeline li.note.animated.float-left {
    left: 0;
  }
  #scrollToTopBtn {
    display: none !important;
  }
  .progress-bars.animated {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
  }
  .circular.animated {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
  }
}
@media only screen and (max-width: 600px) {
  .grecaptcha-badge {
    display: none !important; /* Скрыть капчу на устройствах с шириной экрана до 600px */
  }
}
@media (max-width: 550px) {
  #timeline ul.timeline li.note .note-circle,
  #timeline ul.timeline li.note:nth-of-type(2n + 1):before {
    left: 48%;
  }
  #timeline ul.timeline li.note:nth-of-type(2n) .note-circle,
  #timeline ul.timeline li.note:nth-of-type(2n + 2):before {
    right: 48%;
  }
  footer #back-top {
    left: 45%;
  }
  .slide-caption p {
    font-size: 17px !important;
  }
  .caption-wrapper {
    top: 10%;
    padding: 6px;
  }
  iframe.map {
    max-width: 450px;
    display: flex;
    margin: 0 auto;
  }
  .about-wrapper {
    justify-content: center;
  }
  img.keystat-logo.pl-media {
    padding-left: 20px;
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }
  #timeline ul.timeline li.time + li.note {
    margin-top: -30px;
  }
  form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quote p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slide-caption .btn {
    bottom: -25%;
  }
  .slide-caption .btn.first-slide {
    bottom: -415%;
  }
  .column-wrapper {
    display: grid;
    justify-content: center;
  }
  .slide-caption h1 {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  #timeline ul.timeline li.note .note-circle,
  #timeline ul.timeline li.note:nth-of-type(2n + 1):before {
    left: 48%;
  }
  #timeline ul.timeline li.note:nth-of-type(2n) .note-circle,
  #timeline ul.timeline li.note:nth-of-type(2n + 2):before {
    right: 48%;
  }
  .blog-intro h1 {
    font-size: 40px;
  }
  .caption-wrapper,
  .slide-caption h1 {
    font-size: 56px;
    line-height: 60px;
    max-width: 100%;
  }
  .features-wrapper .feature:nth-of-type(2n + 1) .circular,
  .features-wrapper .feature:nth-of-type(2n + 2) .circular {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .features-wrapper .feature:nth-of-type(2n + 1) .features-box,
  .features-wrapper .feature:nth-of-type(2n + 2) .features-box {
    float: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .projects-container .project-item {
    margin-bottom: 20px;
    width: 100%;
    padding: 12px;
  }
  .project-item figcaption {
    margin-right: 0;
  }
  footer {
    text-align: center;
  }
  footer #back-top {
    left: 44%;
  }
  .caption-wrapper {
    top: 10%;
    padding: 6px;
  }
  .slide-caption p {
    font-size: 17px !important;
  }
  iframe.map {
    max-width: 350px;
    display: flex;
    margin: 0 auto;
  }
  .about-wrapper {
    justify-content: center;
  }
  #timeline ul.timeline li.time + li.note {
    margin-top: -30px;
  }
  form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quote p {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slide-caption .btn {
    bottom: -25%;
  }
  .slide-caption .btn.first-slide {
    bottom: -368%;
  }
  .caption-wrapper.first-slide {
    top: 13%;
  }
  .services-box a.btn {
    left: 35%;
  }
  .caption-p.first-slide {
    padding-top: 140px;
  }
  .a.btn.second-slide {
    bottom: 25%;
  }
  #main-video {
    width: 350px;
    height: auto;
  }
  .services-box a.btn.btn-btm {
    bottom: 0;
  }
  .b-for-pc {
    display: none;
  }
  .controls.year-buttons {
    display: none;
  }
  .overlay-image {
    left: 61px !important;
  }
  .overlay-image--materials {
    top: 50px !important;
  }
}
#slides,
#wrapper,
#slides .owl-carousel,
#slides .owl-carousel .owl-stage-outer,
#slides .owl-carousel .owl-stage,
#slides .owl-wrapper-outer,
#slides .owl-wrapper,
#slides .owl-item,
#slides .owl-item li {
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog-slider.owl-carousel .owl-item {
  min-height: 700px !important;
}
#slides .owl-item li {
  position: relative;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 1px solid #222;
  border-radius: 1px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
.owl-theme .owl-controls {
  margin-top: 50px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media (min-width: 992px) {
  .col-md-4 {
    width: 43.333333333333%;
  }
  .about-wrapper {
    justify-content: center;
  }
  #scrollToTopBtn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    z-index: 10000;
  }
  #scrollToTop {
    display: block;
    font-size: 24px;
    color: #fff;
    background-color: #007bff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
  }
}
.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
}

.overlay-image {
  position: absolute;
  top: -10px;
  left: 92px;
  width: 20% !important;

  pointer-events: none; /* Позволяет кликать сквозь элемент */
}

.overlay-image--materials {
  top: 100px;
}

.error-msg {
  color: #f44336;
  padding-top: 11px;
}
/*mailing*/

.section-mailing {
  background-color: #e5e5e5;
  min-height: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #0b0b0b;
}
.mailing-title {
  font-size: 17px;
  margin-bottom: 20px;
}
.mailing-subtitle {
  margin-bottom: 20px;
}
.form-mailing {
  padding: 10px 5px;
  width: 350px;
}
.form-mailing:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cfd0d1;
  box-shadow: none;
  outline: 0;
}
.mailing-btm {
  max-width: 400px;
  margin: 20px auto;
  font-size: 12px;
}
/*footer-mailing*/
input.form-mailing.footer {
  width: 180px;
}
.container.footer {
  max-width: 1600px;
  width: 100%;
}
