@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src: url("../fonts/Varta-Bold.woff2") format("woff2"), url("../fonts/Varta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src: url("../fonts/Varta-SemiBold.woff2") format("woff2"), url("../fonts/Varta-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src: url("../fonts/Varta-Medium.woff2") format("woff2"), url("../fonts/Varta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src: url("../fonts/Varta-Regular.woff2") format("woff2"), url("../fonts/Varta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varta";
  src: url("../fonts/Varta-Light.woff2") format("woff2"), url("../fonts/Varta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #222222;
  position: relative;
  letter-spacing: 0.5px;
}

.no-scroll {
  overflow-y: hidden;
}

.max-width {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

h1 {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 27px;
    letter-spacing: 1px;
  }
}

h2 {
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 27px;
    letter-spacing: 1px;
  }
}

h3 {
  font-family: "Montserrat";
  font-size: 32px;
  letter-spacing: 1px;
  color: #222222;
  font-weight: 800;
  line-height: 38px;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-family: "Montserrat";
  font-size: 24px;
  letter-spacing: 1px;
  color: #222222;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Montserrat";
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

a {
  text-decoration: none;
  color: #222222;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

.padding-tb {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .padding-tb {
    padding: 30px 0;
  }
}

.btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  background-color: #888888;
  padding: 5px 20px 5px 40px;
  width: 100%;
  max-width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  margin-left: 15px;
}
.btn .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #eb011c;
  border: 1px solid #fff;
}
.btn .btn-arrow img {
  position: relative;
  width: 10px;
}
.btn .dark-btn-arrow {
  background-color: #bc0116;
}

.home2.reveal {
  transform: translateY(250px);
}

.home2.reveal.active {
  transform: translateY(100px);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #222222;
}

::-webkit-scrollbar-thumb:hover {
  background: #eb011c;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center-title {
  text-align: center;
}
.center-title p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.title {
  position: relative;
}

.title p {
  margin-top: 10px;
  color: #000;
}

.title span {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 575px) {
  .title span {
    letter-spacing: 1px;
  }
}

span {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  color: #eb011c;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.pagination {
  list-style: none;
  width: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 50px;
  height: -moz-max-content;
  height: max-content;
}
.pagination li {
  width: 42px;
  height: 42px;
}
.pagination li a {
  color: #222222;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  border: 1px solid #bc0116;
  border-radius: 50%;
}
.pagination li .active {
  background-color: #bc0116;
  color: #fff;
  border: 1px solid transparent;
  font-weight: 800;
}
.pagination li:has(svg) a {
  background-color: #eb011c;
  border: 1px solid #eb011c;
}

.pagination-news {
  margin-top: 80px;
}

.mt {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  .mt {
    margin-top: 120px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 90px;
  }
}

.mt2 {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .mt2 {
    margin-top: 75px;
  }
}

.padding-t {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .padding-t {
    padding: 40px 0;
  }
}

.big-padding-t {
  padding-top: 200px;
}
@media screen and (max-width: 575px) {
  .big-padding-t {
    padding-top: 40px;
  }
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.543942577) 18%, rgba(255, 255, 255, 0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

.dark-overlay35 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.dark-overlay20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 51%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0957633053) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.dark-overlay50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019257703) 94%, rgba(0, 0, 0, 0.5019257703) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.to-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1461834734) 68%, rgba(255, 255, 255, 0) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.to-bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 18%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}

.beige-background {
  position: relative;
  background-color: #fdfdf8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grey-background {
  background-color: #f5f5f5;
}

.smaller-title h1 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h1 {
    font-size: 30px;
  }
}
.smaller-title h2 {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 575px) {
  .smaller-title h2 {
    font-size: 30px;
  }
}

.line-title h3,
.line-title h2 {
  position: relative;
}
.line-title h3::before,
.line-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14.5%;
  width: 55px;
  height: 1px;
  background-color: #eb011c;
}
@media screen and (max-width: 991px) {
  .line-title h3::before,
  .line-title h2::before {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  padding: 30px 0;
}
header .max-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  header {
    height: 70px;
    padding: 10px 0;
  }
}

header.small-header {
  background-color: #222222;
  padding: 20px 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  header.small-header {
    padding: 15px 0;
  }
}
header.small-header .logo {
  height: 55px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  header.small-header .logo {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header.small-header .logo {
    height: 40px;
  }
}
header.small-header .nav li a {
  padding: 33px 0;
}
@media screen and (max-width: 1299px) {
  header.small-header .nav li a {
    padding: 0;
  }
}

.header2 {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 25px 0;
}
.header2 .nav li a {
  color: #222222;
  padding-top: 44px;
}
.header2 .nav li a.active {
  color: #eb011c;
  border-top: 4px solid #eb011c;
}
.header2 .logo {
  height: 65px;
}
@media screen and (max-width: 1299px) {
  .header2 .logo {
    height: 50px;
    width: 170px;
  }

  .nav li a.active{
    border-top: none;
  }
}
@media screen and (max-width: 575px) {
  .header2 .logo {
    height: 40px;
    width: 145px;
  }
}
@media screen and (max-width: 1299px) {
  .header2 {
    padding: 15px 0;
  }
}

.header2.small-header {
  background-color: #fff;
}

.logo {
  width: 255px;
  height: 75px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 575px) {
  .logo {
    width: 120px;
  }
}

.nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav li {
  margin-right: 45px;
}
.nav li a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 55px;
}
.nav li .active {
  font-weight: 800;
  color: #eb011c;
  border-top: 4px solid #eb011c;
}
@media screen and (max-width: 1299px) {
  .nav li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: none;
  }
  .nav li a, .header2 .nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent;
    text-transform: none;
  }

  
  .nav li a.active, .header2 .nav li a.active {
    color: #eb011c;
    font-weight: 500;
    border-bottom: 1px solid #eb011c;
    border-top: none;
  }
  .nav li a.active::after, .header2 .nav li a.active::after {
    display: block;
  }
  .nav li .active::before, .header2 .nav li .active::before {
    display: none;
  }
}

.hamb1 {
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-image: url("../images/hamburger.png");
}
@media screen and (max-width: 575px) {
  .hamb1 {
    height: 35px;
    width: 35px;
  }
}

.header2 .hamb1 {
  background-image: url("../images/hamburger-g.png");
}

