/*! Place your custom styles here */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); /* Montserrat Font */

.main-navigation .bar {
  padding: 1em 0.5em;
}

.main-navigation .bar .logo {
  max-height: none;
}

.main-navigation .bar a {
  opacity: 1 !important;
  padding: 10px 15px;
}

.main-navigation .bar span {
  opacity: 1 !important;
  padding: 10px 15px;
}

.main-navigation .bar li {
  margin: 0;
  display: inline-block;
}

.main-navigation .bar a.logo-cover {
  padding: 0;
}

.main-navigation .menu-horizontal {
  display: block;
}

footer.footer-2 .row:last-child {
  margin-top: 0;
}

.white-texts * {
  color: #fff;
}

.clear {
  clear: both;
}

.forms h5 {
  margin-bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
}

.forms label {
  text-transform: uppercase;
  font-weight: 600;
}

.text-box {
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #c6c6c6 !important;
  padding: 15px !important;
  font-size: 12px;
  height: 40px;
}

.round-button {
  border-radius: 30px;
  margin-top: 10px;
}

.round-button .btn__text {
  color: #fff;
  text-transform: uppercase;
}

.input-select:after {
  border: 0;
}

.input-select select:focus {
  border: 1px solid #fff;
}

.main-menu {
  display: none;
}

.lang-menu {
  display: none;
  padding: 0 10px;
  margin-top: -13px;
  text-align: right;
  border-bottom: 1px solid #eee;
}

.lang-menu a {
  display: inline-block;
}

.bar .menu-horizontal {
  top: 2px;
}

.footer-links {
  margin-bottom: 20px;
}

.company-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  position: static !important; /* Important needed to override custom.less.css*/
  padding-left: 0px !important; /* Important needed to override custom.less.css*/
  width: 100%;
  @media (min-width: 900px) {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
    margin-bottom: 0px;
  }
}

.company-card .description {
  line-height: 8px;
  @media (min-width: 900px) {
    display: flex;
  }
}

.company-card .description h6 {
  margin-bottom: 0 !important; /* Important needed to override custom.less.css*/
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #515151;
  @media (min-width: 900px) {
    text-align: left;
  }
}

.company-card .description p {
  text-align: center;
}

a.type--fine-print {
  margin-left: 0px !important; /* Important needed to override footers.less.css*/
}

.rv-base2-links {
  display: flex;
}

.rv-base2-copyright {
  color: rgb(146, 146, 146);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;

  @media (min-width: 1024px) {
    font-size: 14px;
  }
}

.container {
  @media (min-width: 900px) {
    display: flex;
    justify-content: center;
    padding-inline: 0px !important; /* Important needed to override bootstrap.css*/
  }

  @media (min-width: 1200px) {
    padding-inline: 15px !important; /* Important needed to override bootstrap.css*/
  }
}

.row.rv-second-footer-row{
    margin: 0px !important; /* Important needed to override bootstrap.css*/
    max-width: 1440px;
    width: 100%;
}

.company-card img {
  position: static !important; /* Important needed to override custom.less.css*/
  padding-left: 0px !important; /* Important needed to override custom.less.css*/
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-bottom: 0px;
  max-height: none;
  max-width: none;
}

.space--sm {
  padding: 0px !important; /* Important needed to override spacing.less.css*/
  @media (min-width: 900px) {
    display: flex;
    width: 100%;
  }
}

.rv-base2-logo-and-copyright {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
  width: fit-content;
  @media (min-width: 900px) {
    flex-direction: row;
    gap: 0px;
    margin-bottom: 0px;
  }
}
.dropdown--active .custom-links {
  display: block;
}

.custom-links {
  position: absolute;
  right: 0;
  width: 60px;
  background: #fff;
  border-radius: 4px;
  display: none;
  z-index: 999;
}

.custom-links li {
  width: 100%;
  text-align: center;
}

.custom-links a {
  display: block;
  width: 100%;
  padding: 2px 0 !important;
}

.custom-dropdown {
  border: 1px solid #fff;
  padding: 4px 10px 0 0;
  text-align: center;
  border-radius: 7px;
}

.burger-menu {
  display: none;
  position: absolute;
  top: 64px;
  right: 10px;
  color: #222;
}

.burger-menu:active {
  color: #222;
}

.burger-menu:hover {
  color: #222;
}

.slider-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 900;
  right: -250px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.slider-menu ul li {
  display: block;
}

.slider-menu ul li a {
  padding: 15px 25px;
  display: block;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.slider-menu ul li.active a {
  border-left: 4px solid #ddd;
  border-left: 4px solid #31639c;
  opacity: 1 !important;
}

.slider-menu.active {
  right: 0;
  -webkit-box-shadow: 0 0 100px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 100px 2px rgba(0, 0, 0, 0.5);
}

.back-link {
  /* padding: 10px 18px; */
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

.benifits {
  margin: 60px auto !important;
  text-align: left;
  font-size: 20px;
  max-width: 415px;
}

.benifits li {
  margin-bottom: 10px;
}

.round-button.white-button {
  background: #fff;
  color: #222;
}

.round-button.white-button .btn__text {
  color: #222;
}

@media all and (max-width: 767px) {
  .imageblock > .container,
  section {
    padding: 2em;
  }

  .benifits {
    margin: 0px auto !important;
  }

  .benifits li {
    margin: 0;
  }

  .forms .col-sm-12 {
    padding: 0;
  }

  .forms .col-sm-6 {
    padding: 0;
  }

  .forms h5 {
    padding: 0;
  }

  .lead {
    font-size: 1.2em;
  }

  .main-menu {
    display: none;
  }

  .lang-menu {
    display: block;
  }

  .lang-menu .active {
    font-weight: 800;
  }

  .main-navigation .bar a.logo-cover {
    padding: 15px 0 0;
    display: block;
  }

  footer h6 {
    margin: 0;
    margin-top: 20px;
  }

  .burger-menu {
    display: block;
  }

  .benifits-cover {
    padding: 15px;
    width: 100%;
  }

  .benifits {
    font-size: 15px;
  }

  .home-hero.imageblock .imageblock__content {
    min-height: 23.571429em;
  }
}

@media all and (min-width: 767px) {
  .main-menu {
    display: block;
  }

  .main-navigation .bar a.logo-cover {
    padding: 15px 0 0;
  }

  .bar .menu-horizontal {
    top: 2px;
  }

  .company-card .description h6 {
    line-height: 18px;
  }

  .home-hero {
  }

  .pos-vertical-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

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

.list-inline--images img {
  max-height: 2.78571429em;
}

@media (min-width: 768px) {
  .list-inline--images li:not(:last-child) {
    margin-right: 5.57142857em;
  }
}

.list-inline li:not(:last-child) {
  margin-right: 1.85714286em;
}

.main-navigation .bar {
  padding: 1em 0.5em;
}
