@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") 0 0/100% 100% no-repeat;
  background-size: cover;
}
.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;
}

@media (max-width: 768px) {
  .intro-video {
    padding-bottom: 30%;
  }
  #footer-title {
    font-size: 28px !important;
    line-height: 150%;
  }
}
@media (max-width: 448px) {
  .intro-video {
    padding-bottom: 50%;
  }
}
#firstNameError, #lastNameError, #emailError, #phoneError {
  color: red;
  font-size: 12px;
  padding: 2px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.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: #001fa76e !important;
  border-radius: 10px !important;
}

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

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

.text-secondary {
  color: #686868;
}

body {
  color: #1f1f1f;
}
.main-button{
  background-color: white;
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 700;
  border-radius: 15px;
  margin: auto;
}