html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  color: #131313;
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 50px;
  z-index: 5;
}

@media (max-width: 780px) {
  .title {
    font-size: 34px;
  }
}

@media (max-width: 601px) {
  .title {
    font-size: 23px;
  }
}

.title span {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 300;
  margin-top: 20px;
  display: block;
  z-index: 5;
}

@media (max-width: 780px) {
  .title span {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 601px) {
  .title span {
    font-size: 20px;
  }
}

.section-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 45px;
  padding-top: 140px;
  padding-bottom: 80px;
  text-align: center;
}

@media (max-width: 480px) {
  .section-title {
    padding-top: 70px;
    padding-bottom: 30px;
    font-size: 22px;
  }
}

.section-title span {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  margin-top: 20px;
  display: block;
}

@media (max-width: 480px) {
  .section-title span {
    margin-top: 30px;
    font-size: 18px;
  }
}

.btn {
  width: 230px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1c118;
  border-radius: 15px;
  font-size: 22px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn svg {
  margin-right: 20px;
}

.btn:hover {
  background: #f1cb18;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.footer {
  background: -o-linear-gradient(315deg, #f1db18 0%, #f1c118 100%);
  background: linear-gradient(135deg, #f1db18 0%, #f1c118 100%);
}

.footer-inner {
  padding-top: 22px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.footer-box {
  width: 546px;
  height: 243px;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #f1c118;
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 70px;
}

@media (max-width: 920px) {
  .footer-box {
    bottom: 237px;
    left: 50%;
    -webkit-transform: translateX(-273px);
    -ms-transform: translateX(-273px);
    transform: translateX(-273px);
  }
}

@media (max-width: 580px) {
  .footer-box {
    bottom: 238px;
    width: 100%;
    left: 0;
    right: 0;
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 18px 10px;
    height: 180px;
  }
}

@media (max-width: 580px) and (max-width: 380px) {
  .footer-box {
    bottom: 242px;
  }
}

.footer-box__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 580px) {
  .footer-box__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.footer-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}

@media (max-width: 580px) {
  .footer-box__link {
    font-size: 22px;
  }
}

.footer-box__link svg {
  margin-right: 15px;
}

.footer-box__link svg g path {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-box__link:hover {
  color: #f1c118;
}

.footer-box__link:hover svg g path {
  fill: #f1c118;
}

.footer-info {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
}

@media (max-width: 380px) {
  .footer-info__text {
    font-size: 16px;
    text-align: center;
  }
}

.footer-info__text img {
  margin-right: 15px;
}

.section-header {
  background-color: linear-gradient(135deg, #f1db18 0%, #f1c118 100%);
  position: relative;
  overflow: hidden;
}

.footer-box__link.my {
  width: fit-content;
  align-self: self-end;
  color: black !important;
}

@media (max-width: 640px) {
  .footer-box__link.my {
    align-self: center;
  }
}

.section-header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 60%;
  height: 100%;
  background: url("../../images/header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
}

@media (max-width: 1440px) {
  .section-header::before {
    width: 70%;
  }
}

@media (max-width: 1200px) {
  .section-header::before {
    background: url(../../images/header-bg2.png);
    background-repeat: no-repeat;
    width: 674px;
    height: 718px;
    top: 126px;
    background-size: cover;
  }
}

@media (max-width: 920px) {
  .section-header::before {
    width: 394px;
    height: 510px;
    top: 145px;
  }
}

@media (max-width: 640px) {
  .section-header::before {
    width: 268px;
    height: 362px;
    top: 150px;
  }
}

.section-header::after {
  content: "";
  display: block;
  width: 799px;
  height: 682px;
  position: absolute;
  right: 0;
  top: 180px;
  background: url("../../images/h-car3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}

@media (max-width: 1200px) {
  .section-header::after {
    width: 600px;
    height: 600px;
    top: 200px;
  }
}

@media (max-width: 920px) {
  .section-header::after {
    width: 404px;
    height: 380px;
    top: 308px;
  }
}

@media (max-width: 640px) {
  .section-header::after {
    width: 280px;
    height: 280px;
    top: 270px;
  }
}

.header {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-height: 750px) {
  .header {
    height: auto;
  }
}

@media (max-width: 780px) {
  .header {
    height: auto;
  }
}

.header-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.header-box {
  margin-top: 130px;
  border-radius: 10px;
  padding-top: 28px;
  padding-left: 33px;
  padding-bottom: 20px;
  padding-right: 50px;
  max-width: 720px;
  position: relative;
  border: 1px solid #f1c118;
  min-height: 280px;
}

@media (max-width: 1280px) {
  .header-box {
    margin-top: 60px;
    padding-left: 0;
    padding-top: 0;
    border: none;
  }
}

@media (max-width: 480px) {
  .header-box {
    padding-right: 0;
    padding-bottom: 0;
    min-height: 340px;
  }
}

.header-box__title {
  position: absolute;
  left: 33px;
  top: 22px;
  z-index: 2;
}

@media (max-width: 1280px) {
  .header-box__title {
    left: 0;
    top: 0;
    position: relative;
    z-index: 5;
  }
}

.header-btn {
  margin-top: 60px;
}

@media (max-height: 750px) {
  .header-btn {
    margin-bottom: 70px;
  }
}

@media (max-width: 780px) {
  .header-btn {
    margin-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .header-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 23px;
  margin-top: auto;
  padding-bottom: 16px;
  z-index: 5;
}

@media (max-width: 480px) {
  .header-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 0;
  }
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 245px;
  height: 164px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.header-item__title {
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
}

.phone {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1200px) {
  .phone {
    color: inherit;
  }
}

@media (max-width: 480px) {
  .phone {
    font-size: 18px;
  }
}

.phone svg {
  margin-right: 15px;
}

.phone svg path {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1200px) {
  .phone svg path {
    fill: #131313;
  }
}

@media (max-width: 1200px) {
  .phone svg {
    color: inherit;
  }
}

.phone:hover {
  color: #131313;
}

.phone:hover svg path {
  fill: #131313;
}

.why-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 24px;
}

@media (max-width: 780px) {
  .why-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.why-item {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding-left: 115px;
  padding-top: 55px;
  padding-right: 18px;
  padding-bottom: 5px;
  position: relative;
  min-height: 170px;
}

@media (max-width: 480px) {
  .why-item {
    padding-top: 17px;
    padding-right: 22px;
    padding-left: 75px;
    padding-bottom: 20px;
    min-height: auto;
  }
}

.why-item::before {
  content: "";
  display: block;
  background-image: url("../../images/icons/check.svg");
  width: 78px;
  height: 58px;
  position: absolute;
  top: 37px;
  left: 28px;
}

@media (max-width: 480px) {
  .why-item::before {
    width: 44px;
    height: 34px;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px);
    background-size: cover;
  }
}

.rent-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 780px) {
  .rent-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.rent-item--bg {
  background: -o-linear-gradient(315deg, #f1db18 0%, #f1c118 100%);
  background: linear-gradient(135deg, #f1db18 0%, #f1c118 100%);
  padding-right: 28px;
  padding-top: 70px;
  padding-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1300px) {
  .rent-item--bg {
    padding-top: 40px;
    padding-left: 60px;
  }
}

@media (max-width: 1024px) {
  .rent-item--bg {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media (max-width: 780px) {
  .rent-item--bg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 480px) {
  .rent-item--bg {
    padding: 30px 10px 35px;
  }
}

.rent-title {
  font-weight: 600;
  font-size: 30px;
  color: #131313;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .rent-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .rent-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.rent-text {
  font-family: "Raleway", sans-serif;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .rent-text {
    margin-bottom: 20px;
  }
}

.rent-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.work-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 30px;
}

@media (max-width: 920px) {
  .work-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media (max-width: 620px) {
  .work-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

.work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
}

.work-item img {
  margin-right: 25px;
}

@media (max-width: 480px) {
  .work-item img {
    max-width: 80px;
    max-height: 80px;
    margin-right: 15px;
  }
}

.swiper {
  padding-bottom: 45px;
}

.swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  bottom: -5px !important;
}

.swiper-pagination-bullet {
  background: #d3d3d3;
  border-radius: 5px;
  width: 40px;
  height: 5px;
}

.swiper-pagination-bullet-active {
  background: -o-linear-gradient(315deg, #f1db18 0%, #f1c118 100%);
  background: linear-gradient(135deg, #f1db18 0%, #f1c118 100%);
}

.park-inner {
  padding-bottom: 200px;
}

@media (max-width: 920px) {
  .park-inner {
    padding-bottom: 350px;
  }
}

@media (max-width: 580px) {
  .park-inner {
    padding-bottom: 200px;
  }
}

.phones {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.header-link {
  color: #000;
  text-align: center;
  border: 1px solid #1c1c1b;
  padding: 5px 7px;
  border-radius: 9px;
  display: none;
}

.nav-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  nav {
    padding-top: 15px;
  }

  .phones {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .phones .phone {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .section-header::before {
    width: 268px;
    height: 362px;
    top: 145px;
  }

  .section-header::after {
    width: 280px;
    height: 280px;
    top: 240px;
  }
}

.tud {
  text-decoration: underline;
}
