/* ### COMMON ### */

img {
	max-width: 100%;
	height: auto;
}

a:hover,
a:focus {
	color: #dc3545;
}

a:focus,
button:focus {
	outline: 0;
}

.oh {
	overflow: hidden
}

/* ### list dots ### */

.list-dots {
	list-style: none;
}

.list-dots li {
	position: relative;
}

.list-dots li::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border: 0;
	border-radius: 50%;
	position: absolute;
	top: .2rem;
	left: -2rem;
	background-color: #212529;
}

.list-dots_primary li::before,
.list-dots .list-dots__item_primary::before {
	background-color: #007bff;
}

.list-dots_secondary li::before,
.list-dots .list-dots__item_secondary::before {
	background-color: #6c757d;
}

.list-dots_danger li::before,
.list-dots .list-dots__item_danger::before {
	background-color: #dc3545;
}

/* ### list icons ### */

.list-icons {
	list-style: none;
}

.list-icons li {
	position: relative;
	margin-bottom: .75rem;
}

.list-icons li::before {
	content: '';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 90%;
	line-height: 1.5rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 1.5rem;
	height: 1.5rem;
	border: 0;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0;
	left: -2rem;
	color: #fff;
	background-color: #212529;
}

.list-icons_primary li::before,
.list-icons .list-icons__item_primary::before {
	background-color: #007bff;
}

.list-icons_secondary li::before,
.list-icons .list-icons__item_secondary::before {
	background-color: #6c757d;
}

.list-icons_danger li::before,
.list-icons .list-icons__item_danger::before {
	background-color: #dc3545;
}

.list-icons .list-icons__item_chasy::before {
	content: '\f017';
}

.list-icons .list-icons__item_list::before {
	content: '\f15b';
}

.list-icons .list-icons__item_doc::before {
	content: '\f2bb';
}

.list-icons .list-icons__item_lupa::before {
	content: '\f002';
}

.list-icons .list-icons__item_zvezda::before {
	content: '\f069';
}

.list-icons .list-icons__item_procent::before {
	content: '\f295';
}

.list-icons .list-icons__item_auto::before {
	content: '\f5de';
}

.list-icons .list-icons__item_portmone::before {
	content: '\f555';
}

.list-icons .list-icons__item_pero::before {
	content: '\f5ad';
}

/* ### HEADER ### */

