@charset "UTF-8";
/*@font-face {
    font-family: ToyotaDisplay;
    src: url(../fonts/ToyotaDisplay_Rg.ttf);
}*/
@font-face {
  font-family: "ToyotaDisplay";
  src: url("../fonts/ToyotaType-Regular.otf") format("opentype");
}
/*@font-face {
    font-family: ToyotaDisplayBold;
    src: url(../fonts/ToyotaDisplay.ttf);
}*/
@font-face {
  font-family: "ToyotaDisplayBold";
  src: url("../fonts/ToyotaType-Semibold.otf") format("opentype");
}
@font-face {
  font-family: ToyotaText;
  src: url("../fonts/ToyotaType-Regular.otf") format("opentype");
}
@font-face {
  font-family: ToyotaTextLight;
  src: url("../fonts/ToyotaType-Light.otf") format("opentype");
}
@font-face {
  font-family: ToyotaTextBold;
  src: url("../fonts/ToyotaType-Semibold.otf") format("opentype");
}
@font-face {
  font-family: ToyotaTextItalic;
  src: url("../fonts/ToyotaType-RegularIt.otf") format("opentype");
}
@font-face {
  font-family: ToyotaTextBoldItalic;
  src: url("../fonts/ToyotaType-SemiboldIt.otf") format("opentype");
}
body {
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
  font-weight: 400;
  color: #6c7073;
}

h1, .h1 {
  margin: 40px 0;
  font-family: ToyotaDisplayBold, sans-serif;
  font-size: 44px;
  color: #1e2a32;
}

h2, .h2 {
  font-family: ToyotaDisplay, sans-serif;
  font-size: 34px;
  color: #1e2a32;
}

h3, .h3 {
  font-size: 21px;
  color: #1e2a32;
}

h4 .h4 {
  font-size: 19px;
  color: #1e2a32;
}

h5 .h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1e2a32;
}

a {
  color: #e50000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #e50000;
}
a:hover {
  text-decoration: underline;
}

label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #777;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #f3f4f4;
  border-radius: 5px;
  background: #f3f4f4;
}

input[type=submit],
button[type=submit] {
  border: 1px solid #e50000;
  border-radius: 25px;
  padding: 14px 22px;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  font-family: ToyotaDisplay, sans-serif;
  color: #e50000;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background: #e50000;
  color: #fff;
}

textarea {
  padding: 15px;
  height: auto;
  max-width: 100%;
}

table {
  margin-bottom: 7px;
  background-color: #f3f4f4;
}
table thead tr td, table thead tr th {
  padding: 8px 15px;
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #6c7073;
}
table tbody tr td {
  padding: 8px 15px;
  color: #6c7073;
  font-family: ToyotaText, sans-serif;
  font-size: 15px;
  background: #fff;
}
table tbody tr th {
  padding: 8px 15px;
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #6c7073;
}
table tbody tr:nth-child(odd) td {
  background-color: inherit;
}

*:focus {
  outline: none !important;
}

body {
  padding-top: 126px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 50;
  background: #fff;
}
header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/header-shadow.png) repeat-x top left;
  z-index: 20;
}
header #header-top {
  background: #F3F4F4;
}
header #header-menu-toggle {
  display: none;
  width: 25px;
  height: 25px;
  background: url(../img/icon-menu.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  float: right;
}
header #header-menu {
  text-align: right;
}
header #header-menu ul {
  padding: 0;
  margin: 0;
}
header #header-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 25px 0 25px 25px;
  position: relative;
}
header #header-menu ul li:hover .sub-menu {
  display: block;
}
header #header-menu ul li:nth-last-child(-n+3) .sub-menu {
  min-width: 210px;
  left: initial;
  right: 0;
}
header #header-menu ul li a {
  color: #1E2A32;
  font-size: 13px;
  font-family: ToyotaTextLight, sans-serif;
  text-decoration: none;
}
header #header-menu ul li .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  top: 100%;
  width: 100%;
  min-width: 300px;
  left: 0;
  z-index: 120;
}
header #header-menu ul li .sub-menu li {
  display: block;
  padding: 15px 30px;
  text-align: left;
}
header #header-logo {
  float: left;
}
header #header-logo a {
  display: inline-block;
  padding: 23px 0;
}
header .solo-logo {
  float: right;
  border-left: 1px solid rgba(126, 126, 126, 0.3);
  padding-left: 35px;
}
header .solo-logo a {
  display: block;
  margin: 8px 0;
  background: #fff;
  border-radius: 27px;
  padding: 7px 20px;
  color: #FF0022;
  font-family: ToyotaDisplay, sans-serif;
  font-size: 13px;
  text-decoration: none;
}
header .solo-logo a img {
  margin-right: 5px;
}
header .solo-logo.first {
  padding: 0 30px;
  border-left: none;
}
header #header-contacts {
  float: right;
}
header #header-contacts a {
  display: inline-block;
  border-left: 1px solid rgba(126, 126, 126, 0.3);
  padding: 15px 30px;
  font-size: 13px;
  font-family: ToyotaTextLight, sans-serif;
  text-decoration: none;
  color: #1E2A32;
}
header #header-contacts a img {
  opacity: 0.5;
  vertical-align: baseline;
  height: 13px;
}
header #header-logo2 {
  float: right;
}
header #header-logo2 a {
  display: block;
  float: left;
  padding: 8px 0 0 15px;
}
header #header-logo2 a img {
  display: block;
  width: 50px;
}
header #header-profile-menu {
  position: relative;
  float: right;
}
header #header-profile-menu .toggle {
  cursor: pointer;
}
header #header-profile-menu .toggle img {
  padding: 12px 0 12px 35px;
}
header #header-profile-menu .menu {
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  margin: 0;
  padding: 20px 30px;
  background: #F3F4F4;
  z-index: 100;
}
header #header-profile-menu .menu li {
  list-style: none;
  margin-bottom: 15px;
}
header #header-profile-menu .menu li:last-child {
  margin-bottom: 0;
}
header #header-profile-menu .menu li.button a {
  background: #FF0022;
  color: #fff;
  border-radius: 18px;
  padding: 5px 20px 8px;
}
header #header-profile-menu .menu li a {
  font-size: 15px;
  font-family: ToyotaTextLight, sans-serif;
  color: #1E2A32;
  text-decoration: none;
  white-space: pre;
}
header #header-profile-menu.active .menu {
  display: block;
}

#main-menu {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  display: none;
  z-index: 100;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#main-menu.active {
  display: block;
}
#main-menu.active-cars #cars-menu {
  display: block;
}
#main-menu .main-menu-logo {
  float: left;
  padding: 11px;
}
#main-menu .menu {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main-menu .menu > li {
  list-style: none;
  float: left;
}
#main-menu .menu > li:hover > a, #main-menu .menu > li.active > a {
  background: #e50000;
  color: #fff;
}
#main-menu .menu > li.active .sub-menu {
  display: block;
  left: 0;
  top: 67px;
}
#main-menu .menu > li > a {
  display: block;
  color: #6c7073;
  padding: 23px 20px 22px;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#main-menu .menu .sub-menu {
  position: absolute;
  display: none;
  width: 100%;
  margin: 0;
  border-top: 1px solid #f0f0f0;
  padding: 0;
  background: #fff;
}
#main-menu .menu .sub-menu:before, #main-menu .menu .sub-menu:after {
  content: "";
  position: absolute;
  width: 50vw;
  height: calc(100% + 1px);
  right: 100%;
  top: -1px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}
