@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
.color-primary {
  color: #000 !important;
}
.color-secondary {
  color: #850b7d !important;
}
.color-tertiary {
  color: #000 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
a {
  color: #000;
  transition: 0.3s;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #e313d6;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #850b7d;
}
.data-protection-link {
    padding-top: 3em;
}

.data-protection-link a {
    position: relative;
    text-decoration: underline;
}
.data-protection-link a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -1.5em;
    width: 50%;
    height: 2px;
    transform: translateX(-50%);    
    background: #68328b;
}
h2,
.h2 {
  margin: 0 0 15px 0;
  font-size: 1.5625em;
  font-weight: 700;
  text-transform: uppercase;
  color: #5328a6;
}
input[type=checkbox] {
    margin-right: 1em;
}
.form-group a {
    text-decoration: underline;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.1875em;
    background: -webkit-linear-gradient(top, #850b7d, #5328a6);
    background: -moz-linear-gradient(top, #850b7d, #5328a6);
    background: -ms-linear-gradient(top, #850b7d, #5328a6);
    background: -o-linear-gradient(top, #850b7d, #5328a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
h2 > small,
.h2 > small {
  display: block;
  font-size: 0.7em;
  font-weight: 700;
}
h2.bordered,
.h2.bordered {
  padding-bottom: 15px;
  border-bottom: 2px solid #5328a6;
}
@media (min-width: 768px) {
  h2.bordered,
  .h2.bordered {
    padding-bottom: 0px;
    border-bottom: 0px none;
    border-right: 2px solid #850b7d;
    border-image-source: -webkit-linear-gradient(top, #850b7d, #5328a6);
    border-image-source: -moz-linear-gradient(top, #850b7d, #5328a6);
    border-image-source: -ms-linear-gradient(top, #850b7d, #5328a6);
    border-image-source: -o-linear-gradient(top, #850b7d, #5328a6);
    border-image-slice: 20;
  }
}
body {
  min-height: 100vh;
  font-family: sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}
@media (min-width: 768px) {
  body {
    font-family: 'Open Sans', sans-serif;
  }
}
.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 99999;
  text-align: left;
  color: #000 !important;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  z-index: 999;
}
.overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.bg-burgundyBlue {
  background-color: #850b7d;
  background: -webkit-gradient(linear, left top, left bottom, from(#850b7d), to(#5328a6));
  background: -webkit-linear-gradient(top, #850b7d, #5328a6);
  background: -moz-linear-gradient(top, #850b7d, #5328a6);
  background: -ms-linear-gradient(top, #850b7d, #5328a6);
  background: -o-linear-gradient(top, #850b7d, #5328a6);
  color: #fff;
}
#header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
#header .row.main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #header .row.main {
    height: 160px;
  }
}
#header .row.main .social {
  display: inline-block;
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
}
@media (min-width: 768px) {
  #header .row.main .social {
    font-size: 2.5em;
  }
}
#header .row.main .social:not(:first-of-type) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #header .row.main .social:not(:first-of-type) {
    margin-left: 25px;
  }
}
#header .row.main .social:hover,
#header .row.main .social:focus,
#header .row.main .social:active {
  text-decoration: none;
}
#header .row.main .logo {
  text-align: center;
  position: static;
}
#header .row.main .logo img {
  display: block;
  width: 140px;
  margin: auto;
}
#header .row.main .triggerMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  float: right;
  background-color: transparent;
  font-size: 0;
  border: 0px none;
  color: #fff;
}
@media (min-width: 768px) {
  #header .row.main .triggerMenu {
    font-size: 1.25em;
  }
}
#header .row.main .triggerMenu:before {
  content: '\e901';
  font-family: 'FleetExpertFont';
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
@media (min-width: 768px) {
  #header .row.main .triggerMenu:before {
    margin-right: 15px;
    font-size: 2em;
  }
}
#footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #000;
  position: relative;
}
@media (min-width: 768px) {
  #footer {
    height: 400px;
  }
}
#footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/front/bg-footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
}
#footer img {
  display: block;
  width: 130px;
  margin: 0;
  position: relative;
  z-index: 9;
}
.homepage .logo {
  width: 200px;
  margin: 0 auto 60px auto;
}
@media (min-width: 768px) {
  .homepage .logo {
    width: auto;
  }
}
.homepage .claim {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 10px 25px;
  text-align: center;
  font-size: 1.25em;
  position: relative;
}
@media (min-width: 768px) {
  .homepage .claim {
    padding: 20px 45px;
    font-size: 1.875em;
  }
}
.homepage .claim:before,
.homepage .claim:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
}
@media (min-width: 768px) {
  .homepage .claim:before,
  .homepage .claim:after {
    width: 45px;
    height: 45px;
  }
}
.homepage .claim:before {
  border-top: 2px solid #5328a6;
  border-left: 2px solid #5328a6;
  left: 0;
  top: 0;
}
.homepage .claim:after {
  border-right: 2px solid #850b7d;
  border-bottom: 2px solid #850b7d;
  right: 0;
  bottom: 0;
}
.homepage .contact {
  margin: 70px 0 0 0;
  text-align: center;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .homepage .contact {
    font-size: 1.875em;
  }
}
.homepage .contact a:hover,
.homepage .contact a:focus,
.homepage .contact a:active {
  text-decoration: none;
}
.introduction {
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(/images/front/bg-body.jpg);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/front/bg-body.jpg);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/front/bg-body.jpg);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/front/bg-body.jpg);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/front/bg-body.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
  position: relative;
}
.introduction .content {
  width: 300px;
  height: 280px;
  margin: auto;
  font-size: 1.5625em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) and (orientation: landscape) {
  .introduction .content {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .introduction .content {
    width: 600px;
    height: 450px;
    font-size: 1.875em;
  }
}
.introduction .content > img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .introduction .content > img {
    width: 550px;
    max-width: initial;
  }
}
.introduction .button-down {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: transparent;
  padding: 0;
  border: 0px none;
  font-size: 2.5em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  z-index: 99;
}
.introduction .button-down > .ssg {
  -webkit-animation: move-bottom 3s infinite linear;
  -moz-animation: move-bottom 3s infinite linear;
  -o-animation: move-bottom 3s infinite linear;
  animation: move-bottom 3s infinite linear;
}

