

/* Start:/bitrix/templates/NISON/css/fonts.css?1640615812116*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');
/* End */


/* Start:/bitrix/templates/NISON/css/style.css?166151029476796*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	position: relative;
	background: #fff;
	font-size: 14px;
	line-height: 1.571;
	color: #000;
	font-weight: 300;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto';
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
input, textarea, select, button {
	border: none;
	resize: none;
	display: block;
	font-family: 'Roboto';
}
input[type="text"],
input[type="tel"],
input[type="mail"] {
	background: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-ms-placeholder {
    opacity: 1;
}
::placeholder {
    opacity: 1;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-ms-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
H1, .h1 {
	display: block;
	font-size: 36px;
	line-height: 1.111;
	font-weight: 700;
}
H2, .h2 {
	margin-top: 40px;
	display: block;
	font-size: 36px;
	line-height: 1.111;
	font-weight: 700;
}
H3 {
	margin-top: 45px;
	font-size: 18px;
}
H4 {
	margin-top: 45px;
	font-size: 15px;
}
label {
	cursor: pointer;
}
ul, ul li {
	list-style: none;
}
a {
	transition: all 300ms ease;
	color: #cc0033;
}
p {
	margin-top: 20px;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold,
strong {
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative;
	z-index: 1;
	min-width: 300px;
	overflow: hidden;
	padding-top: 236px;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.viewport-wrapper.no_aciia{
	padding-top: 194px;
}
.viewport-wrapper.overflow {
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}
.container {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1230px;
	padding: 0 15px;
	width: 100%;
}
.d-flex {
	display: flex; flex-wrap: wrap;
}
.j-between {
	justify-content: space-between;
}
.j-center {
	justify-content: center;
}
.j-end {
	justify-content: flex-end;
}
.a-start {
	align-items: flex-start;
}
.a-center {
	align-items: center;
}
.a-end {
	align-items: flex-end;
}


/*.viewport-wrapper:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../files/main.jpg) no-repeat;
	width: 1920px;
	height: 6000px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.viewport-wrapper > * {
	opacity: .5;
}*/



.bt {
	position: relative;
	display: inline-block;
	padding: 0 22px;
	height: 42px;
	background-color: #cc0033;
	color: #fefefe;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
a.bt {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.bt-str {
	position: relative;
	display: inline-block;
	padding: 0 22px;
	height: 42px;
	border: solid 1px #cc0033;
	border-width: 1px;
	color: #cc0033;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
a.bt-str {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}


.top-wrapper {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.top-banner {
	position: relative;
	background: url(/bitrix/templates/NISON/css/../i/top-bnr-bg.png) 50% 0 no-repeat;
	background-size: cover;
	color: #fff;
}
.fixed .top-banner{
	display: 	none;	
}
.top-banner .price {
	position: relative;
	z-index: 2;
	height: 42px;
	display: flex;
	align-items: center;
	background: rgba(255,255,255,.8);
	padding: 0 11px 0 14px;
	margin: 0 60px 0 38px;
color: #cc0033;
font-size: 17px;
font-weight: bold;
}
.top-banner .title {
	margin: 0 auto 0 14px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.top-banner .text {
	font-size: 18px;
	max-width: 650px
}
.top-banner .price:before {
	content: '';
	display: block;
	width: 15px;
	position: absolute;
	left: -15px;
	top: 0;
	height: 100%;
	width: 15px;
	background: #fff;
	opacity: 0.56;
}
.top-banner .price:after {
	content: '';
	display: block;
	width: 15px;
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	width: 15px;
	background: #fff;
	opacity: 0.56;
}
.top-banner .note {
	font-size: 13px;
}


.header {
	position: relative;
	z-index: 100;
	background: #fff;
}
.header-top {
    position: relative;
    z-index: 2;
    padding: 4px 0 2px;
    font-size: 13px;
}
.header-top:before {
	content: '';
	display: block;
	position: absolute;
	left: -9999px;
	top: 0;
	right: -9999px;
	height: 100%;
	background: #e7ecf2;
	z-index: -1;
}
.fixed .header-top{
	display: 	none;	
}
.header-adds {
	margin-right: auto;
	color: #444950;
}
.heder-tel {
	font-size: 18px;
	font-weight: 700;
	color: #343434;
	text-decoration: none;
}
.header-work-time {
    margin: 0 28px 0 20px;
    color: #979696;
}
.header-work-time .sep {
	margin: 0 3px;
}
.link-callback {
	text-decoration: none;
}
.mobile-header__panel {
	display: none;
}

.header-mid {
	position: relative;
	z-index: 10;
	padding: 6px 0;
}
.header-period {
	margin-top: 4px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #62666c;
}
.header-period .number {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 8px;
	height: 22px;
	width: 18px;
	color: #cc0033;
	font-size: 20px;
}
.header-period .number + .number {
	margin-right: 5px;
}
.header-period .number:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 12px;
	box-shadow: inset 0 -5px 7px rgba(32, 38, 47, 0.1);
	border: 1px solid rgba(32, 38, 47, 0.15);
	background-color: #ffffff;
}
.header-period .number:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 10px;
	box-shadow: inset 0 5px 7px rgba(32, 38, 47, 0.25);
	border: 1px solid #dce0e4;
	background-color: #ffffff;
	opacity: 0.75;
}
.header-nav {
	padding-left: 15px;
}
.header-nav > ul {
	position: relative;
}
.header-nav > ul > li {
	position: relative;
	margin-left: 34px;
}
.header-nav > ul > li.static {
	position: static;
}
.header-nav > ul > li > a {
	display: inline-flex;
	align-items: center;
	padding: 4px 0;
	line-height: 19px;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	color: #343434;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.header-nav > ul > li > a.highlighted {
	color: #cc0033;
}
.header-nav > ul > li > a:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png);
	height: 19px;
	width: 20px;
	margin-right: 6px;
}
.header-nav > ul > li > a.icon-bug:before {
	background-position: 0px 0;
}
.header-nav > ul > li > a.icon-truck:before {
	background-position: -23px 0;
	width: 24px;
}
.header-nav > ul > li > a.icon-info:before {
	background-position: -48px 0;
}
.header-nav > ul > li > a.icon-paper:before {
	background-position: -69px 0;
}
.header-nav > ul > li > a.icon-home:before {
	background-position: -91px 0;
}
.header-nav > ul > li > a.icon-pin:before {
	background-position: -114px 0;
	width: 14px;
}

.header-nav .for-mobile {
	display: none;
}
.header-nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	min-width: 190px;
	box-shadow: 0 5px 17px 4px rgba(0, 0, 0, 0.06);
	background-color: #f4f6f9;
	padding: 22px 4px 22px 14px;
	display: none;
}
.header-nav li li {
	margin: 0;
	padding: 0;
}
.header-nav li li a {
	font-size: 13px;
font-weight: 500;
color: #444950;
text-decoration: none;
}


.dropdown-menu__image {
	position: absolute;
	left: 0;
	top: 100%;
	width: 95%;
	box-shadow: 0 5px 17px 4px rgba(0, 0, 0, 0.06);
	background-color: #f4f6f9;
	padding: 5px 25px 25px;
	display: none;

}
.dropdown-menu__image .d-flex {
	margin: 0 -1%;
}
.dropdown-menu__image .item {
	display: block;
	width: 31.333%;
	margin: 20px 1% 0;
	background: #fff;
	padding: 0 15px 20px;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
}
.dropdown-menu__image .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 148px;
	overflow: hidden;
	margin: 0 -15px;
}
.dropdown-menu__image .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dropdown-menu__image .title {
	display: block;
	margin: 18px 0 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.dropdown-menu__image .button-right {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.dropdown-menu__image .bt-str {
	padding: 0 16px;
}
.dropdown-menu__image .bt-str:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
	margin-left: 10px;
}


.header-lang {
	display: flex;
	margin-left: auto;
	text-transform: uppercase;
}
.header-lang a {
	color: #343434;
	text-decoration: none;
}
.header-lang a.active {
	color: #cc0033;
	font-weight: 500;
}
.header-lang a + a {
	margin-left: 5px;
}




.header-bot {
	position: relative;
	background-color: #20262f;
	color: #fff;
}
.header-bot > .container {
	position: static;
	height: 75px;
}
.header-catalog {
	display: flex;
	align-items: center;
	height: 75px;
	margin-right: auto;
	width: 20%;
}
.bt-catalog {
	display: flex;
	width: 100%;
	height: 42px;
	padding-left: 10px;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: all 300ms ease;
}
.bt-catalog .icon-burger {
	margin-right: 16px;
}
.bt-catalog.active {
	background-color: #cc0033;
}


.header-search {
	position: relative;
	display: flex;
	width: 80%;
}
.header-search .select {
	width: 175px;
	display: flex;
}
.header-search .select select {
	width: 100%;
	background: #31353b url(/bitrix/templates/NISON/css/../i/select-arrows.png) 95% 50% no-repeat;
	background-position-x: calc(100% - 15px); 
	height: 100%;
	padding: 0 30px 0 22px;
	text-indent: 0;
	font-weight: 700;
	color: #fff;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    cursor: pointer;
}
.header-search .bt {
	width: 165px;
	padding: 0;
	text-transform: none;
}
.header-search .search-input {
	width: calc(100% - 320px);
	background-color: #62666c;
	height: 42px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
}
.header-search .search-input::-moz-placeholder {
	color: #fff;
}
.header-search .search-input::-webkit-input-placeholder {
    color: #fff;
}
.header-search .search-input::-ms-placeholder {
    color: #fff;
}
.header-search .search-input::placeholder {
   color: #fff;
}

.header-search .nice-select {
	display: flex;
	height: 100%;
}
.header-search .nice-select .current {
	width: 100%;
	background: #31353b url(/bitrix/templates/NISON/css/../i/select-arrows.png) 95% 50% no-repeat;
	background-position-x: calc(100% - 15px); 
	height: 100%;
	padding: 0 30px 0 22px;
	text-indent: 0;
	font-weight: 700;
	line-height: 42px;
	color: #fff;
    cursor: pointer;
    display: block;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
.header-search .nice-select .current::after {
	display: none;
}
.header-search .nice-select .list {
	background-color: #31353b;
	border: 0;
}
.header-search .nice-select .option {
	cursor: pointer;
	transition: all 0.2s;
	display: block;
	margin: 0;
	padding: 0;
	padding: 5px 5px 6px 22px;
	color: #fff;
}



.header.fix {
	position: fixed;
	left: 0;
	top: -34px;
	width: 100%;
}



.mobile-header__phone {
	display: none;
}



.dropdown-menu {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	width: 100%;
	border-bottom: 1px solid rgba(217, 217, 217, 0.49);
	background-color: #f4f6f9;
	border-top: 0;
	padding-bottom: 10px;
	display: none;

}
.dropdown-menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #cc0033;
}
.dropdown-menu__list {
	position: relative;
	padding-top: 38px;
	padding-bottom: 23px;
	min-height: 710px
}
.dropdown-menu__list > ul {
	width: 246px;
}
.dropdown-menu__list > ul > li > a {
	display: flex;
	align-items: center;
	height: 41px;
	line-height: 1.1;
	padding: 0 16px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.dropdown-menu .content {
	position: absolute;
	padding-left: 80px;
	left: 246px;
	top: 32px;
	right: -5px;
	padding-right: 5px;
	bottom: 0;
	display: none;
}
.dropdown-menu .bt-str {
	position: absolute;
	right: 5px;
	bottom: 40px;
	padding: 0 26px;
}
.dropdown-menu .bt-str:after {
    content: '';
    display: block;
    background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
    width: 14px;
    height: 7px;
    background-size: 100% 100%;
    margin-left: 10px;
}
.dropdown-menu .content > .title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.dropdown-menu .content > .title a{
	color: inherit;
	text-decoration:  none;
}
.dropdown-menu__content-list {
	display: flex;
	flex-wrap: wrap;
}
.dropdown-menu__content-list > li {
	width: 33.333%;
	padding-top: 5px;
	display: flex;
	flex-direction: column;
	/*max-height: 355px;*/
	overflow: auto;
}
.dropdown-menu__content-list > li::-webkit-scrollbar {
	width: 4px;
	background-color: #cdd0d4;
	margin: 0;
}
.dropdown-menu__content-list > li::-webkit-scrollbar-thumb {
	width: 4px;
	background: #cc0033;
}
.dropdown-menu__content-list > li::-webkit-scrollbar-track {    
	width: 4px;
	border: 0;
}
.dropdown-menu__content-list > li:nth-child(3) {
	margin-bottom: 80px;
	/*max-height: 260px;*/
}
.dropdown-menu__content-list > li:not(:first-child) {
	padding-left: 15px;
}
.dropdown-menu__content-list .subtitle {
	line-height: 1.6;
	font-size: 15px;
	font-weight: 500;
	color: #cc0033;
}
.dropdown-menu__content-list > li > ul > li {
	margin-bottom: 5px;
}
.dropdown-menu__content-list > li > ul > li > a {
	display: inline-block;
	line-height: 1.3;
	color: #000;
	font-weight: 500;
	color: #cc0033;
	text-decoration: none;
}
.dropdown-menu__content-list > li > ul > li ul {
	padding: 1px 0 3px;
}
.dropdown-menu__content-list > li > ul > li li a {
	display: inline-block;
	line-height: 1.3;
	color: #000;
	font-weight: 300;
	text-decoration: none;
}
.dropdown-menu__content-list .bnr {
	margin: -40px 0 0 auto;
}
.dropdown-menu__content-list .bnr-box {
	margin: 0;
	width: 257px;
	height: 298px;
}


@media (min-width: 1023.1px) {
.header-catalog:hover .dropdown-menu__list ul > .open-pc .content {
	display: block;
}
.dropdown-menu__list ul > .open-pc > a, .dropdown-menu__list ul > .sales > a {
	background-color: #e7ecf2;
	color: #cc0033;
}
.dropdown-menu__list ul > .open-pc .content {
	display: block;
}

}

.dropdown-menu .mobile-head,
.dropdown-menu .for-mobile {
	display: none;
}



.preview-block {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #20262f;
}
.preview-slider {
	position: relative;
	z-index: 1;
	max-height: 600px;
}
.preview-slider .item {
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
}
.preview-slider .slick-list {
	position: relative;
	z-index: 1;
}
.preview-slider .item .content {
	padding: 0 35px;
	max-width: 520px;
}
.preview-slider .title {
	font-size: 75px;
	font-weight: 700;
	line-height: 120%;
}
.preview-slider .subtitle {
	font-size: 35px;
	font-weight: 500;
	line-height: 130%;
}
.preview-slider p {
	font-size: 22px;
	font-weight: 500;
}
.preview-slider .bt {
	text-transform: capitalize;
	margin-top: 70px;
	width: 165px;
	padding: 0;
	height: 42px;
}
.preview-block .bt-down {
	display: block;
	width: 28px;
	height: 41px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 57px;
	z-index: 10;
}
.preview-block .bt-down:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png) -271px 0;
	width: 28px;
	height: 41px;
	animation: MoveUpDown 1s linear infinite;
	position: absolute;
	left: 0;
	top: 0;
}
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 5px;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 5px;
  }
}



