html,
body {
	margin: 0;
	padding: 0;
	width: 100vw;
	overflow-x: hidden;
	scroll-behavior: smooth;
}


body{
	color: #292929;
	font-family: Poppins, sans-serif !important;
	font-size:22px;
}

h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.5rem;
}

h3{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2rem;
}

.fixed-nav
{
	position: fixed!important;
    width: 100%!important;
    background: white!important;
    z-index: 1000!important;
	border-bottom: 5px solid #ffe81f;
}

.container-custom{
	font-size: 3vw; 
	font-weight: 400; 
	line-height: 24px;
	padding-top: 0.75em;
}

.logo-adawards{
	filter: invert(1);
}

.menu_link{
	color: #292929;
	font-family: Poppins, sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2.29px;
	text-transform: uppercase;

	position: relative;
	display: block;
}

.menu_link a {
	color: #292929;
}

#logo_wheel{
	transition: all 0.3s ;
}

.navbar-brand:hover > #logo_wheel{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.underlined{
	background: linear-gradient(to top, transparent 12%,#ffe81f 12%, #ffe81f 50%, transparent 50%);
}

.nav-item{
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.menu_link.active::before{
	opacity: 1;
}

.menu_link::before{
	position: absolute;
	background: #ffe81f;
	opacity: 0;
	width: 100%;
	height: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	content: "";
}

.menu_link:hover::before {
	opacity: 1 !important;
}

.menu_link:hover{
	color: black;
}

#slider{
	line-height: 1.8rem;
	font-weight: 500;
	font-size: 1rem;
}

#ref-slider{
	line-height: 1.8rem;
	font-weight: 500;
	font-size: 1rem;
}

.slider_content{
	z-index: 10;
	position: relative;
}

.slider_title{
	font-size: 1.389em;
	line-height: 1.2;
}

.slider_title-custom{
	font-size: 2.5rem;
}

.slider_text{
	line-height: 1.3;
}

.slider_text-custom{
	font-size: 2rem;
}

.slider_text-custom_italic{
	font-size: 1.5rem; 
	font-style:italic;
}

.brands{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
	background-color: #292929;
	color: #ffffff;
	font-size: 3.5vw;
	font-weight: 700;
	line-height: 56px;
}

.brands-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(9, 1fr);
}

.brands-list > div {
	transition: background-color .15s, border .15s;
	border: 1px solid #454545;
	background-color: inherit;
	fill: #fff !important;
}

.brands-list > div:hover {
	border: 1px solid #ffe81f;
	background-color: #ffe81f;
	fill: #000 !important;
}

.brands-list > div:hover img {
	filter: invert(100%);
}

.brands-list > div img {
	object-fit: contain;
}

.img-custom{
	visibility: hidden !important;
	width: 0;
	height: 0;
}

.image_text{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	text-shadow: 1px 1px 4px black;
}

.image_text_header{
	font-size: 1.6rem;
	font-weight: 700;
	text-shadow: 1px 1px 4px black;
}

.offer_box{
	box-shadow: 0 0 31px rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}

.button{
	font-size: inherit;
	padding: 1rem;
	text-transform: uppercase;
	font-weight: 300;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
	border: none;
	transition: background-color 0.15s;
	text-align: center;
	display: flex;
	align-items: center;
}

.button-price{
	background-color: #ffe81f;
	color: #292929;
	font-size: 1.045em;
}

.button-white, .button-dark:hover{
	background: #fff;
	color: #292929;
}

.button-white:hover, .button-dark{
	background-color: #292929;
	color: #fff;
}

.button-white:hover{
	border: 2px solid whitesmoke;
}

.button-white-custom{
	font-weight: 400; 
	font-size: 1rem;
}

.offer_box ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.offer_box ul li:before {
  content: '\2014';
  color: #ffe81f;
  font-weight: 900;
  padding-right: 10px;
}

.offer_box_rectangle{
	background-color: #ffe81f;

}

.offer_box span{
	font-weight: 700;
	font-size: 1.2rem;

}

.offer_image_box{
	position: relative;
 	width: 200%;
 	top:20%;
 	right: 120%

}

