/*
Theme Name: Wypożycz Bus
Version: 1.0
Author: Digital Noise Agency
Author URI: https://digitalnoise.pl/
*/


@font-face {
	font-family: "Inter 300", sans-serif;
	src: url("/wp-content/themes/wypozycz-bus/fonts/Inter_300.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Inter 500", sans-serif;
	src: url("/wp-content/themes/wypozycz-bus/fonts/Inter_500.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Inter 600", sans-serif;
	src: url("/wp-content/themes/wypozycz-bus/fonts/Inter_600.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Inter 700", sans-serif;
	src: url("/wp-content/themes/wypozycz-bus/fonts/Inter_700.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Inter 800", sans-serif;
	src: url("/wp-content/themes/wypozycz-bus/fonts/Inter_800.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Inter 900", sans-serif;
	src: url("/wp-content/themes/wypozycz-bus/fonts/Inter_900.ttf");
	font-display: swap;
}

.maintenance_info {
	position: fixed;
	bottom: 20px;
	right: 50px;
	left: 50px;
	background: #fff;
	padding: 20px;
	border: 1px solid var(--green);
	text-align: center;
}

.maintenance_info a {
	color: var(--green);
}

*,
*::after,
*::before {
	box-sizing: border-box;
	position: relative;
}

:root {
	--black: #161616;
	--white: #ffffff;
	--off-white: #F8F8F8;
	--green: #189a4d;
	--dark-green: #3D5E27;
	--light-green: #9FC419;
	--grey: #979797;
}

body {
	font-family: "Inter 300", sans-serif;
	font-style: normal;
	background: #fff;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: .5px;
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	font-family: "Inter 800", sans-serif;
}

a, a:active, a:visited {
	text-decoration: none;
	color: var(--black);
}

:focus {
	outline: none;
}

img, video {
	max-width: 100%;
	height: auto;
	display: block;
}

iframe {
	max-width: 100%;
}

section:not(.menu) {
	padding: 120px 0;
}

section.hero {
	padding-top: 80px;
}

section.menu .block {
	padding: 40px 0;
	align-content: center;
}

section.menu .grid {
	grid-template-columns: auto 1fr;
}

section.menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

section.menu li {
	display: inline-block;
	list-style-type: none;
	padding: 10px;
	margin: 0 10px;
}

section.menu li.current-menu-item a {
	font-family: "Inter 600", sans-serif;
	color: var(--green);
}

section.menu li.current_page_item.cta a {
	font-family: "Inter 300", sans-serif;
	background: none;
	border: 1px solid var(--green);
}

.grid {
	display: grid;
	column-gap: 60px;
	row-gap: 60px;
}

.grid-2 {
	grid-template-columns: 1fr 1fr;
}

.grid-2-1 {
	grid-template-columns: 2fr 1fr;
}

.grid-1-2 {
	grid-template-columns: 1fr 2fr;
}

.grid-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.block {
	max-width: 1600px;
	margin: 0 auto;
}

.mini-block {
	max-width: 1050px;
	margin: 0 auto;
}

.cta a, a.cta {
	padding: 10px 20px;
	background: var(--green);
	color: var(--white);
	border-radius: 30px;
}

.logo {
    width: fit-content;
}

.logo:before {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	right: -100px;
	left: -400px;
	background: var(--green);
	transform: skew(45deg);
}

.logo img {
	height: 40px;
	width: auto;
}

footer {
	background: var(--off-white);
	padding: 120px 0 70px 0;
	margin: 50px 0 0 0;
}

footer .item {
	margin-bottom: 60px;
}

footer ul {
	margin: 20px 0 0 0;
	padding: 0;
}

footer li {
	font-size: .9rem;
	list-style-type: none;
	margin: 0 0 10px 0;
}

footer .copyright {
	border-top: 1px solid var(--grey);
	padding: 40px 0;
	margin: 60px auto 0 auto;
	font-size: .8rem;
}

footer .copyright .grid-item {
	align-content: center;
	color: var(--grey);
}

footer .author a {
	color: var(--grey);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}

footer .author a img {
	margin: 0 0 0 10px;
}

footer .some a {
	width: 50px;
	height: 50px;
	border: 2px solid var(--green);
	display: inline-block;
	align-content: center;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
	margin: 0 10px 0 0;
}

footer .some a svg {
	fill: var(--green);
}

footer .company {
	margin: 60px 0 0 0;
	font-size: .8rem;
}

footer .place {
	margin: 0 0 60px 0;
}

footer .place h2 {
	margin-top: 0px;
	font-size: 1.2rem;
	font-family: "Inter 700", sans-serif;
}

h1 {
	font-size: 3rem;
	font-family: "Inter 800", sans-serif;
	margin: 30px 0;
}

h1 strong, h2 strong {
	color: var(--green);
	font-family: "Inter 800", sans-serif;
}

h2 {
	font-size: 2.5rem;
}

span {
	text-transform: uppercase;
	line-height: 1.7;
}

.hero {
	text-align: center;
}

.links-grid {
	margin: 80px 0 0 0;
}

.links-grid a {
	margin: 0 20px;
}

.fleet .slider .item {
	background: var(--off-white);
	padding: 50px;
	border-radius: 30px;
	height: 550px;
	display: grid;
	transition: .3s;
}

.fleet .slider .item:hover {
	background: rgba(159,196,25,.5);
	scale: 1.05;
}

.fleet .slider .item .bottom {
	margin-top: 100px;
	align-self: end;
}

.fleet .slider .item .bottom img {
	max-width: calc(100% + 60px);
	margin: 0 -30px;
	transition: .3s;
}

.fleet .slider .item:hover .bottom img {
	max-width: calc(100% + 120px);
	margin: 0 -60px;
}

.fleet .slider .item span {
	text-transform: none;
	font-size: .7rem;
	opacity: 0;
	transition: .5s;
	top: 20px;
}

.fleet .slider .item:hover span {
	opacity: 1;
	top: 0px;
}

.slick-slide {
  margin: 0 20px;
}

.fw_slider .slick-slide {
  margin: 0 !important;
}

.slick-list {
	padding: 50px 0 50px calc(50% - 820px) !important;
}

.fw_slider .slick-list {
	padding: 0 !important;
}

.slider-nav {
	text-align: right;
	margin: 0 0 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	width: 70px;
}

.slick-disabled {
	opacity: .3;
}

.slick-arrow:not(.slick-disabled):hover {
	cursor: pointer;
}

.slider-nav svg {
	max-width: 20px;
}

.slider h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2rem;
	max-width: 80%;
}

.title-block {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}

.title-block:before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--black);
	position: absolute;
	bottom: 50%;
	right: 0px;
	left: 0px;
}

.title-block .left {
	max-width: fit-content;
	background: var(--white);
	padding: 0 30px 0 0;
}

.title-block .right {
	background: var(--white);
	padding: 0 0 0 30px;
}

.benefits .grid-3 {
	text-align: center;
	margin-top: 80px;
}

.home .benefits .icon {
	background: var(--green);
	padding: 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	align-content: center;
}

.benefits .icon img {
	margin: 0 auto;
	max-height: 60px;
	width: auto;
}

.cars, .cars .title-block .left, .cars .title-block .right {
	background: #f1f5ed;
}

.cars .slider .slick-track {
    display: flex !important;
}

.cars .slider .item {
	background: var(--white);
	border-radius: 30px;
	padding: 20px;
	display: grid;
	height: inherit !important;
	transition: .5s;
}

.cars .slider .item:hover {
	scale: 1.05;
}

.slick-dots {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.slick-dots button {
	display: none;
}

.slick-dots li {
	list-style-type: none;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: var(--grey);
	margin: 0 5px;
	border-radius: 50%;
}

.slick-dots li:hover {
	cursor: pointer;
}

.slick-dots li.slick-active {
	background: var(--green);
}

.cars .slick-list {
  margin: 0 -20px;
}

.cars .item h3 {
	font-size: 1.5rem;
	margin: 10px 0;
}

.cars .item .top {
	margin: 0 20px;
}

.cars .item .bottom {
	margin: 20px;
	padding-top: 20px;
	align-self: end;
}

.cars .item .bottom .name {
	border-bottom: 1px solid var(--black);
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.cars .item .bottom .grid {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}

.cars .item .bottom span {
	display: block;
	font-size: .8rem;
}

.cars .item .bottom span.price {
	font-size: 1.4rem;
	font-family: "Inter 500", sans-serif;
	margin: 0 0 5px 0;
	text-transform: none;
}

.grid-item.contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cars .item .bottom .contact_grid a, .page-template-rent .contact_grid a {
	background: var(--green);
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	align-content: center;
	border-radius: 50%;
}

.cars .item .bottom .contact_grid a:nth-child(1), .page-template-rent .contact_grid a:nth-child(1) {
	padding: 5px;
}

.cars .item .bottom .contact_grid a:nth-child(2), .page-template-rent .contact_grid a:nth-child(2) {
	background: var(--dark-green);
}

.cars .item .bottom .contact_grid a:nth-child(3), .page-template-rent .contact_grid a:nth-child(3) {
	background: var(--light-green);
}

.cars .item .bottom .contact_grid svg, 
.page-template-rent .contact_grid svg {
	width: 100%;
	fill: var(--white);
}

.numbers {
	text-align: center;
}

.numbers .grid {
	margin: 100px 0;
}

.numbers .grid-3 {
	text-align: center;
}

.numbers .grid .number {
	font-size: 3rem;
	font-family: "Inter 600", sans-serif;
	margin-bottom: 20px;
}

.blog .item {
	display: block;
	margin-bottom: 60px;
}

.blog .item h3, .category .item h3 {
	margin: 30px 0 20px 0;
	font-size: 1.2rem;
}

.blog .item.first h3 {
	font-size: 1.4rem;
}

.blog .item span.more, .category .item span.more {
	font-size: .8rem;
	text-transform: none;
	display: block;
	text-align: right;
	margin: 20px 50px 0 0;
}

.blog .item img, .category .item img {
	border-radius: 30px;
}

.blog .grid-2-1 {
	margin-bottom: 50px;
}

.blog .grid-2 {
	grid-gap: 100px;
	row-gap: 0;
}

.blog .grid-2 .item:nth-child(even) {
	margin-top: 100px;
}

ul.category-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.category-list li {
	list-style-type: none;
	display: inline-block;
	padding: 10px 15px;
	margin: 0 5px 10px 5px;
	border: 1px solid var(--green);
	border-radius: 10px;
	text-transform: lowercase;
}

.blog h2 {
	font-family: "Inter 300", sans-serif;
	font-size: 1.8rem;
}

.blog .title-block, .gallery .title-block {
	margin-bottom: 40px;
}

.blog .head, .category .head {
	text-align: center;
}

.blog .head h1, .category .head h1 {
	margin: 10px 0 40px 0;
}

.nav-links {
	text-align: center;
}

.nav-links .page-numbers {
	padding: 10px;
	border: 1px solid grey;
	border-radius: 5px;
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

.nav-links .page-numbers.current {
	border: 1px solid var(--green);
}

.category .category-list li.current-cat {
	background: var(--green);
}

.category .category-list li.current-cat a {
	color: var(--white);
}

.blog .post-loop, .category .post-loop {
	padding-top: 0px;
}

.category .post-loop .item {
	margin-bottom: 60px;
	display: block;
}

.single .post-content {
	padding-top: 60px;
}

.single h1 {
	text-align: center;
	margin: 60px 0;
}

.single .post-content img {
	border-radius: 40px;
}

.date-and-author {
	text-align: center;
	max-width: 80%;
	margin: 0 auto 60px auto;
	font-size: .9rem;
	opacity: .8;
	display: flex;
	gap: 40px;
	width: fit-content;
}

.post-nav {
	margin: 120px 0 0 0;
}

.post-nav span {
	font-family: "Inter 500", sans-serif;
	font-size: .9rem;
	display: block;
	padding: 0 20px;
}

.post-nav .title {
	padding: 0 20px;
}

.post-nav img {
	margin: 20px 0;
}

.post-nav .right {
	text-align: right;
}

.related-post {
	background: var(--off-white);
	padding: 50px;
	margin: 120px -50px 0 -50px;
}

.related-post span {
	font-family: "Inter 500", sans-serif;
	font-size: .8rem;
	margin-left: 50px;
}

.related-post p {
	margin: 5px 0 30px 50px;
}

.related-post ul {
	margin: 0;
	padding: 0;
}

.related-post ul li {
	padding: 20px;
	margin: 0 30px 10px 30px;
	list-style-type: none;
	border: 1px solid var(--green);
	border-radius: 50px;
}

.cars-grid-head .parents {
	margin: 50px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cars-grid-head .parents li {
	list-style-type: none;
	flex: 25%;
	text-align: center;
	margin: 0 0 40px 0;
}

.cars-grid-head .parents li span {
	display: block;
	text-transform: none;
	width: fit-content;
	margin: 0 auto;
}

.cars-grid-head .parents li.current span {
	color: var(--green);
	font-family: "Inter 600", sans-serif;
}

.cars-grid-head .parents li.current span:before {
	content: '';
	width: 70%;
	height: 4px;
	background: var(--green);
	position: absolute;
	bottom: -15px;
	left: 15%;
}

section.cars-grid-body {
	padding-top: 0px;
}

.cars-grid-body .childs {
	padding-top: 0px;
}

.cars-grid-body .item {
	margin-bottom: 120px;
}

.cars-grid-head {
	text-align: center;
}

.cars-grid-head .title {
	margin: 10px auto 20px auto;
	font-size: 3rem;
	font-family: "Inter 800", sans-serif;
	display: block;
	text-transform: none;
}

.cars-grid-head h1 {
	margin: 10px 0 80px 0;
}

.cars-grid-head p {
	font-family: "Inter 500", sans-serif;
}

.cars-grid-body .contact_grid a, .car-grid-head .contact_grid a, .page-template-faq .contact_grid a, .single-places_cpt .contact_grid a {
	height: 50px;
	padding: 10px 20px 10px 15px;
	border-radius: 30px;
	display: block;
	background: var(--green);
	display: flex;
    align-items: center;
	color: var(--white);
}

.cars-grid-body .contact_grid svg, .car-grid-head .contact_grid svg, .page-template-faq .contact_grid svg, .single-places_cpt .contact_grid svg {
	max-height: 100%;
	fill: var(--white);
	margin: 0 5px 0 0;
	width: 20px;
}

.cars-grid-body .contact_grid a:nth-child(1) svg, .car-grid-head .contact_grid a:nth-child(1) svg, .page-template-faq .contact_grid a:nth-child(1) svg, .single-places_cpt .contact_grid a:nth-child(1) svg {
	width: 30px;
}

.cars-grid-body .contact_grid a:nth-child(2), .car-grid-head .contact_grid a:nth-child(2), .page-template-faq .contact_grid a:nth-child(2), .single-places_cpt .contact_grid a:nth-child(2) {
	background: var(--dark-green);
}

.cars-grid-body .contact_grid a:nth-child(3), .car-grid-head .contact_grid a:nth-child(3), .page-template-faq .contact_grid a:nth-child(3), .single-places_cpt .contact_grid a:nth-child(3) {
	background: var(--light-green);
}

.cars-grid-body .grid-item.contact_grid, .car-grid-head .grid-item.contact_grid, .page-template-faq .grid-item.contact_grid, .single-places_cpt .grid-item.contact_grid {
    display: flex;
	width: fit-content;
	margin: 0 auto;
}

.price-contact-grid {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	margin-top: 50px;
}

.price-contact-grid .price {
	font-size: 1.4rem;
    font-family: "Inter 500", sans-serif;
    margin: 0 0 5px 0;
    text-transform: none;
}

.price-contact-grid span {
	display: block;
    font-size: .8rem;
}

.car-grid-head .places img { 
	display: inline-block;
	margin: 0 10px -5px 0;
}

.car-grid-head .places ul {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
}

.car-grid-head .places ul li {
	list-style-type: none;
	display: inline-block;
}

.car-grid-head .places img {
	margin-right: 10px;
}

.car-grid-head .basic-info {
	margin-bottom: 30px;
}

.basic-info .basic-info-item:nth-child(1) {
	min-width: 100px;
}

.cars-grid-body .item .pricing {
	margin: 40px 0;
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	padding: 20px;
	font-size: .8rem;
}

.cars-grid-body .item .grid-2 {
	align-items: center;
}

.cars-grid-body .item .grid-item.image img {
	max-width: calc(100% + 100px);
}

.cars-grid-body .item:nth-child(odd) .grid-item.image img {
	margin-left: -100px;
}

.cars-grid-body .item:nth-child(even) .grid-item.image {
	order: 2;
}

.cars-grid-body .item .grid-item img:hover, .cars-grid-body .item .grid-item h2:hover {
	cursor: pointer !important;
}

.cars-grid-body .item .more {
	font-size: .7rem;
	display: block;
	width: fit-content;
	margin: 10px 0 30px 0;
}

.cars-grid-body h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	margin: 0;
}

.steps {
	text-align: center;
	background: #f1f5ed;
}

.steps .grid {
	margin-top: 60px;
}

.steps .number {
	font-size: 5rem;
	color: var(--green);
	opacity: .4;
	font-family: "Inter 900", sans-serif;
	font-style: italic;
	line-height: 1;
	margin-bottom: -50px;
}

.steps .desc {
	max-width: 300px;
	margin: 0 auto;
}

.steps a {
	font-family: "Inter 600", sans-serif;
	display: block;
	width: fit-content;
	margin: 50px auto 0 auto;
}

.about .links-grid {
    text-align: right;
    margin: 50px 50px 0 0;
}

.about h2, .about h3 {
	margin-top: 0px;
}

.faq-group {
	margin: 0;
	padding: 0;
}

.faq-item {
	list-style-type: none;
	padding: 20px 10px;
	border-bottom: 1px solid var(--black);
}

.faq-item .answer {
	display: none;
	font-size: .9rem;
}

.about .more {
	margin: 30px 10px 0 auto;
	display: block;
	width: fit-content;
	font-size: .9rem;
}

.about .grid-2-1 {
	grid-gap: 100px;
}

.pricing b {
	font-size: 1rem;
	margin-bottom: 10px;
	display: block;
}

.pricing-item {
	display: grid;
	grid-template-columns: 1fr auto;
	font-size: 1rem;
	padding: 10px 0;
}

.pricing-item span {
	text-transform: none;
}

.basic-info {
	display: flex;
	margin-top: 30px;
}

.basic-info .basic-info-item {
	display: flex;
	align-items: center;
	margin: 0 30px 0 0;
}

.basic-info .basic-info-item img {
	margin-right: 10px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.page-template-home .benefits, .page-template-home .blog {
	padding-top: 0px;
	padding-bottom: 150px;
}

.single-cars_cpt h1 {
	margin-bottom: 0px;
}

.car-grid-head h1 {
	text-align: left;
	margin: 5px 0 40px 0;
}

.single-cars_cpt .benefits .grid {
	margin-top: 80px;
}

.single-cars_cpt .benefits .grid img {
	margin-bottom: 40px;
}

.single-cars_cpt .details {
	background: var(--off-white);
}

.single-cars_cpt .details h2 {
	font-size: 1.5rem;
	margin: 0 0 40px 0;
}

.single-cars_cpt .details ul, .single-places_cpt .info ul {
	margin: 0;
	padding: 0;
}

.single-cars_cpt .details ul li, .single-places_cpt .info ul li {
	list-style-type: none;
	margin: 15px 0 15px 30px;
}

.single-cars_cpt .details ul li:before, .single-places_cpt .info ul li:before {
	content: '';
	position: absolute;
	left: -30px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: var(--green);
	border-radius: 50%;
}

.single-cars_cpt .details .pricing-item {
	border-top: 1px solid var(--grey);
	padding: 20px 10px;
}

.single-cars_cpt .details .pricing-item:nth-child(1) {
	border: 0;
}

.single-cars_cpt .details .pricing-item.deposit {
	margin-top: 40px;
	border: 0;
}

.page-template-contact .head {
	padding-top: 60px;
}

.page-template-contact h1 {
	margin-top: 0px;
}

.page-template-contact .content {
	margin: 40px 0 80px 0;
}

.page-template-contact .head img {
	border-radius: 30px;
}

.c_form {
	background: var(--off-white);
	border-radius: 30px;
	padding: 40px;
}

form input, form textarea {
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid var(--grey);
	font-family: "Inter 300", sans-serif;
	font-size: .9rem;
	margin: 10px 0 20px 0;
	background: none;
}

form p {
	margin: 0;
	padding: 0;
}

form label {
	font-size: .8rem;
	text-transform: uppercase;
}

form .rodo {
	font-size: .6rem;
	opacity: .9;
	margin: 20px 0;
}

form input[type=submit] {
	background: var(--green);
	color: var(--white);
	border-radius: 10px;
	padding: 10px 15px;
	width: fit-content;
	margin: 0 0 0 auto;
	border: 0px;
}

.page-template-contact .some {
	margin-top: 50px;
}

.page-template-contact .some a {
    width: 40px;
    height: 40px;
    border: 2px solid var(--black);
    display: inline-block;
    align-content: center;
    text-align: center;
    padding: 7px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.page-template-rent .steps {
	background: none;
	padding-top: 90px;
}

.page-template-rent .contact_grid {
	width: fit-content;
	margin: 30px auto 0 auto;
}

.page-template-rent .contact_grid a {
	margin: 0;
}

.page-template-rent .contact img {
	border-radius: 30px;
}

.page-template-rent form br {
	display: none;
}

.page-template-rent form .warning {
	font-size: .9rem;
	margin: 30px 0;
}

.page-template-rent .c_form {
	padding: 60px;
}

span.wpcf7-form-control-wrap {
    display: block;
	margin-top: 15px;
}

span.wpcf7-form-control-wrap span {
	text-transform: none;
}

input[type="radio"] {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
}

.wpcf7-list-item {
	margin: 0 20px 0 0;
}

.page-template-faq .head, .page-template-about .head {
	padding-top: 60px;
}

.page-template-faq .head img, .page-template-about .head img {
	border-radius: 30px;
}

.page-template-faq .questions {
	background: var(--off-white);
}

.page-template-faq .questions .grid-2 {
	margin-top: 80px;
}

.page-template-faq .grid-item.contact_grid, .single-places_cpt .head .grid-item.contact_grid {
	margin-top: 50px;
}

.page-template-faq h1, .page-template-about h1 {
	margin-top: 0px;
}


.single-places_cpt .head {
	padding-top: 60px;
}

.single-places_cpt h1 {
	text-align: left;
	margin-top: 0px;
}

.single-places_cpt h1 b {
	font-family: "Inter 800", sans-serif;
	color: var(--green);
}

.single-places_cpt .fw_image img {
	position: absolute;
	right: 0px;
	top: -7vw;
	max-width: 80vw;
	left: -40vw;
	z-index: 999;
}

.single-places_cpt .content {
	margin-top: 50px;
}

.single-places_cpt .info .desc {
	margin-bottom: 60px
}

.single-places_cpt .info ul {
	margin: 10px 0 40px 0;
	columns: 2;
	display: block;
}

.single-places_cpt .info a.more {
	margin: 0 50px 0 auto;
	display: block;
	width: fit-content;
}

.single-places_cpt .head .grid-item.contact_grid {
	margin: 50px auto 0 0;
}

.page-template-about .parents {
    margin: 50px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	text-align: center;
}

.page-template-about .parents img {
	margin: 0 auto 10px auto;
}

.page-template-about .parents li {
	list-style-type: none;
	padding: 20px;
	margin: 0;
	text-align: center;
	flex: 25%;
}

.page-template-about .places h2 {
	margin-bottom: 80px;
}

.page-template-about .places h3 {
	border-bottom: 1px solid var(--black);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.page-template-about .places .place .grid {
	margin-top: 40px;
}

.page-template-about .places .place span {
	display: block;
	font-size: .8rem;
	margin-bottom: 5px;
}

.page-template-about .places .place a {
	color: var(--green);
}

.page-template-about .map img {
	max-width: 70%;
	margin: -50px auto 0 auto;
}

.page-template-about .head h2 {
	font-size: 1.5rem;
	margin-top: 80px;
}

.page-template-faq .head h2 {
	font-size: 1.5rem;
}

.page-template-about .places .grid {
	align-items: center;
}

.contact_grid span {
	text-transform: none;
}

.gtranslate {
    position: fixed;
    top: 30%;
    right: 0px;
	background: var(--off-white);
	padding: 15px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}

.gtranslate a {
	opacity: 0.4;
}

.gtranslate a.gt-current-lang {
	opacity: 1;
}

.additional-info {
	margin-top: 50px;
	font-size: .8em;
	align-self: end;
}

.single-cars_cpt .details .grid-2-1 .grid-item {
	display: grid;
}

section.fw_slider {
	margin: 0;
	padding: 0 !important;
}

@media screen and (max-width: 1800px) {
	
	.block {
		max-width: calc(100% - 200px);
	}
	
	.fleet .slick-list {
		padding: 50px 0 50px 80px !important;
	}
	
}

@media screen and (max-width: 1500px) {
	
	.page-template-about .places .grid {
		grid-template-columns: 1fr 1fr;
	}
	
}

@media screen and (max-width: 1360px) {
	.page-template-contact .head .grid {
		grid-template-columns: 1fr 2fr;
	}
	
	.page-template-rent .contact {
		padding-top: 0px;
	}
	
	.page-template-contact .head .grid img, .page-template-rent .contact .grid img {
		display: none;
	}
	
	.page-template-rent .contact .grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1310px) {
	.mini-block {
		max-width: calc(100% - 200px);
	}
	
	.grid-2-1, .grid-2, .page-template-about .places .grid {
		grid-template-columns: 1fr;
	}
	
	.page-template-about .places .grid .grid-item.map {
		display: none;
	}
	
	.hamburger {
		display: block !important;
		position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
		background: var(--white);
		border-bottom: 1px solid var(--green);
		z-index: 999;
		padding: 14px 50px;
	}
	
	body {
		padding-top: 50px;
	}
	
	.hamburger .grid {
		grid-template-columns: 1fr auto;
		align-items: center;
	}
	
	.hamburger svg {
		width: 20px;
	}
	
	section.menu {
		position: fixed;
		top: 0px;
		bottom: 0px;
		right: 100px;
		left: 0px;
		background: var(--off-white);
		z-index: 999;
		transform: translatex(-100%);
		transition: .5s;
	}
	
	section.menu.active {
		transform: translatex(0px)
	}
	
	section.menu ul li {
		display: block;
		text-align: left;
		margin: 0 0 10px 0;
	}
	
	section.menu .block {
		border-bottom: 0px;
	}
	
	section.menu .grid {
		grid-template-columns: 1fr;
	}
	
	.single-places_cpt .fw_image {
		display: none;
	}
	
	.single-places_cpt .fw_image img {
		position: relative;
		margin: 0 auto;
		right: unset;
		left: unset;
		max-width: 100%;
	}
	
	section.info {
		padding-top: 0px;
	}
	
	.cars-grid-body .item .grid-item.image img {
		margin: 0 auto !important;
		max-width: 70% !important;
	}
	
	.cars-grid-body .item:nth-child(even) .grid-item.image {
		order: unset;
	}
	
	.logo img {
		height: 30px;
	}
	
	.logo:before {
		top: -15px;
		bottom: -15px;
		right: -60px;
	}
}

@media screen and (max-width: 1080px) {
	.fleet .slider .item {
		height: 600px
	}
	
	.grid-3 {
		grid-template-columns: 1fr;
	}
	
	.page-template-about .parents li {
		flex: 33%;
	}
	
	.page-template-contact .head .grid {
		grid-template-columns: 1fr;
	}
	
	.related-post {
		padding: 50px 10px;
		margin: 120px -30px 0 -30px;
	}
}

@media screen and (max-width: 980px) {
	.cars-grid-head .parents li {
		flex: 33%;
	}
	
	.date-and-author {
		max-width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.block, .mini-block {
		max-width: calc(100% - 100px);
	}
	
	.fleet .slick-list {
		padding: 50px 0 50px 30px !important;
	}
	
	.title-block:before {
		display: none;
	}
	
	.links-grid a {
		display: block;
		width: fit-content;
		margin: 30px auto;
	}
	
	.page-template-about .parents li {
		flex: 50%;
	}
	
	.cars-grid-head .parents li {
		flex: 50%;
	}
	
	.price-contact-grid {
		grid-template-columns: 1fr;
	}
	
	.cars-grid-body .grid-item.contact_grid, .car-grid-head .grid-item.contact_grid, .page-template-faq .grid-item.contact_grid, .single-places_cpt .grid-item.contact_grid {
		display: grid;
	}
	
	section.head.cars-grid-head {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 680px) {
	.fleet .fleet .slider .item {
		height: 510px
	}
	
	h1 {
    	font-size: 2rem;
	}
	
	h2 {
		font-size: 1.5rem;
	}
	
	span {
		font-size: 14px;
	}
	
	.fleet .slider .item {
        height: 500px;
    }
}

@media screen and (max-width: 600px) {
	.title-block {
		grid-template-columns: 1fr;
	}
	
	.title-block .left {
		padding: 0;
	}
	
	.title-block .right {
		display: none !important;
	}
	
	section:not(.menu) {
		padding: 70px 0;
	}
	
	.about .links-grid {
		text-align: center;
		margin: 50px 0 0 0;
	}
	
	.single-places_cpt .info ul {
		columns: 1;
	}
	
	.single-places_cpt .cars .grid-item.contact_grid {
        margin: 0 auto;
    }
	
	.cars-grid-head .parents li {
		flex: 100%;
	}
	
	.cars-grid-body .item .grid-item.image img {
		max-width: 80% !important;
	}
	
	.cars-grid-body .contact_grid a, .single-places_cpt .grid-item.contact_grid a, .car-grid-head .grid-item.contact_grid a, .page-template-faq .contact_grid a {
		padding: 10px;
		width: 50px;
		text-align: center;
	}
	
	.cars-grid-body .contact_grid a span, .single-places_cpt .grid-item.contact_grid a span, .car-grid-head .grid-item.contact_grid a span, .page-template-faq .contact_grid a span {
		display: none;
	}
	
	.cars-grid-body .contact_grid a svg, .single-places_cpt .grid-item.contact_grid a svg, .car-grid-head .grid-item.contact_grid a svg, .page-template-faq .contact_grid a svg {
		margin: 0 auto;
	}
	
	.basic-info {
		display: block;
	}
	
	.basic-info .basic-info-item {
		margin-bottom: 20px;
	}
	
	.car-grid-head .places {
		display: unset;
	}
	
	.car-grid-head .places img { 
		display: inline-block;
		margin: 0 10px -5px 0;
	}
	
	.car-grid-head .places ul {
		margin-top: 20px;
	}
	
	.date-and-author {
		display: none;
	}
	
}

@media screen and (max-width: 500px) {
	.cars .item .bottom .grid {
		grid-template-columns: 1fr;
		text-align: center;
		row-gap: 30px;
	}
	
	.single-places_cpt .grid-item.contact_grid {
		margin: 50px auto 0 auto;
	}
	
	.cars .item .bottom .contact_grid a, .page-template-rent .contact_grid a {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	
	.fleet .slick-list {
        padding: 50px 0 50px 0 !important;
		margin: 0 30px;
    }
	
	.page-template-about .parents li {
		flex: 100%;
	}
	
	.c_form {
		padding: 30px;
		margin: 0 -30px;
	}
	
	.logo img {
		height: 20px;
		width: auto;
	}
	
	.logo:before {
		top: -18px;
		bottom: -18px;
		right: -40px;
		left: -100px;
	}
}