body {
    font-size: 16px;
    font-family: "Titillium Web";
    position: relative;
    overflow-x: hidden;;
}

.grey {
    color: #444;
}

a:focus {
    outline: 0;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
    margin: 30px 0;
}

h4 {
    font-size: 1.125em;
    margin: 30px 0;
    line-height: 1.6em;
}

h5 {
    font-size: .875em;
}

h6 {
    font-size: .750em;
}

.no-padding {
    padding: 0;
}

.transition {
    transition: .2s all;
    -webkit-transition: .2s all;
}

.no-margin {
    margin: 0;
}

.clearfix {
    clear: both !important;
}

header {
    min-height: 40px;
}

header .top {
    position: relative;
}

header .top p {
    padding: 10px;
    font-size: .875em;
}

header .top p strong {
    color: #888;
}

header .top .menu a {
    padding: 10px;
    display: block;
    font-size: .875em;
    color: #000;
    text-decoration: none;
}

header .top .menu a:hover {
    background: #282828;
    color: #fff;
}

header .navigation {
    background: rgb(40, 40, 40);
    background: -moz-linear-gradient(top, rgba(40, 40, 40, 1) 0%, rgba(71, 71, 71, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(40, 40, 40, 1) 0%, rgba(71, 71, 71, 1) 100%);
    background: linear-gradient(to bottom, rgba(40, 40, 40, 1) 0%, rgba(71, 71, 71, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#474747', GradientType=0);
    z-index: 102;
}

header .navigation .logo { margin: 5px auto 0 5px; display: block }

header .navigation .logo a { display: block }

header .navigation ul li {
    float: left;
}

header .navigation ul li a {
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875em;
    border: 0;
    color: #fff;
    transition: .2s all;
    -webkit-transition: .2s all;
}

header .navigation ul li a:hover {
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875em;
    color: #000;
    background: #fff;
    transition: .2s all;
    -webkit-transition: .2s all;
}


.roulette {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.roulette img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.roulette img.active {
    opacity: 1;
}

.roulette .roulette-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 0;
}

.roulette .roulette-wrapper .roulette-list {
    height: 100%;
    position: relative;
    left: 0;
}

.roulette .roulette-wrapper .roulette-list > li {
    position: relative;
    width: 1140px;
    height: 100%;
}

.roulette .roulette-wrapper ul .regeneration .caption h1 {
    background: rgb(26,90,179);
    background: -moz-linear-gradient(left,  rgba(26,90,179,1) 0%, rgba(47,163,252,1) 50%, rgba(26,90,179,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(26,90,179,1) 0%,rgba(47,163,252,1) 50%,rgba(26,90,179,1) 100%);
    background: linear-gradient(to right,  rgba(26,90,179,1) 0%,rgba(47,163,252,1) 50%,rgba(26,90,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5ab3', endColorstr='#1a5ab3',GradientType=1 );
    float: none;
    padding: 15px 0;
    margin: 0 auto;
    color: #fff;
    text-shadow: -2px -2px 0px rgba(89, 175, 242, 1);
}

.roulette .roulette-wrapper ul .regeneration .caption .what,
.roulette .roulette-wrapper ul .regeneration .caption .button {
    float: none;
    margin: 20px auto;
    color: #fff;
    padding: 0;
}

.roulette .roulette-wrapper ul .caption .button .more {
    background: #d90746;
    color: #fff;
    padding: 10px 25px;
    border: 0;
    border-radius: 0;
    letter-spacing: 2px;
    text-decoration: none;
}

.roulette .roulette-wrapper ul .caption .button .more:after {
    content: url("../img/arrow.svg");
    width: 20px;
    height: 16px;
    fill: #fff;
    float: right;
    margin: -1px 0 0 10px;
}

.roulette .roulette-wrapper ul .regeneration .caption .what li {
    list-style: circle;
}

.roulette .roulette-wrapper ul .regeneration .caption .what li:before {
    content:"\2022";
    margin-right: 10px;
}

.roulette .roulette-wrapper ul .generation .caption h2,
.roulette .roulette-wrapper ul .turbo .caption h2 {
    color: #fff;
    letter-spacing: 4.2px;
}

.roulette .roulette-wrapper ul .generation .caption h2.here {
    margin-bottom: 25px;
    padding: 15px;
    background: #31cbf1;
    color: #000623;
    line-height: 1.5;
}

.roulette .roulette-wrapper ul .turbo .caption h2 {
    color: #011a50;
    text-shadow: 4px 0px 10px rgba(1, 26, 80, 1);
}

.roulette .roulette-wrapper ul .turbo .caption h3.advantages {
    background: #ea0001;
    color: #fff;
    text-shadow: none;
    padding: 15px;
    font-weight: 300;
}


.roulette .roulette-wrapper ul li .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 102;
}

.roulette .controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 102;
    opacity: .5;
}

.roulette .controls:focus {
    outline: none;
}

.roulette .controls.next {
    right: 50px;
}

.roulette .controls.next:before {
    content: url("../img/rotator-arrow.svg");
    width: 48px;
    height: 48px;
    display: block;
}

.roulette .controls.prev {
    left: 50px;
}

.roulette .controls.prev:before {
    content: url("../img/rotator-arrow.svg");
    width: 48px;
    height: 48px;
    display: block;
    transform: rotate(180deg);
}

header .container {
    position: relative;
}

.sticky-wrapper {
    position: absolute;
    z-index: 103;
    width: 100%;
    top: 40px;
}

.category {
    background: #111;
}

.category .service figure {
    position: relative;
}

.category .service p {
    position: absolute;
    top: 50%;
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.category .service p span {
    font-size: 2.1em;
}

.category .service {
    max-height: 310px;
    max-width: 390px;
    overflow: hidden;
}

.services {
    padding: 55px 0;
}

.services li {
    margin: 15px 0;
}

.services li figure {
    position: relative;
    max-width: 245px;
    overflow: hidden;
    margin: 0 auto;
}

.services li .big {
    position: relative;
    max-width: 570px;
    overflow: hidden;
    margin: 0 auto;
}

.services li figure a {
    display: block;
}

.services li p {
    position: absolute;
    bottom: 0;
    background: #e9521e;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}


.about {
    background: #f3f3f3;
    padding: 25px 0;
}

.quick-contact {
    background: #f3f3f3;
    padding: 55px 0;
}

.contact p {
    margin: 10px 0 !important;
}

.newses {
    padding: 25px 0;
}

.offer {
    padding: 0 0 55px 0;
}

.newses h2,
.about h2,
.offer h2,
.quick-contact h2 {
    text-transform: uppercase;
    color: #e9521e;
    text-align: center;
    position: relative;
}

.about .description p,
.social .fb-page {
    margin: 45px auto;
}

.newses .news {
    margin-top: 35px;
    overflow: hidden;
    padding: 0 15px;
}

.newses .news h3,
.news-content h3 {
    text-transform: uppercase;
    color: #0059ab;
    margin: 25px 0px;
    line-height: 1.5em;
}

.news-content h3 {
    margin-top: 0px;
}

.newses .news a {
    text-decoration: none;
    color: #cc0000;
}

.newses .news time {
    font-size: .875em;
    margin-top: 3px;
}

.news-content {
    margin-top: 35px;
}

.news p {
    line-height: 2em;
}

.offer .item {
    padding: 0 15px;
    cursor: pointer;
}

.offer .box {
    max-height: 600px;
    position: relative;
    margin: 50px 0;
}

.offer .price {
    position: absolute;
    bottom: 0px;
    top: 25px;
    left: 150px;
    right: 0;
    color: #fff;
    width: 50%;
    border-radius: 50px;
    margin: 0 auto;
    background-color: #e9521e;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.offer .name {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background-color: #444;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.quick-contact .contact {
    margin: 55px 0;
}

.quick-contact .contact h3 {
    text-transform: uppercase;
    color: #464646;
    color: #464646;
}

.quick-contact .contact-button {
    padding: 10px 35px;
    border: 3px solid #e9521e;
    color: #e9521e;
    text-transform: uppercase;
    text-decoration: none;
}

.quick-contact .contact-button:hover {
    background: #e9521e;
    color: #fff;
}

body > footer {
    background: #272727;
    min-height: 135px !important;
}

body > footer .quick-links {
    padding: 25px 0;
    color: #fff;
}

body > footer .quick-links li a {
    text-decoration: none;
    font-size: .875em;
    color: #a1a1a1;
    transition: .2s all;
    -webkit-transition: .2s all;
}

body > footer .quick-links li a:hover {
    text-decoration: none;
    font-size: .875em;
    color: #fff;
    transition: .2s all;
    -webkit-transition: .2s all;
}

body > footer .copyright,
body > footer .author {
    color: #fff;
    padding: 20px 0;
}

body > footer .author img {
    height: 30px;
    margin-left: 10px;
}

/* Subpage */

body .subpage .title {
    background: url("../img/belka.png") no-repeat center;
    height: 180px;
}

body .subpage .title h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 110px;
}

body .subpage .sidebar {
    background: #f0f0f0;
    height: 100%;
    height: 100vh;
}

body .subpage .sidebar .photo {
    margin-bottom: 15px;
    font-size: .750em;
    padding: 0 15px;
}

body .subpage .sidebar .photo.first {
    margin-top: 30px;
    transition: .2s all;
    -webkit-transition: .2s all;
}

body .subpage .sidebar .photo img {
    border: 4px solid #f7fbfa;
}

body .subpage .sidebar .info {
    padding: 0 15px;
}

body .subpage .sidebar .info h4 {
    text-transform: uppercase;
    color: #e9521e;
}

body .subpage .sidebar .info .description {
    text-transform: uppercase;
}

body .subpage .sidebar .contact {
    margin: 35px 0 !important;
}

body .subpage .sidebar .tabs {
    margin: 15px 0;
}

body .subpage .sidebar .tabs li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #e9521e;
    font-weight: 700;
    text-transform: uppercase;
}

body .subpage .sidebar .tabs li a:hover,
body .subpage .sidebar .tabs li.active a {
    background: #444;
    color: #fff;
    padding-left: 20px;
}

body .subpage .content {
    padding: 0 40px;
    margin-bottom: 20px;
}

body .subpage .content p {
    font-size: 1em;
    line-height: 1.8em;
}

body .subpage .content .gallery {
    margin-top: 35px;
}

body .subpage .content .item {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 15px;
}



body .subpage .content .car {
     min-height: 100px;
    margin: 0px 0;
    display: block;
    background: #dcdddf;
}

body .subpage .content .car-color {
     min-height: 100px;
    margin: 0px 0;
    display: block;
    background: #93a6b2;
    color: #fff;
}

body .subpage .content .car b {
     line-height: 6em;
}

body .subpage .content .car-color b {
     line-height: 6em;
}

 
body .subpage .sidebar .is-sticky .fixed .photo.first {
    margin-top: 200px;
    transition: .2s all;
    -webkit-transition: .2s all;
}

body .subpage .tab-content ul > li {
    margin: 15px 0;
    
}

.item-skp {
    float: left;
    width: 100%;
    background: #222;
    font-size: 1.3em;
    padding: 60px 30px;
    color: #e9521e;
    margin: 60px 0 50px 0;
}

.item-skp:hover {
    float: left;
    width: 100%;
    background: #e9521e;
    font-size: 1.3em;
    padding: 60px 30px;
    color: #222;
    margin: 60px 0 50px 0;
}

.panel-heading {     
    color: #fff !important;
    background-color: #e9521e !important;
}

.panel-group .panel, .panel-heading { border-radius: 0; border: 0; }

.panel-body { border: 1px solid #ccc; }

/* Modal */

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    color: #fff;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    overflow: auto;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px;
    background-color: #005bac;
}

.modal-body {
    padding: 0;
    color: #333;
}

.modal-content .info,
.modal-content .gallery {
    padding: 15px;
}

.unslider-nav {
    top: -50px;
    position: relative;
}

.unslider-nav ol {
    list-style: none;
    text-align: center;
}

.unslider-nav ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}

.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}

.unslider-arrow, #demos .unslider-arrow {
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    right: -50px;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(0, 0, 0, .2) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==') no-repeat 50% 50%;
    background-size: 7px 11px;
    border-radius: 32px;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .2s;
}

.unslider-arrow:hover, #demos .unslider-arrow:hover {
    opacity: 1;
}

