.main-page {
	display:flex;
	padding: 15px 0 0;
}
.side_menu {
    box-shadow: 0 0 6px #00000080;
	margin-bottom:25px;
}
.side_menu > ul {
    padding: 0;
    margin: 0;
}
.side_menu__a {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    font-weight: 700;
	font-size: 15px;
	position: relative;
	transition: background 0.3s;
}
.side_menu__a.more_menu::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    z-index: 2;
    border-top: 6px solid transparent;
    border-left: 6px solid #6D6E71;
    border-bottom: 6px solid transparent;
	transition: all 0.3s;
}
.side_menu__a:hover::after {
    transform: rotate(180deg);
}
.side_menu__a:hover {
	background:#DB9F1C;
}
.side_menu .bonus_menu a {
    display: flex;
    background: #E34D12;
    color: #fff;
	align-items: center;
	padding: 15px 25px;
}
.side_menu .bonus_menu a::after {
	border-left: 6px solid #FFF;
}
.side_menu .bonus_menu a img {
    margin-right: 10px;
}
.main_content {
    width: 100%;
	margin-left: 25px;
}
.main_sliders {
	display:flex;
	justify-content:space-between;
}
.main_sliders .big_slider {
    position: relative;
    width: 830px;
    margin-right: 25px;
	/*max-width: 800px;*/
	box-shadow: 0 0 6px #00000080;
}
.main_sliders .small_slider {
    margin-left: auto;
	box-shadow: 0 0 6px #00000080;
}
.right_banner {
    width: 331px;
    box-shadow: 0 0 6px #00000080;
    display: flex;
    flex-direction: column;
}
.link_block {
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: ;
    justify-content: center;
}
.small_banner img {
    width: 100%;
}
.link_block a {
    padding: 10px 40px;
    text-decoration: none;
}
.link_block a img {
    margin-right: 10px;
}
.link_block a span {
    border-bottom: 1px dashed #00000060;
}
.link_block a:hover span {
	color:#E34D12;
	border-color:#E34D12;
}
h2 {
    text-align: center;
    margin: 60px auto 40px;
    font-size: 40px;
    font-weight: 600;
    font-family: Montserrat;
}
.we_top {
    position: relative;
}
.we_top > .row {
	box-shadow: 0 0 6px #00000060;
	padding: 20px 20px 0;
	width: 100%;
	left: 10px;
	position: relative;
	border-radius: 8px;
}
.catalog-section .product-item-title {
    text-align: left;
}
.catalog-section .product-item-price-container {
    text-align: left;
}
.brend_content {
    position: relative;
	color: #fff;
	padding:30px;
}
.brend_content::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/brend_fon.jpg);
	background-size: cover;
	background-position: left center;
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 10px;
}
.brend_content div {
/*    z-index: 2;*/
    position: relative;
}
.brend_content__top {
    display: flex;
    align-items: center;
	margin-bottom: 25px;
}
.brend_content__top img {
    margin: 0 40px;
}
.brend_content__top_text h3 {
    color: #DB9F1C;
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 500;
	margin-bottom: 20px;
}
.brend_content__top_text p {
    font-size: 15px;
}
.brend_content__mid {
    display: flex;
    justify-content: space-between;
    text-align: center;
	margin-bottom: 25px;
}
.brend_content__mid img {
    height: 100%;
    max-height: 120px;
}
.brend_content__mid span {
    display: block;
    margin-top: 25px;
	font-size: 15px;
	padding: 0 11px;
	text-align: left;
}
.brend_content__goods {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    margin: 25px auto 50px;
}
.brend_content__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 25px;
}
.brend_content__bottom img {
    margin-right: 25px;
}
.brend_content__bottom_text {
    font-weight: 500;
    font-size: 27px;
    line-height: 28px;
}
.brend_content__bottom_text a {
    color: #DA9E1C;
}
.brend_content__bottom_text a:hover {
	text-decoration:none;
}
.brend_dop {
    padding: 0 20px;
    margin-bottom: 60px;
}
.info_block {
    position: relative;
    padding: 20px 0;
    margin-top: 100px;	
}
.info_block h2 {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.info_block::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    display: block;
    background-color: #DB9F1C;
    background-size: cover;
    background-position: left center;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.info_block__h3 {
    color: #000;
    font-size: 15px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.info_block__content {
    margin-top: 40px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 6px #00000060;
    border-radius: 0 6px 6px 0;
    margin-bottom: 20px;
}
.contact_block__content {
    position: relative;
    color: #fff;
	padding: 0;
	height: 550px;
}
/*.contact_block__content::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    display: block;
    background-image:url(../images/contact_map.jpg);
	background-size: cover;
	background-position: left center;
	z-index: -1;
	top: 0;
	left: 0;
	box-shadow: 0 0 6px #00000060;
}*/
.contact_block__info {
    width: 460px;
    height: 430px;
    background: #231F20;
    padding: 50px 40px 40px;
    margin: 40px auto 40px 25px;
	border-radius: 8px;
	box-shadow: 0 0 6px #00000080;
	position: absolute;
	top: 20px;
}
#map {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
	border-radius: 8px 0 0 0;
	box-shadow: 0 2px 8px #00000050;
	overflow: hidden;
}
.contact_block__info_top {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #6D6E71;
}
.contact_block__info_text {
    margin-left: 30px;
    font-size: 13px;
    font-weight: 300;
}
.contact_block__info_bottom > div {
    margin: 15px 0;
}
.contact_block__info_bottom > div > img {
    margin-right: 15px;
}
.info_block .card > a {
    height: 160px;
    overflow: hidden;
	position: relative;
}
.info_block .card a::before {
    content: "";
    background: #ffffff50;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.info_block .card:hover a::before {
    opacity: 1;
}
.info_block .card-body {
    padding: 1rem 0 0;
}
.info_block h4 a {
    font-size: 15px !important;
    text-decoration: none;
    font-family: Montserrat !important;
}
.info_block .card-text {
	font-size: 15px;
	margin: 0;
	line-height: 20px;
	min-height: 100px;
	display: block;
}
.info_block .card {
    border: 0;
    border-radius: 0;
}
.info_block .news-list-more {
    display: none;
}
.news-list-view.news-list-post-params {
    margin-top: 20px;
}
.left_sec {
    min-width: 227px;
}
.left_scroll_block {
    max-width: 227px;
	z-index: 5;
	position:relative;
}
.left_scroll {
	position: sticky;
	top: 0;
	margin-bottom: 20px;
	padding-top: 80px;
}
.we_top__contents {
    box-shadow: 0 3px 8px #00000050;
    padding: 25px 25px 10px;
    border-radius: 8px;
}
.we_top__menu, .info_block__menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.we_top__menu_ul a, .info_block__menu_ul a {
    margin-right: 60px;
}
.we_top__menu a, .info_block__menu a {
    text-decoration: none;
    border-bottom: 1px dashed #707070;
    padding-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
	margin: 0 25px;
}
.we_top__menu_li.active, .info_block__menu_li.active {
    border: 1px solid #DB9F1C;
    padding: 10px 25px;
    border-radius: 8px;
	margin: 0;
}
.we_top__content_li, .info_block__content_li {
    display: none;
}
.we_top__content_li.active, .info_block__content_li.active {
    display: block;
}
.brend_content__more {
    text-align: center;
    margin: 15px auto;
}
.brend_content__more a {
    background: #DB9F1C;
    font-weight: 600;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.brend_content__more a {
    background: #FFB104;
}
.soc_left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.small_banner {
    position: relative;
    width: 100%;
    height: 340px;
}
.slide2_inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}
.slide2_button {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background: #231F20;
    border-radius: 10px;
    font-size: 13px;
    display: inline-block;
    transition: color 0.3s;
}
.slide2_button:hover {
    color: #DB9F1C;
}
.brend_dop__inner ul {
    padding: 0;
}
.brend_dop__inner_li a {
    width: 150px;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
    margin: 5px;
	position:relative;
}
.brend_dop__inner_li a:hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff50;
    z-index: 2;
}
.brend_dop__inner_li {
    display: inline-block;
}
.main_button__a {
	color:#DA9E1C !important;
}
#vk_groups {
    width: 227px !important;
}
#vk_groups iframe {
    width: 227px;
}
.wcommunity_wrap > div {
    width: 200px !important;
}