.select2-results {
  max-height: 280px;
}

.select2-results .select2-highlighted {
  background: #e6e6e6;
  color: #000;
}

.select2-container .select2-choice .select2-arrow {
  width: 26px;
  border-left: none;
  border-radius: 0 0 0 0;
  background: transparent;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/select22.png') no-repeat center center;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background: url('../images/select22.png') no-repeat center center;
}

.select2-search-choice-close {
  background-image: url('../images/select22.png');
}

.pagination-page {
  line-height: 40px;
  text-align: center;
  color: #cccccd;
  font-size: 15px;
  font-weight: bold;
}

.pagination {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.pagination>li {
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  float: none;
  display: inline;
  text-decoration: none;
  font-size: 32px;
  font-weight: normal;
  color: #333333;
  border: 0;
  padding: 0 20px;
}

.icons-bottom {
  padding-left: 15px;
}

.icons-bottom a {
  margin: 0 0 10px 10px;
  display: inline-block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.flext-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:0) and (max-width:767px) {
  .flex-row-xs-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .flex-row-sm-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .flex-row-md-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
}

@media (min-width:1200px) {
  .flex-row-lg-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
}

.dropzone {
  padding: 0;
  min-height: 80px;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  width: 150px;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  opacity: 1;
  top: 20px;
  left: 5px;
}

.dropzone .dz-preview.dz-error .dz-error-message:after {
  display: none;
}

.footer-social a {
  display: inline-block;
  vertical-align: middle;
}

.footer-social a.fb {
  background: url('../images/footer-sprites.png') -1px 0 no-repeat;
  width: 71px;
  height: 23px;
}

.footer-social a.yt {
  background: url('../images/footer-sprites.png') -1px -24px no-repeat;
  width: 56px;
  height: 23px;
}

.footer-social a.blog {
  background: url('../images/footer-sprites.png') -1px -48px no-repeat;
  width: 35px;
  height: 23px;
}

@media only screen and (min-width:1200px) {
  .col-lg-custom-5 {
    width: 20%;
  }
}

.job-offer-heading {
  margin: 30px 0;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

.job-offer-heading.holding-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.job-offer-heading.holding-heading img {
  margin-left: 15px;
}

.job-offer {
  border: 1px solid #e1e1e1;
  padding: 25px;
  border-left: 6px solid #e55e2a;
  font-size: 16px;
  margin-bottom: 20px;
}

.job-offer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-offer .title.thin a {
  color: #616161;
}

.job-offer a {
  font-size: 16px;
  font-weight: bold;
}

.job-offer .btn {
  font-size: 14px;
  white-space: normal;
  color: #fff;
  border-radius: 3px;
}

@media only screen and (max-width:767px) {
  .job-offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-offer .btn {
    margin-bottom: 15px;
  }
}

.holding-box {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}

.holding-box>.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width:767px) {
  .holding-box>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.holding-box .holding-header {
  padding: 30px 0;
  margin: 0 30px;
}

.holding-box .holding-header .content {
  font-size: 16px;
  color: #000;
  margin: 30px 0;
}

.holding-box .holding-body {
  padding: 30px;
  background-image: url('../images/holding-bg.png');
  background-position: right;
  background-repeat: no-repeat;
}

.holding-box .holding-body.no-padding {
  padding: 0;
  background-image: none;
  height: 100%;
}

.holding-box .holding-body .holding-image-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.holding-box .holding-body img {
  width: 100%;
}

.holding-box .holding-body h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}

.holding-box .holding-body ul {
  padding: 0;
  margin: 0;
}

.holding-box .holding-body ul li {
  color: #000;
  list-style: none;
  font-size: 14px;
  margin-bottom: 5px;
}

.holding-box .holding-body ul li:before {
  color: #e55e2a;
  content: "\2022";
  font-size: 1em;
  padding-right: 1.1225em;
  position: relative;
  top: 0em;
}

@media only screen and (max-width:767px) {
  .holding-box .holding-body {
    background-position: right bottom;
  }
}

.holding-box .holding-footer {
  background-color: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.holding-box .holding-footer p {
  font-size: 18px;
  padding: 15px 30px;
  margin: 0;
  color: #000;
  font-weight: normal;
}

.holding-box .holding-footer .btn {
  padding: 1.5rem 3rem;
  font-size: 20px;
  font-weight: 500;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
}

.holding-box .holding-footer .btn i {
  margin-left: 30px;
  margin-top: 3px;
  font-size: 18px;
  position: static;
}

@media only screen and (max-width:767px) {
  .holding-box .holding-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .holding-box .holding-footer .btn {
    margin-left: 0;
  }
}

.panel-job {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-job .panel-heading {
  background-color: #efefef;
}

.panel-job .panel-heading>* a {
  color: #616161;
  font-weight: bold;
}

.panel-job .panel-heading>* a:hover,
.panel-job .panel-heading>* a:active,
.panel-job .panel-heading>* a:focus,
.panel-job .panel-heading>* a.active {
  color: #e55e2a;
}

.panel-job .panel-body {
  background-color: transparent;
  padding: 0 !important;
}

.ribbon-wrapper {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  z-index: 500;
  top: -3px;
}

.ribbon-wrapper .ribbon {
  text-align: center;
  position: relative;
  padding: 7px 0;
  width: 170px;
  color: #fff;
  font-weight: bold;
  top: 31px;
  font-size: 10px;
}

.ribbon-wrapper .ribbon:before,
.ribbon-wrapper .ribbon:after {
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: -3px;
}

.ribbon-wrapper .ribbon-danger {
  background: #e55e2a;
  color: #fff;
}

.ribbon-wrapper .ribbon-danger:before,
.ribbon-wrapper .ribbon-danger:after {
  border-top-color: #973712;
}

.ribbon-wrapper-left {
  left: -3px;
}

.ribbon-wrapper-left .ribbon {
  left: -37px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.ribbon-wrapper-left .ribbon:before {
  right: 7px;
}

.ribbon-wrapper-left .ribbon:after {
  left: 2px;
}

.cars-item-wrap {
  display: block;
  position: relative;
}

.cars-item-wrap img {
  border: 1px solid rgba(0,0,0,0.1);
}

.d-none {
  display: none !important;
}

.yt-video-resp {
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}

.yt-video-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-add-query {
  position: relative;
}

.btn-add-query .added-tooltip {
  position: absolute;
  bottom: -webkit-calc(107%);
  bottom: calc(107%);
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #353535), to(#232323));
  background: -webkit-linear-gradient(top, #353535 0, #232323 100%);
  background: -o-linear-gradient(top, #353535 0, #232323 100%);
  background: linear-gradient(to bottom, #353535 0, #232323 100%);
  color: #fff;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.btn-add-query .added-tooltip:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #232323 transparent transparent transparent;
}

.btn-add-query .added-tooltip.faded {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width:767px) {
  .home .FTChat_custom_bar.FTChat_bar.br {
    bottom: 180px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

.FTChat_bar {
  z-index: 1000 !important;
}

.modal-backdrop,
#smPopupBackground {
  z-index: 999999999 !important;
}

.modal,
#popupContainer {
  z-index: 1000000000 !important;
}

iframe[id^="fcc-sitecall"] {
  bottom: 105px !important;
}

@media only screen and (max-width:767px) {
  iframe[id^="fcc-sitecall"] {
    -webkit-transform: scale(.75) !important;
    -ms-transform: scale(.75) !important;
    -o-transform: scale(.75) !important;
    transform: scale(.75) !important;
    -webkit-transform-origin: 0 0 !important;
    -ms-transform-origin: 0 0 !important;
    -o-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
    bottom: 32px !important;
  }
}

@media only screen and (min-width:992px) {
  .page-car .header-top .container-fluid {
    padding: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width:992px) {
  .page-car .navbar-static-top {
    padding-bottom: 60px;
  }
}

.price-installment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width:992px) {
  .price-installment-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.price-installment-wrap+.omnibus-price {
  margin-bottom: 20px;
}

.installment-wrap {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}

.installment-wrap .tooltip-inner {
  background-color: #f7f7f7 !important;
  color: #000;
  padding: 15px;
  -webkit-box-shadow: 0 0 3px 0 #000;
  box-shadow: 0 0 3px 0 #000;
  word-break: break-word;
  white-space: normal;
  width: 300px;
}

.installment-wrap .tooltip.top {
  margin-top: 3px;
}

.installment-wrap .tooltip.top .tooltip-arrow {
  border-top-color: #f7f7f7;
}

.installment-wrap .tooltip.right {
  margin-left: -3px;
}

.installment-wrap .tooltip.right .tooltip-arrow {
  border-right-color: #f7f7f7;
}

.installment-wrap .tooltip.bottom {
  margin-top: -3px;
}

.installment-wrap .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f7f7f7;
}

.installment-wrap .tooltip.left {
  margin-left: 3px;
}

.installment-wrap .tooltip.left .tooltip-arrow {
  border-left-color: #f7f7f7;
}

.installment-wrap .btn {
  text-align: left;
  width: 100%;
  border-radius: 0;
}

.installment-wrap p {
  margin: 0;
}

.installment-wrap p span {
  font-size: 18px;
  display: block;
}

@media only screen and (min-width:992px) {
  .installment-wrap {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }

  .installment-wrap .btn {
    text-align: center;
    width: auto;
    border-radius: 4px;
  }

  .installment-wrap p span {
    display: inline;
  }
}

.page.search .installment-wrap {
  text-align: left;
  margin-left: 0;
}

.page.search .installment-wrap p span {
  display: block;
}

@media only screen and (min-width:992px) {
  .page.search .installment-wrap {
    text-align: right;
    margin-right: 20px;
  }

  .page.search .installment-wrap .btn {
    text-align: right;
  }

  .page.search .installment-wrap p span {
    font-size: 22px;
  }
}

.glyphicon.spinning {
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  to {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  to {
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  to {
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

#formInfo .text-danger {
  color: #d9534f !important;
}

.service-form-new h4,
.service-form-new h3 {
  font-weight: 400;
}

.service-form-new .step-heading {
  border-bottom: 2px solid #e55e2a;
  margin: 20px 0 20px 0;
  line-height: 30px;
}

.label-service {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.nav-tabs-service {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  margin: 20px 0 20px;
}

.nav-tabs-service a {
  text-decoration: none!important;
}

.nav-tabs-service a:hover {
  background-color: transparent!important;
  color: #f0a385;
}

.nav-tabs-service li {
  border-bottom: solid 3px #7c7c7c;
  display: inline-block;
  width: 24%;
}

@media (max-width:360px) {
  .nav-tabs-service li {
    display: inline;
  }
}

.nav-tabs-service li.disabled {
  color: #7c7c7c;
  pointer-events: none;
}

.nav-tabs-service li.active {
  color: #e55e2a;
  border-bottom-color: #e55e2a;
}

.nav-tabs-justified>.active>a {
  border: none !important;
}

.btn {
  outline: none !important;
  position: relative;
}

.btn .fa {
  position: absolute;
  font-size: 10px;
  right: 17px;
  top: 50%;
  margin-top: -5px;
  color: #e55e2a;
}

.btn.btn-lg .fa {
  font-size: 18px;
  margin-top: 0;
}

.btn-primary {
  background: #e55e2a;
  border: 2px solid #e55e2a;
  border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background: #c44818;
  border-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background: #c44818;
  border-color: transparent;
}

.btn-primary .fa {
  color: #FFF;
}

.btn-primary-outline {
  color: #e55e2a;
  background: transparent;
  border: 2px solid #e55e2a;
  border-radius: 4px;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open>.dropdown-toggle.btn-primary-outline {
  background: #c44818;
  border-color: transparent;
}

.btn-primary-outline:active,
.btn-primary-outline.active,
.open>.dropdown-toggle.btn-primary-outline {
  background: #c44818;
  border-color: transparent;
}

.btn-primary-outline .fa {
  color: #FFF;
}

.btn-default {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(28%, #fff), color-stop(68%, #f7f7f7), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #fff 0, #fff 28%, #f7f7f7 68%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fff 0, #fff 28%, #f7f7f7 68%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fff 0, #fff 28%, #f7f7f7 68%, #f7f7f7 100%);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background: #f7f7f7;
  border: solid 1px #ddd;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background: #f7f7f7;
  border: solid 1px #ddd;
}

.btn-dark {
  color: #FFF;
  border-radius: 4px;
  background: #000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open>.dropdown-toggle.btn-dark {
  color: #FFF;
  background: #353535;
}

.btn-dark:active,
.btn-dark.active,
.open>.dropdown-toggle.btn-dark {
  color: #FFF;
  background: #353535;
}

.btn-dark-outline {
  color: #000;
  background: transparent;
  border-color: #000;
  border-width: 2px;
  border-radius: 4px;
}

.btn-dark-outline:hover,
.btn-dark-outline:focus,
.btn-dark-outline:active,
.btn-dark-outline.active,
.open>.dropdown-toggle.btn-dark-outline {
  color: #FFF;
  background: #353535;
}

.btn-dark-outline:active,
.btn-dark-outline.active,
.open>.dropdown-toggle.btn-dark-outline {
  color: #FFF;
  background: #353535;
}

.floating-buttons-container {
  position: fixed;
  right: 0;
  top: 300px;
  left: 0;
  z-index: 1001;
}

.floating-buttons-container .floating-buttons-group {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.floating-buttons-container .floating-buttons-group .floating-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .floating-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .floating-button .item-button {
  margin: 3px;
  width: 38px;
  height: 38px;
  z-index: 999;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .floating-button .item-button a.btn {
  width: 38px;
  height: 38px;
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 1px !important;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .floating-button .container-floating {
  background-color: #fff;
  z-index: 998;
  width: 0;
  opacity: 0;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -44px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .floating-button .container-floating .title-floating {
  margin-left: 5px;
  width: 230px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  min-height: 44px;
  padding: 9px 0;
  color: #333;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .floating-button-img {
  max-width: 19px;
  width: auto;
  max-height: 19px;
  margin-top: 2px;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .fixed-buttons {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1001;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .fixed-buttons-xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .fixed-buttons-xs .btn-sm.btn-sm-2 {
  color: #fff;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  border-radius: 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 12px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.05)), to(rgba(255,255,255,0.05))) #d7122b;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.05) 0, rgba(255,255,255,0.05) 100%) #d7122b;
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.05) 0, rgba(255,255,255,0.05) 100%) #d7122b;
  background: linear-gradient(to top, rgba(0,0,0,0.05) 0, rgba(255,255,255,0.05) 100%) #d7122b;
  height: auto;
  min-height: 40px;
  padding: 9px 5px;
  white-space: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .fixed-buttons-xs .btn-sm.btn-sm-2 .fixed-button-img {
  max-width: 17px;
  max-height: 17px;
  margin-right: 8px;
}

.floating-buttons-container .floating-buttons-group .floating-buttons .fixed-buttons-xs .btn-sm:not(:last-child) {
  border-right: 1px solid #fff;
}

.form-group {
  margin-bottom: 40px;
}

a.active-panel h3 {
  font-weight: bold;
}

.new-rules {
  font-size: 11px;
}

.new-rules a {
  text-decoration: none;
}

.new-rules .panel-group {
  margin: 0;
}

.new-rules .panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.new-rules .panel-group .panel .panel-body {
  padding: 0;
  font-size: 11px;
}

.new-rules .glyphicon {
  margin-top: 3px;
  margin-left: 3px;
  text-decoration: none!important;
  color: #000;
}

.new-rules .checkbox label {
  display: block;
}

.new-rules .checkbox .glyphicon {
  margin-left: 6px;
  margin-top: -5px;
  font-size: 13px;
}

#info-admin {
  margin-top: 10px;
}

.form-contact .row-bg {
  background: url('../images/pgd-formularz-ikona.png') -webkit-calc(50% - 230px) 100% no-repeat;
  background: url('../images/pgd-formularz-ikona.png') calc(50% - 230px) 100% no-repeat;
}

.form-contact .row-bg h2 {
  margin-top: 0;
  font-size: 35px;
}

.form-contact .row-bg h3 {
  font-size: 28px;
  font-weight: 300;
}

@media (max-width:767px) {
  .form-contact .row-bg {
    background: none;
  }
}

.form-contact .row-bg .btn-primary {
  margin-top: 20px;
}

.has-error.checkbox label {
  color: #a94442;
}

.has-error.checkbox label a,
.has-error.checkbox label a:hover {
  color: #a94442;
}

.form-control {
  color: #000 !important;
  border-color: #000 !important;
}

.form-control::-webkit-input-placeholder {
  color: #000 !important;
}

.form-control::-moz-placeholder {
  color: #000 !important;
}

.form-control::placeholder {
  color: #000 !important;
}

.form-contact {
  color: #000;
}

.floating-buttons {
  -webkit-transition: background-color .6s;
  -o-transition: background-color .6s;
  transition: background-color .6s;
  width: 100%;
  position: fixed;
  z-index: 1001;
  bottom: 36px;
  display: block;
}

@media only screen and (min-width:768px) {
  .floating-buttons {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 0;
    bottom: 0;
  }
}

@media only screen and (min-width:1024px) {
  .floating-buttons {
    display: block !important;
  }
}

.floating-buttons .container-fluid {
  max-width: 2560px;
  padding: 0;
  height: 100%;
  position: relative;
  right: 0;
}

.floating-buttons .fbuttons {
  width: 56px;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 8px;
  bottom: 8px;
  z-index: 1001;
}

@media only screen and (min-width:768px) {
  .floating-buttons .fbuttons {
    width: auto;
    display: table;
    right: 32px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.floating-buttons .fbuttons .floatButton {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
}

.floating-buttons .fbuttons .floatButton:nth-child(1) {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.floating-buttons .fbuttons .floatButton:nth-child(2) {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.floating-buttons .fbuttons .floatButton:nth-child(3) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-buttons .fbuttons .floatButton:nth-child(4) {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.floating-buttons .fbuttons .floatButton:nth-child(5) {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width:768px) {
  .floating-buttons .fbuttons .floatButton {
    margin-bottom: 16px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
    width: 100%;
    height: 48px;
  }
}

.floating-buttons .fbuttons .floatButton a {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ea5d1a;
  -webkit-box-shadow: 1px 1px 3px 0 #33302e;
  box-shadow: 1px 1px 3px 0 #33302e;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width:768px) {
  .floating-buttons .fbuttons .floatButton a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    border-radius: 24px;
  }
}

.floating-buttons .fbuttons .floatButton a .floatButton-img-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width:768px) {
  .floating-buttons .fbuttons .floatButton a .floatButton-img-cont {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}

.floating-buttons .fbuttons .floatButton a .floatButton-img-cont .floatButton-img {
  max-width: 24px;
  max-height: 24px;
  display: block;
  margin: auto;
}

@media only screen and (min-width:768px) {
  .floating-buttons .fbuttons .floatButton a .floatButton-img-cont .floatButton-img {
    max-width: 100%;
    max-height: 100%;
  }
}

.floating-buttons .fbuttons .floatButton a .info {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (min-width:768px) {
  .floating-buttons .fbuttons .floatButton a .info {
    max-width: 0;
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
  }
}

.floating-buttons .fbuttons .floatButton .floating-title {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
  position: absolute;
  right: 48px;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  padding: 0 8px;
  -webkit-box-shadow: 1px 1px 3px 0 #33302e;
  box-shadow: 1px 1px 3px 0 #33302e;
}

.floating-buttons .fbuttons .floatButton .floating-title p {
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(15,15,15,0.6);
  margin: 0;
}

.floating-buttons .fbuttons .floatButton.show-more {
  width: 48px !important;
  height: 48px !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.floating-buttons .fbuttons .floatButton.show-more a {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.floating-buttons .fbuttons .floatButton.show-more a .floatButton-img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.floating-buttons.open {
  background-color: rgba(51,48,46,0.8);
  width: 100%;
  height: 100%;
}

@media only screen and (min-width:768px) {
  .floating-buttons.open {
    background-color: transparent;
    height: 0;
  }
}

.floating-buttons.open .fbuttons .floatButton {
  height: 40px;
  width: 40px;
  margin-bottom: 16px;
}

@media only screen and (min-width:768px) {
  .floating-buttons.open .fbuttons .floatButton {
    width: 100%;
    height: 48px;
  }
}

@media only screen and (min-width:768px) {
  .floating-buttons.open .fbuttons .floatButton a {
    pointer-events: initial;
  }
}

@media only screen and (min-width:768px) {
  .floating-buttons.open .fbuttons .floatButton a .info {
    max-width: 300px;
    margin-right: 8px;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
  }
}

@media only screen and (max-width:767px) {
  .floating-buttons.open .fbuttons .floatButton .floating-title {
    display: block;
  }
}

.floating-buttons.open .fbuttons .floatButton.show-more {
  margin-bottom: 0 !important;
}

.floating-buttons.open .fbuttons .floatButton.show-more a {
  background-color: #ee7d05;
}

.floating-buttons.open .fbuttons .floatButton.show-more a .floatButton-img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}

.container-fluid:has(> .mobile-app) {
  max-width: 1430px;
}

.container-fluid:has(> .mobile-app)+footer {
  margin-top: 0;
}

.mobile-app {
  background: #5b638e url('../images/mobile-app/mobile-app-bg.png') no-repeat left top;
  min-height: 100vh;
}

.mobile-app .container {
  width: 100%;
}

.mobile-app * {
  font-family: 'Poppins',sans-serif !important;
}

.mobile-app .top {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 34px 0;
}

@media (min-width:1200px) {
  .mobile-app .top .container {
    width: 75%;
  }
}

.mobile-app .top .top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-app .top .top-wrap img {
  max-width: 100px;
}

@media (min-width:768px) {
  .mobile-app .top .top-wrap img {
    max-width: 180px;
  }
}

.mobile-app .top .top-wrap .btn {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  padding: 12px;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #FFF;
}

@media (min-width:768px) {
  .mobile-app .top .top-wrap .btn {
    font-size: 14px;
    padding: 18px;
  }
}

.mobile-app .inner-content {
  min-height: -webkit-calc(100vh - 111px);
  min-height: calc(100vh - 111px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
}

@media (min-width:768px) {
  .mobile-app .inner-content {
    min-height: -webkit-calc(100vh - 127px);
    min-height: calc(100vh - 127px);
    display: block;
    padding: 30px 0;
  }
}

@media (min-width:1200px) {
  .mobile-app .inner-content {
    padding: 100px 0;
  }
}

.mobile-app .inner-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:768px) {
  .mobile-app .inner-content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.mobile-app .inner-content .animated-box {
  width: 100%;
  height: 381px;
  position: relative;
}

@media (min-width:1200px) {
  .mobile-app .inner-content .animated-box {
    height: 464px;
    margin-left: 100px;
  }
}

.mobile-app .inner-content .animated-box .circle {
  border-radius: 100%;
  background: #FAE1B1;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1200px) {
  .mobile-app .inner-content .animated-box .circle {
    width: 402px;
    height: 402px;
  }
}

.mobile-app .inner-content .animated-box .circle-outline {
  border-radius: 100%;
  width: 244px;
  height: 244px;
  border: 1px solid #FFF;
  position: absolute;
  top: 50px;
  left: 37px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1200px) {
  .mobile-app .inner-content .animated-box .circle-outline {
    width: 381px;
    height: 381px;
  }
}

.mobile-app .inner-content .animated-box .hand {
  max-width: 231px;
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

@media (min-width:1200px) {
  .mobile-app .inner-content .animated-box .hand {
    top: -35px;
    max-width: 380px;
  }
}

.mobile-app .inner-content .animated-box .car {
  max-width: 210px;
  position: absolute;
  left: 34px;
  bottom: 40px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1200px) {
  .mobile-app .inner-content .animated-box .car {
    max-width: 420px;
    left: 50px;
    bottom: -40px;
  }
}

.mobile-app .inner-content h3 {
  color: #FFFFFF !important;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:1200px) {
  .mobile-app .inner-content h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.mobile-app .inner-content h3 span {
  color: #FAE1B1 !important;
  display: block;
}

.mobile-app .inner-content .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width:992px) {
  .mobile-app .inner-content .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.mobile-app .inner-content .btn-wrap .btn {
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  padding: 8px 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
}

.mobile-app .inner-content .btn-wrap .btn:not(:first-child) {
  margin-top: 10px;
}

@media (min-width:992px) {
  .mobile-app .inner-content .btn-wrap .btn {
    width: auto;
    padding: 10px 28px;
  }

  .mobile-app .inner-content .btn-wrap .btn:not(:first-child) {
    margin-top: 0;
  }

  .mobile-app .inner-content .btn-wrap .btn:not(:last-child) {
    margin-right: 14px;
  }
}

@media (min-width:1200px) {
  .mobile-app .inner-content .btn-wrap .btn {
    min-width: 214px;
  }
}

.mobile-app .inner-content .btn-wrap .btn img {
  width: 24px;
  margin-right: 10px;
}

@media (min-width:1200px) {
  .mobile-app .inner-content .btn-wrap .btn img {
    margin-right: 16px;
  }
}

.mobile-app .inner-content .btn-wrap .btn span {
  font-size: 12px;
  font-weight: 300;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
}

@media (min-width:1200px) {
  .mobile-app .inner-content .btn-wrap .btn span {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.mobile-app .inner-content .btn-wrap .btn span strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media (min-width:1200px) {
  .mobile-app .inner-content .btn-wrap .btn span strong {
    font-size: 16px;
  }
}

.mobile-app .bottom {
  padding: 27px 0;
  background-color: #000000;
}

.mobile-app .bottom .bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-app .bottom .bottom-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-app .bottom .bottom-wrap ul li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.mobile-app .bottom .bottom-wrap ul li:not(:last-child) {
  margin-right: 36px;
}

.mobile-app .bottom .bottom-wrap img {
  max-width: 90px;
}

@media (min-width:768px) {
  .mobile-app .bottom .bottom-wrap img {
    max-width: 102px;
  }
}

.mobile-app.animated .inner-content .animated-box .circle {
  opacity: 1;
}

.mobile-app.animated .inner-content .animated-box .circle-outline {
  opacity: 1;
  top: 40px;
  left: 15px;
}

@media (min-width:768px) {
  .mobile-app.animated .inner-content .animated-box .circle-outline {
    top: 30px;
    left: 47px;
  }
}

@media (min-width:1200px) {
  .mobile-app.animated .inner-content .animated-box .circle-outline {
    top: 20px;
    left: 67px;
  }
}

.mobile-app.animated .inner-content .animated-box .hand {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.mobile-app.animated .inner-content .animated-box .car {
  opacity: 1;
  left: 114px;
}

@media (min-width:768px) {
  .mobile-app.animated .inner-content .animated-box .car {
    left: 104px;
  }
}

@media (min-width:1200px) {
  .mobile-app.animated .inner-content .animated-box .car {
    left: 144px;
  }
}

.mobile-app.animated .inner-content h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mobile-app.animated .inner-content p {
  opacity: 1;
}

.mobile-app.animated .inner-content .btn-wrap {
  opacity: 1;
}

.page .article .page-title {
  min-height: 80px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 1.2;
  font-size: 30px;
}

@media (min-width:992px) {
  .page .article .page-title {
    margin-bottom: 30px;
    margin-top: 45px;
    line-height: 60px;
    font-size: 54px;
  }
}

.page .article .page-subtitle {
  margin-bottom: 20px;
  min-height: 40px;
  line-height: 40px;
  color: #e55e2a !important;
  font-weight: normal;
  font-size: 32px;
}

.page .article>.page-subtitle {
  margin-top: -15px;
}

.page .article .entry-content .panel-default p {
  font-size: 17px;
  line-height: 1.2;
}

.page .article .entry-content .panel-default a h3 {
  margin-top: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page .article .entry-content .panel-default a h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.page .article .entry-content ul {
  list-style: none;
  padding-left: 0;
}

.page .article .entry-content ul li {
  margin-bottom: 10px;
}

.page .article .entry-content ul li::before {
  content: '/';
  padding-right: 10px;
  color: #e55e2a;
}

.page .article .entry-content ul.list-unstyled li::before {
  content: '';
  padding-right: 0;
}

.page .article .entry-content ul[type=disc],
.page .article .entry-content ul[type=square] {
  padding-left: 20px;
}

.page .article .entry-content ul[type=disc] li::before,
.page .article .entry-content ul[type=square] li::before {
  content: '';
  padding-right: 0;
}

.page .article .entry-content ul[type=disc] {
  list-style: disc;
}

.page .article .entry-content ul[type=square] {
  list-style: square;
}

.page .article .entry-content img {
  max-width: 100%;
}

.page .article .entry-content h5 {
  color: #e55e2a !important;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width:992px) {
  .page .article .entry-content .span-float li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page .article .entry-content .span-float li span {
    margin-left: auto;
  }
}

@media (min-width:1200px) {
  .page .article .entry-content>.row>.col-lg-6:first-child {
    border-right: 1px solid #e8e8e8;
  }
}

.page.contact h2 {
  font-size: 18px;
}

header {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 999999998 !important;
}

header .navbar {
  padding: 20px 0;
  border: none;
}

header .navbar .navbar-brand {
  width: 196px;
  padding: 0;
  height: auto;
  line-height: 1;
}

@media (min-width:992px) {
  header .navbar .navbar-brand {
    width: 240px;
  }
}

header .navbar .navbar-toggle {
  margin: 10px 0;
  padding: 0;
}

header .navbar .navbar-toggle .icon-bar {
  width: 30px;
  height: 5px;
  border-radius: 0;
}

header .navbar .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

header .navbar .extended .buttons.buttons-top {
  margin-right: 0;
}

header .navbar #navbar,
header .navbar .navbar-header {
  position: relative;
}

header .navbar .navbar-header {
  z-index: 20;
}

header .navbar .navbar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  float: none;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding-left: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-webkit-calc(-180%));
  -ms-transform: translateY(calc(-180%));
  -o-transform: translateY(calc(-180%));
  transform: translateY(calc(-180%));
}

header .navbar .navbar-nav.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

header .navbar .navbar-nav>li>a {
  font-weight: 500;
  position: relative;
  color: #000;
}

header .navbar .navbar-nav>li>a span.linia {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e55e2a;
  opacity: 0;
}

@media (min-width:992px) {
  header .navbar .navbar-nav>li>a:hover,
  header .navbar .navbar-nav>li>a:active,
  header .navbar .navbar-nav>li>a:focus {
    color: #fff;
  }

  header .navbar .navbar-nav>li>a:hover span,
  header .navbar .navbar-nav>li>a:active span,
  header .navbar .navbar-nav>li>a:focus span {
    opacity: 1;
  }
}

@media (min-width:992px) {
  header .navbar .navbar-nav>li>a {
    padding: 13px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #fff;
  }
}

header .navbar .navbar-nav>li:hover>a span.linia,
header .navbar .navbar-nav>li:active>a span.linia,
header .navbar .navbar-nav>li:focus>a span.linia,
header .navbar .navbar-nav>li.active-parent>a span.linia {
  opacity: 1;
}

@media (max-width:1199px) {
  header .navbar .navbar-nav>li.dropdown .dropdown-menu {
    display: block !important;
    position: relative !important;
    float: none !important;
    background-color: #fff;
    border: none;
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  header .navbar .navbar-nav>li.dropdown .dropdown-menu>li>a {
    color: #000;
  }

  header .navbar .navbar-nav>li.dropdown .dropdown-menu>li>a:hover,
  header .navbar .navbar-nav>li.dropdown .dropdown-menu>li>a:active {
    background-color: #fff;
    color: #e55e2a;
  }

  header .navbar .navbar-nav>li.dropdown .dropdown-menu>li.active>a {
    background-color: #fff;
    color: #e55e2a;
  }

  header .navbar .navbar-nav>li.dropdown .dropdown-menu>li.active>a:hover,
  header .navbar .navbar-nav>li.dropdown .dropdown-menu>li.active>a:active {
    background-color: #fff;
    color: #e55e2a;
  }
}

header .navbar .navbar-nav>li.dropdown.open>a {
  color: #000;
}

@media (min-width:992px) {
  header .navbar .navbar-nav>li.dropdown.open>a {
    color: #fff;
  }
}

@media (min-width:992px) {
  header .navbar .navbar-nav {
    top: -webkit-calc(125%);
    top: calc(125%);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(0,0,0,0.5);
    padding-left: 60px;
  }

  header .navbar .navbar-nav.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

header .wrapper {
  min-height: 102px;
}

header .buttons {
  white-space: nowrap;
  margin: 34px 15px;
}

header .buttons .btn {
  margin-right: 20px;
  border-radius: 3px;
}

header .buttons .btn:last-child {
  margin-right: 0;
}

header .buttons.buttons-top {
  margin: 14px 15px;
}

header .buttons.buttons-top .btn {
  min-width: 150px;
  text-align: center;
}

@media (max-width:991px) {
  header .buttons.buttons-top {
    float: none !important;
  }

  header .buttons.buttons-top .btn {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width:991px) {
  header .buttons [data-toggle="collapse"] strong {
    padding-right: 20px;
  }
}

header #navbar,
header #navbar-sub {
  border: 0;
}

@media (max-width:991px) {
  header #navbar,
  header #navbar-sub {
    top: 90px;
    display: block;
    height: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: white;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute !important;
  }

  header #navbar.in,
  header #navbar-sub.in {
    height: -webkit-calc(100vh - 90px);
    height: calc(100vh - 90px);
    overflow: auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }
}

@media (min-width:992px) {
  body:not(.home) header .navbar .navbar-nav {
    background-color: #000;
  }
}

body:not(.home) header.navbar-static-top+* {
  margin-top: 56px;
}

#navbar-sub {
  background-color: #33302E;
  border: 0;
}

@media (max-width:991px) {
  #navbar-sub {
    z-index: 1999;
    margin: 185px 0 0 0;
  }

  #navbar-sub.in {
    height: -webkit-calc(100% - 185px);
    height: calc(100% - 185px);
  }
}

@media (max-width:991px) {
  #navbar-sub .navbar-nav {
    margin: 0;
  }

  #navbar-sub .navbar-nav>li>ul {
    display: none !important;
  }

  #navbar-sub .navbar-nav>li.subcontent>ul.dropdown-menu {
    display: block !important;
    border: 0;
    margin: 0;
    padding: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  #navbar-sub .navbar-nav>li a {
    font-size: 18px;
    color: #FFF;
    border-bottom: 1px solid #CCCCCC;
    line-height: 50px;
  }
}

.page-thumbnail.without-bg {
  background: transparent;
}

.page-thumbnail.without-bg #navbar {
  background: #000;
}

.page-thumbnail .affix-top .container-fluid {
  padding: 0;
}

.page-thumbnail .affix {
  top: 80px;
  left: 0;
  right: 0;
  z-index: 111;
}

.page-thumbnail .affix .container-fluid {
  padding: 0 15px;
}

.page-thumbnail .bg {
  background: #33302e top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-thumbnail .buttons {
  padding: 14px 20px 10px 20px;
}

.page-thumbnail .navbar-nav {
  padding: 28px 20px 15px 20px;
}

.page-thumbnail .navbar-nav>li>a {
  color: #FFF;
  padding: 3px 5px;
}

.page-thumbnail .navbar-nav>li>a.car {
  font-weight: bold;
  font-size: 15px;
}

.page-thumbnail .navbar-nav>li>a>span.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e55e2a;
  opacity: 0;
}

.page-thumbnail .navbar-nav>li>a:hover,
.page-thumbnail .navbar-nav>li>a:focus {
  color: #FFF;
  background-color: transparent;
}

.page-thumbnail .navbar-nav>li>a:hover span.line,
.page-thumbnail .navbar-nav>li>a:focus span.line {
  opacity: 1;
}

.page-thumbnail .navbar-nav>li.active>a,
.page-thumbnail .navbar-nav>li.active-parent>a,
.page-thumbnail .navbar-nav>li.open>a,
.page-thumbnail .navbar-nav>li.active>a:hover,
.page-thumbnail .navbar-nav>li.active-parent>a:hover,
.page-thumbnail .navbar-nav>li.open>a:hover,
.page-thumbnail .navbar-nav>li.active>a:focus,
.page-thumbnail .navbar-nav>li.active-parent>a:focus,
.page-thumbnail .navbar-nav>li.open>a:focus {
  background-color: transparent;
}

.page-thumbnail .navbar-nav>li.active>a>span.line,
.page-thumbnail .navbar-nav>li.active-parent>a>span.line,
.page-thumbnail .navbar-nav>li.open>a>span.line,
.page-thumbnail .navbar-nav>li.active>a:hover>span.line,
.page-thumbnail .navbar-nav>li.active-parent>a:hover>span.line,
.page-thumbnail .navbar-nav>li.open>a:hover>span.line,
.page-thumbnail .navbar-nav>li.active>a:focus>span.line,
.page-thumbnail .navbar-nav>li.active-parent>a:focus>span.line,
.page-thumbnail .navbar-nav>li.open>a:focus>span.line {
  opacity: 1;
}

@media (min-width:992px) {
  .page-thumbnail .navbar-nav>li:first-child>a {
    padding-left: 0;
  }
}

@media (min-width:992px) {
  .page-thumbnail .navbar-nav>li:last-child>a:after {
    content: '';
  }
}

.page-thumbnail .caption {
  padding: 0 20px;
  margin: 30px 15px;
}

@media (min-width:992px) {
  .page-thumbnail .caption {
    margin: 30px 0;
  }
}

.page-thumbnail .caption .h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  font-weight: 200;
  color: white;
}

.page-thumbnail .caption .h1 .small {
  font-size: 12px;
  font-weight: 600;
  color: #e55e2a;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width:992px) {
  .page-thumbnail .caption .h1 {
    margin-top: 210px;
    line-height: 80px;
    font-size: 60px;
  }
}

.page-thumbnail .info {
  padding: 0 20px;
  margin: -30px 15px 30px 15px;
}

@media (min-width:992px) {
  .page-thumbnail .info {
    margin: 30px 0;
  }
}

.page-thumbnail .info p,
.page-thumbnail .info a,
.page-thumbnail .info h4 {
  line-height: 28px;
  font-size: 16px;
  text-decoration: none;
  color: #FFF;
  margin: 0;
}

.page-thumbnail .info p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-thumbnail .info p .cl {
  display: block;
  margin-bottom: -11px;
}

@media (max-width:991px) {
  .header-top>.container-fluid {
    overflow: hidden;
  }
}

@media (max-width:991px) {
  .container-fluid>.navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

footer {
  background: #000;
  padding-top: 90px;
  padding-bottom: 50px;
  margin-top: 50px;
}

footer h1 {
  font-size: 22px;
  font-weight: 700;
  color: #fff !important;
  margin-top: 0;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 40px;
}

footer h4 {
  font-size: 13px;
  font-weight: 400 !important;
  color: #fff !important;
  margin-top: 0;
}

footer h4 a,
footer h4 a:hover,
footer h4 a:focus {
  color: #fff !important;
  text-decoration: none;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul.nav>li>a,
footer ul.nav>li>a:hover,
footer ul.nav>li>a:focus {
  padding: 0 0 20px 0;
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
  background: transparent;
}

footer #footer-copyright {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0;
  opacity: 1;
  text-transform: none;
}

footer #footer-legal-links {
  float: right;
}

footer #footer-legal-links li {
  float: left;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0;
  border-bottom: 0;
}

footer #footer-legal-links li a {
  display: block;
  padding: 0;
  color: #666;
  font-size: 12px;
}

footer #region a {
  font-size: 13px;
  color: #ccc;
  font-weight: 500;
}

footer .top-contact {
  margin-bottom: 30px;
}

@media (min-width:768px) {
  footer .top-contact {
    margin-bottom: 90px;
  }
}

footer .top-contact * {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

footer .top-contact *.telephone {
  color: #e55e2a;
}

.holding-1 {
  font-size: 15px;
  padding: 10px;
  background: #666;
}

.holding-1 span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  color: #fff;
}

.holding-1 a {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  margin-left: 15px;
}

.holding-1 a img {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 53px;
}

.footer-gd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-gd img:not(:first-child) {
  max-width: 80px;
}

.footer-gd img:last-child {
  max-width: 60px;
}

@media (min-width:768px) {
  .footer-gd {
    margin-bottom: 0;
  }
}

#home-slider {
  overflow: hidden;
}

#home-slider .carousel-inner>.item {
  text-align: center;
}

#home-slider .carousel-inner>.item img {
  display: inline-block;
}

#home-slider .carousel-inner>.item:first-child .carousel-caption {
  background-color: #5b2f80 !important;
  color: #ece9e1 !important;
}

#home-slider .carousel-inner>.item:nth-child(2) .carousel-caption {
  background-color: #470A68 !important;
  color: #fff !important;
}

#home-slider .carousel-inner>.item:nth-child(3) .carousel-caption {
  background-color: #4C6856 !important;
  color: #ece9e1 !important;
}

#home-slider .carousel-inner>.item:nth-child(4) .carousel-caption {
  background-color: #ff0036 !important;
  color: #000 !important;
}

#home-slider .carousel-inner>.item:nth-child(5) .carousel-caption {
  background-color: #e63a2b !important;
  color: #000 !important;
}

#home-slider .carousel-inner>.item:nth-child(6) .carousel-caption {
  background-color: #809887 !important;
  color: #000 !important;
}

#home-slider .carousel-inner>.item:nth-child(7) .carousel-caption {
  background-color: #ec6b5f !important;
  color: #000 !important;
}

#home-slider .carousel-inner .carousel-caption {
  display: block!important;
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: inherit;
  text-shadow: none;
}

#home-slider .carousel-inner .carousel-caption h4 {
  font-size: 30px;
  color: #fff !important;
  font-weight: 900;
  margin-bottom: 0;
}

#home-slider .carousel-inner .carousel-caption .btn-transparent {
  padding: 0;
  text-align: center;
  height: auto;
  border-radius: 0;
}

#home-slider .carousel-inner .carousel-caption .btn {
  border: 0;
}

#home-slider .carousel-inner .carousel-caption .btn .copy-cta {
  font-size: 18px;
  line-height: 46px;
}

#home-slider .carousel-inner .carousel-caption .btn .fa.fa-angle-right {
  color: #e55e2a;
  opacity: 1;
  line-height: 18px;
  vertical-align: text-bottom;
}