.header {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.header__row {
	margin-left: 0;
	margin-right: 0;
	flex-direction: column;
}

.header__logo {
	margin-bottom: 1rem;
}

.header__city {
	margin-bottom: 1rem;
}

.header__city-link,
.header__city-link:not([href]):not([tabindex]) {
	color: #007bff;
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.header__city-link:not([href]):not([tabindex]):hover,
.header__city-link:not([href]):not([tabindex]):focus {
	color: #dc3545;
	text-decoration: none;
}

.header__callback {
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.header__phone {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.header__address::before,
.header__time::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #dc3545;
	width: 1rem;
	margin-right: .5rem;
}

.header__address::before {
	content: '\f3c5';
}

.header__time::before {
	content: '\f017';
}

.header__contacts-btn::before {
	content: '\f095';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 1rem;
	margin-right: .5rem;
}

.header__slogan {
	font-size: 1.25rem;
	text-align: center;
	background-color: #fde910;
	padding: .5rem 1rem;
	margin-top: 1rem;
}

.header__slogan-secondary {
	font-weight: bold;
}

@media (min-width: 992px) {
	.header {
		text-align: left;
	}
	.header__row {
		flex-direction: row;
		align-items: center;
	}
	.header__logo {
		padding-right: 15px;
		margin-bottom: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
	}
	.header__city {
		font-size: 1.2rem;
		padding-left: 15px;
		margin-bottom: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
	}
	.header__callback {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
	}
	.header__contacts {
		padding-left: 15px;
		margin-bottom: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.header__city {
		padding-left: 5rem;
	}
	.header__contacts {
		margin-left: auto;
	}
}

/* ### FAST CALLBACK ### */

.fast-callback {
	color: #fff;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

.fast-callback_primary {
	background-color: #dc3545;
}

.fast-callback_secondary {
	background-color: #007bff;
}

.fast-callback__title {
	margin-bottom: 1.5rem;
}

.fast-callback__title-primary {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.fast-callback__title-secondary {
	font-size: 1.2rem;
	font-weight: 600;
}

.fast-callback__form-content .uk-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

.fast-callback__form-content .uk-form .uk-form-row {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: none;
	padding-bottom: 1rem;
}

.fast-callback__form .uk-form-row .error-list {
	color: #fff;
	line-height: 1.2;
}

.fast-callback__input:focus {
	border-color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.fast-callback__button {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.fast-callback__button:hover,
.fast-callback__button:focus {
	background-color: #fff;
}

.fast-callback__button_primary:hover,
.fast-callback__button_primary:focus {
	color: #dc3545;
}

.fast-callback__button_secondary:hover,
.fast-callback__button_secondary:focus {
	color: #007bff;
}

.fast-callback__button:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.fast-callback .uk-form-row.group-agreement {
	font-size: .75rem;
	padding-bottom: 0;
	margin-bottom: 0;
	order: 1;
}

.fast-callback .group-agreement a,
.fast-callback .group-agreement a:hover,
.fast-callback .group-agreement a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.fast-callback .group-agreement a:hover,
.fast-callback .group-agreement a:focus {
	border-color: #fff;
}

@media (min-width: 768px) {
	.fast-callback {
		text-align: left;
	}
	.fast-callback__container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
	}
	.fast-callback__title {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.fast-callback__title-primary {
		font-size: 1.8rem;
		line-height: 1;
		margin-bottom: .5rem;
	}
	.fast-callback__title-secondary {
		line-height: 1.2;
	}
	.fast-callback__form {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.fast-callback__form-content .uk-form {
		flex-direction: row;
	}
	.fast-callback__form-content .uk-form .uk-form-row {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
	}
	.fast-callback__form .uk-form-row .error-list {
		width: 200%;
	}
	.fast-callback__form-content .uk-form .group-agreement {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* ### MAINBODY ### */

.main {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.main h1 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.main h1 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}

/* ### form triggers ### */

.form-triggers {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}

.form-triggers__link {
	color: #212529;
	text-decoration: none;
	display: block;
	padding: 1rem;
}

.form-triggers__link:hover,
.form-triggers__link:focus {
	color: #212529;
	text-decoration: none;
	background-color: #f4f4f4;
}

.form-triggers__icon {
	margin-bottom: 1rem;
}

/* ### form responses ### */

#form-responses .api-mainfeedback {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
	#form-responses .api-mainfeedback {
		width: 75%;
	}
}

@media (min-width: 1200px) {
	#form-responses .api-mainfeedback {
		width: 50%;
	}
}

/* ### FOOTER ### */

.footer {
	color: #fff;
	background-color: #212529;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer a:hover,
.footer a:focus {
	border-color: #fff;
}

.footer__row-top {
	flex-direction: column;
	margin-bottom: 2rem;
}

.footer__logo {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem;
}

.footer__menu {
	padding-left: 15px;
	padding-right: 15px;
}

.footer__row-bottom {
	flex-direction: column;
	margin-bottom: 1rem;
}

.footer__contacts {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: .5rem;
}

.footer__address,
.footer__phone,
.footer__time, 
.footer__email {
	margin-bottom: .5rem;
}

.footer__address::before,
.footer__phone::before,
.footer__time::before, 
.footer__email::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 1rem;
	margin-right: .5rem;
}

.footer__address::before {
	content: '\f3c5';
}

.footer__phone::before {
	content: '\f095';
}

.footer__time::before {
	content: '\f017';
}

.footer__email::before {
	content: '\f2b6';
}

.footer__right {
	padding-left: 15px;
	padding-right: 15px;
}

.footer__disclaimer {
	font-size: .75rem;
	margin-bottom: 1rem;
}

#copyright {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.footer__row-bottom {
		text-align: left;
		flex-direction: row;
	}
	.footer__contacts {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.footer__right {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	#copyright {
		text-align: right;
	}
	#statistic {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.footer {
		text-align: left;
	}
	.footer__row-top {
		flex-direction: row;
		align-items: center;
	}
	.footer__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		margin-bottom: 0;
	}
	.footer__menu {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		margin-left: auto;
	}
}