@import "../../libs/uikit/css/uikit.min.css";

@font-face {
	font-display: swap;
	font-family: Gilroy-Regular-oh5;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Gilroy-Regular.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Montserrat-Regular-oh5;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Montserrat-Regular.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Montserrat-Medium-oh5;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Montserrat-Medium.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Montserrat-SemiBold-oh5;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Montserrat-Bold-oh5;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Montserrat-Bold.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Montserrat-ExtraBold-oh5;
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2")
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: orange;
	color: #fff
}

::selection {
	background-color: orange;
	color: #fff
}

input,
textarea {
	outline: none
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

body {
	color: #333;
	font-family: Gilroy-Regular-oh5, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	min-width: 320px;
	overflow-x: hidden;
	position: relative
}

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

.center {
	text-align: center
}

.none {
	display: none
}

main {
	position: relative
}

a {
	color: #37373a
}

a:focus,
a:hover {
	color: #bd4635
}

.btn-primary {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #bd4635;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 18px;
	text-decoration: none;
	text-transform: uppercase
}

.btn-primary:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28.98%, #9d392b), to(#bd4635));
	background: -o-linear-gradient(top, #9d392b 28.98%, #bd4635 100%);
	background: linear-gradient(180deg, #9d392b 28.98%, #bd4635);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
	color: #fff;
	text-decoration: none
}

.btn-primary.active,
.btn-primary:active {
	background: #d26f60
}

.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
	color: #fff
}

.btn-primary.disable,
.btn-primary:disabled {
	background: #b5b5b9
}

.header {
	background-color: #fff
}

.header .uk-navbar,
.header .uk-navbar-left {
	height: 91px
}

.header-menu {
	background-color: #fff;
	border-bottom: .4px solid rgba(0, 0, 0, .1);
	border-top: .4px solid rgba(0, 0, 0, .1);
	position: relative
}

.header-menu .info-call {
	display: none
}

.header-menu .uk-navbar-nav {
	background-color: transparent;
	gap: 26px
}

.header-menu .uk-navbar-nav>li>a {
	color: #37373a;
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 12px;
	font-weight: 400;
	min-height: auto
}

.header-menu .uk-navbar-nav>li>a img {
	width: 8px
}

.header-menu .uk-navbar-nav>li>a:hover {
	color: #bd4635
}

.header-menu .uk-navbar-nav>li>a:hover svg path {
	fill: #bd4635
}

.header-menu .uk-navbar-dropdown {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	padding: 30px;
	width: auto
}

.header-menu .uk-navbar-dropdown .uk-navbar-dropdown-nav {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase
}

.header-menu .uk-navbar-dropdown .uk-navbar-dropdown-nav>li.uk-active {
	color: #bd4635
}

.header-menu .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a {
	color: #37373a;
	padding: 0 0 20px
}

.header-menu .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a:hover {
	color: #bd4635
}

.header-menu .uk-navbar-dropdown .uk-navbar-dropdown-nav>li:last-child a {
	padding-bottom: 0
}

.header .header-top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	height: 91px;
	justify-content: space-between;
	position: relative
}

.header .header-top,
.header .header-top .header-search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header .header-top .header-search {
	background: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.header .info-item {
	font-family: Montserrat-Medium-oh5, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	padding-left: 20px;
	position: relative
}

.header .info-item .icon {
	left: 0;
	position: absolute
}

.header .info-item:last-child a {
	color: #bd4635
}

.header .info-item:last-child span {
	color: #bd4635;
	display: block;
	font-family: Montserrat-Bold-oh5, sans-serif;
	font-size: 14px;
	font-weight: 400
}

.header .info-item:last-child span:last-child {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 8px;
	text-transform: uppercase
}

.header .nav-lang {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 16px;
	font-weight: 400
}

.header .nav-lang a {
	text-decoration: none;
	text-transform: uppercase
}

.header .nav-lang .uk-dropdown {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 16px;
	min-width: auto;
	padding: 5px
}

.header .nav-lang ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative
}

.header .nav-lang ul li {
	margin: 0;
	padding: 0
}

.header .nav-lang ul li.active {
	display: block
}

