@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,900");

body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #333;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 120px;
  background: #fff;
}
h1.heading{
  margin-bottom: 35px;
}
h1 {
  color: #1c3d76;
  font-weight: bold;
}
h2 {
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
h3 {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.sweet-alert button {
  background-color: #1c3d76!important;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 0px!important;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.breadcrumb {
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f9f9f9;
  border-radius: .25rem;
}
.breadcrumb-item a {
  color: #1c3d76;
}

.mt-50 {
  margin-top: 50px!important;
}

.clear-h3-li {
  color: #333;
  font-size: 14px;
  margin-left: 15px;
  font-weight: normal;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 90px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #00488f;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.phone_wrapper a {
  color: #1c3d76;
}
.heading_h1 {
  font-size: 48px;
}
@media (min-width: 100px) and (max-width: 768px) {
  body {
    padding-top: 110px;
  }
  .heading_h1 {
    font-size: 36px;
  }
  .time_wrapper {
    display: none;
  }
  .phone_wrapper, .time_wrapper {
    position: relative;
    text-align: center;
  }
  .phone_wrapper:before {
    background: none!important;
  }
  .phone_wrapper span {

  }
  .navbar-menu-top .navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    font-size: 19px!important;
  }
  .dropdown-menu .nav-link{
    color: #00488f!important;
    padding-left: 15px;
  }

  .contact-us {
    padding: 4.8125rem 2.3125rem 3.5625rem!important;
  }
  .contact-us__button-separator {
    background-color: transparent!important;
  }
  .contact-us__btn-block .button--white {
    margin-bottom: 15px;
  }
  .contact-us__methods-block {
    width: 100%!important;
    text-align: center!important;
    padding: 0 0rem 0 0!important;
  }
  .contact-us {
    text-align: center!important;
  }
  .contact-us__method-item {
    margin: 0 0rem 0 0!important;
    text-align: center!important;
  }
  .characteristics__heading {
    margin: 0 0 3.1875rem;
    font-weight: 900;
    font-size: 2.3rem!important;
  }
  .contacts__head-office-tile {
    position: relative!important;
    top: 0%!important;
    left: 0!important;
    z-index: 1;
    width: 100%!important;
    min-height: 30.625rem;
    padding: 3.4375rem 1.9375rem 3.4375rem!important;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    -webkit-transform: translate(0, 0%)!important;
    -ms-transform: translate(0, 0%)!important;
    transform: translate(0, 0%)!important;
  }
  .contacts__head-office {
    position: relative;
    width: 100%;
    height: 100%!important;
    background: #e8e8e8;
    margin: 40px 0 0px!important;
  }
  .contacts__head-office-map {
    width: 100%;
    height: 380px!important;
    margin-bottom: -50px;
  }
}

.menu-wrapper {
  background: #f2f2f2;
  padding: 5px 0;
  font-weight: bold;
  color: #00488f;
}
.phone_wrapper,.time_wrapper {
  position: relative;
}
.phone_wrapper:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/template/images/phone-call.svg) no-repeat 50%;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  margin: -.1rem 0 0;
}
.time_wrapper {
  text-indent: 20px;
}
.time_wrapper:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/template/images/wall-clock.svg) no-repeat 50%;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  margin: -.1rem 0 0;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }



.logo-img {
  width: 210px;
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  margin-right: 5px;
}

/* lang */
.language-chooser {
  margin-top: 0px;
  margin-bottom: 0;
  margin-right: 20px;
}
.language-chooser li a img{
    width: 25px;
  opacity: 0.6;
}
.language-chooser li a img:hover{
  opacity: 1;
  -webkit-transition: color 0.5s cubic-bezier(0.43, 0, 0.03, 1), background-color 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  -o-transition: color 0.5s cubic-bezier(0.43, 0, 0.03, 1), background-color 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  transition: color 0.5s cubic-bezier(0.43, 0, 0.03, 1), background-color 0.5s cubic-bezier(0.43, 0, 0.03, 1);
}
.language-chooser li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
.language-chooser li.active img {
  opacity: 1;
}