@media (min-width: 768px) {
  .introduction .button-down {
    bottom: 5%;
  }
}
@-webkit-keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
@-moz-keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
@-o-keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
@keyframes move-bottom {
  0% {
    margin-top: 20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
.contentBlock {
  padding: 50px 0;
}
.services-list {
  list-style: none;
  margin: 15px -15px;
  padding: 0;
}
@media (min-width: 768px) {
  .services-list {
    margin: 50px -15px;
  }
}
.services-list > li {
  margin: 0;
  padding: 0 15px;
}
.services-list > li > .item {
  display: block;
  width: 100%;
  padding: 15px;
}
.services-list > li > .item > .ssg {
  display: block;
  margin: 0 0 20px 0;
  font-size: 3.75em;
  text-align: center;
  color: #5328a6;
  line-height: 2em;
}
.services-list > li > .item > .fa {
  display: block;
  margin: 0 0 20px 0;
  font-size: 3.75em;
  text-align: center;
  color: #5328a6;
  line-height: 2em;
}

@media (min-width: 768px) {
  .services-list > li > .item > .ssg {
    background: -webkit-linear-gradient(top, #5328a6, #850b7d);
    background: -moz-linear-gradient(top, #5328a6, #850b7d);
    background: -ms-linear-gradient(top, #5328a6, #850b7d);
    background: -o-linear-gradient(top, #5328a6, #850b7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 2em;
  }
  .services-list > li > .item > .fa {
    background: -webkit-linear-gradient(top, #5328a6, #850b7d);
    background: -moz-linear-gradient(top, #5328a6, #850b7d);
    background: -ms-linear-gradient(top, #5328a6, #850b7d);
    background: -o-linear-gradient(top, #5328a6, #850b7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 2em;
  }
}
.services-list > li > .item > .caption {
  display: block;
  margin: 0 0 15px 0;
  font-weight: 800;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .services-list > li > .item > .caption {
    min-height: 2.85714286em;
  }
}
.services-list > li > .item > .text {
  font-size: 16px;
}
.services-list > li > .item:hover,
.services-list > li > .item:focus,
.services-list > li > .item:active {
  text-decoration: none;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.specialOffer {
  margin: 50px 0 0 0;
}
.specialOffer img {
  display: block;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
  .specialOffer img {
    margin: -130px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .specialOffer img {
    margin: -150px auto 0 auto;
  }
}
.specialOffer .title {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.specialOffer h2 {
  margin: 10px 0 0 30px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: initial;
}
.specialOffer h2 > small {
  color: #fff;
}
.specialOffer .btn-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  margin-bottom: 15px;
  border: 0px none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.5625em;
  font-weight: 700;
  text-transform: uppercase;
}
.specialOffer .btn-main:hover,
.specialOffer .btn-main:focus,
.specialOffer .btn-main:active {
  color: #fff;
}
.specialOffer .btn-main.btn-black20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.specialOffer .btn-main.btn-black20:hover,
.specialOffer .btn-main.btn-black20:focus,
.specialOffer .btn-main.btn-black20:active {
  background-color: rgba(0, 0, 0, 0.35);
}
.specialOffer .btn-main.btn-black50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.specialOffer .btn-main.btn-black50:hover,
.specialOffer .btn-main.btn-black50:focus,
.specialOffer .btn-main.btn-black50:active {
  background-color: rgba(0, 0, 0, 0.65);
}
.contacts-list {
  margin-top: 70px;
  margin-bottom: 70px;
}
.contacts-list .item {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 100px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .contacts-list .item {
    margin: 0 auto 100px auto;
  }
}
a[href^="tel"]:before,
a[href^="mailto"]:before {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  font-family: 'FleetExpertFont';
  color: #850b7d;
  text-align: center;
}
a[href^="tel"]:before {
  content: '\f095';
}
a[href^="mailto"]:before {
  content: '\f003';
}
.contacts-list .item .info {
  width: 100%;
  text-align: center;
}
.contacts-list .item .info h4 {
  margin: 20px 0 0 0;
  font-size: 1.5625em;
  font-weight: 700;
  text-transform: uppercase;
}
.contacts-list .item .info h4 span {
  display: block;
  font-size: 1.4em;
}
.contacts-list .item .info h4 small {
  display: block;
  margin: 15px 0 0 0;
  font-size: 0.6em;
  color: #000;
  font-weight: 700;
}
.contacts-list .item .info ul {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
}
.contacts-list .item .info ul > li {
  padding: 0;
  margin: 0;
  font-size: 1em;
  text-align: left;
}
.contacts-list .item .info ul > li.text {
  font-size: 0.95em;
  margin-top: 20px;
}
.contacts-list .item .photo {
  width: 150px;
  margin: 0 auto;
  position: relative;
}
.contacts-list .item .photo > img {
  display: block;
  width: 100%;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.35);
}
.contacts-list .item .photo > div {
  width: 100%;
  max-width: 130px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4);
}
.contacts-list .item .photo > div:after {
  content: '';
  display: table;
  padding-top: 128.57142857%;
}
.contacts-list .item.last {
  margin-bottom: 0;
}
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 3px;
}
.btn-primary {
  background-color: #5328a6;
  color: #fff;
  border-color: #5328a6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #3e1e7d;
  border-color: #3e1e7d;
}
.btn-primary.transparent {
  border-color: #5328a6;
  color: #5328a6;
}
.btn-primary.transparent:hover,
.btn-primary.transparent:focus,
.btn-primary.transparent:active {
  background-color: #5328a6;
  color: #fff;
}
.btn-danger {
  background-color: #850b7d;
  color: #fff;
  border-color: #850b7d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #560751;
  border-color: #560751;
}
.btn-danger.transparent {
  border-color: #850b7d;
  color: #850b7d;
}
.btn-danger.transparent:hover,
.btn-danger.transparent:focus,
.btn-danger.transparent:active {
  background-color: #850b7d;
  color: #fff;
}
.btn.transparent {
  background-color: transparent;
  border-width: 3px;
  border-style: solid;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*# sourceMappingURL=layout.css.map */


.flex {
    display: flex;
    flex-direction: row;
    float: none;
    gap: 4rem;
}

.partnerships {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.partnerships a {
    display: flex;
    align-items: center;
}


.partnerships img {
    max-width: 220px;
    width: 100%;
}

.section-healdine {
    min-width: 22rem;
}


@media (max-width: 976px) {
    .partnerships a {
        width: 40%;
    }
}


@media (max-width: 746px) {
    
    .flex {
        flex-direction: column;
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 520px) {
    
    .partnerships {
        flex-direction: column;
        align-items: center;
    }
    
    
    .partnerships a {
        width: 70%;
        justify-content: center;
    }
}