@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Boldonse&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Code:wght@300..700&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Gabarito:wght@400..900&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital@0;1&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&family=Space+Grotesk:wght@300..700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}
* button {
  outline: none;
  border: none;
}

body {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  padding-top: 20px;
}

html {
  scroll-behavior: smooth;
}

.delivery-page .hero-wrapper .hero .hero-content {
  height: 650px;
  position: relative;
}
.delivery-page .hero-wrapper .hero .hero-content .static_rec {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  min-width: 460px;
  width: 460px;
  height: 120px;
  min-height: 120px;
}
.delivery-page .hero-wrapper .hero .hero-content .call-car {
  max-width: 306px;
  width: 100%;
  cursor: pointer;
  transition: 400ms ease;
  text-decoration: none;
  color: unset;
  padding: 11.5px 24px;
  outline: none;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #ffcc40;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  top: 14px;
  right: 70px;
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: 90% !important;
}
.delivery-page .hero-wrapper .hero .hero-content .call-car p {
  color: #111111;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  transition: 300ms ease;
}
.delivery-page .hero-wrapper .hero .hero-content .call-car img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  opacity: 1;
  transform: scale(1);
  transition: 200ms ease;
}
.delivery-page .hero-wrapper .hero .hero-content .call-car:hover {
  background-color: black;
  background-size: 24px !important;
}

.delivery-page .hero-wrapper .hero .hero-content .call-car:hover p {
  color: white;
}

.delivery-page .hero-wrapper .hero .hero-content .call-car:hover img {
  opacity: 0;
}