.preview-block .bt-down:after {
	content: '';
	display: block;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 100%;
	margin-top: 12px;
}
.preview-slider .slick-dots {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	z-index: 10;
}
.preview-slider .slick-dots li {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	border-color: transparent;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: 0;
	opacity: .5;
}
.preview-slider .slick-dots li + li {
	margin-top: 6px;
}
.preview-slider .slick-dots li:before {
	content: '';
	display: block;
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.preview-slider .slick-dots .slick-active {
	opacity: 1;
	border-color: #fff;
	background: 0;
}



.advatage-block {
	padding-top: 54px;
}
.advatage-list {
	display: flex;
}
.advatage-item {
	position: relative;
	padding: 0 12px 26px;
	transition: all 300ms ease;
	width: 16.6667%;
	border: 1px solid #d7dde4;
	border-right-width: 0;
	background-color: #ffffff;
	text-align: center;
	line-height: 20px;
}
.advatage-item:last-child {
	border-right-width: 1px;
}
.advatage-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding-bottom: 13px;
}
.advatage-item p {
	margin: 0;
}


.category-block {
	padding-top: 25px;
}
.category-list {
	padding-top: 6px;
	margin: 0 -0.8333%;
}
.category-item {
	position: relative;
	width: 23.3612%;
	margin: 25px 0.8194% 0;
	height: 360px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	transition: all 300ms ease;
	border: 1px solid rgba(217, 217, 217, 0.49);
}
.category-item > img {
	width: 100%;
	height: auto;

}
.category-item .preview {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 177px;
	padding: 26px 29px 0;
}
.category-item .preview p {
	margin-top: 17px;
}
.category-item .title {
	font-weight: 700;
	text-transform: uppercase;
}
.category-item .title:after {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	background: #cc0033;
	margin-top: 8px;
}
.category-item li a {
	color: #000;
	text-decoration: none;
}
.category-item .content {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0 29px;
	transition: all 300ms ease;
	padding: 20px 30px;
	opacity: 0;
}
.category-item .content:before {
	content: '';
	display: block;
	margin-bottom: 10px;
	width: 42px;
	height: 2px;
	background: #cc0033;
}
.category-item ul {
	height: 255px;
	overflow: auto;
	margin-bottom: 30px;
}
.category-item ul::-webkit-scrollbar {
	width: 4px;
	background-color: #cdd0d4;
	margin: 0;
}
.category-item ul::-webkit-scrollbar-thumb {
	width: 4px;
	background: #cc0033;
}
.category-item ul::-webkit-scrollbar-track {    
	width: 4px;
	border: 0;
}
.category-item li {
	margin-bottom: 3px;
}
.category-item li a {
	color: #000;
	text-decoration: none;
}
.category-item .go-to {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
}
.category-item .go-to:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
	margin-left: 10px;
}



.promotion-box {
	position: relative;
	display: block;
	margin-top: 25px;
	border: 1px solid rgba(204, 0, 51, 0.49);
	background-color: #cc0033;
	height: 300px;
	overflow: hidden;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.promotion-box .text {
	display: block;
	padding: 24px 30px;
	width: 54.5%;
}
.promotion-box .title {
	font-size: 35px;
	text-transform: uppercase;
}
.promotion-box .p {
	display: block;
	font-size: 22px;
	margin-top: 40px;
}
.promotion-box img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 51.9%;
}




.partner-block {
	margin-top: 108px;
	padding: 22px 0 71px;
	background-color: #f4f6f9;
}
.partner-slider {
	position: relative;
	padding-top: 60px;
	display: flex;
	max-height: 264px;
	overflow: hidden;
}
.partner-slider .item {
	text-align: center;
	padding: 0 35px;
}
.partner-slider.slick-slider {
	max-height: 100%;
	overflow: visible;
}
.partner-slider .slick-list {
	overflow: hidden;
}
.partner-slider .item:not(.slick-slide) {
	min-width: 204px;
}
.partner-slider .slick-arrow {
	width: 48px;
	height: 44px;
	border: 1px solid rgba(204, 0, 51, 0.49);
	background-color: #ffffff;
	border-radius: 0;
	top: -41px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-slider .slick-arrow:before {
	display: none;
}
.partner-slider .slick-arrow:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
}
.partner-slider .slick-prev {
	left: auto;
	right: 47px;
}
.partner-slider .slick-prev:after {
	transform: rotate(180deg);
}
.partner-slider .slick-next {
	right: 0;
}



.partner-slider .title {
	text-transform: uppercase;
	font-weight: 700;
}
.partner-slider .logo {
	margin: 10px 0 24px;
}
.partner-slider li a {
	font-weight: 700;
	color: #000;
}




.promotion-block {
	position: relative;
}
.promotion-list {
	position: relative;
	margin: 29px -9px 0;
	max-height: 304px;
	overflow: hidden;
}
.promotion-list.slick-slider {
	overflow: visible;
}
.promotion-list .slick-list {
	position: relative;
	overflow: hidden;
}
.promotion-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 304px;
	width: 32.4167%;
	margin: 0 9px;
	overflow: hidden;
}
.promotion-item > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.promotion-item .content {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: rgba(255,255,255,.85);
	padding: 25px 29px 29px;
	max-width: 230px;
	width: 80%;
	transition: all 300ms ease;
}
.promotion-item .title {
	text-transform: uppercase;
	font-weight: 700;
}
.promotion-item p {
	margin-top: 20px;
}
.promotion-item .bt {
	position: relative;
	width: 165px;
	height: 42px;
	background-color: #ffffff;
	color: #cc0033;
	position: absolute;
	left: 30px;
	bottom: 30px;
	opacity: 0;
}



.news-block {
	position: relative;
}
.news-wrapper {
	position: relative;
}
.news-list {
	position: relative;
	margin: 32px 0 0;
	max-height: 217px;
	overflow: hidden;
}
.news-list.slick-slider {
	overflow: visible;
}
.news-list .slick-list {
	position: relative;
	overflow: hidden;
}
.news-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 33.333%;
	border: 1px solid rgba(217, 217, 217, 0.49);
	border-right-width: 0;
	background-color: #ffffff;
	padding: 43px 30px 52px;
	color: #000;
	text-decoration: none;
}
.news-item:nth-child(3n) {
	border-right-width: 0;
}
.news-item .title {
	padding-bottom: 15px;
	margin-bottom: auto;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}


.article-list {
	margin-top: 72px;
}
.article-item {
	position: relative;
	z-index: 2;
	width: 33.333%;
	min-height: 334px;
	padding: 33px 32px 44px;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	background: #cc0033;
	text-decoration: none;
	color: #fff;
}
.article-item .title {
	margin-bottom: 22px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}
.article-item li {
	position: relative;
	margin-bottom: 1px;
	padding-left: 20px;
	font-size: 15px;
}
.article-item li a {
	color: inherit;
}
.article-item li:before {
	content: '';
	display: block;
	width: 5px;
	height: 6px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 7px;
}
.article-item .button {
	padding-top: 20px;
	margin-top: auto;
}
.article-item .bt-str {
	border-color: #fff;
	color: #fff;
}
.article-item .bt-str:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right-white.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
	margin-left: 10px;
}
.article-item img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.article-item:nth-child(2) {
	background: #978d81;
}
.article-item:nth-child(3) {
	background: #525252;
}






.contacts-block {
	margin: 74px 0 96px;
}
.contacts-map {
	position: relative;
	width: 62.6667%;
	min-height: 358px;
	display: flex;
	align-items: center;
	justify-content: center;
} 
.contacts-map > img, .contacts-map > iframe {
	width: 100%;
	height: 100%;
	height: 400px!important;
	/*object-fit: cover;*/
}
.contacts-map .bt {
	position: absolute;
	left: 30px;
	top: 23px;
	z-index: 10;
	display: flex;
	align-items: center;
	cursor: auto;
}
.contacts-box {
	width: 35.916667%;
	padding: 54px 35px 31px 48px;
	background-color: #f4f6f9;
} 
.contacts-box H2 {
	margin: 0;
}
.contacts-list {
    margin-top: 17px;
    padding-top: 27px;
    max-height: 358px;
    overflow: auto;
}
.contacts-list::-webkit-scrollbar {
	width: 4px;
	background-color: #cdd0d4;
	margin: 0;
}
.contacts-list::-webkit-scrollbar-thumb {
	width: 4px;
	background: #cc0033;
}
.contacts-list::-webkit-scrollbar-track {    
	width: 4px;
	border: 0;
}
.contacts-list li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
}
.contacts-list li + li {
	margin-top: 7px;
}
.contacts-list li:before {
	content: '';
	display: block;
	width: 5px;
	height: 6px;
	background: #cc0033;
	position: absolute;
	left: 0;
	top: 11px;
}
.contacts-list .title {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
}
.contacts-list .content {
	margin: 4px 0 33px;
	display: none;
}
.contacts-list p {
	margin-top: 18px;
	line-height: 126%;
}
.contacts-list p:first-child {
	margin: 0;
}
.contacts-list .tel {
	margin-top: 20px;
}
.contacts-list .tel a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}
.contacts-list .open .title {
	color: #cc0033;
	text-decoration: none;
}

