@charset "UTF-8";

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }
}

.intro {
  background: url("../img/intro_bg.jpg") center center/cover no-repeat !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
  position: relative;
  z-index: 1;
}

/* Додаємо затемнення фону для кращої читабельності тексту */
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Затемнення на 50% */
  z-index: -1;
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 768px) {
  .intro {
    height: auto;
    padding: 40px 20px;
  }
}


.intro .container h1 {
  font-size: 40px;
}

.intro-video {
  min-height: 100%;
  width: 100%;
  position: relative;
}

.intro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

#footer-title {
  color: #0b38ff !important;
}

.bg-2 {
  background: #f6faff;
}

.bg-3 {
  background: url("../img/bg-3.jpg") 0 0/100% 100% no-repeat;
}

.bg-4 {
  background: #0b38ff;
}

.bg-imgh-4 {
  height: 300px;
  background: url("../img/neft-i-gaz1.jpg") 0 0/100% 100% no-repeat;
}

.bg-imgh-5 {
  height: 300px;
  background: url("../img/neft-i-gaz2.jpg") 0 0/100% 100% no-repeat;
}

.slider-container {
  position: relative;
}

.slider-value {
  position: absolute;
  background-color: #ffffff;
  padding: 15px;
  -webkit-transform: translateX(-50%) translateY(-150%);
  -ms-transform: translateX(-50%) translateY(-150%);
  transform: translateX(-50%) translateY(-150%);
  color: #6c6c6c;
}
.navbar-brand-img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 768px) {
  .intro-video {
    padding-bottom: 30%;
  }

  #footer-title {
    font-size: 28px !important;
    line-height: 150%;
  }
  .navbar-brand-img {
    max-width: 120px;
    width: 100%;
  }
}

@media (max-width: 448px) {
  .intro-video {
    padding-bottom: 50%;
  }

 
}

#firstNameError,
#lastNameError,
#emailError,
#phoneError {
  color: red;
  font-size: 12px;
  padding: 2px;
}



.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(20, 0, 197)), to(#0b38ff)) !important;
  background-image: linear-gradient(180deg, rgb(20, 0, 197) 0%, #0b38ff 100%) !important;
}

.bg-primary {
  background: #0b38ff !important;
}

.text-primary {
  color: #0b38ff !important;
}

.text-white {
  color: rgba(255, 255, 255, 0.9529411765);
}

.text-secondary {
  color: #686868;
}

body {
  color: #1f1f1f;
}



.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: #001FA7;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 36px 40px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
  text-align: center;
  border-radius: 15px;
}

.close {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.form-text {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.submit-cta {
  color: black;

  width: 100%;


  height: 56px;

  color: #000308;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-radius: 15px;
background: #FFF;
}