#main-menu .menu .sub-menu:after {
  right: initial;
  left: 100%;
}
#main-menu .menu .sub-menu li {
  list-style: none;
  float: left;
}
#main-menu .menu .sub-menu li a {
  display: block;
  padding: 23px 22px 22px;
  color: #6c7073;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#main-menu .menu .sub-menu li a:hover {
  color: #e50000;
}
#main-menu #cars-menu {
  display: none;
  position: absolute;
  top: 135px;
  padding: 15px 0;
  background: #f0f0f0;
}
#main-menu #cars-menu #cars-menu-scroll {
  height: calc(100vh - 235px);
  overflow-y: auto;
}
#main-menu #cars-menu:before, #main-menu #cars-menu:after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 100%;
  top: 0;
  background: #f0f0f0;
}
#main-menu #cars-menu:after {
  right: initial;
  left: 100%;
}
#main-menu #cars-menu .model {
  display: block;
  padding: 7px 17px;
  text-decoration: none;
  height: 128px;
}
#main-menu #cars-menu .model .model-image {
  position: relative;
  height: 76px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#main-menu #cars-menu .model .model-image span {
  position: absolute;
  bottom: 4px;
  left: 0;
  padding: 2px 3px 1px;
  background: #1aa9f1;
  border-radius: 3px;
  font-size: 12px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #fff;
}
#main-menu #cars-menu .model h3 {
  margin: 0;
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #6c7073;
}
#main-menu #cars-menu .model p {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  color: #9fa3a6;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#main-menu #cars-menu .model:hover p {
  border-color: #e50000;
}
#main-menu #cars-menu .cars-menu-filter-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
#main-menu #cars-menu .cars-menu-filters {
  padding-left: 30px;
  margin-bottom: 30px;
}
#main-menu #cars-menu .cars-menu-filters .cars-menu-filter {
  padding: 5px 0;
  color: #9fa3a6;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#main-menu #cars-menu .cars-menu-filters .cars-menu-filter.active {
  font-weight: 700;
  color: #6c7073;
}
#main-menu #cars-menu .menu {
  width: 100%;
  padding: 0 15px;
  background: #fff;
  border-radius: 5px;
}
#main-menu #cars-menu .menu li {
  float: none;
}
#main-menu #cars-menu .menu li a {
  border-bottom: 1px solid #d8d8d8;
}
#main-menu #cars-menu .menu li:hover a {
  background: transparent;
  color: #e50000;
}
#main-menu #cars-menu .menu li:last-child a {
  border-bottom: 0;
}

/*#main-menu {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background: $color-gray9;
    z-index: 100;
    @include transition(all 300ms);

    &.active {
        padding: 25px 0;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .menu {
        margin-bottom: 15px;
        padding: 1px 20px 7px;
        border-radius: 3px;
        background: $color-dark;

        h3 {
            margin: 14px 0 11px;
            font-size: 16px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 700;
            color: $color-white;
        }

        a {
            display: block;
            margin-bottom: 7px;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            color: $color-gray20;
            text-decoration: none;
            &:hover {
                color: #fff;
            }
        }

        &.featured {
            padding: 9px 20px 10px;
            background: $color-red2;
            background: linear-gradient($color-red3, $color-red4);

            a {
                display: flex;
                margin-bottom: 9px;
                align-items: center;
                font-family: 'Open Sans', sans-serif;
                font-weight: 700;
                color: $color-white;
                &:hover {
                    text-decoration: underline;
                }

                img {
                    margin-right: 15px;
                }
            }
        }
    }

    #menu-models {
        margin-bottom: 30px;

        .model {
            display: block;
            padding: 7px 17px;
            border-bottom: 1px solid $color-gray23;
            text-decoration: none;
            @include transition(all 300ms);

            .model-image {
                position: relative;
                height: 76px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;

                span {
                    position: absolute;
                    bottom: 4px;
                    left: 0;
                    padding: 2px 3px 1px;
                    background: $color-blue2;
                    border-radius: 3px;
                    font-size: 12px;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 700;
                    color: $color-white;
                }
            }

            h3 {
                margin: 0;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 700;
                color: $color-gray21;
            }

            p {
                margin: 0;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 700;
                color: $color-gray22;
            }

            &:hover {
                background: $color-dark;
            }
        }
    }
}*/
@keyframes slideInFromRight {
  0% {
    left: -234px;
  }
  80% {
    left: -234px;
  }
}
@keyframes slideInFromRightBR {
  0% {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  80% {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#sidemenu {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 48px 0;
}
#sidemenu .link {
  display: block;
  flex: 1 1 auto;
  flex-basis: 0;
  padding: 5px 30px;
  border-left: 1px solid rgba(30, 42, 50, 0.2);
  text-decoration: none;
}
#sidemenu .link .link-icon {
  margin-bottom: 10px;
  height: 25px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
#sidemenu .link .link-text {
  font-size: 18px;
  font-family: ToyotaText, sans-serif;
  color: #1E2A32;
}
#sidemenu .link:first-child {
  border-color: transparent;
}

#sidemenu-side {
  position: fixed;
  top: 35vh;
  right: 15px;
  z-index: 20;
}
#sidemenu-side .link {
  position: relative;
  display: block;
  text-align: right;
  font-size: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sidemenu-side .link .link-icon {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 66px;
  background-color: #f3f4f4;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #cecfd3;
  border-top: 0;
  border-bottom: 0;
  z-index: 30;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sidemenu-side .link .link-text {
  position: absolute;
  top: 10px;
  right: 69px;
  height: 46px;
  line-height: 46px;
  width: auto;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #cecfd3;
  border-radius: 28px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  color: #1e2a32;
  z-index: 25;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sidemenu-side .link:first-child .link-icon {
  padding-top: 10px;
  border-top: 1px solid #cecfd3;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}
#sidemenu-side .link:last-child .link-icon {
  border-bottom: 1px solid #cecfd3;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
#sidemenu-side .link:hover {
  padding-left: 30px;
  border-radius: 0;
  text-decoration: none;
}
#sidemenu-side .link:hover .link-text {
  opacity: 1;
  pointer-events: initial;
}
#sidemenu-side.first-view .link .link-icon {
  animation-delay: 0s;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-name: slideInFromRightBR;
}
#sidemenu-side.first-view .link .link-text {
  animation-delay: 0s;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-name: slideInFromRight;
}

#front-slider .slick-track {
  height: 47vw;
  overflow: hidden;
}
#front-slider div.slick-slide, #front-slider a.slick-slide {
  display: block;
  height: 47vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate3d(0, 0, 0) !important;
}

#offers-carousel-wrap {
  background: url(../img/offers-bg.png) repeat-y top center;
  background-size: 100% 100%;
  padding-top: 33px;
  padding-bottom: 150px;
}
#offers-carousel-wrap h2 {
  text-align: center;
}
#offers-carousel-wrap .more {
  display: block;
  margin-bottom: 50px;
  font-size: 21px;
  font-family: ToyotaText, sans-serif;
  font-weight: 400;
  color: #1e2a32;
  text-align: center;
  text-decoration: none;
}
#offers-carousel-wrap .slick-arrow {
  left: -5vw;
}
#offers-carousel-wrap .slick-arrow.slick-next {
  left: initial;
  right: -5vw;
}
#offers-carousel-wrap .slick-dots {
  bottom: -75px;
}
#offers-carousel-wrap .slick-dots li {
  background: none;
}
#offers-carousel-wrap .slick-dots li button {
  background: #afafaf;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#offers-carousel-wrap .slick-dots li.slick-active button {
  background: #6c7073;
  opacity: 1;
}

