:root {
	--color__white: #ffffff;
	--color__black: #000000;
	--color__red: #F44336;
	--color__red_dark: #8e2d31;
	--color__yellow: #ffcf00;
}
/*footer, section {
	min-width: 300px;
}*/
.header__address {
	margin-top: 45px;
	color: #fff;
	font-size: 16px;
}
.header__time-clock {
	color: #fff;
	font-size: 16px;
	max-width: 270px;
	display: flex;
	justify-content: end;
}
.banner__advantage-item_right-side {
	justify-content: end;
}
/*.banner__advantage-item {
	gap: 5px;
}*/
/*.banner__advantage-name {
	font-size: 20px !important;
}*/
/*.banner__advantage-icon {
	width: 50px;
}*/
.banner__desc {
	justify-items: center;
}
/*.banner__desc p {
	color: #fff !important;
	font-size: 22px;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	text-align: center;
}*/
.cta.bl:after {
	display: block;
	height: 56px;
	line-height: 2.7em;
}

.banner__button {
	padding: 0 20px;
	/*text-transform: uppercase;*/
}

.rental-conditions {
	border: 2px solid rgb(8 58 213);
	text-align: center;
	padding: 15px;
	box-shadow: 0 0 30px 0 rgba(8, 58, 213, .3);
}
.rental-conditions span {
	color: #F44336;
}

#doc__op .tabs__caption li {
	justify-content: center;
}

/*ХИТЫ ПРОДАЖ НА ГЛАВНОЙ =====================================*/
.tabs-wrap .tabs__content-block {
	display: none; /* по умолчанию прячем все блоки */
}
.tabs-wrap .tabs__content-block.active {
	display: grid; /* по умолчанию показываем нужный блок */
}
.tabs__caption {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 45px;
}
.tabs__caption li {
	display: flex;
	font-size: 22px;
	font-weight: 700;
	/*text-transform: uppercase;*/
	background-color: transparent;
	padding: 12px 20px;
	text-align: center;
	/*border: 1px solid var(--color__black);*/
	cursor: pointer;
	-webkit-transition: cubic-bezier(0, 0, .2, 1) .5s;
	-o-transition: cubic-bezier(0, 0, .2, 1) .5s;
	transition: cubic-bezier(0, 0, .2, 1) .5s;
}
.tabs__caption li:hover,
.tabs__caption li.active {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	cursor: pointer;
}
.tabs__caption li.active .cta.bl {
	background: #fff;
	color: #000;
}

.products__tabs-wrap .tabs__content-block {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap: 25px;
	justify-content: center;
	padding: 20px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
}
/*ХИТЫ ПРОДАЖ НА ГЛАВНОЙ =====================================*/

.tabs-product {
	display: grid;
	gap: 10px;
}
.tabs-product-img {

}
.tabs-product-img__img {
	max-width: 100%;
	object-fit: cover;
	display: block;
}
.tabs-product__name {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0;
}
.tabs-product-info {
	text-align: center;
}
.tabs-product-info__title {
	padding: 0;
	margin: 0;
}
.tabs-product-info__size {
	padding: 0;
	margin: 0;
}
.tabs-product-info__price {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.tabs-product__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	line-height: 24px;
}

.tabs-product__btn.cta.bl:after {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	line-height: 24px;
}

.btn {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
.btn--cta {
	color: var(--color__black);
	background-color: var(--color__yellow);
	border: 2px solid var(--color__yellow);
}
.btn--cta:hover {
	background-color: transparent;
	color: var(--color__black);
}
.tabs-product__button {
	/* width: 257px; */
	height: 60px;
	font-weight: 600;
	font-size: 22px;
	margin: 0 auto;
}

#region-menu-bottom a {
	display: block;
	font-size: 1.2rem;
	padding: 5px 0;
	text-align: center;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
/*@media (min-width: 992px) and (max-width: 1199px) {
	#main.bk {
		max-height: 760px!important;
	}
}*/

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	header .header.container .col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tabs-product__btn {
		font-size: 14px;
	}
	/*#stick .header .contacts p {
		font-size: 22px;
	}*/
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
/*@media (max-width: 480px) {
	header .header.container .col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	header .header.container .col-6 {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
	}
	header .logo {
		background: url(/img/logo4.png) 7px 6px no-repeat;
		-webkit-background-size: 164px;
		background-size: 164px;
		height: 43px;
        background-position: center;
	}
	header .contacts {
        text-align: center;
    }
	/*header .contacts .phone {
		font-size: 15px;
	}*/
/*	#main h2.big-h2 {
		margin-top: 190px;
	}
	.banner__advantage-name {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	#stick .header .contacts p {
		font-size: 16px;
	}
	.tabs-product-info__title,
	.tabs-product-info__size,
	.tabs-product-info__price {
		font-size: 14px;
	}
	.tabs__caption li {
		padding: 12px 4px;
	}
	.tabs-product__btn {
		font-size: 12px;
		line-height: 16px;
	}
	.section_cat-bit {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.banner__button {
		font-size: 14px !important;
	}
	.rental-conditions a {
		font-size: 14px;
	}
	.slick__slider-item-second-text a {
		font-size: 12px;
	}
}*/

/* Custom, iPhone 6/7/8/X */
@media (max-width: 375px) {
	header .header.container .col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	header .header.container .col-6 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	/*header .logo {
		background: url(/img/logo4.png) 7px 6px no-repeat;
		-webkit-background-size: 164px;
		background-size: 164px;
		background-position: center;
	}
	header .contacts .phone {
		font-size: 14px;
	}*/
	.header__time-clock {
		font-size: 14px;
	}
	.banner__advantage-icon {
		width: 28px;
		height: 28px;
	}
	.banner__advantage-name {
		font-size: 14px !important;
		line-height: 14px !important;
	}
	.header__address {
		font-size: 14px;
	}
	.banner__button {
		font-size: 13px !important;
	}
}

/* Custom, iPhone Retina 5/SE */
@media (max-width: 320px) {
	/*#stick .header .contacts p {
		font-size: 14px;
	}*/
	header .header.container .col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	header .header.container .col-6 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	/*header .logo {
		background: url(/img/logo4.png) 7px 6px no-repeat;
		-webkit-background-size: 135px;
		background-size: 135px;
	}
	header .contacts .phone {
		font-size: 11px;
	}*/
	.header__time-clock {
		font-size: 14px;
	}
	.banner__advantage-icon {
		width: 28px;
		height: 28px;
	}
	.banner__advantage-name {
		font-size: 14px !important;
		line-height: 14px !important;
	}
	.header__address {
		font-size: 14px;
	}
	.banner__button {
		font-size: 11px !important;
	}
	#contacts h2, #contacts h3 {
		text-transform: uppercase;
		font-size: 36px;
	}
	.tabs-product__name {
		font-size: 18px;
	}
	.banner__desc p {
		font-size: 16px;
	}
}


/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
	.section {
		width: 460px;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
	.section {
		width: 750px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
	.section {
		width: 970px;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	.section {
		width: 1170px;
	}
}