.bg-white {
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
@media (min-width: 786px) {
  .navbar-menu-top .navbar-nav .nav-link {
    color: #000;
  }
}
.navbar-menu-top .navbar-nav .nav-link {
  font-weight: bold;
  font-size: 13px;
}
.dropdown-menu {
  top: 100%;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0rem 0 0!important;
}
.navbar-toggler {

}
.navbar-toggler-icon {
  background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDM4NSAzODUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM4NSAzODU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUMzRDc2O30KPC9zdHlsZT4KPGc+Cgk8ZyBpZD0iTWVudV8xXyI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDEyMC4zaDM2MC45YzYuNiwwLDEyLTUuNCwxMi0xMnMtNS40LTEyLTEyLTEySDEyYy02LjYsMC0xMiw1LjQtMTIsMTJTNS40LDEyMC4zLDEyLDEyMC4zeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNzIuOSwxODAuNUgxMmMtNi42LDAtMTIsNS40LTEyLDEyczUuNCwxMiwxMiwxMmgzNjAuOWM2LjYsMCwxMi01LjQsMTItMTJTMzc5LjYsMTgwLjUsMzcyLjksMTgwLjV6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM3Mi45LDI2NC43SDEzMi4zYy02LjYsMC0xMiw1LjQtMTIsMTJzNS40LDEyLDEyLDEyaDI0MC42YzYuNiwwLDEyLTUuNCwxMi0xMgoJCQlDMzg1LDI3MC4xLDM3OS42LDI2NC43LDM3Mi45LDI2NC43eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=');
  }

.btn-outline-zvonok {
  color: #00488f;
  border-color: #00488f;
  border: 2px solid;
  border-radius: 0;
  background: #fff;
}

/* main slider */
.main_slider_item-title {
  color: #eb1c23;
  font-size: 21px;
  font-weight: bold;
}
.main_slider_item-pre-title {
  color: #00488f;
  font-size: 31px;
  font-weight: bold;
}
.main_slider_item_description {
  color: #4c4b4b;
  font-size: 12px;
}

/* benefits block */
.benefits_block {
  display: block;
  margin-top: 40px;
}
.benefits_main_title {
  font-size: 40px;
  color: #00488f;
  font-weight: bold;
}
.benefits_main_title span{
  color: #484848;
  font-weight: normal;
  font-size: 20px;
}
.benefits_col-title {
  color: #00488f;
  font-weight: bold;
  text-align: center;
}

.benefits_col-description {
  color: #3e3e3e;
  font-size: 12px;
}
.benefits_row {
  margin-top: 40px;
  margin-bottom: 60px;
}
.benefits_row .benefits_col-description {
  padding: 0 10px;
}
.benefits_col-image {
  text-align: center;
  margin-bottom: 15px;
}

.benefits_col-image img{
  width: 45%;
}
.benefits_col-image_map img{
  width: 60%;
}

/* service block */
.service_block {
  background: #f2f2f2;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.service_main_title {
  font-size: 40px;
  color: #00488f;
  font-weight: bold;
}
.service_main_description {
  font-size: 14px;
  text-align: justify;
}

/* About us block */
.about_us_title {
  font-size: 40px;
  color: #00488f;
  font-weight: bold;
}
.about_us_sub-title {
  color: #484848;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 15px;
}
.about_us_description {
  font-size: 14px;
  color: #4d4d4d;
  text-align: justify;
}


/* contact us */
.contact-us {
  padding: 4.8125rem 7.3125rem 3.5625rem;
  line-height: normal;
  color: #fff;
  text-align: justify;
  background-color: #1c3d76;
  margin-top: 50px;
}
.contact-us::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.contact-us__methods-block {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  padding: 0 1.25rem 0 0;
  text-align: justify;
}

.contact-us__method-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25rem 0 0;
  text-align: left;
}
.contact-us__method-item:last-child {
  margin: 0;
}
.contact-us__methods-block::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.contact-us__method-name {
  padding: 0 0 0.4375rem;
  opacity: 0.5;
}
.link--white {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.025rem;
  color: #fff;
}
.link {
  position: relative;
  display: block;
  vertical-align: top;
}

.contact-us__btn-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.button--white {
  color: #1c3d76;
  background-color: #fff;
  border: 1px solid #fff;
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 15rem;
  padding: 1.625rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06875rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.5s cubic-bezier(0.43, 0, 0.03, 1), background-color 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  -o-transition: color 0.5s cubic-bezier(0.43, 0, 0.03, 1), background-color 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  transition: color 0.5s cubic-bezier(0.43, 0, 0.03, 1), background-color 0.5s cubic-bezier(0.43, 0, 0.03, 1);
}
.button > span {
  position: relative;
  z-index: 1;
}
.button a,.button a:hover {
  text-decoration: underline;
}
.contact-us__button-separator {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #1c3d76;
}
.button--blue-white {
  color: #fff;
  background-color: #1c3d76;
  border: 1px solid #fff;

}
.button--white:hover::before, .button--white:focus::before {
  width: 100%;
}

.button--white:hover, .button--white:focus {
  color: #fff;

}

.button--white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1c3d76;
  -webkit-transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  -o-transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1); }


.button--blue-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  -o-transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1);
}

.button--blue-white:hover, .button--blue-white:focus {
  color: #1c3d76;
}
.button--blue-white:hover::before, .button--blue-white:focus::before {
  width: 100%; }
.button--blue-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  -o-transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1);
  transition: width 0.5s cubic-bezier(0.43, 0, 0.03, 1); }


/* footer */
footer {
  padding: 15px 0;
  font-size: 13px;
  color: #1b3d76;
  font-weight: bold;
}
footer a {
  color: #1b3d76;
}

.footer__top {
  margin-top: 10px;
  display: block;
}


