* {
    outline: none !important;
}
html, body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}
body {
    background-color: #f3f3f3;
    font-family: 'Montserrat', Avenir, Segoe UI, Ebrima, sans-serif;
    font-weight: 400;
    font-size: .88rem;
    color: #606060;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, strong, b, label, .breadcrumb, section.sign {
    font-weight: 600;
}
a {
    color: #DC374F;
}
a:hover {
    text-decoration: none;
    color: #DC374F !important;
}
a, section.services li a:before, .btn {
    transition: all .2s ease;
    backface-visibility: hidden;
}
.btn {
    border-radius: 3px;
    font-size: 90%;
    letter-spacing: .04em;
    padding: .6rem 1.3rem;
    font-weight: 600;
    border: none;
    box-shadow: none !important;
    color: #fff;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #DC3751 !important;
}
.btn-outline-white, .btn-outline-white:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff !important;
}
.btn-light, .btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: #fff;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #979797 !important;
}
.container {
    position: relative;
}
.well {
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0, .1);
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0;
}
.list-group {
    overflow: hidden;
    box-shadow: none;
    border-radius: 4px;
}
.list-group-item {
    border: none;
    padding: 0;
    margin: 0;
}
.list-group-item a {
    display: inline-block;
    padding: 1.09rem 1rem;
    width: 100%;
}
.list-group-item:nth-child(even) {
    background-color: #F8F8F8;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:last-child {
    border-radius: 0 0 4px 4px;
}
.collapsing {
    transition: height .2s ease;
}
.navbar {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0, .1);
    z-index: 11;
}
.navbar h1 {
    margin: 0;
    padding: 0;
}
.navbar .navbar-brand {
    background-image: url(../img/cbk-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 148px auto;
    width: 145px;
    height: 180px;
    position: absolute;
    margin: -10px 0 0 -2px;
    padding: 0;
    left: 0;
    top: 0;
    text-indent: -99999px;
    z-index: 11;
}
.navbar-expand-md .navbar-nav {
    margin-right: -2rem;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 1.56rem 1rem;
    display: inline-block;
    font-weight: 600;
    color: #444;
    font-size: 105%;
    text-transform: uppercase;
}
.navbar-expand-md .navbar-nav li:first-child a {
    background: url(../img/home-icon.png) center no-repeat;
    background-size: 16px auto;
    text-indent: -9999px;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}
section.slider * {
    max-height: 600px;
}
section.slider {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
section.slider p {
    margin-bottom: 1.2rem;
    letter-spacing: 0.01em;
}
section.slider .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: 1;
background: -moz-linear-gradient(top, #000000 0%, #dc374f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000000 0%,#dc374f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000000 0%,#dc374f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dc374f',GradientType=0 ); /* IE6-9 */
    opacity: .4;
}
section.slider .carousel-item img {
    opacity: .8;
  }
section.slider .carousel-caption {
    top: 50%;
transform: translateY(-50%);
    bottom: initial;
    left: 20%;
    right: 20%;
    font-size: 115%;
    line-height: 1.65;
    text-shadow: 0 1px 3px rgba(0,0,0, .1);
}
section.slider .carousel-caption h5 {
    font-size: 190%;
}
section.slider .carousel-control-next, section.slider .carousel-control-prev {
    z-index: 20;
    width: 6%;
}
section.slider .carousel-indicators {
    bottom: 80px;
}
section.slider .carousel-indicators li {
    height: 4px;
    border-radius: 999px;
}
section.services {
    margin-top: -60px;
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
}
section.services .title {
    height: 60px;
    background-color: #DC374F;
    text-align: center;
}
section.services .title h3 {
    font-size: 104%;
    margin: 0;
    padding: 0;
    line-height: 60px;
    color: #fff;
}
section.services li a:before, section.services li:hover>a:before {
    content: "";
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(0,0,0, .07);
    position: relative;
    margin: 0 .85rem 0 0;
    top: .42rem;
}
section.services li:hover>a:before {
    background-color: #dc3751;
}
section.services li a {
    color: inherit;
}
section.services li:last-child {
    text-align: center;
}
section.services li:last-child>a:before {
    display: none;
}
section.services li:last-child a {
    color: #DC374F;
    font-weight: 600;
}
section.about {
    background-color: #fff;
    position: relative;
    z-index: 11;
}
section.about .img {
    background-image: url(../img/about.jpg);
    background-position: bottom;
    background-size: cover;
    height: 500px;
    line-height: .1;
}
section.about .text {
    padding: 3rem;
    line-height: 2;
}
section.about .text h3 {
    font-size: 200%;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
section.about .text p {
    color: #707070;
    font-size: 110%;
}
section.about .text p:last-child {
    margin: 0;
}
section.price, footer {
    padding: 7rem 0;
    background-color: #DC3751;
    background-image: url(../img/red-car.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
}
section.price .overlay, footer .overlay {
    background-color: #DC3751;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .55;
}
section.price .btn {
    padding: .9rem 1.3rem;
    font-size: 105%;
    color: #dc3751;
    box-shadow: 0 2px 4px rgba(0,0,0, .1);
    position: relative;
    z-index: 2;
}
footer {
    background-color: #555;
    background-image: url(../img/footer-bg.jpg);
    color: #fff;
    padding: 4rem 0 2.2rem 0;
}
footer h5 {
    margin-bottom: 2rem;
}
footer a {
    display: inline-block;
    color: #fff;
}
footer .overlay {
    background-color: #353535;
    opacity: .7;
}
footer .container {
    position: relative;
    z-index: 2;
}
footer .social ul {
    list-style: none;
    margin: 0;
    padding: 0
}
footer .social ul li {
    margin-bottom: 20px;
    text-align: left;
}
footer .social ul li a {
    background-position: left center;
    background-size: 32px auto;
    background-repeat: no-repeat;
    padding: 7px 5px 7px 42px;
}
footer .social ul li:nth-child(1) a {
    background-image: url(../img/facebook-icon.png);
}
footer .social ul li:nth-child(2) a {
    background-image: url(../img/instagram-icon.png);
}
footer .social ul li:nth-child(3) {
    display: none;
}
footer .social ul li:nth-child(3) a {
    background-image: url(../img/youtube-icon.png);
}
section.sign {
    padding: 0;
    line-height: .1;
    height: 80px;
    background-color: #232323;
    text-align: center;
}
section.sign h5 {
    font-size: 95%;
    color: #777;
    margin: 0;
    padding: 0;
    line-height: 80px;
}
section.containin {
    padding: 5rem 0 2rem 0;
    min-height: calc(100vh - 448px);
}
.breadcrumb {
    font-size: 94%;
    background-color: transparent;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1rem 0;
}
.breadcrumb>li>a {
    color: #b0b0b0;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ccc;
    font-size: 90%;
}
section.containin .side {
    background-color: #fafafa;
}
section.containin .side .inside {
    padding: 1.4rem .7rem 1.5rem 1.8rem;
}
.side .card, .side .card .card-header {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}
.side .card .card-header {
    padding: .4rem 0;
}
.side .card .card-header .btn {
    color: #DC3751;
    padding: 0 0 .15rem 0;
    font-size: 77%;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid transparent;
    width: 100%;
    text-align: left;
    border-radius: 0 !important;
    letter-spacing: -0.0009rem;
}
.side .card .card-header .btn.active {
    border-bottom-color: #eaeaea;
}
.side .card .card-body {
    padding-top: .2rem;
    padding-bottom: 0;
}
.side .card .card-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side .card .card-body h6 {
    font-size: 102%;
    margin: .3rem 0 .4rem 0;
    padding: 0;
    line-height: 1.5;
}
.side .card .card-body ul {
    list-style: none;
    margin: .4rem 0 1rem 0;
    padding: 0;
}
.side .card .card-body ul>li>a {
    padding: .19rem 0;
    display: inline-block;
    color: inherit;
}
.side .card .card-body ul>li.active>a {
    color: #DC3751;
}
section.containin .text {
    border-left: 1px solid #f3f3f3;
}
section.containin .text .inside {
    padding: 1.92rem 1.82rem 2.15rem 1rem;
    line-height: 1.85;
}
section.containin .text .inside ul {
    padding: 0;
    margin: 0 0 0 45px;
}
section.containin .text .title {
    padding: 0;
    margin: 0 0 1.5rem 0;
    font-size: 117%;
}
section.containin .text p {
    color: #666;
    font-size: 104%;
}
section.containin .text p:last-child {
    margin-bottom: 0;
}
section.containin .text .btn {
    padding: .8rem 1.3rem;
    font-size: 100%;
}
section.containin .text .btn:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0, .1) !important;
    color: #fff !important;
}
section.containin .text .content-footer {
    border-top: 1px solid #f5f5f5;
    padding-top: 2rem;
    margin-top: 1.6rem;
}
section.containin .text .btn.left-arrow {
    background: url(../img/left-arrow.png) no-repeat;
    background-size: 7px auto;
    background-position: 1rem 1.035rem;
    padding-left: 2rem;
}
section.containin .text .services ul {
    padding: 0;
    margin: .5rem 0 0 0;
    display: inline-block;
    list-style: none;
    width: 100%;
}
section.containin .text .services ul>li>a {
    padding: .2rem 0;
    display: block;
}
.framer {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    background-color: #f6f6f6;
    line-height: .1;
}
.table {
    margin-bottom: 0;
}
.table td, .table th {
    padding: .65rem .9rem;
    border-color: #ececec !important;
    text-align: right;
}
.table thead th {
    color: #DC3751;
    padding: .75rem .9rem;
    font-size: 102%;
}
.table thead th:nth-child(2) {
    width: 135px;
}
.table thead th:nth-child(3) {
    width: 100px;
}
.table thead th:first-child, .table tbody tr td:first-child {
    text-align: left;
}
.table thead th span {
    color: #aaa;
    font-weight: 400;
    letter-spacing: 0.06rem;
}
.table tbody tr td:nth-child(2), .table tbody tr td:nth-child(3) {
    font-size: 105%;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even),
.table-striped thead th {
    background-color: rgba(0,0,0, .017);
}
@media (min-width: 1500px) {
    section.slider {
        background-color: #fff;
    }
    .carousel.slide {
        max-width: 1500px;
        margin: 0 auto;
        background-color: #000;
    }
}
@media (max-width: 1280px) {
    section.about .text {
        padding: 2.5rem;
    }
    section.about .text h3 {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 991px), (min-device-width: 768px) and (max-device-width: 1024px)  {
		table, thead, tbody, th, td, tr {
			display: block;
		}
    table {
        border: none !important;
    }
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		td {
			border: none;
			position: relative;
			padding-left: 50%;
		}
		.table tbody tr td:first-child {
        font-weight: 600;

    }
		.table tbody tr td:nth-child(2):before,
    .table tbody tr td:nth-child(3):before {
            display: block;
            float: left;
        color: #909090;
		}
    		.table tbody tr td:nth-child(2):before {
    content: "Otomobil";
		}
    		.table tbody tr td:nth-child(3):before {
    content: "Suv";
		}
	}
@media (max-width: 992px) {
    .navbar {
        padding: 2.5rem 1rem;
    }
    .navbar-expand-md .navbar-nav {
        margin-right: -1.6rem;
    }
    .navbar .navbar-brand {
        background-image: url(../img/cbk-logo-mobile.png);
        background-size: 100px auto;
        height: 100px;
        width: 100px;
        width: 100px;
        margin: -1.85rem 0 0 0;
    }
    section.slider .carousel-indicators {
        display: none;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: .55rem;
    }
    section.slider .carousel-caption {
        left: 13%;
        right: 13%;
    }
    section.services {
        margin: 0;
        padding: 1.8rem 0 .2rem 0;
    }
    section.about .img {
        height: 450px;
    }
    section.containin {
        padding: 1.1rem 15px 1.5rem 15px;
    }
    section.containin .text .content-footer {
        padding-top: 1.55rem;
    }
    section.containin .text .content-footer .btn {
        margin: 5px 0;
        width: 100% !important;
    }
    section.containin .text .inside ul {
        margin: 0 0 0 15px !important;
    }
}
@media (min-width: 767px) {
    section.slider .carousel-item {
        background-image: none !important;
    }
}
@media (max-width: 767px) {
    .navbar {
        padding: 1.8rem 1rem !important;
    }
    .navbar .navbar-brand {
        background-size: 71px auto;
        height: 71px;
        width: 71px;
        margin-top: -0.96rem;
    }
    .navbar .navbar-collapse {
        margin-bottom: -1.2rem !important;
    }
    .navbar .navbar-collapse ul.navbar-nav {
        padding-top: 1.4rem;
        margin: 0 0 0 -0.4rem !important;
    }
    .navbar-expand-md .navbar-nav li a {
        width: 100%;
    }
    .navbar-expand-md .navbar-nav li:first-child a {
        background-image: none;
        text-indent: 0;
        width: auto;
        padding: .55rem;
    }
    .navbar-toggler {
        padding: .25rem .5rem;
    }
    section.slider .carousel-item {
        background-position: center;
        background-size: cover;
        height: 260px;
    }
    section.slider .carousel-item img {
        opacity: 0;
    }
    section.slider .carousel-caption {
        font-size: 120%;
        line-height: 1.55;
    }
    section.slider .carousel-caption h5 {
        font-size: 140%;
    }
    section.slider .carousel-caption p {
        margin: 0;
    }
    section.slider .carousel-caption .btn {
        margin-top: 1rem;
    }
    section.slider .carousel-control-next, section.slider .carousel-control-prev {
        width: 11%;
    }
    section.services {
        padding: 1rem 0;
    }
    section.about .img {
        height: 300px;
    }
    section.about .text {
        padding: 1.4rem .9rem;
    }
    section.about .text h3 {
        margin-bottom: .5rem;
    }
    section.price, footer {
        padding: 3.5rem 0;
    }
    section.containin .side {
        border-bottom: 1px solid rgba(0,0,0, .025);
        padding-bottom: 5px;
    }
    section.containin .side .inside {
        padding: 15px 20px 5px 20px;
    }
    section.containin .text {
        border-left: none;
    }
    section.containin .text .inside {
        padding: 30px 20px 20px 20px;
    }
    footer {
        padding: 2rem 0;
    }
    footer .col-sm-6 {
        padding-bottom: 1.6rem;
    }
    footer .col-sm-6:last-child {
        padding-bottom: 0;
    }
    footer h5 {
        margin-bottom: 1rem;
    }
}
@media (min-width: 576px) and (max-width:992px) {
.container {
    max-width: none;
    }
}
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    overflow: hidden;
}
.loader {
  border: 8px solid #ededed;
  border-radius: 999px;
  border-top: 8px solid #DC374F;
  width: 68px;
  height: 68px;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -34px;
    margin-left: -34px;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@charset "UTF-8";
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    animation-delay: .68s;
    -webkit-animation-delay: .68s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
