* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0!important;
	outline-color: transparent!important;
	outline-width: 0!important;
	outline-style: none!important;
	box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
header {
	background-color: var(--black);
	padding: 20px 0;
}
header img {
	display: block;
	width: 25%;
	margin-left: auto;
}
header .header_text .name_top {
	font-size: calc(16px + 2 * (100vw / 1440));
	font-weight: 100;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: left;
}
header .header_text .name_bottom {
	font-size: calc(16px + 2 * (100vw / 1440));
	font-weight: 100;
	color: var(--white);
	margin-bottom: 0;
	letter-spacing: 5px;
	text-align: left;
}
header .header_right {
	text-align: end;
}
header .header_right a {
	font-size: 18px;
    font-weight: 100;
    color: var(--white);
    text-decoration: none;
    text-transform: lowercase;
    border: 1px solid var(--gold);
    padding: 5px 10px;
}
header .header_right a:hover {
    color: var(--gold);
    border: 1px solid var(--white);
    transition: .6s;
}
.top {
	background-image: url(/images/horse.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	height: 100vh;
	position: relative;
}
.top .top_text {
	position: absolute;
	top: 30%;
	left: 23%;
}
.top .top_text h1 {
	font-size: calc(20px + 30 * (100vw / 1440));
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
	color: var(--white);
	text-shadow: 0px 0px 4px var(--black);
	text-transform: uppercase;
}
.top .top_text p {
	font-size: calc(15px + 15 * (100vw / 1440));
	font-weight: 100;
	margin-bottom: 0;
	text-align: center;
	color: var(--white);
	text-shadow: 0px 0px 4px var(--black);
	text-transform: lowercase;
}
.walk {
	background-color: var(--white);
	padding: 50px 0;
}
.walk h2 {
	font-size: calc(18px + 12 * (100vw / 1440));
    color: var(--black);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.walk .walk_text {
	padding: 15px;
	margin-bottom: 15px;
}
.walk .walk_img {
	text-align: center;
	margin-bottom: 15px;
}
.walk .walk_text .walk_text_top {
	font-size: calc(18px + 2 * (100vw / 1440));
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}
.walk .walk_text .walk_text_bottom {
	font-size: calc(16px + 2 * (100vw / 1440));
    text-transform: lowercase;
    font-weight: 200;
    margin-bottom: 0;
    text-align: center;
}
.services {
	background-image: url(/images/horse7.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 50px 0;
}
.services h2 {
	font-size: calc(18px + 12 * (100vw / 1440));
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0px 0px 4px var(--black);
}
.services .services_info {
	border: 1px solid var(--gold);
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, .6);
}
.services .services_info h3 {
	font-size: calc(16px + 2 * (100vw / 1440));
	color: var(--white);
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.services .services_price {
	font-size: calc(18px + 5 * (100vw / 1440));
	font-weight: 400;
	color: var(--gold);
	margin-bottom: 0;
}
.services .services_link {
	display: inline-block;
	border: 1px solid var(--gold);
	padding: 5px 10px;
	color: var(--white);
	cursor: pointer;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 10px;
}
.services .services_link:hover {
	border: 1px solid var(--white);
	color: var(--gold);
	transition: .6s;
}
.services .modal-title {
	font-size: 15px;
    font-weight: 400;
}
.services .modal_body_tex {
	font-size: 16px;
    font-weight: 300;
    text-align: justify;
}
.exhaust {
	background-color: var(--white);
	padding: 50px 0;
}
.exhaust .exhaust_info {
	text-align: center;
	margin-bottom: 15px;
}
.exhaust .exhaust_info h2 {
	font-size: calc(18px + 12 * (100vw / 1440));
    color: var(--black);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.exhaust .exhaust_text p {
	font-size: calc(18px + 2 * (100vw / 1440));
    font-weight: 300;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 0;
}
.step {
	background-color: var(--black);
	padding: 50px 0;
}
.step h2 {
	font-size: calc(18px + 12 * (100vw / 1440));
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}
.step_info {
	padding: 10px;
}
.step .step_info .number {
	font-size: calc(20px + 20 * (100vw / 1440));
	font-weight: 700;
	color: var(--white);
	border-bottom: 1px solid var(--gold);
}
.step .step_info .step_link {
	font-size: calc(16px + 2 * (100vw / 1440));
    font-weight: 100;
    color: var(--white);
    text-decoration: none;
    text-transform: lowercase;
    border: 1px solid var(--gold);
    padding: 5px 10px;
}
.step .step_info .step_link:hover {
	color: var(--gold);
    border: 1px solid var(--white);
    transition: .6s;
}
.step .step_info .step_text {
	font-size: calc(16px + 2 * (100vw / 1440));
    font-weight: 100;
    color: var(--white);
    margin-bottom: 0;
    text-transform: lowercase;
}
.location {
	background-color: var(--white);
	padding: 50px 0 0 0;
}
.location h2 {
	font-size: calc(18px + 12 * (100vw / 1440));
    color: var(--black);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
footer {
	background-color: var(--black);
	padding: 50px 0;
}
footer .footer_info {
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
}
footer .footer_info p {
	margin-bottom: 0;
}
footer .footеr_name {
	font-size: calc(16px + 2 * (100vw / 1440));
	font-weight: 300;
	color: var(--white);
	margin-bottom: 10px;
}
footer .address {
	font-size: 16px;
	font-weight: 100;
	color: var(--white);
}
footer .phone,
footer .footer_link,
footer .route {
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	color: var(--white);
}
footer .phone:hover,
footer .footer_link:hover,
footer .route:hover {
	color: var(--gold)!important;
	transition: .6s;
}
footer .mail {
	font-size: calc(16px + 2 * (100vw / 1440));
	font-weight: 100;
	color: var(--white);
}

@media (min-width: 249px) {
	.top .top_text {
    position: absolute;
    top: 15%;
    left: 0%;
	}
	header img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	header .header_text .name_top,
	header .header_text .name_bottom {
		text-align: center;
	}
	header .header_right {
		text-align: center;
		margin-top: 10px;
	}
}
@media (min-width: 319px) {
	.top .top_text {
    position: absolute;
    top: 25%;
    left: 0%;
	}
}
@media (min-width: 767px) {
	header img {
		margin-left: auto;
		margin-right: 0;
	}
	header .header_text .name_top,
	header .header_text .name_bottom {
		text-align: left;
	}
	header .header_right {
		text-align: right;
	}
	.top .top_text {
    position: absolute;
    top: 30%;
    left: 12%;
	}
}
@media (min-width: 1023px) {
	.top .top_text {
    position: absolute;
    top: 30%;
    left: 17%;
	}
}
@media (min-width: 1439px) {
	.top .top_text {
    position: absolute;
    top: 30%;
    left: 22%;
	}
}
@media (min-width: 1559px) {
	.top .top_text {
    position: absolute;
    top: 30%;
    left: 25%;
	}
}
