html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
	font: 300 14px/1.429 'Source Sans Pro', sans-serif;
	color: #202020;
	width: 100%;
	height: 100%;
}

body.overflow { overflow: hidden; }

.container {
	width: 100%;
	padding: 0 10px;
}

strong, b {
	font-weight: bold;
}

h1,h2,h3,h4,ul,ol{margin:0;padding:0;}

h1, h2, h3, h4 {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .05em;
}

h1 {
	font-size: 24px;
	line-height: 1.167;
}

h2 {
	margin-top: 97px;
	margin-bottom: 47px;
	font-size: 18px;
	line-height: 1.223;
}

h3 {
	font-size: 14px;
	line-height: 1.286;
	margin-top: 47px;
	margin-bottom: 47px;
}

h4 {
	font-size: 12px;
	line-height: 1.334;
	margin: 12px 0;
}

p {
	margin: 0 0 12px;
	padding: 0;
}

ul {
	margin: 23px 0;
	list-style-type: none;
}

ul li {
	position: relative;
	padding-left: 25px;
}

ul:not(.slick-dots):not(.main-menu):not(.list-icon) li::before {
	position: absolute;
	content: '\02014';
	top: 0;
	left: 0;
}

ul li + li {
	margin-top: 23px;
}

img {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #005598;
}

a:hover,
a:focus {
	text-decoration: underline;
}

.clearfix::after {
	display: table;
	content: '';
	clear: both;
}

.pull-left {
	float:  left;
}

.pull-right {
	float:  right;
}

.flexible {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.flexible p:last-child {
	margin-bottom: 0;
}

.flexible img:first-child {
	margin-top: 0.4em;
}

/* header */
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 44px;
	background-color: #f3f3f3;
	z-index: 99;
	font-size: 0;
}

