@font-face {
  font-family: Benzin;
  src: url(../fonts/benzin-bold.ttf);
}

p a, ol a, ul a, .href {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #115EFB;
}

p a:hover, p a :active, p a :focus, ol a:hover, ol a :active, ol a :focus, ul a:hover, ul a :active, ul a :focus, .href:hover, .href :active, .href :focus {
  color: #115EFB;
}

a {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.btn-blue {
  font-size: 18px;
  color: #ffffff;
  height: 55px;
  border: 0px solid #115EFB;
  background-color: #115EFB;
  border-radius: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.btn-blue::after {
  content: '';
  width: 20%;
  height: 100%;
  opacity: 0;
  border-radius: 90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0E50D5;
  border: 1px solid #0E50D5;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  margin: 0;
}

.btn-blue:hover {
  color: #ffffff;
}

.btn-blue:hover::after {
  width: 100%;
  opacity: 1;
}

.btn.dropdown-toggle span {
  position: relative;
}

.btn.dropdown-toggle span::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 8px;
  width: 15px;
  height: 10px;
  background: url(../assets/dropdown-arrow.svg);
}

.btn-outline-blue {
  color: #115EFB;
  border: 2px solid #115EFB;
}

.btn-outline-blue.btn-lg.btn-border {
  height: 45px;
  width: 173px;
  padding: 0px;
  border-radius: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-outline-blue.btn-lg.btn-border {
    height: 35px;
    width: 103px;
    font-size: 12px;
  }
  .btn-outline-blue.btn-lg.btn-border.btn-download {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .btn-outline-blue.btn-lg.btn-border {
    height: 55px;
    width: 100%;
    font-size: 18px;
  }
}

.btn-outline-blue:hover, .btn-outline-blue.active {
  color: #ffffff;
  background-color: #115EFB;
}

.gotop {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.gotop img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  height: 46px;
  width: 46px;
}

.gotop:hover {
  opacity: 0.5;
}

.gotop.hide {
  opacity: 0;
}

ol.breadcrumb {
  margin-bottom: 26px;
}

ol.breadcrumb a, ol.breadcrumb .active {
  font-size: 14px;
  color: #777;
  text-decoration: none;
}

ol.breadcrumb a:hover, ol.breadcrumb .active:hover {
  color: #0E50D5;
}

body {
  background-color: #222222;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

body main {
  padding-top: 83px;
}

body main::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 55%;
  height: 36%;
  left: 16%;
  top: 38%;
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  opacity: 0.3;
  -webkit-transform: matrix(-0.78, -0.63, -0.63, 0.78, 0, 0);
  transform: matrix(-0.78, -0.63, -0.63, 0.78, 0, 0);
}

@media (max-width: 575px) {
  body main::before {
    width: 100%;
    height: 20%;
    left: 0%;
    top: 30%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  body main::before {
    width: 100%;
    height: 20%;
    left: 0%;
    top: 30%;
  }
}

body main * {
  z-index: 1;
}

body.navbar-show {
  overflow: hidden;
}

body section {
  position: relative;
  z-index: 5;
}

body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
  font-family: "Benzin";
  text-transform: uppercase;
  margin-bottom: 0px;
}

body h2, body .h2 {
  font-family: "Benzin";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
}

@media (max-width: 1199px) {
  body h2, body .h2 {
    font-size: 26px;
    font-family: Benzin;
    line-height: 32px;
  }
}

@media (max-width: 576px) {
  body h2, body .h2 {
    font-size: 22px;
  }
}

body .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

body h5, body .h5 {
  font-size: 30px;
}

body p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
}

@media (max-width: 1199px) {
  body p {
    font-size: 16px;
    line-height: 22px;
  }
}

body ul.benzin-list {
  line-height: 26px;
  font-size: 20px;
  list-style: none;
  list-style-type: none;
  padding-left: 0px;
  counter-reset: li;
  list-style-type: none;
}

@media (max-width: 1199px) {
  body ul.benzin-list {
    font-size: 16px;
    line-height: 22px;
  }
}

body ul.benzin-list li {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

@media (max-width: 991px) {
  body ul.benzin-list li {
    margin-top: 20px;
    padding-top: 0px;
    padding-left: 50px;
  }
}

body ul.benzin-list li::before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  font-family: "Benzin";
  position: absolute;
  top: 0px;
}

@media (max-width: 991px) {
  body ul.benzin-list li::before {
    left: 0;
  }
}

#characteristicsModal .modal-close {
  right: 40px;
}

