* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	color: #767676;
}

body {
	overflow-x: hidden;
	font-family: "Oswald", sans-serif;
	color: #767676;
	font-size: 16px;
	background: #000000;
	line-height: 27px;
}

.btn {
	background: #fdc205;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
	font-size: 17px;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.5s;
	transition: background 0.5s ease;
	z-index: 1;
}

.btn::after {
	display: none;
}

.btn:hover {
	background: #dbaf20;
}

::-webkit-input-placeholder {
	color: #ffffff !important;
}

::-moz-placeholder {
	color: #ffffff !important;
}

:-ms-input-placeholder {
	color: #ffffff !important;
}

:-moz-placeholder {
	color: #ffffff !important;
}

input {
	color: #ffffff !important;
}

input:focus-visible {
	border: 2px solid #d2cab2 !important;
}

input:focus {
	border: 2px solid #ba9a30;
}

a {
	position: relative;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
}

a:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	outline: none;
	height: 1px;
	background-color: #ffffff;
	content: "";
	transition: width 0.3s ease-out;
}

a:hover:after,
a:focus:after {
	width: 100%;
}

h1 {
	color: #ffffff;
	line-height: 60px !important;
	font-size: 58px !important;
	text-transform: uppercase;
	overflow-wrap: break-word;
}

h1 span {
	color: #fdc205;
}

h4 span {
	color: #fdc205;
}

h2 {
	color: #ffffff;
	line-height: 48px;
	font-size: 48px;
	text-transform: uppercase;
}

h2 span {
	color: #fdc205;
}

h3 {
	color: #ffffff;
	line-height: 46px;
	font-size: 46px;
	text-transform: uppercase;
}

h4 {
	color: #ffffff;
	line-height: 45px;
	font-size: 45px;
	text-transform: uppercase;
}

.description {
	color: #ffffff;
	font-size: 18px;
}

.homep {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 700px;
	z-index: 999;
	position: relative;
	display: flex;
	align-items: center;
	background-position: center;
}

.homep::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	background: rgb(0 0 0 / 59%);
}

.logo_link:after {
	display: none;
}

.logo_link:hover {
	opacity: 0.7;
}

