@charset "UTF-8";
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #444;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.c_radial {
  border-radius: 50%; }

.btn {
  display: inline-block;
  border: none;
  font-size: 1.125rem;
  color: #fff;
  padding: 11.11111px 20px;
  min-width: 150px;
  letter-spacing: 1px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn:hover {
    text-decoration: none;
    color: #fff; }

.btn_accent {
  background: #ED1C24;
  border: solid 1px #ED1C24;
  border-radius: 3px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }
  .btn_accent:hover {
    background: #f14b52; }

.btn_dark {
  background: #444;
  border: solid 1px #4F4F4F;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn_dark:hover {
    background: #5e5e5e; }

.btn-a-color {
  background: #ED1C24;
  border: solid 1px #ED1C24; }
  .btn-a-color:hover {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background: #f14b52; }

.btn-host {
  border: solid 2px #ED1C24;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn-host:hover {
    background: #ED1C24; }

small {
  font-size: .75em;
  letter-spacing: .3px;
  font-weight: 300; }

.text-center {
  text-align: center; }

.row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.disabled {
  display: none; }

.flex_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.btn-nav {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 29px;
  height: 29px;
  background: none;
  border: none;
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  z-index: 150; }
  .btn-nav:focus {
    outline: none; }

.btn-nav:before {
  top: 6px;
  left: 0; }

.btn-nav:before, .btn-nav:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #ED1C24;
  position: absolute;
  border-radius: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.btn-nav:after {
  bottom: 4px;
  left: 0; }

.btn-nav-close:before {
  top: 16px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-nav-close:after {
  bottom: 9px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  header.toggled {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

nav.main-nav {
  position: fixed;
  background: rgba(68, 68, 68, 0.8);
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  padding: 2.8em;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

nav.main-nav.toggled {
  display: block;
  z-index: 10;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

nav.main-nav ul {
  padding: 3.5em 0 2em;
  list-style: none;
  float: left;
  clear: both;
  width: 100%; }

nav.main-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  width: 100%; }

nav.main-nav ul li a {
  font-size: 1.450em;
  color: #fff;
  padding: 1em 0;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

nav.main-nav ul li a:last-child {
  border: none; }

nav.main-nav ul li a:hover {
  -webkit-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1em;
  text-decoration: none;
  color: #ED1C24; }

.main-nav .lang {
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  letter-spacing: 1px; }
  .main-nav .lang a {
    display: inline-block;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .main-nav .lang a.activ-lang {
      background: #fc8200; }
    .main-nav .lang a:hover {
      text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  overflow-x: hidden;
  font-size: 100%;
  min-height: 100%;
  height: 100%; }

body {
  font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  color: #444;
  font-weight: 300;
  height: 100%; }

p, strong, table, ul {
  font-size: 1rem;
  color: #444;
  margin: 0 0 16px;
  line-height: 1.56rem;
  letter-spacing: .011em; }

input:focus {
  outline: none; }

button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #ED1C24; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1; }

h1 {
  font-size: 2.875rem;
  line-height: 1; }

h2 {
  font-size: 2.375rem; }

.section_title {
  margin-bottom: 60px; }
  .section_title h2 {
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #ED1C24;
    font-weight: 900;
    line-height: 1.35; }

h3 {
  font-size: 1.75rem; }

a:focus {
  color: #ffffff;
  text-decoration: none; }


section {
  margin-bottom: 60px;
  width: 100%; }

article a {
  color: #ED1C24; }
  article a:focus {
    color: #ED1C24; }

.wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content_wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-height: 320px;
  margin-top: 10px; }

.header_top__wrap {
  background: #000 url(../img/top-bg.png); }

.header_top__btn {
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  border-left: solid 1px #000;
  font-size: .95em;
  font-weight: 300; }
  .header_top__btn:first-child {
    border-left: none; }
  .header_top__btn:last-child {
    border-right: none; }
  .header_top__btn:hover {
    background: #ED1C24;
    color: #fff; }
    .header_top__btn:hover .fas {
      color: #fff; }
  .header_top__btn .fas {
    font-size: 18px;
    padding-left: 10px;
    color: #ED1C24;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .header_top__btn span {
    margin-left: 10px; }

.header_s__bar {
  background: #FFAE0D;
  height: 3px;
  width: 0;
  position: fixed;
  top: 0;
  z-index: 2000; }

.f_nav__active header {
  background: rgba(68, 68, 68, 0.9); }

.f_nav__active .header_logo {
  max-width: 60px; }

header {
  border-top: solid 2px #222;
  padding: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  header .row_flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px; }

.logo {
  font-size: 1.8em;
  line-height: 1.4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 28px;
  min-height: 70px;
  display: block;
  letter-spacing: .06em;
  margin: 20px 0 10px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); }
  .logo span {
    color: #ED1C24;
    padding-left: .1em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500; }
  .logo:hover span {
    color: #fff; }
  .logo .far {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 46px;
    color: #ED1C24;
    font-weight: normal; }
  .logo .logo_subtitle {
    font-size: 14px;
    display: block;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .56em; }

.header_top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 15px;
  margin-left: 15px; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header_nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: .08em; }
  .header_nav li:nth-child(3) {
    margin-left: 30px; }
  .header_nav a {
    color: #fff;
    padding: 4px;
    margin: 0 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .header_nav a:hover {
      color: #ED1C24; }
  .header_nav .active_nav {
    color: #ED1C24; }

.w_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: .05em; }
  .w_time i {
    color: #ED1C24;
    padding-right: 3px; }

/*

.social{
  margin: $gutter - 5px 0;
  a{
    line-height: 1;
    color:$white;
    font-size: em(18px);
    display: inline-flex;
    margin: 0 $gutter/4;
    transition: all .3s;
  
   &:last-child{
     margin-right: 0;
   }

   &:hover{
     color:$accent;
   }
 }
}
*/
.nav_btn {
  border: none;
  background: none;
  font-size: 15px;
  text-transform: lowercase;
  height: 28px;
  padding: 0 .11em;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  color: #ED1C24;
  letter-spacing: .04em;
  float: right;
  margin-top: 18px; }
  .nav_btn:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 4px;
    left: 0;
    border: solid 1px #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .nav_btn:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border: solid 1px #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .nav_btn span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block; }

.nav_btn__close:before {
  content: '';
  position: absolute;
  width: 36px;
  top: 14px;
  left: 0;
  border: solid 1px #ED1C24;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav_btn__close:after {
  content: '';
  position: absolute;
  width: 36px;
  bottom: 12px;
  left: 0;
  border: solid 1px #ED1C24;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav_btn__close span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.nav_top .active a {
  color: #ED1C24; }

nav.nav_top.nav_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #222;
  right: 0;
  top: 0;
  left: 0;
  padding: 20px;
  opacity: 1;
  z-index: 1; }
  nav.nav_top.nav_active ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0; }
    nav.nav_top.nav_active ul li:nth-child(3) {
      margin-left: 0; }
  nav.nav_top.nav_active a {
    padding: 10px 0;
    display: block;
    margin-left: 0; }



  .header_top__brendlogo {
      height: 50px;
      width: 50px;
      display: block;
      overflow: hidden;
      position: relative;
  }

  .header_top__brendlogo img{
    position: absolute;
    object-fit: cover;
    top:0;
    left:0;
    width: 100%;

  }



/*


.top_contact{
    max-width: 190px;
    float: right;

  .icon{
    width:26px;
    height: 38px;
    display: block;
    float: left;
  }

  .top_contact_link{
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-end;
    font-size: em(15px);
    line-height: em(21px);
    letter-spacing: .06em;
    


  }

  a{

    color:$white;

    span{
      color:$accent;
    }

  }

  .top_contact__call{
   border-bottom: dashed 1px $accent;
   font-weight:300;
   font-size:em(14px);
   transition: all .3s;
   &:hover{
    color:$accent;
   }
  }
}

*/
.weekend {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex; 
  flex-flow: column;
  text-align: left;
  margin-top: 10px;
  padding: 15px;
  border-radius: 20px;
  background-color: mediumspringgreen;
}

.weekend p {
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}

.weekend ul {
  margin-bottom: 2px;
}

  .wk {
 margin-top: 10px;
}

@media (max-width: 768px) {
  .weekend {
         max-width: 320px;
         padding: 10px;
   }
.wk {
 margin-top: 10px;
}
  }






.top_accordion {
  width: 100%;
  max-width: 1920px;
  height: 500px;
  overflow: hidden;
  margin: 62px auto 60px;
  border-bottom: solid 1px rgba(68, 68, 68, 0.3);
  position: relative; }
  .top_accordion:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -6px;
    left: 0; }
  .top_accordion ul {
    list-style: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0; }
    .top_accordion ul:hover li {
      width: 30%; }
    .top_accordion ul li {
      display: table-cell;
      vertical-align: bottom;
      position: relative;
      background-repeat: no-repeat;
      background-position: center right;
      height: 500px;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      width: 33.33333%;
      background-size: cover;
      border-right: solid 1px rgba(68, 68, 68, 0.3); }
      .top_accordion ul li:first-child {
        background-image: url(../img/mitsubishi-front.jpg); }
      .top_accordion ul li:nth-child(2) {
        background-image: url(../img/toyota-front.jpg); }
      .top_accordion ul li:nth-child(3) {
        background-image: url(../img/lexus-front.jpg);
        border: none; }
      .top_accordion ul li:hover {
        width: 60%; }
  .top_accordion .a_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    margin: 0;
    width: 100%;
    font-size: 1.4em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .top_accordion .a_item:hover {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      background: rgba(0, 0, 0, 0.7); }
    .top_accordion .a_item a {
      color: #fff;
      display: block;
      padding: 10px;
      margin-bottom: 4px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      max-width: 180px; }
      .top_accordion .a_item a .fa-chevron-right {
        font-size: 10px;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
        margin-left: 5px;
        color: #ED1C24; }
      .top_accordion .a_item a:hover {
        color: #ED1C24;
        margin-left: 2px; }
  .top_accordion h2 {
    -o-text-overflow: clip;
    text-overflow: clip;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 1.3;
    letter-spacing: .03em; }
  .top_accordion p {
    top: 160px;
    font-size: 13.5px; }

.block_title {
  margin-bottom: 40px; }
  .block_title h1 {
    margin-bottom: .3em; }
  .block_title h2 {
    margin-bottom: .3em; }
  .block_title .subtitle {
    font-size: 1.3125em; }
  .block_title b {
    color: #ED1C24; }

.border {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3); }
  .border:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -2px;
    left: 0; }

.services {
  padding-top: 0;
  padding-bottom: 40px; }

.block_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  min-height: 180px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px #fff;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: solid 2p #ED1C24;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .block_service i {
    font-size: 4em;
    margin-top: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .block_service h3 {
    font-size: 1.625em;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .block_service:hover {
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3); }
    .block_service:hover i {
      color: rgba(0, 0, 0, 0.8);
      font-size: 3.5em; }
    .block_service:hover h3 {
      margin-bottom: 30px; }

.gallery {
  margin-top: 120px; }

.about {
  padding-bottom: 40px; }

.ns_wrap {
  color: #444;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  padding: 20px; }
  .ns_wrap img {
    margin-bottom: 20px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
  .ns_wrap h3 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.3125em;
    line-height: 1.1; }
  .ns_wrap span {
    color: rgba(68, 68, 68, 0.8); }
  .ns_wrap:hover {
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3); }
    .ns_wrap:hover img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
      box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3); }

.page_top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  margin-bottom: 40px;
  padding-top: 100px; }
  .page_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55); }

.page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 280px;
  padding: 0 30px; }
  .page_title h1 {
    margin-bottom: 10px;
    letter-spacing: .02em;
    line-height: 1.2;
    max-width: 630px; }
  .page_title p {
    color: #fff;
    font-size: 1.125em;
    letter-spacing: .03em;
    padding-left: .1em; }

.bage_jp {
  background: #ED1C24;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  text-align: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.catalog_item {
  margin: 10px 0;
  padding: 10px 20px; }
  .catalog_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .catalog_item a img {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      margin: 0 auto; }
    .catalog_item a:hover strong {
      color: #ED1C24;
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
    .catalog_item a:hover img {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  .catalog_item strong {
    font-size: 2em;
    text-shadow: 0 1px 1px #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.service_list {
  margin-bottom: 40px; }
  .service_list h2 {
    font-size: 1.75em; }
  .service_list ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: 1.3; }
  .service_list li {
    margin-bottom: 3px; }

.radio_group {
  margin-bottom: 30px; }
  .radio_group label {
    margin: 5px 30px 5px 5px;
    line-height: 1; }
  .radio_group input {
    margin: 0;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

.range_block {
  margin-bottom: 40px; }
  .range_block label {
    margin-bottom: 20px;
    display: block; }

.calc_wrap h3 {
  font-size: 1.5em;
  margin-bottom: 15px; }

.calc_wrap .btn {
  float: right; }

.to_work,
.to_work_table {
  width: 100%;
  text-align: left; }
  .to_work tr,
  .to_work_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .to_work tr:hover,
    .to_work_table tr:hover {
      background: rgba(34, 34, 34, 0.15); }
  .to_work th,
  .to_work_table th {
    padding: 20px;
    font-size: 21px;
    line-height: 1.1; }
  .to_work td,
  .to_work_table td {
    padding: 18px 20px; }
  .to_work .to_price,
  .to_work .to_price_table,
  .to_work_table .to_price,
  .to_work_table .to_price_table {
    text-align: right; }
  .to_work .to_price_title,
  .to_work_table .to_price_title {
    text-align: right; }
  .to_work .total_price,
  .to_work_table .total_price {
    text-align: right; }
  .to_work .total,
  .to_work_table .total {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.3125em;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3); }
  .to_work .to_check,
  .to_work_table .to_check {
    margin-right: 10px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    border: solid 1px #444; }
  .to_work .t_prise,
  .to_work_table .t_prise {
    background: transparent;
    border: none;
    text-align: right; }

.calc_wrap {
  margin-bottom: 80px; }

.a_title {
  font-size: 1.45em;
  padding: 20px;
  background: #444 url(../img/top-bg.png);
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .a_title:hover {
    color: #ED1C24;
    cursor: pointer; }
  .a_title:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .a_title:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .a_title.active {
    background-color: rgba(68, 68, 68, 0.8); }
    .a_title.active:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .a_title.active:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.panel {
  padding: 0 20px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .panel p {
    margin: 20px 0; }
  .panel h4 {
    margin: 20px 0; }
    .panel h4 span {
      color: #ED1C24; }
  .panel .gallery {
    margin: 20px 0; }
  .panel .btn {
    margin-bottom: 20px; }

.news_prev {
  margin-bottom: 40px; }
  .news_prev img {
    margin-bottom: 20px; }
  .news_prev h3 {
    margin-bottom: .4em; }
  .news_prev a {
    color: #ED1C24; }
  .news_prev li{
    margin-bottom: 5px;
  }
  .news_prev p{
    line-height:1.6;
  }

.main_content h2 {
  margin: 40px 0 20px; }

.main_content ul {
  padding: 0 0 0 20px;
  line-height: 1.3em;
  list-style: none;
 }
  .main_content ul li {
    margin-bottom: .6em; }
  .main_content ul li:before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ED1C24;; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

  .main_content ul li a b{
    color:#444;
    transition: all .3s;
  }

  .main_content ul li a:hover b{
    color:#ED1C24;
  }

  
.main_content img {
  padding: 0 1em 1em; }



.content_page {
  margin-top: 130px;
}

.readmore_link {
  display: block;
}

.gallery-item {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.main_content .gallery-item img{
  padding: 0;
}


.maps{
  width: 100%;
  height: 400px;
  border:0;
  margin-bottom: 30px;
}


.btn-navigation{
  margin-bottom: 30px;
 
}


.top-model-select{
  margin-top:120px;

  margin-bottom: 30px;
  position: relative;
  font-display: flex;
  flex-direction: column;
  width: 100%;
}

.top-model-select a{
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.top-model-select a img{
 width: 100%;
 height: auto;
 object-fit: cover;
}

.top-model-select h2{
    color: #ED1C24;
    background: #222;
    padding: 20px;
    font-size: 1.52em;
}

.mobile-bar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  z-index: 100;
}

.btn-mob {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 10px 0;
  color:#fff;
}

.btn-mob  span {
  font-size: .9em;
  letter-spacing: .04em;
}





footer {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  background: #444;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  color: #fff; }
  footer h3 {
    font-size: 1.375em;
    font-weight: 300;
    letter-spacing: .03em; }

.footer_block__nav {
  list-style: none;
  padding: 0;
  letter-spacing: .03em;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 1em; }
  .footer_block__nav a {
    color: rgba(255, 255, 255, 0.7);
    padding: 3px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-left: 10px; }
    .footer_block__nav a .fas {
      font-size: 8px;
      margin-right: 3px;
      color: #ED1C24;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      margin-left: -10px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .footer_block__nav a:hover {
      color: #ED1C24;
      padding-left: 8px; }
      .footer_block__nav a:hover .fas {
        margin-left: -6px;
        color: #fff; }

.footer_contact li {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: .3em; }

.footer_contact i {
  color: #ED1C24; }

.footer_contact a {
  margin-left: 0;
  padding-left: 20px; }
  .footer_contact a .fas {
    font-size: 15px;
    margin-top: -20px;
    margin-left: -20px; }
  .footer_contact a:hover {
    padding-left: 20px; }
    .footer_contact a:hover .fas {
      margin-left: -20px; }

.footer_contact .f_phone .fas {
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
  margin-top: -6px; }

 .footer_contact .f_phone a{
   padding-left: 3px;
  }

.footer_contact .f_address .fas {
  font-size: 18px;
  margin-top: -16px; }

.footer_contact .f_time .far {
  font-size: 18px;
  margin-left: -2px; }

.footer_contact .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px; }
  .footer_contact .social a {
    padding-left: 0;
    margin-right: 12px; }
    .footer_contact .social a i {
      color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .footer_contact .social a:hover i {
      color: #ED1C24; }

.footer_bot {
  background: #222;
  padding: 15px 0; }
  .footer_bot p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8125em;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1;
    margin: 0; }
    .footer_bot p b {
      font-weight: 300; }

/* Magnific Popup CSS */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 640px;
  margin: 0 auto; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== "Hinge" close effect ======

*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

.white-popup {
  border-top: solid 2px red; }
  .white-popup h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    margin: 12px 0 24px; }
  .white-popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .white-popup input {
    color: #333;
    border-width: 1px;
    border-color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 6px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 300; }
  .white-popup label {
    color: #444; }
  .white-popup .msg {
    width: 100%;
    height: 120px;
    padding: 8px;
    border: solid 2px;
    margin: 20px 0 0; }
  .white-popup p {
    text-align: center; }
  .white-popup input.btn {
    color: #fff;
    max-width: 230px;
    min-width: 200px;
    line-height: 1.3;
    font-weight: 400;
    border: none; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 10px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-nice.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 8px;
  top: 25px; }

.irs-line-left {
  height: 8px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 8px;
  background-position: 0 0; }

.irs-line-right {
  height: 8px;
  background-position: 100% -30px; }

.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15); }

.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #222; }

@media only screen and (max-width: 991px) {
  .header_top__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .header_top__right a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  header .row_flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .logo {
    margin-left: auto;
    margin-right: auto;
    width: 200px; }
  .top_accordion {
    margin-top: 210px; }
  .page_top {
    padding-top: 180px; }
  .bage_jp {
    display: none; }
  .content_page {
      margin-top: 220px;} 
  }

@media only screen and (max-width: 767px) {
  .logo {
    margin: 0;
    width: auto; }
  .w_time {
    display: none; }
  nav.nav_top {
    position: absolute;
    top: -600px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: -100; }
  .content_wrap {
    margin-top: 0; } 
    .content_page {
      margin-top: 130px;} 
   }

@media only screen and (max-width: 480px) {
  .header_top__right .header_top__callback {
    display: none; }
  .header_top__right .header_top__contact {
    border-right: none;
    width: 140px; }
  .top_accordion {
    height: 320px; }
    .top_accordion ul li {
      height: 320px; }
    .top_accordion .a_item {
      padding: 10px; }
      .top_accordion .a_item a {
        padding-left: 0; }
    .top_accordion h2 {
      font-size: 1.25em; }
  .page_title h1 {
    font-size: 2.125em; }
  tbody {
    line-height: 1.2;
    font-size: .9em; }
  .to_work .total_price {
    min-width: 108px; }
  .a_title {
    padding-right: 60px; }
  .main_content img {
    margin: 0 auto 1.6em;
    padding: 0;
    display: block;
    width: 100%; } }

@media only screen and (max-width: 420px) {
  .header_top__btn {
    padding: 10px 18px; }
  .irs-with-grid .irs-grid {
    display: none; } }

@media only screen and (max-width: 320px) {
  .header_top__right .header_top__contact {
    width: 120px; }
  .header_top__right .header_top__phone {
    border-right: none; } }


.mobile-bar a.mgo-number-17418{
      position: absolute;
      height: 100px;
      opacity: 0;
  }