header.mfn-header-tmpl {
	position: fixed;
    margin-top: 0 !important;
}

.header__email .button {
	background: none;
	box-shadow: none;
}

.header__email .button:after,
.header__email .button .button_icon:after {
	display: none !important;
}

.header__email .button:hover {
	background: none;
	box-shadow: none;
}


.header__email .button.has-icon .button_label {
	margin-left: 15px;
}

.header__email .button .button_icon i {
	transition: .1s ease-in-out;
	color: #fff;
}

.header__email .button:hover .button_icon i {
	color: #b12933;
}

.header .mfn-header-tmpl-menu-sidebar {
	height: auto;
	width: auto;
	border-radius: 0 0 0 15px;
    background: #fff;
	margin-top: 45px;
}

.header .mfn-header-menu-toggle.mfn-close-icon {
	display: none !important;
}

.header .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper {
    padding: 20px 0;
	width: 220px !important;
}

.header .mfn-icon-box-empty-desc .icon-wrapper {
	width: auto;
}

@media screen and (max-width: 767px) {
	.header .mfn-header-menu .mfn-menu-link .label-wrapper {
		font-weight: 600;
		color: #0a0a0a;
	}
}

.header .mfn-header-menu > .mfn-menu-li > .mfn-menu-link {
	justify-content: flex-start;
}

html.mfn-header-tmpl-burger-sidebar-opened {
	overflow: auto;
}

.admin-bar .header .mfn-header-tmpl-menu-sidebar {
	top: 45px;
}

.admin-bar .mfn-header-tmpl-menu-sidebar .mfn-close-icon {
    top: 45px;
}

.mfn-header-tmpl-menu-sidebar .mfn-close-icon {
	top: 0;
}

.mfn-header-tmpl-menu-sidebar-right .mfn-close-icon {
	right: 0;
}

.highlight-right .section_wrapper .wrap {
	padding: 0;	
}

.section-slider-block .section_wrapper {
	max-width: 100% !important;
}

.menu-item--mail {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px !important;
}

.menu-item--mail .mfn-menu-link .menu-label {
	font-size: 16px;
	color: #B12932;
}

@media (min-width: 960px) {
	.menu-item--mail {
		display: none !important;
	}
}

@media (min-width: 960px) {
	.mhb-menu .menu > li:first-child {
    display: none;
	}

	.mob-tel {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
	}
}

@media screen and (max-width: 959px) {
	.mhb-menu .menu, .mhb-menu .tabletMobile .menu {
		width: 220px !important;
    padding: 15px 20px;
		right: 0px;
	  border-radius: 0px 0px 14px 14px !important;
		box-shadow: 0px -1px 2px rgb(0 0 0 / 7%), 0px 30px 26px rgb(151 151 151 / 24%);
	}

	.mhb-menu .mobile .menu {
		right: -20px;
    padding: 15px 25px 15px 25px !important;
		box-shadow: 0px -1px 2px rgb(0 0 0 / 7%), 0px 30px 26px rgb(151 151 151 / 24%);
		border-radius: 0px 0px 0px 14px !important;
	}

	.mhb-menu .mobile-menu-toggle i {
	  color: #c42737;
	}

	.mhb-menu .mobile-menu-toggle i:before {
	  font-weight: bold;
	}

	.mhb-menu .menu > li:first-child {
		margin-bottom: 15px;
		border-bottom: 1px solid #f3f3f3;
		padding-bottom: 5px;
	}

	.mhb-menu .menu li a,
	.mhb-menu .menu > li > a > span {
		padding: 0 !important;
	}

	.mhb-menu .menu li .sub-menu {
		background: #ffffff !important;
	}

	.mhb-menu .menu li .sub-menu a {
		color: #0a0a0a !important;
	}

	.mhb-icon a {
		margin-right: 10px;
	}

	.head-box-contact  {
    margin-right: 10px;
	}

	.head-box-contact a:first-child {
		padding: 0 6px !important;
		height: 34px;
		border-radius: 8px;
		display: inline-flex;
		align-items: center;
		color: #ffffff;
		background-color: #c42737;
		border-color: transparent;
	}
}

