/* Custom CSS для переопределения или добавления стилей, не покрываемых Bootstrap */

body {
    font-family: 'Inter', sans-serif; /* Пример использования кастомного шрифта */
    background-color: #000; /* Светлый фон */
	color: #222222;
}
a,
a:focus,
a:active,
a:visited,
a:hover {
	text-decoration: none;
	transition: 0.4s;
	background: none;
}

img {
	max-width: 100%;
}

.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}

.br-16 {
	border-radius: 16px !important;
}

.bg__black {
	background-color: #000;
}
.bg_grey {
	background-color: #1B1B1B;
}
.top__line {
	background-color: #FBCC00;
	height: 64px;
}
.top__line .navbar-nav li a {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	color: #222222;
}
.top__line .navbar-nav li.nav-item  {
	margin-right: 1rem;
}
.top__line .navbar-nav li.nav-item:last-child  {
	margin-right: 0;
}
.logo_top {
	font-size: 28px;
	font-weight: 700;
	color: #222222;
}

.main__menu {
	height: 100px;
	background-color: #1B1B1B;
display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main__menu .navbar-nav {
	text-align: center;
}
.main__menu .navbar-nav li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.main__menu .navbar-nav li a.dropdown-toggle::after {
	display: none;
}
.main__menu .navbar-nav li a:hover {
	color: #FFDF57;
}
.main__menu .navbar-nav li a .menu__ico  {
	margin-bottom: 5px;
	height: 50px;
}
.main__menu .navbar-nav li a .menu__ico path  {
	transition: 0.4s;
	fill: #fff;
}
.main__menu .navbar-nav li a:hover .menu__ico path  {
	fill: #FFDF57;
	transition: 0.4s;
}
.navbar__city .nav-link {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.navbar-nav.navbar__city .dropdown-menu {
	min-width: 400px;
	left: auto;
	right: 0;
	padding: 20px 30px;
	font-weight: 400;
	text-align: center;
	position: absolute;
}
.navbar-nav.navbar__city .nav-link.active, .navbar-nav.navbar__city .nav-link.show {
	color: #fff;
}
.navbar-nav.navbar__city .btn_yes {
	border-radius: 14px;
	border: 2px solid #222;
	background-color: #fff;
	margin-right: 1rem;
	color: #222;
	padding: 8px 22px;
	display: inline-block;
}
.navbar-nav.navbar__city .btn_yes:hover {
	background-color: #959595;
	border: 2px solid #959595;
	color: #fff;
}
.navbar-nav.navbar__city .btn_selectcity {
	border-radius: 14px;
	border: 2px solid #222;
	background-color: #222;
	color: #fff;
	padding: 8px 22px;
	display: inline-block;
	margin-bottom: 1rem;
}
.navbar-nav.navbar__city .btn_selectcity:first-child {
	margin-right: 1rem;
}
.navbar-nav.navbar__city .btn_selectcity:hover {
	background-color: #959595;
	border: 2px solid #959595;
	color: #fff;
}

.navbar-nav.navbar__city .btn_selecnew_tcity {
	border-radius: 14px;
	border: 2px solid #222;
	background-color: #fff;
	color: #222;
	padding: 8px 22px;
	display: inline-block;
	margin-bottom: 1rem;
}
.navbar-nav.navbar__city .btn_selecnew_tcity:hover {
	background-color: #222;
	color: #fff;
}
.navbar-nav.navbar__city .btn_selecnew_tcity.activecity {
	background-color: #222;
	color: #fff;
}
.navbar-nav.navbar__city .btn_selecnew_tcity.activecity:hover {
	background-color: #959595;
	border: 2px solid #959595;
	color: #fff;
}
.navbar-nav.navbar__city .btn_selecnew_tcity:first-child {
	margin-right: 1rem;
}
.top__socials img {
	transition: 0.4s;
}
.top__socials img:hover {
	filter: brightness(0) invert(1);
	transition: 0.4s;
}
.topline__menu li a:hover {
	color: #fff;
}
.topline__menu .dropdown-menu li a:hover {
	color: #000;
	opacity: 0.5;
}

.main__menu .navbar-nav li a.select_city {
	font-size: 14px;
	font-weight: 600;
}
.main__menu .navbar-nav li a.select_city:hover {
	color: #FFDF57;
}

.topbanner__left {
	background-color: #1B1B1B;
	padding: 40px;
	border-radius: 16px;
}
.topbanner__left h1,
.topbanner__left h2 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
}
.btn__yellow {
	background-color: #FBCC00;
	color: #222222;
	font-size: 22px;
	font-weight: 500;
	padding: 15px 50px;
	border-radius: 22px;
}
.btn__yellow:hover {
	background-color: #FFDA39;
	color: #fff;
}
.btn__yellow_revers {
	background-color: transparent;
	border: 2px solid #FBCC00;
	color: #FBCC00;
	font-size: 22px;
	font-weight: 500;
	padding: 15px 50px;
	border-radius: 22px;
}
.btn__yellow_revers:hover {
	border: 2px solid #FFDF57;
	color: #FFDF57;
}

.section_padding {
	padding: 60px 0;
}

.topbanner__right {
	background: url(../img/dizactciya.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 16px;
	padding: 60px 30px;
}
.topbanner__right h3 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.price__repair {
	padding: 30px 40px;
	border-radius: 16px;
}
.price__repair h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
}
.price__repair .nice-select {
  background-color: #1B1B1B;
  padding: 0;
  width: 100%;
  border: none;
  height: 65px;
}
.full__list {
	opacity: 0;
	pointer-events: none;
	padding: 30px 15px;
}
.price__repair .nice-select.open .full__list {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding-top: 40px;
  border: 2px solid #FBCC00;
  border-radius: 22px;
  z-index: 1;
  background-color: #1B1B1B;
	opacity: 1;
	pointer-events: auto;
}
.price__repair .nice-select::after {
	z-index: 5;
	height: 12px;
	right: 30px;
	width: 12px;
	border-bottom: 2px solid #FBCC00;
  border-right: 2px solid #FBCC00;
  top: 30px;
}
.price__repair .nice-select .current_all {
  color: #FBCC00;
  background-color: #1B1B1B;
  border: 2px solid #FBCC00;
  border-radius: 22px;
  height: 65px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 30px;
  overflow: hidden;
  padding-right: 48px;
}
.price__repair .nice-select .current {
padding-right: 18px;
  width: 100%;
  overflow: hidden;
}
.price__repair .nice-select.open .list {
	width: 100%;
 background-color: #1B1B1B;
  color: #FBCC00;
  font-size: 18px;
  font-weight: 500;
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE и Edge */
  z-index: 1;
  top: 0;
  position: relative;
  height: 100%;
}
/* Скрываем скроллбар в WebKit браузерах (Chrome, Safari) */
.price__repair .nice-select.open .list::-webkit-scrollbar {
	display: none;
}
.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #1B1B1B;
  color: #FFEFA9;
  font-weight: 500;
}

