/* Новая шапка */
.hero--full {
    margin-top: -170px;
}

@media (min-width: 1740px) {
    .hero--full {
        margin-top: -180px;
    }
}

.navbar.fixed {
	z-index: 2;
}

.navbar .top__right {
	display: none;
}

.navbar.fixed .top__right {
	display: flex;
	gap:0;
}

.navbar.fixed .top__wrap {
	padding:0;
}

.navbar__row {
	padding-top:10px;
	padding-bottom:10px;
	flex-wrap: nowrap;
	border-bottom: 1px solid #fff;
}

.navbar__left {
	width: 224px;
}

.navbar__left .logo {
	max-width: 162px;
}

.navbar__center .nav-ul .menu__link {
    padding: 10px;
    border-radius: 30px;
}

.navbar__center .nav-ul .menu__link.active {
	background: rgba(210, 39, 53, .8);
	color: #fff;
}

.navbar__messangers {
	display: flex;
	gap:12px;
	align-items: center;
}

.navbar__messangers img,
.navbar__messangers svg {
	display: block;
	width: 26px;
	height: 26px;
}

.navbar__private img {
	display: block;
	width: 32px;
	height: 32px;
}

.profile-ico {
	display: block;
	stroke: #000;
	fill: #000;
	width: 32px;
	height: 32px;
}

.navbar.fixed .login-btn--dark .profile-ico,
.login-btn--light .profile-ico {
	fill: #fff;
	stroke: #fff;
}

.navbar.fixed .login-btn--dark:hover .profile-ico,
.login-btn--light:hover .profile-ico,
.login-btn--dark:hover .profile-ico {
	stroke: var(--secondary);
	fill: var(--secondary);
}

.navbar.fixed .city__select svg {
	fill: #fff;
}

.top-menu__link {
	font-weight: 600;
}
.city__select:hover span,
.top-menu__link:hover {
	color: var(--secondary);
}


.navbar.fixed .city__select span,
.navbar.fixed .top-menu__link {
	color: #fff;
}

.navbar.fixed .city__select:hover span,
.navbar.fixed .top-menu__link:hover {
	color: var(--secondary);
}

.navbar.fixed .nav__dropdown .top-menu__link {
    color: var(--font-dark);
}
.navbar.fixed .nav__dropdown .top-menu__link:hover {
    color: var(--secondary);
}

.city__icon svg {
	fill: #000;
}

.navbar.fixed .city__icon svg {
	fill: #fff;
}

@media (max-width: 1199px) {
	.top,
	.navbar {
		display: none;
	}
}

.top {
	z-index: 1;
}

.top .logo {
	display: block;
}

.top__wrap {
	border-bottom: 0;
}

.top__left {
	width: auto;
	min-width: 116px;
}





@media screen and (max-width: 1199px) {
    .mobile-header {
        display: block;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .5) 57%, rgba(0, 0, 0, 0.1) 100%);
        padding:10px 0;
    }

    .mobile-header.fixed {
    	position: fixed;
    	width: 100%;
    	left:0;
    	top:0;
    }

    .mobile-header__row {
    	flex-wrap: nowrap;
    	gap: 8px;
    }

    .mobile-header .logo img {
    	max-width: 30px;
    	min-height: 30px;
    }

    .mobile-header .logo span {
    	color:#fff;
    }

    .mobile-header .navbar__messangers {
    	gap: 4px;
    }

    .mobile-header .profile-ico {
    	width: 24px;
    	height: 24px;
    	fill: #fff;
    	stroke: #fff;
    }
}


.mobile-menu__header {
	align-items: flex-start;
	border-bottom: 1px solid #D9D9D9;
}

.mobile-menu .navbar__messangers img {
	width: 32px;
	height: 32px;
}

.mobile-menu .mes-acc {
	display: flex;
	gap:10px;
	align-items: center;
}

.mobile-menu.open .mobile-menu__close {
	padding:0;
	border:none;
	width: 32px;
	height: 32px;
	position: fixed;
    right: 10px;
}

.mobile-menu.open .mobile-menu__close svg {
    width: inherit;
    height: inherit;
}

.mobile-menu.open {
	right:0;
	left: auto;
	width:90%;
	border-radius: 20px 0 0 0;
	box-shadow: 1px -10px 10px rgba(0, 0, 0, .2);
}



.our-social {
	padding:16px 0;
}

.our-social .title {
	font-size: 18px;
	font-weight: 500;
	color: #5E6772;
	margin-bottom: 5px;
	width: 100%;
}

.our-social .social {
	display: flex;
	gap: 14px;
	margin-bottom: 0;
}

.our-social .social a {
	display: flex;
	gap: 4px;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	border:1px solid #D9D9D9;
	border-radius: 6px;
	padding:4px;
}

.our-social .social svg {
	width: 24px;
	height: 24px;
}

.our-social .social a.youtube {
	color: #EA4335;
}

.our-social .social a.youtube svg {
	fill: #EA4335;
}

.our-social .social a.telegram {
	color: #3D9BFF;
}