#news-carousel-wrap {
  padding-top: 33px;
  padding-bottom: 150px;
}
#news-carousel-wrap h2 {
  text-align: center;
}
#news-carousel-wrap .new {
  display: block;
  position: relative;
}
#news-carousel-wrap .new:hover {
  text-decoration: none;
}
#news-carousel-wrap .new::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 116px;
  background: #FF0022;
}
#news-carousel-wrap .new h3 {
  font-size: 21px;
  color: #1E2A32;
  font-family: ToyotaText, sans-serif;
}
#news-carousel-wrap .new .excerpt {
  font-family: ToyotaTextLight, sans-serif;
  font-size: 14px;
  color: #1E2A32;
}
#news-carousel-wrap .slick-arrow {
  left: -5vw;
}
#news-carousel-wrap .slick-arrow.slick-next {
  left: initial;
  right: -5vw;
}
#news-carousel-wrap .slick-dots {
  bottom: -75px;
}
#news-carousel-wrap .slick-dots li {
  background: none;
}
#news-carousel-wrap .slick-dots li button {
  background: #afafaf;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#news-carousel-wrap .slick-dots li.slick-active button {
  background: #6c7073;
  opacity: 1;
}

.offer {
  display: block;
  margin-bottom: 50px;
}
.offer h3 {
  margin-top: 13px;
  margin-bottom: 0;
}
.offer .excerpt {
  font-size: 20px;
  font-family: ToyotaText, sans-serif;
  color: #1e2a32;
}
.offer .date {
  font-size: 14px;
  font-family: ToyotaText, sans-serif;
  color: #6c7073;
}
.offer:hover {
  text-decoration: none;
}

#address-bar {
  padding: 17px 0 18px;
  background: #1e2a32;
}
#address-bar a {
  font-size: 16px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
#address-bar a img {
  margin-right: 10px;
  margin-bottom: 3px;
}

#page-heading {
  padding: 19px 0 18px;
  border-bottom: 1px solid #eee;
  background: url(../img/title-bg.png) repeat-x top center;
  background-size: 100% 100%;
  text-align: center;
}
#page-heading.space {
  margin-bottom: 30px;
}

#automobile-list .auto {
  padding-top: 30px;
  padding-bottom: 85px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#automobile-list .auto:hover {
  background: #f3f4f4;
}
#automobile-list .auto .auto-image {
  left: -5vw;
}
#automobile-list .auto .auto-image.slick-next {
  left: initial;
  right: -5vw;
  position: relative;
}
#automobile-list .auto .auto-image span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #fff;
}
#automobile-list .auto .auto-image span img {
  margin-left: 4px;
  margin-bottom: 3px;
}
#automobile-list .auto h3 {
  margin-top: 6px;
  margin-bottom: 4px;
}
#automobile-list .auto .description {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
  color: #6c7073;
}
#automobile-list .auto .parameters {
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
  color: #6c7073;
}
#automobile-list .auto .price-discount {
  font-size: 14px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #e50000;
}
#automobile-list .auto .price-discount span {
  margin-left: 5px;
  color: #1e2a32;
  text-decoration: line-through;
}
#automobile-list .auto .price {
  margin-bottom: 70px;
  font-size: 14px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #bcbcbc;
}
#automobile-list .auto .price span {
  font-size: 24px;
  color: #1e2a32;
}
#automobile-list .auto .price.discounted span {
  color: #e50000;
}
#automobile-list .auto .more {
  text-decoration: none;
}
#automobile-list .auto .more img {
  margin-left: 30px;
}

#automobile-heading {
  margin-bottom: 45px;
  background: #f0f0f0;
  text-align: center;
}
#automobile-heading h1 {
  margin-top: 60px;
  margin-bottom: 6px;
  font-size: 52px;
}
#automobile-heading .engine {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: ToyotaDisplay, sans-serif;
  color: #1e2a32;
}
#automobile-heading .price {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #bcbcbc;
}
#automobile-heading .price span {
  font-size: 24px;
  color: #1e2a32;
}
#automobile-heading .price span.price-discounted {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #e50000;
}
#automobile-heading .price span.price-discounted span {
  margin-left: 5px;
  font-size: 14px;
  text-decoration: line-through;
  color: #1e2a32;
}
#automobile-heading .price span.price-discount {
  color: #e50000;
}
#automobile-heading .back {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: ToyotaDisplay, sans-serif;
  color: #1e2a32;
  text-decoration: none;
}
#automobile-heading .back img {
  margin-right: 15px;
}

.single-automobile .automobile-main-image,
.single-automobile .automobile-small-image {
  width: 100%;
  margin-bottom: 30px;
}
.single-automobile .rte {
  font-family: ToyotaDisplay, sans-serif;
}
.single-automobile .rte *[style] {
  font-family: ToyotaText, sans-serif !important;
}

#doc-form-cont {
  background: #1f2b33;
  padding: 83px 0 46px;
}
#doc-form-cont .flx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
#doc-form-cont .flx .flx-item {
  flex: 0 0 auto;
}
#doc-form-cont .element {
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: #1e2a32;
}
#doc-form-cont .element .icon {
  padding-bottom: 75%;
  background-color: #969c97;
  background-repeat: no-repeat;
  background-position: center center;
}
#doc-form-cont .element .icon.icon-brochure {
  background-image: url(../img/icon-brochure.png);
}
#doc-form-cont .element .icon.icon-test-drive {
  background-image: url(../img/icon-key.png);
}
#doc-form-cont .element .icon.icon-offer-page {
  background-image: url(../img/icon-car.png);
}
#doc-form-cont .element .icon.icon-person {
  background-size: cover;
}
#doc-form-cont .element .text-flx {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 0 30px;
  background: #fff;
  font-size: 18px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #1e2a32;
  text-align: center;
}

.contacts-slider .icon {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center center;
}
.contacts-slider .slick-arrow {
  background-image: url(../img/slick-prev-xs.png);
  width: 24px;
  height: 24px;
  left: 50px;
  top: 30%;
  bottom: initial;
}
.contacts-slider .slick-arrow.slick-next {
  left: initial;
  right: 50px;
  background-image: url(../img/slick-next-xs.png);
}
.contacts-slider .text {
  display: block;
  height: 84px;
  padding: 15px 15px 0;
  background: #fff;
  font-size: 18px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #1e2a32;
  text-align: center;
}
.contacts-slider .text h4 {
  margin: 0;
  font-size: 18px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #1e2a32;
}
.contacts-slider .text .tel {
  display: block;
  font-size: 15px;
  font-family: ToyotaText, sans-serif;
  color: #797979;
  text-decoration: none;
}
.contacts-slider .text .email {
  font-size: 14px;
  font-family: ToyotaText, sans-serif;
  color: #e50000;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .contacts-slider .text .email {
    font-size: 12px;
  }
}

#contacts-tabs {
  margin-bottom: 50px;
}
#contacts-tabs #departments {
  margin-bottom: 30px;
}
#contacts-tabs #departments .department {
  position: relative;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 3px;
  background: #f0f1f6;
  font-family: ToyotaText, sans-serif;
  font-size: 16px;
  color: #172832;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#contacts-tabs #departments .department:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #cecfd3;
}
#contacts-tabs #departments .department.active, #contacts-tabs #departments .department:hover {
  background: #e50000;
  color: #fff;
}
#contacts-tabs #departments .department.active:after, #contacts-tabs #departments .department:hover:after {
  border-color: transparent transparent transparent #fff;
}
#contacts-tabs #departments-contacts .department-contacts {
  display: none;
}
#contacts-tabs #departments-contacts .department-contacts.active {
  display: block;
}
#contacts-tabs #departments-contacts .department-contacts .contact {
  margin-bottom: 50px;
}
#contacts-tabs #departments-contacts .department-contacts .contact .photo {
  background-size: cover;
  background-position: center center;
  padding-bottom: 120%;
}
#contacts-tabs #departments-contacts .department-contacts .contact h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  min-height: 44px;
}
#contacts-tabs #departments-contacts .department-contacts .contact .position {
  font-size: 14px;
  font-family: ToyotaText, sans-serif;
  color: #1e2a32;
  margin-bottom: 20px;
  min-height: 60px;
}
#contacts-tabs #departments-contacts .department-contacts .contact .phone {
  font-size: 16px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #1e2a32;
  text-decoration: none;
  min-height: 45px;
  display: block;
}
#contacts-tabs #departments-contacts .department-contacts .contact .email {
  display: block;
  font-size: 14px;
  font-family: ToyotaText, sans-serif;
  line-height: normal;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #contacts-tabs #departments-contacts .department-contacts .contact .email {
    font-size: 12px;
  }
}