.offer_image{
 	width: 100%;
}

.offer_logo{
 	width: 10%;
 	margin-bottom: 0.5rem;
}



.realization-hover{
	transition: all 0.5s;
}

.realization-hover:hover{
	background-color: rgba(0, 0, 0, 0.5);
}

.price_list_item{
	box-shadow: 0 0 37px rgba(0, 0, 0, 0.06);
	text-align: center;

	font-size: 1.188rem;

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	height: 100%;

	transition: background-color 0.15s;
}

.price_list_item{
	fill: #292929;
	--linkedin: #fff;
}

.price_list_item:hover{
	color: #fff;
	fill: #fff;
	background-color: #292929;
	--linkedin: #292929;
}

.price_list_item_text{
	font-size: 1.636em;
	align-self: center;
	line-height: 1.2;
}

.price{
	background-color: #ffe81f;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
	color: #292929 !important;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.4rem;
	width: 80%;
	position: absolute;
	bottom: 120px;
	margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
	/*right: 120px;*/

}
/* custom class dla 3 rzędu facebook-ex, padding nie zachowuje się jak w pozostałych rzędach */
.p-custom {
	padding-left: 3.87rem !important;
}

.p-custom-2{
	padding-left: 3.25rem !important;
}
#carousel-custom-dots{
	list-style: none;
	z-index: 10;
	left: 0;
	bottom: calc(20% - 5rem);

	display: flex;
	align-items: center;
	height: 20px;
}

#carousel-custom-ref-dots{
	list-style: none;
	z-index: 10;
	left: 0;
	bottom: calc(20% - 5rem);

	display: flex;
	align-items: center;
	height: 20px;
}

.carousel-dot{
	background-color: #eaeaea;
	height: 10px;
	transition: height .5s, background-color .5s, opacity .5s;
	flex: 1 0 auto;
	cursor: pointer;
}

.carousel-dot.active{
	background-color: #ffe81f;
	height: 20px
}

.carousel-dot:not(:first-child){
	margin-left: .5rem;
}

.carousel-dot:not(.active):hover{
	height: 20px;
	background-color: #ffe81f;
	opacity: .7;
}

.carousel_price_list .image-carousel, .carousel_price_list .owl-carousel, .carousel_price_list{
    display: none;
}

.carousel_price_list > .owl-stage-outer{
	overflow: visible !important;
}

.carousel_price_list .owl-stage{
	display: flex;
}

#realization .nav-link.active{
	background-color: #292929; 
 	color: #ffe81f;
}