.delivery-page .hero-wrapper .hero .hero-content .back_img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 100000;
}
.header-wrapper .header {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 5px 26px;
  background: #ffffff;
  box-shadow: 1px 1px 4px 0px rgba(58, 58, 58, 0.3803921569);
  display: flex;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .header .left-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.header-wrapper .header .left-header .logo-wrapper {
  min-width: 117px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-wrapper .header .left-header .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-wrapper .header .left-header .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.header-wrapper .header .left-header .navbar a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  transition: 400ms ease;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.header-wrapper .header .left-header .navbar a:hover {
  color: #ffc527;
}
.header-wrapper .header .right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-wrapper .header .right-header .get-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffcc40;
  border-radius: 10px;
  padding: 10px 24.5px;
  cursor: pointer;
  transition: 200ms ease;
  outline: none;
  position: relative;
  border: 1px solid transparent;
}
.header-wrapper .header .right-header .get-contact:hover {
  background-color: white;
  border: 1px solid #ffcc40;
}
.header-wrapper .header .right-header .get-contact:hover p {
  color: #ffcc40;
}

.header-wrapper .header .right-header .get-contact p {
  line-height: normal;
  text-align: center;
  color: #111111;
  transition: 200ms ease;
  font-weight: 500;
  z-index: 5;
  font-size: 16px;
}

.header-wrapper .header .right-header .language-area {
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper .header .right-header .language-area select {
  min-width: 60px;
  max-width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/images/downselect.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 100%;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.header-wrapper .header .right-header .language-area select option {
  text-transform: uppercase;
}
.header-wrapper .header .right-header .telephone-item {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.header-wrapper .header .right-header .telephone-item img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
}
.header-wrapper .header .right-header .telephone-item p {
  transition: 100ms ease;
  color: #f5b402;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
}
.header-wrapper .header .right-header .telephone-item:hover p {
  color: gold;
}
/* .header-wrapper.with-hero {
  position: absolute;
  z-index: 10;
  padding: 0 24px;
  top: 20px;
} */
.header-wrapper.with-hero {
  width: 100% !important;
  position: fixed !important;
  z-index: 1000000 !important;
  padding: 0 24px !important;
  top: 0 !important;
  left: 50% !important;
  right: 50% !important;
  transform: translate(-50%, 50%) !important;
  max-width: 1300px !important;
}

@media only screen and (max-width: 1366px) {
  .header-wrapper.with-hero {
    max-width: 1200px !important;
  }
}

.home-page .hero-wrapper {
  width: 100%;
  padding: 0 80px;
  background-color: transparent;
}
.home-page .hero-wrapper .hero {
  width: 100%;
  max-width: 1280px;
  height: 650px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.home-page .hero-wrapper .hero .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  z-index: 0;
  position: absolute;
}
.home-page .hero-wrapper .hero .text-container {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 24px;
}
.home-page .hero-wrapper .hero .text-container .left-content {
  max-width: 568px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 18px;
}
.home-page .hero-wrapper .hero .text-container .left-content h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 56px;
  line-height: 82px;
  text-align: left;
  max-width: 568px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.home-page .hero-wrapper .hero .text-container .left-content .button-item {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 200ms ease;
  justify-content: center;
  padding: 12px 12px;
}
.home-page .hero-wrapper .hero .text-container .left-content .button-item img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
}
.home-page .hero-wrapper .hero .text-container .left-content .button-item p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
.home-page .hero-wrapper .hero .text-container .left-content .button-item:active {
  transform: scale(0.7);
}
.home-page .hero-wrapper .hero .text-container .left-content .button-item:hover {
  border: 3px solid white;
}
.home-page .hero-wrapper .hero .text-container .right-text {
  max-width: 500px;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.home-page .hero-wrapper .hero .text-container .right-text p {
  color: rgba(255, 255, 255, 0.8980392157);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: end;
}
.home-page .hero-wrapper .hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.3411764706);
  border-radius: 16px;
}
.home-page .company-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
  position: relative;
  z-index: 0;
}
.home-page .company-wrapper .company {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.home-page .company-wrapper .company_left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 542px;
  width: 100%;
  gap: 30px;
}
.home-page .company-wrapper .company_left h2 {
  color: #111111;
  fontüempty-cells: 700;
  font-size: 44px;
  line-height: 64px;
  text-align: left;
  text-transform: uppercase;
  max-width: 542px;
  width: 100%;
}
.home-page .company-wrapper .company_left p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  max-width: 542px;
  width: 100%;
}
.home-page .company-wrapper .company_right {
  max-width: 632px;
  width: 100%;
  height: 430px;
  min-height: 430px;
  position: relative;
}
.home-page .company-wrapper .company_right .href-button {
  transition: 400ms;
  min-width: 60px;
  width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffcc40;
  border-radius: 10px;
  cursor: pointer;
  transition: 100ms ease;
}
.home-page .company-wrapper .company_right .href-button:hover {
  background-color: black;
}
.home-page .company-wrapper .company_right .href-button:hover img {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.home-page .company-wrapper .company_right .href-button img {
  transition: 400ms;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.home-page .company-wrapper .company_right .image-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  position: relative;
  z-index: 5;
  border-top-right-radius: 50px;
}
.home-page .company-wrapper .company_right .vec {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.home-page .company-wrapper .company_right .href-button {
  position: absolute;
  z-index: 11;
  right: 28px;
  top: 13px;
}
.home-page .evac-wrapper {
  width: 100%;
  padding: 80px 80px;
  background: #f5f5f0;
  margin-top: 100px;
}
.home-page .evac-wrapper .evac {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 52px;
}
.home-page .evac-wrapper .evac_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.home-page .evac-wrapper .evac_top .left-title-area {
  max-width: 580px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.home-page .evac-wrapper .evac_top .left-title-area h2 {
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
  text-align: left;
  max-width: 580px;
  width: 100%;
}
.home-page .evac-wrapper .evac_top .left-title-area p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  max-width: 567px;
  width: 100%;
  text-align: left;
}
.home-page .evac-wrapper .evac_top .right-item {
  max-width: 630px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.home-page .evac-wrapper .evac_top .right-item .item {
  transition: 100ms ease;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px 20px;
  gap: 20px;
}
.home-page .evac-wrapper .evac_top .right-item .item .top-image-wrapper {
  min-height: 185px;
  height: 185px;
  width: 100%;
  border-radius: 10px;
  background: #f5f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-page .evac-wrapper .evac_top .right-item .item .top-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-page .evac-wrapper .evac_top .right-item .item .title-content {
  width: 100%;
  max-width: 265px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
  min-height: 72px;
  height: 72px;
}
.home-page .evac-wrapper .evac_top .right-item .item .title-content h3 {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.home-page .evac-wrapper .evac_top .right-item .item .title-content p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.home-page .evac-wrapper .evac_top .right-item .item .bottom-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .evac-wrapper .evac_top .right-item .item .bottom-content p {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
.home-page .evac-wrapper .evac_top .right-item .item .bottom-content .href-button {
  transition: 400ms ease;
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: center !important;
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffcc40;
  border-radius: 10px;
  cursor: pointer;
  transition: 100ms ease;
}
.home-page .evac-wrapper .evac_top .right-item .item:hover .bottom-content .href-button {
  background-color: black;
  background-size: 24px !important;
}
.home-page .evac-wrapper .evac_top .right-item .item:hover .bottom-content .href-button img {
  display: none;
}

.home-page .evac-wrapper .evac_top .right-item .item .bottom-content .href-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.home-page .evac-wrapper .evac_bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.home-page .evac-wrapper .evac_bottom .item {
  transition: 100ms ease;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px 20px;
  gap: 20px;
}
.home-page .evac-wrapper .evac_bottom .item .top-image-wrapper {
  min-height: 185px;
  height: 185px;
  width: 100%;
  border-radius: 10px;
  background: #f5f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-page .evac-wrapper .evac_bottom .item .top-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-page .evac-wrapper .evac_bottom .item .title-content {
  width: 100%;
  max-width: 265px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
  min-height: 72px;
  height: 72px;
}
.home-page .evac-wrapper .evac_bottom .item .title-content h3 {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.home-page .evac-wrapper .evac_bottom .item .title-content p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.home-page .evac-wrapper .evac_bottom .item .bottom-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .evac-wrapper .evac_bottom .item .bottom-content p {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
.home-page .evac-wrapper .evac_bottom .item .bottom-content .href-button {
  transition: 400ms ease;
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: center !important;
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffcc40;
  border-radius: 10px;
  cursor: pointer;
  transition: 400ms ease;
}
.home-page .evac-wrapper .evac_bottom .item:hover .bottom-content .href-button {
  background-color: black;
  background-size: 24px !important;
}
.home-page .evac-wrapper .evac_bottom .item:hover .bottom-content .href-button img {
  display: none;
}
.home-page .evac-wrapper .evac_bottom .item .bottom-content .href-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.home-page .work-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
}
.home-page .work-wrapper .work {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #111111;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 80px 80px;
  gap: 40px;
}
.home-page .work-wrapper .work h4 {
  color: #f5f5f0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 64px;
  text-align: left;
  line-height: normal;
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.home-page .work-wrapper .work .grid-work-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 28px 100px;
}
.home-page .work-wrapper .work .grid-work-cards .work-card {
  padding: 24px 24px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  gap: 16px;
  position: relative;
}
.home-page .work-wrapper .work .grid-work-cards .work-card h3 {
  color: #f5f5f0;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  min-height: 56px;
  height: 56px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 100%;
}
.home-page .work-wrapper .work .grid-work-cards .work-card p {
  max-width: 257px;
  width: 100%;
  min-height: 70px;
  height: 70px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.home-page .work-wrapper .work .grid-work-cards .work-card .image-container {
  min-width: 70px;
  width: 70px;
  height: 70px;
  min-height: 70px;
  background: #111111;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  transform: translateY(-20px) translateX(20px);
}
.home-page .work-wrapper .work .grid-work-cards .work-card .image-container img {
  width: 50%;
  height: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.home-page .work-wrapper .work .grid-work-cards .work-card::after {
  content: '';
  width: 60px;
  min-width: 60px;
  position: absolute;
  left: 105%;
  z-index: 0;
  height: 16px;
  top: 50%;
  background-image: url('/frontend/images/arrowed5.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.home-page .work-wrapper .work .grid-work-cards .work-card:nth-child(3n + 3)::after {
  content: none;
}
.home-page .advantages-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
}
.home-page .advantages-wrapper .advantages {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.home-page .advantages-wrapper .advantages h3 {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  text-align: left;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item {
  transition: 400ms ease;
  width: 100%;
  background: #f5f5f0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 20px;
  gap: 30px;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item:hover .left-icon {
  background-color: transparent;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item .left-icon {
  transition: 400ms ease;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 5px;
  border-radius: 16px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item .left-icon img {
  width: 80%;
  height: 80%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  transition: 250ms ease;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item .right-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  max-width: 480px;
  width: 100%;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item .right-text h3 {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: left;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item .right-text p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 44px;
  height: 44px;
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item:hover {
  background-color: rgb(0, 0, 0);
  * {
    color: #fff !important;
  }
}
.home-page .advantages-wrapper .advantages .grid-cards-advantages .advantage-item:hover .left-icon img {
  transform: scale(1.2);
}
.home-page .your-cars-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
}
.home-page .your-cars-wrapper .your-cars {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.home-page .your-cars-wrapper .your-cars h3 {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  text-align: left;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  gap: 20px;
  align-items: flex-start;
}

.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .title-h {
  color: #111111;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: left;
  max-width: 413px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .description-h {
  color: #dddddd;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: left;
  max-width: 413px;
  opacity: 0;
  width: 100%;
  transition: 300ms ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  bottom: 60px;
  left: 20px;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover .description-h {
  opacity: 1;
  pointer-events: all;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data {
  display: flex;
  gap: 10px;
}

.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item {
  flex: 1 1 0;
  transition: flex 300ms ease;
  position: relative;
}

.home-page .your-cars-wrapper .your-cars .your-cars-data:hover .your-car-item {
  flex: 0.8 1 0;
}

.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover {
  flex: 1.2 1 0;
  z-index: 10;
}

.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper {
  transition: 300ms ease;
  width: 100%;
  min-height: 354px;
  height: 354px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
  border-top-right-radius: 50px;
  -o-object-fit: fill;
  object-fit: fill;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .vec {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .href-button {
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: center !important;
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffcc40;
  border-radius: 10px;
  cursor: pointer;
  transition: 400ms ease;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover .top-wrapper .href-button {
  background-size: 24px !important;
  background-color: black;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover .top-wrapper .href-button img {
  display: none;
}

.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .href-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.home-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .href-button {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 16px;
}
.home-page .work-gallery-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
  position: relative;
  z-index: 0;
}
.home-page .work-gallery-wrapper .work-gallery {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.home-page .work-gallery-wrapper .work-gallery h3 {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  text-align: left;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  height: 484px;
  min-height: 484px;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_left {
  height: 100%;
  max-width: 305px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_left .item-gallery {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_left .item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center {
  max-width: 630px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border-bottom-left-radius: 50px;
  position: relative;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .vecod {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .image-item {
  position: relative;
  z-index: 5;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .get-to-contact {
  position: absolute;
  z-index: 11;
  bottom: 10px;
  left: 16px;
  padding: 10px 43px;
  background: #ffcc40;
  outline: none;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 200ms ease;
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .get-to-contact:hover {
  background-color: white;
  border: 1px solid #f5b402;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .get-to-contact:hover p {
  color: #f5b402;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .get-to-contact:active {
  transform: scale(0.7);
}

.home-page .work-gallery-wrapper .work-gallery .grid-gallery_right {
  max-width: 305px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_right .item-gallery {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-page .work-gallery-wrapper .work-gallery .grid-gallery_right .item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.home-page .accordion-section-wrapper {
  width: 100%;
  padding: 0 80px;
  margin-top: 100px;
}
.home-page .accordion-section-wrapper .accordion-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}
.home-page .accordion-section-wrapper .accordion-section .left-text-section {
  max-width: 738px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.home-page .accordion-section-wrapper .accordion-section .left-text-section h2 {
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
  text-align: left;
  max-width: 738px;
}
.home-page .accordion-section-wrapper .accordion-section .left-text-section h2 span {
  color: #ffcc40;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
}
.home-page .accordion-section-wrapper .accordion-section .left-text-section p {
  color: #827f7f;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  max-width: 600px;
  width: 100%;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords {
  max-width: 468px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion {
  transition: 400ms ease;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion:hover .head-accordion .icon-wrap {
  background-color: #9e5116;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion {
  cursor: pointer;
  transition: 200ms ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion h4 {
  color: #111111;
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  text-align: left;
  max-width: 170px;
  width: 100%;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion .icon-wrap {
  color: white;
  font-weight: 500;
  font-size: 21px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 200ms ease;
  background-color: #ffcc40;
  border-radius: 100px;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion .icon-wrap .plus {
  font-size: 18px;
  color: white;
  transition: 200ms;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion:active {
  transform: scale(0.9);
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion.active .icon-wrap {
  background-color: rgb(187, 70, 2);
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion.active .icon-wrap .plus {
  transform: rotate(45deg);
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .content-accordion {
  width: 100%;
  transition: 200ms ease;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .content-accordion p {
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .content-accordion.active {
  padding: 24px;
  height: auto;
  overflow: auto;
}
.home-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion:nth-child(1) {
  border-top: 1px solid #e7e7e7;
  padding-top: 24px;
}
.home-page .brands-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
}
.home-page .brands-wrapper .brands {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px;
}
.home-page .brands-wrapper .brands .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .brands-wrapper .brands .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-page .brands-wrapper .brands .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  -o-object-fit: contain;
  object-fit: contain;
}

.delivery-page .hero-wrapper {
  margin-top: 160px;
  width: 100%;
  padding: 0 80px;
}
.delivery-page .hero-wrapper .hero {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
}
.delivery-page .hero-wrapper .hero .top-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delivery-page .hero-wrapper .hero .top-text-container h1 {
  max-width: 600px;
  width: 100%;
  text-align: left;
  line-height: 82px;
  font-size: 56px;
  color: #111111;
  font-weight: 700;
}
.delivery-page .hero-wrapper .hero .top-text-container h1 span {
  color: #ffcc40;
  font-size: 56px;
  font-weight: 700;
}
.delivery-page .hero-wrapper .hero .top-text-container p {
  max-width: 550px;
  width: 100%;
  text-align: end;
  color: #827f7f;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.delivery-page .hero-wrapper .hero .hero-content {
  width: 100%;
  height: 650px;
  display: flex;
  border-radius: 16px;
  background-color: #e0dfdf;
}
.delivery-page .why-we-wrapper {
  width: 100%;
  padding: 0 80px;
  margin-top: 100px;
}
.delivery-page .why-we-wrapper .why-we {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  gap: 70px;
}
.delivery-page .why-we-wrapper .why-we h3 {
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center !important;
  gap: 30px;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .top-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  position: relative;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .top-wrap .iconing {
  min-width: 148px;
  width: 148px;
  height: 148px;
  min-height: 148px;
  border: 12px solid #e8e8e8;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .top-wrap .iconing img {
  width: 100%;
  max-width: 80px;
  max-height: 80px;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .top-wrap::after {
  content: '';
  position: absolute;
  z-index: 10;
  background-color: #e8e8e8;
  height: 12px;
  width: 100%;
  z-index: 0;
  top: 50%;
  left: 210px;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .top-wrap::before {
  content: '';
  position: absolute;
  z-index: 10;
  background-color: #e8e8e8;
  height: 12px;
  width: 100%;
  z-index: 0;
  top: 50%;
  right: 210px;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .bottom-text {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .bottom-text h4 {
  color: #111111;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .swiper .swiper-slide .bottom-text p {
  color: #827f7f;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  width: 100%;
  min-height: 84px;
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .custom-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .custom-buttons .button-swipe {
  outline: none;
  border: none;
  border-radius: 100px;
  pointer-events: all;
  z-index: 100;
  position: relative;
  min-width: 34px;
  width: 34px;
  height: 34px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  cursor: pointer;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(218, 218, 218, 0.7);
  transition: 100ms ease;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .custom-buttons .button-swipe img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .custom-buttons .button-swipe:hover {
  transform: scale(1.2);
  background-color: #111111;
}
.delivery-page .why-we-wrapper .why-we .swiper-cards .custom-buttons .button-swipe:active {
  transform: scale(1);
}

.delivery-page .evac-delivery-wrapper {
  w-deliveryidth: 100%;
  padding: 80px 80px;
  background: #f5f5f0;
  margin-top: 100px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 52px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .left-title-area {
  max-width: 580px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .left-title-area h2 {
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
  text-align: left;
  max-width: 580px;
  width: 100%;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .left-title-area p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  max-width: 567px;
  width: 100%;
  text-align: left;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item {
  max-width: 630px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item {
  transition: 100ms ease;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px 20px;
  gap: 20px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .top-image-wrapper {
  min-height: 185px;
  height: 185px;
  width: 100%;
  border-radius: 10px;
  background: #f5f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .top-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .title-content {
  width: 100%;
  max-width: 265px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
  min-height: 72px;
  height: 72px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .title-content h3 {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .title-content p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .bottom-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .bottom-content p {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .bottom-content .href-button {
  transition: 400ms ease;
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: center !important;
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffcc40;
  border-radius: 10px;
  cursor: pointer;
  transition: 100ms ease;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item:hover .bottom-content .href-button {
  background-color: black;
  background-size: 24px !important;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item:hover .bottom-content .href-button img {
  display: none;
}

.delivery-page .evac-delivery-wrapper .evac-delivery_top .right-item .item .bottom-content .href-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.delivery-page .evac-delivery-wrapper .evac-delivery_bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item {
  transition: 100ms ease;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px 20px;
  gap: 20px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .top-image-wrapper {
  min-height: 185px;
  height: 185px;
  width: 100%;
  border-radius: 10px;
  background: #f5f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .top-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .title-content {
  width: 100%;
  max-width: 265px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
  min-height: 72px;
  height: 72px;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .title-content h3 {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .title-content p {
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .bottom-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .bottom-content p {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-align: left;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .bottom-content .href-button {
  transition: 400ms ease;
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: center !important;
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffcc40;
  border-radius: 10px;
  cursor: pointer;
  transition: 400ms ease;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item:hover .bottom-content .href-button {
  background-color: black;
  background-size: 24px !important;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item:hover .bottom-content .href-button img {
  display: none;
}
.delivery-page .evac-delivery-wrapper .evac-delivery_bottom .item .bottom-content .href-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.delivery-page .your-cars-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
}
.delivery-page .your-cars-wrapper .your-cars {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.delivery-page .your-cars-wrapper .your-cars h3 {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  text-align: left;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  gap: 20px;
  align-items: flex-start;
}

.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .title-h {
  color: #111111;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: left;
  max-width: 413px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .description-h {
  color: #dddddd;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: left;
  max-width: 413px;
  opacity: 0;
  width: 100%;
  transition: 300ms ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  bottom: 60px;
  left: 20px;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover .description-h {
  opacity: 1;
  pointer-events: all;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data {
  display: flex;
  gap: 10px;
}

.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item {
  flex: 1 1 0;
  transition: flex 300ms ease;
  position: relative;
}

.delivery-page .your-cars-wrapper .your-cars .your-cars-data:hover .your-car-item {
  flex: 0.8 1 0;
}

.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover {
  flex: 1.2 1 0;
  z-index: 10;
}

.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper {
  transition: 300ms ease;
  width: 100%;
  min-height: 354px;
  height: 354px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
  border-top-right-radius: 50px;
  -o-object-fit: fill;
  object-fit: fill;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .vec {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .href-button {
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: center !important;
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffcc40;
  border-radius: 10px;
  cursor: pointer;
  transition: 400ms ease;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover .top-wrapper .href-button {
  background-size: 24px !important;
  background-color: black;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item:hover .top-wrapper .href-button img {
  display: none;
}

.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .href-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.delivery-page .your-cars-wrapper .your-cars .your-cars-data .your-car-item .top-wrapper .href-button {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 16px;
}

.delivery-page .work-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
}
.delivery-page .work-wrapper .work {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #f5f5f0;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 80px 80px;
  gap: 40px;
}
.delivery-page .work-wrapper .work h4 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 64px;
  text-align: left;
  line-height: normal;
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.delivery-page .work-wrapper .work .grid-work-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: flex-start;
  align-items: flex-start;
  gap: 28px 100px;
}
.delivery-page .work-wrapper .work .grid-work-cards .work-card {
  padding: 24px 24px;
  width: 100%;
  height: auto;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  gap: 16px;
  position: relative;
}
.delivery-page .work-wrapper .work .grid-work-cards .work-card h3 {
  color: #111111;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  width: 100%;
}
.delivery-page .work-wrapper .work .grid-work-cards .work-card p {
  max-width: 257px;
  width: 100%;
  min-height: 70px;
  height: 70px;
  text-align: left;
  color: rgba(17, 17, 17, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.delivery-page .work-wrapper .work .grid-work-cards .work-card .image-container {
  min-width: 70px;
  width: 70px;
  height: 70px;
  min-height: 70px;
  background: #f5f5f0;
  border: 1px solid #ffcc40;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  transform: translateY(-20px) translateX(20px);
}
.delivery-page .work-wrapper .work .grid-work-cards .work-card .image-container img {
  width: 50%;
  height: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.delivery-page .work-wrapper .work .grid-work-cards .work-card::after {
  content: '';
  width: 60px;
  min-width: 60px;
  background-color: transparent !important;
  position: absolute;
  left: 105%;
  z-index: 0;
  height: 16px;
  top: 50%;
  background-image: url('/frontend/images/arrowed6.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.delivery-page .work-wrapper .work .grid-work-cards .work-card:nth-child(3n + 3)::after {
  content: none;
}
.delivery-page .work-gallery-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
  position: relative;
  z-index: 0;
}
.delivery-page .work-gallery-wrapper .work-gallery {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.delivery-page .work-gallery-wrapper .work-gallery h3 {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: normal;
  text-align: left;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  height: 484px;
  min-height: 484px;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_left {
  height: 100%;
  max-width: 305px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_left .item-gallery {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_left .item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_center {
  max-width: 630px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border-bottom-left-radius: 50px;
  position: relative;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .vecod {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .image-item {
  position: relative;
  z-index: 5;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .get-to-contact {
  position: absolute;
  z-index: 11;
  bottom: 10px;
  left: 16px;
  padding: 10px 43px;
  background: #ffcc40;
  outline: none;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 200ms ease;
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .get-to-contact:hover {
  background-color: white;
  border: 1px solid #ffc527;
  color: #ffc527;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_center .video-wrapper .get-to-contact:active {
  transform: scale(0.7);
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_right {
  max-width: 305px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_right .item-gallery {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.delivery-page .work-gallery-wrapper .work-gallery .grid-gallery_right .item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.delivery-page .call-car-form-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
  background-color: transparent;
}
.delivery-page .call-car-form-wrapper .call-car-form {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-image: url('/images/callform.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.delivery-page .call-car-form-wrapper .call-car-form .title-content {
  position: relative;
  z-index: 5;
  max-width: 447px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.delivery-page .call-car-form-wrapper .call-car-form .title-content h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
  text-align: center;
  width: 100%;
  max-width: 447px;
}
.delivery-page .call-car-form-wrapper .call-car-form .title-content p {
  color: rgba(255, 255, 255, 0.8980392157);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}
.delivery-page .call-car-form-wrapper .call-car-form .inputs {
  width: 100%;
  max-width: 630px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.delivery-page .call-car-form-wrapper .call-car-form .inputs .iti {
  width: 100%;
}
.delivery-page .call-car-form-wrapper .call-car-form .inputs .iti__country-list {
  z-index: 100;
}
.delivery-page .call-car-form-wrapper .call-car-form .inputs input {
  outline: none;
  width: 100%;
  padding: 15px 18px;
  cursor: pointer;
  transition: 200ms ease;
  border-radius: 10px;
  background: #fdfdfd;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  border: 5px solid transparent;
  line-height: normal;
}
.delivery-page .call-car-form-wrapper .call-car-form .inputs input:focus {
  cursor: auto;
  border: 5px solid #fc9f12;
}
.delivery-page .call-car-form-wrapper .call-car-form .inputs .flag-dropdown {
  background-color: transparent !important;
  border-radius: 6px 0 0 6px !important;
  padding: 5px 10px !important;
  border-right: 1px solid transparent !important;
}
.delivery-page .call-car-form-wrapper .call-car-form .inputs .selected-flag {
  padding: 0 10px !important;
}
.delivery-page .call-car-form-wrapper .call-car-form button[type='submit'] {
  max-width: 306px;
  width: 100%;
  cursor: pointer;
  transition: 200ms ease;
  position: relative;
  z-index: 4 !important;
  padding: 11.5px 24px;
  outline: none;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #ffcc40;
  border-radius: 10px;
  background-image: url('/frontend/images/whited.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 0 !important;
  background-position: 90% !important;
}
.delivery-page .call-car-form-wrapper .call-car-form button[type='submit'] p {
  color: #111111;
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  transition: 300ms ease;
}
.delivery-page .call-car-form-wrapper .call-car-form button[type='submit'] img {
  display: none !important;
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
  opacity: 1;
  transform: scale(1);
  transition: 200ms ease;
}

.delivery-page .call-car-form-wrapper .call-car-form button[type='submit']:active {
  transform: scale(0.7);
}
.delivery-page .call-car-form-wrapper .call-car-form button[type='submit']:hover {
  background-color: black;
  background-size: 0 !important;
}

.delivery-page .call-car-form-wrapper .call-car-form button[type='submit']:hover p {
  color: white;
}

.delivery-page .call-car-form-wrapper .call-car-form button[type='submit']:hover img {
  opacity: 0;
}

.delivery-page .call-car-form-wrapper .call-car-form::after {
  content: '';
  width: 100%;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  z-index: 0;
  inset: 0;
}
.delivery-page .accordion-section-wrapper {
  width: 100%;
  padding: 0 80px;
  margin-top: 100px;
}
.delivery-page .accordion-section-wrapper .accordion-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}
.delivery-page .accordion-section-wrapper .accordion-section .left-text-section {
  max-width: 738px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.delivery-page .accordion-section-wrapper .accordion-section .left-text-section h2 {
  color: #111111;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
  text-align: left;
  max-width: 738px;
}
.delivery-page .accordion-section-wrapper .accordion-section .left-text-section h2 span {
  color: #ffcc40;
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
}
.delivery-page .accordion-section-wrapper .accordion-section .left-text-section p {
  color: #827f7f;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  max-width: 600px;
  width: 100%;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords {
  max-width: 468px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion:hover .icon-wrap {
  background-color: #9e5116;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion {
  cursor: pointer;
  transition: 200ms ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion h4 {
  color: #111111;
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  text-align: left;
  max-width: 170px;
  width: 100%;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion .icon-wrap {
  color: white;
  font-size: 18px;
  min-width: 32px;
  width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 200ms ease;
  background-color: #ffcc40;
  border-radius: 100px;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion .icon-wrap .plus {
  font-size: 18px;
  color: white;
  transition: 200ms;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion:active {
  transform: scale(0.7);
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion.active .icon-wrap {
  background-color: rgb(187, 70, 2);
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .head-accordion.active .icon-wrap .plus {
  transform: rotate(45deg);
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .content-accordion {
  width: 100%;
  transition: 200ms ease;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .content-accordion p {
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion .content-accordion.active {
  padding: 24px;
  height: auto;
  overflow: auto;
}
.delivery-page .accordion-section-wrapper .accordion-section .right-accords .item-accordion:nth-child(1) {
  border-top: 1px solid #e7e7e7;
  padding-top: 24px;
}

.footer-wrapper {
  width: 100%;
  margin-top: 100px;
  padding: 0 80px;
}
.footer-wrapper .footer {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  border-radius: 40px 40px 0 0;
  padding: 60px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: #070707;
  gap: 120px;
}
.footer-wrapper .footer_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-wrapper .footer_top .left-content {
  max-width: 528px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
}
.footer-wrapper .footer_top .left-content .item-area,
.footer-wrapper .footer_top .left-content .item-area-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.footer-wrapper .footer_top .left-content .item-area h4,
.footer-wrapper .footer_top .left-content .item-area-info h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: left;
}
.footer-wrapper .footer_top .left-content .item-area .elements,
.footer-wrapper .footer_top .left-content .item-area-info .elements {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.footer-wrapper .footer_top .left-content .item-area .elements .link,
.footer-wrapper .footer_top .left-content .item-area-info .elements .link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  transition: 200ms ease;
  text-align: left;
}
.footer-wrapper .footer_top .left-content .item-area .elements .link:hover,
.footer-wrapper .footer_top .left-content .item-area-info .elements .link:hover {
  color: goldenrod;
}
.footer-wrapper .footer_top .left-content .item-area-info .elements-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.footer-wrapper .footer_top .left-content .item-area-info .elements-info .element {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.footer-wrapper .footer_top .left-content .item-area-info .elements-info .element label {
  color: rgba(255, 255, 255, 0.5019607843);
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: left;
}
.footer-wrapper .footer_top .left-content .item-area-info .elements-info .element .link-el {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  text-decoration: none;
  transition: 200ms ease;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  cursor: pointer;
}
.footer-wrapper .footer_top .left-content .item-area-info .elements-info .element .link-el:hover {
  color: goldenrod;
}
.footer-wrapper .footer_top .right-area {
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.footer-wrapper .footer_top .right-area .get-contact {
  max-width: 127px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffcc40;
  border-radius: 10px;
  padding: 10px 10px;
  cursor: pointer;
  transition: 200ms ease;
  outline: none;
  position: relative;
  border: 1px solid transparent;
}
.footer-wrapper .footer_top .right-area .get-contact p {
  line-height: normal;
  text-align: center;
  color: #111111;
  transition: 200ms ease;
  font-weight: 500;
  z-index: 5;
  font-size: 16px;
}

.footer-wrapper .footer_top .right-area .get-contact:hover {
  background-color: black;
  border: 1px solid #f5c80d;
}
.footer-wrapper .footer_top .right-area .get-contact:hover p {
  color: #f5c80d;
}

.footer-wrapper .footer_top .right-area .telephone-item {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.footer-wrapper .footer_top .right-area .telephone-item img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  min-height: 24px;
}
.footer-wrapper .footer_top .right-area .telephone-item p {
  transition: 100ms ease;
  color: #f5b402;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
}
.footer-wrapper .footer_top .right-area .telephone-item:hover p {
  color: gold;
}
.footer-wrapper .footer_bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.footer-wrapper .footer_bottom .social-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wrapper .footer_bottom .social-area .left-email {
  max-width: 517px;
  width: 100%;
  height: auto;
  position: relative;
}
.footer-wrapper .footer_bottom .social-area .left-email input {
  padding-right: 150px !important;
  width: 100%;
  height: 56px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: 200ms ease;
  padding: 18px 20px;
  cursor: pointer;
  outline: none;
  color: white;
  font-weight: 400;
  font-size: 16px;
  transition: 200ms ease;
  border: 2px solid transparent;
}
.footer-wrapper .footer_bottom .social-area .left-email input::-moz-placeholder {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
}
.footer-wrapper .footer_bottom .social-area .left-email input::placeholder {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
}
.footer-wrapper .footer_bottom .social-area .left-email input:focus {
  cursor: auto;
  border: 2px solid #cecece;
}
.footer-wrapper .footer_bottom .social-area .left-email .get-sub {
  max-width: 134px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #f5c80d;
  padding: 10px 10px;
  cursor: pointer;
  transition: 400ms ease;
  outline: none;
  border: 1px solid transparent;
}

.footer-wrapper .footer_bottom .social-area .left-email .get-sub p {
  line-height: normal;
  text-align: center;
  color: #111111;
  transition: 200ms ease;
  font-weight: 500;
  z-index: 5;
  font-size: 16px;
}

.footer-wrapper .footer_bottom .social-area .left-email .get-sub:hover {
  background-color: black;
  border: 1px solid #f5b402;
}
.footer-wrapper .footer_bottom .social-area .left-email .get-sub:hover p {
  color: #f5b402;
} 

.footer-wrapper .footer_bottom .social-area .left-email .get-sub:active {
  transform: scale(0.7);
}
.footer-wrapper .footer_bottom .social-area .right-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.footer-wrapper .footer_bottom .social-area .right-socials .s-wrapper {
  will-change: contents;
  min-width: 32px;
  width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.35px 7.35px;
  overflow: hidden;
  border-radius: 100%;
  transition: 200ms ease;
  border-radius: 100px;
  border: 1px solid #f5f5f0;
}
.footer-wrapper .footer_bottom .social-area .right-socials .s-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.footer-wrapper .footer_bottom .social-area .right-socials .s-wrapper:hover {
  transform: scale(1.1);
}
.footer-wrapper .footer_bottom .bottom-area-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.footer-wrapper .footer_bottom .bottom-area-main p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: left;
} /*# sourceMappingURL=global.css.map */