#home-slider .carousel-inner .carousel-caption a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
}

@media (min-width:992px) {
  #home-slider .carousel-inner .carousel-caption {
    top: 0;
    bottom: 0;
    text-shadow: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 40%;
    left: 0;
    right: auto;
    background-color: #000;
    padding: 60px 5%;
  }

  #home-slider .carousel-inner .carousel-caption h4 {
    font-size: 44px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 30px;
  }

  #home-slider .carousel-inner .carousel-caption p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
  }

  #home-slider .carousel-inner .carousel-caption .btn {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    position: relative;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    min-width: 251px;
    line-height: 30px;
    max-width: 288px;
    padding: 6px 20px;
  }
}

#home-slider .carousel-indicators {
  text-align: center;
  width: 100%;
  max-width: 640px;
  left: 0;
  z-index: 100;
  bottom: 60px;
  margin-left: 0;
  padding: 0 5.125%;
}

#home-slider .carousel-indicators li {
  background: #fff;
  margin: 3px;
  border-width: 2px;
  width: 9px;
  height: 9px;
  vertical-align: middle;
}

#home-slider .carousel-indicators .active {
  background: transparent;
  border-width: 2px;
  width: 13px;
  height: 12px;
  margin-top: 2px;
}

@media (min-width:992px) {
  #home-slider .carousel-indicators {
    text-align: left;
    left: 0;
    bottom: 5%;
  }
}