.our-social .social a.telegram svg {
	fill: #fff;
    background: #3D9BFF;
    border-radius: 100%;
    padding: 5px;
}

.our-social .social a.vk {
	color: #4285F4;
}

.our-social .social a.vk svg {
	fill: #4285F4;
}


.mobile-menu .mobile-nav {
	display: block;
	background: #F8F6F7;
	border-radius: 18px;
	padding: 16px;
	margin-bottom: 16px;
}

.mobile-menu .mobile-nav .mobile-nav__list {
	row-gap: 0;
}

.mobile-menu .mobile-nav .mobile-nav__list .mobile-nav__item {
	margin-bottom: 10px;
}

.mobile-menu .mobile-nav .mobile-nav__list .mobile-nav__link {
	justify-content: space-between;
	font-size: 18px;
}

.mobile-menu .mobile-nav .mobile-nav__list .mobile-nav__link.active {
	color: var(--secondary);
}

.mobile-menu .mobile-nav .mobile-nav__list .mob-dropdown__link {
	margin-top: 6px;
}


.mobile-menu .address_box {
	background: #F8F6F7;
	border-radius: 18px;
	padding: 16px;
	font-size: 16px;
	font-weight: 500;
}

.mobile-menu .address_box .office__text {
	font-size: 16px;
	font-weight: 500;
}

.mobile-menu .address_box .email a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color:#798282;
}

.mobile-menu .address_box .email a svg {
	width: 18px;
	height: 18px;
	fill:#798282;
}

.mobile-menu .address_box .worktime {
	margin: 0 0 12px 0;
}

.mobile-menu .mobile-menu__btns .btn {
	min-width: 260px;
}




.footer__wrap {
	padding:0 30px;
}

.footer_cols {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 50px;
    grid-row-gap: 18px;
    align-items: center;
    padding-top: 38px;
    padding-bottom: 30px;
}

.footer_cols .col {
	border-right: 1px solid #D9D9D9;
}

.footer_cols .col:last-child {
	border-right:0;
}

@media (max-width: 1739px) {
	.footer_cols {
		grid-column-gap: 24px;
	}
}

@media (max-width: 1299px) {
	.footer_cols {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 24px;
		grid-row-gap: 36px;
	}
	.footer_cols .col:nth-child(3) {
		border-right: 0;
	}
}

@media (max-width: 1023px) {
	.footer_cols {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 24px;
		grid-row-gap: 36px;
	}
	.footer_cols .col:nth-child(2) {
		border-right: 0;
	}
	.footer_cols .col:nth-child(3) {
		border-right: 1px solid #D9D9D9;
	}
	.footer_cols .col:nth-child(4) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.footer_cols {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 24px;
		grid-row-gap: 0;
	}
	.footer_cols .col {
		border-right: 0;
		border-bottom: 1px solid #D9D9D9;
		padding-bottom: 24px;
		background: var(--bg-box);
		padding:20px 15px;
	}
	.footer_cols .col:nth-child(2),
	.footer_cols .col:nth-child(3),
	.footer_cols .col:nth-child(4) {
		border-right: 0;
	}
	.footer_cols .col:last-child {
		border-bottom: 0;
	}

	.footer_cols .col:nth-child(3),
	.footer_cols .col:nth-child(4) {
		border-bottom: 0;
		margin-bottom: 20px;
	}

	.footer_cols .col:nth-child(1) {
		border-radius: 10px 10px 0 0;
	}

	.footer_cols .col:nth-child(3) {
		border-radius: 0 0 10px 10px;
	}

	.footer_cols .col:nth-child(4),
	.footer_cols .col:nth-child(5) {
		border-radius: 10px;
	}

	.footer__wrap {
		background: none;
		padding:0 15px;
	}

	/*
	var(--bg-box);
	*/
}



.footer .f-menu__title {
	text-transform: uppercase;
}

.footer .f-menu__title.active {
	color: var(--secondary);
}

.contacts_box {
	display: flex;
	flex-direction: column;
	gap:10px;
}

.contacts_box .item .label {
	font-size: 10px;
	font-weight: 500;
	color: #5E6772;
}

.contacts_box .item a {
	display: flex;
	align-items: center;
	gap:10px;
	color: #36414F;
	text-decoration: none;
}

.contacts_box .item a:hover {
	color: var(--secondary);
}

.contacts_box .item a span {
	font-size: 18px;
	font-weight: 700;
	min-width: 164px;
}

.contacts_box .item a img {
	display: block;
	width: 18px;
	height: 18px;
}

.footerbar__btns {
	flex-wrap: nowrap;
}

.footerbar__order {
	width: auto;
}

.footerbar__btns .profile-ico {
	width: 34px;
	height: 34px;
}


.footer .our-social .title {
	font-size: 14px;
}

.footer .address_box .email {
	margin-bottom: 10px;
}

.footer .address_box .email a {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #798282;
	font-size: 14px;
	font-weight: 500;
}

.footer .address_box .email a:hover {
	color: var(--secondary);
}