.realization_tabs{
	color: #292929;
	font-family: Poppins;
	font-size: 0.9rem;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
	text-decoration-color: #292929; 
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.realization_tabs:hover{
	color: initial;
}

.contact-header{
	font-size: 1rem;
}

.contact-header > h2{
	line-height: 1.2;
	font-size: 1.6em;
}

.contact-header > h5{
	font-size: 1em;
}

.contact-form{
	font-size: 12px;
	font-family: Poppins, serif;
}

.contact-form_input,
.contact-form_input select,
.contact-form_input select:focus,
.contact-form_input input,
.contact-form_input input:focus,
.contact-form_input input::placeholder,
.contact-form_input textarea,
.contact-form_input textarea:focus,
.contact-form_input textarea::placeholder{
	font-family: Poppins, serif ;
	background-color: #f5f5f5 !important;
	color: #939393;
}

.contact-form_button{
	font-size: 1rem;
}

.contact_card{
	color: #292929;
	font-family: Poppins;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.81px;
	line-height: 23px;
	text-transform: uppercase;
	object-fit: scale-down;
}

.contact_button > svg{
	max-width: 30px;
	min-width: 22px;
	height: auto;
}

.contact_button{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
	font-size: 1rem;
	font-weight: 300;
	margin: 0 auto;
	display: inline-block;
	padding: .8rem 1.5rem;
	width: 100%;
}

.contact_button_phone{
	background-color: #ffe81f;
	color: #292929;
	transition: background-color 0.35s;
	fill: #292929;
}

.contact_button_phone:hover{
	color: #ffe81f;
	background-color: #000;
	fill: #ffe81f;
}

.contact_button_mail{
	background-color: #000;
	color: #fff;
	transition: background-color 0.35s;
	fill: #fff;
}

.contact_button_mail:hover{
	color: #292929;
	background-color: #ffe81f;
	fill: #292929;
}



.information{
	color: #292929;
	font-family: Poppins;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 0.7rem;
}

.ada-footer {
	color: #fff;
	padding: 1.7rem;
	background-color: #000000;
	display: flex;
	align-content: center;
	font-size:  1.313rem;

	width: 100vw;
	margin-left: calc(-50vw + 50%);
	position: relative;
}

.ada-footer--link {
	font-size: inherit;
	color: white;
}

.ada-footer--link:hover {
	transition: color 0.5s;
	text-decoration: none;
	color: #ffe820;
}

/* Toyota alta img size */
.toyota-img{
	height: 15% !important; 
	width: 15% !important
}

@media only screen and (max-width: 767px){

	.offer_image_box{
		position: relative;
	 	width: 60%;
	 	top:30%;
	 	left: 20%;
	}

	.offer_logo{
 		width: 20%;
	}

	/* custom class dla 3 rzędu facebook-ex, padding nie zachowuje się jak w pozostałych rzędach */
.p-custom {
	padding-left: 1.5rem !important;
}

.p-custom-2{
	padding-left: 1.5rem !important;
}
}


@media only screen and (max-width: 1024px){
	h2{
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.contact_button{
		font-size: .9rem;
	}

	.p-custom {
		padding-left: 1.5rem !important;
	}
	
	.p-custom-2{
		padding-left: 1.5rem !important;
	}
}

@media (min-width: 576px) {
	.image_text{
		font-size: 1rem;
	}

	.image_text_header{
		font-size: 2.5rem;
	}

	.contact-header{
		font-size: 1.375rem;
	}

	#slider{
		font-size: 1.4rem;
	}
	.p-custom {
		padding-left: 1.5rem !important;
	}
	
	.p-custom-2{
		padding-left: 1.5rem !important;
	}
}

@media (min-width: 768px){
	.image_text{
		font-size: 1rem;
	}

	.image_text_header{
		font-size: 1.8rem;
	}
	.information{
		margin-top: 180px;
		margin-bottom: 120px;
	}

	.slider_content{
		position: absolute;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: start;
	}

	.brands-list{
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(9, 1fr);
	}

	#slider{
		font-size: 1.2rem;
	}
	.p-custom {
		padding-left: 1.5rem !important;
	}
	
	.p-custom-2{
		padding-left: 1.5rem !important;
	}
}

@media (min-width: 992px){

	#carousel-custom-dots{
		position: absolute;
	}

	.price_list_item{
		font-size: 1.375rem;
	}
	.offer_box{
		font-size: 1.125rem
	}

	#slider{
		font-size: 1.5rem;
	}
	.p-custom {
		padding-left: 1.5rem !important;
	}
	
	.p-custom-2{
		padding-left: 1.5rem !important;
	}
}

@media (min-width: 1200px){
	.image_text{
		font-size: 1rem;
	}

	.image_text_header{
		font-size: 2.5rem;
	}

	.navbar > div{
		width: auto !important;
	}

	.navbar{
		position: absolute;
		z-index: 10;
	}

	.brands-list{
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(5, 1fr); 
	}

	#slider{
		font-size: 1.8rem;
	}
	.p-custom {
		padding-left: 1.5rem !important;
	}
	
	.p-custom-2{
		padding-left: 1.5rem !important;
	}
}


@media (max-width: 767px){

	.slider_title-custom{
		font-size: 2rem;
	}

	.slider_text-custom{
		font-size: 1.5rem;
	}

	.slider_text-custom_italic{
		font-size: 1rem; 
	}
}


@media (max-width: 425px){

	.slider_title-custom{
		font-size: 1.65rem;
	}

	.slider_text-custom{
		font-size: 1.25rem;
	}

	.slider_text-custom_italic{
		font-size: 0.9rem; 
	}
}


.btn__text__box{
    border: 1px solid #ffffff;
    background-color: #000000;
}

.cursor {
	cursor: pointer;
}