.modal {
  background: #000000;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.modal#formSubmitStatusModal, .modal#saleModal, .modal#certificateTabErrorModal {
  background: #00000063;
}

.modal#formSubmitStatusModal .modal-close, .modal#saleModal .modal-close, .modal#certificateTabErrorModal .modal-close {
  position: absolute;
  top: 0;
  right: 0px;
}

.modal .modal-description {
  min-height: 60px;
  cursor: text;
}

.modal .modal-description div {
  cursor: text;
}

.modal .modal-close {
  text-align: right;
  color: #ffffff;
  cursor: pointer;
  opacity: 1;
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 2;
  background: #000000;
  padding: 0px;
  border-radius: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.modal .modal-close img {
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s, -webkit-filter .4s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 64px;
  height: 64px;
}

.modal .modal-close:hover img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.modal .modal-dialog:not(.modal-xl):not(.modal-lg) {
  max-width: 100%;
  margin: 0;
  height: 85%;
  min-height: auto;
}

.modal .modal-dialog .modal-content {
  background: #000000;
  margin: 0px auto;
  height: 100%;
}

.modal .modal-dialog .modal-content .modal-body {
  cursor: default;
}

.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: calc(100vh - 40px);
}

.modal .modal-dialog .modal-content .modal-body .table td {
  padding: 20px 40px;
  background-color: #222222;
}

.modal .modal-dialog .modal-content .modal-body .table td:nth-child(odd) {
  opacity: 0.7;
  color: #C4C4C4;
}

header {
  position: relative;
  z-index: 6;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.navbar-show header > #header-navbar, header #headerNavbar.collapsing {
  background-color: #000000;
  overflow: hidden;
}

header.navbar-hide {
  opacity: 0;
}

header.navbar-active, header.article-header {
  background: #22222285;
  z-index: 999;
}

#header-navbar {
  background: inherit;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (min-width: 992px) {
  #header-navbar {
    padding: 20px 12px 20px 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #header-navbar .navbar-btn-wrapper {
    margin-bottom: 100px;
  }
}

#header-navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#header-navbar .navbar-brand img {
  height: 18px;
}

@media (max-width: 991px) {
  #header-navbar .navbar-brand img {
    height: 16px;
  }
}

#header-navbar .dropdownLang-wrapper {
  position: relative;
}

#header-navbar .dropdownLang-wrapper .dropdownLang {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0px;
  text-transform: uppercase;
  background: inherit;
  color: #ffffff;
  padding-right: 0;
}

#header-navbar .dropdownLang-wrapper .dropdownLang::after {
  content: '';
  position: absolute;
  right: -21px;
  top: 10px;
  background-image: url(../assets/dropdown-lang.svg);
  width: 13px;
  height: 6.5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}

#header-navbar .dropdownLang-wrapper .dropdownLang.show::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#header-navbar .dropdownLang-wrapper .dropdown-menu {
  padding: 0;
  left: -5px;
  width: 64px;
  min-width: auto;
  background: #ffffff;
  border: 0px;
  border-radius: 8px;
  margin: 0px;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li {
  width: 64px;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li.active:hover span {
  background-color: inherit;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li:hover a {
  background-color: #115EFB;
  color: #ffffff;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li span {
  cursor: default;
  color: #777;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li a {
  color: #222222;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li .dropdown-item {
  text-transform: uppercase;
  width: 64px;
  text-align: center;
  padding: 6px 0;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#header-navbar .dropdownLang-wrapper .dropdown-menu li:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header-navbar .dropdownLang-wrapper {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header-navbar .dropdownLang-wrapper {
    font-size: 12px;
  }
  #header-navbar .dropdownLang-wrapper .dropdownLang::after {
    top: 7px;
  }
}

#header-navbar #headerNavbar * {
  z-index: 1;
}

#header-navbar #headerNavbar::before, #header-navbar #headerNavbar::after {
  -webkit-transition: all 0s;
  transition: all 0s;
}