#home-featured .box .img-cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-bottom: 75%;
  height: 0;
  width: 100%;
  display: block;
}

#home-featured .box .entry-content {
  min-height: 100px;
  padding: 20px 0 20px;
}

#home-featured .box .entry-content h5.box-subtitle {
  margin-bottom: 15px;
}

#home-featured .box .entry-content a:not(.btn) {
  color: #e55e2a;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

@media (min-width:992px) {
  #home-featured .box .entry-content {
    padding: 70px 40px 20px;
  }
}

@media (min-width:992px) {
  #home-contact .article {
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    height: 670px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
  }
}

#home-contact .more {
  background-color: transparent;
  padding: 0;
  color: #e55e2a;
  border: none;
}

@media (min-width:992px) {
  .home-cars .overfl {
    height: 190px;
    overflow: hidden;
    display: block;
    position: relative;
  }

  .home-cars .overfl img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.home-cars .more {
  color: #e55e2a;
  padding: 0;
  display: block;
  text-align: left;
}

.home-cars .box-subtitle {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width:767px) {
  .boxed .box {
    position: relative;
  }

  .boxed .box .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.models .article .page-title {
  text-align: center;
}

.models .article .box {
  text-align: center;
  padding-top: 30px;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
}

.models .article .box .discount {
  background-color: #e55e2a;
  font-size: 14px;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 500;
}

.models .article .box .image-thumb {
  display: block;
  height: 150px;
  background: center center no-repeat;
  margin-bottom: 20px;
}

.models .article .box h4 {
  font-weight: 500;
  font-size: 24px;
}

.models .article .box h4 a {
  color: #333333;
}

.models .article .box .more-buttons {
  opacity: 0;
  margin: 20px auto 30px auto;
  width: 80%;
}

.models .article .box .more-buttons .btn {
  font-size: 16px;
  font-weight: 500;
}

.models .article .box .more-buttons .btn+.btn {
  margin-top: 15px;
}

.models .article .row .box:hover,
.models .article .row .box.active {
  -webkit-box-shadow: 0 0 7px -3px rgba(0,0,0,0.8);
  box-shadow: 0 0 7px -3px rgba(0,0,0,0.8);
}

.models .article .row .box:hover .more-buttons,
.models .article .row .box.active .more-buttons {
  opacity: 1;
}

.home-cars.models .header {
  margin-bottom: 0;
}

.home-cars.models .header .box-subtitle {
  margin-bottom: 15px;
}

.home-cars.models .header .box-title {
  margin-bottom: 30px;
}

.home-cars.models .box {
  padding: 16px;
  text-align: left !important;
  margin-bottom: 8px;
}

@media (min-width:1200px) {
  .home-cars.models .box {
    margin-bottom: 48px;
  }
}

.home-cars.models .box:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #f3f3f0;
}

.home-cars.models .box .discount {
  font-size: 12px;
  font-weight: 100;
  line-height: 24px;
  padding: 0 8px;
  position: static;
}

.home-cars.models .box .discount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 24px;
}