.head-module {
	padding: 65px 140px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.head-module H2 {
	margin: 0;
}
.head-module .bt-str {
	padding: 0 16px;
}
.head-module .bt-str:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
	margin-left: 10px;
}


.contacts-map .map {
	height: 500px;
}
#map {
	width: 100%;
	min-height: 300px;
}



.breadcrumbs {
	position: relative;
	margin-top: 19px;
}
.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs li {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 14px;
}
.breadcrumbs li:not(:last-child):after {
	content: '/';
	margin: 0 3px;
}
.breadcrumbs li a {
	color: #000;
	text-decoration: none;
}


.page {
	position: relative;
	z-index: 1;
	padding-bottom: 146px;
	flex: 1;
}
.page H1 {
	margin-top: 36px;
	max-width: 950px;
}
.page H1 + .print-bt {
	margin-top: 36px;
}



.page-catalog {
	position: relative;
	z-index: 1;
	padding-bottom: 146px;
}
.page-catalog H1 {
	margin-top: 36px;
	max-width: 950px;
}



.rating-wrapper {
	display: flex;
	align-items: center;
}
.stars {
	display: flex;
	align-items: center;
}
.stars .star {
	background: url(/bitrix/templates/NISON/css/../svg/star.svg);
	width: 19px;
	height: 17px;
	background-size: 100% 100%;
	margin: 0 1px;
}
.stars .star.active {
	background: url(/bitrix/templates/NISON/css/../svg/star-fill.svg);
	background-size: 100% 100%;
}
.rating-wrapper a {
	margin-left: 15px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}


.card-top {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card-top .code {
	margin-top: 18px;
	color: #383838;
	font-weight: 500;
}
.print-bt {
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	color: #818385;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}
.print-bt:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png) -140px 0;
	height: 24px;
	width: 24px; 
	margin-left: 6px;
}

.print-bt2 {
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	color: #818385;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}
.print-bt2:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png) -140px 0;
	height: 24px;
	width: 24px; 
	margin-left: 6px;
}


.card-top .rating-wrapper {
    margin: 18px 0 0 25px;
}



.tabs {
	margin-top: 45px;
	display: flex;
}
.tabs li {
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
}
.tabs li a {
	padding: 10px 5px 9px;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid rgba(217, 217, 217, 0.49);
	border-left-width: 0;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tabs li:first-child a {
	border-left-width: 1px;
}
.tabs li a .total {
	background: rgba(231, 236, 242, 0.65);
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 5px;
	color: #cc0033;
font-size: 12px;
font-weight: 500;
}
.tabs li a.active {
	background: #cc0033;
	border-color: #cc0033;
	color: #fff;
}
.tab-content {
	padding-top: 45px;
}
.tab-description {
	padding-left: 35px;
	padding-right: 35px;
}
.tab-content > h3:first-child {
	margin-top: 0;
}
.tab-description p {
	font-size: 15px;
}


table {
	margin-top: 35px;
	border-collapse: collapse;
	width: 100%;
}
table td {
	padding: 20px 0 20px 30px;
}
table td:first-child {
	font-weight: 500;
}
table tr:nth-child(odd) td {
	background: #f4f6f8;
}


.video-wrapper {
	position: relative;
	margin-top: 35px;
	max-width: 730px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 430px;
	background: #000;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.video-wrapper:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/grid.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.video-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .38;
}
.video-wrapper iframe {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: default;
}
.video-wrapper .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	max-width: 360px;
	width: 100%;
}
.video-wrapper .content:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png) -128px -128px;
	width: 44px; height: 44px;
	margin: 0 auto;
}
.video-wrapper .label {
	display: inline-block;
	margin-top: 26px;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	background: #cc0033;
	font-size: 12px;
	text-transform: uppercase;
}
.video-wrapper .title {
	margin-top: 16px;
	font-size: 30px;
	font-weight: 700;
}










.card-left {
	position: relative;
	width: 388px;
	overflow: hidden;
	margin-top: 7px;
}
.card-right {
	position: relative;
	width: calc(100% - 388px);
	padding-left: 80px;
}
.card-right > H3:first-child {
	margin-top: 0;
}
.slider-big .item {
	position: relative;
	overflow: hidden;
	height: 275px;
	padding: 30px 0;
}
.slider-big .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 275px;
}
.slider-big .item:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png) -166px 0;
	height: 24px;
	width: 24px; 
	opacity: .26;
	position: absolute;
	right: 40px;
	top: 0;
	z-index: 2;
}
.slider-big .item img {
	max-height: 100%;
}
.slider-thumbnail {
	margin: 30px -3px 0;
	position: relative;
	overflow: hidden;
}
.slider-thumbnail .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 124px;
	cursor: pointer;
	margin: 0 5px;
	border: 1px solid rgba(217, 217, 217, 0.49);
	background: #fff;
}
.slider-thumbnail .item img {
	max-height: 100%;
}
.slider-thumbnail .slick-current {
	border-color: #cc0033;
}
.card-left p {
	margin-top: 18px;
	font-size: 15px;
	max-width: 340px;
	line-height: 24px;
}
.card-product .card-left .bt {
	margin-top: 60px;
	text-transform: none;
	padding: 0 22px;
	height: 42px;
	line-height: 42px;
}



.feature-table {
	margin-top: 25px;
}
.feature-table .trow {
	display: flex;
	padding: 15px 0 15px;
	font-size: 14px;
}
.feature-table .cell:nth-child(1) {
	width: 220px;
	min-width: 220px;
	padding-left: 32px;
font-weight: 500;
}
.feature-table .cell:nth-child(2) {
	width: 100%;
	padding-left: 10px;
}
.feature-table .trow:nth-child(odd) {
	background-color: #f4f6f8;
}


.card-product .bt {
	margin-top: 40px;
}
.question-list {
	padding: 20px 0 0 35px;
}
.question-item {
	margin-top: 40px;
}
.question-item .head {
	font-size: 18px;
	font-weight: 500;
}
.question-item .text {
	margin-top: 22px;
	padding: 25px 15px 30px 30px;
	background: #f4f6f8;
	line-height: 1.714;
}


.product-block {
	margin-top: 100px;
}
.product-list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.product-list.slick-slider {
	overflow: visible;
}
.product-list .slick-list {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.product-list .slick-list:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(217, 217, 217, 0.49);
	z-index: 2;
}
/*.product-list .slick-list:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(217, 217, 217, 0.49);
	z-index: 2;
}*/
.product-item {
	width: 25%;
	position: relative;
	border: 1px solid rgba(217, 217, 217, 0.49);
	border-left-width: 0;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	padding: 40px 45px 47px;
	text-align: center;
}
/*.product-item:last-child {
	border-right-width: 0;
}*/
.product-item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 234px;
}
.product-item .image img {
	max-height: 100%;
}
.product-item .title {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.product-item .category {
	margin-top: 5px;
	color: #a09d9d;
}
.product-item .category a {
	text-decoration: none;
	color: inherit;
}
.product-item .rating-wrapper {
	margin-top: auto;
	padding-top: 25px;
	justify-content: center;
}
.product-item .rating-wrapper a {
	font-size: 13px;
	font-weight: 300;
}
.product-item .star {
	width: 12px;
	height: 12px;
}
.product-item .bt-str {
	margin: 34px auto 0;
	padding-left: 0;
	padding-right: 0;
padding: 0 14px;
line-height: 1;
}

.review-total {
	margin-top: 27px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.review-total .label {
	font-weight: 500;
	margin-right: 35px;
}
.review-total .stars .star {
	width: 27px;
	height: 27px;
}



.review-item {
	display: flex;
	margin-top: 85px;
}
.review-item + .review-item {
	margin-top: 40px;
}
.review-item .info {
	min-width: 255px;
	width: 255px;
}
.review-item .text {
	position: relative;
	width: 100%;
	background: #f4f6f8;
	padding: 25px 30px;
}
.review-item .text:before {
	content: '';
	display: block;
	width: 14px;
	height: 12px;
	background: #f4f6f8;
	position: absolute;
	top: 20px;
	left: -13px;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.review-item .name {
	font-size: 18px;
	font-weight: 500;
}
.review-item .stars {
	margin-top: 16px;
}
.review-item .star {
	width: 18px;
	height: 18px;
}
.review-list .bt-center {
	display: flex;
	justify-content: center;
	margin-top: 75px;
}



.doc-item {
	width: 26.16%;
	display: flex;
	margin: 10px 0 40px;
	padding-right: 10px;
}
.doc-item .icon {
	width: 45px;
	min-width: 45px;
}
.doc-item .info {
	font-size: 12px;
	font-style: italic;
}
.doc-item a {
	margin-top: 20px;
	display: inline-block;
	font-weight: 500;
}
.doc-item a:not(:last-child) {
	margin-right: 34px;
}



.aside {
	width: 21.41667%;
	margin-top: 30px;
}
.page-content {
	position: relative;
	margin-top: 30px;
	width: 78.58333%;
	padding-left: 20px;
}

.page-content img, .page-content iframe{
	max-width: 100%;
	height: auto;
}

.page-content iframe{
	min-height: 360px
}

.page-content.v2 {
	width: 57.16666%;
	padding-right: 20px;
}
.aside-right {
	width: 21.41667%;
	margin-top: 30px;
}
.aside-right .h2 {
	font-size: 30px;
	line-height: 1.1;
}
.aside-right > .h2:first-child {
	margin: 0;
}


.page-content > img {
	min-height: 185px;
	width: 100%;
	object-fit: cover;
}
.page-content > img:not(:first-child) {
	margin-top: 50px;
}
.page-content > p.medium {
	font-size: 15px;
}
.page-content > p {
	margin-top: 12px;
}
.page-content > H2 {
	margin-top: 40px;
	font-size: 30px;
	font-weight: bold;
}
.page-content > .margin-0 {
	margin: 0;
}
.page-content > H3 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 500;
}
.page-content > .mt-70 {
	margin-top: 70px;
}
.page-content > ul:not([class]) li {
	position: relative;
	margin-top: 12px;
	padding-left: 15px;
}
.page-content > ul:not([class]) li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	background: #cc0033;
	width: 5px;
	height: 5px;
}
.page-content > H2 + p,
.page-content > H3 + p,
.page-content > img + p {
	margin-top: 20px;
}
.page-content .video-wrapper {
    margin: 35px 0;
}


.aside .h2 {
	font-size: 30px;
	margin-top: 70px;
}


.aside-nav {
	background-color: #e7ecf2;
}
.aside-nav:not(:first-child) {
	margin-top: 30px;
}
.aside-nav > ul > li:not(:last-child) {
	border-bottom: 1px solid #a0a0a1;
}
.aside-nav a {
	position: relative;
	display: block;
	text-decoration: none;
}
.aside-nav > ul > li > a {
	padding: 10px 30px 11px 15px;
	background-color: #20262f;
	font-weight: 500;
	color: #fff;
}
.aside-nav > ul > li > a:before {
	display: none;
}
.aside-nav > ul > li > a.icon-chevron:before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	height: 10px;
	line-height: 10px;
	color: inherit;
	font-size: 12px;
}
.aside-nav > ul > li > a.active,
.aside-nav > ul > li.open > a {
	background-color: #cc0033;
	color: #fff;
}
.aside-nav > ul > li.open a.icon-chevron:before {
	transform: rotate(180deg);
}
.aside-nav > ul > li > a.highlighted {
	background-color: #cc0033;
	color: #fff;
}
.aside-nav > ul > li > ul {
	padding: 6px 16px 16px;
	display: none;
}
.aside-nav > ul > li.open > ul {
	display: block;
}
.aside-nav > ul > li > ul > li {
	margin-top: 8px;
}
.aside-nav > ul > li > ul > li > a {
	padding-right: 30px;
	display: block;
	color: #000;
}
.aside-nav > ul > li > ul > li > a.active {
	color: #cc0033;
	font-weight: 700
}
.aside-nav > ul > li > ul > li .icon-chevron:before {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	color: inherit;
	font-size: 12px;
}
.aside-nav > ul > li > ul > li.open .icon-chevron:before {
	transform: rotate(180deg);
}
.aside-nav > ul > li > ul > li.open > a {
	color: #cc0033;
}

