/*!
Theme Name: rental
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rental
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rental is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
h1,
h2 {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.05em;
}
h4 {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.075em;
}
a {
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
}
ul {
  list-style-type: none;
}
li {
  display: inline-block;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1225px;
  margin: 0 auto;
}
.container2 {
  max-width: 1600px;
  margin: 0 auto;
}
.container2_position {
  position: relative;
}
.section {
  margin: 100px 0;
}
.section-black {
  background: #000000;
  padding: 40px 0;
}
.button {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
  box-shadow: 4px 10px 20px rgba(13, 40, 106, 0.1);
  border-radius: 15px;
  border: none;
  cursor: pointer;
}
.title_color {
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* шапка */
.header__wrap {
  display: flex;
  align-items: flex-end;
  padding: 20px 0;
}
.header__company-name {
  display: flex;
  align-items: flex-end;
  font-family: "El Messiri";
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.075em;
  line-height: 24px;
}
.header__text:first-child {
  margin-right: 5px;
}
.header__logo {
  margin-left: 368px;
}
.header__contact {
  display: flex;
  margin-left: auto;
  font-size: 14px;
  line-height: 19px;
}
.header__address {
  margin-right: 10px;
}
.header__icon {
  margin-right: 5px;
}

/* меню */
.header__nav {
  background-color: #000000;
  padding: 24px 0;
  text-align: center;
}
.header__item,
.footer__item {
  position: relative;
}
.header__item a,
.footer__item a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.075em;
  color: #ffffff;
}
.header__item a:after,
.footer__item a:after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  /* justify-content: center; */
  text-align: center;
  align-items: center;
  color: transparent;
  font-weight: 700;
  transform-origin: center center;
}
.header__item a:hover,
.footer__item a:hover {
  color: transparent;
}
.header__item a:hover:after,
.footer__item a:hover:after {
  color: #ffffff;
}

.header__item:not(:last-child) {
  margin-right: 41px;
}
.header__menu-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.075em;
  color: #ffffff;
}
.header__menu-text {
  margin-right: 10px;
}

/* Главный экран */
.main-screen {
  position: relative;
}
.wrap-box {
  display: flex;
  position: relative;
}
.offer-wrap {
  padding-top: 89px;
}
.offer-wrap h1 {
  max-width: 592px;
}
.offer-wrap h3 {
  margin: 25px 0;
}
.offer-text-wrap {
  width: 394px;
  margin-bottom: 25px;
}
.offer-text {
  font-size: 20px;
  line-height: 27px;
}
.offer-button {
  width: 260px;
  height: 65px;
}
.tab-wrap,
.tab-box-mobile {
  margin: 121px 0 70px;
  display: flex;
  font-size: 15px;
  line-height: 22px;
}
.tab-box-mobile {
  display: none;
}
.tab-box {
  width: 201px;
  border-left: 2px solid #000000;
  margin-right: 50px;
}
.tab-box:last-child {
  width: 173px;
  margin-right: 0;
}
.tab-text {
  padding: 8px 0 8px 10px;
  letter-spacing: 0.05em;
}
.delivery {
  margin-left: 163px;
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
  border-radius: 0px 0px 0px 20px;
}
.delivery-image {
  position: absolute;
  top: 41px;
  left: 530px;
}
.delivery-image-mobile {
  display: none;
}
.delivery-wrap {
  display: flex;
  align-items: center;
  width: 509px;
  margin-left: 70px;
  margin-top: 567px;
  margin: 567px 0 60px 70px;
}
.delivery-text-box {
  width: 302px;
  height: 74px;
  background: #ffffff;
  border-radius: 34px;
  padding: 13px 11px;
  text-align: center;
}
.delivery-text {
  width: 204px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
}
.delivery-button {
  position: relative;
  width: 105px;
  height: 105px;
  background: #000000;
  border-radius: 50%;
  margin-left: -83px;
  cursor: pointer;
}
.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.delivery-button-text {
  position: absolute;
  left: 51%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 49px;
  font-family: "NanumGothic-Regular";
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #ffffff;
}
.line {
  position: absolute;
  left: 39%;
  top: 29%;
}