@media screen and (max-width: 767px) {
	.mob-tel {
		font-size: 18px;
	}

	.mhb-logo a img {
		height: auto;
		max-height: 30px;
    width: auto;
	}
}

.mhb-view.mobile .first-row .mhb-row-wrapper {
	padding-left: 5px!important;
  padding-right: 5px!important;
}

.the_content_wrapper li {
    list-style: none;
}

.the_content_wrapper ul, .content ol {
    padding-left: 0px;
    counter-reset: list;
}

.the_content_wrapper ul > li::before {
    content: '';
    min-width: 25px;
    height: 23px;
    display: block;
    background-image: url(/wp-content/uploads/2022/06/list.svg);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
}

.the_content_wrapper ol > li::before {
    font-family: "Roboto";
    counter-increment: list;
    content: counter(list);
    justify-content: center;
    min-width: 25px;
    margin-right: 10px;
    height: 28px;
    background-image: url(/wp-content/uploads/2022/06/ol_list_marker.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 24px;
    align-self: baseline;
		float: left;
}

.the_content_wrapper ol > li > ul  {
	margin-top: 10px;
}

.the_content_wrapper ol > li > ol  {
	margin: 15px 0 20px 30px;
}

.the_content_wrapper ol > li > ol > li {
	margin-bottom: 10px;
}

.the_content_wrapper ol > li > ol > li:before {
	margin-top: 1px;
  line-height: 23px;
	min-width: 22px;
  height: 22px;
}

.the_content_wrapper ol > li > ul > li {
	margin-bottom: 10px;
}

.icon_before,
.icon_after {
    position: relative;
}

.icon_after::after,
.icon_before::before {
    content: '';
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
}

.icon_before::before {
    left: 0;
}

.icon_before.icon_location::before {
    -webkit-mask-image: url("/wp-content/uploads/2022/06/location.svg");
    mask-image: url("/wp-content/uploads/2022/06/location.svg");
}

.icon_before.icon_phone::before {
    -webkit-mask-image: url("/wp-content/uploads/2022/06/phone.svg");
    mask-image: url("/wp-content/uploads/2022/06/phone.svg");
}

.icon_before.icon_email::before {
    -webkit-mask-image: url("/wp-content/uploads/2022/06/email.svg");
    mask-image: url("/wp-content/uploads/2022/06/email.svg");
}

.icon_before.icon_planet_1::before {
    -webkit-mask-image: url("/wp-content/uploads/2022/06/planet_1.svg");
    mask-image: url("/wp-content/uploads/2022/06/planet_1.svg");
}

.icon_before.icon_play::before {
    -webkit-mask-image: url("/wp-content/uploads/2022/06/play.svg");
    mask-image: url("/wp-content/uploads/2022/06/play.svg");
}


.filial .icon_before {
    padding-left: 28px;
}

.filial .icon_before::before {
    top: 50%;
    margin-top: -8px;
}

.filial .icon_before::before {
    width: 16px;
    height: 16px;
    background-color: #B12933;
}

@media (max-width: 769px ){
    .footer__menu{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__menu li{
        margin-bottom: 0.5em;
    }
}

.telephoner a {
		text-align: right;
		margin: 0;
}

.telephonel a {
		text-align: left;
	  margin: 0;
}

footer .wpcf7-form p {
	font-size: 13px;
}

footer .wpcf7-list-item {
		margin: 0;
}

footer .wpcf7-list-item .wpcf7-list-item-label {
		font-size: 10px;
    color: #888;
}

footer .wpcf7-list-item a {
	color: #999 !important;
}

footer .wpcf7-form-control {
	display: block;
	margin: auto;
}

.business-box {
	position: relative;
}

.button-default .action_button {
	background-color: #b12933;
	color: #fff;
}

.button-default .action_button:hover {
	color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
	background-color: #ffffff;
	box-shadow: none;
}

.fancybox-button svg {
	color: #b12933;
}

#contact-form {
	padding: 30px 30px 20px 30px;
}

#contact-form form {
	 max-width: 350px;
}