.home-cars.models .box h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

@media (min-width:1200px) {
  .home-cars.models .box h4 {
    font-size: 18px;
  }
}

.home-cars.models .box h5 {
  color: rgba(15,15,15,0.6) !important;
  font-size: 14px;
  line-height: 26px;
  text-transform: none;
  margin-top: 0;
}

@media (min-width:1200px) {
  .home-cars.models .box h5 {
    font-size: 16px;
    line-height: 30px;
  }
}

.home-cars.models .box h5 a {
  color: rgba(15,15,15,0.6) !important;
}

.home-cars.models .box .more-buttons {
  margin: 0;
  opacity: 1 !important;
  width: 100% !important;
}

.home-cars.models .box .more-buttons .btn {
  color: #e55e2a;
  padding: 0;
  margin: 0 !important;
  border: none;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.home-cars.models .box .more-buttons .btn .ir:before {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCA4IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgCiAgICA8ZyBpZD0iIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY29sb3IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjQuMDAwMDAwLCAtMjIuMDAwMDAwKSIgZmlsbD0iI2VhNWQxYSI+CiAgICAgICAgICAgIDxnIGlkPSIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0LjAwMDAwMCwgMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDQuMDAwMDAwLCAxMi41MDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTE0NC4wMDAwMDAsIC0xMi41MDAwMDApICIgcG9pbnRzPSIxNDguOTcxNDE3IDguNSAxNDQuMDAxMDgzIDEzLjQ0MzU4OTcgMTM5LjAyOTY2NyA4LjUgMTM5LjAyNzUgOC41IDEzNy41IDEwLjAyMTE4NzYgMTQ0LjAwMTA4MyAxNi41IDE1MC41IDEwLjAyMTE4NzYgMTQ4Ljk3MzU4MyA4LjUiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
  background-position: center center;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}

@media (min-width:1200px) {
  .home-cars.models .box .more-buttons .btn {
    font-size: 16px;
    line-height: 30px;
  }
}

.home-cars.models .box .more-buttons .btn:first-child {
  color: #0f0f0f;
}

.home-cars.models .box .more-buttons .btn:first-child .ir:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCA4IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgCiAgICA8ZyBpZD0iIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY29sb3IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjQuMDAwMDAwLCAtMjIuMDAwMDAwKSIgZmlsbD0iIzBmMGYwZiI+CiAgICAgICAgICAgIDxnIGlkPSIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0LjAwMDAwMCwgMTYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDQuMDAwMDAwLCAxMi41MDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTE0NC4wMDAwMDAsIC0xMi41MDAwMDApICIgcG9pbnRzPSIxNDguOTcxNDE3IDguNSAxNDQuMDAxMDgzIDEzLjQ0MzU4OTcgMTM5LjAyOTY2NyA4LjUgMTM5LjAyNzUgOC41IDEzNy41IDEwLjAyMTE4NzYgMTQ0LjAwMTA4MyAxNi41IDE1MC41IDEwLjAyMTE4NzYgMTQ4Ljk3MzU4MyA4LjUiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
}