.hamb2 {
  background-image: url("../images/hamburger.png");
  background-size: 42px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.side-wrap,
.side-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.side-wrap {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -10;
  visibility: hidden;
}

.side-wrap.opened {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.side-menu {
  top: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(34, 34, 34, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 550px;
  overflow-y: scroll;
  padding: 85px 75px 50px 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
}
.side-menu .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 45px;
  width: calc(100% - 85px);
}
@media screen and (max-width: 575px) {
  .side-menu .top-part {
    width: calc(100% - 50px);
    top: 14px;
  }
}
.side-menu .side-section {
  width: 100%;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side-menu .side-section:nth-of-type(5) {
  margin-bottom: 0;
}
.side-menu .side-section p {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .side-menu .side-section p {
    font-size: 27px;
    letter-spacing: 1px;
  }
}
.side-menu .side-section > a + a {
  margin-top: 25px;
}
.side-menu .side-section a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.side-menu .side-section.language a {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  letter-spacing: 1px;
}
.side-menu .side-section.language a.active {
  color: #eb011c;
  border-bottom: 2px solid #eb011c;
}
.side-menu .side-section .header-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.side-menu .side-section .header-contact a {
  display: block;
  font-size: 18px;
}
.side-menu .side-section .header-contact a + a {
  margin-top: 10px;
}
.side-menu .side-section .header-contact img {
  margin-left: 10px;
}
.side-menu .nav-section {
  display: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1299px) {
  .side-menu .nav-section {
    display: block;
    margin-top: 10px;
  }
}
.side-menu .nav-section .nav {
  display: none;
}
@media screen and (max-width: 1299px) {
  .side-menu .nav-section .nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
  }
  .side-menu .nav-section .nav li {
    display: flex;
  }

  .side-menu .nav-section .nav li a{
    font-size: 16px;
  }
}
.side-menu .logo2 {
  display: block;
  width: 137px;
  height: 43px;
}
.side-menu .logo2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1600px) {
  .side-menu .side-section {
    margin-bottom: 50px;
  }
  .side-menu .side-section p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .side-menu {
    padding: 25px 25px;
    padding-top: 55px;
  }
  .side-menu .side-section {
    margin-bottom: 40px;
  }
  .side-menu .side-section > a + a {
    margin-top: 10px;
  }
}

.side-menu.opened {
  transform: translateX(0);
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a + a {
  margin-left: 35px;
}
@media screen and (max-width: 575px) {
  .social a + a {
    margin-left: 20px;
  }
}
.social a {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .social a {
    width: 35px;
    height: 35px;
  }
  .social a svg {
    width: 15px;
    height: 15px;
  }
}
.social a:hover {
  background-color: #eb011c;
  border: 1px solid #eb011c;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
  .social {
    flex-wrap: wrap;
  }
}

.background {
  position: relative;
  height: 750px;
}
@media screen and (max-width: 1199px) {
  .background {
    height: 950px;
  }
}
@media screen and (max-width: 991px) {
  .background {
    height: 1050px;
  }
}
@media screen and (max-width: 767px) {
  .background {
    height: 100vh;
  }
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.background .main-headline {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.background .main-headline h1 {
  font-weight: 400;
  color: #fff;
}
.background .main-headline span {
  color: #fff;
}

.main-wrapper {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .main-wrapper {
    top: 55%;
  }
}
.main-wrapper .title span,
.main-wrapper .title h1 {
  color: #fff;
  font-weight: bold;
}
.main-wrapper .title span {
  font-weight: 500;
}

.main-banners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 120px;
}
@media screen and (max-width: 1199px) {
  .main-banners {
    gap: 50px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .main-banners {
    flex-direction: column;
    align-items: center;
  }
}
.main-banners .item .item-info {
  display: flex;
  align-items: center;
}
.main-banners .item .item-info p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main-banners .item p {
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
.main-banners .item img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
.main-banners.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .main-banners.desktop {
    display: none;
  }
  .main-banners.mobile {
    display: block;
    margin-top: 0;
  }
  .main-banners.mobile .item {
    margin-bottom: 10px;
  }
  .main-banners.mobile .item:last-of-type(3) {
    margin-bottom: 0;
  }
  .main-banners.mobile .item p {
    color: #222222;
  }
}

.mobile-banners {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-banners {
    display: block;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.our-results {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.our-results .max-width {
  position: relative;
  z-index: 2;
}
.our-results .title span {
  color: #fff;
}
.our-results .title h2 {
  color: #fff;
}
.our-results .numbers-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 40px;
}
.our-results .numbers-wrap .number .counter-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .our-results .numbers-wrap .number .counter-wrap {
    justify-content: center;
  }
}
.our-results .numbers-wrap .number .counter-wrap .counter,
.our-results .numbers-wrap .number .counter-wrap span {
  font-size: 76px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 100%;
}
.our-results .numbers-wrap .number p {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
}
.our-results .numbers-wrap .number + .number {
  border-left: 1px solid #fff;
  padding-left: 10%;
}
@media screen and (max-width: 1399px) {
  .our-results .numbers-wrap .number .counter-wrap .counter,
  .our-results .numbers-wrap .number .counter-wrap span {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  .our-results .numbers-wrap .number .counter-wrap .counter,
  .our-results .numbers-wrap .number .counter-wrap span {
    font-size: 44px;
    letter-spacing: 3px;
  }
  .our-results .numbers-wrap .number p {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .our-results {
    padding: 80px 0;
  }
  .our-results .numbers-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
  }
  .our-results .numbers-wrap .number + .number {
    border-left: none;
  }
  .our-results .numbers-wrap .number p {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .our-results {
    padding: 50px 0;
  }
  .our-results .numbers-wrap .number .counter-wrap .counter,
  .our-results .numbers-wrap .number .counter-wrap span {
    font-size: 34px;
    letter-spacing: 2px;
  }
  .our-results .numbers-wrap .number p {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.blog-wrapper .blog .blog-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575px) {
  .blog-wrapper .blog .blog-image {
    height: 300px;
  }
}
.blog-wrapper .blog .blog-image .blog-date {
  position: absolute;
  top: 35px;
  left: 0;
  color: #eb011c;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 10px;
}

.blog-wrapper .blog .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s ease-in-out;
}

.blog-wrapper .blog:hover .blog-image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.blog-wrapper .blog .blog-info {
  background-color: #fff;
  padding-top: 20px;
}
.blog-wrapper .blog .blog-info h3 {
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
}
.blog-wrapper .blog .blog-info p {
  font-weight: 400;
}

.blog-wrapper .blog:hover h3 {
  color: #eb011c;
  transition: all 0.5s ease-in-out;
}

.need-acc {
  position: relative;
  height: 536px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .need-acc {
    height: auto;
  }
}
.need-acc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .need-acc::before {
    width: 100%;
  }
}
.need-acc img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.need-acc .accom-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.need-acc .accom-wrapper .accom-text-wrapper {
  width: 100%;
  max-width: 600px;
}
.need-acc .accom-wrapper .title h2 {
  color: #fff;
}
.need-acc .accom-wrapper .accom-text p {
  color: #fff;
  margin-top: 15px;
  font-family: "Varta";
  font-weight: 600;
  letter-spacing: 0.75px;
}

.about-home-sec {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .about-home-sec {
    flex-direction: column;
  }
}
.about-home-sec img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1199px) {
  .about-home-sec img {
    position: relative;
    width: 100%;
  }
}
.about-home-sec .about-home-text .about-home-text-wrapper {
  width: 100%;
  max-width: 40%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .about-home-sec .about-home-text .about-home-text-wrapper {
    max-width: 100%;
  }
}
.about-home-sec .about-home-text .title h2 {
  font-weight: bold;
}
.about-home-sec .about-home-text p {
  margin-top: 15px;
}
.about-home-sec .about-home-text .btn {
  margin-top: 30px;
}

.top-text-background {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 100%;
  height: 105px;
  font-size: 105px;
  font-weight: 800;
  font-family: "Montserrat";
  letter-spacing: 1px;
  color: rgba(34, 34, 34, 0.1);
  white-space: nowrap;
  line-height: 105px;
}
@media screen and (max-width: 1199px) {
  .top-text-background {
    top: 0%;
    left: 0;
  }
}

.right-text-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  font-size: 150px;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: 1px;
  color: rgba(34, 34, 34, 0.1);
  writing-mode: sideways-lr;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}

.reviews-sec {
  position: relative;
}

.reviews-wrapper {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper {
    padding-bottom: 0;
  }
}
.reviews-wrapper .reviewsSwiper {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper .reviewsSwiper {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.reviews-wrapper .reviewsSwiper .swiper-slide {
  background-color: #f5f5f5;
  padding: 30px;
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 335px;
  max-height: 335px;
}
@media screen and (max-width: 575px) {
  .reviews-wrapper .reviewsSwiper .swiper-slide {
    padding: 20px;
    min-height: 350px;
    max-height: 350px;
  }
}
.reviews-wrapper .reviewsSwiper .swiper-slide .top-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 104px;
  width: 104px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.reviews-wrapper .reviewsSwiper .swiper-slide .top-image img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 15px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author {
  display: flex;
  align-items: flex-start;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .image {
  width: 77px;
  height: 77px;
  margin-right: 20px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: 1px solid #222222;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .name p {
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 800;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .author .name img {
  display: inline;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content {
  margin-top: 20px;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content p {
  font-family: "Varta";
  font-weight: 400;
}
.reviews-wrapper .reviewsSwiper .swiper-slide .review-content p.date {
  font-family: "Montserrat";
  font-weight: bold;
  color: rgba(34, 34, 34, 0.5);
  margin-top: 15px;
}
.reviews-wrapper .reviews-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper .reviews-navigation {
    top: 100%;
    transform: none;
    position: relative;
    left: 0;
  }
}
.reviews-wrapper .swiper-button-next-reviews,
.reviews-wrapper .swiper-button-prev-reviews {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #eb011c;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .reviews-wrapper .swiper-button-next-reviews,
  .reviews-wrapper .swiper-button-prev-reviews {
    height: 43px;
    width: 43px;
  }
}

.rent-acc {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .rent-acc {
    height: auto;
  }
}
.rent-acc::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .rent-acc::before {
    width: 100%;
  }
}
.rent-acc img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rent-acc .rent-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.rent-acc .rent-wrapper .rent-text-wrapper {
  width: 100%;
  max-width: 600px;
}
.rent-acc .rent-wrapper .title h2 {
  color: #fff;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  .rent-acc .rent-wrapper .title h2 {
    line-height: 40px;
  }
}
.rent-acc .rent-wrapper .title span {
  color: #fff;
}
.rent-acc .rent-wrapper .rent-text p {
  color: #fff;
  margin-top: 15px;
  font-family: "Varta";
  font-weight: 600;
  letter-spacing: 0.75px;
}

.how-it-works-sec .title h2 {
  font-weight: 800;
}
.how-it-works-sec .how-it-works-wrapper {
  margin-top: 40px;
}
.how-it-works-sec .how-it-works-wrapper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(34, 34, 34, 0.35);
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .how-it-works-sec .how-it-works-wrapper .item {
    flex-direction: column;
  }
}
.how-it-works-sec .how-it-works-wrapper .item .left-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .how-it-works-sec .how-it-works-wrapper .item .left-part {
    width: 49%;
  }
}
@media screen and (max-width: 991px) {
  .how-it-works-sec .how-it-works-wrapper .item .left-part {
    width: 100%;
  }
}
.how-it-works-sec .how-it-works-wrapper .item .left-part .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-it-works-sec .how-it-works-wrapper .item .left-part .step .number {
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
}
@media screen and (max-width: 767px) {
  .how-it-works-sec .how-it-works-wrapper .item .left-part .step .number {
    font-size: 50px;
    line-height: 50px;
  }
}
.how-it-works-sec .how-it-works-wrapper .item .left-part img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .how-it-works-sec .how-it-works-wrapper .item .left-part img {
    width: 100px;
    height: 65px;
  }
}
.how-it-works-sec .how-it-works-wrapper .item .left-part h3 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .how-it-works-sec .how-it-works-wrapper .item .left-part h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.how-it-works-sec .how-it-works-wrapper .item .right-part {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .how-it-works-sec .how-it-works-wrapper .item .right-part {
    width: 100%;
    margin-top: 20px;
  }
}
.how-it-works-sec .how-it-works-wrapper .item .right-part p {
  letter-spacing: 0.5px;
}

.smaller-background {
  width: 100%;
  height: 476px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smaller-background {
    height: 250px;
  }
}
.smaller-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.smaller-background .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smaller-background .page-title h1 {
  color: #fff;
}
.smaller-background .page-title span {
  color: #fff;
}

footer {
  position: relative;
  padding-top: 80px;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  background-color: #222222;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  footer::before {
    display: none;
  }
}
footer img.footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.2;
}
footer .dark-overlay35 {
  z-index: 1;
}
footer .left-part {
  position: relative;
  z-index: 2;
  width: 25%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1299px) {
  footer .left-part {
    width: 30%;
  }
}
@media screen and (max-width: 1199px) {
  footer .left-part {
    width: 100%;
  }
}
footer .left-part .f-logo {
  width: 100%;
  max-width: 330px;
  height: 99px;
}
@media screen and (max-width: 767px) {
  footer .left-part .f-logo {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .left-part .f-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .left-part .social {
  justify-content: flex-start;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  footer .left-part .social {
    margin: 30px 0;
    justify-content: center;
  }
}
footer .left-part .social a + a {
  margin-left: 10px;
}
footer .left-part h4 {
  color: #fff;
  font-weight: 800;
}
footer .left-part .f-contact .item {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
footer .left-part .f-contact .item .contact-img {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .left-part .f-contact .item a {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  margin-left: 10px;
}
footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .max-width {
    flex-direction: column;
  }
}
footer .right-part {
  position: relative;
  z-index: 2;
  width: 55%;
}
@media only screen and (max-width: 1600px) {
  footer .right-part {
    width: 58%;
  }
}
@media screen and (max-width: 1199px) {
  footer .right-part {
    width: 100%;
  }
}
footer .right-part h2 {
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
footer .right-part h2 span {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  footer .right-part h2 span {
    font-size: 30px;
  }
}
footer .right-part .f-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 70px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  footer .right-part .f-lists {
    flex-direction: column;
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  footer .right-part .f-lists {
    margin-top: 30px;
  }
}
footer .right-part .f-lists .f-list h4 {
  color: #fff;
  font-weight: 700;
}
footer .right-part .f-lists .f-list ul {
  margin-top: 20px;
}
footer .right-part .f-lists .f-list ul li {
  margin-bottom: 15px;
}
footer .right-part .f-lists .f-list ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid transparent;
}
footer .right-part .f-lists .f-list ul li.active a, footer .right-part .f-lists .f-list ul li:hover a {
  color: #eb011c;
  border-bottom: 1px solid #eb011c;
  transition: all 0.5s ease-in-out;
}
footer .right-part p.copyrights {
  color: #fff;
  transition: all 0.5s ease-in-out;
  margin-top: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  footer .right-part p.copyrights {
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .right-part p.copyrights {
    margin-top: 30px;
  }
}
footer .right-part p.copyrights a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
footer .right-part p.copyrights a:hover {
  color: #eb011c;
  transition: all 0.5s ease-in-out;
}

.cars-sec {
  position: relative;
}

.carSwiper {
  margin-top: 60px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .carSwiper {
    margin-top: 40px;
  }
}
.carSwiper .swiper-slide-active .car-cont {
  background-color: #f3f3f3;
}
.carSwiper .swiper-slide-active .car-cont .car-image .plus-div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.carSwiper .swiper-slide-active .car-cont .car-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.carSwiper .cars-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .carSwiper .cars-navigation {
    top: 42%;
  }
}
.carSwiper .swiper-button-next-cars,
.carSwiper .swiper-button-prev-cars {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #eb011c;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .carSwiper .swiper-button-next-cars,
  .carSwiper .swiper-button-prev-cars {
    width: 43px;
    height: 43px;
  }
}

.car-cont {
  background-color: transparent;
  transition: background-color 0.4s ease;
  padding: 30px;
  position: relative;
  display: block;
}
.car-cont .car-image {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .car-cont .car-image {
    height: 160px;
  }
}
.car-cont .car-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.car-cont .car-image .plus-div {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); /* malo spusti da izgleda kao slide-up */
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
.car-cont .car-image .plus-div img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.car-cont .car-info {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}
@media screen and (max-width: 767px) {
  .car-cont .car-info {
    width: 100%;
  }
}
.car-cont .car-info .car-name h3 {
  text-align: center;
}
.car-cont .car-info .car-spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.car-cont .car-info .car-spec .gearbox {
  display: flex;
  align-items: center;
}
.car-cont .car-info .car-spec .gearbox img {
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
     height: 25px;
}
.car-cont .car-info .car-spec .gearbox p {
  font-family: "Varta";
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
.car-cont .car-info .car-spec .gearbox span {
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  text-transform: none;
}
.car-cont .car-info .bottom-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .car-cont .car-info .bottom-part {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .car-cont .car-info .bottom-part .car-price {
    margin-bottom: 15px;
  }
}
.car-cont .car-info .bottom-part .car-price p {
  font-weight: 600;
}
.car-cont .car-info .bottom-part .car-price span {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 1px;
  color: #222222;
}

.car-filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car-filters-wrapper p {
  font-weight: 500;
}
.car-filters-wrapper p span {
  font-weight: 700;
}

.sort-filter {
  display: flex;
  align-items: center;
}
.sort-filter form {
  margin-left: 10px;
}
.sort-filter form select {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-right: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  background-image: url("../images/arr-down-g.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
}
.sort-filter form select:focus {
  outline: none;
}

.car-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .car-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .car-list-wrapper {
    grid-template-columns: 1fr;
  }
}
.car-list-wrapper .car-cont {
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 767px) {
  .car-list-wrapper .car-cont {
    padding: 20px;
  }
}
.car-list-wrapper .car-cont .car-info {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.car-list-wrapper .car-cont .car-info .car-name h3 {
  font-size: 24px;
  font-weight: 700;
}
.car-list-wrapper .car-cont .car-info .car-spec .gearbox img {
  height: 20px;
}
.car-list-wrapper .car-cont .car-info .car-spec .gearbox p {
  font-size: 12px;
}
.car-list-wrapper .car-cont .car-info .car-spec .gearbox span {
  font-size: 12px;
}
.car-list-wrapper .car-cont .car-info hr {
  width: 75px;
  height: 1px;
  background-color: #eb011c;
  color: #eb011c;
  margin: 20px auto;
}
.car-list-wrapper .car-cont .car-image .plus-div {
  opacity: 1;
  visibility: visible;
}
.car-list-wrapper .car-cont .bottom-part {
  flex-direction: column;
}
.car-list-wrapper .car-cont .bottom-part .car-price {
  margin-bottom: 25px;
}
.car-list-wrapper .car-cont .bottom-part .car-price span {
  color: #eb011c;
  font-size: 32px;
}

.reliable-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .reliable-wrapper {
    flex-direction: column;
  }
}
.reliable-wrapper .images {
  width: 48%;
  position: relative;
  height: 650px;
}
@media screen and (max-width: 1199px) {
  .reliable-wrapper .images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reliable-wrapper .images {
    height: 285px;
  }
}
.reliable-wrapper .images img:first-child {
  width: 100%;
  max-width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .reliable-wrapper .images img:first-child {
    max-width: 220px;
    height: 200px;
  }
}
.reliable-wrapper .images img:nth-child(2) {
  width: 100%;
  max-width: 400px;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .reliable-wrapper .images img:nth-child(2) {
    max-width: 180px;
    height: 200px;
  }
}
.reliable-wrapper .reliable-text {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .reliable-wrapper .reliable-text {
    width: 100%;
    margin-top: 30px;
  }
}
.reliable-wrapper .reliable-text p {
  margin-top: 20px;
}

.car-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper {
    flex-direction: column;
  }
}
.car-details-wrapper .left-part {
  background-color: #f3f3f3;
  padding: 80px 50px;
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper .left-part {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .car-details-wrapper .left-part {
    padding: 20px;
  }
}
.car-details-wrapper .left-part .car-image {
  width: 100%;
  max-width: 500px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .car-details-wrapper .left-part .car-image {
    height: 140px;
  }
}
.car-details-wrapper .left-part .car-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.car-details-wrapper .left-part h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .car-details-wrapper .left-part h2 {
    font-size: 27px;
    margin-top: 20px;
    font-weight: 600;
  }
}
.car-details-wrapper .left-part .car-spec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.car-details-wrapper .left-part .car-spec .gearbox {
  display: flex;
  align-items: center;
}
.car-details-wrapper .left-part .car-spec .gearbox img {
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .car-details-wrapper .left-part .car-spec .gearbox img {
    height: 25px;
  }
}
.car-details-wrapper .left-part .car-spec .gearbox p {
  font-size: 14px;
  font-family: "Varta";
  font-weight: 300;
  line-height: 14px;
}
@media screen and (max-width: 767px) {
  .car-details-wrapper .left-part .car-spec .gearbox p {
    line-height: 14px;
  }
}
.car-details-wrapper .left-part .car-spec .gearbox span {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .car-details-wrapper .left-part .car-spec .gearbox span {
    font-size: 14px;
  }
}
.car-details-wrapper .right-part {
  width: 35%;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper .right-part {
    width: 100%;
  }
}
.car-details-wrapper .right-part .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .car-details-wrapper .right-part .title h3::before {
    left: -5.5%;
    width: 50px;
  }
}
.car-details-wrapper .right-part h4 {
  margin: 15px 0;
  font-weight: 700;
}
.car-details-wrapper .right-part ul li {
  margin-bottom: 10px;
}
.car-details-wrapper .right-part ul li strong,
.car-details-wrapper .right-part ul li b {
  font-weight: 800;
}

.included-sec .line-title h3::before {
  left: -14%;
  width: 75px;
}
@media only screen and (max-width: 1600px) {
  .included-sec .line-title h3::before {
    left: -9%;
  }
}
@media screen and (max-width: 1399px) {
  .included-sec .line-title h3::before {
    left: -6%;
    width: 50px;
  }
}
.included-sec .included-in-price-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .included-sec .included-in-price-cont {
    flex-direction: column;
    align-items: flex-start;
  }
}
.included-sec .included-in-price-cont ul {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 15px;
}
@media screen and (max-width: 1199px) {
  .included-sec .included-in-price-cont ul {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .included-sec .included-in-price-cont ul {
    grid-template-columns: 1fr;
  }
}
.included-sec .included-in-price-cont ul li {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.included-sec .included-in-price-cont ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/checked-r.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: 28px;
  width: 30px;
  height: 30px;
}
.included-sec .included-in-price-cont .car-details-rent {
  width: 35%;
}
@media screen and (max-width: 1199px) {
  .included-sec .included-in-price-cont .car-details-rent {
    width: 100%;
    margin-top: 40px;
  }
}
.included-sec .included-in-price-cont .car-details-rent .title span {
  color: #000;
  letter-spacing: 3px;
}
.included-sec .included-in-price-cont .car-details-rent hr {
  color: #eb011c;
  width: 100px;
  height: 1px;
  margin: 20px auto;
}
.included-sec .included-in-price-cont .car-details-rent .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
}

.blog-cover-img {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog-cover-img {
    height: 300px;
  }
}
.blog-cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-cover-img .blog-date {
  background-color: #eb011c;
  position: absolute;
  top: 10%;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 15px;
}

.blog-text {
  margin-top: 30px;
}
.blog-text p {
  margin-bottom: 15px;
}
.blog-text ul {
  margin: 20px 0;
}
.blog-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.blog-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/list-bullet.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}

.blog-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .blog-gallery {
    gap: 5px;
  }
}

.blog-gallery a {
  height: 275px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .blog-gallery a {
    height: 150px;
  }
}
.blog-gallery a .more-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-gallery a .more-images img {
  width: 35px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-gallery a .more-images p {
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

.blog-gallery a:nth-child(1),
.blog-gallery a:nth-child(2),
.blog-gallery a:nth-child(3),
.blog-gallery a:nth-child(4) {
  display: block;
}

@media screen and (max-width: 767px) {
  .blog-gallery a:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog-gallery a:nth-child(4) {
    grid-column: span 2;
  }
}

.blog-gallery a:nth-of-type(8n + 1) {
  grid-row: span 2;
  grid-column: span 2;
  height: 570px;
}
@media screen and (max-width: 767px) {
  .blog-gallery a:nth-of-type(8n + 1) {
    height: 305px;
  }
}

.blog-gallery a:nth-of-type(8n + 2) {
  grid-column: span 2;
}

.blog-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.prev-next-blogs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 767px) {
  .prev-next-blogs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.prev-next-blogs::before {
  display: none;
}

.prev-next-blogs.with-separator::before{
content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
  width: 1px;
  background-color: rgba(17, 17, 17, 0.2);
  display: block;
}
@media screen and (max-width: 767px) {
  .prev-next-blogs::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .prev-next-blogs .blog-cont {
    width: 100%;
  }
}
.prev-next-blogs .last-post {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.prev-next-blogs .last-post svg {
  margin-right: 10px;
}
.prev-next-blogs .next-post {
  justify-content: flex-end;
}
.prev-next-blogs .next-post svg {
  margin-left: 10px;
  margin-right: 0;
}
.prev-next-blogs .blog {
  display: flex;
  align-items: center;
}
.prev-next-blogs .blog .img {
  width: 100%;
  max-width: 88px;
  height: 82px;
}
.prev-next-blogs .blog .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.prev-next-blogs .blog .text {
  width: 100%;
  max-width: 160px;
  margin-left: 10px;
}
.prev-next-blogs .blog .text p {
  font-size: 12px;
  font-weight: 600;
  color: #eb011c;
}
.prev-next-blogs .blog .text h4 {
  font-size: 14px;
  font-weight: 600;
}
.prev-next-blogs .blog.reverse-blog {
  flex-direction: row-reverse;
}
.prev-next-blogs .blog.reverse-blog .text {
  margin-left: 0;
  margin-right: 10px;
}
.prev-next-blogs .blog.reverse-blog .text p {
  text-align: end;
}
.prev-next-blogs .blog.reverse-blog .text h4 {
  text-align: end;
}

.share-blog {
  margin-top: 30px;
}
.share-blog p {
  font-size: 15px;
  font-weight: 600;
}
.share-blog .social {
  justify-content: flex-start;
  margin-top: 15px;
}
.share-blog .social a {
  border: 1px solid #222;
}
.share-blog .social a:hover {
  border: 1px solid #eb011c;
}
.share-blog .social a:hover svg path {
  fill: #fff;
}

.faq-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .faq-wrapper {
    flex-direction: column;
  }
}

.accordion-container {
  width: 55%;
}
@media screen and (max-width: 1199px) {
  .accordion-container {
    width: 100%;
  }
}
.accordion-container .accordion-cont {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .accordion-container .accordion-cont {
    margin-bottom: 20px;
  }
}
.accordion-container .accordion-cont .accordion-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .accordion-container .accordion-cont .accordion-title {
    font-size: 18px;
    font-weight: 600;
  }
}
.accordion-container .accordion-cont .accordion-title::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  background: url(../images/faq-down-arr.svg) no-repeat;
  background-position-x: 100%;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .accordion-container .accordion-cont .accordion-title::after {
    width: 33px;
    height: 33px;
    background-size: 33px !important;
  }
}
.accordion-container .accordion-cont .accordion-title.open::after {
  background: url(../images/faq-up-arr.svg) no-repeat;
  background-position-x: 100%;
}
.accordion-container .accordion-cont .accordion-content {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .accordion-container .accordion-cont .accordion-content p {
    font-size: 15px;
  }
}

.other-questions-wrapper {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .other-questions-wrapper {
    width: 100%;
  }
}
.other-questions-wrapper .question-mark {
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 263px;
  height: 263px;
  text-align: center;
  font-size: 200px;
  font-weight: bold;
  color: #bc0116;
  margin-bottom: 40px;
}
.other-questions-wrapper hr {
  background-color: #bc0116;
  width: 100px;
  height: 1px;
  margin: 30px 0;
}
.other-questions-wrapper p {
  margin-bottom: 15px;
  text-align: center;
}
.other-questions-wrapper .btn {
  margin-top: 30px;
}

.big-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 150px;
  font-size: 150px;
  font-weight: 800;
  font-family: "Montserrat";
  letter-spacing: 1px;
  color: rgba(34, 34, 34, 0.1);
  white-space: nowrap;
  line-height: 150px;
}
@media screen and (max-width: 575px) {
  .big-title {
    font-size: 100px;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
  }
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    gap: 100px 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper {
    gap: 50px 10px;
  }
}
.contact-wrapper .item {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 calc(33.33% - 40px);
}
@media screen and (max-width: 1199px) {
  .contact-wrapper .item {
    flex: 0 0 calc(50% - 40px);
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper .item {
    flex: 0 0 calc(50% - 20px);
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .contact-wrapper .item {
    flex: 0 0 calc(50% - 10px);
  }
  .contact-wrapper .item h3 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    min-height: 45px;
  }
}
.contact-wrapper .item a {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .item a {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    min-height: 48px;
  }
}
.contact-wrapper .item .item-img {
  background-color: #bc0116;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-80px);
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .item .item-img {
    height: 55px;
    width: 55px;
    transform: translateY(-45px);
    margin-bottom: -30px;
  }
  .contact-wrapper .item .item-img svg {
    width: 25px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper .item:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-big-title {
  position: relative;
  padding-top: 40px;
}
.top-big-title .top-text-background {
  font-size: 150px;
  height: 150px;
  line-height: 150px;
  left: 2%;
}
@media screen and (max-width: 767px) {
  .top-big-title .top-text-background {
    font-size: 55px;
    height: 55px;
    line-height: 80px;
  }
}

.contact-bottom-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .contact-bottom-wrapper {
    flex-direction: column;
  }
}
.contact-bottom-wrapper form {
  width: 72%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 30px;
  border-right: 1px solid rgba(34, 34, 34, 0.2);
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .contact-bottom-wrapper form {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .contact-bottom-wrapper form {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .contact-bottom-wrapper form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contact-bottom-wrapper form label {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
}
.contact-bottom-wrapper form input,
.contact-bottom-wrapper form textarea {
  background-color: #fff;
  border: 1px solid transparent;
  padding: 13px;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  color: #222222;
  transition: all 0.5s ease-in-out;
}
.contact-bottom-wrapper form input:focus,
.contact-bottom-wrapper form textarea:focus {
  outline: none;
  border: 1px solid #bc0116;
  transition: all 0.5s ease-in-out;
}
.contact-bottom-wrapper form label:has(textarea) {
  width: 100%;
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .contact-bottom-wrapper form label:has(textarea) {
    grid-column: span 1;
  }
}
.contact-bottom-wrapper form textarea {
  height: 200px;
  resize: none;
}
.contact-bottom-wrapper form button {
  grid-column: span 2;
  margin-left: auto;
  background-color: #222222;
}
@media screen and (max-width: 575px) {
  .contact-bottom-wrapper form button {
    grid-column: span 1;
  }
}
.contact-bottom-wrapper form span#emailMsg {
  position: absolute;
  top: 49%;
  text-transform: none;
  font-size: 14px;
}
.contact-bottom-wrapper .contact-info {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .contact-bottom-wrapper .contact-info {
    width: 100%;
    margin-top: 30px;
  }
}
.contact-bottom-wrapper .contact-info h4 {
  font-weight: 700;
}
.contact-bottom-wrapper .contact-info hr {
  width: 100px;
  height: 1px;
  background-color: #bc0116;
  margin: 20px 0;
}
.contact-bottom-wrapper .contact-info .social {
  flex-wrap: wrap;
  gap: 20px;
  max-width: 187px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-bottom-wrapper .contact-info .social {
    max-width: calc(100% - 20px);
  }
}
.contact-bottom-wrapper .contact-info .social a {
  flex: 0 0 49px;
  aspect-ratio: 1/1;
  border: 1px solid #222222;
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .contact-bottom-wrapper .contact-info .social a {
    flex: 0 0 35px;
  }
}
.contact-bottom-wrapper .contact-info .social a:hover svg path {
  fill: #fff;
}
.contact-bottom-wrapper .contact-info .work-hours {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-bottom-wrapper .contact-info .work-hours svg {
  margin-right: 10px;
}
.contact-bottom-wrapper .contact-info .work-hours a {
  font-size: 16px;
  font-weight: 600;
}

.map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 991px) {
  .map {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.plain-text p {
  margin-bottom: 15px;
}
.plain-text ul {
  margin: 20px 0;
}
.plain-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.plain-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/list-bullet.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.plain-text h2 {
  margin-bottom: 20px;
}
.plain-text h3 {
  margin-bottom: 15px;
}
.plain-text h4 {
  margin-bottom: 10px;
}
.plain-text.conditions-text h2 {
  position: relative;
}
.plain-text.conditions-text h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14%;
  width: 100px;
  height: 1px;
  background-color: #eb011c;
}
@media only screen and (max-width: 1600px) {
  .plain-text.conditions-text h2::before {
    left: -10%;
  }
}
@media screen and (max-width: 1399px) {
  .plain-text.conditions-text h2::before {
    width: 65px;
    left: -6%;
  }
}
@media screen and (max-width: 1199px) {
  .plain-text.conditions-text h2::before {
    display: none;
  }
}

.template-links {
  margin-top: 20px;
}
.template-links a {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.template-links a svg {
  margin-right: 10px;
}

a.back-home {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rent-acc.about-rent-acc .rent-wrapper {
  justify-content: flex-start;
}
.rent-acc.about-rent-acc::before {
  right: auto;
  left: 0;
}

.about-us-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper {
    flex-direction: column;
  }
}
.about-us-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20%;
  width: 100%;
  height: 85%;
  background-color: #f5f5f5;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .about-us-wrapper::before {
    width: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper::before {
    display: none;
  }
}
.about-us-wrapper .images {
  width: 48%;
  position: relative;
  height: 800px;
}
@media only screen and (max-width: 1600px) {
  .about-us-wrapper .images {
    height: 750px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper .images {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .about-us-wrapper .images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-us-wrapper .images {
    height: 465px;
  }
}
.about-us-wrapper .images .image1 {
  width: 100%;
  max-width: 450px;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-us-wrapper .images .image1 {
    max-width: 220px;
    height: 300px;
  }
}
.about-us-wrapper .images .image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-us-wrapper .images .number-item {
  position: absolute;
  bottom: -21%;
  left: 4%;
  background-color: #bc0116;
  text-align: center;
  padding: 15px;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1399px) {
  .about-us-wrapper .images .number-item {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-wrapper .images .number-item {
    width: 145px;
    height: 130px;
    padding: 5px;
  }
}
.about-us-wrapper .images .number-item span {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .about-us-wrapper .images .number-item span {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-wrapper .images .number-item span {
    font-size: 25px;
  }
}
.about-us-wrapper .images .number-item p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-us-wrapper .images .number-item p {
    font-size: 10px;
    font-weight: 400;
  }
}
.about-us-wrapper .images .image2 {
  width: 100%;
  max-width: 400px;
  height: 450px;
  position: absolute;
  right: 0;
  bottom: 10%;
}
@media only screen and (max-width: 1600px) {
  .about-us-wrapper .images .image2 {
    max-width: 350px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-wrapper .images .image2 {
    max-width: 200px;
    height: 250px;
  }
}
.about-us-wrapper .images .image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-us-wrapper .about-us-text {
  width: 48%;
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .about-us-wrapper .about-us-text {
    width: 100%;
  }
}
.about-us-wrapper .about-us-text h3 {
  font-weight: 700;
}
.about-us-wrapper .about-us-text p {
  margin-top: 15px;
}

.reservation-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .reservation-steps {
    gap: 20px;
  }
}
.reservation-steps .step {
  flex: 1 1 calc(25% - 40px);
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .reservation-steps .step {
    flex: 1 1 calc(50% - 20px);
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .reservation-steps .step {
    flex: 1 1 calc(50% - 20px);
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .reservation-steps .step {
    padding: 10px;
  }
}
.reservation-steps .step .edit-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 575px) {
  .reservation-steps .step .edit-icon {
    top: 5px;
    right: 5px;
  }
}
.reservation-steps .step .edit-icon svg path {
  fill: #222222;
}
.reservation-steps .step p {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reservation-steps .step p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }
}
.reservation-steps .step .step-p {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.reservation-steps .step span {
  color: #bc0116;
  font-size: 64px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reservation-steps .step span {
    font-size: 45px;
    font-weight: 600;
  }
}
.reservation-steps .step.active {
  background-color: #bc0116;
}
.reservation-steps .step.active p {
  color: #fff;
}
.reservation-steps .step.active span {
  color: #fff;
}
.reservation-steps .step.active .edit-icon svg path {
  fill: #fff;
}

.reserv-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.reserv-form label input,
.reserv-form label select {
  width: 100%;
  margin-top: 15px;
  border: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.35);
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  background-image: url("../images/arr-down-g.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
}
.reserv-form label input:focus,
.reserv-form label select:focus {
  outline: none;
}

.date-loc-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  margin-bottom: 70px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .date-loc-form {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .date-loc-form {
    grid-template-columns: 1fr;
  }
}
.date-loc-form button {
  grid-column: span 4;
  margin-left: auto;
  margin-top: 50px;
  background-color: #222222;
}
@media screen and (max-width: 1199px) {
  .date-loc-form button {
    grid-column: span 2;
  }
}
@media screen and (max-width: 575px) {
  .date-loc-form button {
    grid-column: span 1;
    margin-top: 30px;
  }
}

.reservation-car-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .reservation-car-wrapper {
    flex-direction: column;
  }
}
.reservation-car-wrapper .available-cars-wrapper {
  width: 65%;
}
@media screen and (max-width: 1199px) {
  .reservation-car-wrapper .available-cars-wrapper {
    width: 100%;
  }
}
.reservation-car-wrapper .available-cars-wrapper .line-title h3::before {
  width: 75px;
  left: -21.5%;
}
@media only screen and (max-width: 1600px) {
  .reservation-car-wrapper .available-cars-wrapper .line-title h3::before {
    left: -13.5%;
  }
}
@media screen and (max-width: 1199px) {
  .reservation-car-wrapper .available-cars-wrapper .line-title h3::before {
    width: 40px;
    left: -5.5%;
  }
}
.reservation-car-wrapper .available-cars-wrapper .available-cars-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reservation-car-wrapper .available-cars-wrapper .available-cars-cont {
    grid-template-columns: 1fr;
  }
}
.reservation-car-wrapper .available-cars-wrapper .car-cont {
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  position: relative;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .selected-cont {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bc0116;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  height: 35px;
  display: none;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .selected-cont svg {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .reservation-car-wrapper .available-cars-wrapper .car-cont {
    padding: 20px;
  }
}
.reservation-car-wrapper .available-cars-wrapper .car-cont.selected {
  border: 2px solid #bc0116;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.reservation-car-wrapper .available-cars-wrapper .car-cont.selected .selected-cont {
  display: flex;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-info {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transform: translateY(0);
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-info .car-name h3 {
  font-size: 24px;
  font-weight: 700;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-info .car-spec .gearbox img {
  height: 20px;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-info .car-spec .gearbox p {
  font-size: 12px;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-info .car-spec .gearbox span {
  font-size: 12px;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-info hr {
  width: 75px;
  height: 1px;
  background-color: #eb011c;
  color: #eb011c;
  margin: 20px auto;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-image {
  height: 180px;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .car-image .plus-div {
  opacity: 1;
  visibility: visible;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .bottom-part {
  flex-direction: column;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .bottom-part .car-price {
  margin-bottom: 25px;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .bottom-part .car-price span {
  color: #eb011c;
  font-size: 32px;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .bottom-part button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.reservation-car-wrapper .available-cars-wrapper .car-cont .bottom-part #noAwailableCars {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 15px;
}

.overview-wrapper {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .overview-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
.overview-wrapper .overview-title {
  background-color: #bc0116;
  padding: 15px 10px;
}
.overview-wrapper .overview-title h4 {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.overview-wrapper .overview-cont {
  padding: 30px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.overview-wrapper .overview-cont h5 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}
.overview-wrapper .overview-cont h5:nth-of-type(2) {
  margin-top: 15px;
}
.overview-wrapper .overview-cont .item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overview-wrapper .overview-cont .item:nth-of-type(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.overview-wrapper .overview-cont .item:nth-of-type(4) {
  border-bottom: none;
}
.overview-wrapper .overview-cont .item p {
  font-size: 14px;
  font-weight: 700;
}
.overview-wrapper .overview-cont .item span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: none;
  color: #222222;
  text-align: end;
}
.overview-wrapper .overview-cont .item h5 {
  margin-bottom: 0;
}
.overview-wrapper .overview-cont .item span.total-price {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #bc0116;
}
.overview-wrapper .overview-cont .car-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.overview-wrapper .overview-cont .car-item .car-name {
  width: 50%;
  font-size: 14px;
  font-weight: 700;
}
.overview-wrapper .overview-cont .car-item .car-img {
  width: 53%;
}
.overview-wrapper .overview-cont .car-item .car-img img {
  width: 56%;
  margin-left: auto;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.overview-wrapper .overview-cont .car-item .car-img p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  text-align: end;
}
.overview-wrapper .overview-cont .car-item .car-img p span {
  font-size: 24px;
  letter-spacing: 0.35px;
  font-weight: 700;
  color: #bc0116;
}
.overview-wrapper .overview-cont .total-price-item {
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 0;
}

.flex-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}
.flex-btns .back-home {
  margin: 0;
  font-weight: 700;
}

.additional-services-wrapper {
  width: 65%;
}
@media screen and (max-width: 1199px) {
  .additional-services-wrapper {
    width: 100%;
  }
}
.additional-services-wrapper .title {
  margin-bottom: 30px;
}
.additional-services-wrapper .line-title h3::before {
  width: 75px;
  left: -21.5%;
}
@media only screen and (max-width: 1600px) {
  .additional-services-wrapper .line-title h3::before {
    left: -13.5%;
  }
}
@media screen and (max-width: 1199px) {
  .additional-services-wrapper .line-title h3::before {
    width: 40px;
    left: -5.5%;
  }
}
.additional-services-wrapper .services-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item {
    align-items: flex-start;
    padding: 10px;
  }
}
.additional-services-wrapper .services-item:nth-of-type(2) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
.additional-services-wrapper .services-item .input {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .input {
    width: 70%;
  }
}
.additional-services-wrapper .services-item .input label {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .input label {
    font-size: 14px;
  }
}
.additional-services-wrapper .services-item .input label input {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  border-radius: 0;
  border: none;
  outline: none;
  border: 1px solid #eb011c;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .input label input {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
  }
}
.additional-services-wrapper .services-item .input label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: #eb011c;
  font-size: 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/white-cheked.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .input label input[type=checkbox]:checked::after {
    top: 65%;
    background-size: 20px;
  }
}
.additional-services-wrapper .services-item .input label input[type=checkbox]:checked {
  background-color: #eb011c;
}
.additional-services-wrapper .services-item .input label span {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  text-transform: none;
  margin-left: 5px;
}
.additional-services-wrapper .services-item .input p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .input p {
    font-size: 14px;
  }
}
.additional-services-wrapper .services-item .input .amount {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.additional-services-wrapper .services-item .input .amount .line {
  width: 65px;
  height: 1px;
  color: #eb011c;
  margin-right: 10px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .input .amount .line {
    width: 40px;
  }
}
.additional-services-wrapper .services-item .input .amount .line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -39%;
  width: 100%;
  height: 1px;
  background-color: #eb011c;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .input .amount .line::before {
    left: -20%;
    width: 80%;
  }
}
.additional-services-wrapper .services-item .input .amount .amount-plus,
.additional-services-wrapper .services-item .input .amount .amount-minus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eb011c;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.additional-services-wrapper .services-item .input .amount .number {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  font-size: 24px;
  font-weight: 700;
}
.additional-services-wrapper .services-item .deposit p {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .deposit p {
    font-size: 14px;
  }
}
.additional-services-wrapper .services-item .deposit span {
  font-size: 32px;
  font-weight: 700;
  color: #bc0116;
}
@media screen and (max-width: 767px) {
  .additional-services-wrapper .services-item .deposit span {
    font-size: 20px;
  }
}

.final-reserv-form {
  width: 65%;
}
@media screen and (max-width: 1199px) {
  .final-reserv-form {
    width: 100%;
  }
}
.final-reserv-form .line-title h3::before {
  width: 75px;
  left: -32.5%;
}
@media only screen and (max-width: 1700px) {
  .final-reserv-form .line-title h3::before {
    left: -13.5%;
  }
}
@media screen and (max-width: 1199px) {
  .final-reserv-form .line-title h3::before {
    width: 40px;
    left: -5.5%;
  }
}
.final-reserv-form .client-information-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 40px;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .final-reserv-form .client-information-cont {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
}
.final-reserv-form .client-information-cont label {
  font-size: 16px;
  font-weight: bold;
}
.final-reserv-form .client-information-cont input,
.final-reserv-form .client-information-cont textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.35);
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-top: 10px;
}
.final-reserv-form .client-information-cont input::-moz-placeholder, .final-reserv-form .client-information-cont textarea::-moz-placeholder {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}
.final-reserv-form .client-information-cont input::placeholder,
.final-reserv-form .client-information-cont textarea::placeholder {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}
.final-reserv-form .client-information-cont input:focus,
.final-reserv-form .client-information-cont textarea:focus {
  outline: none;
}
.final-reserv-form .client-information-cont textarea {
  height: 100px;
  resize: none;
}
.final-reserv-form .client-information-cont label:has(textarea) {
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .final-reserv-form .client-information-cont label:has(textarea) {
    grid-column: span 1;
  }
}
.final-reserv-form .client-information-cont .iti {
  width: 100%;
  margin-top: 10px;
}
.final-reserv-form .client-information-cont span#emailMsg {
  position: absolute;
  top: 33%;
  text-transform: none;
  font-size: 14px;
}
.final-reserv-form .paying-options {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 575px) {
  .final-reserv-form .paying-options {
    padding-bottom: 20px;
    margin-top: 30px;
  }
}
.final-reserv-form .paying-options .input {
  padding: 25px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  margin-bottom: 30px;
}
.final-reserv-form .paying-options .input label {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .final-reserv-form .paying-options .input label {
    font-size: 14px;
  }
}
.final-reserv-form .paying-options .input label input {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  border-radius: 0;
  border: none;
  outline: none;
  border: 1px solid #eb011c;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .final-reserv-form .paying-options .input label input {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
  }
}
.final-reserv-form .paying-options .input label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: #eb011c;
  font-size: 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/white-cheked.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .final-reserv-form .paying-options .input label input[type=checkbox]:checked::after {
    top: 65%;
    background-size: 20px;
  }
}
.final-reserv-form .paying-options .input label input[type=checkbox]:checked {
  background-color: #eb011c;
}
.final-reserv-form .paying-options .input label span {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  text-transform: none;
  margin-left: 5px;
}
.final-reserv-form .paying-options .input p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .final-reserv-form .paying-options .input p {
    font-size: 14px;
  }
}
.final-reserv-form .card-wrapper {
  margin: 40px 0;
}
.final-reserv-form .card-wrapper h4 {
  padding-left: 45px;
  background-image: url("../images/card.svg");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: center;
  font-weight: bold;
}
.final-reserv-form .card-wrapper .card-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .final-reserv-form .card-wrapper .card-inputs {
    grid-template-columns: 1fr;
  }
}
.final-reserv-form .card-wrapper .card-inputs label {
  font-size: 16px;
  font-weight: bold;
}
.final-reserv-form .card-wrapper .card-inputs input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.35);
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-top: 10px;
}
.final-reserv-form .card-wrapper .card-inputs input::-moz-placeholder {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}
.final-reserv-form .card-wrapper .card-inputs input::placeholder {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}
.final-reserv-form .card-wrapper .card-inputs input:focus {
  outline: none;
}

#page-overlay {
  z-index: 99;
  display: none;
}

.overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.35);
  z-index: 9999;
}

.mfp-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  max-width: 950px;
  border-radius: 10px;
  display: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .mfp-content {
    width: 95%;
  }
}

.mfp-iframe-scaler {
  width: 100%;
}

.popup-cont {
  background-color: #fff;
  height: 90vh;
}
.popup-cont .accept-cont {
  padding: 30px 60px 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  height: 10%;
}
@media screen and (max-width: 991px) {
  .popup-cont .accept-cont {
    flex-direction: column;
    padding: 15px;
    height: 20%;
    align-items: flex-start;
  }
}
.popup-cont .accept-cont label {
  width: 60%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .popup-cont .accept-cont label {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popup-cont .accept-cont label {
    font-size: 14px;
  }
}
.popup-cont .accept-cont input {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  flex-shrink: 0;
  border-radius: 0;
  border: none;
  outline: none;
  border: 1px solid #eb011c;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-cont .accept-cont input {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
  }
}
.popup-cont .accept-cont input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: #eb011c;
  font-size: 42px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/white-cheked.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .popup-cont .accept-cont input[type=checkbox]:checked::after {
    top: 65%;
    background-size: 20px;
  }
}
.popup-cont .accept-cont input[type=checkbox]:checked {
  background-color: #eb011c;
}
.popup-cont .accept-cont button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.popup-wrapper {
  width: 100%;
  padding: 60px;
  padding-bottom: 0;
  position: relative;
  height: 90%;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .popup-wrapper {
    padding: 15px;
    height: 80%;
  }
}
.popup-wrapper .terms-text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .popup-wrapper .terms-text {
    margin-top: 30px;
  }
}
.popup-wrapper .terms-text h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.popup-wrapper .terms-text p {
  margin-bottom: 15px;
}

.popup-wrapper::-webkit-scrollbar {
  width: 26px !important;
}

.popup-wrapper::-webkit-scrollbar-track {
  background: #f3f3f3 !important; /* boja “diva” ispod scrolla */
  width: 26px !important;
}

.popup-wrapper::-webkit-scrollbar-thumb {
  background: #d9d9d9 !important;
  width: 14px;
  border: 6px solid #f3f3f3;
}

.popup-wrapper::-webkit-scrollbar-thumb:hover {
  background: #eb011c !important;
}

.popup-wrapper::-webkit-scrollbar-button {
  background: #e74c3c; /* boja strelice ($red) */
  height: 14px; /* visina strelice */
}

/* strelice gore/dole (default su 0) */
.popup-wrapper::-webkit-scrollbar-button:single-button:vertical:decrement {
  /* gornja strelica */
  background: #f3f3f3 url("../images/arr-top-r.svg") no-repeat;
  background-position: center;
  background-size: 12px 12px; /* veličina strelice */
  height: 14px; /* visina dugmeta */
}

.popup-wrapper::-webkit-scrollbar-button:single-button:vertical:increment {
  /* donja strelica */
  background: #f3f3f3 url("../images/arr-bottom-g.svg") no-repeat;
  background-position: center;
  background-size: 12px 12px; /* veličina strelice */
  height: 14px; /* visina dugmeta */
}

.success-rent-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .success-rent-wrapper {
    flex-direction: column;
  }
}
.success-rent-wrapper .car-cont {
  width: 60%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .success-rent-wrapper .car-cont {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .success-rent-wrapper .car-cont {
    padding: 20px;
    min-height: 450px;
  }
}
.success-rent-wrapper .car-cont h4 {
  margin-right: auto;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .success-rent-wrapper .car-cont h4 {
    left: 20px;
    top: 20px;
  }
}
.success-rent-wrapper .car-cont h4::before {
  content: "";
  width: 75px;
  height: 1px;
  background-color: #eb011c;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .success-rent-wrapper .car-cont h4::before {
    display: none;
  }
}
.success-rent-wrapper .car-cont .car-image {
  height: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .success-rent-wrapper .car-cont .car-image {
    height: 140px;
  }
}
.success-rent-wrapper .car-cont .car-info {
  visibility: visible;
  opacity: 1;
  padding-bottom: 10px;
}
.success-rent-wrapper .car-cont .car-info .car-name h3 {
  font-size: 24px;
  font-weight: 700;
}
.success-rent-wrapper .car-cont .car-info hr {
  width: 100px;
  height: 2px;
  color: #eb011c;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .success-rent-wrapper .car-cont .car-info .car-spec .gearbox img {
    height: 20px;
    margin-right: 5px;
  }
}
.success-rent-wrapper .car-cont .car-info .car-spec .gearbox span {
  font-size: 14px;
}
.success-rent-wrapper .rent-overview {
  width: 35%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  min-height: 650px;
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .success-rent-wrapper .rent-overview {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .success-rent-wrapper .rent-overview {
    padding: 20px;
    min-height: 450px;
  }
}
.success-rent-wrapper .rent-overview h4 {
  font-weight: 700;
  position: relative;
}
.success-rent-wrapper .rent-overview h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #eb011c;
}
@media screen and (max-width: 1199px) {
  .success-rent-wrapper .rent-overview h4::before {
    left: -4.5%;
  }
}
@media screen and (max-width: 991px) {
  .success-rent-wrapper .rent-overview h4::before {
    display: none;
  }
}
.success-rent-wrapper .rent-overview .infos {
  margin-top: 30px;
}
.success-rent-wrapper .rent-overview .infos:nth-of-type(2) {
  padding: 20px 0;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.success-rent-wrapper .rent-overview .infos h5 {
  font-size: 14px;
  font-weight: 700;
}
.success-rent-wrapper .rent-overview .infos p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #a5a5a5;
}
.success-rent-wrapper .rent-overview .infos p span {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-transform: none;
  letter-spacing: 0;
}
.success-rent-wrapper .rent-overview .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.success-rent-wrapper .rent-overview .total-price p {
  font-size: 24px;
  font-weight: 700;
}
.success-rent-wrapper .rent-overview .total-price span {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  color: #bc0116;
}