#contact-form .wpcf7-list-item {
	margin-left: 0;
}

#contact-form .wpcf7-list-item label {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

#contact-form .wpcf7-list-item input[type="checkbox"] {
	margin-right: 10px;
}

#contact-form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 18px;
}

#contact-form .wpcf7-response-output {
	width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

/**************************\

/* head-box-contact */
.head-box-contact {
	display: flex;
	align-items: center;
}

.head-box-contact icon {
	font-size: 16px;
  display: flex;
}

.head-box-contact a {
	margin-right: 7px;
}

@media all and (max-width: 959px) {
	.mcb-section .mcb-wrap .image_frame {
	width: 100% !important;
	}
}

@media all and (max-width: 768px) {
	.column_map_basic iframe {
		height: 280px;
	}

	.mcb-section .mcb-wrap .column_quick_fact .quick_fact .number-wrapper .number {
		font-size: 44px !important;
	}
}

/* mhb-logo */

@media all and (min-width: 768px) {
  .mhb-logo {
    margin-left: 10px !important;
  }
}

.mhb-logo a {
	display: flex;
}

/* box-title-icon */

.box-title-icon .mfn-inline-editor {
	display: flex;
	align-items: center;
}

.box-title-icon p {
	display: flex;
	margin: 0 15px 0 0;
}

.box-title-icon .mfn-inline-editor h2 {
	margin-bottom: 0;
}

.box-title-icon .mfn-inline-editor h2 a {
	border-bottom: 2px solid transparent;
	transition: 100ms;
}

.box-title-icon .mfn-inline-editor h2 a:hover {
	border-bottom: 2px solid #b12932;
}

@media all and (max-width: 769px){
	.box-title-icon .mfn-inline-editor h2 {
		font-size: 24px;
	}
}

/* box-advantage */
.box-advantage .mfn-inline-editor {
		border: 2px solid #ffffff;
		transition: 200ms;
		padding: 25px 20px 10px 20px !important;
	position: relative;
	}

.box-advantage .mfn-inline-editor:hover {
		border: 2px solid #b12932;
	}

.box-advantage a {
	display: inline-block;
	text-decoration: none !important;
}

.box-advantage .box-advantage__arrow {
	padding-top: 20px;
}

.box-advantage .box-advantage__arrow i {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto 20px;
}

/* .box-advantage .icon-right-open-big:before {
	transform: rotate(90deg);
} */

@media all and (max-width: 769px){
.box-advantage img.scale-with-grid {
		max-width: 90px;
	}
}

/* box-menu-link */