#contact-form {
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
}
#contact-form label {
  margin-top: 30px;
}
#contact-form input, #contact-form textarea {
  width: 100%;
}
#contact-form textarea {
  height: 100px;
}
#contact-form input[type=submit] {
  margin: 30px 0;
  width: auto;
}

.block-text {
  padding-bottom: 0px;
}
.block-text:last-child {
  padding-bottom: 110px;
}
.block-text .heading {
  margin: 80px 0 50px;
}
.block-text .rte *[style] {
  font-family: ToyotaText, sans-serif !important;
}

.block-image-with-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block-image-with-text .block-image-with-text-bg {
  background: #282830;
  padding: 0 20px 30px;
}
.block-image-with-text .block-image-with-text-bg .img-responsive {
  margin-top: -30px;
}
.block-image-with-text .block-image-with-text-bg h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.block-image-with-text .block-image-with-text-bg .rte p {
  margin-bottom: 20px;
}

.block-attachments {
  padding: 90px 0 30px;
  background: #eee;
}
.block-attachments .attachment {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
}
.block-attachments .attachment:after {
  content: "";
  display: table;
  clear: both;
}
.block-attachments .attachment img {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}
.block-attachments .attachment .description {
  padding: 0;
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
}
.block-attachments .attachment .description span {
  display: block;
  font-size: 15px;
  color: #172832;
}

.block-form {
  padding-top: 80px;
}
.block-form .heading {
  margin-bottom: 50px;
}
.block-form .wpcf7-form {
  margin-bottom: 100px;
}
.block-form .wpcf7-form label {
  margin-top: 25px;
}
.block-form .wpcf7-form input[type=submit] {
  margin-top: 25px;
  float: right;
}
.block-form .wpcf7-form > p:after {
  content: "";
  display: table;
  clear: both;
}

#model-filter #model-filter-toggles {
  background: #f3f4f4;
}
#model-filter #model-filter-toggles .sub-title {
  font-size: 21px;
  font-family: ToyotaText, sans-serif;
  color: #1e2a32;
}
#model-filter #model-filter-toggles .help-title {
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
  color: #6c7073;
}
#model-filter #model-filter-toggles .model-filter-toggle {
  margin: 45px 45px 25px;
  text-align: center;
  cursor: pointer;
}
#model-filter #model-filter-toggles .model-filter-toggle .icon {
  display: inline-block;
  width: 71px;
  height: 41px;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#model-filter #model-filter-toggles .model-filter-toggle p {
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #797979;
}
#model-filter #model-filter-toggles .model-filter-toggle.active p {
  color: #e50000;
}
#model-filter #model-filter-toggles .model-filter-toggle#model-filter-toggle-1 .icon {
  background-image: url(../img/icon-filter-1.png);
}
#model-filter #model-filter-toggles .model-filter-toggle#model-filter-toggle-2 .icon {
  background-image: url(../img/icon-filter-2.png);
}
#model-filter #model-filter-toggles .model-filter-toggle#model-filter-toggle-3 .icon {
  background-image: url(../img/icon-filter-3.png);
}
#model-filter #model-filter-toggles .model-filter-toggle#model-filter-toggle-4 .icon {
  background-image: url(../img/icon-filter-4.png);
}
#model-filter #model-filter-toggles .model-filter-toggle#model-filter-toggle-5 .icon {
  background-image: url(../img/icon-filter-5.png);
}
#model-filter #model-filter-toggles .model-filter-toggle#model-filter-toggle-6 .icon {
  background-image: url(../img/icon-filter-6.png);
}
#model-filter .model-filter {
  display: none;
  padding: 50px 0;
  background: #fff;
}
#model-filter .model-filter .close-filter {
  position: absolute;
  top: 35px;
  right: 15px;
  display: block;
  width: 10px;
  height: 9px;
  background: url(../img/close-red.png) no-repeat center center;
  cursor: pointer;
}
#model-filter .model-filter h3 {
  text-align: center;
  font-size: 20px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #1e2a32;
}
#model-filter .model-filter .notice {
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
  color: #1e2a32;
  text-align: center;
}
#model-filter .model-filter #model-filters-wrap {
  text-align: center;
}
#model-filter .model-filter #model-filters-wrap .model-filter-type {
  display: inline-block;
  padding: 0 15px;
}
#model-filter .model-filter #model-filters-wrap .model-filter-type input {
  width: 0;
}
#model-filter .model-filter #model-filters-wrap .model-filter-type input:checked + label {
  font-family: ToyotaText, sans-serif;
}
#model-filter .model-filter #model-filters-wrap .model-filter-type input:checked + label::after {
  opacity: 1;
}
#model-filter .model-filter #model-filters-wrap .model-filter-type label, #model-filter .model-filter #model-filters-wrap .model-filter-type a {
  position: relative;
  font-size: 18px;
  font-family: ToyotaTextLight, sans-serif;
  color: #1E2A32;
  cursor: pointer;
  text-decoration: none;
}
#model-filter .model-filter #model-filters-wrap .model-filter-type label::after, #model-filter .model-filter #model-filters-wrap .model-filter-type a::after {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: "";
  display: block;
  width: 64px;
  height: 6px;
  background: #FF0022;
  transform: translateX(-50%);
}
#model-filter .model-filter #model-filter-seats-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
}
#model-filter .model-filter #model-filter-seats-wrap .model-filter-seat {
  flex: 0 0 auto;
  display: block;
  width: 33px;
  height: 39px;
  margin: 33px 0;
  background: url(../img/seat.png) no-repeat center center;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#model-filter .model-filter #model-filter-seats-wrap .model-filter-seat.active {
  background-image: url(../img/seat-active.png);
}
#model-filter .model-filter.active {
  display: block;
}
#model-filter #model-filter-active {
  border-top: 3px solid #f3f4f4;
  padding: 30px 0 0;
}
#model-filter #model-filter-active .notice {
  display: inline-block;
  margin: 7px 0 17px;
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
  color: #1e2a32;
}
#model-filter #model-filter-active #remove-active-filters {
  float: right;
  display: none;
  padding: 11px 20px;
  background: #f3f4f4;
  border-radius: 20px;
  font-size: 13px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #707070;
  text-decoration: none;
}
#model-filter #model-filter-active #model-filter-active-filters .active-filter {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px 16px;
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
  color: #1e2a32;
  border-radius: 20px;
  background: #f3f4f4;
  cursor: pointer;
}
#model-filter #model-filter-active #model-filter-active-filters .active-filter:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background: url(../img/close-red.png) no-repeat center center;
}
#model-filter #model-filter-models {
  margin-bottom: 50px;
}
#model-filter #model-filter-models .model {
  display: block;
  height: 151px;
  padding: 7px 17px;
  text-decoration: none;
}
#model-filter #model-filter-models .model .model-image {
  position: relative;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#model-filter #model-filter-models .model .model-image span {
  position: absolute;
  bottom: 4px;
  left: 0;
  padding: 2px 3px 1px;
  background: #1aa9f1;
  border-radius: 3px;
  font-size: 12px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #fff;
}
#model-filter #model-filter-models .model h3 {
  margin: 0;
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #1e2a32;
}
#model-filter #model-filter-models .model p {
  margin: 0;
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  font-weight: 700;
  color: #d0d2d4;
}