body.page-car .article .bg-all {
  padding: 30px;
}

body.page-car .article .bg-all h1,
body.page-car .article .bg-all h2,
body.page-car .article .bg-all h3,
body.page-car .article .bg-all h4 {
  color: #fff !important;
}

body.page-car .article .bg-all h1 {
  font-size: 68px;
  font-weight: 900;
  line-height: 94px;
  max-height: 152px;
  padding-top: 64px;
  padding-bottom: 56px;
}

body.page-car .article .bg-all h3 {
  font-size: 14px;
  line-height: 26px;
}

body.page-car .article .bg-all h4 {
  font-weight: 900;
  font-size: 25px;
  line-height: 38px;
}

body.page-car .article .bg-all .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.page-car .article .bg-all .d-flex>div {
  border-bottom: 1px solid white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

body.page-car .article .bg-all .btn {
  max-width: 320px;
  margin-left: auto;
}

body.page-car .article .bg-all .btn-dark {
  margin-top: 48px;
  margin-bottom: 24px;
}

body.search .article .searchbox {
  float: left;
  width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
  padding-left: 8px;
  padding-bottom: 20px;
}

body.search .article .searchbox .panel-body {
  padding: 0;
}

body.search .article .searchbox .form-group {
  margin-bottom: 0;
}

body.search .article .searchbox label {
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

body.search .article .searchbox .btn {
  font-size: 14px;
  line-height: 52px;
  padding: 0 16px;
  width: 100%;
}

body.search .article .searchbox .col {
  float: left;
  width: 100%;
  height: 92px;
  margin-top: 15px;
  margin-right: 34px;
}

body.search .article .searchbox .col.big {
  margin-right: 8px;
  float: right;
}

@media (min-width:992px) {
  body.search .article .searchbox .col {
    width: 138px;
  }

  body.search .article .searchbox .col.big {
    width: 165px;
  }
}

body.search .article .searchbox .select2-container-multi .select2-choices {
  padding-right: 0;
}

body.search .article .searchbox .select2-container-multi .select2-choices li {
  float: none;
}

body.search .article .searchbox .select2-container-multi .select2-search-field input {
  font-size: 13px;
  height: 52px;
  padding: 0 20px 0 10px;
}

body.search .article .searchbox .select2-container-multi .select2-search-field:after {
  content: '\f107';
  display: block;
  font-family: fontAwesome;
  position: absolute;
  bottom: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

body.search .article .sortowanie .wyniki {
  line-height: 40px;
  font-size: 40px;
  color: #333333;
}

body.search .article .sortowanie .wyniki strong {
  font-weight: normal;
  color: #e55e2a;
}

body.search .article .sortowanie ul {
  display: block;
  line-height: 40px;
  text-align: right;
  padding: 0;
}

@media (min-width:992px) {
  body.search .article .sortowanie ul {
    float: right;
  }
}

body.search .article .sortowanie ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

body.search .article .sortowanie ul li a,
body.search .article .sortowanie ul li span {
  font-size: 16px;
  text-decoration: none;
  color: #838383;
}

body.search .article .sortowanie ul li span,
body.search .article .sortowanie ul li a.active {
  color: #000;
}

body.search .article .sortowanie ul li a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/sortuj.png) center center no-repeat;
  vertical-align: middle;
}

body.search .article #cars-list .relative {
  padding-bottom: 90px;
  position: relative;
  min-height: 263px;
}

