@media screen and (max-width: 1240px) {
	header {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.header--ui--search input[type="text"] {
		display: inline-block !important;
	}
	.wrapper {
		margin: 25px auto 0 auto;
	}
	header {
		padding: 0 20px;
		margin-bottom: 0;
	}
	.header--logo {
		float: none;
		margin: 0 auto 20px auto;
		max-width: 350px;
	}
	.header--logo svg {
		min-height: 50px;
	}
	.header--ui {
		float: none;
		margin: 0 auto;
		max-width: none;
	}
	.header--ui--contact {
		position: absolute;
		right: 60px;
		bottom: -30px;
		margin: 0;
		z-index: 5;
	}
	.header--ui--search {
		width: 100%;
		visibility: hidden;
		opacity: 0;
		height: 0;
		transition: all 0.3s ease;
	}
	.header--ui--search.active {
		height: 40px;
		opacity: 1;
		visibility: visible;
	}
	.header--ui--search form {
		margin: 0 -20px 0 -20px;
		white-space: nowrap;
	}
	.header--ui--search input[type="text"] {
		width: 90%;
		height: 40px;
		border-color: #e30613;
	}
	.header--ui--search input[type="submit"] {
		width: 10%;
		height: 40px;
	}
	.search--toggler {
		display: block;
		position: absolute;
		right: 20px;
		bottom: -30px;
		width: 20.5px;
		height: 20px;
		background: url("../../images/svg/ico-search-mobile.svg") 0 0 no-repeat;
		z-index: 5;
		cursor: pointer;
	}
}

@media screen and (max-width: 480px) {
	.header--ui--search input[type="text"] {
		width: 80%;
	}
	.header--ui--search input[type="submit"] {
		width: 20%;
		height: 40px;
	}
}

@media screen and (min-width: 1241px) {
	.full-site--btn {
		display: none !important;
	}
}

@media screen and (max-width: 1240px) {
	.footer-wrapper {
		padding: 0 20px;
		font-size: 0;
		text-align: justify;
	}
	.footer-wrapper::after {
		content: "";
		width: 100%;
		display: inline-block;
	}
	.footer--logo,
	.footer--partners,
	.footer--contact {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	.footer--partners {
		margin: 0;
	}
	.footer--contact {
		margin: 0;
	}
	.footer-signature {
		padding: 0 20px;
		text-align: justify;
	}
	.full-site--btn {
		display: inline-block;
	}
}

@media screen and (max-width: 1050px) {
	.footer--partners {
		max-width: 350px;
	}
}

@media screen and (max-width: 950px) {
	.footer-wrapper {
		text-align: center;
		padding: 20px;
	}
	.footer--logo {
		width: 67px;
	}
	.footer--contact {
		width: 100%;
		display: block;
		max-width: 415px;
		margin: 20px auto 0 auto;
		overflow: hidden;
	}
	.footer-i-home {
		display: none;
	}
	.footer--contact--links {
		display: inline-block;
		vertical-align: middle;
		min-width: 100px;
		text-align: left;
		float: left;
	}
	.footer-copy {
		padding-top: 5px;
		text-align: right;
		float: right;
	}
}

@media screen and (max-width: 600px) {
	footer {
		padding: 20px 0;
	}
	.footer--logo {
		display: block;
		margin: 0 auto 20px auto;
		width: 100%;
		max-width: 350px;
	}
	.footer--logo .footer--logo-svg {
		display: none;
	}
	.footer--logo .footer--logo-svg-2 {
		display: block;
		width: 100%;
		max-width: 350px;
		height: 61px;
		margin: 0 auto;
	}
	.footer--partners {
		display: block;
		margin: 0 auto 20px auto;
	}
	.footer--contact {
		max-width: 350px;
		white-space: nowrap;
	}
	.footer--contact--links {
		width: 25%;
		min-width: 85px;
		margin-right: 2%;
	}
	.footer-i-call {
		margin-right: 0;
	}
	.footer-copy {
		width: 67%;
		white-space: normal;
	}
	.footer-copy br:first-child {
		display: block;
	}
}

@media screen and (max-width: 1240px) {
	nav {
		padding: 0 20px;
	}
	nav > ul > li {}
	nav > ul > li > a {
		padding: 5px 22px;
	}
	nav > ul > .expandable ul li a {
  		padding: 15px 22px;
	}
	nav > ul > .expandable > a::after {
		right: 5px;
	}
	body nav > ul > .expandable ul li .expand-submenu-block > span {
	    left: 6px;
	}
	body nav > ul > .expandable ul li > ul li a {
	    padding: 7px 30px 7px 40px;
	}
	body nav > ul > .expandable ul li > ul li a::before {
	    left: 22px;
	}
}

@media screen and (max-width: 1100px) {
	nav {
		margin-bottom: 25px;
	}
	nav > ul {
		margin: 0;
	}
	nav > ul > li {
		margin-bottom: 10px;
	}
	nav > ul > li > a {
		font-size: 16px;
	}
}


/*@media screen and (min-width: 751px)*/

@media screen and (min-width: 1025px) {
	nav > ul > .expandable:hover > ul {
		display: block !important;
	}
}


/*@media screen and (max-width: 750px)*/

@media screen and (max-width: 1024px) {
	.nav--mobile-toggler {
		display: block;
		max-width: 115px;
		text-transform: uppercase;
		cursor: pointer;
	}
	.nav--mobile-toggler .stripe {
		display: inline-block;
		vertical-align: middle;
		margin-right: 13px;
		width: 17px;
		height: 3px;
		background-color: #e30613;
		position: relative;
		top: -2px;
	}
	.nav--mobile-toggler .stripe::before {
		content: "";
		position: absolute;
		top: -6px;
		left: 0;
		width: 17px;
		height: 3px;
		background-color: #e30613;
	}
	.nav--mobile-toggler .stripe::after {
		content: "";
		position: absolute;
		top: 6px;
		left: 0;
		width: 17px;
		height: 3px;
		background-color: #e30613;
	}
	nav {
		padding: 12px 0;
		max-height: 40px;
		margin-bottom: 20px;
		background-color: #dbdbdb;
		position: relative;
	}
	nav > ul {
		display: none;
		width: 100%;
		/*max-width: 320px;*/
		position: relative;
		top: 7px;
		left: 0;
		z-index: 15;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		border-bottom: 4px solid #e5e5e5;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	}
	nav > ul > li {
		width: 100%;
		margin-bottom: 0;
		background-color: white;
		border-left: 0;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
		position: relative;
		white-space: nowrap;
	}
	nav > ul > li:last-child {
		border-right: 0;
	}
	nav > ul > li > a {
		display: inline-block;
		font-size: 18px;
		padding: 15px 10px 13px 50px;
		height: 45px;
		width: 100%;
	}
	nav > ul > li > .expand-submenu + a {
		padding: 15px 10px 13px 0;
		width: 95%;
	}
	nav > ul > .expandable > a::after {
		display: none;
	}
	nav > ul > .expandable > a:hover::after {
		display: none;
	}
	nav > ul > .expandable:hover ul {
		display: none;
	}
	nav > ul > li:hover > a {
		background: none;
	}
	nav > ul > .expandable .expand-submenu {
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 0;
		left: 0;
		width: 5%;
		min-width: 50px;
		height: 45px;
		z-index: 15;
		cursor: pointer;
	}
	nav > ul > .expandable .expand-submenu::before {
		display: block;
		overflow: hidden;
		content: url("images/plus.svg");
		position: absolute;
		top: 50%;
		left: 20px;
		width: 11px;
		height: 11px;
		background: #e30613;
		margin-top: -5.5px;
		color: white;
		line-height: 11px;
		font-size: 12px;
		text-align: center;
	}
	nav > ul > li ul {
		position: static;
		width: 100%;
	}
	nav > ul > .expandable ul li {
		background-color: #f8f8f8;
	}
	nav > ul > .expandable ul li:hover {
		background-color: #f8f8f8;
	}
	nav > ul > .expandable ul li:hover a {
		color: #515151;
	}
	nav > ul > .expandable ul li a {
		padding: 12px 10px 10px 70px;
		position: relative;
		white-space: normal;
	}
	nav > ul > .expandable ul li a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 53px;
		margin-top: -2px;
		width: 5px;
		height: 5px;
		background-color: #e30613;
	}
	nav > ul > .expandable.submenu-expanded {
		background-color: #dbdbdb;
	}
	nav > ul > .expandable.submenu-expanded .expand-submenu::before {
		content: url("/local/components/minisol/menu/templates/.default/images/minus_white.svg");
		background: white;
		color: #e30613;
		line-height: 10px;
	}
	nav > ul > .expandable ul li .expand-submenu-block > span::before {
	    margin-top: -5px;
	}
	body nav > ul > .expandable ul li .expand-submenu-block > span {
	    left: 0;
	}
	body nav > ul > .expandable ul li > ul li a {
	    padding: 7px 10px 7px 60px;
	}
	body nav > ul > .expandable ul li > ul li a::before {
	    left: 41px;
	    margin-top: -2.5px;
		width: 5px;
		height: 5px;
	}
}

@media screen and (max-width: 1220px) {
	aside,
	.leftmenu {
		width: 27%;
		margin-right: 3%;
	}
}

@media screen and (max-width: 750px) {
	aside,
	.leftmenu {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 1220px) {
	.main-content {
		width: 70%;
		padding-right: 20px;
	}
}

@media screen and (max-width: 750px) {
	.main-content {
		width: 100%;
		float: none;
		padding-left: 20px;
	}
}

@media screen and (max-width: 1240px) {
	.materials {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 750px) {
	.materials h2 {
		display: block;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1220px) {
	.overview {
		text-align: center;
		font-size: 0;
	}
	.overview--block {
		max-width: none;
		margin-left: 1%;
	}
	.overview--block:first-child{
		margin-left: 0;
	}
	.overview--block h2 {
		margin-bottom: 10px;
	}
	.overview--block--content--item {
		width: 49%;
		height: 0;
		padding-bottom: 33%;
		margin-bottom: 5px;
		margin-right: 2%;
	}
}
@media screen and (max-width: 860px) {
	.overview--block {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.overview--block h2 {
		padding-bottom: 5px;
	}
	.overview--block--content {
		white-space: nowrap;
	}
	.overview--block--content--item {
		width: 24%;
		padding-bottom: 16%;
		margin: 0 0.5% 5px;
	}
	.overview--block--content::after {
		display: none;
	}
	.overview--block--content--item:nth-child(2n+2) {
		margin: 0 0.5% 5px;
	}
}

@media screen and (max-width: 640px) {
	.overview {
		margin-bottom: 0;
	}
	.overview--block {
		display: block;
		width: 100%;
		margin: 0 auto 30px;
	}
	.overview--block h2 {
		text-align: left;
		padding: 0 20px 5px 20px;
	}
	.overview--block--content {
		white-space: normal;
	}
	.overview--block--content::after {
		display: inline-block;
	}
	.overview--block div {
		text-align: center;
	}
	.overview--block--content--item {
		width: 48%;
		padding-bottom: 33%;
		margin-bottom: 5px;
		margin-right: 0.5%;
	}
	.overview--block--content--item:nth-child(2n+1) {
		margin-left: 1%;
	}
	.overview--block--content--item:nth-child(2n+2) {
		margin-right: 1%;
	}
}

@media screen and (max-width: 1240px) {
	.promo--slider--content h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.promo--slider,
	.promo--news {
		height: 470px;
	}
	.promo--slider--image {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.promo--slider--content {
		float: none;
		width: 100%;
		height: 195px;
		margin-top: 40px;
		padding: 0 40px 15px;
	}
	.promo--slider .slick-arrow {
		margin-top: 0;
	}
	.promo--slider .slick-dots {
		bottom: auto;
		top: 247px;
		width: 100%;
		text-align: center;
		right: auto;
	}
	.promo--slider--content h3 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.promo {}
	.promo--slider {
		display: block;
		width: 100%;
		height: auto
	}
	.promo--slider--content {
		height: auto;
		padding: 0 40px 25px;
	}
	.promo--slider .slick-arrow {
		top: 235px;
	}
	.promo--news {
		display: block;
		width: 100%;
		height: auto;
		background-color: white;
		padding-left: 0;
		padding-right: 0;
	}
	.promo--news .h1 {
		margin-bottom: 20px;
		padding: 0 20px 10px 20px;
		color: #515151;
	}
	.promo--news h1 {
		margin-bottom: 20px;
		padding: 0 20px 10px 20px;
		font-size: 18px;
		color: #515151;
		border-bottom: 4px solid #e30613;
	}
	.promo--news--list {
		padding: 0 20px;
	}
	.promo--news--list li a {
		display: inline-block;
	}
}

@media screen and (max-width: 430px) {
	.promo--slider--image {
		width: auto;
		max-height: 200px;
	}
	.promo--slider .slick-arrow {
		top: 200px;
	}
	.promo--slider .slick-dots {
		top: 212px;
	}
	.promo--slider--content {
		padding: 0 30px 15px;
	}
}

@media screen and (max-width: 1220px) {
	.main-content .company-property li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 850px) {
	.company-logo {
		float: none;
		margin: 20px auto;
		display: block;
	}
	.image-right {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.main-content .company-property {
		text-align: center;
	}
	.main-content .company-property li {
		text-align: left;
	}
}

@media screen and (max-width: 1220px) {
	.main-content .company-property li {
		width: 50%;
		margin: 0 0 20px 0;
		white-space: nowrap;
	}
	.main-content .company-property li p:first-child {
		width: 120px;
		text-align: right;
	}
}

@media screen and (max-width: 500px) {
	.main-content .company-property {
		margin-top: 20px;
	}
	.main-content .company-property li {
		width: 100%;
		border-bottom: 1px solid #dbdbdb;
	}
	.main-content .company-property li p:first-child {
		text-align: right;
	}
}


/* ---- */

@media screen and (max-width: 750px) {
	.promo {
		border-bottom: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 750px) {
	.image-left,
	.image-right {
		float: none;
		display: block;
		margin: 20px auto !important;
		max-width: 100% !important;
	}
}


/* START adaptive show/hide */

@media screen and (max-width: 750px) {
	.mob-show {
		display: inherit !important;
	}
	table.mob-show {
		display: table !important;
	}
	.mob-hide {
		display: none !important;
	}
}


/* END adaptive show/hide */


/* START images-list */

@media screen and (max-width: 1050px) {
	.images--list--item .images--list--item--name {
		font-size: 13px;
	}
}

@media screen and (max-width: 850px) {
	.images--list--item {
		width: 49%;
	}
	.images--list--item:nth-child(3n) {
		margin-right: 2%;
	}
	.images--list--item:nth-child(2n) {
		margin-right: 0;
	}
	.images--list--item .images--list--item--name {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	.images--list {
		justify-content: center;
	}
}

@media screen and (max-width: 500px) {
	.images--list--item .images--list--item--name {
		font-size: 13px;
	}
}

@media screen and (max-width: 430px) {
	.images--list--item {
		width: 100%;
		margin: 0 0 30px 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #dbdbdb;
	}
	.images--list--item .images--list--item--name {
		font-size: 14px;
	}
}


/* END images-list */


/* START table style */

@media screen and (max-width: 750px) {
	.main-content table .mob-cell-hide {
		display: none;
	}
	.main-content table .mob-cell-show {
		display: table-cell;
	}
	.main-content table.mob thead tr:nth-child(1) th:nth-child(2),
	.main-content table.mob td:nth-child(2) {
		border-left: none;
	}
	.main-content table.mob tr:nth-child(4n) {
		background-color: #fff !important;
	}
}


/* END table style */


/* START partials/materials-block/materials-block.css */

@media screen and (max-width: 1220px) {
	.materials--content {
		white-space: normal;
	}
	.materials--item {
		width: 32.66%;
		margin: 5px 0.5% 0;
	}
	.materials--item:nth-child(3n+1){
		margin-left: 0;
	}
	.materials--item:nth-child(3n+3){
		margin-right: 0;
	}
}

@media screen and (max-width: 560px) {
	.materials--item {
		width: 100%;
		margin: 0 0 1px 0 !important;
		padding: 10px 20px 10px 20px;
	}
	.materials--item span {
		max-width: 165px;
	}
	.materials--item--img {
		text-align: center;
		max-width: none;
	}
}


/* END partials/materials-block/materials-block.css */


/* START Contacts /pages/contacts/css/contacts.css */
@media screen and (max-width: 1000px) {
	.contacts-block--list {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.contacts-block--map {
		float: none;
		width: 100%;
	}
	.contacts-block--list {
		font-size: 0;
	}
	.contacts-block--list--item {
		display: inline-block;
		vertical-align: top;
		width: 47.5%;
	}
	.contacts-block--list--item:first-child {
		margin-top: 0;
		padding-top: 20px;
	}
	.contacts-block--list--item:last-child {
		border-bottom: 1px solid #dbdbdb;
	}
	.contacts-block--list--item:nth-child(2n+2) {
		margin-left: 5%;
	}
}

@media screen and (max-width: 550px) {
	.contacts-block--list--item {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 430px) {
	.contacts-block--list--item {
		display: block;
		width: 100%;
	}
	.contacts-block--list--item:last-child {
		border-bottom: 0;
	}
	.contacts-block--list--item:nth-child(2n+2) {
		margin-left: 0;
	}
	.contacts-block--list {
		margin-bottom: 0;
	}
	.contacts-block--map {
		margin-top: 10px;
	}
	.contacts-block--map .bx-google-map {
		max-height: 400px;
	}
}


/* END Contacts /pages/contacts/css/contacts.css */


/* START material list /components/bitrix/news/materials/bitrix/news.list/news/style.css */

@media screen and (max-width: 430px) {
	.accordeon > li .expanded-block > a {
		font-size: 14px;
	}
}

@media screen and (max-width: 430px) {
	.accordeon > li > a {
		font-size: 14px;
	}
	.accordeon > li > a::before {
		top: 12px;
	}
	.useful-materials--list--item span {
		font-size: 14px;
	}
}

@media screen and (max-width: 1050px) {
	.material--sidebar {
		display: none;
	}
	.material--main-content {
		width: 100%;
		float: none;
	}
	.material--tile-form {
		max-width: 250px;
		margin: 50px auto;
		text-align: center;
	}
	.tile--list {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tile--list--item--image::before,
	.tile--list--item--image:hover::before {
		content: "";
		position: absolute;
		top: 5px;
		left: auto;
		right: 5px;
		width: 35px;
		height: 35px;
		background-color: rgba(227, 6, 19, 0.5);
		border-radius: 50%;
	}
	.tile--list--item--image::after,
	.tile--list--item--image:hover::after {
		content: "";
		position: absolute;
		top: 13px;
		left: auto;
		right: 13px;
		width: 18px;
		height: 18px;
		background: url("images/ico-search.svg") 0 0 no-repeat;
	}
}

/* END material list /components/bitrix/news/materials/bitrix/news.list/news/style.css */


/* START material page /components/bitrix/news/materials/bitrix/news.detail/.default/style.css */


/* START material--tile */

@media screen and (max-width: 1050px) {
	.material--tile {
		position: static;
		width: 100%;
		float: left;
		margin: 0 20px 20px 0;
	}
	.material--tile-form {
		margin: 0;
	}
}

@media screen and (max-width: 430px) {
	.material--tile {
		width: 69%;
		margin: 0 0 20px;
	}
	.material--main-content p:first-child {
		clear: both;
	}
}


/* END material--tile */


/* START ico-years */

@media screen and (max-width: 1050px) {
	.custom-text .ico-years {
		float: right;
		margin: 0 0 20px !important;
		padding-top: 10px;
	}
	.custom-text .ico-years+p {
		clear: both;
	}
}

@media screen and (max-width: 850px) {
	.custom-text .ico-years + p {
		clear: both;
	}
}

@media screen and (max-width: 430px) {
	.custom-text .ico-years {
		width: 30% !important;
		margin: 0 0 20px !important;
	}
}


/* END ico-years */

@media screen and (max-width: 1000px) {
  .material--description li a {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .material--description li span {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 1000px) {
	.main-content .material--description li a {
		display: block;
		width: 100%;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.main-content .material--description li span {
		display: block;
		width: 100%;
		text-align: left;
	}
}

@media screen and (max-width: 430px) {
	.tile--list--item {
		width: 49%;
		margin-right: 2%;
	}
	.tile--list--item:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1051px) {
	.material--main-content {
		min-height: 550px;
	}
}

@media screen and (max-width: 1050px) {
	.material--main-content {
		padding-right: 0;
	}
	.material--product-overview {
		position: static;
		max-width: none;
	}
	.material--product-overview--image {
		width: 100%;
		max-width: 320px;
		height: 230px;
		margin: 0 auto 30px auto;
		background-position: center;
	}
	.material--product-overview--characteristics {
		text-align: center;
	}
	.material--product-overview--characteristics li:nth-child(3n+3) {
		margin-right: 10px;
	}
	.material--product-overview--useful {
		position: static;
		max-width: 100%;
		margin: 40px 0 30px;
	}
	.tile--list {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tile--list--item--image::before,
	.tile--list--item--image::after {
		opacity: 1;
	}
}

@media screen and (max-width: 500px) {
	.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
		padding: 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 430px) {
	.material--product-overview--characteristics li {
		width: 55px;
		height: 55px;
		margin-right: 5px;
	}
	.material--product-overview--characteristics li:nth-child(3n+3) {
		margin-right: 5px;
	}
	.material--product-overview--characteristics li:last-child {
		margin-right: 0;
	}
	.material--main-content h3 {
		text-transform: uppercase;
	}
}

@media screen and (max-width: 320px) {
	.material--product-overview--image {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
		max-width: none;
		background-position: center;
	}
}

/* END material page /components/bitrix/news/materials/bitrix/news.detail/.default/style.css */

@media screen and (max-width: 767px) {
	nav + * {
	    margin-top: 20px;
	}
	.header--ui {
	    position: absolute;
	    left: 0;
	    z-index: 999;
	    top: 78px;
	}
	nav {
	    position: absolute;
	    z-index: 998;
	    width: 100%;
	    box-sizing: border-box;
	    left: 0;
	    top: 103px;
	    transition: margin-top 0.3s ease;
	}
	nav > ul {
	    background: #fff;
	}
	.header--ui--search form {
	    margin: 0;
	}
	.search-active nav {
	    margin-top: 40px;
	}
	.header--logo {
		margin-bottom: 60px;
		transition: all 0.3s ease;
	}
	.search-active .header--logo {
		margin-bottom: 100px;
	}
	.fixed .header--ui {
	    position: fixed;
	    top: 0;
	}
	.fixed nav {
	    position: fixed;
	    top: 0;
	}
	.nav-active .header--logo {
	    z-index: 997;
	    position: relative;
	}
	.nav-active.wrapper.mobile:after {
		content: "";
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 200%;
	    background: #fff;
	    z-index: 99;
	}
	.nav-active nav > ul {
	    border-bottom: none;
	    /*box-shadow: none;*/
	}
}
@media screen and (min-width: 1025px) {
  nav > ul > .expandable ul li:hover, nav > ul > .expandable ul li.submenu-block.active {
      background-color: #dbdbdb;
  }
  nav > ul > .expandable ul li:hover a, nav > ul > .expandable ul li.submenu-block.active a {
      color: #515151;
  }
  nav > ul > .expandable ul li .expand-submenu-block {
      position: relative;
      display: block;
  }
  nav > ul > .expandable ul li .expand-submenu-block > span {
      	display: block;
		position: absolute;
		background: no-repeat url('/local/components/minisol/menu/templates/.default/images/plus.svg') scroll left center / 11px auto;
		top: 0;
		left: 9px;
		width: 11px;
		height: 11px;
		text-align: center;
		font-size: 13px;
		line-height: 12px;
		bottom: 0;
		margin: auto;
		cursor: pointer;
		padding: 10px;
  }
  nav > ul > .expandable ul li.submenu-block.active .expand-submenu-block > span {
      background-image: url('/local/components/minisol/menu/templates/.default/images/minus_white.svg');
  }
  nav > ul > .expandable ul li > ul {
      position: static;
      border: none;
      padding: 10px 0;
      background: #f5f5f5;
  }
  nav > ul > .expandable ul li.submenu-block.active > ul {
      display: block;
  }
  nav > ul > .expandable ul li > ul li {
      background-color: #f5f5f5;
      border: none;
  }
  nav > ul > .expandable ul li > ul li:hover {
      background-color: #f5f5f5;
  }
  nav > ul > .expandable ul li:hover > ul li a {
      color: #515151;
  }
  nav > ul > .expandable ul li > ul li a {
      position: relative;
      padding: 7px 30px 7px 48px;
  }
  nav > ul > .expandable ul li > ul li a:before {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      top: 0;
      margin: auto;
      left: 30px;
      background-color: #e30613;
      bottom: 0;
  }
}
/* END material page /components/bitrix/news/materials/bitrix/news.detail/.default/style.css */

@media screen and (max-width: 750px) {
	.promo--news h1 a {
		color: #515151;
	}
	.materials h2 a {
		color: #515151;
	}
}

/* new toggle submenu */
.expandable > .expand-submenu__input,
.expandable > .expand-submenu__label,
.submenu-block .expand-submenu__input {
  	display: none;
}
.expand-submenu__label {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
    left: 0;
    width: 30px;
    height: 46px;
	z-index: 15;
	cursor: pointer;
}
.expand-submenu__label::before {
	display: block;
	overflow: hidden;
	content: url(images/plus.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	background: #e30613;
	margin-top: -5.5px;
	margin-left: -5.5px;
	color: white;
	line-height: 11px;
	font-size: 12px;
	text-align: center;
}
.expand-submenu__label::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
}
.expand-submenu__input:checked + .expand-submenu__label::before {
	content: url(/local/components/minisol/menu/templates/.default/images/minus_white.svg);
	background: white;
	color: #e30613;
	line-height: 10px;
}
.expand-submenu__input:checked + .expand-submenu__label::after,
.expand-submenu__input:checked + .expand-submenu__label + a {
	background: #dbdbdb;
}
.expand-submenu__input:checked + .expand-submenu__label + a + ul,
.submenu-block .expand-submenu__input:checked + .expand-submenu__label + a + ul {
	display: block;
}

nav > ul > .expandable ul li.submenu-block {
	position: relative;
}
.submenu-block .expand-submenu__label + a {
	padding: 15px 30px;
}
.submenu-block .expand-submenu__label + a:before {
	display: none;
}


@media screen and (max-width: 1024px){
	.expand-submenu__label {
		width: 5%;
		min-width: 50px;
		height: 45px;
	}
	.submenu-block .expand-submenu__label {
		left: 39px;
		height: 40px;
		width: 30px;
		min-width: 30px;
	}
	.expandable > .expand-submenu__label {
		display: block;
	}
	.submenu-block .expand-submenu__input + .expand-submenu__label + a {
		padding: 12px 10px 10px 40px;
	}
	.submenu-block .expand-submenu__input:checked + .expand-submenu__label + a,
	.submenu-block .expand-submenu__input:checked + .expand-submenu__label::after {
		background: none;
	}
}
/* END new toggle submenu */