.ui-slider {
  margin: 35px 0;
  height: 7px;
  width: 100%;
  border-radius: 4px;
  background: #eee;
}
.ui-slider.ui-widget-content {
  border: 0;
}
.ui-slider .ui-widget-header {
  background: #f3f4f4;
}
.ui-slider .ui-slider-handle {
  position: relative;
  width: 18px;
  height: 18px;
  border: 0;
  background: #e50000;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.ui-slider .ui-slider-handle .ui-slider-handle-text-wrap {
  position: absolute;
  top: -53px;
  left: calc(100% - 89px);
  width: 160px;
  padding: 6px 0;
  background: #f3f4f4;
  border-radius: 20px;
  color: #1e2a32;
  font-size: 18px;
  font-family: ToyotaText, sans-serif;
  text-align: center;
}
.ui-slider .ui-slider-handle .ui-slider-handle-text-wrap:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #f3f4f4 transparent transparent transparent;
}
.ui-slider .ui-slider-min, .ui-slider .ui-slider-max {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 14px;
  font-family: ToyotaText, sans-serif;
  color: #1e2a32;
}
.ui-slider .ui-slider-max {
  left: initial;
  right: 0;
}

#footer-contacts {
  background: #F1F1F1;
  padding-top: 33px;
  padding-bottom: 61px;
}
#footer-contacts .rte {
  color: #6c7073;
  font-size: 16px;
  font-family: ToyotaText, sans-serif;
}
#footer-contacts .contacts-table tr:first-child td {
  font-family: ToyotaTextBold, sans-serif;
  padding: 22px 10px 32px;
}
#footer-contacts .contacts-table td {
  background: transparent;
  font-family: ToyotaTextLight, sans-serif;
  color: #1E2A32;
  padding: 10px;
}
#footer-contacts .contacts-table td a {
  color: #1E2A32;
}
#footer-contacts #footer-map {
  height: 280px;
  margin-left: -15px;
  margin-right: -15px;
}
#footer-contacts .bl1 {
  border-left: 1px solid rgba(30, 42, 50, 0.3);
}

.accessoriesModel #models-filter {
  margin-top: 65px;
  padding: 15px;
  background: #f0f1f6;
}
.accessoriesModel #models-filter h3 {
  margin-top: 0;
  font-size: 20px;
}
.accessoriesModel #models-filter a {
  position: relative;
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.accessoriesModel #models-filter a:hover, .accessoriesModel #models-filter a.active {
  color: #d01628;
}
.accessoriesModel #models-filter a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #969c97;
}

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

footer .footer-top {
  padding: 60px 0;
  background: #494950;
}
footer .footer-top .menu {
  margin: 0 0 60px;
  padding: 0;
}
footer .footer-top .menu li {
  list-style: none;
  display: inline-block;
}
footer .footer-top .menu li a {
  display: inline-block;
  margin-right: 60px;
  font-size: 15px;
  font-family: ToyotaDisplayBold, sans-serif;
  color: #fff;
  text-decoration: none;
}
footer .footer-top .menu li a img {
  margin-left: 5px;
}
footer .footer-top .menu.right-menu li a {
  margin-left: 20px;
  margin-right: 0;
}
footer .footer-top .menu.right-menu li:first-child a {
  margin-left: 0;
}
footer .footer-top #newsletter-form {
  position: relative;
}
footer .footer-top #newsletter-form label {
  margin: 10px 0 0;
  font-size: 15px;
  font-family: ToyotaTextBold, sans-serif;
  color: #fff;
  font-weight: 400;
}
footer .footer-top #newsletter-form input {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  font-family: ToyotaText, sans-serif;
  color: #afafaf;
  background: transparent;
  border-radius: 0;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
footer .footer-top #newsletter-form input::placeholder {
  color: #fff;
}
footer .footer-top #newsletter-form button {
  padding: 10px 22px 11px;
  color: #fff;
  background: #FF0022;
  position: absolute;
  top: 0;
  right: 15px;
}
footer .footer-top #social-links {
  padding-top: 10px;
}
footer .footer-top #social-links a {
  display: inline-block;
  margin: 0 13px;
}
footer .footer-bottom {
  background: #282830;
  padding: 24px 0;
}
footer .footer-bottom p {
  margin: 0;
  font-size: 16px;
  font-family: ToyotaTextLight, sans-serif;
  color: #fff;
}
footer .footer-bottom p a {
  color: #fff;
}

#cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0 0;
  background: #1e2a32;
  font-family: ToyotaText, sans-serif;
  font-size: 13px;
  color: #fff;
}
#cookies p {
  margin-bottom: 5px;
}
#cookies p a {
  color: #fff;
  text-decoration: underline;
}
#cookies .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#cookies .dismiss img {
  margin-left: 5px;
}

.slick-arrow {
  position: absolute;
  left: 4vw;
  bottom: 7vw;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/slick-prev-v2.png);
  z-index: 10;
  border: 0;
  font-size: 0;
}
.slick-arrow.slick-next {
  background-image: url(../img/slick-next-v2.png);
  left: initial;
  right: 4vw;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 2vw;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 4px;
}
.slick-dots li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.slick-dots li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eee;
  opacity: 0.7;
  font-size: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.btn:focus,
.btn:active,
.btn:focus:active,
.btn:active:focus,
.btn {
  border: 1px solid #e50000;
  border-radius: 25px;
  padding: 14px 22px;
  background: #e50000;
  font-size: 15px;
  font-weight: 400;
  font-family: ToyotaDisplay, sans-serif;
  color: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn:focus:hover,
.btn:active:hover,
.btn:focus:active:hover,
.btn:active:focus:hover,
.btn:hover {
  background: #fff;
  color: #e50000;
  border: 1px solid #e50000;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.advantages .slider .slide.video-link, .advantages .slider .slide.video-file {
  cursor: pointer;
}
.advantages .slider .slide.video-link:after, .advantages .slider .slide.video-file:after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  top: 200px;
  left: calc(50% - 32px);
  background: url(../img/play-button.png) no-repeat center center;
  z-index: 100;
}

.headerImage .overHeader .text h1, .headerImage .overHeader .text h3 {
  text-shadow: 0 0 5px #b2b5b7;
}
.headerImage .overHeader .options .option {
  color: #fff;
  text-decoration: none;
}

.modelHeader .configuration {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
}

.colorbody .body .body-select {
  color: #1e2a32;
  margin-bottom: 30px;
}
.colorbody .body .img {
  display: none;
}
.colorbody .body .img.active {
  display: block;
}

.model-template-template-gallery .modelHeader {
  margin-bottom: 0;
}

.page-tree ul {
  margin-bottom: 0;
}
.page-tree ul li {
  list-style: none;
}
.page-tree ul li a {
  color: #1e2a32;
}

.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.flx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
.flx > * {
  flex: 0 0 auto;
}

nav.subNav {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(29, 41, 50, 0.9);
  z-index: 2;
}
nav.subNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.subNav ul li {
  display: inline-block;
}
nav.subNav ul li a {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: ToyotaDisplay, sans-serif;
}
nav.subNav ul li.active a, nav.subNav ul li:hover a {
  background-color: rgba(128, 136, 142, 0.9);
}
nav.subNav + *:not(.headerImage) {
  margin-top: 62px;
}