#header-navbar #headerNavbar::before {
  content: '';
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 0;
  width: 80%;
  height: 90%;
  left: 10%;
  top: -2%;
  background: radial-gradient(50% 50% at 50% 50%, #115EFB 0%, rgba(17, 94, 251, 0) 100%);
  -webkit-transform: matrix(-0.78, -0.63, -0.63, 0.78, 0, 0);
  transform: matrix(-0.78, -0.63, -0.63, 0.78, 0, 0);
}

#header-navbar #headerNavbar::after {
  content: '';
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 0;
  width: 45%;
  height: 35%;
  left: 24.5%;
  top: calc(50% - 25%);
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: matrix(-0.68, 0.74, 0.74, 0.68, 0, 0);
          transform: matrix(-0.68, 0.74, 0.74, 0.68, 0, 0);
}

@media (min-width: 576px) {
  #header-navbar #headerNavbar::after {
    width: 26%;
    height: 46%;
    left: 38%;
    top: 24%;
  }
}

#header-navbar #headerNavbar.show::before, #header-navbar #headerNavbar.show::after {
  display: block;
}

#header-navbar #headerNavbar.collapsing::before, #header-navbar #headerNavbar.show::before {
  opacity: 0.3;
}

#header-navbar #headerNavbar.collapsing::after, #header-navbar #headerNavbar.show::after {
  opacity: 0.15;
}

@media (max-width: 767px) {
  #header-navbar .navbar-nav {
    height: calc(100vh - 200px);
  }
}

#header-navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 18px;
}

#header-navbar .navbar-nav .nav-link:hover, #header-navbar .navbar-nav .nav-link.active {
  color: #C4C4C4;
}

@media (min-width: 768px) and (max-width: 991px) {
  #header-navbar .navbar-nav .nav-link {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header-navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  #header-navbar .navbar-nav .nav-link {
    font-size: 24px;
    line-height: 60px;
  }
}

#header-navbar .navbar-toggler {
  position: relative;
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 0px;
}

@media (max-width: 767px) {
  #header-navbar .navbar-toggler[aria-expanded="true"] + .navbar-brand {
    opacity: 0;
  }
}

#header-navbar .navbar-toggler:focus, #header-navbar .navbar-toggler:active {
  outline: 0;
}

#header-navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

#header-navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

#header-navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

#header-navbar .navbar-toggler span {
  display: block;
  background-color: #ffffff;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

#header-navbar .navbar-toggler span:nth-child(1), #header-navbar .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

footer {
  background-color: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}

@media (max-width: 991px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

footer .h1 {
  font-family: "Benzin";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  border: 0px;
}

@media (max-width: 575px) {
  footer .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

footer a {
  font-size: 20px;
}

@media (max-width: 575px) {
  footer a {
    font-size: 16px;
  }
}

.list-inline {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-inline .list-inline-item {
  margin: 28px 11px;
}

.list-inline .list-inline-item:first-child {
  margin-left: 0px;
}

.list-inline .list-inline-item:last-child {
  margin-right: 0px;
}

@media (max-width: 575px) {
  .list-inline .list-inline-item {
    margin: 28px 5px;
  }
}

.list-inline .list-inline-item .footer__social-icon {
  height: 58px;
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #777;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .list-inline .list-inline-item .footer__social-icon {
    height: 48px;
    width: 48px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .list-inline .list-inline-item .footer__social-icon {
    height: 65px;
    width: 65px;
  }
}

.list-inline .list-inline-item .footer__social-icon img {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.list-inline .list-inline-item .footer__social-icon:hover {
  border-color: #115EFB;
  background-color: #115EFB;
}

.list-inline .list-inline-item .footer__social-icon:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.article-date {
  font-size: 20px;
  color: #777;
  margin-bottom: 26px;
}

.article-content {
  line-height: 26px;
  margin-bottom: 120px;
}

.article-content img {
  max-width: 100%;
  margin: 62px auto;
}

.article-content p + img {
  margin-top: calc(62px - 1rem);
}

.article-content ul {
  font-size: 20px;
  padding-left: 20px;
  list-style: none;
}

.article-content ul li::before {
  content: "";
  background-color: #115EFB;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: -22px;
  margin-right: 22px;
}
/*# sourceMappingURL=template.css.map */