/*
Theme Name: Opel
Theme URI: https://draw.ro/
Author: Opel
Author URI: https://draw.ro/
Version: 1.0
Text Domain: Opel
*/


/* Reset CSS */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	overflow-x: hidden;
}

.menu_tab{
	position: absolute;
	height: 0;
	opacity: 0;
	overflow: hidden;
	top: 0;
	transition: 0.4s;
}
.menu_tab.active{
	position: relative;
	max-height: 800px;
	height: 100%;
	overflow: auto;
	opacity: 1;
}

.button-close .button{
	border: none!important;
}

.row__op{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.gallery_ms {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 60px;
}
.gallery_ms h2{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.gallery_ms div {
	padding: 6px;
	display: none;
}

.gallery_ms div:nth-child(1),
.gallery_ms div:nth-child(2),
.gallery_ms div:nth-child(3),
.gallery_ms div:nth-child(4),
.gallery_ms div:nth-child(5),
.gallery_ms div:nth-child(6),
.gallery_ms div:nth-child(7){
	display: block;
}

.gallery_ms div a{
	display: flex;
	height: 100%;
	position: relative;
}

.gallery_ms div a:before{
	content: '';
	position: absolute;
  width: 100%;
	height: 100%;
	z-index: 2;
	background: #000;
	opacity: 0;
	left: 0;
	top: 0;
	transition: 0.4s;
	border-radius: 1rem;
}

.gallery_ms div a:hover:before{
	opacity: 0.4;
}

.gallery_ms div img{
		width: 100%;
		height: 100%;
		min-height: 300px;
		object-fit: cover;
		object-position: center;
		border-radius: 1rem;
}

.hero{
	position: relative;
}

.hero img{
	width: 100%;
}

.hero .hero__content{
	position: absolute;
	right: 7%;
	top: 20%;
}

.hero .hero__content .button_link{
	display: flex;
	justify-content: end;
	margin-top: 10px;
}

.hero .hero__content .q-subheadline{
	margin-top: 16px;
}

.cta__row{
	padding-top: 50px!important;
	padding-bottom: 40px!important;
}

.cta__row h2{
	margin-bottom: 10px;
}

.cta__row .button_link{
	display: flex;
	justify-content:center;
}

.car_slider{
	max-width: 120rem;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

.slider__gama{
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.slider__gama .q-slider-item{
	padding: 16px;
}

.slider__gama .q-slider-item img{
	width: 100%;
}

.car_slider .button_link{
	margin-top: 40px;
}

.car__row .row__op{
	align-items: center;
	background: #fff;
}

.car__row .row__op .col__content{
	padding-left: 2.5rem;
	padding-right: 3.5rem;
	background: #fff;
}
.car__row .row__op .col__content h4{
	font-size: 1.375rem!important;
	margin-bottom: 30px;
}

.car__row .row__op .col__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.car__row .row__op:nth-child(even){
	flex-direction: row-reverse;
}

.offer__row{
	position: relative;
}

.offer__row img{
	width: 100%;
}

.offer__row .offer__content{
	position: absolute;
	left: 5%;
	top: 25%;
}

footer{
	margin-top: 0
}


.gallery__row{
	padding-top: 50px;
	padding-bottom: 50px;
}

.gallery__list{
	align-items: stretch;
}

.gallery__list .gallery__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery__list .gallery__item{
	width: 100%;
	padding: 8px;
	position: relative;
}

.gallery__list .gallery__item:nth-child(2){
	width: 60%;
}

.gallery__list .gallery__item:nth-child(3){
	width: 40%;
}

.gallery__list .gallery__item a{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.gallery__list .gallery__item a:before{
	content: '';
	position: absolute;
  width: 100%;
	height: 100%;
	z-index: 2;
	background: #000;
	opacity: 0;
	left: 0;
	top: 0;
	transition: 0.4s;
}

.gallery__list .gallery__item a:hover:before{
	opacity: 0.4;
}


.gallery__list .gallery__item a:after{
	content: attr(title);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	margin: auto;
	opacity: 0;
	transition: 0.4s;
	z-index: 3;
}

.gallery__list .gallery__item a:hover:after{
	opacity: 1;
}

.gallery__row .button_link{
	margin-top: 50px;
}


.color_slider{
  max-width: 950px;
  margin: auto;
  margin-bottom: 60px;
}

.color_slider .slider_item{
	margin-bottom: 120px;
}

.color_slider .slider_item img{
  width: 100%;
	max-width: 50.375rem;
}

.color_slider .slick-dots{
  transform: translateY(-50px);
}

.color_slider .slick-dots li{
  width: 3.125rem;
  height: 3.125rem;
  padding: 3px;
}

.color_slider .slick-dots li.slick-active{
  border: 2px solid #0074e8;
  border-radius: 50%;
}

.color_slider .slick-dots a{
  display: flex;
  width: 100%;
  height: 100%;
}

.color_slider .slick-dots span{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.color_slider .slick-dots span:after{
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background: linear-gradient(-40deg, transparent 35%, rgba(255, 255, 255, .25) 55%, transparent 75%);
}

.about-1, .about-3 {
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}

.about-1 h1{
	margin-bottom: 60px;
}

.about-1 .row__op{
	margin-top: 50px;
}

.about-1 .content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-1 .content p{
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 300 !important;
	margin-bottom: 2rem;
}

.about-1 .content img{
	max-width: 200px;
}

.about-1 .row__op .date{
	font-size: 3.75rem;
	line-height: 4.25rem;
}
.about-1 .row__op .date span{
	font-size: 1.5rem;
}

.about-1 img{
	width: 100%;
}

.about-3 h2{
	font-size: 3.75rem;
	line-height: 4.25rem;
}

.about-3 p{
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 2.25rem;
	margin-top: 1rem;
}

#caracteristici{
	margin-top: 80px;
}

.color_section h2{
	margin-bottom: 60px;
}

.gallery__row h2{
	margin-bottom: 60px;
}

.car_list{
	margin-top: 40px;
}

.car_list .car__item{
	padding: 5px;
	margin-bottom: 16px;
}

.car_list .car__item h4{
	text-decoration: none;
	flex-shrink: 1;
font-size: .875rem;
line-height: 1.375rem;
font-weight: 400;
overflow: hidden;
color: #999;
width: 100%;
}

.car_list .car__item a{
	text-decoration: none;
}

.car_list .car__item img{
	width: 100%;
}

.car_list .car__item .content{
	display: flex;
	padding: 8px;
	border: 1px solid #999;
}

.about-2 h2{
	margin-bottom: 40px;
}

.about-2 img{
	width: 100%;
}

.about-2 .row__op{
	align-items: center;
}

.about-2 .col__content{
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
}

.about-2 .col__content p{
	font-size: 1.125rem;
  line-height: 1.625rem;
	font-weight: 300;
}

.about-2 .col__btn{
	padding-right: 40px;
}

.about-2 .col__content strong{
	display: block;
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.75rem;
	margin-bottom: 1rem;
}

.modele__row{
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
}

.modele__row h2{
	margin-bottom: 30px;
}

.modele__row .model{
	align-items: center;
	border-top: 1px solid #000;
	padding-top: 40px;
	padding-bottom: 40px;
}

.modele__row .model img{
	width: 100%;
}

.modele__row .model .content{
	margin-bottom: 20px;
}

.modele__row .model .content p{
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.modele__row .model .content li{
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.crt__row h2{
	margin-bottom: 40px;
}

.crt__row .col__item img{
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.crt__row .content{
	margin-top: 20px;
}

.crt__row .col__item{
	margin-bottom: 30px;
}

.offer__page{
	padding-top: 80px;
	padding-bottom: 80px;
}

.offer__page .row__op{
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 100px;
	background-color: #fff;
}

.offer__page .row__op img{
	width: 100%;
}

.page__comer{
	padding-top: 60px;
	padding-bottom: 60px;
}

.page__comer .desc{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 1000px;
}

.page__comer .list__auto .item{
	background-color: #fff;
}

.page__comer .list__auto img{
	width: 100%;
}

.page__comer .list__auto .content{
	padding: 10px;
}

.page__comer .list__auto .content h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	color: inherit;
}

.page__comer .list__auto .content p{
	margin-bottom: 20px;
}

.page__comer h2{
	margin-top: 50px;
	margin-bottom: 30px;
}

.hero__page:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	z-index: 1;
}

.hero__page .hero__content h1{
	color: #fff;
}
.hero__page .hero__content p{
	color: #fff;
}

.hero__page .hero__content {
	right: inherit;
	left: 5%;
	top: inherit;
	bottom: 10%;
	z-index: 2;
}

.page__content{
	padding-top: 50px;
}

.page__content .q-grid-container{
	max-width: 1440px;
	margin: auto;
}

.page__content h2{
	margin-bottom: 30px;
}

.page__content .list__check{
	margin-bottom: 20px;
}

.page__content .list__check .item{
	margin-bottom: 30px;
}

.page__content .q-content{
	padding-left: 2.375rem;
	position: relative;
}

.page__content .q-content i{
	position: absolute;
	left: 0;
	font-size: 1.375rem;
  font-weight: 400;
}

.page__content .q-content p{
	font-size: 1.125rem;
  line-height: 1.625rem;
}

.page__content .button_link{
	display: flex;
	justify-content: center;
}

.car__list{
	margin-top: 50px;
}

.car__list h2{
	padding-bottom: 30px;
}

.car__carousel{
	padding-left: 50px;
	padding-right: 50px;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.car__carousel .q-slider-item{
	padding: 10px;
}

.car__carousel .q-slider-item img{
	width: 100%;
}

.asistenta__row .q-content{
	padding-left: 0;
}

.contact_form .small-text p{
	font-size: 12px;
}

.tabs__articles .tab{
	display: none;
}

.tabs__articles .tab.active{
	display: flex;
	align-items: center;
}

.tabs__articles h2{
	width: 100%;
}

.tabs__list{
	display: flex;
	justify-content: center;
	list-style: none;
	width: 100%;
	background-color: #f3f3f3!important;
	width: 100%;
}

.tabs__list li{
	display: inline-block;
}

.tabs__list li button {
	position: relative;
    padding: .9375rem 2.5rem !important;
    z-index: 2;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
		background: transparent!important;
		color: #000!important;
		margin: 0!important;
}

.colum-2{
	columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
}

.service__tab{
	padding-top: 50px;
	padding-bottom: 50px;
}

.service__tab h4{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 0px;
}

.service__tab ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.service__tab ul a{
	text-decoration: none;
}

@media(max-width: 991px){
	.q-page-container.active{
		position: fixed;
		top: 0;
	}
}