.aside-article__list {
	padding-top: 25px;
}
.aside-article__list li + li {
	margin-top: 35px;
}
.aside-article__list li:after {
	display: block;
	content: '';
	width: 124px;
	height: 2px;
	background-color: #cc0033;
	margin-top: 35px;
}
.aside-article {
	display: block;
	color: #000;
	text-decoration: none;
}
.aside-article + .aside-article {
	margin-top: 35px;
}
.aside-article .title {
	display: block;
	margin-bottom: 14px;
	font-weight: 700;
}


.subs-form {
	position: relative;
	margin-top: 30px;
	display: flex;
}
.subs-form .field {
	width: 100%;
}
.subs-form .field input {
	height: 42px;
	border: 1px solid rgba(217, 217, 217, 0.49);
	background: 0;
	padding: 0 9px;
	width: 100%;
}
.subs-form .bt {
	min-width: 118px;
	width: 118px;
	padding: 0;
	height: 42px;
	font-size: 14px;
	text-transform: capitalize;
}




.h2 + .catalog-menu {
	margin-top: 20px;
}
.catalog-menu {
	background-color: #e7ecf2;
}
.catalog-menu > ul > li:not(:last-child) {
	border-bottom: 1px solid #a0a0a1;
}
.catalog-menu a {
	position: relative;
	display: block;
	text-decoration: none;
}
.catalog-menu > ul > li > a {
	padding: 10px 30px 11px 15px;
	background-color: #20262f;
	font-weight: 500;
	color: #fff;
}
.catalog-menu > ul > li > a span:after {
	font-family: 'icomoon' !important;
	content: "\e905";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	height: 10px;
	line-height: 10px;
	color: inherit;
	font-size: 12px;
}
.catalog-menu > ul > li > a.no_arrow span:after{
	display:none!important;
}


.catalog-menu > ul > li.open > a, .catalog-menu > ul > li.sales > a {
	background-color: #cc0033;
	color: #fff;
}
.catalog-menu > ul > li.open > a:after {
	transform: rotate(180deg);
}
.catalog-menu > ul > li > a.highlighted {
	background-color: #cc0033;
	color: #fff;
}
.catalog-menu > ul > li > ul {
	padding: 6px 16px 16px;
	display: none;
}
.catalog-menu > ul > li.open > ul {
	display: block;
}
.catalog-menu > ul > li > ul > li {
	margin-top: 8px;
}
.catalog-menu > ul > li > ul > li > a {
	padding-right: 30px;
	display: block;
	color: #000;
}









.catalog-menu > ul > li > ul > li .icon-chevron:before {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	color: inherit;
	font-size: 12px;
}
.catalog-menu > ul > li > ul > li.open .icon-chevron:before {
	transform: rotate(180deg);
}
.catalog-menu > ul > li > ul > li.open > a {
	color: #cc0033;
	font-weight: 700
}
.catalog-menu li li ul {
	padding: 10px 0 10px 20px;
	display: none;
}
.catalog-menu li li.open ul {
	display: block;
}
.catalog-menu li li li a {
	color: #000;
	font-size: 13px;
}
.catalog-menu li li li a.active {

	color: #cc0033;
	font-weight: 700
}


.catalog-menu > ul > li > ul > li > ul > li.icon-chevron:before {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	color: inherit;
	font-size: 12px;
}
.catalog-menu > ul > li > ul > li > ul > li.open .icon-chevron:before {
	transform: rotate(180deg);
}
.catalog-menu > ul > li > ul > li.open > ul > li .icon-chevron:before {
	transform: rotate(0deg);
}
.catalog-menu > ul > li > ul > li.open > ul > li.open .icon-chevron:before {
	transform: rotate(180deg);
}

.catalog-menu > ul > li > ul > li > ul > li.open > a {
	color: #cc0033;
	font-weight: 700
}



.catalog-menu li li.open ul li ul {
	display: none;
}
.catalog-menu li li.open ul li.open ul {
	display: block;
}

.aside-advatage {
	margin-top: 35px;
}
.aside-advatage .advatage-item {
	width: 100%;
	margin: 0;
	border-right: 1px solid #d7dde4;
}
.aside-advatage .advatage-item:not(:last-child) {
	border-bottom: 0;
}



.mobile-catalog__dropdown {
	display: none;
}





.bnr-box {
	margin-top: 36px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 35px 38px;
	display: flex;
	flex-direction: column;
	height: 349px;
	color: #cc0033;
}

.aside .bnr-box{
	background-size: contain;
}

.bnr-box .title {
	font-size: 25px;
	font-weight: 700;
	line-height: 120%;
}
.bnr-box p {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
}
.bnr-box .button {
	padding-top: 30px;
	margin-top: auto;
}


.view-tool {
	display: flex;
	align-items: center;
	position: absolute;
	top: -56px;
	right: 0;
}
.view-tool button {
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png);
	width: 23px;
	height: 20px;
	margin-left: 15px;
	cursor: pointer;
}
.view-tool .tile {
	background-position: -204px 0;
}
.view-tool .list {
	background-position: -242px 0;
}
.view-tool .tile.active {
	background-position: -204px -21px;
}
.view-tool .list.active {
	background-position: -242px -21px;
}


.catalog {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.8%;
}
.catalog-item {
	position: relative;
	height: 430px;
	width: 31.7333%;
	margin: 0 .8% 16px;
	display: flex;
	flex-direction: column;
}
.catalog-item .wrapper {
	border: 1px solid rgba(217, 217, 217, 0.49);
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	transition: all 300ms ease;
}
.catalog-item .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
}
.catalog-item .image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-item .image img {
	width: 100%;
	height: 100%;
	max-width: 1000%;
	object-fit: cover;
	transition: transform .5s ease;
}

.catalog-item .content {
	padding: 25px 30px 48px;
}
.catalog-item .title {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.catalog-item .title:after {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	margin-top: 5px;
	background: #cc0033;
}
.catalog-item ul {
	margin-top: 10px;
}
.catalog-item li a {
	color: #000;
	text-decoration: none;
}
.catalog-item li:nth-child(1n+5) {
	display: none;
}
.catalog-item.open {
	z-index: 5;
}
.catalog-item.open .wrapper {
	bottom: auto;
}


.promotion-wrapper {
	background-color: #cc0033;
    color: #fff;
    min-height: 100%;
    overflow: hidden;
}
.promotion-wrapper .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.promotion-wrapper .title,
.promotion-wrapper li a {
	color: inherit;
}
.promotion-wrapper .title:after {
	background: #fff;
}




.subcategory-item {
	position: relative;
	width: 31.7333%;
	margin: 0 .8% 25px;
	border: 1px solid rgba(217, 217, 217, 0.49);
	transition: all 300ms ease;
}
.subcategory-item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
	overflow: hidden;
}
.subcategory-item .image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.subcategory-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 1000%;
	transition: transform .5s ease;
}
.subcategory-item .content {
	padding: 25px 30px 40px;
	min-height: 134px;
}
.subcategory-item .title {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.subcategory-item .download {
	margin-top: 7px;
	font-style: italic;
	color: #a09d9d;
	font-weight: 400;
}
.subcategory-item .download a {
	color: inherit;
}



.view-list {
	margin: 0;
	display: block;
}
.view-list .catalog-item {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 0 20px;
	display: flex;
	flex-direction: column;
}
.view-list .catalog-item .wrapper {
	background-color: #ffffff;
	position: static;
	display: flex;
	align-items: flex-start;
	height: 100%;
}
.view-list .catalog-item .image {
	width: 295px;
	min-width: 295px;
	height: 200px;
}
.view-list .catalog-item .content {
	padding: 25px;
	height: 100%;
}
.view-list .promotion-wrapper {
    min-height: 200px;
    display: flex;
    overflow: hidden;
}
.view-list .promotion-wrapper .image img {
    position: static;
}

.catalog-section {
	padding-top: 16px;
}

.product-slider {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.product-slider.slick-slider {
	overflow: visible;
}
.product-slider .slick-list {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.product-slider .slick-list:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(217, 217, 217, 0.49);
	z-index: 2;
}
/*.product-slider .slick-list:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(217, 217, 217, 0.49);
	z-index: 2;
}*/


.catalog:not(.view-list) .product-item {
	width: 31.7333%;
	margin: 0 .8% 16px;
	border-left-width: 1px;
}
.view-list .product-item {
	margin: 0 0 25px;
	width: 100%;
	border-width: 1px;
	padding: 32px 40px 10px 320px;
	min-height: 200px;
	text-align: left;
	display: block;
}
.view-list .product-item .image {
	width: 200px;
	height: 188px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.view-list .product-item .rating-wrapper {
	padding-top: 10px;
	justify-content: flex-start;
}
.view-list .product-item .bt-str {
    margin: 28px 0 0;
}





.view-list .subcategory-item {
	background-color: #ffffff;
	display: flex;
	align-items: flex-start;
	width: 100%;
	min-width: 100%;
	margin: 0 0 25px;
}
.view-list .subcategory-item .image {
	width: 295px;
	min-width: 295px;
	height: 200px;
}
.view-list .subcategory-item .content {
	padding: 25px;
}



.seo-text H2 {
	font-size: 22px;
	line-height: 1.3;
}



.logo-list {
	padding-top: 10px;
	margin: 0 -0.65%;
}
.logo-item {
	height: 147px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px 0.65% 0;
	width: 23.7%;
	border: 1px solid rgba(217, 217, 217, 0.49);
	background-color: #ffffff;
}




.gallery-list {
	padding-top: 22px;
	margin: 0 -0.53%;
}
.gallery-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23.94%;
	margin: 12px 0.53% 0;
}
.gallery-list a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.contacts-wrapper .column {
	max-width: 400px;
}

.contacts-wrapper .column:first-child{
	margin-right: 60px
}

.contact-item {
	position: relative;
	padding-left: 25px;
}
.contact-item + .contact-item {
	margin-top: 25px;
}
.contact-item .label {
	font-size: 15px;
	font-weight: 500;
}
.contact-item:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png);
	position: absolute;
	left: 0;
	top: 1px;
	width: 18px;
	height: 19px;
}
.contact-item.icon-pin:before {
	background-position: -41px -47px;
	width: 14px;
	height: 18px;
	top: 2px;
}
.contact-item.icon-clock:before {
	background-position: -100px -48px;
}
.contact-item.icon-msg:before {
	background-position: -77px -47px;
	top: 2px;
}
.contact-item.icon-phone:before {
	background-position: -122px -48px;
	width: 15px;
	height: 16px;
	top: 2px;
}
.contact-item .work-time {
	margin-top: 8px;
}
.contact-item .work-time .subitem span:first-child {
	display: inline-block;
	min-width: 94px;
}
.contact-item p {
	margin-top: 8px;
}
.contact-item .phonebook {
	padding-top: 8px;
}
.contact-item .phonebook .subitem {
	margin-bottom: 8px;
	display: flex;
}
.contact-item .phonebook .subitem span:first-child {
	display: inline-block;
	min-width: 182px;
}