.header .nav-lang ul li.drop {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
	display: none;
	left: 0;
	padding: 2px 5px;
	position: absolute;
	top: 25px;
	z-index: 2
}

.header .nav-lang ul li.drop svg {
	display: none
}

.header .header-top_logo .a,
.header .header-top_logo a {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #bf3e2a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase
}

.header .header-top_logo .a span,
.header .header-top_logo a span {
	line-height: 14px;
	margin-left: 9px
}

.header .header-top_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 43px
}

.header .header-top_info .top_info-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px
}

.header .header-top_info .top_info-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px
}

.mob-menu {
	display: none
}

.mob-menu a {
	display: block;
	padding: 3px
}

.mob-menu a.active {
	background-color: #f2f2f2;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

.mob-menu span {
	background-color: #242424;
	display: block;
	height: 2px;
	width: 24px
}

.mob-menu span:nth-child(2) {
	margin: 5px 0
}

@media only screen and (max-width:1250px) {
	.header .header-top_info .top_info-items {
		gap: 30px
	}

	.header .header-top_info .top_info-items .info-call {
		display: none
	}

	.header-menu .info-call {
		display: block;
		font-family: Montserrat-Medium-oh5, sans-serif;
		font-size: 12px;
		font-weight: 400;
		position: relative
	}

	.header-menu .info-call .icon {
		display: inline-block
	}

	.header-menu .info-call span {
		color: #bd4635;
		font-family: Montserrat-Bold-oh5, sans-serif;
		font-weight: 400
	}

	.header-menu .info-call span a {
		color: #bd4635;
		letter-spacing: .75px
	}

	.header-menu .info-call span:last-child {
		display: block;
		font-family: Montserrat-SemiBold-oh5, sans-serif;
		font-size: 8px;
		text-transform: uppercase
	}

	.header-menu .uk-navbar-nav {
		display: none
	}

	.mob-menu {
		display: block
	}
}

@media only screen and (max-width:920px) {
	.header .header-top_info .top_info-items {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.header .header-top {
		height: 62px
	}

	.header .header-top_logo .a,
	.header .header-top_logo a {
		color: #000;
		font-size: 8px
	}

	.header .header-top_logo .a span,
	.header .header-top_logo a span {
		line-height: 1.2em;
		margin-left: 2px
	}

	.header .header-top_logo img,
	.header .header-top_logo svg {
		width: 77px
	}

	.header .uk-navbar,
	.header .uk-navbar-left {
		height: 62px
	}
}

.footer {
	background-color: #f2f2f2;
	margin-top: 0;
	padding: 110px 0 18px;
	position: relative
}

.footer:before {
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.footer-footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 114px
}

.footer-links {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.footer-links li {
	line-height: 1.2em;
	margin-bottom: 20px
}

.footer-links li:last-child {
	margin-bottom: 0
}

.footer-links a {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase
}

.footer-location ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.footer-location ul li {
	font-family: Montserrat-Regular-oh5, sans-serif;
	font-size: 14px;
	margin-bottom: 20px
}

.footer-location ul li span {
	display: block;
	font-family: Montserrat-Bold-oh5, sans-serif;
	font-size: 12px;
	text-transform: uppercase
}

.footer-location ul .action {
	padding-left: 18px;
	position: relative
}

.footer-location ul .action img,
.footer-location ul .action svg {
	left: 0;
	position: absolute;
	top: 4px
}

.footer-location ul .action span {
	text-transform: none
}

.footer-location ul .action-email {
	font-family: Montserrat-Medium-oh5, sans-serif;
	font-weight: 400
}

.footer-location ul .action-phone {
	font-family: Montserrat-Bold-oh5, sans-serif;
	font-size: 16px
}

.footer-location ul .action-phone img {
	top: 5px
}

.footer-location ul .action-phone a {
	color: #bd4635
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.footer-social li {
	margin-left: 27px
}

.footer-social li:first-child {
	margin-left: 0
}

.footer-copy {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Montserrat-Medium-oh5, sans-serif;
	font-size: 10px;
	justify-content: center
}

.footer-copy span:nth-child(2) {
	margin: 0 10px;
	padding: 0 10px;
	position: relative
}

.footer-copy span:nth-child(2):before {
	content: "|";
	left: 0;
	position: absolute;
	top: 0
}

.footer-copy span:nth-child(2):after {
	content: "|";
	position: absolute;
	right: 0;
	top: 0
}

.footer-logo .a,
.footer-logo a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	color: #bf3e2a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase
}

.footer-logo .a span,
.footer-logo a span {
	line-height: 17px;
	margin-top: 6px
}

@media only screen and (max-width:900px) {
	.footer-copy {
		font-size: 8px
	}

	.footer-logo img {
		width: 95px
	}

	.footer-links li {
		margin-bottom: 14px
	}

	.footer-location ul li {
		font-size: 10px
	}

	.footer-location ul li span {
		font-size: 12px
	}

	.footer-social li {
		margin-left: 15px
	}
}

@media only screen and (max-width:768px) {
	.footer {
		margin-top: 40px
	}

	.footer-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 75px
	}

	.footer-logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%;
		order: 1
	}

	.footer-logo svg {
		width: 94px
	}

	.footer-links {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-box-flex: 1;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 40px 0;
		order: 3
	}

	.footer-links li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%
	}

	.footer-links li,
	.footer-links li a {
		line-height: 1.2em
	}

	.footer-location {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		order: 4
	}

	.footer-location ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer-location ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%;
		margin-bottom: 40px
	}

	.footer-location ul .action {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin-bottom: 20px
	}

	.footer-social {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%;
		flex: 1 0 48%;
		order: 2
	}

	.footer-copy {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 6px
	}

	.footer-copy span:after,
	.footer-copy span:before {
		display: none
	}

	.footer-copy span:nth-child(2) {
		margin: 0;
		padding: 0
	}
}

