h6, h5, h4, h3, h2, h1{
	margin-top: revert;
}
h4 {
	font-size: calc(1.1rem + 0.3vw);
}
/* header */
.header__contacts {
	position: relative;
}
@media (min-width: 768.1px) {
	.mobile-top {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.map-block .map-grid .city-itemms{
		min-height: 300px;
	}
	/*header {
		position: fixed;
		top: 0;
	}*/
}
@media screen and (max-width: 350px) {
	header .header__top{
		padding: 5px 0 0 0;
	}
	header .header__icon span {
		font-size: 7px;
	}
	header .header__mobile .item{
		margin-right: 5px;
	}
	header .header__mobile .item svg{
		width: 16px;
		height: 16px;
	}
}
.header__icon img{
	max-height: 47px;
	margin-top: -20px;
}
header.sticky{
	box-shadow: 1px 1px 6px 4px #0000002b;
}
header.sticky .header__icon {
	font-size: 10px;
	letter-spacing: 0;
}
header.sticky .header__icon img{
	max-height: 35px;
	margin-top: -5px;
	margin-bottom: 0;
}
header.sticky .header__bottom {
	padding: 5px 0;
}
@media screen and (max-width: 768px) {
	.header__icon span {
		display: none;
	}
	.header__icon img{
		max-height: 35px;
		margin-top: -5px;
		margin-bottom: 0;
	}
	.header__bottom{
		padding: 5px 0;
	}
	.header__content {
		margin-top: 0;
	}
	.top-menu {
		position: relative;
		height: auto;
	}
}
@media screen and (max-width: 425px) {
	.header__menu__item {
		width: 14.2%;
		max-width: 75px;
		font-size: 10px;
	}
}

/* footer */
.footer__form {
	background: #12c0e2;
	background: linear-gradient(135deg, #0e4997 0%, #12c0e2 30%, #12c0e2 70%, #0e4997 100%);
	padding: 30px 0;
}
.footer__form__wrapper {
	color: #fff;
	font-size: 16px;
}
.footer__form .footer__form__hdg:not(:last-child){
	margin-bottom: 10px;
}
.footer__form__soc{
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 10px;
}
.footer__form p{
	margin-bottom: 0;
}
.footer__bottom{
	background-color: hsl(220 25% 8%);
	color: hsl(0 0% 100% / .6);
	border: 0;
	padding: 40px 0;
}
.footer__bottom a{
	color: hsl(0 0% 100% / .6);
}
.footer__bottom a:hover{
	color: #12c0e2;
}
.footer__address .item img, .footer__contacts .item img{
	filter: contrast(0.1);
}
.footer__logo-slogan{
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 10px;
}
.copyright{
	font-size: 12px;
}
.footer__copyright img{
	max-width: 100%;
}
.footer__info-price{
	font-size:12px;
	line-height: 14px;
	max-width: 300px;
	margin-top: 20px;
}
@media screen and (max-width: 1100px) {
	.footer__bottom__wrapper {
		flex-wrap: wrap;
	}
	.footer__copyright, .footer__menu, .footer__contacts  {
		width: calc(25% - 10px);
	}
	.footer__address .item, .footer__menu .item, .footer__contacts .item:last-child {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 5px;
	}
	.footer__contacts .name{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px) {
	.footer__copyright, .footer__menu, .footer__contacts {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 768px) {
	.footer__menu .item {
		font-size: 14px;
		line-height: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 500px) {
	.footer__copyright, .footer__menu, .footer__contacts {
		width: 100%;
		text-align: center;
	}
	.footer__info-price {
		max-width: 100%;
	}
	.footer__copyright {
		order: 1;
		margin-bottom: 20px;
	}
	.footer__menu {
		order: 2;
		margin-bottom: 20px;
	}
	.footer__contacts {
		order: 3;
	}
	.footer__menu .name{
		margin-bottom: 10px;
	}
	.footer__contacts .item{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 425px) {
	.footer__mobile {
		display: none;
	}
}
@media (max-width: 350px) {
	.footer__form__soc{
		gap: 10px;
	}
	.footer__form__soc svg{
		width: 40px;
		height: 40px;
	}
}

/* brand */
.catalog-brand__description-more{
	cursor: pointer;
	padding-top: 5px;
	color: #01aeb7;
}
.catalog-brand__description-more:after{
	content: ">>>";
	display: inline-block;
}
.brands_cont .brands_item span img{
	filter: grayscale(100%);
}

/* catalog */
/*
.catalog-slider .catalog-slider__container.swiper-container {
	overflow: auto;
}
 */
.catalog-slider{

}
.catalog-section__item .price s{
	color: #6e757e;
	text-decoration: line-through;
	text-decoration-color: red;
}
.catalog-section__item .label-sale{
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
	position: absolute;
	z-index: 40;
	opacity: 1;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	top: 20px;
	left: 20px;
}
.custom-radio span{
	background-size: 30px;
}
.catalog-configuration__description{
	letter-spacing: normal;
}
.catalog-configuration__description p{
	margin-bottom: 10px;
}
.catalog-configuration__description img, .catalog-product__description___mobile img{
	max-width: 100%;
}
.catalog-configuration__description h2{
	font-size: 32px;
	line-height: 32px;
}
@font-face {
	font-family: 'Roboto Condensed Bold Italic';
	src: url('../fonts/roboto-condensed-bold-italic/roboto_condensed_bold_italic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/roboto-condensed-bold-italic/roboto_condensed_bold_italic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
	url('../fonts/roboto-condensed-bold-italic/roboto_condensed_bold_italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/roboto-condensed-bold-italic/roboto_condensed_bold_italic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
	url('../fonts/roboto-condensed-bold-italic/roboto_condensed_bold_italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/roboto-condensed-bold-italic/roboto_condensed_bold_italic.svg#roboto_condensed_bold_italic') format('svg'); /* Chrome < 4, Legacy iOS */
}
.catalog-configuration__description .key-feature{
	font-family: 'Roboto Condensed Bold Italic', Roboto;
	font-size: 34px;
	font-style: italic;
	font-weight: 800;
	line-height: 34px;
	margin: 40px 0;
}
@media screen and (min-width: 768.1px) {
	.catalog-configuration__description {
		font-size: 18px;
		line-height: 27px;
	}
	.catalog-configuration__description h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.catalog-configuration__description h3 {
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.catalog-product__description___mobile-text-full {
		font-size: 14px;
		line-height: 18px;
	}
	.catalog-product__description___mobile h2{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.catalog-product__description___mobile-text-full h2{
		font-style: italic;
	}
}

.catalog-slider__slide--desktop {
	border: 1px solid #F0F2F4;
	border-radius: 5px;
	overflow: hidden;
	justify-content: flex-end;
	/* height: 100px; */
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-right: 10px;
	max-width: 180px;
}
.catalog-slider__slide--desktop img{
	margin-top: 5px;
	/*background-color: #fff;*/
}
.catalog-slider__slide--desktop img:nth-child(1){
	width: 70px;
}
.catalog-slider__slide--desktop:hover {
	/*background-color: #01aeb7;
	transition: background-color 0.2s;
	color: #fff;*/
}
/*
.catalog-slider__slide--desktop:hover img{
	width: 120%;
	max-width: 120%;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 10;
	transition: width 0.2s, max-width 0.2s;
}*/
.catalog-menu__item{
	height: auto;
}
.catalog-product__features-item{
	font-size: 13px;
	line-height: 16px;
}
.nav-catalog__wrap .filter__header{
	font-size: 14px;
	flex-wrap: wrap;
}
.nav-catalog__wrap .filter__header p{
	max-width: 160px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav-catalog__wrap .filter__header p:hover{
	text-overflow: clip;
	overflow: visible;
}
.catalog-section__item.related .content {
	padding: 0;
	width: 100%;
}
.catalog-brand__content .catalog-menu__item{
	width: 128px;
}

/* news */
.news__detail-image{
	margin-bottom: 50px;
}
.news__detail-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.news__detail-date.desktop, .news__detail-tag.desktop{
	margin-bottom: 0;
	margin-right: 0;
}
.news__detail-description a {
	text-decoration: underline;
}
.news__detail .news__detail-tag a, .news__detail-mobile-top .mobile-tag a{
	color: #fff;
}
.news__detail-description a:hover, .news__detail-description a:visited{
	color: #5000a0;
}
.news__detail-mobile-top .mobile-tag{
	font-size: 12px;
	padding: 5px 10px;
	position: absolute;
	right: 10px;
	margin-top: -38px;
}
.news__detail h1, .about h1 {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: normal;
	margin-bottom: 30px;
}
.news__detail h2, .about h2  {
	font-size: 28px;
	line-height: 32px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.news__detail h3, .about h3  {
	font-size: 20px;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto, sans-serif;
}
.about h4  {
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto, sans-serif;
}
.about a {
	text-decoration: underline;
	color: #01aeb7;
}
.news__detail-description p{
	margin-bottom: 10px;
}
.news__detail-description img {
	height: auto;
	margin-top: 45px;
	margin-bottom: 30px;
}
.news__detail-description, .news__detail-description p {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: normal;
}
@media screen and (min-width: 1180.1px) {
	.news__detail-description p, .news__detail-description {
		font-size: 18px;
		line-height: 27px;
	}
}
@media screen and (max-width: 768px) {
	body .about{
		font-size: 14px;
		line-height: 16px;
	}
}

/* menu */
#topMenuRent{
	min-width: 300px;
}

/* service */
.service .service-aside{
	padding-top: 90px;

}
.service-plus__item{
	width: 100%;
}
.service .footer__contacts {
	width: 220px;
	text-align: left;
	margin: 20px auto;
}
.service .footer__contacts .name{
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 992px) {
	.service .service-aside{
		padding-top: 40px;
		width: 100%;
	}
	.service-aside {
		display: block;
		text-align: center;
	}
	.service-plus__item{
		width: 100%;
	}
	.service-wrapper{
		flex-direction: column;
	}
	.service-plus__item{
		width: calc(50% - 10px);
	}
	.header__top{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.service .service-plus__item{
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.service-title{
		text-align: center;
	}
}

/* basket */
.basket-item-price-old{
	position: relative;
}
.basket-item-price-difference{
	display: none;
}

/* policy */
.checkbox-container.policy{
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.checkbox-container.policy a{
	text-decoration: underline;
}
.contacts-form .policy input{
	width: auto;
}