.header .container {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.btn {
	position: relative;
	display: inline-block;
	padding: 22px;
	font-size: 14px;
	line-height: 3.143;
	color: #fff;
	background-color: #005598;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	overflow: hidden;
	transition: background-color 0.2s ease-out;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	outline: none;
}

.btn:hover {
	background-color: #b7151b;
}

.btn__icon {
	display: block;
	position: absolute;
	content: '';
	left: 12px;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
}

.btn-service .btn__icon {
	background: url('../images/icons/repairing-service.svg') no-repeat center center;
	background-size: 20px 20px;
}

.header .btn__title {
	display: none;
}

.btn + a {
	margin-left: 20px;
}

.logo {
	fill: #2e3191;
}

.logo__line {
	fill: #ec1c24;
}

.header .desktop {
	display: none;
}

.header .touch {
	margin-left: 10px;
	font-size: 14px;
}

.header .burger {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 44px;
	z-index: 20;
	cursor: pointer;
}

.burger span {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.burger span,
.burger span::before,
.burger span::after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background-color: #005598;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.burger span::before {
	top: -7px;
}

.burger span::after {
	top: 7px;
}

.burger:not(.clicked):hover span::before {
	top: -9px;
}

.burger:not(.clicked):hover span::after {
	top: 9px;
}

.burger.clicked span {
	background-color: transparent;
}

.fancybox-close-custom::before,
.burger.clicked span::before {
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}

.fancybox-close-custom::after,
.burger.clicked span::after {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

.burger.clicked span::before,
.burger.clicked span::after {
	background-color: #fff;
}

.main-nav {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding: 50px 40px 0 40px;
	overflow-y: auto;
	color: #fff;
	background-color: rgba(0, 85, 152, 0.9);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.main-nav.show {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.main-menu {
	margin-top: 0;
}

.main-nav a {
	color: #fff;
}

.main-menu li {
	font-size: 36px;
	line-height: 1.112;
	padding: 0;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-nav .contacts-holder {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition-delay: 0.6s;
}

.main-nav.show .main-menu li {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.main-nav.show .contacts-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.main-nav.show .main-menu li:nth-child(1) {
	transition-delay: 0.4s;
}

.main-nav.show .main-menu li:nth-child(2) {
	transition-delay: 0.5s;
}

.main-nav.show .main-menu li:nth-child(3) {
	transition-delay: 0.6s;
}

.main-menu li + li {
	margin-top: 25px;
}

.main-menu li::before {
	content: '';
}

.main-nav .contacts {
	margin-bottom: 30px;
}

.main-nav .contacts__title {
	margin-bottom: 10px;
	font-size: 14px;
	opacity: 0.6;
}

.contacts .contacts__tel {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.667;
}

.contacts .contacts__tel:last-child {
	margin-bottom: 0;
}

.main-nav .btn-modal {
	display: inline-block;
	font-size: 16px;
	line-height: 1.25;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.overlay.show {
	opacity: 0.8;
	visibility: visible;
}

/* main-page */
.top-screen .daf-holder {
	position: relative;
	height: 69.6875vw;
	max-height: 400px;
}

.top-screen .service-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 57.8125vw;
	height: 10.7728vw;
	-webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.18));
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.18));
	z-index: 20;
}

.top-screen .daf {
	position: absolute;
	height: 36.875vw;
	bottom: 6.51vw;
}

.top-screen .daf-d {
	left: 0;
	width: 29.8335vw;
	z-index: 5;
}

.top-screen .daf-a {
	left: 50%;
	transform: translateX(-42%);
	width: 34.28vw;
	z-index: 5;
}

.top-screen .daf-f {
	left: auto;
	right: 0;
	width: 24.089vw;
	z-index: 15;
}

.top-screen .daf-image {
	position: absolute;
	bottom: -1.3vw;
	right: 0;
	width: 43.53vw;
	height: 32.39vw;
	z-index: 10;
}

.daf-contacts {
	margin-top: 25px;
}

.daf-contacts .contacts__address {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
}

.daf-contacts .contacts {
	width: calc((100% - 10px) / 2);
}

.daf-contacts .contacts__title {
	color: #909090;
}

.daf-contacts .contacts__tel {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1;
	color: #202020;
}

.daf-contacts .btn-modal {
	display: inline-block;
	margin-top: 10px;
}

.daf-contacts .btn-modal-t {
	display: none;
}

.main-page h2 {
	margin: 15px 0;
}

.main-page .fixed-bg {
	margin-top: 60px;
}

.main-page .fixed-bg + .fixed-bg {
	margin-top: 100px;
}

.main-page .fixed-bg__promo {
	font-size: 18px;
	line-height: 1.223;
}

.main-page .services__item,
.about__facts .fact-block {
	position: relative;
	margin-top: 45px;
	padding-top: 40px;
}

.main-page .services__item::before,
.about__facts .fact-block::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.main-page .services__item:first-child::before {
	background-image: url('../images/icons/engine.svg');
}

.main-page .services__item:nth-child(2)::before {
	background-image: url('../images/icons/tire.svg');
}

.main-page .services__item:last-child::before {
	background-image: url('../images/icons/oil.svg');
}

.about__facts .fact-block:first-child::before {
	background-image: url('../images/icons/mechanic.svg');
}

.main-page .fact-block:nth-child(2)::before {
	background-image: url('../images/icons/smile.svg');
}

.main-page .fact-block:nth-child(3)::before {
	background-image: url('../images/icons/parking.svg');
}

.about__facts .fact-block:last-child::before {
	background-image: url('../images/icons/wifi.svg');
}

.main-page h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

.main-page .float-item__btn {
	position: relative;
	margin-top: 45px;
	text-align: center;
	color: #fff;
	background-color: #005598;
	transition: background-color 0.3s ease-in-out;
}

.main-page .btn-link:hover,
.main-page .btn-link:focus {
	text-decoration: none;
}

.main-page .float-item__btn:hover,
.main-page .float-item__btn:focus {
	background-color: #b7151b;
}

.main-page .float-item__btn .title {
	display: block;
	text-transform: uppercase;
	line-height: 4.286;
	font-weight: 900;
	letter-spacing: .05em;
}

.main-page .float-item__btn .text {
	display: none;
}

.main-page .float-item__row {
	margin-top: 40px;
}

.main-page .float-item__row > [class*="pull-"] {
	float: none;
}

.main-page .float-item__row p {
	margin-bottom: 0;
}

.main-page .float-item > p:not(.fixed-bg__promo) {
	margin-top: 40px;
}

.slider {
	margin-top: 100px;
	position: relative;
	background-image: url('../images/banner-bg-sm.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	height: 330px;
}

.slider__overlay {
	background-color: rgba(183, 21, 27, 0.9);
}

.slider__container {
	width: 100%;
	cursor: e-resize;
	color: #fff;
}

.slider__item {
	position: relative;
	text-align: center;
}

.slider__item,
.slick-slide {
	font-size: 0;
}

.slider__item {
	min-height: 330px;
}

.slider__item .holder {
	width: 100%;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider__item a {
	color: #fff;
	outline: none;
}

.slider .slider__item h2 {
	display: inline-block;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.445;
}

.slider .slider__item span {
	display: inline-block;
	font-size: 16px;
	line-height: 1.875;
}

.slider .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	cursor: default;
	font-size: 0;
	line-height: 0;
}

.slider .slick-dots li {
	margin: 0;
	padding: 0;
}

.slider .slick-dots li + li {
	margin-left: 10px;
}

.slider .slick-dots button {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	outline: none;
	padding: 0;
	transition: all 0.3s ease;
	opacity: .2;
	cursor: pointer;
}

.slider li:not(.slick-active) button:hover {
	background-color: #fff;
}

.slider .slick-active button {
	background-color: #fff;
	opacity: 1;
}

.slider .slick-dots li {
	display: inline-block;
	margin: 0;
}

.about__promo h1 {
	margin-top: 95px;
	font-weight: 300;
	letter-spacing: normal;
	text-transform: none;
}

.about__promo p {
	margin-bottom: 0;
}

.about__wrapper {
	margin-top: 45px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about__wrapper .about__info {
	margin-bottom: 20px;
}

.about__date,
.about__facts,
.about__certificate {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about__date .date-block {
	margin-top: 20px;
}

.about__date .date-block:first-child {
	margin-top: 0;
}

.about__date .date-title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.about__facts .fact-title {
	line-height: 1.286;
	margin-bottom: 8px;
	font-weight: 600;
}

.about__facts + .about__info {
	margin-top: 40px;
}

.about__quote {
	position: relative;
	margin: 0;
	padding-left: 31px;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.about__info + .about__quote {
	margin-top: -15px;
}

.about__quote::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background: url('../images/icons/left-quote.svg') no-repeat center;
	background-size: 21px;
}

.about__certificate img {
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
}

.about__wrapper .flexible__col.flexible {
	margin-top: 45px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about__gallery {
	margin-top: 45px;
}

.about__gallery img {
	width: 100%;
	margin-bottom: 10px;
}

.about__gallery .left-col,
.about__gallery .right-col {
	width: calc((100% - 10px) / 2);
}

.promo {
	padding: 80px 0 36px;
}

.promo .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.promo p,
.about__promo p {
	font-size: 18px;
	line-height: 1.223;
	margin-top: 12px;
}

.about__promo p {
	margin-top: 20px;
}

.share {
	background-color: #f3f3f3;
	padding: 40px 0;
}

.share__media {
	display: none;
}

.share p,
.sale__promo p {
	font-size: 18px;
	line-height: 1.223;
	margin-bottom: 12px;
}

.share__btns {
	font-size: 0;
}

.social-sharing .icon {
	padding: 0 10px;
}

.social-sharing.is-clean a {
	transition: border-color .3s ease;
}

.social-sharing.is-clean a:hover {
	background-color: #fff;
}

.social-sharing.is-clean a.share-facebook:hover {
	border-color: #3b5998;
}

.social-sharing.is-clean a.share-twitter:hover {
	border-color: #00aced;
}

.social-sharing.is-clean a.share-pinterest:hover {
	border-color: #cb2027;
}

.social-sharing.is-clean a.share-google:hover {
	border-color: #dd4b39;
}

.social-sharing.is-clean a.share-linkedin:hover {
	border-color: #0077b5;
}

/* grid */
.flex-row {
	margin: 47px -5px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.col-m-2,
.col-m-4,
.col-t-1,
.col-t-2,
.col-t-3,
.col-d-1,
.col-d-2,
.col-d-3,
.col-all-4 {
	padding: 0 5px;
	flex: 0 0 auto;
}

.col-m-2 {
	flex-basis: 50%;
	max-width: 50%;
}

.col-m-4 {
	flex-basis: 100%;
	max-width: 100%;
}

.col-all-4 {
	width: 100%;
}

.col-correct {
	margin-top: 23px;
}

[class*="col-"]:not(.order-m2-t1) {
	margin-bottom: 12px;
}

[class*="col-"]:last-child:not(.order-m1-t2),
[class*="col-m-2"]:nth-child(n+3) {
	margin-bottom: 0;
}

.icon-check,
.alert-block::before {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.icon-check {
	display: block;
	background: #005598 url('../images/icons/check-mark.svg') no-repeat center center;
	background-size: 14px 10.5px;
}

.alert-block {
	position: relative;
	padding-top: 50px;
}

.alert-block::before {
	display: block;
	position: absolute;
	content: '!';
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 2;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background-color: #b7151b;
}

.list-icon {
	margin-top: 0;
	margin-bottom: 0;
}

.list-icon li {
	margin-top: 20px;
	padding-left: 20px;
}

.list-icon li::before {
	position: absolute;
	content: '+';
	top: 2px;
	left: 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	color: #005598;
}

.list-icon-wrap [class*="col-"] + [class*="col-"] {
	margin-top: 23px;
}

.list-icon.clearfix li {
	width: calc((100% - 10px) / 2);
	margin: 0;
	padding-left: 0;
	padding-top: 16px;
}

.list-icon.clearfix li::before {
	top: -3px;
	left: 0;
}

h4 + [class*="col"] > .list-icon.flex-row {
	margin-top: 0;
	margin-bottom: 0;
}

.list-icon.flex-row li {
	margin-top: 0;
	padding-top: 16px;
	padding-left: 5px;
}

.list-icon.flex-row li::before {
	top: -3px;
	left: 5px;
}

.flexible:not(.ticked) h4 {
	margin-top: 0;
}

.flexible p.contextual-name {
	margin-top: 12px;
	margin-bottom: 5px;
}

.attention-block {
	font-size: 16px;
	line-height: 1.375;
	padding-bottom: 10px;
	border-bottom: 5px solid #b7151b;
	margin-top: 40px;
	margin-bottom: 47px;
}

.order-m1-t2 {
	order: 1;
}

.order-m2-t1 {
	order: 2;
}

/* footer */
.footer {
	margin-top: 140px;
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #ebebeb;
	overflow: hidden;
}

.footer .flex-row {
	margin-top: 0;
	margin-bottom: 0;
}

.footer__copyright {
	margin-bottom: 0;
}

.footer__dealer {
	margin-top: 23px;
}

.footer__dealer span {
	display: block;
	margin-top: 6px;
}

.footer__social {
	margin-top: 6px;
	font-size: 0;
}

.footer__social p {
	margin-bottom: 10px;
	font-size: 14px;
}

.footer__social a {
	display: inline-block;
}

.footer__social a + a {
	margin-left: 30px;
}

.footer__social svg {
	width: 30px;
	height: 30px;
}

.footer a {
	color: inherit;
}

.footer__dev {
	display: inline-block;
	margin-top: 23px;
}

.footer__dev svg {
	width: 21px;
	height: 32px;
	margin-top: 4px;
	margin-right: 10px;
}

.footer svg {
	transition: fill 0.3s ease-in-out;
}

a:hover .icon-fb,
a:focus .icon-fb {
	fill: #3b5796;
}

a:hover .icon-li,
a:focus .icon-li {
	fill: #0779b8;
}

a:hover .icon-yt,
a:focus .icon-yt {
	fill: #cd1f1e;
}

a:hover .icon-inst,
a:focus .icon-inst {
	fill: #e23f5c;
}

a:hover .icon-ft,
a:focus .icon-ft {
	fill: #ffcf2c;
}

/* contacts page */
.contacts-page .main {
	position: relative;
	padding-top: 44px;
}

.contacts-page .map,
.contacts-page .backdrop {
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100vh - 44px);
	max-width: 100%;
	opacity: 1;
	transition: opacity 0.3s ease;
	transition-delay: 0.3s;
}

body.map-show .backdrop {
	opacity: 0;
}

.contacts-page .map {
	position: fixed!important;
	z-index: 10;
}

.contacts-page .backdrop {
	position: fixed;
	background-color: rgba(0, 85, 152, .7);
	z-index: 15;
}

.main__container {
	position: relative;
	z-index: 20;
	color: #fff;
}

.top-holder {
	position: relative;
	height: 1px;
	z-index: 21;
	transition: color .1s ease;
	transition-delay: 0.3s;
}

body.map-show .top-holder {
	color: #202020;
}

.top-holder .contacts__address,
.top-holder .contacts__index {
	position: absolute;
	left: 10px;
	line-height: 1;
}

.top-holder .contacts__address {
	top: 35px;
	font-size: 34px;
	font-weight: 900;
}

.top-holder .contacts__index {
	top: 75px;
	font-size: 22px;
	font-weight: 300;
}

.btn-map {
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}

.btn-map-show {
	position: absolute;
	display: inline-block;
	left: 10px;
	top: 112px;
	font-size: 14px;
	line-height: 2.143;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	transition: border-color .3s ease-out;
}

.btn-map-show:hover {
	border-color: rgba(255, 255, 255, 1);
}

.btn-map-hide {
	position: fixed;
	display: none;
	bottom: 0;
	padding: 30px;
	z-index: 5;
}

.btn-map-hide .btn__icon {
	width: 19px;
	height: 10px;
	left: 21px;
	background: url('../images/icons/arrow-line-left.svg') no-repeat center center;
}

.btn-map-hide .btn__title {
	display: none;
}

.main-holder {
	padding-top: 175px;
	overflow: hidden;
	opacity: 1;
	transition: opacity 0.3s ease;
	transition-delay: 0.3s;
}

body.map-show .main-holder {
	opacity: 0;
}

.main-holder a {
	color: inherit;
}

.main-holder .contacts__email {
	display: inline-block;
	font-weight: 900;
	font-size: 22px;
	line-height: 1;
}

.main-holder .flex-row {
	margin-top: 0;
	margin-bottom: 0;
}

.main-holder .schedule__item {
	margin-top: 85px;
	font-size: 0;
}

.main-holder h2 {
	font-size: 22px;
	line-height: 1;
	margin: 0;
}

.main-holder h2.col-all-4 {
	margin-bottom: 0;
}

.main-holder .schedule__item p {
	font-size: 14px;
	line-height: 2;
	margin: 0;
}

.main-holder .schedule__item .schedule-title {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.6);
}

.schedule__item .contacts__tel {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.5;
}

.contacts-page .footer {
	margin-top: 95px;
}

.contacts-page svg[class*="icon"],
.contacts-page a:hover svg[class*="icon"],
.contacts-page a:focus svg[class*="icon"] {
	fill: rgba(255, 255, 255, 1);
}

/* form */
.modal {
	display: none;
}

.fancybox-slide--html {
	padding: 0;
}

.fancybox-slide::before {
	margin-right: 0;
}

.recaptcha-holder {
	margin-top: 15px;
}

.fancybox-content {
	width: 100vw;
	padding: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

.fancybox-content h2 {
	margin: 30px 0;
}

.fancybox-content form {
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

.fancybox-content .form-row {
	font-size: 0;
}

.fancybox-content .form-row + .form-row {
	margin-top: 13px;
}

.form-row .flex-item + .flex-item {
	margin-top: 33px;
}

.input-wrap {
	position: relative;
}

.fancybox-content .form-control {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 8px;
	transition: border-color .2s ease;
	font-weight: 700;
}

.fancybox-content .form-control::placeholder {
	color: #202020;
	line-height: 1.5;
	font-weight: 300;
}

.fancybox-content .form-control::-webkit-input-placeholder {
	color: #202020;
	font-weight: 300;
}

.fancybox-content .form-control::-moz-input-placeholder {
	color: #202020;
	opacity: 1;
	font-weight: 300;
}

.fancybox-content .form-control:-ms-input-placeholder {
	color: #202020;
	font-weight: 300;
}

.fancybox-content .form-control:focus::placeholder {
	opacity: .3;
	transition: opacity .2s ease-in-out;
}

.fancybox-content .form-control:focus::-webkit-input-placeholder {
	opacity: .3;
	transition: opacity .2s ease-in-out;
}

.fancybox-content .form-control:focus::-moz-input-placeholder {
	opacity: .3;
	transition: opacity .2s ease-in-out;
}

.fancybox-content .form-control:focus:-ms-input-placeholder {
	opacity: .3;
	transition: opacity .2s ease-in-out;
}

.fancybox-close-custom {
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	padding-right: 10px;
	background-color: #fff;
	z-index: 6;
	border: none;
	outline: none;
}

.fancybox-close-custom::before,
.fancybox-close-custom::after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	left: 10px;
}

.fancybox-close-custom::before {
	top: calc(50% - 7px);
}

.fancybox-close-custom::after {
	top: calc(50% + 7px);
}

.fancybox-close-custom::before,
.fancybox-close-custom::after {
	background-color: #202020;
}

.fancybox-content .inputdate {
	padding-left: 26px;
	background-image: url('../images/icons/calendar.svg');
	background-size: 16px 18px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

.fancybox-content .input-border {
	position: absolute;
	display: block;
	width: 100%;
	top: 32px;
}

.fancybox-content .input-border::before,
.fancybox-content .input-border::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 0;
	background-color: #ff9e15;
	transition: width .3s ease;
}

.fancybox-content .form-control:focus{
	border-color: rgba(235, 235, 235, .1);
}

.fancybox-content .form-control ~ .input-border::before {
	left: 0;
}

.fancybox-content .form-control ~ .input-border::after {
	right: 0;
}

.fancybox-content .form-control:focus ~ .input-border::before,
.fancybox-content .form-control:focus ~ .input-border::after,
.form-input-block--error .input-border::before,
.form-input-block--error .input-border::after,
.form-input-block--valid .input-border::before,
.form-input-block--valid .input-border::after {
	width: 50%;
}

.form-input-block--error .input-border::before,
.form-input-block--error .input-border::after {
	background-color: #cc0000;
}

.form-input-block--valid .input-border::before,
.form-input-block--valid .input-border::after {
	background-color: #aedc80;
}

.fancybox-content .input-hint,
.fancybox-content div[id*="-error"] {
	display: inline-block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.5;
	color: #909090;
}

.fancybox-content div[id*="-error"] {
	color: #cc0000;
}

div[id*="-error"] {
	white-space: normal;
}

.form-input-block--error .input-hint {
	display: none;
}

.modal .modal-btn {
	margin-top: 40px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 3.75;
	font-weight: 300;
	border: none;
	outline: none;
	cursor: pointer;
}

.modal .btn__title {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.modal-btn .btn__icon {
	left: auto;
	right: 0;
	background: url('../images/icons/arrow-line-right.svg') no-repeat center center;
	background-size: 20px auto;
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 0;
}

[data-fancybox-modal],
[data-fancybox="images"] {
	outline: none;
}

.modal-succes .fancybox__inner {
	text-align: center;
}

.modal-succes p {
	display: inline-block;
	position: relative;
	padding-left: 80px;
	font-size: 14px;
	line-height: 1.286;
	text-align: left;
	margin: 0;
}

.modal-succes p::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 64px;
	height: 64px;
	transform: translateY(-50%);
	background: url('../images/icons/check-mark-form.svg') no-repeat center;
	background-size: 24px auto;
	border: 4px solid #aedc80;
    border-radius: 50%;

}

.modal-succes .heading {
	display: block;
	font: 600 18px/1.334 'Source Sans Pro', sans-serif;
	margin-bottom: 8px;
}

/* datepicker */
.datepicker-wrap {
	margin-top: 10px;
	padding: 10px 20px;
	border: 1px dashed #ebebeb;
	width: 252px;
}

.datepicker-wrap ul li::before {
	content: ''!important;
}

/* sale-page */
.sale-page h1 {
	margin-top: 80px;
	margin-bottom: 12px;
}

.sale-block h3 {
	margin-top: 0;
}

.sale-block h4 {
	margin-top: 47px!important;
}

@media screen and (max-width: 767px) {
	.fixed-bg .img-wrap {
		height: 55.933vw;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.fixed-bg--left .img-wrap {
		background-image: url('../images/service-bg-sm.jpg');
	}

	.fixed-bg--right .img-wrap {
		background-image: url('../images/zapchasti-bg-sm.jpg');
	}

	.main-page .services__item::before,
	.about__facts .fact-block::before {
		width: 24px;
		height: 24px;
	}

	.modal {
		vertical-align: middle;
	}

	.fancybox-content {
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		white-space: nowrap;
	}

	.fancybox-content::before {
		display: inline-block;
		content: '';
		height: 100%;
		margin-right: -.25em;
		vertical-align: middle;
	}

	.fancybox__inner {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
	}

	.modal .modal-btn {
		width: 100%;
	}

	.form-col.right-col {
		margin-top: 33px;
	}

	.g-recaptcha {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 1.667;
	}

	.container {
		padding: 0 20px;
	}

	/* grid */
	.flex-row {
		margin: 47px -10px;
	}

	.col-m-2,
	.col-m-4,
	.col-t-1,
	.col-t-2,
	.col-t-3,
	.col-d-1,
	.col-d-2,
	.col-d-3,
	.col-all-4 {
		padding: 0 10px;
	}

	.col-t-1 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-t-2 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-t-3 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-t-4 {
		flex-basis: 100%;
		max-width: 100%;
	}

	[class*="col-"]:not(.order-m1-t2) {
		margin-bottom: 0;
	}

	.order-m1-t2 {
		order: 2;
	}

	.order-m2-t1 {
		order: 1;
	}

	h1 {
		font-size: 48px;
		line-height: 1.084;
	}

	h2 {
		font-size: 36px;
		line-height: 1.112;
	}

	h3 {
		margin-top: 97px;
		font-size: 24px;
		line-height: 1.334;
	}

	h4 {
		margin-top: 26px;
		margin-bottom: 26px;
		font-size: 16px;
		line-height: 1.375;
	}

	ul {
		margin: 47px 0;
	}

	ul li + li {
		margin-top: 47px;
	}

	p {
		margin: 0 0 26px;
	}

	/* header */
	.header {
		height: 60px;
	}

	.btn {
		font-size: 16px;
		line-height: 3.75;
		padding: 0 20px 0 50px;
	}

	.header .btn__icon {
		left: 20px;
	}

	.header .btn__title {
		display: inline;
	}

	.header .touch {
		margin-left: 30px;
		font-size: 18px;
	}

	.logo {
		width: 80px;
		height: 20px;
	}

	.btn + a {
		margin-left: 40px;
	}

	.header .burger {
		width: 44px;
		top: 8px;
		right: 8px;
	}

	.main-page .header .burger {
		right: 28px;
	}

	.main-nav {
		max-width: 50%;
		padding-top: 95px;
	}

	.main-nav > * {
		max-width: 500px;
	}

	/* main-page */
	.top-screen .daf-holder {
		height: 62.5vw;
		max-height: 600px;
	}

	.top-screen .daf {
		bottom: 6.51vw;
		height: 35.15625vw;
	}

	.top-screen .daf-d {
		width: 28.443vw;
	}

	.top-screen .daf-a {
		width: 32.683vw;
	}

	.top-screen .daf-f {
		width: 22.9664vw;
	}

	.top-screen .daf-image {
		bottom: -1.3vw;
		width: 45.18vw;
		height: 33.625vw;
	}

	.daf-contacts {
		margin-top: 35px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
	}

	.daf-contacts .address-wrap {
		width: calc((100% - 40px) / 3);
	}

	.daf-contacts .contacts__address {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.daf-contacts .contacts-holder {
		width: calc((100% - 40px) * 0.66667 + 20px);
	}

	.daf-contacts .contacts {
		width: calc((100% - 20px) / 2);
		font-size: 0;
	}

	.daf-contacts .contacts:first-child {
		padding-left: 20px;
	}

	.daf-contacts .contacts__title {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 1;
	}

	.daf-contacts .contacts__tel {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.5;
		color: #202020;
	}

	.daf-contacts .btn-modal:not(.btn-modal-t) {
		display: none;
	}

	.daf-contacts .btn-modal-t {
		display: inline-block;
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.25;
	}

	.main-page .container {
		padding: 0 40px;
	}

	.main-page h2 {
		margin-top: 75px;
		margin-bottom: 25px;
	}

	.main-page .fixed-bg,
	.main-page .fixed-bg + .fixed-bg {
		margin-top: 120px;
	}

	.fixed-bg .img-wrap {
		height: 55.88vw;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.fixed-bg--left .img-wrap {
		background-image: url('../images/service-bg-md.jpg');
	}

	.fixed-bg--right .img-wrap {
		background-image: url('../images/zapchasti-bg-md.jpg');
	}

	.main-page .fixed-bg__promo {
		font-size: 22px;
		line-height: 1.364;
	}

	.main-page .services__item {
		margin-top: 65px;
		padding-left: 80px;
		padding-top: 0;
	}

	.main-page .services__item::before,
	.about__facts .fact-block::before {
		width: 34px;
		height: 34px;
	}

	.main-page .services__item p {
		font-size: 18px;
		line-height: 1.445;
	}

	.main-page h4 {
		margin: 10px 0;
	}

	.main-page .float-item__btn {
		margin-top: 75px;
		text-align: left;
		padding: 30px 80px;
		font-size: 0;
	}

	.main-page .float-item__btn .title {
		position: relative;
		display: inline-block;
		font-size: 24px;
		line-height: 1.167;
		padding-right: 45px;
	}

	.main-page .float-item__btn .title::after {
		position: absolute;
		content: '';
		top: 50%;
		right: 0;
		width: 25px;
		height: 14px;
		transform: translateY(-50%);
		background: url('../images/icons/arrow-line-right.svg') no-repeat center;
		background-size: 100%;
	}

	.main-page .float-item__btn .text {
		display: block;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 16px;
		line-height: 1.5;
	}

	.main-page .float-item__row {
		margin-top: 75px;
	}

	.main-page .float-item__row > [class*="pull-"] {
		width: calc((100% - 40px) / 2);
	}

	.main-page .float-item__row .pull-left {
		float: left;
	}

	.main-page .float-item__row .pull-right {
		float: right;
	}

	.main-page .float-item__row h4 {
		margin-top: 5px;
	}

	.main-page .float-item > p:not(.fixed-bg__promo) {
		margin-top: 75px;
	}

	.slider {
		margin-top: 120px;
		background-image: url('../images/banner-bg-md.jpg');
	}

	.slider,
	.slider__item {
		height: 580px;
	}

	.slider__item .holder {
		padding: 0 20px;
	}

	.slider__item span {
		font-size: 22px;
		line-height: 1.364;
	}

	.slider .slick-dots {
		bottom: 40px;
	}

	.slider .slick-dots li + li {
		margin-left: 16px;
	}

	.slider .slick-dots button {
		width: 16px;
		height: 16px;
	}

	.about__promo h1 {
		margin-top: 110px;
	}

	.about__wrapper {
		margin-top: 65px;
		font-size: 16px;
		line-height: 1.875;
	}

	.about__wrapper .about__info {
		margin-bottom: 25px;
	}

	.about__wrapper .about__date {
		font-size: 18px;
		line-height: 1.445;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.about__wrapper .date-block {
		width: calc((100% - 40px) / 2);
		margin-top: 0;
	}

	.about__date .date-title {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1;
	}

	.about__wrapper .about__facts {
		margin-top: 95px;
		line-height: 1.5;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.about__facts .fact-block {
		width: calc((100% - 40px) / 2);
		margin-top: 0;
		margin-bottom: 75px;
		padding-top: 50px;
	}

	.about__facts + .about__info {
		margin-top: 0;
	}

	.about__info + .about__quote {
		margin-top: -5px;
	}

	.about__wrapper .about__quote {
		padding-left: 54px;
		font-size: 24px;
		line-height: 1.167;
	}

	.about__wrapper .about__quote::before {
		top: -10px;
		width: 34px;
		height: 34px;
		background-size: 100% 100%;
	}

	.about__wrapper .flexible__col.flexible {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.about__wrapper .about__certificate,
	.about__wrapper .about__gallery {
		width: calc((100% - 40px) / 2);
	}

	.about__certificate .about__info {
		font-size: 14px;
		line-height: 1.572;
	}

	.about__gallery {
		margin-top: 0;
	}

	.about__gallery img {
		margin-bottom: 20px;
	}

	.about__gallery .left-col,
	.about__gallery .right-col {
		width: calc((100% - 20px) / 2);
	}

	.promo {
		overflow: hidden;
		padding: 60px 0 0;
	}

	.promo .container {
		position: relative;
		height: 565px;
		z-index: 2;
	}

	.promo .container::before {
		position: absolute;
		content: '';
		left: 550px;
		top: 0;
		background: #fff url('../images/service-promo-bg.jpg') no-repeat top right;
		width: 1005px;
		height: 565px;
		z-index: 1;
	}

	.origin-page .promo .container::before {
		background-image: url('../images/origin-promo-bg.jpg');
	}

	.promo h1 {
		max-width: 510px;
	}

	.promo p,
	.about__promo p {
		font-size: 22px;
		line-height: 1.364;
		max-width: 510px;
		margin-top: 25px;
	}

	.about__promo h1,
	.about__promo p {
		max-width: 560px;
	}

	.share {
		padding: 100px 0;
	}

	.share p,
	.sale__promo p {
		font-size: 22px;
		line-height: 1.455;
		margin-bottom: 30px;
	}

	.list-icon li {
		line-height: 1.334;
	}

	.list-icon li + li {
		margin-top: 30px;
	}

	.list-icon li:first-child {
		margin-top: 0;
	}

	.list-icon-wrap [class*="col-"] + [class*="col-"] {
		margin-top: 0;
	}

	.list-icon.clearfix li {
		width: calc((100% - 20px) / 2);
	}

	.list-icon.flex-row li {
		padding-left: 10px;
	}

	.list-icon.flex-row li::before {
		top: -3px;
		left: 10px;
	}

	h4 + [class*="col"] > .list-icon.flex-row {
		margin-top: 26px;
	}

	.flexible p.contextual-name {
		line-height: 1.334;
	}

	.attention-block {
		font-size: 22px;
		line-height: 1.455;
		padding-bottom: 23px;
		margin-top: 40px;
		margin-bottom: 47px;
	}

	.alert-block {
		padding-top: 0;
		padding-left: 60px;
	}

	.alert-block::before {
		top: 6px;
	}

	.conclusion {
		font-size: 14px;
		line-height: 1.572;
	}

	/* footer */
	.footer {
		font-size: 14px;
		line-height: 1.286;
	}

	.footer__dealer,
	.footer__dev {
		margin-top: 28px;
	}

	.footer__social,
	.footer__dev {
		padding-left: 10px;
	}

	.footer__social {
		margin-top: 0;
	}

	/* contacts page */
	.contacts-page .main {
		padding-top: 60px;
	}

	.contacts-page .map,
	.contacts-page .backdrop {
		height: calc(100vh - 60px);
		top: 60px;
	}

	.top-holder .contacts__address {
		top: 120px;
		left: 18px;
		font-size: 62px;
	}

	.top-holder .contacts__index {
		top: 190px;
		left: 20px;
		font-size: 36px;
	}

	.btn-map-show {
		top: 133px;
		left: 550px;
	}

	.btn-map-hide {
		position: absolute;
		top: 270px;
		bottom: auto;
		padding: 0 20px 0 50px;
	}

	.btn-map-hide .btn__title {
		display: inline;
	}

	.main-holder {
		padding-top: 270px;
	}

	.main-holder .contacts__email {
		font-size: 36px;
	}

	.main-holder .schedule__item {
		margin-top: 100px;
	}

	.main-holder h2 {
		font-size: 36px;
	}

	.main-holder h2.col-all-4 {
		margin-bottom: 12px;
	}

	.main-holder .schedule__item p:not(.schedule-title) {
		font-size: 18px;
	}

	.main-holder .schedule__item .schedule-title {
		margin-top: 45px;
	}

	.contacts-page .footer {
		margin-top: 140px;
	}

	.contacts-page .main__container .contacts__tel {
		margin-top: 20px;
		font-size: 20px;
		line-height: 1.5;
	}

	.contacts-page .footer {
		color: rgba(255, 255, 255, 0.3);
		border-color: rgba(255, 255, 255, 0.3);
	}

	.contacts-page svg[class*="icon"] {
		fill: rgba(255, 255, 255, 0.3);
	}

	.contacts-page a:hover svg[class*="icon"] {
		fill: rgba(255, 255, 255, 1);
	}

	.contacts-page .footer__dealer img {
		opacity: 0.3;
	}

	/* modals */
	.fancybox-bg {
		background-color: #005598;
	}

	.fancybox-is-open .fancybox-bg {
		opacity: 0.9;
	}

	.fancybox-slide--html {
		background-color: transparent;
	}

	.fancybox-content {
		width: 420px;
		padding: 0;
		background-color: transparent;
	}

	.modal-service {
		width: 688px;
	}

	.modal-service .form__wrapper {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
	}

	.modal-service .form-col {
		width: calc((100% - 40px) / 2);
	}

	.fancybox-content h2 {
		margin: 37px 0;
		color: #fff;
	}

	.fancybox-content form {
		background-color: #fff;
		padding: 60px 40px;
		margin-bottom: 40px;
	}

	.fancybox-close-custom {
		position: absolute;
		width: 30px;
		top: 38px;
		padding: 10px 0 10px 10px;
		background-color: transparent;
		cursor: pointer;
	}

	.fancybox-close-custom::before,
	.fancybox-close-custom::after {
		background-color: #fff;
	}

	.g-recaptcha {
		margin-top: 40px;
	}

	.modal-succes {
		padding-top: 60px;
	}

	.modal-succes .fancybox-close-custom {
		top: 0;
	}

	.modal-succes .fancybox__inner {
		background-color: #fff;
		padding-top: 175px;
		padding-bottom: 175px;
		margin-bottom: 40px;
	}

	/* sale-page */
	.sale-page h1 {
		margin-top: 170px;
		margin-bottom: 25px;
	}

	.sale-page h3 {
		margin-bottom: 25px;
	}
}

@media screen and (min-width: 1200px) {
	body.overflow {
		padding-right: 17px;
	}

	body.overflow .header {
		width: calc(100vw - 17px);
	}

	nav.main-nav {
		overflow: hidden;
	}

	body.overflow nav.main-nav {
		overflow-y: auto;
	}

	.container {
		width: 1180px;
		padding: 0;
		margin: 0 auto;
	}

	.wrapper {
		width: 800px;
		margin: 0 auto;
	}

	/* grid */
	.flex-row {
		margin: 47px -20px;
	}

	.col-m-2,
	.col-m-4,
	.col-t-1,
	.col-t-2,
	.col-t-3,
	.col-d-1,
	.col-d-2,
	.col-d-3,
	.col-all-4 {
		padding: 0 20px;
	}

	.col-d-1 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-d-2 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-d-3 {
		flex-basis: 75%;
		max-width: 75%;
	}

	/* header */
	.header .touch {
		display: none;
	}

	.header .desktop {
		display: inline-block;
		margin-left: 30px;
		font-size: 16px;
	}

	.header .burger {
		width: 40px;
		right: -10px;
	}

	.main-nav {
		max-width: 675px;
	}

	/* main-page */
	.top-screen {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: calc(100vh - 60px);
		min-height: 400px;
	}

	.top-screen .daf-holder {
		width: 870px;
		height: 386px;
	}

	.top-screen .daf {
		bottom: auto;
		top: 0;
		height: 326px;
	}

	.top-screen .daf-d {
		width: 263px;
	}

	.top-screen .daf-a {
		width: 303px;
	}

	.top-screen .daf-f {
		width: 213px;
	}

	.top-screen .daf-image {
		width: 423px;
		height: 314.5px;
		right: 25px;
		bottom: -15px;
	}

	.top-screen .service-title {
		width: 535px;
		height: 95px;
	}

	.daf-contacts .address-wrap {
		width: 100%;
	}

	.top-screen .daf-contacts,
	.daf-contacts .contacts-holder {
		width: 270px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start;
	}

	.top-screen .daf-contacts {
		margin: 0;
		height: 386px;
	}

	.daf-contacts .contacts {
		margin-top: 30px;
		width: 100%;
	}

	.daf-contacts .contacts:first-child {
		padding-left: 0;
	}

	.daf-contacts .contacts__tel {
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 1;
	}

	.daf-contacts .btn-modal:not(.btn-modal-t) {
		margin-top: 25px;
		display: inline-block;
	}

	.daf-contacts .btn-modal-t {
		display: none;
	}

	.main-page .container {
		padding: 0;
	}

	.main-page .header {
		position: relative;
	}

	.main-page .burger {
		width: 20px;
		right: 0;
	}

	.main-page .fixed-bg {
		margin-top: 0;
		background-repeat: no-repeat;
		background-size: auto calc(100% - 60px);
		background-attachment: fixed;
		overflow: hidden;
	}

	.main-page .fixed-bg + .fixed-bg {
		margin-top: 0;
	}

	.main-page .fixed-bg--left {
		background-image: url('../images/service-bg.jpg');
		background-position: calc((100% - 50vw) + 8.5px) 60px;
	}

	.main-page .fixed-bg--right {
		background-image: url('../images/zapchasti-bg.jpg');
		background-position: calc(50vw - 8.5px) 60px;
	}

	.fixed-bg .img-wrap {
		display: none;
	}

	.main-page .float-item {
		width: calc((100% - 40px) / 2);
	}

	.main-page .float-item.pull-right {
		padding-left: 20px;
	}

	.main-page .float-item.pull-left {
		padding-right: 20px;
	}

	.main-page h2 {
		margin-top: 0;
		padding-top: 120px;
	}

	.fixed-bg--right h2 {
		padding-top: 60px;
	}

	.main-page .fixed-bg p {
		margin-bottom: 60px;
	}

	.main-page .float-item__btn {
		padding-left: 0;
		padding-right: 0;
	}

	.fixed-bg--right .float-item__btn {
		text-align: right;
	}

	.main-page .float-item__btn::before,
	.main-page .float-item__btn::after {
		position: absolute;
		content: '';
		top: 0;
		height: 100%;
		background-color: #005598;
		transition: background-color 0.3s ease-in-out;
	}

	.main-page .float-item__btn::before {
		width: 80px;
	}

	.fixed-bg--left .float-item__btn::before {
		left: -80px;
	}

	.fixed-bg--right .float-item__btn::before {
		right: -80px;
	}

	.fixed-bg--left .float-item__btn::after {
		left: 100%;
		right: -9999px;
	}

	.fixed-bg--right .float-item__btn::after {
		right: 100%;
		left: -9999px;
	}

	.main-page .float-item__btn:hover::before,
	.main-page .float-item__btn:hover::after {
		background-color: #b7151b;
	}

	.main-page .float-item__row p {
		margin-bottom: 0;
	}

	/* slider */
	.slider {
		margin-top: 0;
		background-image: url('../images/banner-bg.jpg');
		background-size: auto calc(100vh + 560px);
		height: calc(100vh + 500px);
	}

	.slider__item {
		width: 840px;
		height: calc(100vh - 60px);
		margin: 0 auto;
	}

	.slider__item h2 {
		max-width: 840px;
	}

	.about__promo h1,
	.about__promo p {
		max-width: 785px;
	}

	.about__promo h1 {
		margin-top: 140px;
	}

	.about__wrapper {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.about__wrapper .flexible__col {
		width: calc((100% - 80px) / 2);
	}

	.about__wrapper .about__facts {
		margin-top: 75px;
	}

	.about__wrapper .flexible__col.flexible {
		margin-top: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start;
	}

	.about__wrapper .about__certificate,
	.about__wrapper .about__gallery {
		width: 100%;
	}

	.about__certificate .certificate,
	.about__gallery .right-col {
		width: 360px;
	}

	.about__certificate .about__info,
	.about__gallery .left-col,
	.about__gallery .right-col > img + img {
		width: 170px;
	}

	.about__wrapper .about__certificate {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.about__wrapper .about__gallery {
		margin-top: 25px;
	}

	.promo .container::before {
		left: 580px;
	}

	.promo h1,
	.promo p {
		max-width: 570px;
	}

	.origin-page .promo h1 {
		max-width: 470px;
	}

	.share__media {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.share__media-box {
		width: calc((100% - 82px) / 3);
		height: 244px;
		background-repeat: no-repeat;
		font-size: 0;
	}

	.service-page .share__media-box:first-child {
		background-image: url('../images/daf-service-lead-1.jpg');
	}

	.service-page .share__media-box:nth-child(2) {
		background-image: url('../images/daf-service-lead-3.jpg');
	}

	.service-page .share__media-box:last-child {
		background-image: url('../images/daf-service-lead-2.jpg');
	}

	.origin-page .share__media-box:first-child {
		background-image: url('../images/daf-parts-lead-1.jpg');
	}

	.origin-page .share__media-box:nth-child(2) {
		background-image: url('../images/daf-parts-lead-2.jpg');
	}

	.origin-page .share__media-box:last-child {
		background-image: url('../images/daf-parts-lead-3.jpg');
	}

	.list-icon,
	.list-icon li {
		padding-left: 0;
	}

	.list-icon li::before {
		left: -20px;
	}

	.list-icon li + li {
		margin-top: 40px;
	}

	.list-icon.clearfix li {
		width: calc((100% - 40px) / 2);
		padding-top: 0;
	}

	.list-icon.flex-row li {
		padding-top: 0;
		padding-left: 20px;
	}

	.list-icon.flex-row li::before {
		top: 3px;
		left: 0;
	}

	.list-icon.clearfix li::before {
		top: 3px;
		left: -20px;
	}

	.alert-block {
		padding-left: 0;
	}

	.alert-block::before {
		left: -66px;
	}

	/* footer */
	.footer__copyright,
	.footer__dealer {
		width: 260px;
	}

	.footer__copyright,
	.footer__social {
		float: left;
	}

	.footer__dealer {
		float: right;
		margin-top: 0;
	}

	.footer__dev {
		float: right;
		margin-top: 10px;
	}

	.footer__social {
		padding-left: 30px;
	}

	/* contacts */
	.top-holder .contacts__address {
		top: 135px;
		left: -3px;
		font-size: 86px;
	}

	.top-holder .contacts__index {
		top: 230px;
		left: 0;
	}

	.btn-map-show {
		top: 152px;
		left: 730px;
	}

	.btn-map-hide {
		top: 320px;
	}

	.main-holder {
		padding-top: 310px;
	}

	.main-holder .schedule__item .schedule-title {
		margin-top: 12px;
		margin-bottom: 25px;
	}

	/* modals */
	.fancybox__inner h2 {
		padding: 0;
		margin-top: 37px;
	}

	.modal-service {
		width: 800px;
	}

	.modal-service .form-row.flex-container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.modal-service .form-row.flex-container .flex-item {
		width: calc((100% - 20px) / 2);
	}

	.form-row .flex-item + .flex-item:not(.inputdate-wrap) {
		margin-top: 0;
	}

	/* after scroll page */
	body.after-scroll .top-screen {
		display: none;
	}

	body.after-scroll .header {
		position: fixed;
	}

	body.after-scroll .fixed-bg {
		padding-top: 60px;
	}
}