.page-content .contacts-map {
	width: 100%;
	margin-top: 85px;
	/*min-height: 0;*/
}



.accordion-item {
	margin-top: 95px;
}

.accordion-item img{
	width: 	auto;	
	max-width: 	100%;
	height:auto;
}

.accordion-item + .accordion-item {
	margin-top: 35px;
}
.accordion-item .head {
	position: relative;
	background-color: #62666c;
	padding: 10px 30px 9px 16px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 22px;
	cursor: pointer;
}
.accordion-item .head:after {
	font-family: 'icomoon' !important;
	content: "\e905";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	height: 10px;
	line-height: 10px;
	color: inherit;
	font-size: 12px;
}
.accordion-item.open .head:after {
	transform: rotate(180deg);
}
.accordion-item .content {
	background-color: #f4f6f9;
	padding: 25px 15px;
}
.accordion-item .content p:first-child {
	margin: 0;
}
.accordion-item .map-box {
	position: relative;
	margin-top: 8px;
}
.map-box .map {
	height: 500px;
	width: 100%;
}
.iframe-map {
	width: 100%;
	height: 400px;
}




.rubric-item {
	position: relative;
	width: 31.7333%;
	margin: 0 .8% 16px;
	border: 1px solid #d9d9d9;
	display: flex;
	flex-direction: column;
}
.rubric-item .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
	overflow: hidden;
	min-height: 180px;
}
.rubric-item .image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rubric-item .image img {
	width: 100%;
	height: 100%;
	max-width: 1000%;
	object-fit: cover;
	transition: transform .5s ease;
}
.rubric-item .content {
	padding: 25px 30px 23px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.rubric-item .title {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.rubric-item p {
	margin-top: 10px;
}
.rubric-item .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: auto;
	padding-top: 10px;
}
.rubric-item .date {
	margin: 10px 5px 0 0;
	display: inline-flex;
	align-items: center;
}
.rubric-item .date:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png) -110px -70px;
	height: 24px;
	width: 24px;
	margin-right: 7px;
	width: 22px;
	height: 22px;
}
.rubric-item .tags {
	margin: 10px auto 0 0;
	font-size: 14px;
	color: #000;
}
.rubric-item .tags a {
	color: inherit;
	text-decoration: none;
}

.view-list .rubric-item .tags{
	margin-left: 42px;
}

.rubric-item .more {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
}
.rubric-item .more:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
	margin-left: 10px;
}



.view-list .rubric-item {
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	margin: 0;
	border: 0;
}
.view-list .rubric-item + .rubric-item {
	margin-top: 55px;
}
.view-list .rubric-item .image {
	width: 242px;
	min-width: 242px;
	min-height: 0;
	border: 1px solid #d9d9d9;
} 
.view-list .rubric-item .content {
	width: 100%;
	padding: 0 0 0 27px;
	height: auto;
}
.view-list .rubric-item p {
	margin-top: 30px;
}
.view-list.v2 > .rubric-item:first-child {
	margin-top: 30px;
}


.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 50px;
}
.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	border: 1px solid #cc0033;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.pagination a + a {
	margin-left: 8px;
}
.pagination a.active {
	border-color: rgba(0,0,0,.5);
	color: #000;
}
.pagination .jump {
	border-width: 0;
	margin: 0;
}
.pagination .jump + a {
	margin: 0;
}


.assortment-list {
	padding: 12px 0 15px;
}
.assortment-list .item {
	position: relative;
	margin: 17px 2.705% 0 0;
	width: 31.53%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	border: 1px solid rgba(217, 217, 217, 0.49);
}
.assortment-list .item:nth-child(3n) {
	margin-right: 0;
}



.page-content.v2 .logo-item {
	margin: 13px 2% 0 0;
	width: 32%;
}
.page-content.v2 .logo-item:nth-child(3n) {
	margin-right: 0;
}
.page-control {
	margin-top: 50px;
	display: flex;
}
.page-control a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
}
.page-control a:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
	transform: rotate(180deg);
	margin-right: 7px;
}
.page-control a span {
	text-decoration: underline;
}
.page-control a.next:before {
	transform: rotate(0deg);
	order: 2;
	margin: 0 0 0 7px;
}
.page-control a + a {
	margin-left: 60px;
}




.page-404 {
	position: relative;
}
.page-404 > .container {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding-top: 110px;
	padding-bottom: 110px;
}
.page-404 .wrapper {
	position: relative;
	width: 100%;
}
.page-404 .logo {
	position: absolute;
	left: 15px;
	top: 40px;
	width: 139px;
	z-index: 2;
}
.content-404 .image {
	width: 41.6667%;
}
.content-404 .text {
	width: 56%;
	max-width: 585px;
	text-align: right;
	font-size: 30px;
	font-weight: 500;
}
.content-404 .head {
	font-size: 100px;
	font-weight: 700;
	line-height: 1.3;
}
.page-404 .add-panel {
	position: absolute;
	z-index: 2;
	top: 293px;
	left: 0;
	width: 100%;
}
.header-panel {
	display: flex;
	position: relative;
}
.header-panel .header-catalog {
	width: 220px;
	min-width: 220px;
	height: 42px;
}
.header-panel .bt-catalog {
	background-color: #cc0033;
}
.header-panel .header-search {
	margin: 0;
	width: 100%;
}
.header-panel .header-search .icon-search {
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/search.png);
	width: 22px;
	height: 22px;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	cursor: pointer;
}
.header-panel .header-search .search-input {
    width: 100%;
    border: 1px solid #d7dde4;
    background-color: #ffffff;
    padding: 0 60px 0 20px;
    font-size: 14px;
    color: #62676f;
    font-weight: 300;
    font-style: italic;
}
.header-panel .header-search .search-input::-moz-placeholder {
	color: #62676f;
}
.header-panel .header-search .search-input::-webkit-input-placeholder {
    color: #62676f;
}
.header-panel .header-search .search-input::-ms-placeholder {
    color: #62676f;
}
.header-panel .header-search .search-input::placeholder {
   color: #62676f;
}
.page-404 .page-control {
	margin-top: 47px;
	justify-content: flex-end;
	width: 100%;
}

.header-panel .mobile-catalog {
	display: none;
}

.mobile-catalog__dropdown {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e7ecf2;
}
.mobile-catalog__dropdown .wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow: auto;
	padding-bottom: 10px;
}
.mobile-catalog__dropdown .mobile-head {
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 52px;
	background: #cc0033;
	border-bottom: 1px solid #bebebf;
}
.mobile-catalog__dropdown .close {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.mobile-catalog__dropdown .close:before,
.mobile-catalog__dropdown .close:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}
.mobile-catalog__dropdown .close:after {
	transform: rotate(-45deg);
}


.mobile-catalog__dropdown .catalog-menu {
	margin: 0;
	display: block;
}
.mobile-catalog__dropdown .catalog-menu > ul > li > ul > li .icon-chevron:before,
.mobile-catalog__dropdown > ul > li > a:after {
    content: "\e907";
}
.mobile-catalog__dropdown .catalog-menu > ul > li.open > a:after,
.mobile-catalog__dropdown .catalog-menu > ul > li > ul > li.open .icon-chevron:before {
	content: "\e906";
	font-size: 2px;
}
.mobile-catalog__dropdown .catalog-menu > ul > li > ul > li > a {
    font-size: 14px;
    font-weight: 500;
}
.mobile-catalog__dropdown .catalog-menu li li ul {
    padding: 5px 0 5px;
}


.catalog-wrapper {
	position: relative;
}
.view-tool.static {
	position: static;
	margin-top: 40px;
}





.rubric-cetegory__list {
	padding-top: 10px;
}
.rubric-cetegory {
	position: relative;
	border: 1px solid #d9d9d9;
	text-decoration: none;
	margin: 18px 1% 0 0;
	width: 31.85%;
}
.rubric-cetegory .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
	min-height: 180px;
	width: 100%;
	overflow: hidden;
}
.rubric-cetegory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.rubric-cetegory .content {
	padding: 25px 30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.rubric-cetegory .title {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 26px;
	width: 100%;
	transition: all 300ms ease;
}
.rubric-cetegory .link {
	margin: auto 0 0 auto;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
}
.rubric-cetegory .link:after {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/arrow-right.png);
	width: 14px;
	height: 7px;
	background-size: 100% 100%;
	margin-left: 10px;
}






.footer {
	position: relative;
	background-color: #20262f;
	color: #b4b6b7;
}
.footer a {
	text-decoration: none;
}
.footer-top {
	padding: 55px 0 52px;
	display: flex;
}
.footer-nav {
	width: 100%;
}
.footer-nav > ul {
	margin: 0 -15px;
}
.footer-nav > ul > li {
	width: 33.333%;
	padding: 0 15px;
}
.footer-nav > ul > li .title {
	padding: 0 5px 19px 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer-nav > ul > li ul + .title {
	margin-top: 40px;
}
.footer-nav > ul > li ul li + li {
	margin-top: 9px;
}
.footer-nav > ul > li ul li a {
	color: #b4b6b7;
	display: inline-block;
	word-wrap: break-word;
}
.footer-contacts {
	width: 320px;
	min-width: 320px;
}
.footer-contacts .phone .number {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.footer-contacts .callback {
	line-height: 16px;
	color: #b4b6b7;
	font-weight: 500;
} 
.footer-contacts .callback a {
	color: inherit;
}
.footer-contacts p {
	margin-top: 21px;
	max-width: 260px;
}
.social {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.social a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	border: 1px solid #cc0033;
	margin-right: 8px;
	font-size: 16px;
}

.footer-bot {
	position: relative;
	padding: 20px 0 65px;
	color: #8d8f92;
}
.footer-bot:before {
	content: '';
	display: block;
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 1px;
	background: #fff;
	opacity: .05;
}
.footer-dev {
	width: 320px;
	font-size: 13px;
}


.modal {
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	background-color: #f4f6f8;
}
.modal-head {
	background-color: #cc0033;
	padding: 17px 33px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.modal-content {
	padding: 5px 32px 50px;
}
.modal .bt {
	margin-top: 40px;
}
.modal .agree {
	max-width: 250px;
}
.modal.sm {
	max-width: 370px;
}




.form-item {
	margin-top: 26px;
}
.form-item input {
	width: 100%;
	height: 44px;
	padding: 0 11px;
	color: #8d8c8c;
	font-size: 14px;
	font-weight: 300;
}
.form-item textarea {
	width: 100%;
	height: 138px;
	padding: 12px 11px;
	color: #8d8c8c;
	font-size: 14px;
	font-weight: 300;
}
.form-group {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-group .form-item {
	width: 50%;
	padding: 0 15px;
}


.agree {
	position: relative;
	margin-top: 30px;
	color: #010101;
}
.agree label {
	position: relative;
	display: inline-block;
	padding-left: 32px;
}

.checkbox-item {
	position: relative;
}
.checkbox-item label {
	position: relative;
	display: inline-block;
	padding-left: 24px;
}
.agree input,
.checkbox-item input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.checkbox-custom {
	position: absolute;
	left: 0; top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 16px; height: 16px;
}
.checkbox-custom:before {
	content: '';
	display: block;
	transition: .3s;
	opacity: 0;
	box-sizing: border-box;
	width: 5px; height: 10px;
	border-bottom: solid 2px #cc0033;
	border-right: solid 2px #cc0033;
	transform: rotate(45deg);
}
input:checked + .checkbox-custom:before {
	opacity: 1;
}




.rating-stars {
	margin-top: 24px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 30px;
}
.rating-stars input:checked ~ label,
.rating-stars label,
.rating-stars label:hover,
.rating-stars label:hover ~ label {
	background: url(/bitrix/templates/NISON/css/../svg/star.svg);
	background-size: 100% 100%;
}

.rating-stars {
	position: relative;
	margin-right: 10px;
}
.rating-stars:after {
	position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.rating-stars input {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	z-index: 0;
}
.rating-stars input:checked ~ label {
	background: url(/bitrix/templates/NISON/css/../svg/star-fill.svg);
	background-size: 100% 100%;
	height: 30px;
	width: 30px;
}
.rating-stars label {
	background-position: 0 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	z-index: 1;
	float: right;
}
.rating-stars label:hover,
.rating-stars label:hover ~ label {
	background: url(/bitrix/templates/NISON/css/../svg/star-fill.svg);
	background-size: 100% 100%;
	height: 30px;
	width: 30px;
}

.rating-stars #star-0 {
	left: 0px;
}
.rating-stars #star-1 {
	left: 35px;
}
.rating-stars #star-2 {
	left: 70px;
}
.rating-stars #star-3 {
	left: 105px;
}
.rating-stars #star-4 {
	left: 135px;
}
.rating-stars #star-5 {
	left: 165px;
}