/* Переопределение темы */
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  background-color: #FFEFA9 !important; /* цвет ползунка */
padding: 0;
  width: 6px;
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #FBCC00 !important; /* цвет трека */
}

.tabs__repair {
	border: none;
}
.tabs__repair li {
	margin-right: 20px;
}
.tabs__repair li:last-child {
	margin-right: 0;
}
.tabs__repair li button.nav-link {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	background: #fff;
	border-radius: 14px;
	border: none;
}
.tabs__repair li button.nav-link:hover {
	background: #FFDF57;
}
.tabs__repair li button.nav-link.active {
	background: #FBCC00;
}
.tabs__repair li button.nav-link.active:hover {
	background: #FFDF57;
}

.price__repair_result {
	padding: 30px 40px;
	border-radius: 16px;
}
.price__repair_result h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}
.defect__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.model__info {
	color: #959595;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.model__info_txt {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
.model__defect {
	color: #959595;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.model__defect_txt {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.price__info_button h5 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
}


.select__us h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	padding-left: 30px;
}
/* заголовок h1 на страницах категорий и моделей (SEO) */
.seo-page-title {
	font-size: clamp(26px, 4vw, 40px);
	font-weight: 600;
	color: #fff;
	margin-bottom: 24px;
}
.select__us_card {
	background: #1B1B1B;
	border-radius: 16px;
	padding: 40px 30px;
	position: relative;
}
.select__us h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}
.select__us p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 1;
}
.select__us .shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}



