@charset "UTF-8";
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Thin";
  src: url("../fonts/SofiaSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Light";
  src: url("../fonts/SofiaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Regular";
  src: url("../fonts/SofiaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Medium";
  src: url("../fonts/SofiaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-SemiBold";
  src: url("../fonts/SofiaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Bold";
  src: url("../fonts/SofiaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-ExtraBold";
  src: url("../fonts/SofiaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SofiaSans-Black";
  src: url("../fonts/SofiaSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.main-wrapper {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .main-wrapper {
    padding: 0 20px;
  }
}

.grad-txt {
  display: inline-block;
  background: linear-gradient(to right, #A87B27, #F2D370);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.w-reset {
  max-width: 100%;
  width: 100%;
}

.white-link {
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.white-link svg path {
  transition: fill 0.3s ease-in-out;
}
.white-link svg.stroke path {
  transition: stroke 0.3s ease-in-out;
}
.white-link:hover {
  color: #F2D370;
}
.white-link:hover svg path {
  fill: #F2D370;
}
.white-link:hover .stroke path {
  fill: unset;
  stroke: #F2D370;
}

.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style-type: none;
}

p {
  margin: 0 !important;
  line-height: 130%;
}

a {
  text-decoration: none !important;
}

.clear-li {
  padding: 0;
  margin: 0;
}
.clear-li li {
  list-style: none;
}

.fs-12 {
  font-size: 12px;
}
@media only screen and (max-width: 639px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-27 {
  font-size: 27px;
}

.fs-35 {
  font-size: 35px;
}

.mont {
  font-family: "Montserrat-Regular", sans-serif;
}

.sofia {
  font-family: "SofiaSans-Regular", sans-serif;
}

.bold-400 {
  font-family: "Montserrat-Regular", sans-serif;
}

.bold-600 {
  font-family: "Montserrat-Medium", sans-serif;
}

.bold-700 {
  font-family: "Montserrat-Bold", sans-serif;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.case {
  text-transform: normal;
}

.nocase {
  text-transform: none;
}

.prel {
  position: relative;
}

.pabs {
  position: absolute;
}

.pfix {
  position: fixed;
}

/* Firefox */
body {
  font-family: "Montserrat-Regular", sans-serif;
  min-height: 100vh;
  position: relative;
  color: #002172;
}

p {
  color: #002172;
}

.lines {
  position: fixed;
  inset: 0;
  pointer-events: none; /* да не пречи на кликовете */
  z-index: -1;
  background: repeating-linear-gradient(to right, rgba(195, 194, 194, 0.317) 0px, rgba(138, 136, 136, 0.15) 1px, transparent 1px, transparent 10%);
}

.card-title a {
  color: #002180;
}

.gradient-box {
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, #0052F8, #002180);
}

.hero-wrapper {
  padding: 20px;
}

.hero {
  background: linear-gradient(to bottom, #0052F8, #002180);
  height: 815px;
  background-image: url("../images/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero h2 {
  padding-top: 140px;
  color: white;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-img {
  position: absolute;
  left: 50px;
  bottom: 100px;
}

.banner {
  z-index: 1;
  margin: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #0052F8;
  padding: 18px 22px;
  margin-bottom: 113px;
  background: white;
}
.banner p {
  width: 40%;
}

.main-btn {
  display: inline-block;
  color: white;
  font-size: 20px;
  padding: 15px 40px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  transform: opacity 0.3s ease-in-out;
  opacity: 1;
}
.main-btn:hover {
  opacity: 0.9;
  transform: opacity 0.3s ease-in-out;
}

.navbar {
  border: 4px solid #002172;
  padding: 10px !important;
}

.main-header {
  position: absolute;
  top: 50px;
  z-index: 111;
  left: 50%;
  width: 95%;
  background: white;
  transform: translate(-50%, -10%);
}

.navbar {
  padding: 10px 20px !important;
}
.navbar li a {
  color: #002180;
  font-weight: 500;
  font-weight: 18px;
}

.header {
  position: absolute;
  top: 100px;
  z-index: 111;
  width: 95%;
  left: 45px;
  margin: 0 auto;
}

.main-heading {
  font-size: 64px;
  text-transform: uppercase;
  color: white;
}
.main-heading .dark {
  padding: 0 10px;
  background: #002180;
}
.main-heading .light {
  padding: 0 10px;
  background: #0052F8;
}

.prod-section {
  padding: 0 40px;
}

.card img {
  border-radius: 0;
}

.prod-section {
  background: linear-gradient(to bottom, #FBFBFB 0%, #E9E9E9 10%);
}
.prod-section .col-lg-4 {
  padding-bottom: 40px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.prod-section h3 {
  color: #002180;
  font-size: 33px;
  font-weight: 700;
  width: 70%;
  padding-top: 10px;
  text-transform: uppercase;
}
.prod-section p {
  font-size: 18px;
  padding-right: 50px;
  padding-top: 25px;
  color: #002180;
}

.prod-box {
  position: relative;
  z-index: 1;
}

.statistics {
  padding-top: 210px;
  padding-bottom: 40px;
  background: #002180;
  color: white;
  display: flex;
  justify-content: space-between;
  margin-top: -200px;
  margin-bottom: 50px;
}
.statistics .stats {
  width: 25%;
}
.statistics .stats:last-child p {
  padding-right: 70px;
}
.statistics .stats-h {
  display: flex;
  align-items: center;
  border-bottom: 3px solid white;
  padding: 30px 0;
  padding-left: 70px;
  color: #0052F8;
}
.statistics p {
  padding: 30px 0;
  font-size: 26px;
  padding-left: 70px;
  color: white;
}
.statistics h3 {
  font-size: 60px;
  font-weight: 300;
}
.statistics svg {
  margin-right: 10px;
}

.work-process {
  padding-top: 48px;
  padding-bottom: 64px;
  padding-left: 40px;
  padding-right: 40px;
}

.video-wrapper {
  position: relative;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-wrapper .play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.video-wrapper.playing .play {
  display: none;
}

footer {
  margin: 40px;
  background: #243152;
}

.footer {
  background-color: #2f3b59;
  color: #cfd6e6;
}

.footer a {
  color: #cfd6e6;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

.footer-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.social-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e5bff;
  color: #fff;
  border-radius: 4px;
  margin-right: 6px;
}

.contact-btn {
  background-color: #1e5bff;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-btn:hover {
  background-color: #1749cc;
  color: #fff;
}

.footer-bottom {
  background-color: #29344f;
  font-size: 14px;
  padding: 15px 0;
}

.divider {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .divider {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 30px 0;
  }
}
.about p {
  color: white;
}

.slide-container {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  padding-left: 195px;
  /* Chrome, Safari, Edge */
  /* Firefox */
  scrollbar-width: none;
  /* IE and old Edge */
  -ms-overflow-style: none;
}
.slide-container::-webkit-scrollbar {
  display: none;
}

.slide-container:active {
  cursor: grabbing;
}

.slide-box-wrapper {
  flex-wrap: nowrap; /* важно за хоризонтален drag */
  width: max-content;
  color: #304E4E;
}

.slide-box {
  width: 670px;
}
@media (max-width: 768px) {
  .slide-box {
    width: 300px;
  }
}
.slide-box h3 {
  font-size: 87px;
  color: #0052F8;
  padding-bottom: 20px;
  font-weight: 600;
}
.slide-box img {
  margin-bottom: 39px;
}
.slide-box p {
  border-top: 8px solid #0052F8;
  padding-right: 60px;
  padding-top: 36px;
  font-size: 16px;
  color: black;
}
@media (max-width: 768px) {
  .slide-box p {
    font-size: 18px;
  }
}
.slide-box:last-child {
  width: 300px;
}
.slide-box:last-child p {
  padding-right: 0;
}

.white-p p {
  color: white;
}

input {
  height: 90px;
  border: 3px solid #002172 !important;
}

textarea {
  height: 274px;
  border: 3px solid #002172 !important;
}

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