.unslider-arrow.prev, #demos .unslider-arrow.prev {
    left: 20px;
    right: auto;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Hamburger */

.hamburger {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 10px;
    right: 0;
    display: none;
    z-index: 999;
}

.hamburger-look {
    position: relative;
    left: -13px;
    top: 5px;
    color: #000;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.hamburger span:nth-child(odd) {
    left:0;
    border-radius: 9px 0 0 9px;
}

.hamburger span:nth-child(1), .hamburger span:nth-child(2) {
    top: 0;
}

.hamburger span:nth-child(3), .hamburger span:nth-child(4) {
    top: 6px;
}

.hamburger span:nth-child(5), .hamburger span:nth-child(6) {
    top: 12px;
}

.hamburger.open span:nth-child(1), .hamburger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.open span:nth-child(2), .hamburger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

.hamburger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

.hamburger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.hamburger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.hamburger.open span:nth-child(5) {
    left: 5px;
    top: 9px;
}

.hamburger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 9px;
}

/* Large devices (large desktops, 1400px and up) */
@media (max-width: 1400px) {

}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
    header {
       min-height: 50px;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    }

    body .subpage .title h3 {
        margin-top: 50px;
    }

    .sticky-wrapper {
        top: auto;
        display: none;
    }
    
    .menu { display: none; }

    body .subpage .sidebar {
        height: auto;
    }

    body .subpage .sidebar .contact {
        text-align: center;
    }

    header .container,
    header .top {
        padding: 0;
    }

    .navigation ul {
        width: 100%;
        text-align: center;
        float: none !important;
    }

    .category .service {
        margin: 0 auto;
        float: none;
    }

    body > footer .copyright,
    body > footer .author {
        text-align: center;
    }

    header .navigation ul li {
        width: 100%;
    }

    .hamburger {
        display: block;
    }
    
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .hamburger {
        right: 10px;
    }
    
    
}

/* Very Small devices (tablets, 420px and up) */
@media (max-width: 420px) {
    body {
        font-size: 12px;
    }
}

@media (max-width: 1170px) {
    .rotator { display: none; }
}



p { 
    margin: 0px !important; 
    line-height: 20px; 
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  max-width: 800px;
  margin: 4em auto;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}


.bts-popup-container .bts-popup-close {
position: absolute;
    top: 8px;
    right: -8px;
    width: 30px;
    height: 30px;
    background: #fff;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #000;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}