img {
    display: block;
    max-width: 100%;
    height: auto
}


html {
    font-size: 1.2vw;
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%
}


.h1, h1 {
    font-size: 3.5rem
}

/*-*/
.h2, h2 {
    font-size: 2.2rem;
}

/*48px*/
.h3, h3 {
    font-size: 1.7rem
}

/*32px*/
.h4, h4 {
    font-size: 1.5rem
}

/*28px*/
.h5, h5 {
    font-size: 1.3rem
}

/*24px*/

.micro {
    font-size: .714rem;
}

.mini {
    font-size: .857rem
}

.normal {
    font-size: 1rem
}

.big {
    font-size: 1.143rem
}

.extra {
    font-size: 1.286em
}

.l-normal {
    line-height: 1.2;
}

.l-big {
    line-height: 1.5;
}

.l-extra {
    line-height: 1.8;
}

.pt-extra {
    padding-top: 8rem
}

.pb-extra {
    padding-bottom: 8rem
}

.pt-big {
    padding-top: 6rem
}

.pb-big {
    padding-bottom: 6rem
}

.pt-normal {
    padding-top: 4rem
}

.pb-normal {
    padding-bottom: 4rem
}

.pt-mini {
    padding-top: 2rem
}

.pb-mini {
    padding-bottom: 2rem
}

.pt-micro {
    padding-top: 1rem
}

.pb-micro {
    padding-bottom: 1rem
}

.pb-none {
    padding-bottom: 0
}

.pt-none {
    padding-top: 0
}

.pl-none {
    padding-left: 0
}

.pr-none {
    padding-right: 0
}

.mt-extra {
    margin-top: 8rem
}

.mb-extra {
    margin-bottom: 8rem
}

.mt-big {
    margin-top: 6rem
}

.mb-big {
    margin-bottom: 6rem
}

.mt-normal {
    margin-top: 4rem
}

.mb-normal {
    margin-bottom: 4rem
}

.mt-mini {
    margin-top: 2rem
}

.mb-mini {
    margin-bottom: 2rem
}

.mt-micro {
    margin-top: 1rem
}

.mb-micro {
    margin-bottom: 1rem
}

.mb-none {
    margin-bottom: 0
}

.mt-none {
    margin-top: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 1rem;
    padding-left: 1rem
}

.row {
    margin-right: -1rem;
    margin-left: -1rem
}

.container {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1240px !important;
}

.font-weight-black {
    font-weight: 800
}


.btn {
    height: 2.5rem;
    font-size: 0.8rem;
    border-radius: 50px;
    /* padding-left: 2.5rem; */
    /* padding-right: 2.5rem; */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    line-height: 1;
    /* padding-top: 1rem; */
    /* padding-bottom: 1rem; */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: none;
    color: black;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 212, 0) 0%, rgb(255, 178, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 212, 0) 0%, rgb(255, 178, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 212, 0) 0%, rgb(255, 178, 0) 100%);
}


.btn.btn-lg {
    height: 3.2rem;
    font-size: 1rem;
    padding-left: 3rem;
    padding-right: 3rem; /* border-left:9px solid #f1b32e */
}

.btn.btn-lg::after {
    right: 4.5rem;
    width: 1.2rem;
    height: 1.2rem
}

.btn.btn-sm {
    height: 2.1rem;
    font-size: .7rem;
    padding-left: 1.5rem;
    padding-right: 3rem; /* border-left:5px solid #f1b32e; */
}

.btn.btn-sm::after {
    right: 2rem;
    width: .8rem;
    height: .8rem
}

.btn span::after { /* content:''; *//* background:url(../svg/001-right-arrow.svg) no-repeat center center; *//* background-size:contain; *//* width:1rem; *//* height:1rem; *//* position:absolute; *//* right: 0; *//* height: 100%; *//* margin-right: -1.3rem; */
}

.btn.btn-red {
    background: #e72e35;
}

.btn.btn-red {
    /* background: #e72e35; */
}

.breadcrumb li a {
    text-shadow: none
}

.breadcrumb-wrapper {
    overflow-x: scroll
}

.breadcrumb-wrapper-wrapper {
    height: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden; /* margin-top: 1rem; */
    border-radius: 50px;
    margin-bottom: 3rem;
}