/* page contact */

.contacts__head-office {
  position: relative;
  width: 100%;
  height: 43.6875rem;
  background: #e8e8e8;
  margin: 40px 0 -50px;
}
.contacts__head-office span {
  font-size: 13px;
  color: #424242;
}
.contacts__head-office a {
color: #00488f;
}
.contacts__head-office-map {
  width: 100%;
  height: 100%;
}
.contacts__head-office-tile {
  position: absolute;
  top: 50%;
  left: 3.5rem;
  z-index: 1;
  width: 30rem;
  min-height: 30.625rem;
  padding: 3.4375rem 3.9375rem 3.4375rem;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.contacts__head-office-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #212121;
  margin: 0 0 3.5625rem;
}
.contacts__head-office-footer {
  font-size: 1rem;
  line-height: 1.375;
  color: #424242;
}
.contacts__head-office-footer a, .contacts__head-office-footer span {
  vertical-align: top;
}
.contacts__head-office-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.7;
  color: #1c3d76;

}
.contacts__head-call-center {
  margin: 0 0 2.5rem;
}


.contacts__link--fat::after {
  bottom: -0.125rem;
  height: 1px;
}

.contacts__link::after {
  content: '';
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  right: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transition: right 0.3s cubic-bezier(0.43, 0, 0.03, 1);
  -o-transition: right 0.3s cubic-bezier(0.43, 0, 0.03, 1);
  transition: right 0.3s cubic-bezier(0.43, 0, 0.03, 1);
}
.contacts__head-office-address {
  position: relative;
  padding: 0 0 0 2.0625rem;
  margin: 0 0 1rem;
}
.contacts__head-office-address svg {
  position: absolute;
  top: 0;
  left: 0;
}
.contacts__head-office-tile svg {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0.2;
  margin: 0 1.6875rem 0 0;
}
.contacts__head-office-footer span {
  line-height: 1.5;
}

.contacts__head-office-footer a, .contacts__head-office-footer span {
  vertical-align: top;
}

/*  cars */
.characteristics {
  font-size: 14px;
}

.characteristics p {
  margin-top: 0;
  margin-bottom: 0rem;
}

.characteristics__heading {
  margin: 0 0 3.1875rem;
  font-weight: 900;
  font-size: 2.7rem;
  color: #1c3d76;
}

.characteristics__models {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.0125rem;
}

.characteristics tbody tr td {
  padding: 1.55rem .75rem;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}



/* btn */
.btn-outline-zvonok {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button--bl {
  position: relative;
  display: inline-block;
  color: #00488f;
  border: 2px solid #00488f;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 40px;
  font-size: 16px;
}
.button--bl:hover,.btn-outline-zvonok:hover {
    background: #00488f;
  color: #fff;
  border: 2px solid #00488f;
}


/* Modal form */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0rem 2rem;
}
.modal-content {
  border-radius: 0rem;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.7rem 1rem 0rem 1rem;
  border-bottom: 1px solid #fff;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.modal-body .form-control{
  border-radius: 0px;
  padding: 19px 16px;
  background-color: #eee;
  border: 1px solid #eee;
  height: 100%;
}
.input-text {
  margin-bottom: 15px;
}

.input-text:hover .input-text__input, .popup-order .input-text:focus .input-text__input {
  background-color: #fff;
}

.btn-blue {
  color: #fff;
  background-color: #1c3d76;
  border: 1px solid #1c3d76;
  border-radius: 0px;
  padding: 15px 10px;
  width: 60%;
}
.btn-blue:hover {
  color: #1c3d76;
  background-color: #fff;
  border: 1px solid #1c3d76;
}
.modal-body .h5 {
  margin-bottom: 20px;
}

.modal-footer {
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 0.5rem 1rem 3rem 1rem;
  border-top: 1px solid #fff;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
  text-align: center;
}


/* about us */

.about_us_li {
  color: #00488f;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.about_us_li li{
  display: block;
  background: url(/assets/template/images/double-tick-indicator.svg) left no-repeat;
  text-indent: 30px;
  margin-bottom: 5px;
}


/* -- faq for google --*/
.comparison_faq {
    margin-bottom: 60px;
    color: #444 !important;
}

.question {
    min-height: 30px;
    background-color: #efefef;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 20px;
    line-height: 25px;
    padding-bottom: 10px
}

.question span {
    color: #00488f;
    font-weight: 600!important;
    font-size: 18px;
}

.answer {
    margin-top: 13px;
    display: none;
    line-height: 20px;
    margin-right: 20px
}

.faq_label {
    float: left;
    margin-right: 10px;
    margin-bottom: 7px
}

.faq_arrow {
    margin-right: 20px!important;
    margin-top: 4px!important;
}

.faq_arrow-open {
    transform: translateY(-50%) rotate(180deg)
}
.question_desc {
    font-size: 14px !important;
    color: #444 !important;
    border-top: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
}
/* -- faq for google --*/