.headerImage {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.headerImage > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
}
.headerImage .overHeader {
  position: relative;
  z-index: 1;
  color: #fff;
}
.headerImage .overHeader .text {
  margin-top: 15%;
}
.headerImage .overHeader .text h1 {
  font-size: 52px;
  margin: 0;
  color: #fff;
}
.headerImage .overHeader .text h3 {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
}
.headerImage .overHeader .options {
  margin-top: 10%;
  margin-bottom: 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.headerImage .overHeader .options .option {
  border-radius: 2px;
  background-color: rgb(29, 41, 50);
  opacity: 0.95;
  box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.5);
  margin-right: 25px;
  padding: 10px;
  padding-right: 50px;
  flex: 0 1 auto;
}
.headerImage .overHeader .options .option h4 {
  font-size: 20px;
  margin-top: 0;
  font-family: ToyotaDisplayBold, sans-serif;
}
.headerImage .overHeader .options .option .info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.headerImage .overHeader .options .option .info .col {
  flex: 0 0 auto;
  border-right: 1px solid #1a242b;
  padding-left: 5px;
  padding-right: 5px;
}
.headerImage .overHeader .options .option .info .col .op {
  opacity: 0.5;
  line-height: 13px;
  font-size: 14px;
}
.headerImage .overHeader .options .option .info .col strong {
  font-size: 26px;
  font-family: ToyotaDisplayBold, sans-serif;
}
.headerImage .overHeader .options .option .info .col:first-child {
  padding-left: 0;
}
.headerImage .overHeader .options .option .info .col:last-child {
  border-right: none;
  padding-right: 0;
}
.headerImage .overHeader .options .option.hybrid {
  background-color: rgb(22, 155, 222);
}
.headerImage .overHeader .options .option.hybrid .info .col {
  border-color: #3da7dc;
}

.modelDescription {
  padding-top: 75px;
  padding-bottom: 70px;
}
.modelDescription h1:first-child,
.modelDescription h2:first-child,
.modelDescription h3:first-child,
.modelDescription h4:first-child,
.modelDescription h5:first-child,
.modelDescription h6:first-child {
  margin-top: 0;
}
.modelDescription h1:last-child,
.modelDescription h2:last-child,
.modelDescription h3:last-child,
.modelDescription h4:last-child,
.modelDescription h5:last-child,
.modelDescription h6:last-child {
  margin-bottom: 0;
}
.modelDescription *[style] {
  font-family: ToyotaText, sans-serif !important;
}