.slick-slider {
	display: block;
	height: auto;
	max-height: 100%;
}
.slick-track {
	display: flex;
}
.slick-arrow {
	font-size: 0;
	color: transparent;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	top: 166px;
	z-index: 10;
	width: 28px;
height: 28px;
border-radius: 50%;
background: #e7ecf2 url(/bitrix/templates/NISON/css/../i/chevron.png) 50% 50% no-repeat;
background-size: 8px auto;
}
.slick-prev {
	left: -14px;
}
.slick-next {
	right: -14px;
	background: #e7ecf2 url(/bitrix/templates/NISON/css/../i/chevron-r.png) 50% 50% no-repeat;
	background-size: 8px auto;
}
.slick-dots {
	display: flex;
	justify-content: center;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	cursor: pointer;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 50%;
	transition: all .3s;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #4EC85B;
}



select.custom-select {
	border: 1px solid #268256;
	height: 50px;
	width: 100%;
	line-height: 48px;
	border-radius: 3px;
	padding: 0 18px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}
.nice-select {
	position: relative;
	width: 100%;
}
.nice-select .current {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 0 30px 0 20px;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nice-select .current::after {
	content: '';
	display: block;
	position: absolute;
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}
.nice-select.open {
	z-index: 20;
}
.nice-select .list {
	background-color: #fff;
	border: solid 1px #c8cbcc;
	border-top: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	transition: all 0.2s;
	display: block;
	margin: 0;
	padding: 0;
	padding: 4px 0;
}




@font-face {
  font-family: 'icomoon';
  src:  url('/bitrix/templates/NISON/css/fonts/icomoon.eot?ws6nte');
  src:  url('/bitrix/templates/NISON/css/fonts/icomoon.eot?ws6nte#iefix') format('embedded-opentype'),
    url('/bitrix/templates/NISON/css/fonts/icomoon.ttf?ws6nte') format('truetype'),
    url('/bitrix/templates/NISON/css/fonts/icomoon.woff?ws6nte') format('woff'),
    url('/bitrix/templates/NISON/css/fonts/icomoon.svg?ws6nte#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-facebook:before {
  content: "\e900";
}
.icon-in:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-vk:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-chevron:before {
  content: "\e905";
}


.icon-burger {
	position: relative;
	width: 24px;
	height: 2px;
	background: #fff;
	display: block;
}
.icon-burger:before {
	content: '';
	display: block;
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.icon-burger:after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}


.bt-menu {
	position: relative;
	z-index: 20;
	width: 24px;
	height: 18px;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0 auto;
	cursor: pointer;
	display: none;
}
.bt-menu span {
	display: block;
	height: 2px;
	width: 100%;
	background: #cc0033;
}
.bt-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #cc0033;
}
.bt-menu:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #cc0033;
}
.bt-menu span:after {
	top: calc(100% - 2px);
}
.bt-menu.close span {
	background: 0;
}
.bt-menu.close:before,
.bt-menu.close:after  {
	top: 8px;
	transform: rotate(45deg);
}
.bt-menu.close:after {
	transform: rotate(-45deg);
}


/* hover style */

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {

.bt:hover {
	background: #8e0023;
}
.bt-str:hover {
	background: #cc0033;
	color: #fff;
}
.header-nav > ul > li:hover > a{
	border-color: #cc0033;
}
.header-catalog:hover .bt-catalog {
	background-color: #cc0033;
}
.social a:hover {
	background: #cc0033;
	color: #fff;
}
.footer-nav > ul > li ul li a:hover {
	color: #cc0033;
}
.header-search .nice-select .option:hover {
	color: #cc0033;
}
.subcategory-item:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.aside-nav > ul > li:hover > a,
.catalog-menu > ul > li:hover > a {
	background-color: #cc0033;
	color: #fff;
}
.catalog-item .title:hover,
.catalog-item li a:hover,
.catalog-menu li li li a:hover,
.catalog-menu > ul > li > ul > li > a:hover {
    color: #cc0033;
    
}
.catalog-menu > ul > li > ul > li > a:hover, .catalog-menu li li li a:hover{
	font-weight: 700
}
.catalog-item .js-toggle:hover {
	text-decoration: none;
}
.promotion-wrapper li a:hover {
	color: #fff;
	text-decoration: underline;
}
.promotion-wrapper .title:hover {
	color: #fff;
}
.catalog-item .wrapper:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.catalog .product-item:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	transition: all 300ms ease;
}
.rubric-cetegory .image:hover img,
.rubric-item .image:hover img,
.subcategory-item:hover .image img,
.catalog-item:hover .image img {
	transform: scale(1.02);
}
.advatage-item:hover {
	z-index: 2;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.category-item:hover .content {
	opacity: 1;
}
.promotion-item:hover .content {
	padding-bottom: 112px;
	background: rgba(204, 0, 51, 0.75);
	color: #fff;
}
.promotion-item:hover .bt {
	opacity: 1;
}
.news-item:hover {
	background-color: #edf1f5;
}
.news-item:hover .title {
	color: #cc0033;
}
.head-module .bt-str:hover:after {
    background: url(/bitrix/templates/NISON/css/../i/arrow-right-white.png);
    background-size: 100% 100%;
}
.preview-slider .slick-dots li:hover {
	background: 0;
}
.dropdown-menu__list > ul > li:hover > a {
	background-color: #e7ecf2;
	color: #cc0033;
}



.contacts-list .title:hover,
.partner-slider li a:hover {
	color: #cc0033;
	text-decoration: none;
}
.rubric-cetegory .title:hover,
.rubric-item .tags a:hover,
.rubric-item .title:hover,
.aside-article:hover,
.aside-nav > ul > li > ul > li > a:hover,
.dropdown-menu__image .item:hover,
.dropdown-menu__content-list > li > ul > li > a:hover,
.dropdown-menu__content-list > li > ul > li li a:hover,
.header-nav li li a:hover,
.footer-contacts .callback a:hover,
.category-item li a:hover {
	color: #cc0033;
}
.dropdown-menu__content-list > li > ul > li li a:hover{
	font-weight: 700
}
.page-control a:hover span {
	text-decoration: none;
}


.aside-right .aside-nav > ul > li:hover > a {
	background: #20262f;
	color: #cc0033;
}
.rubric-cetegory .link:hover,
.rubric-item .more:hover {
	text-decoration: underline;
}

}

.question-list .bt-center {
    display: flex;
    justify-content: center;
    margin-top: 75px;
}


.js-toggle3{
	display:block;
}
.errorr{
	border:solid 1px red!important;
}

.page-content ol{
	list-style-position: inside;
}

.search-page{
	width: 100%;
}

.search-page{
	display: none;
}

.dropdown-menu__content-list .top_menu_level_3{
	padding: 10px 0 10px 20px;
}
.img-margin {
	margin-left: 10px;
	margin-right: 10px;
}
/* End */


/* Start:/bitrix/templates/NISON/css/adapt.css?164061581224762*/
@media (max-width: 1200px) {

.top-banner .price {
	margin-right: 0;
}
.heder-tel {
	margin-right: 15px;
}
.header-mid {
	align-items: flex-start;
}
.header-nav {
	padding-left: 0;
	margin-left: auto;
}
.header-nav > ul > li {
	margin-left: 25px;
}
.header-lang {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.top-banner .note,
.header-work-time {
	display: none;
}


.dropdown-menu .content {
    padding-left: 20px;
}
.dropdown-menu__content-list > li {
    max-height: 360px;
}


.catalog-item li:nth-child(1n+4) {
	display: none;
}
.catalog-item.open li:nth-child(1n+4) {
	display: block;
}

.aside .h2 {
    font-size: 26px;
}
.rubric-item .content {
    padding: 15px;
}


}


@media (max-width: 1023px) {


.top-banner .title {
    margin-left: 0;
    font-size: 15px;
}
.top-banner .text {
    font-size: 14px;
    max-width: 290px;
    line-height: 1.1;
}
.header-adds {
    max-width: 300px;
    line-height: 1.1;
}
.header-nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #f4f6f8;
	padding: 110px 45px 20px;
	overflow: auto;
	z-index: 9;
	display: none;
}
.header-nav > ul > li {
	margin: 0;
	width: 100%;
}
.header-nav > ul > li + li {
	margin-top: 15px;
}
.header-nav > ul > li.hidden {
	display: block;
}
.header-nav > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.header-nav > ul > li > a:before {
	display: none;
}
.header-nav > ul > li.has-submenu > a span:after {
	content: "\e907";
	font-family: 'icomoon' !important;
	display: block;
	font-size: 14px;
	color: #000;
}
.head_acii_menu span:after, .head_about_menu span:after{
		display: none!important;
	}
.header-nav > ul > li.open > a span:after {
	content: "\e906";
	font-size: 2px;
}
.header-nav li ul {
    position: static;
    min-width: 0;
    box-shadow: none;
    background-color: 0;
    padding: 4px 0 0;
}
.header-nav li li a {
	font-size: 15px;
	font-weight: 300;
}
.header-nav .for-mobile {
	margin-top: 100px;
    display: flex;
    justify-content: center;
}
.for-mobile .tel {
	display: inline-flex;
	align-items: center;
	color: #343434;
	font-weight: 700;
	text-decoration: none;
	font-size: 22px;
}
.for-mobile .tel:before {
	content: '';
	display: block;
	background: url(/bitrix/templates/NISON/css/../i/sprite.png) 0 -46px;
	height: 24px;
	width: 24px; 
	margin-right: 10px;
}

.bt-menu {
	display: flex;
	margin-top: 0;
	order: 2;
	margin-left: 20px;
}
.header-lang {
	position: static;
}
.header-mid {
	align-items: center;
}
.header-mid__left {
	display: flex;
	align-items: center;
}
.header-logo {
	margin-right: 20px;
}
.bt-catalog .icon-burger {
	display: none;
}

.dropdown-menu__list {
    padding: 10px 0;
}
.dropdown-menu__list > ul {
    width: 100%;
}
.dropdown-menu__list > ul > li > a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropdown-menu__list > ul > li > a:after {
	font-family: 'icomoon' !important;
	content: "\e907";
	display: block;
	font-size: 12px;
}
.dropdown-menu__list > ul > li.open > a:after {
	content: "\e906";
	font-size: 2px;
}
.dropdown-menu .content {
    position: static;
    padding: 10px 0;
}



.dropdown-menu__image {
	position: static;
	width: 100%;
	box-shadow: none;
	background-color: 0;
	padding: 5px 0;
}




.card-left {
	width: 40%;
}
.card-right {
    width: 60%;
    padding-left: 35px;
}
.feature-table .cell:nth-child(1) {
    width: 145px;
    min-width:145px;
    padding-left: 15px;
}
.slider-thumbnail .item {
	height: 90px;
}


.product-item {
    padding: 20px 25px 28px;
}

.footer-contacts {
	min-width: 230px;
}
.footer-nav > ul {
    margin: 0 -10px;
}
.footer-nav > ul > li {
    padding: 0 10px;
    width: auto;
    max-width: 33.333%;
}


.page-catalog {
	padding-bottom: 0;
}
.page-content {
    width: 100%;
    padding-left: 0;
}
.page-content.v2 {
    width: 100%;
    padding-right: 0;
}
.aside-right {
    width: 100%;
}
.aside {
    width: 100%;
    order: 2;
}
.bnr-box {
	display: none;
}
.catalog-menu {
	margin: 0 -15px;
}
.aside-nav {
	margin: 0 -15px;
}


.advatage-list {
	overflow: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 15px;
}
.advatage-item {
	min-width: 176px;
}
.category-list {
	margin: 0 -0.9%;
}
.category-item {
	width: 31.533%;
	margin: 25px 0.9% 0;
	height: 320px;
}
.category-item ul {
    height: 196px;
}
.category-item .preview,
.category-item .content {
    padding: 15px 15px 20px;
}

.footer-dev {
	width: 230px;
}




.promotion-box {
    height: 185px;
}
.promotion-box .text {
    display: block;
    padding: 24px 15px;
    width: 54.5%;
}
.promotion-box .title {
    font-size: 24px;
}
.promotion-box .p {
    font-size: 16px;
    margin-top: 20px;
}




.header-panel .header-catalog {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    display: none;
}

.header-panel .mobile-catalog {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 10;
    display: block;
}
.header-panel .mobile-catalog__dropdown {
    position: absolute;
    height: auto;
    background: 0;
}
.header-panel {
    display: block;
}
.header-panel .bt-catalog {
	display: flex;
	padding-left: 25px;
}
.header-panel .bt-catalog .icon-burger {
    display: block;
}
.header-panel .header-search {
	margin-top: 24px;
}
.header-panel .header-search .search-input {
    height: 42px;
}
.page-404 .page-control {
	margin-top: 30px;
	justify-content: space-between;
}
.page-control a + a {
    margin-left: 0;
}


.mobile-pb-0 {
	padding-bottom: 0;
}

}



