

/* Start:/bitrix/templates/new/assets/css/normalize.css?17001104946138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/bitrix/templates/new/assets/css/fonts.css?17001105393420*/
@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}


@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bitrix/templates/new/assets/css/../fonts/Montserrat/static/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
/* End */


/* Start:/bitrix/templates/new/assets/css/main.css?17016840152722*/
body, * {
	font-family: Montserrat;
}

@media screen and (min-width: 800px) {
	.section {
		margin-top: 100px;
	}
}

@media screen and (max-width: 799px) {
	.section {
		margin-top: 30px;
	}
}

.link {
	position: relative;
	color: #323E48;
    text-decoration: none;
}
.link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #76bc21;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.link:hover {
	color: #323E48;
}
.link:hover::before {
	visibility: visible;
	transform: scaleX(1);
}

.footer-newsletter {
	padding: 80px 20px;
	background: #f5f5f5;
	margin-top: 100px;
	margin-bottom: 100px;
}
.footer-newsletter-title {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #323E48;
}
.footer-newsletter-input-wrap {
	margin-top: 45px;
}
.footer-newsletter-input {
	max-width: 655px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.footer-newsletter-input .input-group-text {
	background: #76BC21;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.footer-grid {
	margin: 100px 0 70px 0;
	display: grid;
}
.footer-grid-col-title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.footer-grid ul {
	margin: 0;
	padding: 0;
}
.footer-grid li {
	margin-bottom: 10px !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-grid a {
	color: #323E48;
	text-decoration: none;
}
.footer-grid li a {
	position: relative;
}
.footer-grid li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #76bc21;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
.footer-grid li a:hover {
	color: #323E48;
}
.footer-grid li a:hover::before {
	visibility: visible;
	transform: scaleX(1);
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-social {
	margin-top: 20px;
}

@media screen and (min-width: 960px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.footer-grid-col:nth-child(2),
	.footer-grid-col:nth-child(3) {
		text-align: center;
	}
	.footer-grid-col:nth-child(4) {
		text-align: right;
	}
}
@media screen and (min-width: 400px) and (max-width: 959px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
	.footer-grid-col:nth-child(1) {
		order: 1;
	}
	.footer-grid-col:nth-child(2) {
		order: 3;
		text-align: left;
	}
	.footer-grid-col:nth-child(3) {
		order: 4;
		text-align: right;
	}
	.footer-grid-col:nth-child(4) {
		order: 2;
	}
}
@media screen and (max-width: 399px) {
	.footer-grid-col {
		margin-bottom: 30px;
		text-align: center;
	}
}
/* End */


/* Start:/bitrix/templates/new/components/bitrix/news.list/banners/style.css?1703072553623*/
.swiper {
  width: 100%;
}
.swiper-wrapper {
	height: auto !important;
}
.swiper .swiper-scrollbar {
  background: #fff;
}
.nav-link.selected {
  font-weight: bold;
}
.nav-link.selected span {
  border-bottom: 1px solid #707071;
}

.page-banner img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .swiper-slide img {
    height: 300px;
  }
}

@media screen and (min-width: 993px) {
  .catalog-menu .navbar-brand {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .catalog-menu {
    margin-bottom: 20px;
  }
}
/* End */


/* Start:/bitrix/templates/new/styles.css?17310439332127*/
.header-links {
	text-transform: uppercase;
	font-weight: bold;
}

.main-content img {
    width: 100%;
}

@media screen and (min-width: 700px) {
    .main-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .main-content img {
        max-height: 450px;
    }
}

.i-modal {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -10%);
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	width: 100%;
	max-width: 750px;
}
.i-modal-content {
	padding: 40px;
	position: relative;
	font-size: 14px;
}
.i-modal-close {
	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.form {
	margin-top: 100px;
}
.form-title {
	font-weight: bold;
}

@media screen and (min-width: 680px) {
	.form-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}


.form-response.green {
    margin-top: 30px;
    color: green;
}

.form-response.red{
    margin-top: 30px;
    color: red;
}
@media screen and (min-width: 960px) {
		.simple-page .grid {
			display: grid;
			grid-template-columns: 1fr 3fr;
		}
		.simple-page .grid .grid-col:nth-child(2) {
			margin-left: 20px;
		}
	}
	@media screen and (max-width: 959px) {
		.simple-page .grid .grid-col:nth-child(1) {
			display: none;
		}
	}

.navbar button { border: none; outline: none; color: #fff; }

.mobile-header .nav-link { color: #fff; }

@media screen and (min-width: 1000px) {
	header {
		display: block;
	}
	.mobile-header {
		display: none;
	}
}
@media screen and (max-width: 999px) {
	header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
}
.left-border { border-left: 2px solid; font-weight: bold; padding-left: 10px; text-transform: uppercase; font-size: 24px; }

.navbar-menu .header-navbar-toggler span { text-transform: uppercase; font-size: 10px; }

.main-middle-banner img { width: 100%; }

.left-menu-li-selected { font-weight: bold; }

.catalag-menu-selected { font-weight: bold; }

.section-product-item-price { display: none; }
.element-content-price { display: none; }


/* End */
/* /bitrix/templates/new/assets/css/normalize.css?17001104946138 */
/* /bitrix/templates/new/assets/css/fonts.css?17001105393420 */
/* /bitrix/templates/new/assets/css/main.css?17016840152722 */
/* /bitrix/templates/new/components/bitrix/news.list/banners/style.css?1703072553623 */
/* /bitrix/templates/new/styles.css?17310439332127 */
