/*
Theme Name: VsemProkat
Author: Slava Khripushin
Author URI: https://t.me/s_khripushin
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
.social {
 /*display: flex;*/
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.1);
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}
.social a {
  display: block;
}
.social img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

@media(max-width: 576px) {
  .social {
    bottom: 10px;
    right: 10px;
    gap: 5px;
    padding: 5px;
    margin: 0 auto;
  }
}

.air-datepicker-body--cells.-days- {
	gap: 1px;
}
.air-datepicker-cell.-in-range- {
	background: #F8F8FA;
	font-weight: 600;
}
.air-datepicker-body--day-name {
	color: #000;
	font-weight: 600;
}
.-disabled- {
	background: #F8F8FA;
	cursor: not-allowed !important ;
}
.-disabled-:hover {
	background: #F8F8FA !important;
}

.category-filter__label img {
	height: 20px;
}
@media(max-width: 576px) {
  .rent {
    padding: 90px 0 50px;
  }
  .rent-car {
    width: 640px;
    bottom: 70px;
  }
  .rent-price {
    font-size: 26px;
    margin-top: 15px;
  }
  .rent-list li p {
    font-size: 12px !important;
  }
  .rent-item:last-child .rent-price {
    font-size: 20px;
  }
  .rent::before {
    height: 24px;
    background-size: auto 24px;
  }
  .rent-grid {
    gap: 180px;
  }
  .rent-circle {
    width: 400px;
    top: 405px;
  }
}

.page-text {
	padding: 80px 0;
}
.page-text__content {
	line-height: 1.5;
	font-size: 16px;
}
.page-text__content h1,
.page-text__content h2,
.page-text__content h3,
.page-text__content h4,
.page-text__content h5,
.page-text__content h6 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-family: 'RoadRadio';
	line-height: 1;
	margin-top: 40px;
	font-size: 1.5em;
}
.page-text__content h1 {
	font-size: 4em;
}
.page-text__content h2 {
	font-size: 3em;
}
.page-text__content h3 {
	font-size: 2em;
}
.page-text__content p {
	margin-top: 20px;
}
.page-text__content ul {
	list-style: disc;
	padding-left: 35px;
	margin-top: 20px;
}
.page-text__content a,
.faq-item__text p a{
  color: #d3b088;
  border-bottom: 1px solid #d3b088;
  padding-bottom: 1px;
}

.home_description {
  margin: 100px 0;
}
.home_description .home_description_text {
  overflow: hidden;
  transition: height 1s;
}
.home_description .title {
  font-size: 72px;
  text-align: center;
  margin-bottom: 50px;
}
.home_description p,
.home_description li {
  line-height: 1.34em;
  color: rgba(0,0,0,.7);
}
.home_description h3 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
  font-family: RoadRadio;
  text-transform: uppercase;
  margin: 30px 0;
}
.home_description .home_description_btn {
  text-align: center;
  cursor: pointer;
}

@media(max-width: 576px) {
  .home_description .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.category-filter__label img {
    height: 20px;
    width: 20px;
    object-fit: scale-down;
    object-position: center;
}

@media(max-width: 576px) {
	.category-filter__label p {
		line-height: 1;
	}
	.category-filter__label img {
		height: 16px;
		width: 16px;
	}
}

.category .category-description {
  margin-top: 50px;
}

.category .category-description p {
  margin: 10px 0;
}

.category .category-description h2 {
  margin: 10px 0;
}

.category .category-description ul,
.category .category-description ol {
  padding: 10px 0 10px 20px;
}

.category .category-description ul li {
  list-style-type: disc;
}

.category .category-description ol li {
  list-style-type: decimal;
}

.category .category-description li {
  margin: 10px 0;
}

.menu {
  z-index: initial;
}

.conditions-item__text h4 {
  display: none;
}

@media (max-width: 1100px) {
	.item-lines__copyright,
	.item-lines__desc,
	.promo-lines__counter {
		display: none;
	}
}

.sert {
	overflow: hidden;
}

.best-item__number {
	padding: 30px;
    font-size: 140px;
    font-weight: 300;
    line-height: 1;
    color: #caa980;
    text-align: center;
}

@media (max-width: 1480px) {
    .best-item__number {
        font-size: 110px;
    }
}

@media (max-width: 1100px) {
    .best-item__number {
        padding: 20px;
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    .best-item__number {
        padding: 10px 0;
    }
}


.item-rent__form .h3 {
    text-align: center;
    font-family: RoadRadio;
    font-weight: 400;
    font-size: 46px;
    line-height: .9;
}

.item-rent__form .h4 {
	margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
}

#popup-call .h5,
#popup-sert .h5 {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    margin: 10px auto 25px;
    max-width: 220px;
    font-weight: 400;
    opacity: .5;
}

@media (max-width: 576px) {
    #popup-call .item-rent__form .h3,
	#popup-sert .item-rent__form .h3 {
        font-size: 38px;
    }
}