body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
@media (max-width: 1199px) {
  body {
    font-size: 17px;
  }
}
#verPhone {
  display: none;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1230px) {
  .container {
    min-width: 1170px;
  }
}
@media (min-width: 1260px) {
  .container {
    min-width: 1200px;
  }
}
h1.title {
  font-size: 73px;
  text-transform: uppercase;
  color: white;
  line-height: 0.8;
}
@media (max-width: 1199px) {
  h1.title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  h1.title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1.title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1.title {
    font-size: 36px;
  }
}
h1.title .undertitle {
  font-size: 55px;
  color: #f10000;
}
@media (max-width: 1199px) {
  h1.title .undertitle {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1.title .undertitle {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  h1.title .undertitle {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h1.title .undertitle {
    font-size: 28px;
  }
}
.section-header h2 {
  font-size: 39px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-header h2 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .section-header h2 {
    font-size: 23px;
  }
}
.parameter-name h3 {
  font-size: 18px;
  font-weight: 700;
  color: #f10000;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .parameter-name h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .parameter-name h3 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .parameter-name h3 {
    font-size: 15px;
  }
}
header {
  position: relative;
  height: 880px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  header {
    height: 720px;
  }
}
@media (max-width: 991px) {
  header {
    height: 680px;
  }
}
@media (max-width: 767px) {
  header {
    height: 520px;
  }
}
@media (max-width: 575px) {
  header {
    height: 480px;
  }
}
header #video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .top-panel {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
header .top-panel #header {
  width: 100%;
  z-index: 5;
}
@media (max-width: 991px) {
  header .top-panel .navbar .navbar-brand {
    width: 50%;
  }
}
header .top-panel .navbar .navbar-toggler {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 4px 12px;
}
header .top-panel .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 1199px) {
  header .top-panel .navbar .header-menu {
    text-align: right;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 35px;
    width: 100vw;
    background-color: black;
  }
  header .top-panel .navbar .header-menu.collapsing {
    background-color: black;
  }
}
header .top-panel .navbar .header-menu .navbar-nav .nav-item .nav-link {
  color: white;
  text-transform: uppercase;
}
header #main-slide {
  width: 100%;
  text-align: center;
}
.bottom-border {
  margin-top: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.bottom-border img {
  min-width: 100%;
}
@media (max-width: 1600px) {
  .bottom-border img {
    min-width: unset;
    max-width: 100%;
  }
}
.about {
  background-color: white;
  padding-top: 40px;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .about {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about {
    margin-bottom: 30px;
  }
}
.about .about-container {
  display: flex;
}
.about .about-container .about-content {
  padding-top: 30px;
  padding-left: 24px;
}
@media (max-width: 600px) {
  .about .about-container .about-content {
    margin-bottom: 30px;
  }
}
.about .about-container .about-content .about-text {
  border-left: 4px solid #f10000;
  margin-left: 65px;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .about .about-container .about-content .about-text {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .about .about-container .about-content .about-text {
    margin-left: 20px;
  }
}
.about .about-container .about-content .about-text-top {
  padding-top: 9px;
}
.about .about-container .about-content .about-text-bottom {
  padding-top: 35px;
  color: #5e5e5e;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .about .about-container .about-content .about-text-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about .about-container .about-content .about-text-bottom {
    padding-bottom: 20px;
  }
}
.about .about-container .about-content .section-header {
  padding-top: 7px;
}
.about .about-container .about-content .about-demand {
  margin-top: 50px;
}
.about .about-container .about-content .demand-btn {
  background-color: #f10000;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
}
.about .about-img {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding-top: 190px;
}
@media (max-width: 991px) {
  .about .about-img {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .about .about-img {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .about .about-img {
    padding-top: 20px;
  }
}
.about .about-img video {
  max-width: 100%;
  height: auto;
}
.parameters {
  background-color: #151515;
  padding: 50px 0 0 0;
}
@media (max-width: 991px) {
  .parameters {
    padding-top: 30px;
  }
}
.parameters .parameter-container {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  border-left: 1px white solid;
}
@media (max-width: 991px) {
  .parameters .parameter-container {
    margin-bottom: 30px;
  }
}
.parameters .parameter-container .parameter-ico {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .parameters .parameter-container .parameter-ico {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .parameters .parameter-container .parameter-ico img {
    max-width: 100%;
    height: auto;
    width: 35px;
  }
}
.parameters .parameter-container .parameter-text .parameter-value {
  color: white;
  font-size: 16px;
}
@media (max-width: 991px) {
  .parameters .parameter-container .parameter-text .parameter-value {
    font-size: 14px;
  }
}
.parameters .parameter-1 {
  border-left: none;
}
@media (max-width: 575px) {
  .parameters .parameter-2 {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .parameters .parameter-3 {
    border-left: none;
  }
}
@media (max-width: 1199px) {
  .parameters .parameter-4 {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .parameters .parameter-4 {
    border-left: 1px white solid;
  }
}
@media (max-width: 575px) {
  .parameters .parameter-4 {
    border-left: none;
  }
}
.parameters .parameter-5 {
  border-left: none;
}
@media (max-width: 1199px) {
  .parameters .parameter-5 {
    border-left: 1px white solid;
  }
}
@media (max-width: 767px) {
  .parameters .parameter-5 {
    border-left: none;
  }
}
@media (max-width: 575px) {
  .parameters .parameter-6 {
    border-left: none;
  }
}
@media (max-width: 1199px) {
  .parameters .parameter-7 {
    border-left: none;
  }
}
@media (max-width: 575px) {
  .parameters .parameter-8 {
    border-left: none;
  }
}
.usage {
  margin-top: 70px;
}
.usage .usage-header {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .usage .usage-header {
    margin-bottom: 20px;
  }
}
.usage .usage-header .upper-border {
  height: 30px;
  border-right: 4px solid #f10000;
  width: 4px;
  margin: 0 auto;
}
.usage .usage-header .section-header {
  text-align: center;
}
.usage .usage-header .bottom-border-line {
  height: 35px;
  border-right: 4px solid #f10000;
  width: 4px;
  margin: 0 auto;
}
.usage .usage-video video {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}
.usage .usage-panels {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .usage .usage-panels {
    justify-content: space-between;
  }
}
.usage .usage-panels .usage-panel-container {
  position: relative;
  margin-bottom: 13px;
}
.usage .usage-panels .usage-panel-container .panel-img img {
  max-width: 100%;
  height: auto;
}
.usage .usage-panels .usage-panel-container .panel-name {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 24px;
  color: white;
  background-color: #171717;
}
@media (max-width: 500px) {
  .usage .usage-panels .usage-panel-container .panel-name {
    padding: 7px 8px;
    font-size: 13px;
  }
}
.usage p {
  margin: 20px 0;
  color: #5e5e5e;
  text-align: center;
}
.usage p:last-child {
  margin-bottom: 40px;
}
.demand {
  padding-top: 85px;
  background-color: black;
  color: white;
  position: relative;
  padding-bottom: 170px;
}
.demand .demand-container {
  display: flex;
}
@media (max-width: 575px) {
  .demand .demand-container {
    flex-wrap: wrap;
  }
}
.demand .demand-container .demand-header {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .demand .demand-container .demand-header {
    width: 100%;
    text-align: center;
  }
}
.demand .demand-container .demand-header .top-border {
  height: 42px;
  border-left: 4px #f10000 solid;
  margin-left: 70px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .demand .demand-container .demand-header .top-border {
    display: none;
  }
}
.demand .demand-container .demand-header .bottom-border {
  border-left: 4px #f10000 solid;
  margin-left: 70px;
  height: 66%;
  z-index: 2;
}
@media (max-width: 767px) {
  .demand .demand-container .demand-header .bottom-border {
    height: 82%;
  }
}
@media (max-width: 575px) {
  .demand .demand-container .demand-header .bottom-border {
    display: none;
  }
}
.demand .demand-container .demand-form {
  width: 60%;
  position: relative;
  z-index: 99;
}
@media (max-width: 575px) {
  .demand .demand-container .demand-form {
    width: 100%;
  }
}
.demand .demand-container .demand-form label {
  text-transform: uppercase;
}
.demand .demand-container .demand-form input {
  background-color: black;
  color: white;
  border-color: white;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.demand .demand-container .demand-form textarea {
  background-color: black;
  color: white;
  border-color: white;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.demand .demand-container .demand-form .underform {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .demand .demand-container .demand-form .underform {
    flex-wrap: wrap;
  }
}
.demand .demand-container .demand-form .underform .smallprint {
  font-size: 13px;
}
@media (max-width: 767px) {
  .demand .demand-container .demand-form .underform .smallprint {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .demand .demand-container .demand-form .underform .form-submit {
    width: 100%;
  }
}
.demand .demand-container .demand-form .underform .form-submit .form-submit-btn {
  font-weight: 700;
  background-color: #f10000;
  padding: 14px 30px;
  text-transform: uppercase;
  border: none;
}
.demand .demand-container .demand-form .underform .form-submit .form-submit-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.sys_message {
  color: white;
  padding: 4px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.success {
  background-color: green;
}
.error {
  background-color: red;
}
footer {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  footer {
    margin-bottom: 0;
  }
}
footer .footer-logo {
  padding-bottom: 30px;
  width: 16%;
}
@media (max-width: 991px) {
  footer .footer-logo {
    width: 25%;
  }
}
@media (max-width: 767px) {
  footer .footer-logo {
    width: 35%;
  }
}
@media (max-width: 420px) {
  footer .footer-logo {
    width: 60%;
  }
}
footer .footer-info {
  padding-top: 10px;
  font-size: 16px;
}
footer .footer-info .footer-info-header {
  font-weight: 600;
}
footer .footer-contacts {
  padding-top: 10px;
}
footer .footer-contacts .footer-contact-header {
  font-size: 20px;
  font-weight: 600;
}
footer .footer-contacts .footer-contact-container {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
footer .footer-contacts .footer-contact-container .footer-contact-ico {
  width: 45px;
  height: 45px;
  background-color: #f10000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-contacts .footer-contact-container .footer-contact-text {
  font-weight: 600;
  padding-left: 15px;
}
footer .footer-contacts .footer-contact-mobile {
  margin-bottom: 15px;
}
footer .footer-contacts p {
  font-size: 15px;
}
@media (max-width: 991px) {
  footer .footer-map {
    margin-top: 30px;
  }
}
footer .footer-map img {
  max-width: 100%;
  height: auto;
}
.flags {
  padding: 0.4rem 0;
  margin-left: 10px;
}
.flags img {
  max-width: 25px;
}
@media (max-width: 1199px) {
  .flags img {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .flags img:first-child {
    margin-left: 0;
  }
}
.btn-primary {
  background-color: #f10000;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  border: none;
  outline: none;
}
.btn-primary:hover {
  background-color: #151515;
}
.dark-link {
  color: #151515;
}
.dark-link:hover {
  color: #151515;
}
/*# sourceMappingURL=styles.css.map */