.footer .address_box .email svg {
	width: 16px;
	height: 16px;
	fill: #798282;
}

.footer .address_box .office__text {
	font-size: 13px;
	color: #000;
	font-weight: 500;
}

.footer .address_box .worktime {
	font-size: 13px;
	font-weight: 500;
	margin: 10px 0 0 0;
}

.footer .address_box .worktime .green {
	color: #3AB15A;
}

.footer .address_box .worktime .red {
	color: var(--secondary);
}



.footer_bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr 1fr;
	justify-content: space-between;
	grid-column-gap: 30px;
    grid-row-gap: 18px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #798282;
}

.footer_bottom .col.mobile {
	display: none;
}

@media (max-width:1023px) {
	.footer_bottom {
		grid-template-columns: 100%;
		text-align: center;
	}
	.footer_bottom .col.mobile {
		display: block;
		border-bottom: 1px solid #D9D9D9;
		padding-bottom: 20px;
		order: 1;
	}

	.footer_bottom > *:nth-child(2) {
		order: 2;
	}

	.footer_bottom > *:nth-child(3) {
		order: 5;
	}

	.footer_bottom > *:nth-child(4) {
		order: 3;
	}

	.footer_bottom > *:nth-child(5) {
		order: 4;
	}
}




.footer_bottom a {
	color: #798282;
	text-decoration: underline;
}

.footer_bottom .dev {
	color:#000;
	text-decoration: none;
}

.footer_bottom .dev span {
	color: var(--secondary);
}



/* banner  */

.popup_banner {
	position: fixed;
	z-index: 9999;
	top:220px;
	right: -558px;
	transition: all .5s ease;
	cursor: pointer;
}

.popup_banner.open {
	right:20px;
}

.popup_banner .type {
	position: absolute;
	z-index: 10000;
	color: #fff;
	left:-19px;
	top: 50%;
	transform: rotate(-90deg) translate(20%, 0);
}

.popup_banner .banner_box {
	max-width: 580px;
	position: relative;
	padding-left: 22px;
	background: rgba(223, 0, 0, .75);
	border-radius: 20px;
}

.popup_banner .banner_box img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.popup_banner .banner_box svg {
	position: absolute;
	z-index: 9999;
	top: 10px;
	left: 35px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.popup_banner .banner_box .line1 {
	position: absolute;
	bottom: 68px;
	right: 10px;
	background: #fff;
	color: #000;
	padding:5px 10px;
	font-size: 26px;
	font-weight: 600;
	border-radius: 10px;
}

.popup_banner .banner_box .line2 {
	position: absolute;
	bottom:10px;
	right: 10px;
	background: var(--secondary);
	color: #fff;
	padding:5px 10px;
	font-size: 26px;
	font-weight: 600;
	border-radius: 10px;
}

@media (max-width: 1199px) {
	.popup_banner {
		right: -308px;
	}
	.popup_banner .banner_box {
		max-width: 330px;
	}
	.popup_banner .banner_box .line1 {
		bottom: 42px;
	}
	.popup_banner .banner_box .line1,
	.popup_banner .banner_box .line2 {
		font-size: 14px;
	}

	/*
	.popup_banner .banner_box svg {
		width: 20px;
		height: 20px;
	}
	*/
}




.top__center {
	width: calc(100% / 12 * 7 - 20px);
}

@media (max-width: 1299px) {
	.top__center {
		width: calc(100% / 12 * 6 - 20px);
	}
}

/**
 * Футер
*/

.footer_cols {
    align-items: start;
}
.f-menu__link,
.f-menu__title {
    font-size: 16px;
    line-height: 20px;
}
@media screen and (max-width: 1739px) {
    .f-menu__link,
    .f-menu__title {
      font-size: 16px;
      line-height: 20px;
    }
}
@media (max-width: 1299px) {
    .footer_cols {
        align-items: start;
    }
}
.footer-yandex-score {
    border: 1px solid #ababab;
    border-radius: 10px;
    overflow: hidden;
    width: 225px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-yandex-score > iframe {
    display: block;
    transform: scale(1.5);
}

.mobile-menu .mobile-nav {
    text-transform: uppercase;
}

.mob-dropdown__link {
    font-size: 16px !important;
}

.mob-dropdown {
    border-left: 1px solid rgba(206, 215, 217, .5);
    margin-left: 15px;
    padding-left: 15px;
}

.mobile-menu__btns {
    border-top: none;
}

.mobile-menu .mobile-nav .mobile-nav__list .mobile-nav__item {
    margin-bottom: 20px;
}

.mobile-menu .mobile-nav .mobile-nav__list .mob-dropdown__link {
    margin-top: 15px;
    font-weight: 600;
}

.mobile-menu .mobile-nav .mobile-nav__list .mob-dropdown__link.active {
    color: var(--secondary);
}

.mob-dropdown__link {
    color: var(--primary);
}

/**
 * Новые авто
*/

.after-title-info {
    margin-top: -20px; 
    margin-bottom: 60px;
    font-weight: 400;  
    font-size: 20px;
    line-height: 1.5;
}

