
.h1 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: 500;
	color: #1c1c1c
}

@media(max-width:767px) {

	.h1 {
		font-size: 36px
	}
}


.h2 {
	font-size: 42px;
	line-height: 1.19;
	margin-bottom: 15px;
	font-weight: 500;
	color: #1c1c1c
}

@media(max-width:767px) {

	.h2 {
		font-size: 30px
	}
}


.h4 {
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 39px;
	font-weight: 500;
	color: #1c1c1c
}

@media(max-width:767px) {

	.h4 {
		font-size: 23px
	}
}


.h5 {
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 39px;
	font-weight: 500;
	color: #1c1c1c
}

@media(max-width:767px) {
	.h5 {
		font-size: 18px
	}
}

.h6 {
	font-size: 18px;
	line-height: 1.39;
	margin-bottom: 39px
}
.body--fixed
{
	overflow: hidden;
}

.baza
{
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
}
.baza__wrap
{
	display: flex;
	flex-wrap: wrap;
	min-height: 100%;
}
.baza__aside
{
	width: 300px;
	padding-right: 20px;
	min-height: 100%;
}

.baza-menu__link
{
	display: block;
	text-decoration: none;

	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(190, 193, 197, .3);
	color: #5c646d;
	font-size: 16px;
	line-height: 130%;
	transition: .3s;
}
.baza-menu__item--parent > .baza-menu__link
{
	padding-right: 25px;
}
.baza-menu__item
{
	position: relative;
}
.baza-menu__list
{
	padding-left: 10px;
	display: none;
}
.baza-menu__arrow
{
	position: absolute;
	right: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transform-origin: 50% 9px;
	transition: .3s;
}
.baza-menu__arrow:before
{
	content: '';
	position: absolute;
	margin: auto 0;
	left: 6px;
	top: 7px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ed1c24;
}
.baza-menu__item--active > .baza-menu__arrow
{
	transform: rotate(180deg);
}
.baza-menu__link--lvl1
{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
}
.baza-menu__link:hover
{
	color: #ed1c24;
}
.baza-menu__link--active
{
	color: #ed1c24;
	pointer-events: none;
}

.baza__main
{
	width: calc(100% - 300px);
	padding-left: 20px;
	border-left: 1px solid rgba(190, 193, 197, .3);
}
.baza-main__content
{
	border-top: 1px solid rgba(190, 193, 197, .3);
	padding-top: 20px;
}
.baza--index .baza-main__content
{
	padding: 0;
	border: none;
}
.baza-main__content a:hover
{
	text-decoration: none;
}
.baza-main__content a
{
	word-break: break-all;
}
.baza-main__content img
{
	display: block;
	margin-bottom: 15px;
}
.baza__menu--sub
{
	display: inline-block;
	margin-bottom: 10px;
}

.baza__menu--sub .baza-menu__link
{
	border:  none;
	padding-bottom: 0;
}
.baza-menu__title
{
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 20px;
	font-weight: 500;
	color: #1c1c1c;
}

.baza-search__btn,
.baza-menu__btn
{
	color: #fff;
	background-color: #ed1c24;
	display: block;
	padding: 15px;
	border-radius: 30px;
	margin-bottom: 25px;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}
.baza-search__btn span,
.baza-menu__btn span
{
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.baza-search__btn span:before
{
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: -2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/search-white.svg);
}
.baza-menu__btn span:before
{
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: -2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/menu-white.svg);
}

/*.baza__search
{
	display: none;
}
.baza__search .search-page form
{
	padding-right: 0;
}
.baza__search .search-page form input[type="submit"]
{
	right: 0;
}*/
.baza__top
{
	display: none;
}
.baza-aside__close
{
	display: none;
	position: absolute;
	right: 25px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../images/close.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.baza-menu__item--lvl1 > .baza-menu__list
{
	display: block !important;
}
@media(max-width:  991px)
{

	.baza__wrap,
	.baza-aside__close
	{
		display: block
	}
	.baza__aside .baza-search__btn
	{
		display: none
	}
	.baza__aside
	{
		position: fixed;
		left: -100%;
		top: 0;
		width: 100vw;
		height: 100vh;
		overflow: auto;
		background-color: #fff;
		z-index: 9999;
		padding: 50px 15px 15px;
		transition: .3s;
	}
	.baza__aside--active
	{
		left: 0
	}
	.baza__main
	{
		width: 100%;
		border: none;
		padding-left: 0
	}
	.baza__top
	{
		display: block
	}
	.baza-search__btn, .baza-menu__btn
	{
		margin-bottom: 0;
		padding: 15px 20px;
		margin-right: 10px
	}

	.baza-top__wrap
	{
		display: flex;
		flex-wrap: wrap;
	}
	.baza
	{
		padding-top: 15px;
		padding-bottom: 15px
	}
	.baza-menu__title
	{
		font-size: 22px;
		margin-bottom: 10px
	}
	.baza__top
	{
		margin-bottom: 15px
	}
	.baza--index .baza__main
	{
		display: none
	}
	.baza--index .baza__aside
	{	
		position: static;
		padding: 0;
		width: 100%;
		height: auto
	}
}
@media(max-width:  460px)
{
	.baza-search__btn, .baza-menu__btn
	{
		width: 100%;
		margin-bottom: 10px
	}
	.baza-menu__link
	{
		font-size: 14px
	}
	.baza-menu__link--lvl1
	{
		font-size: 16px
	}
}

.baza-main__controls
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.baza-main__controls--bottom
{
	margin-top: 24px;
}
.baza-main__prev,
.baza-main__next
{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #1C1C1C;
	transition: .3s;
	position: relative;
}
.baza-main__prev:before,
.baza-main__next:before,
.baza-main__prev:after,
.baza-main__next:after
{
	content: '';
	width: 40px;
	height: 8px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .3s;
	top: calc(50% - 4px);
}
.baza-main__prev:after,
.baza-main__next:after
{
	opacity: 0;
}
.baza-main__prev:after,
.baza-main__prev:before
{
	left: 0;
}
.baza-main__next:after,
.baza-main__next:before
{
	right: 0;
}
.baza-main__prev:hover,
.baza-main__next:hover
{
	color: #ed1c24;
}
.baza-main__prev:hover:after,
.baza-main__next:hover:after
{
	opacity: 1;
}
.baza-main__prev:hover:before,
.baza-main__next:hover:before
{
	opacity: 0;
}
.baza-main__prev:before
{
	background-image: url("/local/templates/main/images/baza-arrow-l.svg");
}
.baza-main__prev:after
{
	background-image: url("/local/templates/main/images/baza-arrow-l-red.svg");
}
.baza-main__next:before
{
	background-image: url("/local/templates/main/images/baza-arrow-r.svg");
}
.baza-main__next:after
{
	background-image: url("/local/templates/main/images/baza-arrow-r-red.svg");
}
.baza-main__prev
{
	padding-left: 50px;
	text-decoration: none;
}
.baza-main__next
{
	padding-right: 50px;
	text-decoration: none;
	margin-left: auto;
}
@media(max-width:  400px)
{
	.baza-main__prev,
	.baza-main__next
	{
		font-size: 12px
	}
}