.reviews__card {
	padding: 40px;
	padding-bottom: 80px;
	border-radius: 16px;
}
.section_reviews h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
}
.reviews_card {
	background: #fff;
	border-radius: 16px;
	padding: 40px 30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.reviews_card h3 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 16px;
}
.section_reviews h3 img {
	margin-right: 10px;
}
.reviews_card h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 16px;
}
.reviews_card p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
}
.reviews_card .read__more {
	font-size: 20px;
	color: #222;
	position: relative;
	padding-right: 45px;
	display: flex;
	align-items: center;
	width: max-content;
	font-weight: 500;
	opacity: 0.5;
}
.reviews_card .read__more:hover {
	opacity: 1;
}
.reviews_card .read__more::before {
	content: '';
	background: url(../img/angle_right.svg);
	width: 19px;
	height: 24px;
	position: absolute;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.reviews_card .read__more:hover::before {
	opacity: 1;
}





.section__celebrity h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.section__celebrity .item__text {
	padding: 30px 10px;
}
.section__celebrity h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 16px;
}
.section__celebrity img {
	object-fit: cover;
	border-radius: 16px;
	height: 100%;
}
.section__celebrity p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.celebrity__carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.celebrity__carousel .owl-dots .owl-dot {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.celebrity__carousel .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.celebrity__carousel .owl-dots .owl-dot.active {
	background: #FBCC00;
}


.topbanner__carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.topbanner__carousel .owl-dots .owl-dot {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.topbanner__carousel .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.topbanner__carousel .owl-dots .owl-dot.active {
	background: #FBCC00;
}



.address__card {
	padding: 40px;
	padding-bottom: 80px;
	border-radius: 16px;
}
.address__card h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
}
.address_cards {
	background: #fff;
	border-radius: 16px;
	padding: 40px 30px;
	position: relative;
}
.address__mapinfo {
	background: #fff;
	border-radius: 16px;
	padding: 40px 30px;
	position: relative;
}
.address__map {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}
.address_cards h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 16px;
}
.address_cards .hr {
	width: 100%;
	height: 1px;
	background: #000;
	margin-bottom: 16px;
}
.address_cards .nav-tabs {
	border: none;
}
.address_cards .nav-tabs a.nav-link {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	border: none;
	padding: 0;
	margin-bottom: 13px;
}
.address_cards .nav-tabs a.nav-link:hover {
	opacity: 0.5;
}
.address_cards .nav-tabs a.nav-link.active {
	color: #FBCC00;
}
.address_cards .address__phone {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-bottom: 25px;
	display: inline-block;
}
.address_cards .address__phone:hover {
	opacity: 0.5;
}
.address__mapinfo h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 16px;
}
.address__mapinfo a.mapinfo__contact {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 16px;
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.address__mapinfo a.mapinfo__contact:hover {
	opacity: 0.5;
}
.address__mapinfo a.mapinfo__contact img {
	flex-shrink: 0;
	margin-top: 2px;
}

@media(min-width: 992px) {
.h-md-100 {
	height: 100%;
}
}

.breadcrumb {
	padding: 20px 0;
	margin: 0;
}
.breadcrumb ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.breadcrumb ul li,
.breadcrumb ul li a {
	color: #959595;
	font-size: 14px;
	font-weight: 500;
}
.breadcrumb ul li {
	position: relative;
	padding-right: 40px;
	list-style: none;
	display: flex;
	align-items: center;
}
.breadcrumb ul li:last-child {
	padding-right: 0;
}
.breadcrumb ul li::before {
	content: '';
	background: url(../img/angle-right.png);
	width: 14px;
	height: 14px;
	position: absolute;
	background-repeat: no-repeat;
	right: 10px;
}
.breadcrumb ul li:last-child::before  {
	display: none;
}


.service_card {
	background: #1B1B1B;
	border-radius: 16px;
	padding: 40px 30px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
}
.service_card .img_section {
	width: 100%;
}
.service_card:hover {
	background: #545151;
	transition: 0.3s;
}
.service_card:hover h3 {
	color: #FFDF57;
}
.service_card img {
	border-radius: 14px;
	width: 100%;
}
.service_card h3 {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 1;
	width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}




.scroll__singleinfo {
	height: 560px;
	padding-right: 30px;
}
.scroll__singleinfo.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  background-color: #959595 !important;
  padding: 0;
  width: 6px;
  border-radius: 10px;
opacity: 1;
  visibility: visible;
}
.scroll__singleinfo.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #CDCDCD !important;
}
.single__serv h2 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	padding-left: 30px;
	margin-top: 40px;
}
.single__serv p.subtitle {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 24px;
	position: relative;
	padding-left: 30px;
}
.single__serv h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.single__serv_card {
	padding: 20px 30px;
  background: #1B1B1B;
  border-radius: 16px;
  transition: 0.3s;
}
.single__serv_card:hover {
  background: #545151;
  transition: 0.3s;
}
.single_nameserv {
	margin-top: 16px;
}
.single_nameserv p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
p.single_price {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.single_nameserv {
	flex-wrap: nowrap;
	justify-content: space-between;
}
@media(min-width: 992px) {
.single_nameserv {
	flex-wrap: wrap;
}
}

.servicededail__left {
  background-color: #1B1B1B;
  padding: 50px 40px;
  border-radius: 16px;
}
.servicededail__left h1,
.servicededail__left h2 {
	font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.servicededail__section .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.servicededail_card {
  background: #1B1B1B;
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
}
.servicededail_card h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
	margin-bottom: 20px;
}
.servicededail_card p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.detail_row {
  flex-direction: column;
  gap: 25px;
}

.servicededail_faq h3 {
  font-size: 30px;
  font-weight: 600;
}
.servicededail_faq_cardleft {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.servicededail_faq_cardright {
  background: #1B1B1B;
  padding: 40px;
  border-radius: 16px;
}
.servicededail_faq_cardleft .accordion-item {
	border: none;
	background: transparent;
}
.servicededail_faq_cardleft .accordion-button {
	background: transparent;
	border-bottom: 1px solid #CDCDCD;
	padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.servicededail_faq_cardright .accordion-item {
  background: transparent;
  border: none;
  box-shadow: none;
}
.servicededail_faq_cardright .accordion-body {
	padding: 0;
}
.servicededail_faq_cardright .accordion-body p {
	color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.section__servicededailwork .item__text {
  padding: 30px 10px;
}
.section__servicededailwork h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section__servicededailwork p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.section__servicededailwork img {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}
.servicededail__carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.servicededail__carousel .owl-dots .owl-dot {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.servicededail__carousel .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.servicededail__carousel .owl-dots .owl-dot.active {
	background: #FBCC00;
}

footer h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
}
footer .menu_link {
	padding: 0;
	margin-bottom: 40px;
}
footer .menu_link li {
	list-style: none;
	line-height: 1;
	margin-bottom: 14px;
}
footer .menu_link li a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
footer .menu_link li a:hover {
	color: #FFDF57;
}
footer h4 {
	font-size: 12px;
	font-weight: 500;
}
footer .menu_contact {
	padding: 0;
}
footer .menu_contact li {
	list-style: none;
	font-size: 10px;
	font-weight: 400;
	line-height: 2.5;
	color: #fff;
}
footer .info__footer p {
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
}
footer .company__info {
	margin-top: 15px;
	padding: 0;
}
footer .company__info li {
	list-style: none;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}
footer .company__info li:last-child {
	margin-top: 15px;
}
footer .payment__card {
	padding: 15px 30px;
	border-radius: 16px;
}
footer .payment__card h3 {
	margin-bottom: 15px;
}
footer .payment__card p {
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}
footer .footer_list_contact {
	padding: 0;
	margin-top: 15px;
}
footer .footer_list_contact li {
	list-style: none;
	margin-bottom: 8px;
}
footer .footer_list_contact li a {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}
footer .footer_list_contact li svg {
	margin-right: 12px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
footer .footer_list_contact li svg path {
	fill: #FFDF57;
	transition: 0.3s;
}
footer .footer_list_contact li a:hover {
	color: #FFDF57;
}
footer .footer_list_contact li a:hover svg path {
	fill: #fff;
	transition: 0.3s;
}


.full__form.full__form_single .modal-dialog .modal-body {
  padding: 40px 120px;
}
.full__form .modal-dialog {
	max-width: 757px;
	width: 100%;
}
.full__form .modal-dialog .modal-content {
	border-radius: 20px;
	background: #fff;
}
.full__form .modal-dialog .modal-body {
	padding: 40px 60px;
	display: flex;
	flex-wrap: wrap;
}
.full__form .modal-dialog .modal__header {
	display: flex;
	align-items: center;
}
.full__form .modal-dialog .modal__header img {
	margin-right: 15px;
}
.full__form .modal-dialog .modal__header h5 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
}
.full__form .modal-dialog .modal__header p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 0;
}
.full__form .modal-dialog .btn-close {
	position: absolute;
	right: 25px;
	top: 25px;
	opacity: 1;
}
.full__form .modal-dialog .btn-close:hover {
	opacity: 0.5;
}
.full__form .modal-dialog .form__body {
	padding: 20px 40px;
}
.full__form .modal-dialog .form__body input {
	height: 55px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #8C8C8C;
	width: 100%;
	padding: 15px;
}
.full__form .modal-dialog .form__body .input__line {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.full__form .modal-dialog .form__body .input__line .select__modal {
	height: 55px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	border-radius: 12px;
	box-shadow: none;
	border: 1px solid #8C8C8C;
	width: 100%;
	padding: 15px;
}
.full__form .modal-dialog .form__body .input__line .select__modal .current_all {
color: #000;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  padding-right: 48px;
}

.full__form .modal-dialog .form__body  .nice-select.open .full__list {
	position: absolute;
	bottom: 52px;
	width: calc(100% + 2px);
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 0;
	border: 1px solid #8C8C8C;
	border-radius: 12px;
	z-index: 1;
	background-color: #fff;
	opacity: 1;
	pointer-events: auto;
	left: -1px;
}
.full__form .modal-dialog .form__body  .check__line {
	border: 1px solid #8C8C8C;
	padding: 15px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	border-radius: 12px;
	margin-bottom: 20px;
}
.full__form .modal-dialog .form__body  .check__line p {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.full__form .modal-dialog .form__body  .nice-select .current {
padding-right: 18px;
  width: 100%;
  overflow: hidden;
}
.full__form .modal-dialog .form__body  .nice-select.open .list {
	width: 100%;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	z-index: 1;
	top: 0;
	position: relative;
	height: 100%;
	box-shadow: none;
}
.full__form .modal-dialog .form__body .nice-select .option:hover, 
.full__form .modal-dialog .form__body .nice-select .option.focus, 
.full__form .modal-dialog .form__body .nice-select .option.selected.focus {
  background-color: #fff;
  color: #000;
  opacity: 0.5;
}
.full__form .btn__yellow {
	height: 70px;
	width: 100%;
	font-size: 22px;
	margin-top: 20px;
	justify-content: center;
}
.full__form .btn__yellow.revers__yellow {
	height: 70px;
	width: 100%;
	font-size: 22px;
	margin-top: 20px;
	border: 2px solid #1B1B1B;
	background: #fff;
}
.full__form .btn__yellow.revers__yellow:hover {
	color: #FFDF57;
	border: 2px solid #FFDF57;
}
.full__form .modal-dialog .form__body  .nice-select.open .list li:first-child {
	display: none;
}
.full__form .modal-dialog .form__body  .nice-select.open .list li {
	line-height: 1.5;
	min-height: initial;
}
.full__form .modal-dialog .form__body  .nice-select.open .list li:hover {
	background: #fff;
	opacity: 0.5;
	color: #000;
}
.full__form .modal-dialog .form__body .nice-select.open .list li.disabled {
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
}
.full__form .modal-dialog .form__body .nice-select.open .list li.disabled:hover {
	color: #000;
	font-weight: 600;
	opacity: 1;
}
.small_privacy {
	font-size: 12px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #212529;
}
.full__form .modal-dialog .form__body  .check__line input[type="checkbox"] {
  /* Размеры */
  width: 25px;
  height: 25px;
  
  /* Границы */
  border: 2px solid #000 !important;
  border-radius: 2px;
  
  /* Сброс стандартных стилей (без скрытия) */
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-right: 15px;
  
  /* Позиционирование галочки */
  accent-color: #000; /* Цвет галочки и фона в отмеченном состоянии */
}
.checkbox__block {
	display: flex;
	align-items: center;
}
.checkbox__block label {
	display: flex;
	align-items: center;
}

.modal__error {
	color: #FF4855;
	font-size: 10px;
	font-weight: 300;
	position: absolute;
	bottom: -15px;
	left: 0;
	display: none;
}
.success__header.modal__header h5 {
	font-size: 22px;
}
h4.stepse {
	color: #A1A1A1;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

#defect__modal.modal .modal-dialog .modal-content {
  min-height: 800px;
}

.step__between {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.step__back_link {
	text-align: center;
	opacity: 0.5;
	width: 100%;
	padding-bottom: 40px;
	cursor: pointer;
	display: inline-block;
}
.step__back_link:hover {
	opacity: 1;
}
.step__back_link img {
	margin-right: 20px;
}
.step__back_link span {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.full__form .modal-dialog .form__body #defect_stepthree .nice-select.open  .full__list {
	bottom: auto;
	top: 53px;
}
.textinfo__see {
	font-size: 14px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 10px;
}
.block__perainfo {
	padding: 25px;
	padding-bottom: 15px;
	border-radius: 12px;
	border: 2px solid #000;
}
.block__perainfo p {
	font-size: 18px;
	font-weight: 400;
}
#defect__modal.modal .modal-dialog .modal-content.norm_height {
	min-height: auto;
}

.hamburger_top {
	display: none;
	cursor: pointer;
}
.hamburger_menu {
	display: none;
	cursor: pointer;
}
.top__menu .navbar-nav .dropdown-menu {
  position: absolute;
}
.close__topmenu {
	display: none;
	cursor: pointer;
}
.logo_top_mob {
	display: none;
}
.logo_main_mob {
	display: none;
}

.reviews__carousel.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

@media (max-width: 992px) {
.top__line .navbar-nav li a {
  font-size: 14px;
}
.top__menu ul {
	flex-flow: inherit;
}
.top__socials ul {
	flex-flow: inherit;
}
ul.navbar__city  {
	flex-flow: inherit;
}
.top__socials img {
	width: 20px;
	height: 20px;
}
.main__menu .logo_top img {
	max-height: 50px;
}
.main__menu_col ul {
	flex-flow: inherit;
}
.main__menu .navbar-nav li a .menu__ico {
  height: 30px;
}
.main__menu .navbar-nav li {
	max-width: 75px;
}
.main__menu .navbar-nav li a {
  font-size: 12px;
}
}

@media (max-width: 768px) {
.main__menu .logo_top img {
	max-height: 67px;
}
.top__menu {
	position: fixed;
	top: -100%;
	width: 100%;
	z-index: 99;
	transition: 0.5s;
	padding: 0;
}
.mob_topmenu {
	width: 100%;
	background-color: #FBCC00;
	padding: 30px;
}
.mob_bottommenu {
	background-color: #222222;
	width: 100%;
	padding: 30px;
}
.mob_bottommenu .logo_top_mob {
	color: #fff;
	margin-bottom: 20px;
}

.top__line .navbar-nav li a,
.top__line .navbar-nav li a:focus,
.top__line .navbar-nav li a:active,
.top__line .navbar-nav li a:visited,
.top__line .navbar-nav li a:hover {
	background: none;
}
.top__line .mob_bottommenu .navbar-nav li a {
    font-size: 16px;
    font-weight: 500;
	color: #fff;
}
.top__line .mob_bottommenu .navbar-nav li a:hover {
	color: #FFDF57;
}
.mob_topmenu .nav-item.dropdown {
	display: flex;
}
.mob_topmenu .nav-item.dropdown .nav-link.dropdown-toggle::after {
	display: none;
}
.mob_topmenu .nav-item.dropdown .nav-link.dropdown-toggle {
	width: 50%;
}
.mob_topmenu .nav-item.dropdown .dropdown-menu {
	width: 50%;
	display: block;
	padding: 0;
	margin: 0;
}
.mob_topmenu .nav-item.dropdown .dropdown-menu li a {
    line-height: 2.5;
    padding: 0;
}
.main__menu_col {
	position: fixed;
	top: -100%;
	width: 100%;
	background-color: #1B1B1B;
	padding: 30px;
	z-index: 99;
	transition: 0.5s;
}
.top__menu.shou_top {
	top: 0;
	transition: 0.5s;
}
.main__menu_col.shou_top {
	top: 0;
	transition: 0.5s;
}
.hamburger_top {
	display: block;
	width: 24px;
	height: 16px;
}
.hamburger_menu {
	display: block;
	height: 16px;
}
.logo_top_mob {
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: #222222;
}
.logo_main_mob {
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}
.close__topmenu {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
}
.main__menu .close__topmenu {
	filter: brightness(0) invert(1);
}
.top__menu ul {
	flex-flow: column;
}
.main__menu_col ul {
	flex-flow: column;
}
.top__line .navbar-nav li a {
    font-size: 16px;
    font-weight: 500;
}
.top__menu .navbar-nav .dropdown-menu {
  position: relative;
  background: transparent;
  border: none;
}
.top__menu .navbar-nav .dropdown-menu li:hover {
  background: transparent;
}
.topline__menu .dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
}
.topline__menu .dropdown-menu li a:hover {
  color: #fff;
  opacity: 1;
  background: transparent;
}
.main__menu .navbar-nav li a .menu__ico {
	display: none;
}
.main__menu .navbar-nav li {
    max-width: initial;
    text-align: start;
}
.topbanner__left h1,
.topbanner__left h2 {
  font-size: 28px;
}
.btn__yellow {
  font-size: 16px;
	display: flex;
	align-items: center;
	width: max-content;
	height: 48px;
	padding: 15px 30px;
}
.btn__yellow_revers {
	font-size: 16px;
	padding: 0 30px;
	border-radius: 22px;
	display: flex;
	align-items: center;
	width: max-content;
	height: 48px;
}
.topbanner__right h3 {
  font-size: 21px;
}
.topbanner__right h3 br {
	display: none;
}
.topbanner__right {
  padding: 30px;
  padding-bottom: 150px;
}
.price__repair h2 {
  font-size: 24px;
}
.tabs__repair li button.nav-link {
  font-size: 12px;
  border-radius: 10px;
}
.tabs__repair li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.price__repair .nice-select .current_all {
  font-size: 16px;
}
.nice-select .option {
  font-size: 16px;
}
.price__repair .nice-select {
  height: 55px;
  margin-bottom: 20px;
}
.price__repair .nice-select .current_all {
  height: 55px;
}
.price__repair .nice-select.open .current_all {
	z-index: 4;
}
.price__repair .nice-select.open .full__list {
	z-index: 3;
}
#myTabContent .btn__yellow {
  margin-top: 10px;
  width: max-content;
}
.btn_calculate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.select__us h2 {
  font-size: 24px;
  padding-left: 20px;
}
.select__us h3 {
  font-size: 18px;
}
.select__us p {
  font-size: 14px;
}
.select__us_card {
  padding: 20px;
}
.section_reviews h2 {
  font-size: 24px;
  padding-left: 20px;
}
.reviews__card {
  padding: 0;
  background: transparent;
}
.reviews_card {
  background: #1B1B1B;
  padding: 25px 20px;
}
.reviews_card h3 {
  font-size: 20px;
  color: #fff;
}
.reviews_card h4 {
  font-size: 16px;
  color: #fff;
}
.reviews_card p {
  font-size: 12px;
  color: #fff;
}
.reviews_card .read__more::before {
	filter: brightness(0) invert(1);
}
.reviews_card .read__more {
	font-size: 16px;
	color: #fff;
}
.reviews__carousel .owl-item {
	transform: translateX(-20px) !important;
}
.section__celebrity h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.celebrity__carousel .owl-item {
	transform: translateX(-50px) !important;
}
.servicededail__carousel .owl-item {
	transform: translateX(-50px) !important;
}
.section__celebrity h5 {
	font-size: 18px;
}
.section__celebrity p {
	font-size: 16px;
}
.section__celebrity img {
	object-fit: contain;
	height: auto;
}
.select__us .shape {
  max-height: 130px;
}
.address__card h2 {
  font-size: 24px;
}
.address_cards {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.address_cards h3 {
  font-size: 18px;
  color: #fff;
}
.address_cards .nav-tabs a.nav-link {
  color: #fff;
}
.address_cards .nav-tabs a.nav-link.active {
  color: #FBCC00;
  background: transparent;
}
.address_cards .hr {
  background: #959595;
}
.address_cards .address__phone {
  color: #fff;
}
.address__map  {
	min-height: 470px;
}
.address__mapinfo {
  background: transparent;
  padding: 0;
}
.address__mapinfo h3 {
  font-size: 16px;
  color: #fff;
}
.address__mapinfo a.mapinfo__contact {
  font-size: 14px;
  color: #fff;
}
.address__mapinfo a.mapinfo__contact img {
	filter: brightness(0) invert(1);
	height: 20px;
}
.address__card {
  padding: 40px 20px;
}
footer .menu_link li a {
  font-weight: 400;
}
.payment__card {
	text-align: center;
}
footer.section_padding {
	padding-bottom: 30px;
}
.topbanner__left {
	padding: 50px 20px;
}
.price__repair {
	padding: 30px 20px 50px;
}
.price__repair_result h2 {
	font-size: 24px;
}
.modal .modal-dialog .modal-body {
  padding: 50px 15px;
}
.modal .modal-dialog .form__body {
  padding: 20px 0;
}
.modal .modal-dialog .modal__header h5 {
  font-size: 16px;
}
.modal .modal-dialog .modal__header p {
  font-size: 12px;
}
.modal .modal-dialog .form__body input {
  height: 45px;
  font-size: 14px;
}
.modal.show .modal-dialog {
	width: auto;
}
.modal .modal-dialog .form__body .check__line p {
  font-size: 14px;
}
.modal .modal-dialog .form__body .check__line {
  font-size: 14px;
}
.modal .modal-dialog .form__body .check__line input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.small_privacy {
  font-size: 10px;
}
.modal .modal-dialog .nice-select .option {
    font-size: 12px;
}
.modal .modal-dialog .form__body .nice-select .current {
  padding-right: 14px;
}
.modal .modal-dialog .form__body .nice-select.open .list li {
  line-height: 2.5;
}
.modal .modal-dialog .form__body .nice-select.open .list li.disabled {
  margin-bottom: 0;
}
.modal .btn__yellow {
  height: 47px;
  font-size: 16px;
  border-radius: 12px;
}
.modal .btn__yellow.revers__yellow {
  height: 47px;
  font-size: 16px;
  border-radius: 12px;
}
.price__repair .nice-select::after {
  top: 22px;
}
.current__city {
	display: inline-block;
  white-space: pre-wrap;
  width: 100%;
  text-align: end;
}
.price__info_button {
	margin-top: 100px;
}
.price__info {
	width: 100%;
}
.price__repair_result {
  padding: 30px 20px 50px;
}
}


@media (max-width: 420px) {
.navbar-nav.navbar__city .dropdown-menu {
  min-width: auto;
  max-width: 100vw;
  width: 94vw;
}
.city_step1 p {
	font-size: 14px;
}
.navbar-nav.navbar__city .btn_yes {
	font-size: 14px;
	font-weight: 500;
}
.navbar-nav.navbar__city .btn_selectcity {
	font-size: 14px;
	font-weight: 500;
}
}


@media (max-width: 380px) {
.navbar-nav.navbar__city .dropdown-menu {
    padding: 15px;
}
}

@media(min-width: 768px) {
.topbanner__carousel .owl-dots {
	display: none;
}

.topbanner__carousel.owl-carousel {
  display: flex !important; /* Важно для правильного растягивания */
}

.topbanner__carousel .owl-stage {
  display: flex !important;
  align-items: stretch !important; /* Растягиваем по высоте */
  height: 100%;
}

.topbanner__carousel .owl-item {
  display: flex !important;
  height: auto !important;
}

.topbanner__right {
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start; /* Центрируем содержимое */
}
}

/* ─── Шаблон списка услуг на странице модели (news.list/prices) ─── */
.services__list_wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.08);
}
.services__list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}
.services__list_item:last-child {
    border-bottom: none;
}
.services__list_item:hover,
.services__list_item.is-highlighted {
    background: #f0f0e8;
}
.services__list_item.is-highlighted {
    border-left: 3px solid #fbcc00;
}
.services__list_item_left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}
.services__list_item_name {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
}
.services__list_item_desc {
    font-size: 13px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services__list_item_right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    white-space: nowrap;
}
.services__list_item_duration {
    font-size: 13px;
    color: #888;
}
.services__list_item_price {
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
}
.services__list_item_price--clarify {
    color: #aaa;
    font-weight: 500;
}
.services__list_item_arrow {
    color: #fbcc00;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.15s ease;
}
.services__list_item:hover .services__list_item_arrow {
    transform: translateX(4px);
}
@media (max-width: 600px) {
    .services__list_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .services__list_item_right {
        width: 100%;
        justify-content: space-between;
    }
    .services__list_item_arrow {
        display: none;
    }
}