.nav {
	background: rgb(0 0 0 / 20%);
	padding: 15px 0px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.nav__unions {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.nav__logo {
	width: 150px;
}

.nav__uunion {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.nav__menu ul {
	display: flex;
}

.nav__menu ul li {
	list-style: none;
}

.nav__menu ul li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: 20px;
	font-weight: 400;
}

.nav__social {
	display: flex;
	margin-top: 15px;
}

.nav__social a {
	margin-left: 20px;
	height: 40px;
	border-radius: 10px;
	background: #ffffff;
}

.nav__social a:hover {
	opacity: 0.7;
}

.nav__social a img {
	width: 40px;
}

.nav__social a::after {
	display: none;
}

.offer {
	z-index: 1;
}

.offer__block {
	margin-top: 80px;
	width: 500px;
}

.offer__description {
	margin: 20px 0px;
}

.offer__btn {
	display: block;
	margin-top: 32px;
}

.services {
	background: #fdc205;
}

.services__header {
	padding: 60px 10px;
	padding-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.services__title {
	color: #ffffff;
	font-size: 85px;
}

.services__title span {
	color: #000000;
}

.services__description {
	color: #000000;
	font-size: 21px;
	margin-top: 30px;
}

.services__description span {
	color: #ffffff;
}

.services__union {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.services__block {
	position: relative;
	z-index: 1;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}

.services__block::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background: rgb(0 0 0 / 0%);
}

.services__block:hover .services__block::after {
	display: none;
}

.services__block_description {
	margin-bottom: 10px;
}

.services__block_title {
	color: #fdc205;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

.services__block_mark {
	position: absolute;
	content: "";
	right: 0;
	text-transform: uppercase;
	padding: 4px 18px;
	font-weight: 300;
	top: 0;
	font-size: 21px;
	color: #ffffff;
	background: rgb(210, 11, 11);
}

.info {
	background: rgb(0, 0, 0);
	padding-top: 80px;
}

.info__title {
	font-size: 68px;
	line-height: 72px;
	text-align: center;
}

.info__heading_special {
	text-align: left !important;
}

.info__ttitle {
	font-size: 68px;
	line-height: 72px;
	text-align: center;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	overflow-wrap: break-word;
}

.info__mainunion {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 50px;
}

.info__equipment_union {
	margin-top: 0 !important;
}

.info__equipment {
	display: table-cell !important;
	height: auto !important;
	width: auto !important;
}

.info__equipment span {
	text-transform: uppercase;
	font-weight: 600;
	color: #fdc205;
}

.block_link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.block_link:hover {
	opacity: 0.7;
}

.block_link:after {
	display: none;
}

.info__mainblock {
	position: relative;
	z-index: 1;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background-position: center !important;
}

.info__mainblock::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	height: 210px;
	width: 350px;
	background: rgb(0 0 0 / 0%);
}

.info__mainblock_mark {
	position: absolute;
	content: "";
	right: 0;
	text-transform: uppercase;
	padding: 4px 18px;
	font-weight: 300;
	top: 0;
	font-size: 21px;
	color: #ffffff;
	background: rgb(210, 11, 11);
}

.info__mainblock_description {
	margin-bottom: 10px;
}

.info__mainblock_title {
	color: #fdc205;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

.info__wideunion {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.info__wideblock {
	position: relative;
	z-index: 1;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: 50%;
	background-size: cover !important;
	background-position: center !important;
	min-height: 300px;
	text-align: center;
}

.info__wideblock::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 0%);
}

.info__wideblock_mark {
	position: absolute;
	content: "";
	right: 0;
	text-transform: uppercase;
	padding: 4px 18px;
	font-weight: 300;
	top: 0;
	font-size: 21px;
	color: #ffffff;
	background: rgb(210, 11, 11);
	text-align: center;
	max-width: 180px;
	line-height: 1.5 !important;
}

.info__wideblock_mark::after {
	display: none;
}

.info__wideblock_mark:hover {
	opacity: 0.7;
}

.info__wideblock_title {
	color: #ffffff;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 auto;
}

.info__wideblock_btn {
	width: 250px;
	margin: 0 auto;
}

.info__heading_special {
	width: 800px;
	margin: 0 auto;
}
.info__description {
	width: 800px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.info__mainblock_services {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 210px;
	width: 270px;
}

.info__mainblock::after {
	height: 210px;
	width: 270px;
}

.info__heading_special span {
	color: #fdc205;
}
.info__description span {
	color: #fdc205;
}
.info__description > p strong {
	color: #fdc205;
}

.info__union {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.info__block {
	width: 31%;
	margin: 1%;
	border: 1px solid #fdc205;
	padding: 30px;
}

.info__block_mark {
	width: 31%;
	margin: 1%;
	padding: 0px;
}

.info__block_title {
	color: #fdc205;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 34px;
}

.info__block_btn {
	padding: 12px;
}

.info__product {
	margin-top: 80px;
}

.info__product_block {
	display: flex;
	align-items: center;
	margin-bottom: -1px;
}

.info__product_blocktwo {
	background: #272727;
}

.info__product_title {
	text-align: center;
}

.info__product_btn_offer {
	padding: 8px;
	width: 500px;
	margin: 0 auto;
	margin-top: 45px;
	display: block;
}

.info__product_title_ofer {
	text-align: center;
	margin-top: 100px;
}

.info__product__foto {
	width: 40%;
	text-align: center;
}

.info__product__foto img {
	width: 550px;
	height: 420px;
	object-fit: contain;
	margin-bottom: -6px;
}

.info__product_blockunion {
	display: flex;
	margin-left: 35px;
	flex-direction: column;
	width: 60%;
}

.info__product_title {
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

.info__product_union {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.info__product_union_block_title {
	font-size: 25px;
	font-weight: 600;
	color: #fdc106;
	text-transform: uppercase;
}

.info__product_union_block_ul {
	margin-left: 30px;
	margin-top: 10px;
}

.info__product_union_block_uls {
	margin-right: 150px;
}

.info__product_btns {
	display: flex;
	margin-top: 30px;
}

.info__product_btn {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.info__product_union_block_ul li {
	list-style: disc;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 1px;
}

.infomark {
	padding-bottom: 110px;
}

.wp-video {
	width: 100% !important;
	height: 640px !important;
	display: none;
}

.wp-video-shortcode {
	width: 100% !important;
	height: 640px !important;
	background: #000000;
}

#mep_0 {
	height: 100% !important;
}

.video {
	margin-top: 90px;
}

.video img {
	width: 100%;
	object-fit: cover;
	height: 640px;
}

.video__img {
	position: relative;
}

.video__img:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 245px;
	transform: translateX(-50%);
	width: 150px;
	height: 150px;
	background-color: #fdc303;
	border-radius: 75px;
	color: #ffffff;
	line-height: 150px;
	text-align: center;
	font-size: 75px;
	cursor: pointer;
}

.video__img:hover:after {
	opacity: 0.7;
}

.video__offer {
	margin-top: 80px;
	margin-bottom: 80px;
}

.video__title {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.video___btn {
	padding: 8px;
	width: 500px;
	margin: 0 auto;
	margin-top: 45px;
}

.mail {
	margin-top: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 500px;
	z-index: 1;
	position: relative;
}

.mail__title,
.contact__title {
	text-align: center;
	padding-top: 110px;
	font-size: 61px;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}

.contact__title {
	padding-top: 80px;
	padding-bottom: 20px;
}

.pricing__title {
	width: 80%;
	text-align: left !important;
	padding-top: 0 !important;
}
.pricing__description {
	color: #ffffff;
	width: 80%;
	font-size: 19px;
}

.pricelist {
	max-width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	margin-top: 100px;
}

.pricing h3 {
	font-size: 22px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.prices_l {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	padding: 0 10px;
}

.prices_r {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	padding: 0 30px;
}

.price_section {
	min-height: 50px;
	background: #ca9c05;
	margin: 4px 0;
	color: #ffffff;
	line-height: 25px;
	padding: 0 20px;
}

.price_name {
	width: 79%;
	display: inline-block;
	text-transform: uppercase;
}

.price_value {
	width: 19%;
	display: inline-block;
	text-transform: uppercase;
	text-align: right;
}

.price_comment {
	width: 99%;
	display: inline-block;
	text-transform: lowercase;
	font-size: 14px;
}

.price_full_height {
	line-height: 50px;
}

.pricelist h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}

.pricelist h3 span {
	color: #fdc303;
}

.pricelist h1 {
	color: #fdc303;
}

.pricelist ol {
	padding-left: 15px;
}

.pricelist ol li::marker {
	color: #fdc303;
}

.black_btn {
	color: #ffffff;
	background: #000000;
}

.mail__description {
	width: 800px;
	margin: 0 auto;
	margin-top: 28px;
	margin-bottom: 10px;
	font-size: 19px;
}

.mail::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 571px;
	height: 100%;
	background: rgb(0 0 0 / 69%);
}

.hf-form {
	z-index: 111;
	margin-top: 30px;
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px auto;
	padding-bottom: 130px;
}

.hf-form .mail__form_input {
	border: 2px solid #fdc205;
	padding: 10px;
	background: transparent;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	width: 48%;
	margin-top: 15px;
	z-index: 111111;
	position: relative;
	outline: none;
}

.hf-form .msg_box {
	resize: none;
	width: 96.5%;
}

.mail__form_union {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
	text-align: left;
	padding: 0 2%;
}

.hf-form label {
	font-size: 16px;
	font-weight: 300;
	color: #ccc;
	display: flex;
	align-items: center;
	width: 410px;
	cursor: pointer;
	margin-right: 16px;
	line-height: 23px;
}

.mail__form_btn {
	width: 340px;
	outline: none;
}

.hf-message,
.hf-fields-wrap {
	text-align: center;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
	padding: 14px;
	width: 45px;
	height: 45px;
	background: transparent;
	border: 1px solid #fdc106;
	margin-right: 7px;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
textarea {
	font-size: 19px !important;
	color: #ffffff !important;
}

.hours {
	width: 100%;
	min-height: 350px;
	z-index: 1;
	position: relative;
}

.contact__gray {
	margin-top: 100px;
	background-color: #272727;
	width: 100%;
	min-height: 350px;
	z-index: 1;
	position: relative;
}

.contact__block {
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	margin-top: 44px;
	margin-bottom: 44px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.contact__block span {
	color: #fdc205;
}

.contact__block .btn {
	width: 150px;
	margin: 25px auto 0;
}

.hours h3 {
	font-size: 44px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 22px;
	text-align: center;
}

.hours h3 span {
	color: #fdc205;
}

.hours__details {
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	margin-top: 44px;
	margin-bottom: 22px;
}

.hours__details span {
	color: #fdc205;
	text-transform: uppercase;
}

.map {
	position: relative;
	z-index: 11;
}

.map::after {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	background: rgb(0 0 0 / 12%);
}

.map__block {
	width: 450px;
	position: relative;
	background: #000000;
	left: 11%;
	bottom: 200px;
	padding: 30px;
}

.map__block_union {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 260px;
}

.map__block_title {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

.map__block_title span {
	color: #fdc205;
}

.map__block_item {
	font-size: 18px;
	color: #fff;
}

.map__block_title_mark {
	margin-bottom: 25px;
}

.map__block_title_mark2 {
	margin-top: 30px;
}

.slider {
	margin-top: 100px;
	margin-bottom: -30px;
}

.sliders {
	width: 850px;
	position: relative;
	margin: 0 auto;
}

.slider__dotted {
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 70px;
}

.dot {
	width: 10px;
	height: 10px;
	margin-right: 2.5px;
	margin-left: 2.5px;
	border-radius: 5px;
	background: #fdc303;
	display: inline-block;
}

.slider__title {
	font-size: 68px;
	line-height: 72px;
	text-align: center;
	color: #ffffff;
}

.slider__title span {
	color: #fdc205;
}

.slider__container {
	padding-left: 0;
	padding-right: 0;
}

.slider__items {
	counter-reset: slide;
}

.slider__item {
	font-weight: 300;
	line-height: 32px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	counter-increment: slide;
	height: 250px;
	position: relative;
	color: #fff;
	font-size: 22px;
	display: flex;
	align-items: center;
	padding-right: 85px;
	padding-left: 85px;
}

.slider a::after {
	display: none;
}

.slider__apostrophe {
	width: 90px;
	margin-right: 20px;
	margin-top: 40px;
	font-size: 250px;
	line-height: 90px;
	text-align: center;
	font-weight: 900;
	color: #fdc205;
}

.slider__control {
	width: 50px !important;
	height: 50px !important;
	background: none;
}

.slider__control:hover {
	background: none;
}

.slider__control:focus {
	background: none;
}

.slider__control::before {
	width: 50px !important;
	height: 50px !important;
	background: #fdc303 !important;
	border-radius: 25px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
}

.slider__control[data-slide="next"]::before {
	content: "\f0da";
}

.slider__control[data-slide="prev"]::before {
	content: "\f0d9";
}

.footer {
	padding-top: 70px;
	padding-bottom: 50px;
}

.footer__union {
	display: flex;
	justify-content: space-between;
}

.footer__title {
	color: #fdc205;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer__description {
	color: #ffffff;
	width: 200px;
	font-size: 16px;
}

.footer__info {
	display: flex;
	color: #ffffff;
	margin-top: 30px;
}

.footer__info_r {
	color: #fdc205;
	margin-left: 10px;
}

.footer__info_r span {
	display: block;
}

.footer__unions {
	display: flex;
	margin-top: 50px;
	align-items: center;
}

.footer_menu ul {
	display: flex;
	flex-direction: column;
}

.footer_menu ul li {
	list-style: none;
	margin-bottom: 15px;
}

.footer_menu ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
}

.footer_menu ul li:last-child {
	margin-bottom: 0;
}

.footer_menu ul li a:hover {
	opacity: 0.7;
}

.footer_menu ul li a::after {
	display: none;
}

.footer__social i {
	color: #ffffff;
	font-size: 40px;
	margin-right: 10px;
}

.footer__social a::after {
	display: none;
}

.footer__social a:hover {
	opacity: 0.7;
}

.footer__blocks_m a {
	text-align: center;
	color: #ffffff;
	opacity: 0.7;
	margin-left: 330px;
}

.footer__cert img {
	margin-left: 10px;
	max-width: 100px;
}

.footer__block_logo {
	width: 150px;
}
.mobile_menu {
	cursor: pointer;
	position: relative;
	display: block;
	left: auto;
	top: 1px;
	margin-left: 20px;
}

.mobile_menu_overlay,
.mobile_menu_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mobile_menu_container,
.mobile_menu_container ul li ul {
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.mobile_menu_overlay {
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10211111111101;
	background: #313131;
	box-shadow: 0px 4px 20px rgb(0 0 0 / 50%);
}

.mobile_menu_container.loaded {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.mobile_menu_container .mobile_menu_content {
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}

.mobile_menu_container ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

.mobile_menu_content_clouse {
	position: absolute;
	right: 0px;
	z-index: 1111;
	top: -3px;
	color: #ff0000;
	font-weight: 300;
	font-size: 28px;
	margin-top: 3px;
	width: 40px;
	height: 39px;
	margin-bottom: 5px;
	align-items: center;
	justify-content: center;
	display: flex;
	cursor: pointer;
	text-align: center;
}

.mobile_menu_content_clouse:hover {
	background: rgb(204 204 204 / 71%);
}

.mobile_menu_container ul li {
	list-style: none;
}

.mobile_menu_container ul li a {
	padding: 5px;
	display: block;
	padding-left: 20px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 10px;
}

.mobile_menu_container ul li button {
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #101010;
	font-weight: 500;
	border: 0;
	text-decoration: none;
	width: 100%;
	text-align: left;
}
.mobile_menu_container ul li a::after {
	display: none;
}
.mobile_menu_container ul li a.parent {
	padding-right: 50px;
}

.mobile_menu_container ul li a:hover {
	color: #616161;
}
.mobile_menu_content_title {
	background: #ccc;
	padding: 10px;
	color: #000000;
	font-size: 20px;
	margin-bottom: 8px;
}

.mobile_menu_container ul li ul {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #575858;
	z-index: 2;
}

.mobile_menu_container ul li ul.loaded {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu::after {
	display: none;
}

.mobile_menu span {
	width: 28px;
	height: 3px;
	display: block;
	background: #ffffff;
	margin-bottom: 8px;
}

.mobile_menu:hover span {
	background: #f0f0f0;
}

.mobile_menu_content_clouse:hover {
	color: #ff2f00;
}

.mobile_menu_content button {
	line-height: 17px;
	border: 3px solid #c27d3d;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 6px;
	background: #ffffff;
	color: #c98c54;
	margin: 0 auto;
	margin-top: 7px;
	padding: 6px 21px;
	cursor: pointer;
	transition: 0.5s;
	margin-left: 27px;
	margin-top: 10px;
}

@media (min-width: 992px) {
	.skk {
		display: none;
	}
}

@media (max-width: 991px) {
	.sk {
		display: none;
	}
}

@media (max-width: 1199px) {
	.info__mainblock_services {
		width: 350px;
	}
	.offer__block {
		margin-top: 200px;
	}
	.nav__menu ul {
		display: block;
	}
	.nav__menu li a {
		margin-left: 11px;
	}
	.sub-menu {
		transform: translateX(-100%) translateY(-22px);
		text-align: right;
	}
	.footer__union {
		flex-wrap: wrap;
	}
	.footer__unions {
		flex-wrap: wrap;
		margin-top: 80px;
		justify-content: space-around;
	}
	.footer__block {
		width: 290px;
		margin-bottom: 40px;
	}
	.services__union {
		flex-wrap: wrap;
	}

	.services__block {
		width: 50% !important;
	}

	.info__block {
		width: 48%;
	}

	.info__product__foto img {
		width: 450px;
		height: 420px;
		object-fit: contain;
		margin-bottom: -6px;
	}
}

@media (max-width: 1094px) {
	.info__product_btns {
		display: flex;
		margin-top: 30px;
		flex-direction: column;
	}

	.info__product_btn {
		width: 300px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.info__product__foto img {
		width: 410px;
		height: 420px;
		object-fit: contain;
		margin-bottom: -6px;
	}

	.pricelist {
		max-width: 500px;
		margin: 0 auto;
	}

	.prices_l {
		margin-top: 100px;
		width: 99%;
	}

	.prices_r {
		margin-top: 100px;
		width: 99%;
	}
}

@media (max-width: 991px) {
	.services__title {
		color: #ffffff;
		font-size: 70px;
	}
	.services__description {
		color: #000000;
		font-size: 19px;
		margin-top: 30px;
	}
	.info__heading_special {
		width: 100%;
	}
	.info__description {
		width: 100%;
		margin: 0 auto;
		display: block;
		margin-top: 20px;
	}
	h4 {
		line-height: 54px;
		font-size: 41px;
	}
	.mail__title,
	.contact__title {
		text-align: center;
		padding-top: 110px;
		font-size: 56px;
		color: #ffffff;
	}
	.hours h3 {
		font-size: 30px;
		margin-top: 15px;
	}
	.mail__description {
		width: 100%;
		margin: 0 auto;
		margin-top: 28px;
		margin-bottom: 10px;
		font-size: 19px;
		text-align: center;
	}
	.info__product {
		margin-top: 10px;
	}
	.info__product_title_ofer {
		text-align: center;
		width: 95%;
		margin: 0 auto;
		margin-top: 100px;
	}
	.hf-form {
		z-index: 111;
		margin-top: 30px;
		width: 95%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0px auto;
		padding-bottom: 130px;
	}
	.sliders {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.info__product_block {
		display: flex;
		align-items: center;
		margin-bottom: 24px;
		flex-direction: column;
		padding: 35px 0px;
	}

	.info__product__foto {
		width: 100%;
		text-align: center;
	}
	.info__product__foto {
		width: 100%;
		text-align: center;
		order: 1;
	}
	.info__product_blockunion {
		display: flex;
		margin-left: 35px;
		flex-direction: column;
		width: 100%;
		order: 2;
		margin-top: 33px;
	}
	.info__product_btns {
		display: flex;
		margin-top: 30px;
		flex-direction: revert;
	}
	.info__product_btn {
		width: 300px;
		margin-right: 20px;
		margin-bottom: 0;
	}
}

@media (max-width: 780px) {
	.nav__social a {
		margin-left: 15px;
		height: 25px;
		border-radius: 5px;
		background: #ffffff;
	}

	.nav__social a:hover {
		opacity: 0.7;
	}

	.nav__social a img {
		width: 25px;
	}

	.nav__logo {
		width: 120px;
	}
	.offer__block {
		margin-top: 60px;
		width: 100%;
	}
	.offer__btn {
		display: block;
		margin-top: 32px;
		width: 300px;
	}
	h1 {
		color: #ffffff;
		line-height: 63px;
		font-size: 54px;
		text-transform: uppercase;
	}
	.offer__description {
		margin: 11px 0px;
	}
	.services__title {
		color: #ffffff;
		font-size: 58px;
		line-height: 60px;
	}
	.services__header {
		padding: 36px 10px;
		padding-top: 32px;
	}

	.info__title {
		font-size: 58px;
		line-height: 60px;
	}

	.description {
		font-size: 16px;
	}

	.mail__title,
	.contact__title {
		font-size: 58px;
		line-height: 64px;
	}
	.slider__title {
		font-size: 58px;
		line-height: 64px;
	}
	.slider__item {
		font-weight: 300;
		line-height: 32px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		counter-increment: slide;
		height: 250px;
		position: relative;
		color: #fff;
		font-size: 18px;
		display: flex;
		align-items: center;
		padding-right: 85px;
		padding-left: 85px;
	}
	.footer__unions {
		flex-wrap: wrap;
		margin-top: 40px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.info__ttitle {
		font-size: 58px;
		line-height: 64px;
	}
	.footer__blocks_m {
		text-align: center;
		color: #ffffff;
		margin-left: 0;
		margin-top: 50px;
	}
	.map__block {
		width: 450px;
		/*position: absolute;*/
		background: #000000;
		left: 3%;
		bottom: 50px;
		padding: 30px;
	}
	.block_link,
	.info__mainblock {
		width: 100% !important;
	}
	.info__equipment {
		text-align: center;
		padding: 0;
	}
	.info__mainblock::after {
		width: 100% !important;
	}
}

@media (max-width: 650px) {
	.info__wideblock {
		width: 100%;
	}

	.services__block {
		width: 100% !important;
	}

	.info__block {
		width: 100%;
	}
	.info__union {
		margin-top: 20px;
	}
	.info__block_mark {
		width: 100%;
		margin: 1%;
		padding: 0px;
	}

	.hf-form {
		z-index: 111;
		margin-top: 30px;
		width: 95%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0px auto;
		padding-bottom: 130px;
		flex-direction: column;
	}

	.hf-form .mail__form_input {
		width: 100%;
	}
	.mail__form_union {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top: 15px;
		flex-direction: column;
	}
	.hf-form label {
		width: 95%;
	}

	.services__description {
		margin-top: 10px;
	}
	.mail::after {
		min-height: 100%;
	}

	.services__title {
		font-size: 55px;
		line-height: 61px;
	}

	.info__title {
		font-size: 55px;
		line-height: 61px;
	}
	.mail__title,
	.contact__title {
		font-size: 52px;
		line-height: 61px;
	}
	.contact__block {
		width: 99%;
	}
	.info__ttitle {
		font-size: 55px;
		line-height: 61px;
	}

	.mail__description {
		width: 92%;
	}
	.slider__apostrophe {
		width: 50px;
		margin-right: 20px;
		margin-top: -65px;
	}

	.mail__title,
	.contact__title {
		font-size: 52px;
		line-height: 61px;
	}
	.hours h3 {
		font-size: 22px;
		margin-top: 10px;
	}
	.info__product_btn {
		width: 300px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.info__product_btns {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0 auto;
		margin-top: 30px;
	}
}
@media (max-width: 620px) {
	.footer__blocks_m a {
		margin-left: 0;
	}
	.video___btn {
		padding: 8px;
		width: 90%;
		margin: 0 auto;
		margin-top: 45px;
	}
	.map__block {
		width: 300px;
		/*position: absolute;*/
		background: #000000;
		left: 3%;
		bottom: 50px;
		padding: 30px;
	}
	.map__block_title {
		font-size: 19px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 4px;
		margin-top: 5px;
	}
	.map__block_union {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 230px;
	}
	.footer__union {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.footer__block {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer__description {
		color: #ffffff;
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	.footer__info {
		display: flex;
		color: #ffffff;
		margin-top: 30px;
		justify-content: center;
	}
	.map__block_title {
		font-size: 19px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 8px;
		margin-top: 15px;
	}

	.slider__item {
		font-weight: 300;
		line-height: 32px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		counter-increment: slide;
		height: 214px;
		position: relative;
		color: #fff;
		font-size: 18px;
		display: flex;
		align-items: center;
		padding-right: 85px;
		padding-left: 85px;
		flex-direction: column;
	}
	.slider__apostrophe {
		width: 50px;
		margin-right: 0;
		margin-top: 21px;
		margin-bottom: 10px;
	}

	.info__product_union {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
		flex-direction: column;
	}
	.info__product_union_block {
		margin-bottom: 20px;
	}
	.info__product_btns {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0 auto;
		margin-top: 10px;
		width: 100%;
	}
	.info__product_btn {
		width: 95%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.info__product_btn_offer {
		padding: 8px;
		width: 92%;
		margin: 0 auto;
		margin-top: 45px;
		display: block;
	}
	.info__product_blockunion {
		margin-left: 20px;
	}
	.info__product {
		margin-top: 0px;
	}
	.info__product__foto img {
		height: 320px;
	}
}

.page-title {
	text-align: center;
}

@media (max-width: 420px) {
	.footer__blocks_m a {
		margin-left: 0;
	}
	h1 {
		color: #ffffff;
		line-height: 57px;
		font-size: 48px;
		text-transform: uppercase;
	}
	.offer__btn {
		display: block;
		margin-top: 22px;
		width: 300px;
	}
	.services__title {
		font-size: 49px;
		line-height: 53px;
	}
	.info__title {
		font-size: 49px;
		line-height: 53px;
	}
	h4 {
		font-size: 49px;
		line-height: 53px;
	}
	.mail__title,
	.contact__title {
		font-size: 38px;
		line-height: 53px;
	}
	.footer__description {
		text-align: center;
		margin: 0 auto;
	}
	.info__ttitle {
		font-size: 49px;
		line-height: 53px;
	}
	.slider__title {
		font-size: 49px;
		line-height: 53px;
	}
	.slider__item {
		font-weight: 300;
		line-height: 32px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		counter-increment: slide;
		height: 214px;
		position: relative;
		color: #fff;
		font-size: 18px;
		display: flex;
		align-items: center;
		padding-right: 55px;
		padding-left: 55px;
		flex-direction: column;
	}

	.mail__form_btn {
		width: 340px;
		outline: none;
		margin-top: 15px;
	}
	.slider__dotted {
		width: 85px;
		margin: 0 auto;
		display: block;
		margin-top: 70px;
		margin-bottom: 10px;
	}
	.slider__dotted {
		width: 85px;
		margin: 0 auto;
		display: block;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.slider {
		margin-top: 60px;
		margin-bottom: -30px;
	}

	.mail__title {
		padding-top: 88px;
	}
	.contact__title {
		padding-top: 60px;
	}
	.hf-form {
		padding-bottom: 100px;
	}
}

.top-link {
	transition: all 0.25s ease-in-out;
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin: 0 3em 3em 0;
	border-radius: 50%;
	padding: 0.25em;
	width: 80px;
	height: 80px;
	background-color: #fdc205;
	z-index: 100000;
}
.top-link.show {
	visibility: visible;
	opacity: 1;
}
.top-link.hide {
	visibility: hidden;
	opacity: 0;
}

.top-link:hover {
	opacity: 0.7;
}
.top-link:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f106";
	color: #ffffff;
	font-size: 50px;
	cursor: pointer;
	text-align: center;
	width: 80px;
	transition: none;
	height: 80px;
	background: none;
	line-height: 70px;
}

.screen-reader-text {
	position: absolute;
	clip-path: inset(50%);
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	z-index: 100000;
	clip-path: none;
	background-color: #eee;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	text-decoration: none;
	line-height: normal;
	color: #444;
	font-size: 1em;
	clip: auto !important;
}

.entry-header, .entry-content, .post-navigation {
	margin: 1.5em auto !important;
	max-width: 800px;
}

.display-posts-pagination {
    text-align: center;
}

@media (max-width: 850px) {
    .entry-header, .entry-content {
        margin: 1.5em !important;
    }    
}

.entry-content a:hover,
.display-posts-listing .listing-item a:hover {
	text-decoration: underline;
}

.entry-content a::after,
.display-posts-listing .listing-item a::after {
	display: none;
}

.entry-content ul, .entry-content ol,
.display-posts-listing .listing-item ul, .display-posts-listing .listing-item ol {
    margin-left: 1.5em;
}

.entry-content ul li::marker, .entry-content ol li::marker,
.display-posts-listing .listing-item ul li::marker, .display-posts-listing .listing-item ol li::marker {
    color: #fdc303;
}

.display-posts-listing {
    max-width: 1000px;
    margin: 1.5em auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.display-posts-listing .listing-item {
    width: 100%;
    margin: 1%;
    border: 1px solid #fdc205;
    padding: 30px;
}

.display-posts-listing .listing-item .image {
    display: block;
    text-align: center;
}

.display-posts-listing .listing-item .title {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #fdc205;
}

.display-posts-listing .listing-item .content p:last-child {
    margin-bottom: 0;
}

.nav-previous > a > span::before, .nav-next > a > span::after,
.display-posts-pagination .next, .display-posts-pagination .prev {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.nav-previous > a > span::before {
    content: "\f053";
    margin-right: 5px;
}

.nav-next > a > span::after {
    content: "\f054";
    margin-left: 5px;
}

.width-80 {
	width: 80%;
	margin: auto !important;
}


.pricetable .wp-block-column {
	margin: 50px auto;
}

.pricetable {
	margin: 0 auto;
	max-width: 800px;
}

.pricetable h3 {
	color: #fdc205;
	margin: 20px 0;
}

.pricetable p {
	margin: 2px 0;
}

@media (min-width: 992px) {
	.padded {
		padding: 25px 100px;
	}
}

.equipment-brands.wp-block-gallery.has-nested-images {
	width: 80%;
	margin: 2em auto;
	justify-content: space-around;
}

.equipment-brands.wp-block-gallery.has-nested-images figure.wp-block-image {
	margin-top: auto !important;
	max-width: 200px;
	padding: 1%;
}