body.search .article #cars-list h3 {
  font-weight: bold;
  font-size: 18px;
}

body.search .article #cars-list .image-thumb {
  background: center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 190px;
}

body.search .article #cars-list form {
  border-top: 1px solid #e8e8e8;
  padding: 30px 15px;
}

body.search .article #cars-list .old-price-wrap {
  font-size: 20px;
  line-height: 1;
  display: none;
}

body.search .article #cars-list .old-price-wrap .omnibus-price {
  font-size: 12px;
  margin: 10px 0;
}

body.search .article #cars-list .old-price-wrap .omnibus-price span {
  display: block;
}

body.search .article #cars-list .old-price-wrap.mobile {
  display: block;
}

@media (min-width:768px) {
  body.search .article #cars-list .old-price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 30px;
    bottom: 80px;
  }

  body.search .article #cars-list .old-price-wrap .omnibus-price {
    margin: 0 10px 0 0;
  }

  body.search .article #cars-list .old-price-wrap .omnibus-price span {
    display: inline;
  }

  body.search .article #cars-list .old-price-wrap.mobile {
    display: none;
  }
}

body.search .article #cars-list .informacje {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

body.search .article #cars-list .informacje ul {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  background-color: transparent;
}

body.search .article #cars-list .informacje ul li {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
  font-size: 15px;
  color: black;
  border-right: 1px solid #e8e8e8;
}