.fform {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: center;
	width: 100%
}

.fform>div {
	display: block;
	max-width: 370px;
	width: 100%
}

.fform .input {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
	font-family: Gilroy-Regular-oh5, sans-serif;
	font-size: 12px;
	outline: none;
	padding: 10px 14px;
	width: 100%
}

.fform .input~label {
	background: #fff;
	bottom: 10px;
	font-size: 12px;
	left: 14px;
	line-height: 1.2em;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 10px;
	white-space: nowrap
}

.fform input:active~label,
.fform input:focus~label {
	display: none
}

.fform input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .16)
}

.fform input::-moz-placeholder {
	color: rgba(0, 0, 0, .16)
}

.fform input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .16)
}

.fform input::-ms-input-placeholder {
	color: rgba(0, 0, 0, .16)
}

.fform input::placeholder {
	color: rgba(0, 0, 0, .16)
}

.fform .input-error {
	bottom: -18px;
	color: #d73232;
	display: none;
	font-size: 12px;
	position: absolute
}

.fform input[type=submit] {
	border: none;
	cursor: pointer;
	outline: none
}

.fform input.error {
	border: 1px solid #d73232
}

.fform .btn-primary,
.fform a {
	display: block;
	margin-top: 25px;
	max-width: 370px;
	text-align: center;
	width: 100%
}

.fform .form_bg {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: auto
}

.fform .form-title {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase
}