.box-menu-link .mfn-inline-editor a {
	font-weight: 600;
  color: #333;
  text-decoration: none;
	position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 4px #f1f1f1;
  border-radius: 4px;
  padding: 15px 25px;
  border: 1px solid transparent;
	-webkit-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.box-menu-link .mfn-inline-editor a::after {
	content: '';
  background: linear-gradient(to right, rgb(255 255 255 / 30%), #ffffff 90%);
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  height: 100%;
  width: 40px;
}

.box-menu-link .mfn-inline-editor a:hover {
	color: #b12932;
  border: 1px solid #b12932;
}

.box-menu-link .mfn-inline-editor a img {
	margin-right: 14px;
}

.box-menu-link .mfn-inline-editor a p {
	margin-bottom: 0;
}

/* box-business */

.box-business .mfn-inline-editor p {
	height: 100%;
}

.box-business .mfn-inline-editor a::after {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-size: 21px;
	font-weight: 900;
	color: #87171d;
	background: #ffffff;
	border-radius: 60px;
	visibility: visible;
	padding: 0;
	margin: 0 25px 25px 0;
	height: 45px;
	width: 45px;
	bottom: 0;
	right: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-business .mfn-inline-editor {
	background-color: rgba(0,0,0,0.6) !important;
	height: 100%;
}

.box-business_border > .mcb-column-inner {
	overflow: hidden !important;
}

.box-business > .mcb-item-column-inner {
	background-position: center center;
	background-size: 110% !important;
	-webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.box-business:hover > .mcb-item-column-inner {
	background-position: center center;
	background-size: 100% !important;
}

.box-business-link {
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	position: relative;
	height: 100%;
	padding: 35px 15%;
	text-decoration: none !important;
}

.box-business-text {
	line-height: 24px;
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	margin-bottom: 20px;
}

.box-business-icon {
	font-size: 22px;
	background: #ffffff;
	border-radius: 60px;
	padding: 0;
	height: 45px;
	width: 45px;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media all and (min-width: 768px){
	.box-business-icon {
		margin: 0 10% 30px 0;
		position: absolute;
	}
}

@media all and (max-width: 960px) {
	.box-business-link {
		padding: 30px 10% 30px 10%;
	}

	.box-business .mfn-inline-editor a::after {
		font-size: 18px;
		margin: 0 20px 20px 0;
		height: 36px;
		width: 36px;
	}
}

@media all and (max-width: 767px) {
	.box-business-link {
		display: flex;
    align-items: center;
		padding: 15px 8%;
	}
	.box-business-text {
    font-size: 16px;
		line-height: 22px;
		text-align: left;
    padding-right: 20px;
		flex: 99;
		margin-bottom: 0;
	}

	.box-business .mfn-inline-editor a::after {
		position: relative;
		margin: 0;
	}

	.box-business_border .hover_color .hover_color_wrapper {
		display: flex;
		align-items: center;
		padding: 20px 8% !important;
	}

	.box-business_border .hover_color .hover_color_wrapper h4 {
		flex: 100%;
		text-align: left !important;
		margin-bottom: 0;
	}

	.box-business_border .hover_color .hover_color_wrapper .single_icon {
		margin-bottom: 0;
	}

	.box-business_border .hover_color .hover_color_wrapper .single_icon i {
    font-size: 40px !important;
	}

	.box-business_border .hover_color .hover_color_wrapper .single_icon i::before {
		margin-right: -3px !important;
	}
}

/* footer */
footer .wpcf7-form input[type="submit"] {
	margin-top: -18px;
}

.footer-wiget-head-1 {
	margin-bottom: -12px;
}

.footer__menu {
	align-items: flex-start;
}

.footer__menu li br {
	display: none;
}

.footer__menu_img {
	display: inline-block;
	text-align: center;
	width: 32px;
	margin-right: 10px;
}

.footer__menu_img img {
	margin: auto;
}

@media all and (max-width: 959px) {
	footer .widget h3 {
		font-size: 24px !important;
	}
}

/* block-video-city */

.block-video-city .section_video {
	max-height: 144px;
}

/* play_video_block */

.play_video_block__button_play {
	font-size: 0;
	color: transparent;
	padding: 15px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 150px;
    position: absolute;
    width: 170px;
    height: 170px;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.icon_before.icon_play:before {
	width: 24px;
	height: 30px;
	background-color: #fff;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .7s;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
}

.play_video_block__button_play:hover {
    background-color: #fff;
}

.icon_before.icon_play:before {
    -webkit-mask-image: url(/wp-content/uploads/2022/07/play.svg);
    mask-image: url(/wp-content/uploads/2022/07/play.svg);
}

.play_video_block__button_play:hover:before {
    background-color: #000;
}

.play_video_block__button_play:after {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/07/text_button_play.svg);
    mask-image: url(/wp-content/uploads/2022/07/text_button_play.svg);
    background-color: #fff;
    width: 145px;
    height: 145px;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-name: rotation;
    animation-name: rotation;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.play_video_block__button_play:hover:after {
    background-color: #000;
}

.grecaptcha-badge {
	/* display: none !important; */
	opacity: 0 !important;
	visibility: hidden !important;
	position: relative;
	z-index: -1;

}