.breadcrumb-wrapper-wrapper::after {
    z-index: 2;
    content: '';
    background: linear-gradient(to right, #e9ecef00, #e9ecef);
    position: absolute;
    height: 45px;
    width: 45px;
    right: 0;
    top: 0;
}

.breadcrumb { /* margin:0 0 20px; */
    padding: 8px 0;
    background: #e9ecef;
    border-radius: 0;
    z-index: 2;
    position: relative;
    color: #131313;
    box-shadow: 0 3px 5px 0 #000;
    display: flex;
    overflow: hidden;
    height: 2.5rem;
    align-items: center;
    padding-right: 35px;
    min-width: 100%;
    width: max-content; /* border-radius: 50px; */
}

.breadcrumb i, .breadcrumb span {
    font-size: 0.7rem;
    z-index: 2;
    color: #22aefb;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0
}

.breadcrumb > li a:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb > li:last-child {
    pointer-events: none;
    opacity: 0.5;
}

.breadcrumb > li:last-child::after {
    display: none;
}

.breadcrumb li a {
    text-decoration: none;
    background: #e9ecef;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
    transition: 0.2s;
    color: black;
    font-weight: 800;
}

.breadcrumb li {
    height: 100%;
    padding: 0;
}

.breadcrumb {
    padding: 0;
}

.breadcrumb > li a:after {
    height: 100%;
    width: 2.5rem;
    top: 0;
    right: -15px;
    z-index: 1;
    background: #e9ecef;
    transition: 0.2s;
}

.breadcrumb li a:hover {
    background: #d2d9e1;
}

.breadcrumb li a:hover::after {
    background: #d2d9e1;
}

.breadcrumb li a:hover::before {
    background: aqua;
}

.breadcrumb li:first-child a {
    padding-left: 30px;
}

.breadcrumb > li:first-child::before {
    background: url(../svg/001-home.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    margin-left: .5rem;
    background-size: 0.8rem;
    pointer-events: none;
}


.mainscreen {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    min-height: 90vh;
    position: relative;
    overflow: hidden;
}

.header {
    background: #f6f6f6;
}

.btn i {
    margin-left: .5rem;
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
}

.header .wrapper .right {
    display: flex;
    align-items: center;
}

.header .wrapper .right .nav {
    margin-right: 2.5rem;
    font-weight: 700;
    align-items: center;
    display: flex;
    color: #b6b6b6;
    font-size: .8rem;
}

.header .wrapper .right .nav i {
    margin-right: .4rem;
}

.header .wrapper .left .links a {
    color: black;
    margin-right: 1rem;
    font-weight: 00;
    opacity: 0.5;
    /* display: none; */
    font-size: .8rem;
}

.mainscreen .image {
    transform: scale(1.1);
}

.mainscreen .dropdown {
    position: absolute;
    bottom: 1rem;
    margin: 0 auto;
    /* width: 100%; */
    text-align: center;
    display: flex;
    left: 0;
    right: 0;
    width: 4rem;
    border-radius: 20px;
    height: 4rem;
    align-items: center;
    justify-content: center;
}

.mainscreen .dropdown {
    color: #e4e4e4;
    /* background: #d096ce38; */
    /* border: 4px solid #9a36c614; */
    font-size: 2rem;
}

.about {
    background: #232323;
    overflow: hidden;
}

.about .phone {
    color: #ffb300;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 1px;
    /* background: -webkit-linear-gradient(#ffd300, #ffb200); */
    background: linear-gradient(270deg, #ffd300, #ffb200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about hr {
    background: #ffd300;
    border-radius: 10px;
    border: 3px solid #ffc200;
}

.about .car {
    width: 200%;
    max-width: initial;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: 0.5px !important;
}

.features .item {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 30px;
    background: white;
    padding: 1rem;
    height: 100%;
}

.features .item img {
    margin: 0 auto;
    margin-bottom: 1rem;
}

.order {
    background: #f6f6f6;
}

.input {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.input input {
    padding: .5rem;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
}

.input label {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: gray;
    font-weight: 100;
}

.faq .separline {
    position: relative;
}

.faq .step {
    width: 42px;
    height: 42px;
    font-size: 21px;
    border-radius: 50%;
    border: 2px solid #efefef;
}

.faq .separline:after {
    top: 46px;
    left: 19px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (21px + 4px) * 2);
    background-color: #efefef;
}

.faq .card {
    border: none;
}

.bottom {
    background: #f6f6f6;
    /* padding-top: 3rem; */
    /* padding-bottom: 6rem; */
}

.bottom .image {
    margin-top: -4rem;
    padding-right: 2rem;
}

.container.micro {
}

.footer {
    background: #2e2e2e;
    color: gray;
    font-weight: 100;
    text-align: center;
}

.header .wrapper .left .logo img {
    height: 100%;
}

.header .wrapper .left {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .wrapper .left .logo {
    height: 100%;
    display: inline-block;
    float: left;
    margin-right: 2rem;
}

.autopark {
    background: #232323;
    color: white;
    text-align: center;
    overflow: hidden;
}

.autopark .item p {
    margin-bottom: 0;
}

.badge {
    background: #2cb3b8;
}

.badge.badge-yellow {
    background: #ffb600;
}

.autopark .item .title {
    margin-top: .5rem;
    font-weight: 700;
}

.autopark .item .price {
    font-weight: 300;
    font-size: 0.8rem;
    /* margin-bottom: .5rem; */
}

.autopark .item {
    margin-bottom: 2.5rem;
}

.autopark .item .image {
    margin: 0 auto;
}

.video-section {
    position: relative;
    overflow: hidden;
    background: black;
    opacity: 1;
    height: 200px;
    color: white;
}

.video-section {
    position: relative;
    /* opacity: 0; */
    /* visibility: hidden; */
    text-align: center;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /* height: 100%; */
    min-height: 500px;
    width: 100%;
    /* margin-top: -1px; */
    transition: all 0.3s ease;
}

.video-section .opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.video-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.video-section img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-section video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    pointer-events: none;
}

.video-section .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.header-mobile {
    height: 50px;
}

.header-mobile .logo {
    height: 100%;
    /* display: inline-flex; */
    /* align-items: center; */
}

.header-mobile .logo img {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

.header-mobile {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}


.menu {
    position: fixed;
    top: 50px;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.menu .inner {
    background: white;
    width: 80%;
    display: inline-flex;
    z-index: 3;
    justify-content: space-between;
    flex-direction: column;
    max-height: calc(100vh - 50px);
    box-shadow: 0 0 60px black;
    transition: .3s;
    margin-left: -80%;
}

.menu .background {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
}

.menu .inner .links a {
    color: black;
    font-size: 1.2rem;
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu .inner .links {
    margin-top: 1rem;
}

.menu .inner .bottom {
    display: flex;
    /* flex-direction: column; */
    text-align: center;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    padding-bottom: 30px;
    background: #ebebeb;
    padding-top: 30px;
    flex-wrap: wrap;
}

.menu .inner .bottom a {
    color: #5f5f5f;
}

.menu .inner .bottom .item {
    margin: 15px;
    white-space: nowrap;
}


.btn-menu-open.active {
    display: none;
}

.btn-menu-open {
    display: inline-flex;
}

.btn-menu-close {
    display: none;
}

.btn-menu-close.active {
    display: inline-flex;
}

.menu.active {
    opacity: 1;
    pointer-events: auto;
}

.btn-menu span {
    font-weight: 700;
    margin-right: 10px;
}

.btn-menu img {
    height: 20px;
}

.btn-menu {
    /* display: flex; */
    align-items: center;
    border: 1px solid;
    border-radius: 5px;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-mobile .logo a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #949494;
    font-weight: 900;
}

.menu.active .inner {
    margin-left: 0;
}

.features .item.item-big {
    /* display: flex; */
    /* text-align: left; */
    /* height: 100%; */
    /* align-items: baseline; */
    /* text-align: center; */
    /* justify-content: space-evenly; */
}

.features .item.item-big img {
    /* margin-right: 2rem; */
    /* object-fit: contain; */
}

.autopark .item .price.price-old {
    font-size: 0.5rem;
    text-decoration: line-through;
    opacity: 0.5;
}

.autopark .item.item-scale {
    transform: scale(1.10);
}

.autopark .item {
    transform: scale(0.65);
}

.faq .wrapper {
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 1rem;
}

.btn.btn-mini {
    height: 2rem;
    font-size: 0.65rem;
}

.blog-style-two-row {
    color: #333;
    border: 1px solid #eee;
    padding: 10px;
}

.blog-style-two-row .date-block {
    color: #333;
}

.blog-style-two-row h3 {
    color: #333;
}

.blog-style-two-row a {
    color: inherit;
}