body.search .article #cars-list .informacje ul li.cena {
  padding-top: 10px;
  width: 36%;
  text-align: right;
  padding-right: 30px;
  color: #e55e2a;
  font-weight: normal;
  font-size: 32px;
  border-right: 0;
}

body.search .article #cars-list .informacje ul li.cena small {
  font-size: 24px;
}

body.search .article #cars-list .informacje ul li.cena a {
  color: #e55e2a;
}

body.search .article #cars-list .informacje ul li.cena a:hover {
  text-decoration: none;
}

@media (min-width:768px) {
  body.search .article #cars-list .informacje ul {
    height: 72px;
  }

  body.search .article #cars-list .informacje ul li {
    height: 72px;
  }
}

@media (max-width:767px) {
  body.search .article #cars-list .informacje {
    position: static;
    width: 100%;
    margin-left: 0;
    border-top: none;
  }

  body.search .article #cars-list .informacje ul {
    height: auto;
    border-top: none;
  }

  body.search .article #cars-list .informacje ul li {
    width: 50%;
    text-align: right;
    padding-right: 20px;
    border-top: 1px solid #e8e8e8;
  }

  body.search .article #cars-list .informacje ul li.cena {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 0;
    text-align: right;
    padding-right: 3.6%;
  }
}

.car-lead {
  width: 581px;
  height: 451px;
  background: url('../images/lead-car.png') center center no-repeat;
  font-size: 18px;
  color: #aaa7a7;
}