@media (max-width: 767px) {

	.seo-text{
		display: none;
	}

H1, .h1 {
    font-size: 22px;
    line-height: 22px;
}
H2 {
    font-size: 22px;
    line-height: 22px;
}
.page-content > H2 {
    font-size: 22px;
    line-height: 22px;
}
.page-content > H3 {
    font-size: 20px;
}
.viewport-wrapper {
    padding-top: 125px;
}
.viewport-wrapper.no_aciia{
	padding-top: 125px;
}
.header-bot {
	position: static;
}



.top-banner,
.heder-tel,
.link-callback {
	display: none;
}
.mobile-header__phone {
	display: none;
}
.header-adds {
	max-width: 100%;
	display: none;
}
.mobile-header__phone {
	display: block;
	margin-left: auto;
	text-align: right;
	line-height: 1.2;
}
.mobile-header__phone .tel {
	display: block;
	color: #343434;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.mobile-header__phone .link {
	font-weight: 700;
}
.header-mid .header-lang {
	display: none;
}
.mobile-header__panel {
	display: flex;
	align-items: center;
	width: 100%;
}
.mobile-header__panel .link-catalog {
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 700;
}
.mobile-header__panel .link-catalog::after {
	content: '';
	display: block;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	margin: -2px 0 0 5px;
}
.mobile-header__panel .discount {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.mobile-header__panel .header-lang {
	margin-left: auto;
}

.header {
	position: fixed;
	transition: all 300ms ease;
	width: 100%;
}
.header.fix {
    top: -26px;
}
.header-bot > .container {
    height: 49px;
}
.header-search .select {
	width: 130px;
	display: flex;
}
.header-search .select select {
	background: #31353b url(/bitrix/templates/NISON/css/../i/select-arrows.png) 95% 50% no-repeat;
	background-size: auto 11px;
	background-position-x: calc(100% - 8px); 
	padding: 0 20px 0 12px;
}
.header-search .nice-select .current {
	background: #31353b url(/bitrix/templates/NISON/css/../i/select-arrows.png) 95% 50% no-repeat;
	background-position-x: calc(100% - 8px); 
	background-size: auto 11px;
}
.header-search .nice-select .current {
    padding: 0 10px 0 12px;
    height: 27px;
    line-height: 27px;
}
.header-search .nice-select .option {
    padding: 5px 5px 6px 12px;
}
.header-search .bt {
	width: 80px;
	height: 27px;
	font-size: 14px;
	line-height: 27px;
	padding: 0;
}
.header-search .search-input {
	width: calc(100% - 210px);
	height: 27px;
	padding: 0 10px;
}




.bt-catalog {
	display: none;
}
.header-catalog {
	max-width: 0;
	max-height: 0;
	position: static;
	display: none;
}
.header-search {
    width: 100%;
}





.dropdown-menu {
	top: 0;
	z-index: 110;
	padding: 0;
}
.dropdown-menu__list {
	margin: 0 -15px;
	padding: 0;
}
.dropdown-menu__list > ul > li {
	border-bottom: 1px solid #fff;
}
.dropdown-menu__list > ul > li > a {
	background: #20262f;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.dropdown-menu:before {
    display: none;
}
.dropdown-menu .content {
	display: block;
	padding: 8px 15px;
	background: #e7ecf2;
}
.dropdown-menu__content-list {
	display: block;
}
.dropdown-menu .content > .title {
	display: none;
}
.dropdown-menu__content-list > li {
    width: 100%;
    padding: 0;
    max-height: 100%;
    overflow: visible;
}
.dropdown-menu__content-list > li > ul,
.dropdown-menu__content-list > li > ul > li ul {
	display: none;
}
.dropdown-menu__content-list > li:not(:first-child) {
    padding-left: 0;
}
.dropdown-menu__content-list > li:nth-child(3) {
	margin-bottom: 0;
}



.header-top {
	z-index: 99;
}

.mobile-catalog__dropdown .for-mobile {
	padding: 30px 0 0;
	margin: auto 0 10px;
	display: flex;
	justify-content: center;
}


.card-left {
    width: 100%;
}
.card-left p {
    max-width: 100%;
    font-size: 14px;
}
.card-product .card-left .bt {
    margin-top: 25px;
}
.card-right {
    width: 100%;
    padding: 30px 0 0;
}
.feature-table {
    margin: 25px -15px 0;
}
.feature-table .trow {
	padding-top: 15px;
}


.page {
    padding-bottom: 50px;
}



.footer-top {
	padding: 25px 0;
	flex-wrap: wrap;
}
/*.footer-nav > ul {
    justify-content: space-between;
}
.footer-nav > ul > li {
    width: auto;
    max-width: 33.333%;
}*/
.footer-contacts {
    width: 100%;
    min-width: 0;
}
.footer-bot {
    padding: 20px 0;
}
.footer-dev {
    width: auto;
}

.print-bt {
	display: none;
}


.md-scroll-x {
	overflow: auto;
	padding-bottom: 20px;
}

.md-scroll-x table {
	min-width: 600px;
}
table td {
	padding-left: 20px;
}

.view-tool {
	display: none;
}
.catalog-section {
    padding-top: 0;
}
.catalog .product-item {
    padding: 20px 15px 28px;
}


.partner-slider .slick-arrow:after {
	display: none;
}
.partner-slider .slick-prev {
	left: 0;
	right: auto;
}
.partner-slider .slick-arrow {
	top: 50%;
	margin-top: -14px;
	z-index: 10;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff url(/bitrix/templates/NISON/css/../i/chevron2.png) 50% 50% no-repeat;
	background-size: 8px auto;
	border: 0;
}
.partner-slider .slick-next {
	background: #fff url(/bitrix/templates/NISON/css/../i/chevron2-r.png) 50% 50% no-repeat;
	background-size: 8px auto;
}



.promotion-list .slick-arrow:after {
	display: none;
}
.promotion-list .slick-prev {
  	left: 9px;
	right: auto;
}
.promotion-list .slick-arrow {
	top: 50%;
	margin-top: -14px;
	z-index: 10;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff url(/bitrix/templates/NISON/css/../i/chevron2.png) 50% 50% no-repeat;
	background-size: 8px auto;
	border: 0;
}
.promotion-list .slick-next {
	background: #fff url(/bitrix/templates/NISON/css/../i/chevron2-r.png) 50% 50% no-repeat;
	background-size: 8px auto;
	right: 8px;
}



.news-list {
	margin-left: -9px;
	margin-right: -9px;
}
.news-list .slick-arrow:after {
	display: none;
}
.news-list .slick-prev {
  	left: 9px;
	right: auto;
}
.news-list .slick-arrow {
	top: 50%;
	margin-top: -14px;
	z-index: 10;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff url(/bitrix/templates/NISON/css/../i/chevron2.png) 50% 50% no-repeat;
	background-size: 8px auto;
	border: 0;
}
.news-list .slick-next {
	background: #fff url(/bitrix/templates/NISON/css/../i/chevron2-r.png) 50% 50% no-repeat;
	background-size: 8px auto;
	right: 8px;
}
.news-item {
	border: 0;
	background-color: #edf1f5;
	margin: 0 9px;
}
.article-item {
	width: 50%;
	margin-top: 23px;
}
.contacts-box {
    width: 100%;
    order: -2;
}
.contacts-map {
	width: 100%;
}

.category-block {
	padding-top: 33px;
}
.category-block H2 {
	margin: 0;
    font-size: 30px;
    line-height: 1.2;
}
.category-list {
	margin: 0 -1%;
}
.category-item {
	margin: 15px 1% 0;
    width: 48%;
}


.partner-block H2 {
	margin: 0;
    font-size: 30px;
    line-height: 1.2;
}
.head-module {
	padding: 44px 0 0;
}
.head-module H2 {
	margin: 0;
    font-size: 30px;
    line-height: 1.2;
}
.contacts-block H2 {
    font-size: 30px;
    line-height: 1.2;
}

.footer-nav {
	display: none;
}
.footer {
	text-align: center;
}
.footer-contacts p {
	margin-left: auto;
	margin-right: auto;
}
.footer .social {
	justify-content: center;
}
.footer .social a:last-child {
	margin-right: 0;
}
.footer-bot {
	flex-direction: column;
}



.preview-slider .item {
    height: 100%;
    padding: 50px 0 67px;
    height: auto;
}
.preview-slider .item .content {
	padding: 0;
}
.preview-slider .title {
	font-size: 35px;
}
.preview-slider .subtitle {
	font-size: 22px;
}
.preview-slider p {
    font-size: 15px;
}
.preview-block .bt-down {
	display: none;
}

.aside .h2 {
    margin-top: 45px;
}

.contacts-wrapper .column {
    max-width: 100%;
    width: 100%;
}

.contacts-wrapper .column:first-child{
	margin-right: 0px
}

.contacts-wrapper .column + .column {
	margin-top: 20px;
}
.page-content .contacts-map {
    margin-top: 30px;
}
.accordion-item {
    margin-top: 35px;
}
.aside .mobile-hidden {
	display: none;
}


.content-404 .text {
    font-size: 24px;
}


.mobile-pb-0 {
	padding-bottom: 0;
}

}


@media (max-width: 660px) {


.bt {
    padding: 0 22px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.bt-str {
    padding: 0 22px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
}
.header-top {
    padding: 3px 0 1px;
}
.header-adds {
	width: 100%;
	white-space: nowrap;
	overflow: auto;
	display: none;
}
.header-adds::-webkit-scrollbar {
  width: 0;
  background-color: 0;
  height: 0;
}
.header-adds::-webkit-scrollbar-thumb {
  width: 0;
  background-color: 0;
  height: 0;
}
.header-adds::-webkit-scrollbar-track {    
  width: 0;
  background-color: 0;
  height: 0;
}

.header-mid {
    padding: 10px 0;
}
.header-logo {
	margin-right: 0;
}
.header-logo img {
	width: 105px;
}
.header-period {
	display: none;
}
.header-lang a + a {
    margin-left: 9px;
}

.dropdown-menu__image .item {
    width: 98%;
}
.dropdown-menu__image .item:first-child {
	margin-top: 10px;
}


.breadcrumbs {
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
}
.breadcrumbs .bt-more {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 9px;
	width: 64px;
	min-width: 64px;
height: 19px;
background-color: #e7ecf2;
justify-content: center;
position: absolute;
left: 0;
top: 0;
}
.breadcrumbs .bt-more:before,
.breadcrumbs .bt-more:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #31353b;
	border-radius: 50%;
	display: block;
}
.breadcrumbs .bt-more span {
	width: 6px;
height: 6px;
background-color: #31353b;
border-radius: 50%;
display: block;
margin: 0 10px;
}

.breadcrumbs li:last-child {
	text-indent: 74px;
}
.breadcrumbs li:not(:last-child) {
	display: none;
}
.breadcrumbs.open li:last-child {
	text-indent: 0;
}
.breadcrumbs.open li:not(:last-child) {
	display: flex;
}
.breadcrumbs.open .bt-more {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	background: green
}

.page H1 {
    margin-top: 15px;
}
.page-catalog H1 {
	margin-top: 15px;
}
.card-top .code {
	margin-top: 12px;
	width: 100%;
}
.card-top .rating-wrapper {
	width: 100%;
    margin: 20px 0 0;
    justify-content: center;
}
.tabs {
	margin: 31px -15px 0 0;
	overflow: auto;
}
.tabs::-webkit-scrollbar {
  width: 0;
  background-color: 0;
  height: 0;
}
.tabs::-webkit-scrollbar-thumb {
  width: 0;
  background-color: 0;
  height: 0;
}
.tabs::-webkit-scrollbar-track {    
  width: 0;
  background-color: 0;
  height: 0;
}
.tabs li {
    flex-grow: 0;
    flex-basis: auto;
}
.tabs li a {
	flex-wrap: nowrap;
	font-size: 13px;
	padding: 5px 19px 5px;
}
.tab-content {
    padding-top: 30px;
}
.card-left {
    margin-top: 0;
}
.card-left H4 {
    font-size: 19px;
    margin-top: 9px;
}

.slider-big .item {
    height: 233px;
}
.slider-thumbnail {
	margin: 0 -2px;
}
.slider-thumbnail .item {
    height: 93px;
    margin: 0 2px;
}
.card-left p {
    margin-top: 17px;
    line-height: 20px;
}
.card-product .card-left .bt {
	margin-top: 24px;
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
}
.card-right > H3:first-child {
    font-size: 14px;
}
.feature-table .trow {
	padding: 17px 15px 17px 0;
	line-height: 21px;
}
.feature-table .cell:nth-child(1) {
    width: 135px;
    min-width: 135px;
}

.product-block {
    margin-top: 75px;
}
.slick-slider {
	margin-top: 20px;
}
.product-item .rating-wrapper {
    padding-top: 18px;
}
.product-item .bt-str {
	margin-top: 28px;
}
.card-product .bt {
    margin-top: 30px;
}

.question-list {
    padding: 15px 0 0;
}
.question-item .text {
    margin-top: 20px;
    padding: 0
    background: 0;
    line-height: 1.714;
}
.review-total {
	display: block;
}
.review-total .rating-wrapper {
	display: block;
	margin-top: 3px;
}
.review-total .rating-wrapper a {
    margin: 4px 0 0;
}
.review-item {
	display: block;
	margin-top: 30px;
}
.review-item .info {
    min-width: 0;
    width: 100%;
}
.review-item .stars {
    margin-top: 0;
}
.review-item .text {
    background: 0;
    padding: 8px 0 0;
}
.review-item .text:before {
	display: none;
}
.review-list .bt-center {
	margin-top: 40px;
}
.bt-center .bt-str {
	text-transform: none;
}
.doc-item {
    width: 100%;
    margin: 10px 0 50px;
    padding-right: 0;
}
.doc-item a {
	margin-top: 15px;
}
.tab-description {
    padding-left: 0;
    padding-right: 0;
}
.tab-description H3 {
    margin-top: 38px;
}
.video-wrapper {
    margin-top: 20px;
    min-height: 175px;
}
.video-wrapper .content:before {
	background: url(/bitrix/templates/NISON/css/../i/play.png);
	width: 24px; height: 24px;
	background-size: 100% 100%;
}
.video-wrapper .title {
    font-size: 14px;
}
.video-wrapper .label {
	margin-top: 12px;
}
.catalog:not(.view-list) .catalog-item,
.catalog:not(.view-list) .subcategory-item {
    width: 48.4%;
}


.catalog:not(.view-list) .product-item {
    width: 48.4%;
}
.partner-slider {
    padding-top: 0;
    margin-top: 40px;
}
.promotion-block {
	padding-bottom: 60px;
}
.news-wrapper {
	padding-bottom: 60px;
}
.head-module .bt-str {
	position: absolute;
	right: 15px;
	bottom: 0;
	padding: 0 10px;
	height: 35px;
}
.news-item {
    padding: 25px 30px;
}
.article-list {
	margin-top: 0;
	padding-top: 10px;
}
.article-item {
    width: 100%;
    padding: 30px;
}
.contacts-block {
    margin: 30px -15px 0;
}
.contacts-box {
    padding: 26px 15px 40px;
}
.contacts-list {
    padding: 0 0 0 30px;
    max-height: 300px;
}

.gallery-list {
    margin: 0 -0.6%;
}
.gallery-list a {
    width: 23.8%;
    margin: 5px 0.6% 0;
}
.rubric-item .image {
	display: none;
}
.rubric-item {
	margin-bottom: 13px;
    width: 48.4%;
}
.pagination {
	margin-top: 20px;
}


.logo-list {
	padding-top: 8px;
    margin: 0 -0.6%;
}
.logo-item {
    width: 48.8%;
    margin: 5px 0.6% 0;
}


.page-404 > .container {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 0;
}
.content-404 .image {
    width: 100%;
    order: 2;
}
.content-404 .text {
    text-align: right;
    max-width: 250px;
    width: 100%;
    margin-left: auto;
}
.page-404 .add-panel {
    top: 320px;
}
.rubric-cetegory {
    margin-right: 0;
    width: 100%;
}
.rubric-cetegory .content {
    padding: 15px;
}

.mobile-pb-0 {
	padding-bottom: 0;
}


}



@media (max-width: 479px) {

.catalog {
    margin: 0;
}
.catalog:not(.view-list) .catalog-item {
    width: 100%;
    margin: 0 0 12px;
    height: 100%;
}
.catalog:not(.view-list) .catalog-item .wrapper {
    position: static;
    padding: 10px 16px 10px 118px;
    min-height: 118px;
}
.catalog:not(.view-list) .catalog-item .image {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 90px;
	height: 90px;
}
.catalog:not(.view-list) .catalog-item .content {
    padding: 0
}
.catalog:not(.view-list) .promotion-wrapper {
    padding: 10px 16px 10px 118px;
}


.catalog:not(.view-list) .subcategory-item {
    width: 100%;
    margin: 0 0 12px;
    height: 100%;
    padding: 10px 16px 10px 118px;
    min-height: 120px;
}
.catalog:not(.view-list) .subcategory-item .image {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 90px;
	height: 90px;
}
.catalog:not(.view-list) .subcategory-item .content {
    padding: 0;
    min-height: 0;
}


.page-content .product-item .image {
    height: 160px;
}
.page-content .product-item .rating-wrapper {
	display: block;
}
.page-content .product-item .rating-wrapper a {
    margin-left: 0;
}
.page-content .product-item .stars {
	width: 100%;
	justify-content: center;
}
.page-content .product-item .bt-str {
    margin-top: 18px;
    background: #cc0033;
    color: #fff;
    text-transform: none;
}
.page-content .product-item {
    padding: 0 15px 20px;
}




.preview-slider .item {
    height: 100%;
    padding: 20px 0 27px;
    height: auto;
}
.preview-slider .item .content {
	padding: 0;
	max-width: 190px;
}
.preview-slider .title {
	font-size: 25px;
}
.preview-slider .subtitle {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.3;
}
.preview-slider p {
    font-size: 13px;
}
.preview-slider .bt {
    margin-top: 25px;
    width: 110px;
    height: 27px;
    font-size: 14px;
}

.advatage-block {
    padding-top: 25px;
}
.category-item {
    width: 98%;
}
.category-item .preview {
	height: 142px;
}
.promotion-box {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    height: auto;
    border: 0;
}
.promotion-box .img {
	order: -1;
	height: 196px;
	position: relative;
}
.promotion-box .img img {
	right: 0;
	top: 0;
	transform: translate(0,0);
}
.promotion-box img {
	transform: translate(0);
	top: 0;
	right: 0;
	width: auto;
}
.promotion-box .text {
    padding: 0;
    width: 100%;
    padding: 0 15px 25px;
}
.promotion-box .title {
    font-size: 14px;
}
.promotion-box .title:after {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	background: #fff;
	margin-top: 8px;
}
.promotion-box .p {
    font-size: 14px;
    margin-top: 18px;
}


.partner-block {
    margin-top: 0;
    padding: 20px 0 30px;
}


.gallery-list {
    margin: 0 -0.6%;
}
.gallery-list a {
    width: 48.8%;
}


.assortment-list .item {
	margin: 11px 3% 0 0;
	width: 48.5%;
	height: 88px;
}
.assortment-list .item:nth-child(3n) {
	margin-right: 3%;
}
.assortment-list .item:nth-child(2n) {
	margin-right: 0;
}
.assortment-list .item img {
	max-height: 100%;
}
.page-control {
    margin-top: 25px;
}
.aside-article .p {
	display: none;
}
.aside-article .title {
    margin-bottom: 0;
}
.aside-article__list li + li {
    margin-top: 25px;
}
.aside-article__list li:after {
    margin-top: 25px;
}
.aside-article__list {
    padding-top: 35px;
}


.page-content.v2 .logo-item {
	margin: 11px 3% 0 0;
	width: 48.5%;
	height: 88px;
}
.page-content.v2 .logo-item:nth-child(3n) {
	margin-right: 3%;
}
.page-content.v2 .logo-item:nth-child(2n) {
	margin-right: 0;
}
.rubric-item {
    width: 98.4%;
}
.content-404 .image {
    max-width: 240px;
}


}
/* End */


/* Start:/bitrix/templates/NISON/css/magnific-popup.min.css?16406158125679*/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:.7}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:38px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close-btn-in .mfp-close{transition: .3s;color:#111}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}
@media all and (max-width:900px){
	.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.modal button.mfp-close {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	color: transparent;
	background: 0;
	width: 20px; height: 20px;
	top: 19px; right: 29px;
	opacity: 1;
}
.modal button.mfp-close:before,
.modal button.mfp-close:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
	transform: rotate(45deg);
	background: #fff;
}
.modal button.mfp-close:after {
	transform: rotate(-45deg);
}
/* End */
/* /bitrix/templates/NISON/css/fonts.css?1640615812116 */
/* /bitrix/templates/NISON/css/style.css?166151029476796 */
/* /bitrix/templates/NISON/css/adapt.css?164061581224762 */
/* /bitrix/templates/NISON/css/magnific-popup.min.css?16406158125679 */
