header {
	display: flex;
	justify-content: space-between;
	height: 135px;
	margin: 0 11.2% 0 0;
}

header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	background: #fff;
}

#menu-button {
	transition: all .5s;
	display: none;
}

header nav {
	display: flex;
	align-items: center;
}

header nav a {
	border-bottom: 2px solid transparent;
	font-size: 23px;
	color: #fff !important;
	margin: 0 0 0 70px;
}

header nav a:hover,
header nav a.a {
	border-color: #fff;
	text-decoration: none;
}

header nav section {
	display: none !important;
}


main {
	height: calc(100vh - 270px);
	background: #fff;
	margin: 0 11.2% 0 0;
}


#main-slider {
	width: 100%;
	height: 100%;
	background: #302f42;
	position: relative;
}

#main-slider ul {
	width: 100%;
	height: 100%;
	position: relative;
}

#main-slider ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	transition: all .5s;
}

#main-slider ul li.a {
	opacity: 1;
	z-index: 11;
}

#main-slider ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* filter: grayscale(); */
	opacity: .8;
}

#main-slider ul li div {
	position: absolute;
	top: 50%;
	right: 8%;
	width: 60%;
	padding: 20px;
	background: #0004;
	color: #fff;
	line-height: 1.15;
	text-align: right;
	transform: translateY(-50%);
}

#main-slider ul li div strong {
	font-weight: 400;
	font-size: 95px;
}

#main-slider ul li div p {
	font-size: 47px;
	font-weight: 300;
	margin: 0;
}

#main-slider section {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 40px;
	right: 8%;
	padding: 0 20px;
	background: #0004;
	color: #fff;
	z-index: 20;
}

#main-slider section a {
	width: 49px;
	padding: 20px 0;
}

#main-slider section a.left {
	background: url(../i/arr-left.svg) no-repeat 0 50%;
}

#main-slider section a.right {
	background: url(../i/arr-right.svg) no-repeat 100% 50%;
}

#main-slider section span {
	font-size: 24px;
	font-weight: 300;
	margin: 0 20px;
}

#main-slider section span i {
	font-size: 40px;
	font-style: normal;
}


.content-with-img {
	display: flex;
	height: 100%;
}

.content-with-img img {
	/* width: 660px; */
	object-fit: cover;
}

.article-with-scroll {
	padding: 20px 20px 70px 70px;
	width: 100%;
}

.article-with-scroll>section {
	height: 100%;
	padding: 0 35px 0 0;
	overflow: auto;
	scrollbar-color: #c7c7c7 #f6f6f6;
	scrollbar-width: thin;
}

.article-with-scroll>section::-webkit-scrollbar {
	width: 5px;
}

.article-with-scroll>section::-webkit-scrollbar-track {
	background: #f6f6f6;
}

.article-with-scroll>section::-webkit-scrollbar-thumb {
	background: #c7c7c7;
}

.article-with-scroll>section>article {}

article {}

article ul,
article ol {}

article ul {
	list-style: square;
}

article ol {}

article ul li,
article ol li {
	margin: .2em 2em;
}

article ul li {}

article ol li {}

article ol ol {
	list-style: lower-roman;
}

article table {
	margin: 1em 0;
}

article table th,
article table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

article table th {
	background: #fafafa;
	vertical-align: top;
}

article table td {}


footer {
	display: flex;
	height: 135px;
}

footer section,
header nav section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	background: #fff;
}

footer section>*,
header nav section>* {
	margin: 0 4%;
}

footer section>a,
header nav section>a {
	display: flex;
	align-items: center;
}

footer section>a img,
header nav section>a img {
	margin: 0 20px 0 0;
}

footer section .soc,
header nav section .soc {
	display: flex;
	align-items: center;
}

footer section .soc a,
header nav section .soc a {
	width: 25px;
	margin: 0 15px;
}

footer section .soc a img,
header nav section .soc a img {
	display: block;
	margin: 0 auto;
}

footer aside {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 38.8%;
	padding: 0 0 20px;
	position: relative;
}

footer aside a.dev {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 10%;
}

footer aside a.dev span {
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	margin: 0 20px 0 0;
}

footer aside a.dev img {
	vertical-align: middle;
	margin: 5px 0;
}

footer aside .store {
	display: flex;
}

footer aside .store a {
	margin: 0 0 0 20px;
}

footer aside .store a img {
	display: block;
}

footer aside .b-links {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	font-size: 12px;
	text-align: center;
}

footer aside .b-links a {
	color: #fff;
	margin: 0 10px;
}


.b24-widget-button-position-bottom-left {
	bottom: 180px !important;
}

a.btn-ez-pass {
	background-color: #fff;
	color: #302f42 !important;
	padding: 5px 10px 0 10px;
}

.form-wrp {
	display: block;
}

.form-wrp-row {
	max-width: 573px;
}

.form-field-wrp {
	padding: 0 15px;
	flex-grow: 1;
}

.form-row-column {
	margin: 0 -15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-wrp .button {
	background: #302f42;
	border: 1px solid #302f42;
}

.form-wrp .button:focus,
.form-wrp .button:hover {
	background: #4a4865;
}

.form-wrp .button.button-border {
	background: #fff !important;
	color: #302f42 !important;
}

.form-wrp .button.button-link {
	border: none;
	text-decoration: underline !important;
}

.form-wrp .button.button-link:hover {
	border: none;
	text-decoration: none !important;
}

.form-wrp .button:focus,
.form-wrp .button:hover {
	background: #4a4865;
}

.grid-result {
	margin-top: 30px;
}

.grid-result__empty {
	text-align: center;
}

.preloader-wrp img {
	width: 100px;
}

.preloader-wrp.active {
	display: flex !important;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 40%);
	z-index: 4;
	justify-content: center;
	align-items: center;
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
}

.hide {
	display: none;
}

.js-ez-search-plate {
	text-decoration: underline;
}

.js-ez-search-plate:hover {
	text-decoration: none;
}