.modelHeader {
  background: linear-gradient(#eff0f1 0%, #ffffff 100%);
  padding: 20px 0;
  box-shadow: 0 1px 1px rgba(2, 2, 2, 0.1);
  margin-bottom: 30px;
}
.modelHeader h1,
.modelHeader h3 {
  margin: 0;
}

.properties {
  /*.tabs {
    display: block;
    clear: both;

    .tab {
      display: block;
      clear: both;
      padding: 0;
      margin: 0;
      padding-bottom: 70px;

      !*&.active {
        display: block;
      }*!

      .slide {
        img {
          margin: 0;
          padding: 0;
          width: 100%;
          border-radius: 2px;
        }
        p {
          padding: 5px 0;
          font-size: 16px;
          color: #1e2a32;
          margin-bottom: 0;
        }
      }
    }

    !*&.ready {
      .tab {
        display: none;
        !*&.active {
          display: block;
        }*!
      }
    }*!
    .slick-arrow {
      left: -4vw;
      bottom: auto;
      top: 50%;
      margin-top: -25px;
      &.slick-next {
        left: auto;
        right: -4vw;
      }
    }
    .slick-dots {
      font-size: 0;
      top: calc(100% + 50px);
      bottom: auto;
      li {
        background: transparent;
        button {
          background: rgb(168, 168, 168);
          box-shadow: 0 1px 4px 0 rgba(1, 1, 1, 0.25);
          opacity: .7;
        }
        &.slick-active {
          button {
            background: rgb(108, 112, 115);
            opacity: 1;
          }
        }
      }
    }
  }*/
}
.properties ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.properties .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.properties .categories .tabSelector {
  padding: 0;
  margin: 0;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
.properties .categories .tabSelector a {
  border-bottom: 1px solid #f3f4f4;
  font-size: 16px;
  padding: 10px;
  color: #8b8c8f;
  text-decoration: none;
  margin-right: -1px;
  display: inline-block;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.properties .categories .tabSelector a:hover, .properties .categories .tabSelector a.active {
  color: #1e2a32;
  border-bottom: 3px solid #e50000;
  font-weight: 600;
}
.properties .categories .tabSelector:first-child a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.properties .categories .tabSelector:last-child a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.properties .items .accessory {
  color: #1e2a32;
  text-decoration: none;
  display: block;
  padding-bottom: 25px;
}
.properties .items .accessory .title {
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
  line-height: 22.8571px;
  min-height: 68.5713px;
}
.properties .items .accessory .price {
  font-weight: 600;
  display: block;
}
.properties .items .accessory .readMore {
  font-size: 14px;
  margin-top: 10px;
}
.properties .items .accessory .readMore .glyphicon {
  vertical-align: middle;
}
.properties .items .accessory img {
  width: 100%;
  height: auto;
}
.properties .items .accessory .popover {
  background-color: #1e2a32;
  color: #fff;
}
.properties .items .accessory .popover.top > .arrow:after {
  border-top-color: #1e2a32;
}
.properties .items .item:nth-child(4n+1) {
  clear: left;
}

.advantages {
  padding-top: 65px;
}
.advantages h1 {
  color: #1e2a32;
  text-align: center;
  margin: 0;
  margin-bottom: 35px;
}
.advantages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.advantages .slider {
  display: block;
  clear: both;
}
.advantages .slider .slide {
  margin: 0;
  padding: 0;
}
.advantages .slider .slide .img {
  position: relative;
  overflow: hidden;
}
.advantages .slider .slide .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.advantages .slider .slide img {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.advantages .slider .slide .text {
  padding: 30px;
}
.advantages .slider .slide .text h3 {
  margin: 0;
  color: #1e2a32;
}
.advantages .slider .slide .text p {
  color: #1e2a32;
  padding: 15px 0;
  font-size: 16px;
  margin-bottom: 0;
}
.advantages .slider .slide:after {
  content: none !important;
  display: none !important;
}
.advantages .slider .slide.video-link .img:after, .advantages .slider .slide.video-file .img:after {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/play-button-xs.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.advantages .slider .slide:hover .img:before {
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}
.advantages .slider .slide:hover .img:after {
  opacity: 1;
}
.advantages .slider .slide:hover .img img {
  transform: scale(1.15);
}
.advantages .slider .slick-arrow {
  bottom: auto;
  top: 50%;
  margin-top: -25px;
}
.advantages .slider .slick-dots {
  font-size: 0;
  top: calc(100% + 50px);
  bottom: auto;
}
.advantages .slider .slick-dots li {
  background: transparent;
}
.advantages .slider .slick-dots li button {
  background: rgb(168, 168, 168);
  box-shadow: 0 1px 4px 0 rgba(1, 1, 1, 0.25);
  opacity: 0.7;
}
.advantages .slider .slick-dots li.slick-active button {
  background: rgb(108, 112, 115);
  opacity: 1;
}

.datatable table,
.equipment table {
  width: 100%;
  margin-bottom: 25px;
}
.datatable tr th,
.equipment tr th {
  background-color: #fff;
}
.datatable tr td,
.datatable tr th,
.equipment tr td,
.equipment tr th {
  border: 1px solid #e1e1e1;
}

.equipment table tr th:not(:first-child),
.equipment table tr td:not(:first-child) {
  width: 120px;
  text-align: center;
}

.dropDownTab .dropDown {
  /*select {
    padding: 0;
    height: auto;
    font-size: 12px;
  }*/
  margin-bottom: 25px;
}
.dropDownTab .tabs table tr td,
.dropDownTab .tabs table tr th {
  border: 1px solid #e1e1e1;
}
.dropDownTab .tabs table tr th {
  background-color: #ededed;
}
.dropDownTab .tabs table tr:hover td,
.dropDownTab .tabs table tr:hover th {
  background-color: #ededed;
}

.colorbody .gallery {
  margin-bottom: 15px;
}
.colorbody .gallery .galleryItem {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1e2a32;
  text-decoration: none;
  text-align: center;
}
.colorbody .gallery .galleryItem img {
  width: 100%;
}
.colorbody .gallery .galleryItem:hover {
  background-color: #f0f0f1;
}
.colorbody .body {
  margin-top: 30px;
  background: #1e2a32;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.colorbody .body h2 {
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
}
.colorbody .body .img {
  width: 100%;
}
.colorbody .body .img img {
  width: 100%;
}

.galleries h1 {
  text-align: center;
  margin-bottom: 35px;
}
.galleries .gallery .galleryItem {
  display: block;
  position: relative;
  font-size: 0;
  text-align: center;
}
.galleries .gallery .galleryItem.nth2 {
  width: 18vw;
  overflow: hidden;
}
.galleries .gallery .galleryItem.nth2 img {
  transform: scale(1.5);
}
.galleries .gallery .galleryItem.nth3 {
  width: 20vw;
  overflow: hidden;
}
.galleries .gallery .galleryItem.nth3 img {
  transform: scale(1.5);
}
.galleries .gallery .galleryItem.nth21 {
  width: 30vw;
  overflow: hidden;
}
.galleries .gallery .galleryItem.nth21 img {
  transform: scale(1.5);
}
.galleries .gallery .galleryItem:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.galleries .gallery .galleryItem:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/icon-zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 100;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.galleries .gallery .galleryItem:hover:before {
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}
.galleries .gallery .galleryItem:hover:after {
  opacity: 1;
}
.galleries .gallery .galleryItem img {
  height: 220px;
  display: inline-block;
}
.galleries .gallery.nth2 .galleryItem.nth21 {
  width: 17vw;
  overflow: hidden;
}
.galleries .gallery.nth2 .galleryItem.nth21 img {
  transform: scale(1.5);
}
.galleries .gallery.nth2 .galleryItem.nth2 {
  width: 20vw;
  overflow: hidden;
}
.galleries .gallery.nth2 .galleryItem.nth2 img {
  transform: scale(1.5);
}
.galleries .gallery.nth2 .galleryItem.nth3 {
  width: 29vw;
  overflow: hidden;
}
.galleries .gallery.nth2 .galleryItem.nth3 img {
  transform: scale(1.5);
}
.galleries .gallery.nth3 .galleryItem.nth2 {
  width: 17vw;
  overflow: hidden;
}
.galleries .gallery.nth3 .galleryItem.nth2 img {
  transform: scale(1.5);
}
.galleries .gallery.nth3 .galleryItem.nth21 {
  width: 21vw;
  overflow: hidden;
}
.galleries .gallery.nth3 .galleryItem.nth21 img {
  transform: scale(1.5);
}
.galleries .gallery.nth3 .galleryItem.nth3 {
  width: 31vw;
  overflow: hidden;
}
.galleries .gallery.nth3 .galleryItem.nth3 img {
  transform: scale(1.5);
}

.prices {
  font-size: 15px;
  padding-bottom: 50px;
}
.prices table {
  background-color: transparent;
}
.prices table tr td,
.prices table tr th {
  background-color: transparent;
  border: 1px solid #e1e1e1;
}
.prices table tr th {
  background-color: #ededed;
}
.prices table tr:hover {
  background-color: #ededed;
}
.prices .leasing {
  display: inline-block;
  margin-top: 35px;
}
.prices .btn {
  margin-top: 25px;
}

.accessories {
  padding-top: 65px;
  padding-bottom: 75px;
  /*.accessory {
    padding: 15px;
    background: #1e2a32;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    .title {
      margin-bottom: 25px;
      display: block;
    }
    .price {
      font-weight: 600;
      display: block;
    }
    img {
      width: 100%;
      height: auto;
    }
  }*/
}
.accessories h1 {
  color: #1e2a33;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
}

.accessoriesModel .models {
  padding: 15px;
  background: #f0f1f6;
  list-style: none;
}
.accessoriesModel .models li:before {
  content: "»";
  display: inline;
  color: #3d484e;
  margin-right: 10px;
}
.accessoriesModel .models li a {
  color: #3d484e;
  text-decoration: none;
}
.accessoriesModel .models li a:hover, .accessoriesModel .models li a:active, .accessoriesModel .models li a.active {
  text-decoration: underline;
  color: #707070;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: visible;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

#registerToServiceModal .modal-body {
  padding: 30px;
}
#registerToServiceModal .modal-body img {
  float: left;
  margin-right: 15px;
  margin-top: 9px;
}
#registerToServiceModal .modal-body a {
  color: #6c7073;
  text-decoration: none;
}

#sidemenu-side {
  top: 25vh;
}
#sidemenu-side .link.last .link-icon {
  border-bottom: 1px solid #cecfd3;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
#sidemenu-side .link-separate {
  margin-top: 25px;
  position: relative;
  display: block;
  text-align: right;
  font-size: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sidemenu-side .link-separate:hover {
  padding-left: 30px;
  border-radius: 0;
  text-decoration: none;
}
#sidemenu-side .link-separate:hover .link-text {
  opacity: 1;
  pointer-events: initial;
}
#sidemenu-side .link-separate .link-text {
  position: absolute;
  top: 4px;
  right: 69px;
  height: 46px;
  line-height: 46px;
  width: auto;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #cecfd3;
  border-radius: 28px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  color: #1e2a32;
  z-index: 25;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sidemenu-side .link-separate .link-icon {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  background-color: #f3f4f4;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #cecfd3;
  border-top: 0;
  border-bottom: 0;
  z-index: 30;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-bottom: 1px solid #cecfd3;
  border-radius: 27px;
}

@media screen and (max-width: 1300px) {
  #offers-carousel-wrap .slick-arrow {
    left: 15px;
  }
  #offers-carousel-wrap .slick-arrow.slick-next {
    left: initial;
    right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 103px;
  }
  header #header-logo2 a {
    padding-top: 10px;
  }
  header #header-logo2 a img {
    width: 40px;
  }
  header #header-logo a {
    padding: 10px 0 !important;
  }
  header #header-logo a img {
    width: auto;
    height: 33px;
  }
  header #header-menu-toggle {
    width: 22px;
    height: 22px;
    margin-top: -38px;
  }
  header #header-contacts a img {
    height: 16px;
  }
  header #header-menu #header-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
  }
  header #header-menu ul {
    position: relative;
    z-index: 1000;
  }
  header #header-menu ul li {
    padding-left: 7px;
  }
  header #header-contacts a {
    padding: 15px 10px;
    font-size: 11px;
  }
  header .solo-logo {
    padding-left: 10px;
  }
  header .solo-logo.first {
    padding: 0 10px;
  }
  header .solo-logo a {
    font-size: 11px;
  }
  #model-filter #model-filter-toggles .model-filter-toggle {
    margin: 45px 15px 25px;
  }
  .contacts-slider .slick-arrow {
    left: 20px;
  }
  .contacts-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .galleries .gallery .galleryItem.nth2 {
    width: 39vw;
  }
  .galleries .gallery .galleryItem.nth3 {
    width: 27vw;
  }
  .galleries .gallery .galleryItem.nth21 {
    width: 33vw;
  }
  .galleries .gallery.nth2 .galleryItem.nth21 {
    width: 27vw;
  }
  .galleries .gallery.nth2 .galleryItem.nth2 {
    width: 39vw;
  }
  .galleries .gallery.nth2 .galleryItem.nth3 {
    width: 33vw;
  }
  .galleries .gallery.nth3 .galleryItem.nth2 {
    width: 39vw;
  }
  .galleries .gallery.nth3 .galleryItem.nth21 {
    width: 33vw;
  }
  .galleries .gallery.nth3 .galleryItem.nth3 {
    width: 27vw;
  }
  #sidemenu {
    flex-wrap: wrap;
  }
  #sidemenu .link {
    margin: 15px 0;
    flex: 0 0 33.33%;
  }
  #sidemenu .link:nth-child(3n+1) {
    border-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  header #header-contacts a {
    padding: 15px 10px;
    font-size: 10px;
  }
  header .solo-logo a {
    font-size: 10px;
  }
  #header-menu-toggle {
    display: block !important;
    margin-top: -50px;
  }
  #header-menu {
    display: none;
  }
  #header-menu.active {
    display: block;
    overflow: auto;
    max-height: calc(100vh - 125px);
  }
  #header-menu ul li {
    display: block !important;
    text-align: left;
    padding: 15px 0 !important;
  }
  header #header-menu ul li:hover .sub-menu {
    display: none;
  }
  header #header-menu ul li.active .sub-menu {
    display: block;
  }
  header #header-menu ul li.menu-item-has-children.active > a::after {
    background-image: url(../img/menu-chevron-right.png);
  }
  header #header-menu ul li.menu-item-has-children > a {
    position: relative;
  }
  header #header-menu ul li.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    right: -30px;
    background: url(../img/menu-chevron-down.png) no-repeat center center;
    opacity: 0.6;
  }
  header #header-menu ul li .sub-menu {
    display: none;
    position: static;
  }
  header #header-menu ul li .sub-menu li {
    padding: 10px 0 !important;
    text-align: left;
    font-size: 13px;
  }
  nav.subNav {
    position: static;
  }
  nav.subNav + *:not(.headerImage) {
    margin-top: 0;
  }
  nav.subNav ul li a {
    padding: 10px;
  }
  .modelHeader .configuration {
    position: static;
    display: block;
    margin-top: 15px;
  }
  footer .footer-top .menu.right-menu li a {
    margin-left: 0;
    margin-right: 20px;
  }
  .block-form .wpcf7-form {
    margin-bottom: 30px;
  }
  .contacts-slider .icon {
    padding-bottom: 35%;
  }
  .galleries .gallery .galleryItem.nth2 {
    width: 50vw;
  }
  .galleries .gallery .galleryItem.nth3 {
    width: 50vw;
  }
  .galleries .gallery .galleryItem.nth21 {
    width: 50vw;
  }
  .galleries .gallery.nth2 .galleryItem.nth21 {
    width: 40vw;
  }
  .galleries .gallery.nth2 .galleryItem.nth2 {
    width: 60vw;
  }
  .galleries .gallery.nth2 .galleryItem.nth3 {
    width: 50vw;
  }
  .galleries .gallery.nth3 .galleryItem.nth2 {
    width: 60vw;
  }
  .galleries .gallery.nth3 .galleryItem.nth21 {
    width: 50vw;
  }
  .galleries .gallery.nth3 .galleryItem.nth3 {
    width: 40vw;
  }
  .model-filter-type {
    margin-bottom: 30px;
  }
  #footer-contacts #footer-map {
    margin-top: 15px;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-text-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  header #header-profile-menu .toggle img {
    padding-left: 15px;
  }
  header #header-menu #header-menu-toggle {
    border-left: 0;
  }
  header #header-contacts {
    display: flex;
  }
  header #header-contacts a {
    border: 0;
    padding: 15px;
  }
  header .solo-logo {
    border: 0;
    padding-left: 5px;
    white-space: nowrap;
  }
  .headerImage .overHeader .options {
    display: block;
  }
  .headerImage .overHeader .options .option {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  nav.subNav {
    position: relative;
  }
  nav.subNav #subNavToggle {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 8px;
    background: url(../img/menu-burger.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
  }
  nav.subNav ul li {
    display: block;
  }
  nav.subNav ul li.toggle {
    display: none;
  }
  nav.subNav.active ul li.toggle {
    display: block;
  }
  #main-menu {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
    padding-top: 0;
  }
  #main-menu .menu {
    width: 100vw;
    padding: 0;
    left: -15px;
  }
  #main-menu .menu > li {
    float: none;
    display: block;
  }
  #main-menu .menu .sub-menu {
    position: static;
    margin-left: 30px;
  }
  #main-menu .menu .sub-menu li {
    float: none;
    display: block;
  }
  .contacts-slider .icon {
    height: 200px;
  }
  #model-filter .model-filter #model-filter-seats-wrap .model-filter-seat {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .footer-top #newsletter-form label {
    width: 100%;
  }
  footer .footer-top #newsletter-form label input {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  footer .footer-top #newsletter-form button {
    width: 100%;
  }
  .galleries .gallery .galleryItem.nth2 {
    width: auto;
  }
  .galleries .gallery .galleryItem.nth3 {
    width: auto;
  }
  .galleries .gallery .galleryItem.nth21 {
    width: auto;
  }
  .galleries .gallery .galleryItem img {
    max-width: 100%;
    height: auto;
  }
  .galleries .gallery.nth2 .galleryItem.nth21 {
    width: auto;
  }
  .galleries .gallery.nth2 .galleryItem.nth2 {
    width: auto;
  }
  .galleries .gallery.nth2 .galleryItem.nth3 {
    width: auto;
  }
  .galleries .gallery.nth3 .galleryItem.nth2 {
    width: auto;
  }
  .galleries .gallery.nth3 .galleryItem.nth21 {
    width: auto;
  }
  .galleries .gallery.nth3 .galleryItem.nth3 {
    width: auto;
  }
  #sidemenu {
    padding: 20px 0 0;
  }
  #sidemenu .link {
    margin: 0 0 30px;
    width: 50%;
    text-align: center;
    border-color: transparent;
  }
  #sidemenu .link .link-icon {
    background-position: center center;
  }
  footer .footer-top #newsletter-form input {
    border-radius: 22px;
    margin-bottom: 10px;
  }
  footer .footer-top #newsletter-form button {
    position: static;
  }
  .xs-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-text-right {
    text-align: right;
  }
  .xs-d-flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #offers-carousel-wrap {
    padding-bottom: 0;
  }
  #offers-carousel-wrap .slick-arrow {
    bottom: initial;
    top: calc(50% - 25px);
  }
  #offers-carousel-wrap .slick-dots {
    bottom: 15px;
  }
  #news-carousel-wrap {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #news-carousel-wrap h2 {
    margin: 30px 0;
  }
  #news-carousel-wrap .slick-arrow {
    bottom: initial;
    top: calc(50% - 25px);
  }
  #news-carousel-wrap .slick-dots {
    bottom: -30px;
  }
  #model-filter #model-filters-wrap {
    margin: 0 15px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 30px;
  }
  #model-filter #model-filters-wrap .model-filter-type {
    white-space: nowrap;
  }
  footer .footer-top .menu {
    margin-bottom: 0;
  }
  footer .footer-top .menu li {
    display: block;
    margin-bottom: 10px;
  }
  footer .footer-top .right-menu li a img {
    display: none;
  }
  footer .footer-top .right-menu li #toTop {
    margin: 30px 0;
  }
  footer .footer-top .right-menu li #toTop img {
    display: inline-block;
  }
  footer .footer-top #newsletter-form {
    margin-bottom: 15px;
  }
  footer .footer-top #newsletter-form label {
    margin-bottom: 10px;
  }
  footer .footer-top #newsletter-form input {
    border-radius: 6px;
    background: #fff;
    color: #1E2A32;
  }
  footer .footer-top #newsletter-form input::placeholder {
    color: #1E2A32;
    opacity: 1;
  }
  footer .footer-top #newsletter-form input::-ms-input-placeholder {
    color: #1E2A32;
  }
}
@media screen and (max-width: 650px) {
  header .solo-logo {
    display: none;
  }
}

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