/* АВТОПАРК */
.autopark__wrap {
    position: relative;
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
}
.autopark__mobile-menu {
  display: none;
}
.autopark__brands {
  width: 385px;
  margin-right: 35px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.autopark__title {
  font-weight: 600;
  padding: 46px 0 46px 24px;
}
.autopark__wrap-title {
  display: flex;
}
.autopark__brand {
  margin-right: 8px;
}
.autopark__item {
  display: flex;
  align-items: center;
  padding: 40px 0 40px 24px;
  background: #ffffff;
  cursor: pointer;
}
.autopark__text {
  margin-left: 20px;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
  color: #000000;
}
.autopark__item:hover {
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
}
.autopark__item:hover .autopark__text {
  color: #ffffff;
}
.active-brand .autopark__text {
  color: #ffffff;
}
.autopark__cards-car {
  position: relative;
  width: 805px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.autopark__offer {
  margin-left: 40px;
}
.autopark__car-year {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.autopark__wrap-price {
  display: flex;
  margin: 30px 0;
}
.autopark__price {
  font-weight: 300;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.05em;
}
.autopark__text_size{
    font-size: 22px;
}
.autopark__slesh {
  margin-top: 16px;
}
.autopark__clock {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.autopark__button {
  width: 200px;
  height: 50px;
}
.autopark__cards-fon {
  width: 216px;
  height: 295px;
  margin-left: auto;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
}
.autopark__car-image {
  position: absolute;
  top: 0px;
  right: 0px;
}
.button-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.button-slider__left-arrow,
.button-slider__right-arrow {
  cursor: pointer;
}
.button-slider__left-arrow {
  margin-right: 25px;
}
.button-slider__list {
  display: flex;
  align-items: center;
}
.button-slider__item {
  position: relative;
  width: 13px;
  height: 13px;
  background: linear-gradient(
    180deg,
    rgba(44, 137, 222, 0.2) 0%,
    rgba(11, 37, 102, 0.2) 100%
  );
  border-radius: 50%;
  margin-right: 25px;
}
span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
}
.active-item::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  /* background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%); */
  border: 4px solid #1f65a7;
  border-radius: 50%;
}
.active-brand {
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
}
.autopark__footnote {
  font-size: 16px;
  color: red;
  margin-top: 10px;
}

/* Преимущества */
.white-line {
  border: 5px solid #ffffff;
  margin-bottom: 40px;
}
.white-line-margin {
  margin-bottom: 0;
}
.advantages__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.advantages__item {
  width: 175px;
  color: #ffffff;
}
.advantages__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.advantages__list {
  font-size: 12px;
  line-height: 16px;
}
.advantages__list li {
  display: list-item;
  list-style-type: disc;
  margin-left: 22px;
}
.advantages2__item2 {
  width: 240px;
}
.advantages2__item4 {
  width: 185px;
}
.advantages2__item5 {
  width: 180px;
}

/* В отличии от остальных */
table {
  table-layout: fixed;
  width: 100%;
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  border-collapse: collapse;
  margin-top: 80px;
}
.table-wrap {
  position: relative;
  display: none;
}
.table-lupa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
thead {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
tr {
  height: 100px;
  text-align: center;
}
th {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
th:first-child {
  border-left: none;
}
td {
  font-size: 14px;
  line-height: 19px;
  border-left: 2px solid #000000;
  padding: 0 42px;
}
td:first-child {
  border-left: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
tfoot {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  background: #c74343;
  color: #ffffff;
}
tfoot td:first-child {
  background: #d7d7d7;
  border-bottom-left-radius: 20px;
}
tfoot td:last-child {
  border-bottom-right-radius: 20px;
}
tfoot td p {
  width: 132px;
  display: inline-block;
  text-align: center;
}
.table__text {
  width: 187px;
  text-align: start;
  color: #000000;
}
.table__text:first-child {
  font-weight: 800;
}
thead tr th:nth-child(2) {
  color: #ffffff;
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
}
tfoot tr td:nth-child(2) {
  background: #55e474;
  font-weight: 800;
}

/* УСЛОВИЯ ПРОКАТА */
.rental__wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.rental__fon {
  position: relative;
  width: 572px;
  height: 739px;
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
  border-radius: 0px 30px 30px 0px;
}
.rental__image {
  position: absolute;
  top: 91px;
  left: 0;
}
.rental__conditions_margin {
  margin-left: 351px;
}
.rental__conditions {
  margin-bottom: 70px;
}
.rental__conditions:last-child {
  margin-bottom: 0;
}
.rental__title .question-answer__title {
  font-family: "El Messiri";
  font-weight: 400;
  font-size: 30px;
  line-height: 47px;
  text-transform: uppercase;
  margin-right: 40px;
}
.rental__list {
  margin-top: 30px;
}
.rental__title_wrap,
.question-answer__title_wrap {
  display: flex;
  align-items: center;
}
.rental__item {
  display: list-item;
  list-style-type: disc;
  margin-left: 25px;
}
.rental__title_wrap {
  cursor: pointer;
}

/* Вопрос - ответ */
.question-answer__wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
}
.rental__title {
  margin-right: 40px;
}
.question-answer__item {
  border: 1px solid #000000;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 1015px;
  background: #ffffff;
  cursor: pointer;
}
.question-answer__item:last-child {
  margin-bottom: 0;
}
.question-answer__title {
  line-height: 100%;
  margin-right: 0;
  padding-top: 7px;
  font-size: 27px;
}
.question-answer__title_wrap {
  justify-content: space-between;
  padding: 12px 59px;
}
.question-answer__text {
  width: 804px;
  font-size: 16px;
  line-height: 22px;
  padding: 4px 0 20px 59px;
}
.question-answer__image {
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 0;
}

/* Форма связи */
.section-blue {
  padding: 40px 0;
  background: url(image/fon.png),
    linear-gradient(180deg, #2c89de 0%, #0b2566 100%) no-repeat center;
  background-size: cover;
}
.connection__title {
  width: 1057px;
  font-size: 47px;
  text-align: center;
  margin: 40px auto;
  color: #ffffff;
}
.connection__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.connection__wrap_margin {
  margin-bottom: 40px;
}
.connection__input {
  width: 342px;
  height: 65px;
  background: #ffffff;
  box-shadow: 4px 10px 20px rgba(13, 40, 106, 0.1);
  border-radius: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding-left: 22px;
  margin-right: 35px;
  border: none;
}
.connection__button {
  width: 260px;
  height: 65px;
  background: #000000;
  box-shadow: 4px 10px 20px rgba(13, 40, 106, 0.1);
  border-radius: 15px;
  border: none;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #d9d9d9;
  cursor: pointer;
}
.connection__checkbox {
  width: 20px;
  height: 20px;
  background: #ffffff;
  box-shadow: 4px 10px 20px rgba(13, 40, 106, 0.1);
  border-radius: 2px;
  margin-right: 10px;
}
.check {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}

/* Контакты */
.contacts__wrap {
  display: flex;
  justify-content: space-between;
}
.contacts__map {
  border-radius: 20px;
	width: 100%;
}
.contacts__map-mobile {
  display: none;
	width: 100%;
}
.contacts__title {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 93px;
}
.contacts__title_margin {
  margin-top: 50px;
}
.contacts__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.contacts__phone {
  display: block;
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 15px;
}

/* footer */
.footer {
  background: #000000;
  padding: 60px 0 30px 0;
}
.footer__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer__logo-text {
  position: absolute;
  top: 140px;
  left: 0;
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.35em;
  color: #ffffff;
}
.footer__list li {
  display: block;
  margin-bottom: 15px;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__button {
  width: 260px;
  height: 65px;
}
.footer__phone {
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.contacts__text_color {
  color: #ffffff;
}
.footer__text {
  position: absolute;
  right: 0;
  top: 140px;
  color: #ffffff;
  font-size: 25px;
  line-height: 39px;
  letter-spacing: 0.35em;
}
.icon-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.icon-width {
  width: 50px;
}
.icon-width:first-child {
  margin-right: 20px;
}
.footer__finish-text {
  margin-top: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

/* форма обратной связи */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(27, 27, 27);
  opacity: 0.8;
  z-index: 10;
}
.overlay-windows {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 805px;
  padding: 0 0 40px 40px;
  background: #ffffff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.content-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content-wrap h4 {
  position: relative;
  margin-top: 74px;
}
.border-none {
  border-bottom-right-radius: 0;
}
.content-title {
  font-size: 20px;
  margin: 40px 0 35px;
}
.specifications {
  margin-right: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.specifications-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-right: 15px;
}
.specifications-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.specifications-num {
  font-size: 14px;
  line-height: 19px;
}

.overlay-windows__text {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #686868;
  margin: 15px 0 20px;
  text-align: center;
}
.input-wrap {
  position: relative;
}
.input-wrap_margin {
  margin: 10px 0;
}
.overlay-windows__input {
  width: 250px;
  height: 40px;
  background: #ffffff;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding-left: 22px;
  margin-bottom: 10px;
}
.overlay-windows__input:focus {
  outline: none;
  color: #000000;
  box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.25);
}
.overlay-windows-button {
  width: 250px;
  height: 40px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.checkbox-wrap {
  display: flex;
  align-items: center;
}
.checkbox-inp {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 4px 10px 20px rgba(13, 40, 106, 0.1);
  border-radius: 2px;
  margin-right: 10px;
}
.checkbox-text {
  width: 199px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.5);
}
.err-red {
  border: 2px solid red;
}
.err-red::placeholder {
  font-weight: 600;
  color: red;
}
.err-text-red {
  font-weight: 600;
  color: red;
}

/* Успешно! */
.overlay-check {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 618px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 47px;
}
.check-wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
}
.check-title {
  font-size: 50px;
  margin-bottom: 30px;
}
.check-text {
  width: 228px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.check-wrap-text {
  font-size: 25px;
  line-height: 17px;
  letter-spacing: 0.075em;
  text-transform: none;
  margin-left: 5px;
}
.check-fon {
  display: none;
}
.display-none {
  display: none;
}

/* Адаптив */
@media (max-width: 600px) {
  .container {
    max-width: 272px;
    margin: 0 auto;
  }
  .header__item a:after,
  .footer__item a:after {
    justify-content: center;
  }
  .header__company-name {
    font-size: 14px;
    line-height: 22px;
  }
  .header__logo {
    margin-left: 0;
    width: 42px;
    height: auto;
  }
  .header__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .header__contact {
    padding-top: 10px;
    letter-spacing: 0.02em;
    margin-left: 0;
  }
  .header__address {
    font-size: 10px;
    line-height: 14px;
    margin-right: 9px;
  }
  .header__phone {
    font-size: 10px;
    line-height: 14px;
    margin-right: -6px;
  }
  .header__icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .header__menu-mobile {
    display: flex;
    padding: 9px 0;
  }
  .header__nav {
    padding: 0;
    position: relative;
  }
  .header__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #000000;
    width: 100%;
    z-index: 3;
  }
  .header__item:not(:last-child) {
    margin-right: 0px;
  }
  .header__item {
    margin-top: 20px;
  }
  .header__item:first-child {
    margin-top: 74px;
  }
  .header__item:last-child {
    margin-bottom: 105px;
  }
  .container2 {
    max-width: 320px;
    margin: 0 auto;
  }
  .offer-wrap h1 {
    max-width: 272px;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0.05em;
  }
  .offer-wrap {
    padding: 30px 0 20px;
    margin-left: 0;
  }
  .offer-wrap h3 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 25px;
  }
  .offer-text-wrap {
    width: 272px;
    margin-bottom: 15px;
  }
  .offer-text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
  }
  .offer-button {
    width: 240px;
    height: 45px;
  }
  .wrap-box {
    display: block;
  }
  .tab-wrap {
    display: none;
  }
  .delivery {
    border-radius: 0;
    width: 320px;
    margin-left: -24px;
  }
  .delivery-image {
    display: none;
  }
  .delivery-image-mobile {
    display: block;
    position: absolute;
    width: 320px;
    top: 293px;
  }
  .delivery-wrap {
    margin: 0 0 0 24px;
    padding-bottom: 30px;
    width: auto;
  }
  .delivery-text-box {
    width: 262px;
    margin-top: 190px;
  }
  .delivery-button {
    width: 90px;
    height: 90px;
    margin-left: -74px;
    margin-top: 188px;
  }
  .delivery-text {
    width: 175px;
    font-size: 10px;
    line-height: 14px;
  }
  .tab-box-mobile {
    display: block;
    margin: 20px 0 0 20px;
  }
  .tab-box {
    margin-top: 10px;
  }
  .tab-box:first-child {
    margin-top: 0;
  }

  /* Автопарк */
  .section {
    margin: 50px 0;
  }
  h2 {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
  }
  .autopark__wrap {
    margin-top: 30px;
    display: block;
  }
  .autopark__item {
    padding: 15px 10px;
  }
  .active-brand-mobile {
    background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
    color: #ffffff;
  }
  .autopark__brands {
    margin: 0 0 30px;
    background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
    color: #ffffff;
    width: 272px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .autopark__car {
    padding-top: 110px;
  }
  .autopark__title {
    font-size: 18px;
    line-height: 25px;
    padding: 17px 0 17px 24px;
  }
  .autopark__wrap-mobile-menu {
    display: flex;
    align-items: center;
  }
  .autopark__mobile-menu {
    display: block;
    margin-left: auto;
  }
  .autopark__image {
    width: 44px;
  }
  .autopark__text {
    font-size: 18px;
  }
  .autopark__cards-car {
    flex-direction: column-reverse;
    width: 100%;
  }
  .autopark__cards-fon {
    margin-left: 0;
    width: 272px;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .autopark__car-image {
    position: relative;
    margin: 20px 0;
  }
  .autopark__offer {
    margin: 15px 0 0 4px;
  }
  h4 {
    font-size: 18px;
  }
  .autopark__car-year {
    font-size: 14px;
  }
  .autopark__wrap-price {
    margin: 10px 0;
  }
  .autopark__price {
    font-size: 20px;
  }
  .autopark__slesh {
    margin-top: 10px;
  }
  .autopark__clock {
    font-size: 12px;
  }
  .autopark__button {
    width: 240px;
    height: 45px;
  }

  /* advantages */
  .section-black {
    padding: 20px 0;
  }
  .white-line {
    margin-bottom: 20px;
  }
  .advantages__wrap {
    display: block;
    margin: 20px 0;
  }
  .advantages__item {
    width: auto;
  }
  .advantages__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .advantages__list {
    margin-bottom: 20px;
  }
  .advantages__list_margin {
    margin-bottom: 0px;
  }
  .white-line {
    margin-bottom: 0px;
    border: 3px solid #ffffff;
  }

  /* В отличии от остальных */
  .section-margin {
    margin: 50px 0 30px;
  }
  table {
    display: none;
    table-layout: auto;
    /* transform: scale(0.45); */
  }
  .table-wrap {
    margin-top: 30px;
    display: block;
  }

  /* УСЛОВИЯ ПРОКАТА */
  .rental__wrap {
    /* display: block; */
    flex-direction: column;
    margin-top: 30px;
  }
  .rental__fon {
    display: none;
  }
  .rental__image_backround {
    padding: 20px 0;
    position: relative;
    top: 0;
    background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
  }
  .rental__conditions_margin {
    margin-left: 24px;
    margin-top: 21px;
  }
  .rental__conditions {
    margin-bottom: 15px;
  }
  .rental__title {
    margin-right: 40px;
  }

  /* Вопрос - ответ */
  .question-answer__wrap {
    margin-top: 40px;
    padding-bottom: 35px;
  }
  .question-answer__item {
    width: auto;
    margin-bottom: 15px;
  }
  .question-answer__title {
    font-size: 14px;
  }
  .question-answer__title_wrap {
    padding: 10px;
  }
  .question-answer__image {
    top: 40px;
  }
  .question-answer__text {
    width: auto;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    padding: 0 10px 10px 10px;
  }

  /* ОСТАВЬТЕ ЗАЯВКУ */
  .section-blue {
    padding: 20px 0;
  }
  .connection__title {
    width: auto;
    font-size: 20px;
    margin: 20px auto;
  }
  .connection__wrap {
    flex-direction: column;
  }
  .connection__input {
    width: 272px;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 0;
    border-radius: 10px;
  }
  .connection__button {
    width: 240px;
    height: 45px;
    border-radius: 10px;
  }
  .connection__wrap_margin {
    margin-bottom: 20px;
    flex-direction: row;
  }
  .check {
    width: 242px;
  }

  /* Контакты */
  .contacts__wrap {
    flex-direction: column;
  }
  .contacts__map {
    display: none;
  }
  .contacts__map-mobile {
    display: block;
    margin-top: 20px;
    border-radius: 20px;
  }
  .contacts__title {
    margin-top: 30px;
    font-size: 16px;
  }
  .contacts__text {
    font-size: 14px;
    margin-top: 5px;
  }
  .contacts__title_margin {
    margin-top: 20px;
  }
  .contacts__phone {
    margin-top: 5px;
  }
  .contacts__text-mobile {
    font-size: 20px;
  }
  /* footer */
  .footer {
    padding: 40px 0 30px 0;
  }
  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__button {
    width: 240px;
    height: 45px;
    margin: 20px 0;
  }
  .footer__logo-text {
    position: relative;
    top: 20px;
  }
  .footer__text {
    position: relative;
    top: 15px;
    font-size: 22px;
    letter-spacing: 0.31em;
  }
  .footer__finish-text {
    margin-top: 20px;
  }
  .display-none-mobile {
    display: none;
  }
  .overlay-windows {
    width: 272px;
    padding: 0 0 20px 0;
    position: absolute;
    top: 70%;
  }
  .content-wrap h4 {
    margin-top: 20px;
    padding-left: 10px;
  }
  .content-wrap {
    flex-direction: column-reverse;
  }
  .specifications {
    display: block;
  }
  .autopark__car-year {
    padding-left: 10px;
  }
  .autopark__wrap-price {
    margin: 10px 0 10px 10px;
  }
  .content-title {
    margin: 20px 0 20px 10px;
  }
  .specifications {
    margin-left: 10px;
  }
  .specifications-wrap {
    margin-bottom: 10px;
  }
  .specifications-wrap:last-child {
    margin-bottom: 20px;
  }
  .autopark__cards-fon {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .overlay-check {
    z-index: 15;
    width: 272px;
    padding: 0;
  }
  .check-title {
    font-size: 30px;
    margin: 20px 0 15px;
    text-align: center;
  }
  .check-text {
    width: 212px;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .check-wrap {
    margin-top: 15px;
    justify-content: center;
  }
  .check-img {
    width: 41px;
  }
  .check-wrap-text {
    font-size: 18px;
  }
  .check-fon {
    margin-top: 20px;
    background: linear-gradient(180deg, #2c89de 0%, #0b2566 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px 0;
  }
}

@media (max-width: 320px) {
  .container2 {
    max-width: 320px;
    margin: 0 auto;
  }
}