.back-to-home-btn {
  background-color: #bc0116;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  letter-spacing: 1px;
  background-image: url("../images/arr-prev-w.svg");
  background-repeat: no-repeat;
  background-position-x: 40px;
  background-position-y: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .back-to-home-btn {
    width: 100%;
    max-width: 100%;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: end;
    background-position-x: 25px;
  }
}

.rent-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 155px;
  gap: 50px;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  padding: 0 40px;
  margin: 50px 0;
}
@media screen and (max-width: 1199px) {
  .rent-form {
    height: auto;
    padding: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .rent-form {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .rent-form {
    gap: 20px;
    padding: 20px;
  }
}
.rent-form .inputs-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .rent-form .inputs-div {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .rent-form .inputs-div {
    flex: 0 0 100%;
  }
}
.rent-form .inputs-div label {
  font-family: "Varta";
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.35px;
}
.rent-form .inputs-div details,
.rent-form .inputs-div input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  margin-top: 15px;
  width: 100%;
  background: transparent url(../images/arr-down-w.svg) no-repeat;
  background-position: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat";
  font-weight: 500;
  letter-spacing: 0.35px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rent-form .inputs-div details,
  .rent-form .inputs-div input {
    margin-top: 5px;
  }
}
.rent-form .inputs-div details:focus,
.rent-form .inputs-div input:focus {
  outline: none;
}
.rent-form .inputs-div details {
  position: relative;
}
.rent-form .inputs-div details .dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 2;
}
.rent-form .inputs-div details .dropdown-list .list-search-wrapper {
  width: 100%;
  padding: 10px;
  background-color: #eb011c;
}
.rent-form .inputs-div details .dropdown-list .list-search-wrapper input {
  color: #fff;
  padding: 0 5px;
  outline: none;
  height: 30px;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  margin-top: 0;
  background-image: none;
  font-size: 14px;
}
.rent-form .inputs-div details .dropdown-list .list-search-wrapper input::-moz-placeholder {
  color: #fff;
  font-family: "Varta";
  font-size: 14px;
  font-weight: 600;
}
.rent-form .inputs-div details .dropdown-list .list-search-wrapper input::placeholder {
  color: #fff;
  font-family: "Varta";
  font-size: 14px;
  font-weight: 600;
}
.rent-form .inputs-div details .dropdown-list ul {
  list-style: none;
}
.rent-form .inputs-div details .dropdown-list ul li {
  display: flex;
  align-items: center;
  /* padding: 10px; */
}
.rent-form .inputs-div details .dropdown-list ul li label {
  color: #222222;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
.rent-form .inputs-div details .dropdown-list ul li input[type=radio] {
  display: none; /* hide the radio button */
}
.rent-form .inputs-div details .dropdown-list ul li input[type=radio]:checked + label {
  color: #fff; /* optional: white text */
}
.rent-form .inputs-div details .dropdown-list ul li:has(input[type=radio]:checked) {
  background-color: #eb011c;
}
.rent-form .inputs-div details summary {
  list-style: none;
}

.rent-form .inputs-div details summary::-webkit-details-marker {
    display: none;           
}
.rent-form .search-btn {
  background-color: #bc0116;
  width: 100%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.35px;
  padding: 25px 25px 25px 45px;
  background-image: url("../images/search-w.svg");
  background-repeat: no-repeat;
  background-position-x: 30px;
  background-position-y: center;
}
@media screen and (max-width: 1299px) {
  .rent-form .search-btn {
    padding: 25px 15px 25px 30px;
    background-size: 25px;
    background-position-x: 20px;
    text-align: end;
  }
}
@media screen and (max-width: 1199px) {
  .rent-form .search-btn {
    flex: 0 0 calc(50% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .rent-form .search-btn {
    flex: 0 0 100%;
    padding: 15px 15px 15px 20px;
    background-position-x: 65px;
    background-size: 17px;
    text-align: center;
  }

  .car-cont .car-info .car-spec .gearbox span{
    font-size: 14px;
  }

  .rent-acc .rent-wrapper .title h2{
    line-height: 34px;
    font-size: 25px;
  }
}/*# sourceMappingURL=main.css.map */


.blog-text h2{
  font-size: 32px;
  margin-bottom: 15px;
}

.success-message .btn{
  max-width: 265px;
  margin-top:30px ;
  margin-left: auto;
  margin-right: auto;
}

.floating-label {
    position: absolute;
    bottom: 5px;
    left: 0px;
    pointer-events: none;
    transition: 0.2s ease all;
   font-family: "Montserrat" !important;
    font-weight: 500 !important;
    letter-spacing: 0.35px !important;
    font-size: 16px !important;
    color: #222222;
}

#next-step-btn:disabled{
      opacity: 0.4;
    cursor: not-allowed;
}

.booking2-overview .back-home{
  cursor: not-allowed;
  opacity: 0.5;
}

#overview-services{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#overview-services .item{
  border-top: none;
  border-bottom: none;
}

.car-img img[style*="display: none"] + p {
    display: none;
}

.popup-cont .accept-cont .close-popup{
display: none;
}

.rent-car-text{
  padding-left: 40px;
  padding-right: 40px;
 
}

.rent-car-text h3{
  margin-top: 10px;
}
.car-cont .car-info .bottom-part .btn{
  max-width: 180px;
}

.final-reserv-form .btn{
  max-width: 180px;
}

.all-cars-btn{
  background-color: #bc0116;
  margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    padding: 25px 75px;
    height: 60px;
}

.flatpickr-calendar.hasTime .flatpickr-time{
  background-color: #bc0116;
}

.flatpickr-time input{
  color: #fff;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm{
  color: #fff;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
    background: #bc0116;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
  background-color: #eb011c;
  border-color: #eb011c;
}

@media screen and (max-width: 767px) {
  .blog-text h2{
    font-size: 24px;
  }

  .other-blogs .blog-info{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }

  .blog-wrapper .blog .blog-info h3{
    line-height: 30px;
  }

  footer .right-part .f-lists .f-list ul li{
    margin-bottom: 9px;
  }

  footer .right-part .f-lists .f-list ul{
    margin-top: 15px;
  }

  .popup-cont .accept-cont .close-popup{
    display: flex;
    background-color: #eb011c;
  }

.popup-cont .accept-cont .close-popup .btn-arrow img{
  width: 20px;
}

  .popup-wrapper{
    height: 78%;
  }

  .popup-cont .accept-cont{
    height: 22%;
  }

   .popup-cont .accept-cont .btn{
    max-width: 150px;
    font-size: 12px;
   }
    .popup-cont .accept-cont .flex-btns{
      width: 100%;
      gap: 5px;
    }

  .rent-car-text{
    
    margin-left: 15px;
    margin-right: 15px;
  }

  .car-filters-wrapper{
    flex-direction: column;
  align-items: flex-start;
  }

  .sort-filter{
    margin-top: 15px;
  }
}