.grid-success {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.grid-success .form-title {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase
}

.grid-success p {
	color: #37373a;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center
}

.grid-modal-success {
	padding: 175px 0
}

.grid-modal-success .form-title {
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase
}

.grid-modal-success p {
	color: #37373a;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center
}

.uk-modal-body {
	background-color: #fafafa;
	max-width: 1030px !important;
	padding: 0;
	width: 95vw
}

.grid-modal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.grid-modal>div {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.grid-modal .modal-form {
	padding: 50px 10px
}

.grid-modal .modal-bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

@media only screen and (max-width:768px) {
	.uk-modal-body {
		width: 80vw
	}

	.grid-modal .modal-bg {
		display: none
	}

	.grid-modal .modal-form {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 50px
	}
}

@media only screen and (max-width:480px) {
	.uk-modal-body {
		width: 95vw
	}

	.grid-modal .modal-form {
		padding: 50px 25px
	}
}

.sub-leader {
	margin-top: 40px;
	position: relative
}

.sub-leader .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	min-height: 400px;
	overflow: hidden;
	padding: 40px;
	position: relative
}

.sub-leader .item>* {
	z-index: 1
}

.sub-leader .item .h2,
.sub-leader .item .h4 {
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0
}

.sub-leader .item .h2 {
	font-family: Montserrat-ExtraBold-oh5, sans-serif;
	font-size: 26px;
	line-height: 1.2em;
	text-transform: uppercase
}

.sub-leader .item .h4 {
	font-family: Gilroy-Regular-oh5, sans-serif;
	font-size: 18px;
	margin: 8px 0 24px
}

.sub-leader .item:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(-30%, #323232), to(hsla(0, 0%, 9%, 0)));
	background: -o-linear-gradient(left, #323232 -30%, hsla(0, 0%, 9%, 0) 100%);
	background: linear-gradient(90deg, #323232 -30%, hsla(0, 0%, 9%, 0));
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@media only screen and (max-width:992px) {
	.sub-leader .item {
		min-height: 325px;
		padding: 25px
	}

	.sub-leader .item .h2 {
		font-size: 16px
	}

	.sub-leader .item .h4 {
		font-size: 14px;
		line-height: 18px;
		margin: 6px 0 15px
	}
}

#mmenu {
	outline: none
}

#mmenu .uk-offcanvas-bar {
	background-color: #fff;
	color: #37373a;
	padding: 10px 15px;
	width: auto
}

#mmenu .uk-offcanvas-close svg {
	height: 18px;
	width: 18px
}

#mmenu .uk-offcanvas-close svg line {
	stroke: #37373a
}

.foot {
	margin-bottom: 30px;
	position: relative
}

.foot .foot_info-items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

.foot .info-item {
	font-family: Montserrat-Medium-oh5, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding-left: 20px;
	position: relative
}

.foot .info-item .icon {
	left: 0;
	position: absolute
}

.wrapper-mmenu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	color: #37373a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 40px;
	position: relative
}

.wrapper-mmenu a {
	text-decoration: none
}

.wrapper-mmenu .list-menu {
	position: relative
}

.wrapper-mmenu .list-menu>.menu-item {
	margin-bottom: 30px
}

.wrapper-mmenu .list-menu>.menu-item:last-child {
	margin-bottom: 40px
}

.wrapper-mmenu .list-menu>.menu-item .item-title {
	color: #37373a;
	font-family: Montserrat-SemiBold-oh5, sans-serif;
	font-size: 16px;
	position: relative;
	text-transform: uppercase
}

.wrapper-mmenu .list-menu>.menu-item .item-title svg {
	position: absolute;
	right: -10px;
	top: 4px
}

.wrapper-mmenu .list-menu .item-content {
	display: none
}

.wrapper-mmenu .list-menu .item-content.active {
	display: block
}

.wrapper-mmenu .list-menu .sublist-menu {
	margin-top: 35px
}

.wrapper-mmenu .list-menu .sublist-menu .menu-item {
	margin-bottom: 30px
}

.wrapper-mmenu .list-menu .sublist-menu .item-title {
	font-size: 14px
}

.wrapper-mmenu .list-menu .menu-item.active {
	display: block
}

.wrapper-mmenu .list-menu .menu-item.active .item-title.parent {
	color: #bd4735
}

.wrapper-mmenu .list-menu .menu-item.active .item-title.parent svg,
.wrapper-mmenu .list-menu .menu-item.disable {
	display: none
}

@media only screen and (max-width:480px) {
	#mmenu .uk-offcanvas-bar {
		width: 80vw
	}
}
.subblock {
	margin-top: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr)
}
.subblock__img img {
	border-radius: 5px;
}
.subblock__text {
	background-color: #f2f2f2;
	padding: 25px;
	border-radius: 5px;
}
.subblock__text p {
	margin: 10px 0;
	line-height: 18px;
}
.subblock__text_title {
	color: #bd4735;
	font-family: Montserrat,sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 15px 0;
	text-transform: uppercase;
}
@media only screen and (max-width:768px) {
	.subblock {
		grid-template-columns: 1fr
	}
}