.car-lead p {
  color: #4c4c4c;
  margin-bottom: 20px;
}

.car-lead header {
  color: #fff;
  font-size: 22px;
  padding: 15px 0 35px 230px;
  height: auto;
  text-align: left;
  margin-bottom: 0;
}

.car-lead .input-lg {
  text-align: center;
}

.car-lead .form-group {
  margin-top: 15px;
  margin-bottom: 10px;
}

.car-lead .col-xs-offset-2>.form-group:last-child {
  margin-top: 5px;
  margin-bottom: 25px;
}

.car-lead .col-xs-2 {
  line-height: 42px;
}

.car-lead .close {
  width: 30px;
  height: 30px;
  background-color: #484b52;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}

@media (max-width:480px) {
  .car-lead {
    -webkit-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    -o-transform: scale(.5, .5);
    transform: scale(.5, .5);
  }
}

@media (max-width:480px) {
  .car-lead {
    -webkit-transform: scale(.7, .7);
    -ms-transform: scale(.7, .7);
    -o-transform: scale(.7, .7);
    transform: scale(.7, .7);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.yl-popup-transparent {
  z-index: 1038 !important;
}

.yl-popup-wrapper,
.yl-popup {
  z-index: 1039 !important;
}

@media (max-width:991px) {
  .yl-popup-transparent,
  .yl-popup-wrapper,
  .yl-popup {
    display: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
    left: -10000px !important;
    top: -10000px !important;
    position: absolute !important;
  }
}