

/* Start:/css/normalize.css?15125267494931*/
/*============================= Normalize ====================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*=============================!Normalize!====================================*/
/*============================= Code =========================================*/
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.25;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/*=============================!Code!=========================================*/
/*============================= Print ========================================*/
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    border: 0.0625rem solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 0.0625rem solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*=============================!Print!========================================*/

/* End */


/* Start:/css/grid.css?153087187922936*/
/* Responsive utilities */
/*============================ Flex grid =====================================*/
.itc-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.itc-container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .itc-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .itc-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .itc-container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .itc-container {
    max-width: 1140px;
  }
}

.itc-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.itc-container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.itc-row {
  margin-left: -10px;
  margin-right: -10px;
}

.itc-row::after {
  content: "";
  display: table;
  clear: both;
}

.itc-col-xs-33p, .itc-col-sm-33p, .itc-col-md-33p, .itc-col-lg-33p, .itc-col-xl-33p, .itc-col-xs-1, .itc-col-xs-2, .itc-col-xs-3, .itc-col-xs-4, .itc-col-xs-5, .itc-col-xs-6, .itc-col-xs-7, .itc-col-xs-8, .itc-col-xs-9, .itc-col-xs-10, .itc-col-xs-11, .itc-col-xs-12, .itc-col-xs-13, .itc-col-xs-14, .itc-col-xs-15, .itc-col-xs-16, .itc-col-sm-1, .itc-col-sm-2, .itc-col-sm-3, .itc-col-sm-4, .itc-col-sm-5, .itc-col-sm-6, .itc-col-sm-7, .itc-col-sm-8, .itc-col-sm-9, .itc-col-sm-10, .itc-col-sm-11, .itc-col-sm-12, .itc-col-sm-13, .itc-col-sm-14, .itc-col-sm-15, .itc-col-sm-16, .itc-col-md-1, .itc-col-md-2, .itc-col-md-3, .itc-col-md-4, .itc-col-md-5, .itc-col-md-6, .itc-col-md-7, .itc-col-md-8, .itc-col-md-9, .itc-col-md-10, .itc-col-md-11, .itc-col-md-12, .itc-col-md-13, .itc-col-md-14, .itc-col-md-15, .itc-col-md-16, .itc-col-lg-1, .itc-col-lg-2, .itc-col-lg-3, .itc-col-lg-4, .itc-col-lg-5, .itc-col-lg-6, .itc-col-lg-7, .itc-col-lg-8, .itc-col-lg-9, .itc-col-lg-10, .itc-col-lg-11, .itc-col-lg-12, .itc-col-lg-13, .itc-col-lg-14, .itc-col-lg-15, .itc-col-lg-16, .itc-col-xl-1, .itc-col-xl-2, .itc-col-xl-3, .itc-col-xl-4, .itc-col-xl-5, .itc-col-xl-6, .itc-col-xl-7, .itc-col-xl-8, .itc-col-xl-9, .itc-col-xl-10, .itc-col-xl-11, .itc-col-xl-12, .itc-col-xl-13, .itc-col-xl-14, .itc-col-xl-15, .itc-col-xl-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.itc-col-xs-33p, .itc-col-sm-33p, .itc-col-md-33p, .itc-col-lg-33p, .itc-col-xl-33p, .itc-col-xs-1, .itc-col-xs-2, .itc-col-xs-3, .itc-col-xs-4, .itc-col-xs-5, .itc-col-xs-6, .itc-col-xs-7, .itc-col-xs-8, .itc-col-xs-9, .itc-col-xs-10, .itc-col-xs-11, .itc-col-xs-12, .itc-col-xs-13, .itc-col-xs-14, .itc-col-xs-15, .itc-col-xs-16 {
  float: left;
}
.itc-col-xs-33p { width: 33.33%; }
.itc-col-xs-1 {
  width: 6.25%;
}

.itc-col-xs-2 {
  width: 12.5%;
}

.itc-col-xs-3 {
  width: 18.75%;
}

.itc-col-xs-4 {
  width: 25%;
}

.itc-col-xs-5 {
  width: 31.25%;
}

.itc-col-xs-6 {
  width: 37.5%;
}

.itc-col-xs-7 {
  width: 43.75%;
}

.itc-col-xs-8 {
  width: 50%;
}

.itc-col-xs-9 {
  width: 56.25%;
}

.itc-col-xs-10 {
  width: 62.5%;
}

.itc-col-xs-11 {
  width: 68.75%;
}

.itc-col-xs-12 {
  width: 75%;
}

.itc-col-xs-13 {
  width: 81.25%;
}

.itc-col-xs-14 {
  width: 87.5%;
}

.itc-col-xs-15 {
  width: 93.75%;
}

.itc-col-xs-16 {
  width: 100%;
}

.itc-col-xs-pull-0 {
  right: auto;
}

.itc-col-xs-pull-1 {
  right: 6.25%;
}

.itc-col-xs-pull-2 {
  right: 12.5%;
}

.itc-col-xs-pull-3 {
  right: 18.75%;
}

.itc-col-xs-pull-4 {
  right: 25%;
}

.itc-col-xs-pull-5 {
  right: 31.25%;
}

.itc-col-xs-pull-6 {
  right: 37.5%;
}

.itc-col-xs-pull-7 {
  right: 43.75%;
}

.itc-col-xs-pull-8 {
  right: 50%;
}

.itc-col-xs-pull-9 {
  right: 56.25%;
}

.itc-col-xs-pull-10 {
  right: 62.5%;
}

.itc-col-xs-pull-11 {
  right: 68.75%;
}

.itc-col-xs-pull-12 {
  right: 75%;
}

.itc-col-xs-pull-13 {
  right: 81.25%;
}

.itc-col-xs-pull-14 {
  right: 87.5%;
}

.itc-col-xs-pull-15 {
  right: 93.75%;
}

.itc-col-xs-pull-16 {
  right: 100%;
}

.itc-col-xs-push-0 {
  left: auto;
}

.itc-col-xs-push-1 {
  left: 6.25%;
}

.itc-col-xs-push-2 {
  left: 12.5%;
}

.itc-col-xs-push-3 {
  left: 18.75%;
}

.itc-col-xs-push-4 {
  left: 25%;
}

.itc-col-xs-push-5 {
  left: 31.25%;
}

.itc-col-xs-push-6 {
  left: 37.5%;
}

.itc-col-xs-push-7 {
  left: 43.75%;
}

.itc-col-xs-push-8 {
  left: 50%;
}

.itc-col-xs-push-9 {
  left: 56.25%;
}

.itc-col-xs-push-10 {
  left: 62.5%;
}

.itc-col-xs-push-11 {
  left: 68.75%;
}

.itc-col-xs-push-12 {
  left: 75%;
}

.itc-col-xs-push-13 {
  left: 81.25%;
}

.itc-col-xs-push-14 {
  left: 87.5%;
}

.itc-col-xs-push-15 {
  left: 93.75%;
}

.itc-col-xs-push-16 {
  left: 100%;
}

.itc-col-xs-offset-0 {
  margin-left: 0%;
}

.itc-col-xs-offset-1 {
  margin-left: 6.25%;
}

.itc-col-xs-offset-2 {
  margin-left: 12.5%;
}

.itc-col-xs-offset-3 {
  margin-left: 18.75%;
}

.itc-col-xs-offset-4 {
  margin-left: 25%;
}

.itc-col-xs-offset-5 {
  margin-left: 31.25%;
}

.itc-col-xs-offset-6 {
  margin-left: 37.5%;
}

.itc-col-xs-offset-7 {
  margin-left: 43.75%;
}

.itc-col-xs-offset-8 {
  margin-left: 50%;
}

.itc-col-xs-offset-9 {
  margin-left: 56.25%;
}

.itc-col-xs-offset-10 {
  margin-left: 62.5%;
}

.itc-col-xs-offset-11 {
  margin-left: 68.75%;
}

.itc-col-xs-offset-12 {
  margin-left: 75%;
}

.itc-col-xs-offset-13 {
  margin-left: 81.25%;
}

.itc-col-xs-offset-14 {
  margin-left: 87.5%;
}

.itc-col-xs-offset-15 {
  margin-left: 93.75%;
}

.itc-col-xs-offset-16 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .itc-col-sm-33p, .itc-col-sm-1, .itc-col-sm-2, .itc-col-sm-3, .itc-col-sm-4, .itc-col-sm-5, .itc-col-sm-6, .itc-col-sm-7, .itc-col-sm-8, .itc-col-sm-9, .itc-col-sm-10, .itc-col-sm-11, .itc-col-sm-12, .itc-col-sm-13, .itc-col-sm-14, .itc-col-sm-15, .itc-col-sm-16 {
    float: left;
  }
  .itc-col-sm-33p { width: 33.33%; }
  .itc-col-sm-1 {
    width: 6.25%;
  }
  .itc-col-sm-2 {
    width: 12.5%;
  }
  .itc-col-sm-3 {
    width: 18.75%;
  }
  .itc-col-sm-4 {
    width: 25%;
  }
  .itc-col-sm-5 {
    width: 31.25%;
  }
  .itc-col-sm-6 {
    width: 37.5%;
  }
  .itc-col-sm-7 {
    width: 43.75%;
  }
  .itc-col-sm-8 {
    width: 50%;
  }
  .itc-col-sm-9 {
    width: 56.25%;
  }
  .itc-col-sm-10 {
    width: 62.5%;
  }
  .itc-col-sm-11 {
    width: 68.75%;
  }
  .itc-col-sm-12 {
    width: 75%;
  }
  .itc-col-sm-13 {
    width: 81.25%;
  }
  .itc-col-sm-14 {
    width: 87.5%;
  }
  .itc-col-sm-15 {
    width: 93.75%;
  }
  .itc-col-sm-16 {
    width: 100%;
  }
  .itc-col-sm-pull-0 {
    right: auto;
  }
  .itc-col-sm-pull-1 {
    right: 6.25%;
  }
  .itc-col-sm-pull-2 {
    right: 12.5%;
  }
  .itc-col-sm-pull-3 {
    right: 18.75%;
  }
  .itc-col-sm-pull-4 {
    right: 25%;
  }
  .itc-col-sm-pull-5 {
    right: 31.25%;
  }
  .itc-col-sm-pull-6 {
    right: 37.5%;
  }
  .itc-col-sm-pull-7 {
    right: 43.75%;
  }
  .itc-col-sm-pull-8 {
    right: 50%;
  }
  .itc-col-sm-pull-9 {
    right: 56.25%;
  }
  .itc-col-sm-pull-10 {
    right: 62.5%;
  }
  .itc-col-sm-pull-11 {
    right: 68.75%;
  }
  .itc-col-sm-pull-12 {
    right: 75%;
  }
  .itc-col-sm-pull-13 {
    right: 81.25%;
  }
  .itc-col-sm-pull-14 {
    right: 87.5%;
  }
  .itc-col-sm-pull-15 {
    right: 93.75%;
  }
  .itc-col-sm-pull-16 {
    right: 100%;
  }
  .itc-col-sm-push-0 {
    left: auto;
  }
  .itc-col-sm-push-1 {
    left: 6.25%;
  }
  .itc-col-sm-push-2 {
    left: 12.5%;
  }
  .itc-col-sm-push-3 {
    left: 18.75%;
  }
  .itc-col-sm-push-4 {
    left: 25%;
  }
  .itc-col-sm-push-5 {
    left: 31.25%;
  }
  .itc-col-sm-push-6 {
    left: 37.5%;
  }
  .itc-col-sm-push-7 {
    left: 43.75%;
  }
  .itc-col-sm-push-8 {
    left: 50%;
  }
  .itc-col-sm-push-9 {
    left: 56.25%;
  }
  .itc-col-sm-push-10 {
    left: 62.5%;
  }
  .itc-col-sm-push-11 {
    left: 68.75%;
  }
  .itc-col-sm-push-12 {
    left: 75%;
  }
  .itc-col-sm-push-13 {
    left: 81.25%;
  }
  .itc-col-sm-push-14 {
    left: 87.5%;
  }
  .itc-col-sm-push-15 {
    left: 93.75%;
  }
  .itc-col-sm-push-16 {
    left: 100%;
  }
  .itc-col-sm-offset-0 {
    margin-left: 0%;
  }
  .itc-col-sm-offset-1 {
    margin-left: 6.25%;
  }
  .itc-col-sm-offset-2 {
    margin-left: 12.5%;
  }
  .itc-col-sm-offset-3 {
    margin-left: 18.75%;
  }
  .itc-col-sm-offset-4 {
    margin-left: 25%;
  }
  .itc-col-sm-offset-5 {
    margin-left: 31.25%;
  }
  .itc-col-sm-offset-6 {
    margin-left: 37.5%;
  }
  .itc-col-sm-offset-7 {
    margin-left: 43.75%;
  }
  .itc-col-sm-offset-8 {
    margin-left: 50%;
  }
  .itc-col-sm-offset-9 {
    margin-left: 56.25%;
  }
  .itc-col-sm-offset-10 {
    margin-left: 62.5%;
  }
  .itc-col-sm-offset-11 {
    margin-left: 68.75%;
  }
  .itc-col-sm-offset-12 {
    margin-left: 75%;
  }
  .itc-col-sm-offset-13 {
    margin-left: 81.25%;
  }
  .itc-col-sm-offset-14 {
    margin-left: 87.5%;
  }
  .itc-col-sm-offset-15 {
    margin-left: 93.75%;
  }
  .itc-col-sm-offset-16 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .itc-col-md-33p, .itc-col-md-1, .itc-col-md-2, .itc-col-md-3, .itc-col-md-4, .itc-col-md-5, .itc-col-md-6, .itc-col-md-7, .itc-col-md-8, .itc-col-md-9, .itc-col-md-10, .itc-col-md-11, .itc-col-md-12, .itc-col-md-13, .itc-col-md-14, .itc-col-md-15, .itc-col-md-16 {
    float: left;
  }
  .itc-col-md-33p { width: 33.33%; }
  .itc-col-md-1 {
    width: 6.25%;
  }
  .itc-col-md-2 {
    width: 12.5%;
  }
  .itc-col-md-3 {
    width: 18.75%;
  }
  .itc-col-md-4 {
    width: 25%;
  }
  .itc-col-md-5 {
    width: 31.25%;
  }
  .itc-col-md-6 {
    width: 37.5%;
  }
  .itc-col-md-7 {
    width: 43.75%;
  }
  .itc-col-md-8 {
    width: 50%;
  }
  .itc-col-md-9 {
    width: 56.25%;
  }
  .itc-col-md-10 {
    width: 62.5%;
  }
  .itc-col-md-11 {
    width: 68.75%;
  }
  .itc-col-md-12 {
    width: 75%;
  }
  .itc-col-md-13 {
    width: 81.25%;
  }
  .itc-col-md-14 {
    width: 87.5%;
  }
  .itc-col-md-15 {
    width: 93.75%;
  }
  .itc-col-md-16 {
    width: 100%;
  }
  .itc-col-md-pull-0 {
    right: auto;
  }
  .itc-col-md-pull-1 {
    right: 6.25%;
  }
  .itc-col-md-pull-2 {
    right: 12.5%;
  }
  .itc-col-md-pull-3 {
    right: 18.75%;
  }
  .itc-col-md-pull-4 {
    right: 25%;
  }
  .itc-col-md-pull-5 {
    right: 31.25%;
  }
  .itc-col-md-pull-6 {
    right: 37.5%;
  }
  .itc-col-md-pull-7 {
    right: 43.75%;
  }
  .itc-col-md-pull-8 {
    right: 50%;
  }
  .itc-col-md-pull-9 {
    right: 56.25%;
  }
  .itc-col-md-pull-10 {
    right: 62.5%;
  }
  .itc-col-md-pull-11 {
    right: 68.75%;
  }
  .itc-col-md-pull-12 {
    right: 75%;
  }
  .itc-col-md-pull-13 {
    right: 81.25%;
  }
  .itc-col-md-pull-14 {
    right: 87.5%;
  }
  .itc-col-md-pull-15 {
    right: 93.75%;
  }
  .itc-col-md-pull-16 {
    right: 100%;
  }
  .itc-col-md-push-0 {
    left: auto;
  }
  .itc-col-md-push-1 {
    left: 6.25%;
  }
  .itc-col-md-push-2 {
    left: 12.5%;
  }
  .itc-col-md-push-3 {
    left: 18.75%;
  }
  .itc-col-md-push-4 {
    left: 25%;
  }
  .itc-col-md-push-5 {
    left: 31.25%;
  }
  .itc-col-md-push-6 {
    left: 37.5%;
  }
  .itc-col-md-push-7 {
    left: 43.75%;
  }
  .itc-col-md-push-8 {
    left: 50%;
  }
  .itc-col-md-push-9 {
    left: 56.25%;
  }
  .itc-col-md-push-10 {
    left: 62.5%;
  }
  .itc-col-md-push-11 {
    left: 68.75%;
  }
  .itc-col-md-push-12 {
    left: 75%;
  }
  .itc-col-md-push-13 {
    left: 81.25%;
  }
  .itc-col-md-push-14 {
    left: 87.5%;
  }
  .itc-col-md-push-15 {
    left: 93.75%;
  }
  .itc-col-md-push-16 {
    left: 100%;
  }
  .itc-col-md-offset-0 {
    margin-left: 0%;
  }
  .itc-col-md-offset-1 {
    margin-left: 6.25%;
  }
  .itc-col-md-offset-2 {
    margin-left: 12.5%;
  }
  .itc-col-md-offset-3 {
    margin-left: 18.75%;
  }
  .itc-col-md-offset-4 {
    margin-left: 25%;
  }
  .itc-col-md-offset-5 {
    margin-left: 31.25%;
  }
  .itc-col-md-offset-6 {
    margin-left: 37.5%;
  }
  .itc-col-md-offset-7 {
    margin-left: 43.75%;
  }
  .itc-col-md-offset-8 {
    margin-left: 50%;
  }
  .itc-col-md-offset-9 {
    margin-left: 56.25%;
  }
  .itc-col-md-offset-10 {
    margin-left: 62.5%;
  }
  .itc-col-md-offset-11 {
    margin-left: 68.75%;
  }
  .itc-col-md-offset-12 {
    margin-left: 75%;
  }
  .itc-col-md-offset-13 {
    margin-left: 81.25%;
  }
  .itc-col-md-offset-14 {
    margin-left: 87.5%;
  }
  .itc-col-md-offset-15 {
    margin-left: 93.75%;
  }
  .itc-col-md-offset-16 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .itc-col-lg-33p, .itc-col-lg-1, .itc-col-lg-2, .itc-col-lg-3, .itc-col-lg-4, .itc-col-lg-5, .itc-col-lg-6, .itc-col-lg-7, .itc-col-lg-8, .itc-col-lg-9, .itc-col-lg-10, .itc-col-lg-11, .itc-col-lg-12, .itc-col-lg-13, .itc-col-lg-14, .itc-col-lg-15, .itc-col-lg-16 {
    float: left;
  }
  .itc-col-lg-33p { width: 33.33%; }
  .itc-col-lg-1 {
    width: 6.25%;
  }
  .itc-col-lg-2 {
    width: 12.5%;
  }
  .itc-col-lg-3 {
    width: 18.75%;
  }
  .itc-col-lg-4 {
    width: 25%;
  }
  .itc-col-lg-5 {
    width: 31.25%;
  }
  .itc-col-lg-6 {
    width: 37.5%;
  }
  .itc-col-lg-7 {
    width: 43.75%;
  }
  .itc-col-lg-8 {
    width: 50%;
  }
  .itc-col-lg-9 {
    width: 56.25%;
  }
  .itc-col-lg-10 {
    width: 62.5%;
  }
  .itc-col-lg-11 {
    width: 68.75%;
  }
  .itc-col-lg-12 {
    width: 75%;
  }
  .itc-col-lg-13 {
    width: 81.25%;
  }
  .itc-col-lg-14 {
    width: 87.5%;
  }
  .itc-col-lg-15 {
    width: 93.75%;
  }
  .itc-col-lg-16 {
    width: 100%;
  }
  .itc-col-lg-pull-0 {
    right: auto;
  }
  .itc-col-lg-pull-1 {
    right: 6.25%;
  }
  .itc-col-lg-pull-2 {
    right: 12.5%;
  }
  .itc-col-lg-pull-3 {
    right: 18.75%;
  }
  .itc-col-lg-pull-4 {
    right: 25%;
  }
  .itc-col-lg-pull-5 {
    right: 31.25%;
  }
  .itc-col-lg-pull-6 {
    right: 37.5%;
  }
  .itc-col-lg-pull-7 {
    right: 43.75%;
  }
  .itc-col-lg-pull-8 {
    right: 50%;
  }
  .itc-col-lg-pull-9 {
    right: 56.25%;
  }
  .itc-col-lg-pull-10 {
    right: 62.5%;
  }
  .itc-col-lg-pull-11 {
    right: 68.75%;
  }
  .itc-col-lg-pull-12 {
    right: 75%;
  }
  .itc-col-lg-pull-13 {
    right: 81.25%;
  }
  .itc-col-lg-pull-14 {
    right: 87.5%;
  }
  .itc-col-lg-pull-15 {
    right: 93.75%;
  }
  .itc-col-lg-pull-16 {
    right: 100%;
  }
  .itc-col-lg-push-0 {
    left: auto;
  }
  .itc-col-lg-push-1 {
    left: 6.25%;
  }
  .itc-col-lg-push-2 {
    left: 12.5%;
  }
  .itc-col-lg-push-3 {
    left: 18.75%;
  }
  .itc-col-lg-push-4 {
    left: 25%;
  }
  .itc-col-lg-push-5 {
    left: 31.25%;
  }
  .itc-col-lg-push-6 {
    left: 37.5%;
  }
  .itc-col-lg-push-7 {
    left: 43.75%;
  }
  .itc-col-lg-push-8 {
    left: 50%;
  }
  .itc-col-lg-push-9 {
    left: 56.25%;
  }
  .itc-col-lg-push-10 {
    left: 62.5%;
  }
  .itc-col-lg-push-11 {
    left: 68.75%;
  }
  .itc-col-lg-push-12 {
    left: 75%;
  }
  .itc-col-lg-push-13 {
    left: 81.25%;
  }
  .itc-col-lg-push-14 {
    left: 87.5%;
  }
  .itc-col-lg-push-15 {
    left: 93.75%;
  }
  .itc-col-lg-push-16 {
    left: 100%;
  }
  .itc-col-lg-offset-0 {
    margin-left: 0%;
  }
  .itc-col-lg-offset-1 {
    margin-left: 6.25%;
  }
  .itc-col-lg-offset-2 {
    margin-left: 12.5%;
  }
  .itc-col-lg-offset-3 {
    margin-left: 18.75%;
  }
  .itc-col-lg-offset-4 {
    margin-left: 25%;
  }
  .itc-col-lg-offset-5 {
    margin-left: 31.25%;
  }
  .itc-col-lg-offset-6 {
    margin-left: 37.5%;
  }
  .itc-col-lg-offset-7 {
    margin-left: 43.75%;
  }
  .itc-col-lg-offset-8 {
    margin-left: 50%;
  }
  .itc-col-lg-offset-9 {
    margin-left: 56.25%;
  }
  .itc-col-lg-offset-10 {
    margin-left: 62.5%;
  }
  .itc-col-lg-offset-11 {
    margin-left: 68.75%;
  }
  .itc-col-lg-offset-12 {
    margin-left: 75%;
  }
  .itc-col-lg-offset-13 {
    margin-left: 81.25%;
  }
  .itc-col-lg-offset-14 {
    margin-left: 87.5%;
  }
  .itc-col-lg-offset-15 {
    margin-left: 93.75%;
  }
  .itc-col-lg-offset-16 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .itc-col-xl-33p, .itc-col-xl-1, .itc-col-xl-2, .itc-col-xl-3, .itc-col-xl-4, .itc-col-xl-5, .itc-col-xl-6, .itc-col-xl-7, .itc-col-xl-8, .itc-col-xl-9, .itc-col-xl-10, .itc-col-xl-11, .itc-col-xl-12, .itc-col-xl-13, .itc-col-xl-14, .itc-col-xl-15, .itc-col-xl-16 {
    float: left;
  }
  .itc-col-xl-33p { width: 33.33%; }
  .itc-col-xl-1 {
    width: 6.25%;
  }
  .itc-col-xl-2 {
    width: 12.5%;
  }
  .itc-col-xl-3 {
    width: 18.75%;
  }
  .itc-col-xl-4 {
    width: 25%;
  }
  .itc-col-xl-5 {
    width: 31.25%;
  }
  .itc-col-xl-6 {
    width: 37.5%;
  }
  .itc-col-xl-7 {
    width: 43.75%;
  }
  .itc-col-xl-8 {
    width: 50%;
  }
  .itc-col-xl-9 {
    width: 56.25%;
  }
  .itc-col-xl-10 {
    width: 62.5%;
  }
  .itc-col-xl-11 {
    width: 68.75%;
  }
  .itc-col-xl-12 {
    width: 75%;
  }
  .itc-col-xl-13 {
    width: 81.25%;
  }
  .itc-col-xl-14 {
    width: 87.5%;
  }
  .itc-col-xl-15 {
    width: 93.75%;
  }
  .itc-col-xl-16 {
    width: 100%;
  }
  .itc-col-xl-pull-0 {
    right: auto;
  }
  .itc-col-xl-pull-1 {
    right: 6.25%;
  }
  .itc-col-xl-pull-2 {
    right: 12.5%;
  }
  .itc-col-xl-pull-3 {
    right: 18.75%;
  }
  .itc-col-xl-pull-4 {
    right: 25%;
  }
  .itc-col-xl-pull-5 {
    right: 31.25%;
  }
  .itc-col-xl-pull-6 {
    right: 37.5%;
  }
  .itc-col-xl-pull-7 {
    right: 43.75%;
  }
  .itc-col-xl-pull-8 {
    right: 50%;
  }
  .itc-col-xl-pull-9 {
    right: 56.25%;
  }
  .itc-col-xl-pull-10 {
    right: 62.5%;
  }
  .itc-col-xl-pull-11 {
    right: 68.75%;
  }
  .itc-col-xl-pull-12 {
    right: 75%;
  }
  .itc-col-xl-pull-13 {
    right: 81.25%;
  }
  .itc-col-xl-pull-14 {
    right: 87.5%;
  }
  .itc-col-xl-pull-15 {
    right: 93.75%;
  }
  .itc-col-xl-pull-16 {
    right: 100%;
  }
  .itc-col-xl-push-0 {
    left: auto;
  }
  .itc-col-xl-push-1 {
    left: 6.25%;
  }
  .itc-col-xl-push-2 {
    left: 12.5%;
  }
  .itc-col-xl-push-3 {
    left: 18.75%;
  }
  .itc-col-xl-push-4 {
    left: 25%;
  }
  .itc-col-xl-push-5 {
    left: 31.25%;
  }
  .itc-col-xl-push-6 {
    left: 37.5%;
  }
  .itc-col-xl-push-7 {
    left: 43.75%;
  }
  .itc-col-xl-push-8 {
    left: 50%;
  }
  .itc-col-xl-push-9 {
    left: 56.25%;
  }
  .itc-col-xl-push-10 {
    left: 62.5%;
  }
  .itc-col-xl-push-11 {
    left: 68.75%;
  }
  .itc-col-xl-push-12 {
    left: 75%;
  }
  .itc-col-xl-push-13 {
    left: 81.25%;
  }
  .itc-col-xl-push-14 {
    left: 87.5%;
  }
  .itc-col-xl-push-15 {
    left: 93.75%;
  }
  .itc-col-xl-push-16 {
    left: 100%;
  }
  .itc-col-xl-offset-0 {
    margin-left: 0%;
  }
  .itc-col-xl-offset-1 {
    margin-left: 6.25%;
  }
  .itc-col-xl-offset-2 {
    margin-left: 12.5%;
  }
  .itc-col-xl-offset-3 {
    margin-left: 18.75%;
  }
  .itc-col-xl-offset-4 {
    margin-left: 25%;
  }
  .itc-col-xl-offset-5 {
    margin-left: 31.25%;
  }
  .itc-col-xl-offset-6 {
    margin-left: 37.5%;
  }
  .itc-col-xl-offset-7 {
    margin-left: 43.75%;
  }
  .itc-col-xl-offset-8 {
    margin-left: 50%;
  }
  .itc-col-xl-offset-9 {
    margin-left: 56.25%;
  }
  .itc-col-xl-offset-10 {
    margin-left: 62.5%;
  }
  .itc-col-xl-offset-11 {
    margin-left: 68.75%;
  }
  .itc-col-xl-offset-12 {
    margin-left: 75%;
  }
  .itc-col-xl-offset-13 {
    margin-left: 81.25%;
  }
  .itc-col-xl-offset-14 {
    margin-left: 87.5%;
  }
  .itc-col-xl-offset-15 {
    margin-left: 93.75%;
  }
  .itc-col-xl-offset-16 {
    margin-left: 100%;
  }
}

/*============================!Flex grid!=====================================*/
/*============================ Responsive utilities ==========================*/
.itc-hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .itc-hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .itc-hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .itc-hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .itc-hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .itc-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .itc-hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .itc-hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .itc-hidden-xl-up {
    display: none !important;
  }
}

.itc-hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

/*============================!Responsive utilities!==========================*/
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.itc-pull-xs-left {
  float: left !important;
}

.itc-pull-xs-right {
  float: right !important;
}

.itc-pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .itc-pull-sm-left {
    float: left !important;
  }
  .itc-pull-sm-right {
    float: right !important;
  }
  .itc-pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .itc-pull-md-left {
    float: left !important;
  }
  .itc-pull-md-right {
    float: right !important;
  }
  .itc-pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .itc-pull-lg-left {
    float: left !important;
  }
  .itc-pull-lg-right {
    float: right !important;
  }
  .itc-pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .itc-pull-xl-left {
    float: left !important;
  }
  .itc-pull-xl-right {
    float: right !important;
  }
  .itc-pull-xl-none {
    float: none !important;
  }
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/* End */


/* Start:/css/type.css?173312823312409*/
@charset "UTF-8";
/*============================= Typography ===================================*/
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
* { outline: none; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }

html { font-size: 100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-tap-highlight-color: transparent; }
body { font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; line-height: 1.2857142857142858; background-color: #fff; -webkit-font-smoothing: subpixel-antialiased !important; color: #000; }

[tabindex="-1"]:focus { outline: none !important; }
abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #818a91; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }
dt { font-weight: bold; }
dd { margin-bottom: .5rem; margin-left: 0; }
blockquote { margin: 0 0 1rem; }
pre { margin-top: 0; margin-bottom: 1rem; }
figure { margin: 0 0 1rem; }
img { max-width: 100%; height: auto; vertical-align: middle; }
[role="button"] { cursor: pointer; }
a, area, button, [role="button"], input, label, select, summary, textarea { -ms-touch-action: manipulation; touch-action: manipulation; }
table { background-color: transparent; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #818a91; text-align: left; caption-side: bottom; }
th { text-align: left; }
label { display: inline-block; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input, button, select, textarea { margin: 0; line-height: inherit; border-radius: 0; }
textarea { resize: vertical; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
legend { display: block; width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; }
input[type="search"] { box-sizing: inherit; -webkit-appearance: none; }
output { display: inline-block; }
[hidden] { display: none !important; }

/*@font-face {
  font-family: 'PT Rouble Sans';
  src: url("/css/../fonts/ptrouble/RUBSR.eot");
  src: local("PT Rouble"), url("/css/../fonts/ptrouble/RUBSN.otf") format("otf"), url("/css/../fonts/ptrouble/RUBSN.woff") format("woff"), url("/css/../fonts/ptrouble/RUBSN.ttf") format("truetype"), url("/css/../fonts/ptrouble/RUBSN.svg#PTRoubleSans") format("svg");
}

.rouble {
  font-family: "PT Rouble Sans";
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { /*font-family: 'Roboto', sans-serif;*/ font-weight: 300; line-height: 1.231; margin-top: 0; margin-bottom: 0.5em; text-rendering:optimizelegibility; color:#00793D; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; }

/*h1, .h1 { font-size: 24px; font-weight: 600; line-height: calc(33 / 24); color: #018829; }*/
h1, .h1 { font-size: 32px; font-weight: 400; line-height: calc(33 / 32); color: inherit; }
h2, .h2 { font-size: /*28px*/20px; font-weight: 600; line-height: 1.1; margin-bottom: 17px; }
h3, .h3 { font-size: /*20px*/18px; line-height: 1.111; margin-bottom: 9px; }
h4, .h4 { font-size: 16px; margin-bottom: 12px; }
h5, .h5 { font-size: 14px }
h6, .h6 { font-size: 14px }

p { margin-top: 0; margin-bottom: .65em; }
p img[align="left"] { margin: 4px 20px 16px 0; }
p img[align="right"] { margin: 4px 0 16px 20px; }

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgb(208, 252, 200); }
big, .big { font-size: 125%; font-weight: normal; line-height:80%; }
small, .small { font-size: 75%; font-weight: normal; }
mark, .mark { padding: .2em; background-color: #fcf8e3; }
sub,sup{ position:relative; font-size:75%; line-height:0; vertical-align:baseline; }
sup{ top:-.5em; }
sub{ bottom:-.25em; }

a, .link { text-decoration: underline; transition: color 0.2s ease-in-out 0s; color: #018829; }
a, a:active, a:focus, .link, .link:active, .link:focus { outline: none; }
a:hover, .link:hover, a:focus, .link:focus { text-decoration: none; }
.link { background: url("data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw=="); cursor: pointer; }
.link:hover .link { text-decoration: none; }
.link--noline { text-decoration: none; }

.link--pseudo {
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(1, 136, 41, 0.2), rgba(1, 136, 41, 0.2));
	background-size: 6px 1px;
	background-repeat: repeat-x;
	background-position: 0 1em;
}

.link--pseudo:hover {  }

.link:hover .link--pseudo {}
.link--base, .link--base:hover { color: inherit; }

ol, ul { margin-bottom: .65em; }
li { margin-bottom: 10px; }

ul:not([class]), ul.marker-list { padding-left: 25px; margin-left: 0; list-style: none; }
ul:not([class]) > li, ul.marker-list > li {}
ul:not([class]) > li:before, ul.marker-list > li:before { position: absolute; content: '\2014'; margin-left: -8px; transform: translateX(-100%); color: #018829; }

ol:not([class]) { padding-left: 25px; margin-left: 0; list-style: none; counter-reset: ol-list; }
ol:not([class]) > li { counter-increment: ol-list; }
ol:not([class]) > li:before { position: absolute; content: counter(ol-list, decimal) "."; margin-left: -4px; transform: translateX(-100%); text-align: right; color: #018829; }
li > ol:not([class]) { padding-left: 20px; }
li > ol:not([class]):first-child { margin-top: 10px; }
li > ol:not([class]):last-child { margin-bottom: 0; }
li > ol:not([class]) > li:before { content: counter(ol-list, lower-alpha) "."; }

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.dl-horizontal {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

/*
blockquote, .blockquote { position: relative; font-size: 24px; line-height: 1.4166666666666667; padding: 16px 25px 22px 25px; margin-bottom: .65em; border: 1px solid #f8a07e; text-align: center; color: #f8a07e; }
blockquote:before, .blockquote:before, blockquote:after, .blockquote:after { position: absolute; content: ''; top: 16px; bottom: 16px; width: 19px; border: 1px solid; border-color: inherit; background: #fff; }
blockquote:before, .blockquote:before { right: 100%; border-right: none; }
blockquote:after, .blockquote:after { left: 100%; border-left: none; }
blockquote:first-child, .blockquote:first-child { margin-top: 0; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child, .blockquote p:last-child, .blockquote ul:last-child, .blockquote ol:last-child { margin-bottom: 0; }
*/
blockquote,q{quotes:"\201d" "\201c"}
blockquote:before,q:before{content:"\201d"}
blockquote:after,q:after{content:"\201c"}
blockquote:after,blockquote:before,q:after,q:before{font-size:1.5em;color:#000}


.blockquote--reverse {
  padding-right: 1rem;
  padding-left: 0;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
  text-align: right;
}

.blockquote__footer {
  font-size: 80%;
  line-height: 1.25;
  display: block;
  color: #818a91;
}

.blockquote__footer::before {
  content: "\2014 \00A0";
}

.blockquote--reverse .blockquote__footer::before {
  content: "";
}

.blockquote--reverse .blockquote__footer::after {
  content: "\00A0 \2014";
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.table { max-width: 100%; margin-bottom: 15px; border-collapse: separate; }
.table:first-child { margin-top: 0; }
.table:last-child { margin-bottom: 0; }
.table > *:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; }
.table > *:first-child > *:first-child > * { padding-top: 0; border-top: none; }
.table > *:last-child { border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; }
.table > * > * { border: none; border-bottom: 1px solid #018829; }
.table > * > *:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; }
.table > * > *:last-child { border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; }
.table > * > *:last-child { border-bottom: none; }
.table > * > * > * { padding: 12px 10px; border: inherit; /*border-left: 1px solid #D8D8D8;*/ vertical-align: baseline; }
.table > * > * > *:first-child { padding-left: 0; border-left: none; border-top-left-radius: inherit; border-bottom-left-radius: inherit; }
.table > * > * > *:last-child { padding-right: 0; border-top-right-radius: inherit; border-bottom-right-radius: inherit; }
.table > thead > * > *, .table > * > *.thead > * { font-weight: bold; }
.table > thead > *:last-child, .table > * > *.thead { border-bottom: 1px solid #018829; }
.table > tbody + tbody { border-top: 1px solid #018829; }
.table .table { background-color: #fff; }
.table--sm * > * > * { padding: 10px; }
.table--bordered { border: 1px solid #018829; }
.table--striped > tbody > *:not(.thead):nth-of-type(odd) { background-color: #018829; }

@media (hover: hover) {
  .table--hover > tbody > *:hover { background-color: #018829; box-shadow: 0 0 0 3px #018829; }
}

.table-responsive { width: 100%; min-height: 0.01%; display: block; overflow-x: auto; }

.typo h1:first-child, .typo .h1:first-child, .typo h2:first-child, .typo .h2:first-child, .typo h3:first-child, .typo .h3:first-child, .typo h4:first-child, .typo .h4:first-child, .typo h5:first-child, .typo .h5:first-child, .typo h6:first-child, .typo .h6:first-child, .typo p:first-child, .typo blockquote:first-child, .typo .blockquote:first-child, .typo ul:first-child, .typo ol:first-child, .typo table:first-child { margin-top: 0; }
/*---------------------------------------------------*/
/*============================ !Typography! ==================================*/
/*============================= Utilities ===================================*/
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
.invisible { visibility: hidden !important; }
.text-black { color: #000; }
.text-hide { font: "0/0" a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.text-justify { text-align: justify !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.font-weight-normal { font-weight: normal; }
.font-weight-bold { font-weight: bold; }
.font-italic { font-style: italic; }
/*-----------------------------snippets---------------------------------------*/
.snippet { 
  width: auto; 
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px; 
  border: none; 
  border-collapse: collapse;
  background: none; 
  display: block;
}
.snippet:first-child { 
  margin-bottom: 0;
}
.snippet:last-child {
  margin-bottom: 0;
}
.snippet > * { 
  max-width: 100%; 
  table-layout: inherit; 
  display: table;
}
.snippet > * > * > * { 
  min-width: 1px; 
  padding: 0; 
  border: none; 
  background: none; 
  vertical-align: baseline; 
}
.snippet > * > * > *.vertical-top { 
  vertical-align: top
; }
.snippet > * > * > *.vertical-middle {
  vertical-align: middle;
}
.snippet > * > * > *.vertical-bottom {
  vertical-align: bottom;
}
.snippet > * > * > * > :first-child {
  margin-top: 0; 
}
.snippet > * > * > * > :last-child {
  margin-bottom: 0;
}
.snippet + h3 { 
  margin-top: 0;
}

.snippet--column {
  margin-left: -10px;
  margin-right: -10px;
}
.snippet--column > * { 
  width: 100%; 
  table-layout: fixed;
}
.snippet--column > * > * > * { 
  padding: 0 10px 30px 10px;
  vertical-align: top;
  display: block;
}

@media (min-width: 768px) {
  .snippet--column > * > * > * {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .snippet--column > * > * > * {
    display: block;
  }
}
@media (min-width: 1200px) {
  .snippet--column > * > * > * {
    display: table-cell;
  }
}
/*============================ !Utilities! ==================================*/
/* End */


/* Start:/css/layout.css?15337038791675*/
/*============================ Layout ========================================*/
html { height: 100%; height: 100vh; box-sizing: border-box; }
body { position: relative; height: 100%; height: 100vh; margin: 0; background: #cee6ce; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; overflow: auto; box-sizing: border-box;/*scroll-behavior: smooth;*/ }

.template { position: relative; width: 100%; min-width: inherit; min-height: 100%; overflow-x: hidden; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: justify; justify-content: space-between; -ms-flex: 1 0 auto; flex: 1 0 auto; }
.template__top { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.template__middle { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: column; flex-direction: column; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.template__middle-cont { -ms-flex: 1 1 auto; flex: 1 1 auto; }
.template__bottom { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.itc-container-fluid { max-width: 1600px; }
.itc-container-fluid--main { padding-left: 20px; padding-right: 20px; }
.itc-row--flex { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 544px) {

}
@media (min-width: 768px) {
  .itc-container-fluid--main { padding-left: 30px; padding-right: 30px; }
}
@media (min-width: 992px) {
  .itc-container-fluid--main { padding-left: 10px; padding-right: 10px; }
}
/*=========================== !Layout! =======================================*/
/* End */


/* Start:/css/image-block.css?15308719142809*/
/*============================= Image-block ====================================*/
.image-block { position: relative; text-align: center; text-decoration: none; overflow: hidden; display: block; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; white-space: nowrap; }
.image-block:before { z-index: 5; }
.image-block:after { z-index: 6; }
.image-block__inner { position: relative; width: 100%; height: 100%; min-height: inherit; display: -ms-flexbox; display: flex; vertical-align: middle; letter-spacing: normal; word-spacing: normal; background: center center no-repeat; background-size: auto; border-radius: inherit; -ms-flex-align: inherit; align-items: inherit; -ms-flex-pack: inherit; justify-content: inherit; -ms-flex-direction: inherit; flex-direction: inherit; cursor: inherit; }
.image-block__inner--bgcover { background-size: cover; }
.image-block__inner--bgcontain { background-size: contain; }
.image-block__inner--l, .image-block__inner--tl, .image-block__inner--bl { text-align: left; }
.image-block__inner--r, .image-block__inner--tr, .image-block__inner--br { text-align: right; }
.image-block__inner--tl:after, .image-block__inner--t:after, .image-block__inner--tr:after { vertical-align: top; }
.image-block__inner--bl:after, .image-block__inner--b:after, .image-block__inner--br:after { vertical-align: bottom; }
.image-block__item { position: relative; max-width: 100%; height: auto; border: none; border-radius: inherit; display: inline-block; vertical-align: middle; float: none; cursor: inherit; }
.image-block__item--fixed { max-width: 100%; max-height: 100%; }
.image-block__item--hover { display: none; }
.button:hover .image-block__item--hover, .link:hover .image-block__item--hover { display: inline-block; }
.button:hover .image-block__item--hover + .image-block__item, .link:hover .image-block__item--hover + .image-block__item {  display: none; }
.image-block:hover .image-block__item--hover { display: inline-block; }
.image-block:hover .image-block__item--hover + .image-block__item { display: none; }
.BWfade ~ .image-block__item, canvas ~ .image-block__item, .image-block:hover .BWfade, .image-block:hover canvas {  visibility: hidden; }
.image-block:hover .BWfade ~ .image-block__item, .image-block:hover canvas ~ .image-block__item { visibility: visible; }
.cssobjectfit .image-block--cover .image-block__item, .cssobjectfit .image-block--cover img { width: 100%; height: 100%; object-fit: cover; }
.ie8 .image-block { z-index: 5; }
.ie8 .image-block__item { z-index: -1; }
.image-block__video-icon { position: absolute; content: ''; top: 50%; left: 50%; width: 50px; height: 50px; transform: translate(-50%, -50%); color: rgba(0, 0, 0, 0.5); }
/*=============================!Image-block!====================================*/
/* End */


/* Start:/css/form.css?174858417022809*/
/* Responsive utilities */
.width-full {
  width: 100%;
}
/*============================ Form-input ====================================*/
.itc-form-input, .form-control { font-family: inherit; font-size: 14px; line-height: 26px; height: 30px; max-width: 100%; min-height: 28px; margin: 0; padding: 4px 8px; border: 1px solid #DADADA; border-radius: 3px; box-shadow: none; background-color: #fff; transition: all .2s ease-in-out; box-sizing: border-box; float: none; color: #000; }
.itc-form-input:before { line-height: 28px; }
.itc-form-input::-ms-clear { display: none; }
.itc-form-input::-webkit-clear-button { pointer-events: auto; display: none; }
.itc-form-input::-moz-focus-inner { border: 0; padding: 0; }
.itc-form-input::-webkit-input-placeholder { color: #000; opacity: 0.5; }
.itc-form-input::-moz-placeholder { color: #000; opacity: 0.5; }
.itc-form-input:-ms-input-placeholder { color: #000; opacity: 0.5; }
.itc-form-input:placeholder { color: #000; opacity: 0.5; }
.itc-form-input[type="password"] { font-family: sans-serif; }
.itc-form-input[type="search"]::-webkit-search-decoration { -webkit-appearance: searchfield-decoration; }
.itc-form-input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
.itc-form-input[type="search"]::-webkit-search-results-button { -webkit-appearance: none; }

.itc-form-input:hover, .itc-form-input.hover, .form-control:hover {}
.itc-form-input:focus, .itc-form-input.focus, .form-control:focus {}
.form-control:focus { border-color: #acdbb8; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.itc-form-input.error, .form-control.error { border-color: #d62f31; color: #d62e30; }
.itc-form-input:disabled, .itc-form-input.disabled, .form-control:disabled, .form-control.disabled { border-color: #d8d8d8; box-shadow: none; background: #eceeef; color: #55595c; cursor: not-allowed; }
.itc-form-input[readonly] { border-color: #d8d8d8; background: #f5f5f5; color: #bfbfbf; cursor: default; }

.itc-form-input--wrap, .itc-form-input-wrap { height: auto !important; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: start; align-items: flex-start; white-space: nowrap; table-layout: fixed; }
.itc-form-input--wrap > *, .itc-form-input-wrap > * { -ms-flex: 1 0 auto; flex: 1 0 auto; }
.itc-form-input--wrap:before, .itc-form-input-wrap:before { font-size: inherit; content: "\00A0"; width: 0px; display: inline-block; vertical-align: baseline; text-indent: -1em; -ms-flex: 0 0 0px; flex: 0 0 0px; overflow: hidden; }
.itc-form-input-wrap:before { font-size: 14px; line-height: 30px; }
.itc-form-input-wrap > .itc-form-input { height: 100%; display: table-cell; vertical-align: top; }
.itc-form-input > .itc-form-input, .itc-form-input > .itc-form-select, .itc-form-input > .itc-button { height: 100%; border: none; display: table-cell; vertical-align: top; }
.itc-form-input > .itc-form-input { background: none; box-shadow: none; }
.itc-form-input > .ui-spinner { height: 100%; }

.itc-form-input-wrap--base { -ms-flex-align: baseline; align-items: baseline; }
.itc-form-input--date { min-width: 12ch; }
.itc-form-input--inline { width: auto; display: inline-block; }
.itc-form-input--wide { width: 100%; }

.itc-form-input--xs { font-size: 14px; line-height: 18px; min-height: 18px; height: 20px; padding: 0px 4px; border-radius: 2px; }
.itc-form-input--xs:before { line-height: 28px; }
.itc-form-input-wrap--xs:before { font-size: 14px; line-height: 30px; }

.itc-form-input--sm { font-size: 14px; line-height: 26px; min-height: 28px; height: 30px; padding: 1px 10px; border-radius: 2px; }
.itc-form-input--sm:before { line-height: 28px; }
.itc-form-input-wrap--sm:before { font-size: 14px; line-height: 30px; }

.itc-form-input--lg { line-height: 26px; min-height: 38px; height: 40px; padding: 9px 19px; border-radius: 4px; }
.itc-form-input--lg:before { line-height: 38px; }
.itc-form-input-wrap--lg:before { line-height: 40px; }

.itc-form-input[orient="vertical"] { height: auto; }
.itc-form-input--textarea { line-height: 20px; height: auto; padding-top: 7px; padding-bottom: 7px; vertical-align: top; resize: vertical; overflow: auto; }
.itc-form-input--textarea.no-resize { resize: none; }
.itc-form-input--textarea.resize-v { resize: vertical; }
.itc-form-input--textarea.resize-h { resize: horizontal; }
.itc-form-input--wrap { padding: 0; }

.itc-form-input[type="date"]::-webkit-inner-spin-button { height: 100%; }
.itc-form-input[type="date"]::-webkit-calendar-picker-indicator { margin-right: -12px; }
/*============================!Form-input!====================================*/
/*============================ Form-button ===================================*/
.itc-button, .btn { position: relative; font-family: inherit; font-size: 14px; font-weight: normal; line-height: 28px; max-width: 100%; height: auto; min-height: 28px; margin: 0; padding: 0 9px; border: 1px solid #018829; border-radius: 4px; background: #018829; background-origin: border-box; box-sizing: border-box; text-align: center; text-transform: none; text-decoration: none !important; outline: none !important; text-shadow: none; white-space: nowrap; overflow: visible; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -webkit-user-select: none; -ms-user-select: none; user-select: none; transition: all .2s ease-in-out; color: #fff; cursor: pointer; }
/*.itc-button:after { position: relative; content: "\00A0"; width: 0; display: inline-block; vertical-align: baseline; -ms-flex-align-self: baseline; align-self: baseline; background: url("data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw=="); text-indent: -4px; }*/
.itc-button::-moz-focus-inner, .btn::-moz-focus-inner { border: 0; padding: 0; }
@media (hover: hover) {
  .itc-button:hover { text-decoration: none; }
}
.itc-button:focus, .itc-button.focus, .itc-button:active:focus, .itc-button:active.focus, .itc-button.active:focus, .itc-button.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.itc-button:focus, .btn:focus { text-decoration: none; color: #fff; }
.itc-button .link { color: inherit; }
.itc-button__inner { /*line-height: 1;*/ border-radius: inherit; display: inline-table; vertical-align: top; white-space: nowrap; pointer-events: none; }
/*.itc-button__inner:before { position: relative; content: "\00A0"; font-size: 0; width: 0; display: inline-block; vertical-align: top; background: url("data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw=="); text-indent: -4px; }*/
.itc-button__text { position: relative; line-height: 1; /*display: table-cell; vertical-align: middle;*/ white-space: normal; pointer-events: none; cursor: pointer; }
.itc-button__input { position: absolute; font-size: 500px; top: -150px; right: -2px; height: 300px; opacity: 0; cursor: pointer; z-index: 10; }
.itc-button__input-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.itc-button__icon { position: relative; top: -1px; vertical-align: middle; }

.itc-button:hover, .link:hover .itc-button, .btn:hover { color: #fff; }
.itc-button:hover .link { text-decoration: none; }
.btn:hover, .btn:active, .btn:focus, .btn:active:focus { border-color: #018829; background: #018829; color: #fff; }

.itc-button--block { width: 100%; width: -moz-available; display: block; }

.itc-button--sm { font-size: 14px; line-height: 28px; min-height: 28px; padding-left: 9px; padding-right: 9px; border-width: 1px; border-radius: 0; }
.itc-button--lg { line-height: 36px; min-height: 36px; padding-left: 19px; padding-right: 19px; border-width: 2px; border-radius: 4px; }
.itc-button--xl { font-size: 26px; font-weight: bold; line-height: 60px; min-height: 60px; padding-left: 18px; padding-right: 18px; border-width: 3px; border-radius: 4px; }

.itc-button--default { font: inherit; line-height: inherit; min-height: 0; padding: 0; border: none; border-radius: 0; background: none; color: inherit; }
.itc-button--default:hover { border: none; border-radius: 0; background: none; color: inherit; }
.itc-button--default:focus { color: inherit; }

.itc-button--transparent { border-color: #000; background: none; color: #000; }
.itc-button--transparent:focus { color: #000; }
.itc-button--transparent:hover { border-color: #000; background: #000; color: #fff; }

.itc-button--border { background: none; color: #018829; }
.itc-button--border:focus { color: #018829; }
.itc-button--border:hover { background: #018829; color: #fff; }

.itc-button--white { border-color: #9bd29d; background: #fbfbfb; text-decoration: underline; color: #018829; }
.itc-button--white:focus { color: #018829; }
.itc-button--white:hover { border-color: #9bd29d; background: #fbfbfb; text-decoration: none; color: #018829; }

.itc-button--burger { width: 22px; height: 19px; min-height: 19px; line-height: 19px; padding: 0; border: none; border-radius: 0; background: none; }
.itc-button--burger:hover { background: none; }
.itc-button--burger:before { position: absolute; content: ''; top: 50%; left: 0; width: 100%; height: 20px; border-top: 3px solid; border-bottom: 3px solid; transform: translateY(-50%); }
.itc-button--burger:after { position: absolute; content: ''; top: 50%; left: 0; width: 100%; border-top: 3px solid; transform: translateY(-50%); }

a.itc-button.disabled, fieldset[disabled] a.itc-button { pointer-events: none; }
.itc-button:disabled, .itc-button.disabled, .btn:disabled, .btn.disabled { opacity: 0.5; cursor: not-allowed; }
/*============================!Form-button!===================================*/
/*============================ Checkbox & Radio ==============================*/
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list__item { margin-bottom: 5px; }
.check-list__item:last-child { margin-bottom: 0; }
.check-list__cell { margin-bottom: 0; margin-right: 30px; display: inline-block; }

.itc-check-box { position: relative; font-family: inherit; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: baseline; align-items: baseline; white-space: nowrap; box-sizing: border-box; transition: all 0.2s ease-in-out 0s; cursor: pointer; }
.itc-check-box.disabled { cursor: not-allowed; }
.itc-check-box, .itc-check-box:hover { text-decoration: none; }
.itc-check-box__input { position: absolute; top: 0; left: 0;  height: 100%; margin: 0 !important; border: none !important; background: none !important; opacity: 0; -webkit-appearance: listitem; appearance: listitem; overflow: hidden; cursor: inherit; }
.itc-check-box__input:disabled, .itc-check-box__input[disabled] { cursor: not-allowed; }
.itc-check-box__input::-ms-check { display: none; }
.itc-check-box__text { position: relative; display: inline-block; white-space: normal; cursor: inherit; }
.itc-check-box__icon {
  position: relative; 
  font-family: inherit; 
  font-size: inherit; 
  font-style: normal; 
  line-height: 14px;
  width: 16px;
  height: 16px; 
  margin-right: 8px; 
  border: 1px solid #018829; 
  border-radius: 2px; 
  background-color: #fff; 
  display: inline-block; 
  flex: 0 0 auto; 
  box-sizing: border-box; 
  text-align: center;
  color: #018829; 
}
.itc-check-box__icon:before {
  content: '\00A0';
  width: 0;
  display: block;
}
.itc-check-box__icon:after { 
  position: absolute; 
  content: ""; 
  top: 50%;
  left: 50%;
  width: 14px; 
  height: 12px; 
  box-sizing: border-box;
  background: url("/images/icons.svg#check-view") center center / contain no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease 0s; 
  opacity: 0; 
}
.itc-check-box__image { position: relative; width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; background-color: #fff; display: inline-block; }
.itc-check-box__image:last-child { margin-right: 0; }
.itc-check-box__image:after { position: absolute; content: ''; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid #000; border-radius: inherit; box-shadow: 0 0 0 2px #fff inset; opacity: 0; transition: opacity 0.2s ease-in-out 0s; }
.itc-check-box__image:after {}
.itc-check-box__image-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.itc-check-box__input:focus ~ .itc-check-box__icon:after, .itc-check-box.focus .itc-check-box__icon:after { opacity: 0.4; }
.itc-check-box__input.error ~ .itc-check-box__icon, .itc-check-box__input.error ~ .itc-check-box__image { border-color: #d62e30; }
.itc-check-box__input:checked ~ .itc-check-box__icon, .itc-check-box.checked .itc-check-box__icon, .select-block__list-link.selected .itc-check-box__icon {
  border-color: #018829;
  background: #018829; 
}
.itc-check-box__input:checked ~ .itc-check-box__icon:after, .itc-check-box.checked .itc-check-box__icon:after, .select-block__list-link.selected .itc-check-box__icon:after { opacity: 1; }
.itc-check-box__input:checked ~ .itc-check-box__image:after, .itc-check-box.checked .itc-check-box__image:after { opacity: 1; }
.itc-check-box__input:checked ~ .link, .itc-check-box.checked .link { text-decoration: none; color: #014c8c; }
.itc-check-box.disabled, .itc-check-box:disabled { cursor: not-allowed; color: #55595c; }
.itc-check-box__input:disabled ~ .itc-check-box__icon, .itc-check-box.disabled .itc-check-box__icon { border-color: #d8d8d8; box-shadow: none; background: #e9e9e9; cursor: not-allowed; }

.itc-check-box--text { min-width: 25px; -ms-flex-pack: center; justify-content: center; color: #979797; }
.itc-check-box--text .itc-check-box__icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid; border-radius: 0; background: none; }
.itc-check-box--text .itc-check-box__icon:after { content: none; }
.itc-check-box--text.checked, .itc-check-box--text .itc-check-box__input:checked ~ .itc-check-box__icon, .itc-check-box--text .itc-check-box__input:checked ~ .itc-check-box__text { border-color: currentColor; background: none; color: #4A4A4A; }


/*.radio-inline, .checkbox-inline, */.itc-radio-box { position: relative; font-family: inherit; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: baseline; align-items: baseline; white-space: nowrap; box-sizing: border-box; transition: all 0.2s ease-in-out 0s; cursor: pointer; }
.itc-radio-box.disabled { cursor: not-allowed; }
.itc-radio-box, .itc-radio-box:hover { text-decoration: none; }
.itc-radio-box__input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0 !important; border: none !important; background: none !important; opacity: 0; -webkit-appearance: listitem; appearance: listitem; overflow: hidden; cursor: inherit; }
.itc-radio-box__input:disabled, .itc-radio-box__input[disabled] { cursor: not-allowed; }
.itc-radio-box__input::-ms-check { display: none; }
.itc-radio-box__text { position: relative; display: table-cell; white-space: normal; cursor: inherit; }
.itc-radio-box__icon { position: relative; top: 3px; font-size: inherit; font-style: normal; line-height: inherit; width: 16px; height: 16px; margin-right: 7px; border: 1px solid #d8d8d8; border-radius: 50%; background-color: #fff; display: inline-block; -ms-flex: 0 0 auto; flex: 0 0 auto; box-sizing: border-box; text-align: center; color: #d8d8d8; }
.itc-radio-box__icon:after { position: absolute; content: ""; top: 50%; left: 50%; border: 3px solid; border-radius: inherit; box-sizing: border-box; background-repeat: no-repeat; background-size: contain; transform: translate(-50%, -50%); transition: all 0.35s ease-in-out 0s; opacity: 0; }
.itc-radio-box__image { position: relative; width: 20px; height: 20px; margin-right: 10px; border-radius: 50%; background-color: #fff; display: inline-block; }
.itc-radio-box__image:last-child { margin-right: 0; }
.itc-radio-box__image:after { position: absolute; content: ''; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid #000; border-radius: inherit; box-shadow: 0 0 0 2px #fff inset; opacity: 0; transition: opacity 0.2s ease-in-out 0s; }
.itc-radio-box__image:after {}
.itc-radio-box__image-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.itc-radio-box:hover .itc-radio-box__icon:after { opacity: 0.4; }
.itc-radio-box__input:focus ~ .itc-radio-box__icon:after, .itc-radio-box.focus .itc-radio-box__icon:after { opacity: 0.4; }
.itc-radio-box__input.error ~ .itc-radio-box__icon, .itc-radio-box__input.error ~ .itc-radio-box__image { border-color: #d62e30; }
.itc-radio-box__input:checked ~ .itc-radio-box__icon, .itc-radio-box.checked .itc-radio-box__icon { border-color: #f8a07e; background: #f8a07e; color: #fff; }
.itc-radio-box__input:checked ~ .itc-radio-box__icon:after, .itc-radio-box.checked .itc-radio-box__icon:after { opacity: 1; }
.itc-radio-box__input:checked ~ .itc-radio-box__image:after, .itc-radio-box.checked .itc-radio-box__image:after { opacity: 1; }
.itc-radio-box.disabled, .itc-radio-box:disabled { cursor: not-allowed; color: #55595c; }
.itc-radio-box__input:disabled ~ .itc-radio-box__icon, .itc-radio-box.disabled .itc-radio-box__icon { border-color: #d8d8d8; box-shadow: none; background: #e9e9e9; cursor: not-allowed; }

.itc-radio-box--text { min-width: 25px; -ms-flex-pack: center; justify-content: center; color: #979797; }
.itc-radio-box--text .itc-radio-box__icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid; border-radius: 0; background: none; }
.itc-radio-box--text .itc-radio-box__icon:after { content: none; }
.itc-radio-box--text.checked, .itc-radio-box--text .itc-radio-box__input:checked ~ .itc-radio-box__icon, .itc-radio-box--text .itc-radio-box__input:checked ~ .itc-radio-box__text { border-color: currentColor; background: none; color: #4A4A4A; }


.radio-inline--custom { font-weight: bold; padding: 0; margin-bottom: 7px; }
.bx-soa .radio-inline--custom .bx-soa-customer-label, .bx-soa .radio-inline--custom .bx-soa-custom-label, .bx-soa .form-group .radio-inline--custom label { font-weight: inherit; margin: 0; padding: 0; color: inherit; }
/*============================!Checkbox & Radio!==============================*/
/*============================ Form-select ===================================*/
.itc-form-select { position: relative; font-family: inherit; font-size: 14px; line-height: 34px; max-width: 100%; height: 36px; min-height: 34px; padding: 0 12px; border: 1px solid #d8d8d8; border-radius: 3px; background-color: #fff; transition: all .2s ease-in-out; display: inline-block; box-sizing: border-box; outline: none; color: #4a4a4a; cursor: pointer; }
.itc-form-select::-ms-value { padding: 0 3px 0 3px; margin: 0; }
.itc-form-select:before { line-height: 34px; }

.itc-form-select--wrap, .itc-form-select-wrap { height: auto !important; padding: 0 !important; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: start; align-items: flex-start; white-space: nowrap; table-layout: fixed; }
.itc-form-select--wrap:before, .itc-form-select-wrap:before { font-size: inherit; content: "\00A0"; width: 0px; display: inline-block; vertical-align: baseline; text-indent: -1em; overflow: hidden; }
.itc-form-select-wrap > .itc-form-select { height: 100%; display: table-cell; vertical-align: top; }
.itc-form-select-wrap:before { font-size: 14px; line-height: 36px; }
.itc-form-select > .itc-form-select { height: 100%; border: none; background: none; box-shadow: none; display: table-cell; vertical-align: top; }
.itc-form-select-wrap > .select-block { height: auto; }

.itc-form-select--inline { width: auto; display: inline-block; }

.itc-form-select:focus {}
.itc-form-select.error { color: #d62e30; }
.itc-form-select:disabled, .itc-form-select.disabled { border-color: #d8d8d8; box-shadow: none; background: #eceeef; color: #55595c; cursor: not-allowed; }

.itc-form-select[multiple] { height: auto; padding: 0; }
.itc-form-select[multiple] option { padding-top: 5px; padding-bottom: 5px; }

.select-block .itc-form-select { padding-right: 30px; }

.itc-form-select--sm { font-size: 14px; line-height: 28px; height: 30px; min-height: 28px; padding-left: 10px; padding-right: 10px; border-width: 1px; border-radius: 0; }
.itc-form-select--sm:before { line-height: 28px; }
.itc-form-select--sm[multiple] option { padding-top: 3px; padding-bottom: 3px; }
.select-block .itc-form-select--sm { padding-right: 30px; }
.itc-form-select-wrap--sm:before { font-size: 14px; line-height: 30px; }

.itc-form-select--lg { font-size: 19px; line-height: 44px; height: 50px; min-height: 44px; padding-left: 19px; padding-right: 19px; border-width: 3px; border-radius: 4px; }
.itc-form-select--lg:before { line-height: 44px; }
.itc-form-select--lg[multiple] option { padding-top: 7px; padding-bottom: 7px; }
.select-block .itc-form-select--lg { padding-right: 30px; }
.itc-form-select-wrap--lg:before { font-size: 19px; line-height: 50px; }
/*============================!Form-select!===================================*/
/*============================ Form-grid =====================================*/
.itc-field-error {
  font-size: 12px;
  color: red;
}
/*-----form-group---------------------------------*/
.itc-form-group { margin-bottom: 16px; }
/*.itc-form-group:last-child { margin-bottom: 0; }*/
.itc-form-group__title { /*font-size: 13px; margin-bottom: 2px;*/ margin-bottom: 4px; }
.itc-form-group__title label { margin-bottom: 0; }
.itc-form-button { margin-top: 16px; }
.itc-form-button--top { margin-top: 0; margin-bottom: 16px; }
.itc-form-button--bottom { margin-top: 16px; }

.buttons-box { margin-left: -5px; margin-right: -5px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.buttons-box__item { padding: 0 5px 0 5px; }
/*============================!Form-grid!=====================================*/
/*============================ Upload container ==============================*/
.upload-block { position: relative; }
.upload-block__head { position: relative; }
.upload-block__file-input { display: block; }
.upload-block__uploaded-hide.hidden { display: none; }
.upload-block__uploaded-show.hidden { display: none; }
.dynamic-form__list { padding: 0; margin: 0; list-style: none; }
.dynamic-form__item { margin-top: 1rem; }
.dynamic-form__item:first-child { margin-top: 0; }
/*============================!Upload container!==============================*/
.validate-block input[type='text'].error,.validate-block input[type='email'].error { border-color: #d9534f; -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075), 0 1px 3px 0px rgba(217, 83, 79, 0.6); box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.075), 0 1px 3px 0px rgba(217, 83, 79, 0.6); background: rgba(217, 83, 79, 0.2); }
.validate-block__error {font-size: 11px;line-height: 1.231; margin-top: 2px; color: #d9534f;}
.validate-block{margin-bottom: 20px;}
/* End */


/* Start:/bitrix/templates/ailita_adaptive/css/header.css?175567857640879*/
.item-id-11171 .icon {
    background: url(/images/sey-icon.png) center 0 no-repeat !important;
}

.sprite {
    background-image: url(/bitrix/templates/ailita/images/index.png);
    background-repeat: no-repeat;
    display: block
}

.sprite-arrow-slider {
    width: 45px;
    height: 35px;
    background-position: -5px -5px
}

.sprite-facebook {
    width: 35px;
    height: 35px;
    background-position: -60px -5px
}

.sprite-icons {
    width: 23px;
    height: 82px;
    background-position: -285px -5px
}

.sprite-instagram,
.sprite-ok,
.sprite-vk_new,
.sprite-youtube {
    width: 35px;
    height: 35px
}

.sprite-instagram {
    background-position: -105px -5px
}

.sprite-ok {
    background-position: -150px -5px
}

.sprite-vk_new {
    background-position: -195px -5px
}

.sprite-youtube {
    background-position: -240px -5px
}

.slick-slider,
a {
    -webkit-tap-highlight-color: transparent
}

.l-justify:after,
.reveal-modal,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.b-columns,
.l-col,
.l-col__middle,
.l-header,
.right-bg,
.slick-list {
    overflow: hidden
}

.b-list_news .b-list__item .b-list__title,
.descr_up,
.head-slider li p,
.main-tiz-new .-name {
    text-transform: uppercase
}

.achievement-list-items li,
.articles_item_center_text,
.b-list,
.b-nav,
.d-photo,
.laboratory__images,
.main-tiz li,
.main-tiz-new li,
.news-item-photo,
.social ul li,
.social-head ul li,
ul.breadcrumb-navigation {
    list-style: none
}

.l-pre,
pre {
    word-wrap: break-word
}

::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

::selection {
    text-shadow: none;
    background: #b3d4fc
}

dl+h2,
dl+h3,
dl+h4,
dl+h5,
dl+h6,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
table+dl,
table+h2,
table+h3,
table+h4,
table+h5,
table+h6,
table+ol,
table+p,
table+ul,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
    padding-top: 15px
}

hr,
table.reset,
table.reset table,
table.reset td,
table.reset th,
table.reset tr {
    padding: 0
}

dl,
ol,
ul {
    margin-left: 2em
}

.cf {
    -height: 1%;
    display: table
}

.cf:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    font-size: .05em;
    line-height: .05em
}

.no-border,
input.no-border,
table.no-border td,
table.no-border th {
    border: none
}

.l-invert a {
    text-decoration: none
}

.l-invert a:hover {
    text-decoration: underline
}

.l-pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap
}

.ir {
    white-space: nowrap
}

.l-pressed:active {
    position: relative;
    top: 1px;
    left: 1px
}

.l-justify {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: auto;
    zoom: 1;
    text-align-last: justify
}

.l-justify:after {
    width: 100%;
    height: 0;
    overflow: hidden;
    content: '';
    display: inline-block
}

.l-row {
    padding-bottom: 20000px;
    margin-bottom: -20000px
}

.l-box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.l-block-middle {
    display: table;
    width: 100%;
    height: 100%
}

.l-block-middle>span {
    display: table-cell;
    vertical-align: middle;
}

.di {
    display: inline-block;
    zoom: 1
}

.catalog-good-imgblock {
    width: 272px;
}

.b-list,
.b-nav,
.slick-list {
    margin: 0;
    padding: 0
}

.slick-list,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.l-counter,
.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: latosemibold;
    src: url(/bitrix/templates/ailita/fonts/latosemibold.eot);
    src: url(/bitrix/templates/ailita/fonts/latosemibold.woff) format('woff'), url(/bitrix/templates/ailita/fonts/latosemibold.ttf) format('truetype'), url(/bitrix/templates/ailita/fonts/latosemibold.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: latolight;
    src: url(/bitrix/templates/ailita/fonts/latolight.eot);
    src: url(/bitrix/templates/ailita/fonts/latolight.woff) format('woff'), url(/bitrix/templates/ailita/fonts/latolight.ttf) format('truetype'), url(/bitrix/templates/ailita/fonts/latolight.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}

.l-col__left {
    float: left
}

.l-col__right {
    float: right
}

.b-nav__item {
    display: inline-block;
    zoom: 1;
    vertical-align: top
}

.b-nav__link {
    display: block;
    font-weight: 700
}

.b-list__item {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    margin-bottom: 20px
}

.l-fixed {
    width: 960px;
    margin: 0 auto
}

.b-columns {
    padding: 0
}

.b-columns .b-column {
    width: 49%;
    float: left;
    margin-left: 1%;
}

.b-columns .b-column:first-child {
    margin: 0 1% 0 0
}

.b-columns_70_30 .b-column {
    width: 29%;
}

.b-columns_70_30 .b-column:first-child {
    width: 69%
}

#myModal input,
#myModal textarea {
    border: 1px solid #b9b9b9;
    font: 13px Arial, tahoma, sans-serif;
    width: 265px !important
}

.b-gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjhkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVjYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f5f8dd 0, #ffecb3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f5f8dd), color-stop(100%, #ffecb3));
    background: -webkit-linear-gradient(left, #f5f8dd 0, #ffecb3 100%);
    background: -o-linear-gradient(left, #f5f8dd 0, #ffecb3 100%);
    background: -ms-linear-gradient(left, #f5f8dd 0, #ffecb3 100%);
    background: linear-gradient(to right, #f5f8dd 0, #ffecb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f8dd', endColorstr='#ffecb3', GradientType=1);
}

#myModal input {
    padding: 5px 6px;
    margin: 0 0 5px
}

#myModal input:focus {
    outline: 0;
    border-color: #C6D4DA
}

#myModal select {
    width: 278px
}

#myModal h1 {
    margin: 0
}

#myModal textarea {
    padding: 7px 6px;
    margin: 0 0 12px;
    height: 50px
}

#myModal label {
    font-family: Arial, tahoma, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #353535
}

#myModal .txt {
    font-size: 13px;
    color: #777
}

#consult_answers {
    color: #000;
    font-size: 13px;
    margin-top: 5px
}

#myModal .send {
    width: 130px !important;
    background-color: #87c641;
    color: #fff
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 600;
    display: none;
    top: 0;
    left: 0
}

.reveal-modal {
    top: 100px;
    left: 50%;
    margin-left: -176px;
    width: 360px;
    background: -200px -80px no-repeat #FCFFFC;
    position: absolute;
    z-index: 601;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    cursor: pointer
}

.l-wrap {
    height: auto !important
}

.l-header {
    position: relative;
    background: url(/bitrix/templates/ailita/images/i/l-header-new1.png) center no-repeat;
    height: 245px
}

.l-header .l-col__left {
    width: 380px;
    position: absolute;
    left: 0;
    top: 0
}

.b-contacts,
.b-logo,
.bg_social {
    position: relative
}

.b-logo {
    display: block;
    z-index: 1;
    width: 350px;
    height: 130px
}

.phone a,
.phone span,
.phone_1 {
    display: inline-block
}

.bg_logo {
    background: url(/bitrix/templates/ailita/images/i/bg_logo.png) no-repeat;
    width: 377px;
    height: 223px;
    margin-left: -1px
}

.bg_social {
    margin-top: -90px;
    z-index: 3
}

.b-list_icons {
    font-size: 0;
    padding: 5px 0 0 50px
}

.b-list_icons .b-list__item {
    vertical-align: middle;
    margin: 0 5px
}

.right-bg {
    height: 246px;
    background: url(/bitrix/templates/ailita/images/i/right-bg.png) center right no-repeat
}

.l-col__right {
    width: 259px;
    height: 212px;
    margin-top: 15px
}

.l-col__middle_head {
    float: right;
    width: 480px;
    height: 246px;
    margin: 0 150px 0 0;
    position: relative
}

.b-contacts {
    float: right;
    margin-right: 5px;
    font-size: 14px;
    z-index: 1
}

.phone {
    margin: 0 0 0 40px;
    color: #fff;
    font-size: 18px
}

.phone a,
.phone span {
    vertical-align: middle
}

.phone .phone-number {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700
}

.phone_code,
.phone_text {
    font-size: 14px !important;
    font-weight: 400 !important
}

.b-nav_top .b-nav__item:hover .b-nav_top_sub,
.head-slider {
    display: block
}

.phone_code {
    padding: 0 3px
}

.phone_text {
    text-align: right;
    padding: 0 25px 0 0
}

.email {
    margin: 8px 0 0 -30px;
    background: url(/bitrix/templates/ailita/images/i/icons.png) no-repeat;
    height: 30px
}

.adress,
.how_us {
    margin: 1px 0 0 -30px;
    height: 30px
}

.how_us {
    background: url(/bitrix/templates/ailita/images/i/icons.png) 0 -30px no-repeat
}

.adress {
    background: url(/bitrix/templates/ailita/images/i/icons.png) 0 -60px no-repeat
}

.adress span,
.email span,
.how_us span {
    margin: 0 0 0 30px
}

.head-slider {
    margin: 0;
    text-align: center;
    list-style-type: none
}

.head-slider .slick-list {
    overflow: inherit
}

.head-slider li p {
    color: #fff;
    font-size: 29px;
    margin: 34px -140px 0 0;
    padding: 0;
    text-shadow: 1px 1px 2px #000
}

.head-slider li img {
    margin-top: 57px
}

.head-slider li p span {
    color: #000;
    font-size: 11px;
    display: block;
    text-shadow: none
}

.head-slider .slick-next,
.head-slider .slick-prev {
    width: 23px;
    height: 35px;
    outline: 0;
    border: none;
    position: absolute;
    top: 177px;
    z-index: 1
}

.head-slider .slick-prev {
    background: url(/bitrix/templates/ailita/images/i/arrow-slider.png) no-repeat;
    left: -25px
}

.head-slider .slick-next {
    background: url(/bitrix/templates/ailita/images/i/arrow-slider.png) -23px 0 no-repeat;
    right: -25px
}

@media screen and (max-width:1240px) {
    .l-col__middle_head {
        margin: 0 120px 0 0
    }
}

@media screen and (max-width:1200px) {
    .l-col__middle_head {
        margin: 0 100px 0 0
    }
}

@media screen and (max-width:1160px) {
    .l-col__middle_head {
        margin: 0 80px 0 0
    }
}

@media screen and (max-width:1120px) {
    .l-col__middle_head {
        margin: 0 60px 0 0
    }
}

@media screen and (max-width:1100px) {
    .l-col__middle_head {
        margin: 0 50px 0 0
    }
}

@media screen and (max-width:1080px) {
    .l-col__middle_head {
        margin: 0 40px 0 0
    }
}

@media screen and (max-width:1070px) {
    .l-col__middle_head {
        margin: 0 30px 0 0
    }

    .head-slider .slick-prev {
        left: -5px
    }

    .head-slider .slick-next {
        right: 0
    }
}

.l-nav {
    position: relative;
    z-index: 10
}

.b-nav_top {
    text-align: center;
    border: 1px solid #207148;
    border-right: 0;
    border-left: 0;
    background: url(/bitrix/templates/ailita/images/i/b-nav.png) repeat-x;
    height: 33px
}

.b-nav_top .b-nav__item {
    height: 33px;
    margin-left: 1px;
    vertical-align: bottom;
    position: relative
}

.b-nav_top .b-nav__item .b-nav__link {
    font-size: 13px;
    line-height: 33px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #175b28;
    padding: 0 10px;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 0 15px rgba(255, 255, 255, .2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease
}

.b-nav_top .b-nav__item .b-nav__link:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 0 15px rgba(255, 255, 255, .5)
}

.b-nav_top>.b-nav__item_active {
    background: #f0fef1;
    margin: -6px 0 -1px 1px;
    height: 40px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.b-nav_top .b-nav__item_active>.b-nav__link {
    box-shadow: none !important;
    text-shadow: none !important;
    color: #076b37;
    padding-top: 6px
}

.b-nav_top .b-nav__item .disabled {
    cursor: default
}

.b-nav_top_sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 172px;
    z-index: 10;
    background: #36ac56;
    background: -moz-linear-gradient(top, #36ac56 0, #3e6747 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #36ac56), color-stop(100%, #3e6747));
    background: -webkit-linear-gradient(top, #36ac56 0, #3e6747 100%);
    background: -o-linear-gradient(top, #36ac56 0, #3e6747 100%);
    background: -ms-linear-gradient(top, #36ac56 0, #3e6747 100%);
    background: linear-gradient(to bottom, #36ac56 0, #3e6747 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36ac56', endColorstr='#3e6747', GradientType=0)
}

.b-button,
.b-notice,
.main_tizers,
.novelties-cat,
.novelties-cat-item {
    text-align: center
}

.b-nav_top_sub .b-sub_nav__item {
    display: block
}

.b-nav_top_sub .b-sub_nav__link {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 5px 6px;
    margin: 1px;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #175b28;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 0 15px rgba(255, 255, 255, .2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease
}

.g-no-textshadow .b-nav_top_sub .b-sub_nav__item {
    border-top: 1px solid #30ce5b
}

.b-nav_top_sub .b-nav__item_active .b-sub_nav__link,
.b-nav_top_sub .b-sub_nav__item .b-sub_nav__link:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 0 15px rgba(255, 255, 255, .5)
}

.g-no-textshadow .b-nav_top_sub .b-nav__item_active .b-sub_nav__link,
.g-no-textshadow .b-nav_top_sub .b-sub_nav__item .b-sub_nav__link:hover {
    background-color: #36ac56
}

.marquee {
    height: 35px;
    line-height: 35px;
    color: #bc262c;
    font-size: 20px;
    background: #FBFBFB;
    border-radius: 0 0 5px 5px;
    border: 1px solid #00793D;
    border-top: none;
    letter-spacing: 2px
}

.l-section {
    padding-bottom: 122px
}

.l-aside {
    width: 270px;
    padding-top: 10px
}

.b-address {
    background: url(/bitrix/templates/ailita/images/i/b-address__top.gif) no-repeat;
    padding-top: 46px;
    width: 244px
}

.b-address>div {
    background: url(/bitrix/templates/ailita/images/i/b-address__bottom.gif) 0 100% no-repeat;
    padding-bottom: 148px
}

.b-address>div>div {
    padding-bottom: 10px
}

.b-address__text {
    padding-left: 20px;
    font-weight: 700;
    position: absolute
}

.b-search {
    padding: 15px 0 10px 18px
}

.title-search-input {
    width: 30px !important;
}

.b-links {
    background: url(/bitrix/templates/ailita/images/i/b-news_top.png) no-repeat;
    padding-top: 26px
}

.b-links>div {
    background: url(/bitrix/templates/ailita/images/i/b-news_bottom.gif) 0 100% no-repeat;
    padding-bottom: 26px
}

.b-links>div>div {
    background: url(/bitrix/templates/ailita/images/i/b-news_middle.gif) repeat-y;
    padding: 0 20px 0 0
}

.b-list_news .b-list__item {
    margin: 15px 0 0;
    display: block
}

.b-list_news .b-list__item .b-list__link {
    font-weight: 700
}

.news {
    padding: 0 10px 0 20px
}

.news-list p.news-item {
    display: inline-block;
    vertical-align: top
}

.banner_block {
    padding: 0 20px !important
}

.catalog b {
    font-size: 16px;
    margin-left: 11px
}

.catalog ul {
    margin: 0
}

.catalog li {
    display: block;
    margin-top: 4px;
    padding-left: 50px
}

.catalog a {
    text-decoration: none;
    font: 700 12px Arial;
    vertical-align: middle
}

.catalog a:hover {
    text-decoration: underline
}

.catalog li .icon {
    width: 50px;
    height: 31px;
    margin-left: -50px;
    vertical-align: middle;
    background: url(/bitrix/templates/ailita/images/i/menu_icons.png) center 0 no-repeat;
    display: inline-block
}

.catalog .item-id-1113 .icon {
    background-position: 4px -31px
}

.catalog .item-id-924 .icon {
    background-position: 4px -62px
}

.catalog .item-id-925 .icon {
    background-position: 4px -95px
}

.catalog .item-id-926 .icon {
    background-position: 1px -126px
}

.catalog .item-id-930 .icon {
    background-position: 1px -159px
}

.catalog .item-id-933 .icon {
    background-position: 1px -191px
}

.catalog .item-id-891 .icon {
    background-position: 1px -222px
}

.catalog .item-id-2373 .icon {
    background-position: 1px -254px
}

.catalog .item-id-1585 .icon {
    background-position: 1px -286px
}

.catalog .item-id-2180 .icon {
    background-position: 1px -319px
}

.novelties-cat-item {
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    margin: 0 0 40px
}

.novelties-cat-item div {
    height: 97px
}

.novelties-cat-item span {
    display: block;
    margin: 5px 0 0
}

.counters {
    margin: 0 auto
}

.l-article {
    margin-left: 300px;
    padding: 10px 20px 0 0;
    position: relative
}

.l-article .news-list p.news-item {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.b-breadcrumbs {
    padding: 20px 0 30px;
    font-size: 11px;
    color: #7AB382
}

.b-breadcrumbs .b-breadcrumb__link {
    color: #7AB382;
    font-weight: 700
}

.b-notice {
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #80512b;
    font-size: 13px
}

.b-notice .b-notice__title {
    color: #80512b;
    text-align: center;
    font-weight: 400;
    font-size: 16px
}

.b-notice__link {
    font-size: 11px;
    font-weight: 700;
    padding-right: 13px;
    background: url(/bitrix/templates/ailita/images/i/b-tizer__link.gif) 100% 50% no-repeat;
    display: block;
    float: right;
    margin-top: 5px
}

.b-button {
    border: 1px solid transparent;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 144px;
    font-weight: 700;
    font-size: 14px
}

.b-button .b-button__link {
    padding: 10px;
    display: block
}

.b-button_green {
    margin-bottom: 15px;
    background: #fbfbfb;
    border-color: #9bd29d
}

.b-button_brown {
    background: #ffecb2;
    border-color: #81512b
}

.b-button_brown .b-button__link {
    color: #81512b;
    background: url(/bitrix/templates/ailita/images/i/b-radio.gif) 5px 50% no-repeat;
    font-size: 13px;
    padding-left: 22px
}

.b-list_goods .b-list__item {
    display: block;
    padding: 15px 15px 45px;
    background: url(/bitrix/templates/ailita/images/i/nov_d_r_1.jpg) bottom right no-repeat #c6f0be;
    margin: 15px 0 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    color: #00793D
}

.b-list_goods .b-list__item+.b-list__item {
    background-image: url(/bitrix/templates/ailita/images/i/nov_d_r_3.jpg)
}

.b-column+.b-column .b-list__item {
    background-image: url(/bitrix/templates/ailita/images/i/nov_d_r_2.jpg)
}

.b-column+.b-column .b-list__item+.b-list__item {
    background-image: url(/bitrix/templates/ailita/images/i/nov_d_r_4.jpg)
}

.b-list_goods .b-list__item .l-col__left {
    width: 70px;
    margin-right: 15px
}

.b-list_goods .b-list__item .l-col__left img {
    border: none
}

.b-list_goods .b-list__item .b-list__link {
    font-size: 12px;
    font-weight: 700
}

.b-tizer {
    position: relative;
    text-decoration: none;
    display: block
}

.b-tizer .b-tizer__link {
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding-right: 13px;
    background: url(/bitrix/templates/ailita/images/i/b-tizer__link.gif) 100% 50% no-repeat
}

.main_tizers,
.main_tizers_link_wrap {
    position: relative;
    background: #daf6d6;
    border-radius: 7px;
    color: #FAC321
}

.b-tizer:hover .b-tizer__link {
    text-decoration: none
}

.main_tizers {
    height: 65px;
    font-size: 18px
}

.main_tizers a {
    text-decoration: none !important
}

.main_tizers_link_wrap {
    height: 18px;
    background: linear-gradient(to right, #e8f6e8, #daf6d6);
    background: -moz-linear-gradient(left, #e8f6e8 0, #daf6d6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e8f6e8), color-stop(100%, #daf6d6));
    background: -webkit-linear-gradient(left, #e8f6e8 0, #daf6d6 100%);
    background: -o-linear-gradient(left, #e8f6e8 0, #daf6d6 100%);
    background: -ms-linear-gradient(left, #e8f6e8 0, #daf6d6 100%);
    background: linear-gradient(to right, #e8f6e8 0, #daf6d6 100%);
    margin-top: 2px;
    text-align: right;
    padding: 7px
}

.main_tizers_link_wrap .b-tizer__link {
    background: url(/bitrix/templates/ailita/images/i/b-tizer__link.gif) no-repeat scroll 100% 50% transparent;
    padding: 12px;
}

.main_tizers_img_wrap {
    position: absolute;
    top: -9px;
    left: -8px;
    z-index: 9
}

.img_3315 {
    background: url(/bitrix/templates/ailita/images/i/pol-r.jpg) no-repeat;
}

.img_3316 {
    background: url(/bitrix/templates/ailita/images/i/exp-r.jpg) no-repeat;
}

.img_3287 {
    background: url(/bitrix/templates/ailita/images/i/exposition.jpg) no-repeat
}

.img_3288 {
    background: url(/bitrix/templates/ailita/images/i/field_day.jpg) no-repeat
}

.img_3309 {
    background: url(/images/diplom.jpg) no-repeat
}

.img_3352 {
    background: url(/upload/iblock/d03/Screen-Shot-2018_04_27-at-10.58.21.png) no-repeat
}

.search-navigation {
    text-align: center
}

.search-navigation a,
.search-navigation-title {
    font-weight: 700
}

.search-navigation-current {
    font-weight: 700;
    background: silver
}

.catalog-section-list {
    font-size: 15px;
    overflow: hidden
}

.catalog-section-list ul {
    float: left;
    width: 50%;
    margin: 0
}

.catalog-section-list ul li {
    display: block;
    padding-top: 10px
}

.catalog-section-list .image-items {
    width: 100%
}

.catalog-section-list .image-items li {
    margin: 17px 1% 0;
    width: 31%;
    display: inline-block;
    zoom: 1;
    vertical-align: bottom
}

.main-tiz li,
.main-tiz-new li,
.product-block,
.product-desc,
.product-image,
.social ul li,
.social-head ul li,
.td_up {
    vertical-align: top
}

.catalog-section-list .image-items li a,
.catalog-section-list .image-items li a span {
    display: block;
    text-align: center
}

.catalog-section-list .image-items li a span {
    line-height: 0.9em;
    height: 2em
}

.price-item-page .price-num {
    color: red
}

.catalog-page .price-list-link,
.catalog-element .price-list-link,
.catalog-element .price-list-question {
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 250px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-size: 16px;
    background: url(/bitrix/templates/ailita/images/i/button-mail.png) repeat-x;
    color: #FFF;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    padding-left: 20px
}

.catalog-page .price-list-link:before,
.catalog-element .price-list-link:before,
.catalog-element .price-list-question:before {
    content: "";
    position: absolute;
    /*top:7px;left:20px;width:21px;height:20px;background:url(/bitrix/templates/ailita/images/i/icon_xls.png) no-repeat*/
}

.l-footer {
    height: 80px;
    margin: -102px auto 0;
    border-top: 2px solid #00793d;
    background: url(/bitrix/templates/ailita/images/i/l-footer.jpg) 100% 0 no-repeat #d8f0de;
    position: relative;
    padding-top: 20px
}

.l-footer .l-col__left,
.l-footer .l-col__right {
    width: 31%;
    padding: 0 2%
}

.doc_size span {
    font-style: normal
}

.cat_more_info,
.contacts_adr,
.selection {
    font-style: italic
}

.b-go-top {
    position: fixed;
    z-index: 100;
    bottom: 125px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    padding-top: 55px;
    background: url(/bitrix/templates/ailita/images/i/b-go-top.png) no-repeat;
    text-align: center;
    font-size: 9px;
    color: #00793d;
    text-decoration: underline;
    opacity: 0
}

.td_up {
    width: 70px;
    padding-bottom: 25px;
    text-align: left
}

.grunt,
.ng2014 {
    text-align: center
}

.table_radio td {
    border: none
}

.header_bold {
    color: #444442;
    font-weight: 700
}

selection {
    color: #00793D;
    font-weight: 700
}

.akcia {
    display: block;
    position: absolute;
    left: 730px;
    width: 140px;
    height: 60px;
    z-index: 10;
    margin-top: 65px
}

.grunt {
    border: 1px solid #cacaca;
    background-color: #fff;
    float: left;
    width: 160px;
    height: 185px
}

.novinki_cat {
    text-decoration: none;
    font-size: 14px
}

ul.breadcrumb-navigation {
    padding: 4px 0 0;
    margin: 0
}

ul.breadcrumb-navigation li {
    display: inline
}

.ng2014,
.ng2014 a {
    color: #116A3A
}

.description_but a,
.img-block-article img,
.price-list-link-block,
.price-list-link-text,
.social ul li,
.social-head ul li {
    display: inline-block
}

.girlanda,
.l-article .ny,
.l-header .snow-top,
.ng2014 {
    position: absolute
}

.ng2014 {
    left: 50%;
    margin-left: -360px;
    font-size: 16px;
    z-index: 9;
    top: 20px
}

.ng2014 .b-tizer__link {
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    right: 0;
    padding-right: 13px;
    background: url(/bitrix/templates/ailita/images/i/b-tizer__link.gif) 100% 50% no-repeat
}

.ng2014 a,
.ng2014:hover .b-tizer__link {
    text-decoration: none
}

.ng2014 a:hover {
    text-decoration: underline
}

.block_announcement a,
.main-tiz li a {
    text-decoration: none
}

.link-red {
    background: url(/bitrix/templates/ailita/images/i/b-tizer__link_red.gif) 100% 50% no-repeat !important
}

.img-block-article {
    margin: 10px 0
}

.img-block-article img {
    width: 32%;
    margin: 0 5px 0 0;
    max-width: 350px
}

.contacts_adr {
    font-weight: 700
}

.contacts_adr p {
    font-size: 13px
}

.contacts_adr_city,
.contacts_adr_obl {
    color: #00A650;
    padding-bottom: 8px;
    font-size: 13px
}

.description_bottom {
    margin: 0 0 20px
}

.price-list-link-block {
    float: none;
    margin-bottom: 10px;
    margin-right: 20px
}

.price-list-link-text {
    margin-bottom: 10px;
    padding-right: 10px
}

.descr_up {
    font-size: 10pt;
    font-weight: 700
}

.news-1 {
    background: url(/images/kalendar-1.jpg) no-repeat
}

.news-2 {
    background: url(/images/kalendar-2.jpg) no-repeat
}

.catalog-section-addon {
    font-size: 15px;
    overflow: hidden;
    margin-top: -35px;
    margin-bottom: 35px
}

.articles_item_center_text {
    margin: 0 75px;
    padding: 15px 0
}

.articles_item_center_text li {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    text-align: center
}

.articles_item_center_text li p {
    text-align: left
}

.main-tiz,
.news-objava,
.prelist {
    text-align: center
}

.articles_item_center_text li img {
    max-height: 250px
}

.l-article .ny {
    width: 175px;
    height: 429px;
    top: -20px;
    right: 0;
    background: url(/bitrix/templates/ailita/images/i/right.png) no-repeat
}

.girlanda {
    background: url(/bitrix/templates/ailita/images/i/b-nav-ny.gif) repeat-x rgba(0, 0, 0, 0);
    height: 25px;
    left: 0;
    width: 100%;
    z-index: 9
}

.l-header .snow-top {
    width: 100%;
    height: 30px;
    background: url(/bitrix/templates/ailita/images/i/snow-top.png) repeat-x;
    top: 0;
    left: 0
}

.l-header .snow-bottom {
    width: 100%;
    height: 31px;
    background: url(/bitrix/templates/ailita/images/i/snow-bottom.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0
}

.l-header .snow-top::after,
.l-header .snow-top::before {
    height: 247px;
    position: absolute;
    top: 0;
    content: " ";
    width: 225px
}

.l-header .snow-top::before {
    background: url(/bitrix/templates/ailita/images/i/snow-left.png) no-repeat;
    left: 0
}

.l-header .snow-top::after {
    background: url(/bitrix/templates/ailita/images/i/snow-right.png) no-repeat;
    right: 0
}

.img-item .list-items {
    background: url(/images/icons_1.png) 0 6px no-repeat
}

.img-item .list-items li {
    padding: 10px 0 0 30px;
    line-height: 18px
}

.img-item .col-2 {
    background: url(/images/icons_2.png) 0 6px no-repeat
}

.img-item .col-2 li {
    padding: 10px 0 0 30px
}

.cat_more_info {
    margin: 15px 0;
    font-weight: 700
}

.news-objava {
    background: #fbfbfb;
    border: 1px solid #9bd29d;
    border-radius: 10px;
    font-weight: 700;
    padding: 10px;
    width: 625px;
    float: left;
    margin: 0 10px 10px;
    color: red;
    font-size: 16px
}

.block_announcement {
    border: 2px solid #00793D;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
    margin: 10px auto;
    background: url(/bitrix/templates/ailita/images/bg_annoucement.png) no-repeat;
    padding: 10px;
    position: relative
}

.block_announcement:before {
    background: url(/bitrix/templates/ailita/images/warning.png) no-repeat;
    position: absolute;
    top: -15px;
    left: -45px;
    width: 86px;
    height: 77px;
    content: ""
}

.social img,
.social-head img {
    width: 30px
}

.announcement_name {
    color: #bc262c;
    font-weight: 700;
    font-size: 16px
}

.announcement_pre {
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    font-size: 15px
}

.announcement_descr {
    margin-top: 10px;
    font-size: 15px;
    color: #444442
}

.social-head {
    margin-top: 10px
}

.social-head ul {
    margin: 0;
    padding: 0
}

.social-head ul li {
    margin: 0 3px
}

.social {
    margin-top: -15px
}

.social ul {
    margin: 0;
    padding: 0
}

.social ul li {
    margin: 0 3px
}

.stoimost li {
    margin-top: 5px
}

.prezentation {
    display: block;
    height: 67px;
    margin: 15px -21px -16px;
    width: 281px
}

.prelist {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.prelist .slick-list {
    padding: 0 !important;
    margin: 0 !important
}

.prelist .slick-slide img {
    margin: 0 auto
}

.prelist_nav {
    margin: 15px 0 20px;
    padding: 0;
    position: relative;
    width: 100%
}

.prelist_nav .slick-list {
    padding: 0 !important;
    margin: 0 !important
}

.prelist_nav .slick-slide img {
    margin: 0 auto
}

.prelist_nav .slick-next,
.prelist_nav .slick-prev {
    width: 23px;
    height: 35px;
    outline: 0;
    border: none;
    position: absolute;
    top: 20px;
    z-index: 1
}

.prelist_nav .slick-prev {
    background: url(/bitrix/templates/ailita/images/i/arrow-slider.png) no-repeat;
    left: 0
}

.prelist_nav .slick-next {
    background: url(/bitrix/templates/ailita/images/i/arrow-slider.png) -23px 0 no-repeat;
    right: 0
}

.main-tiz {
    margin: 70px 0 70px -25px
}

.main-tiz li {
    display: inline-block;
    width: 27%;
    padding: 0 0 0 40px
}

.main-tiz li a {
    display: block;
    position: relative
}

.main-tiz li .main-tiz-name:before {
    content: "";
    display: block;
    position: absolute;
    top: -61%;
    left: -35px
}

.main-tiz li#tiz_01 .main-tiz-name:before {
    width: 182px;
    height: 153px;
    background: url(/bitrix/templates/ailita/images/i/torg-oborud.png) 50% 50% no-repeat
}

.main-tiz li#tiz_02 .main-tiz-name:before {
    width: 181px;
    height: 156px;
    background: url(/bitrix/templates/ailita/images/i/jiffy.png) 50% 50% no-repeat
}

.main-tiz li#tiz_03 .main-tiz-name:before {
    width: 228px;
    height: 108px;
    background: url(/bitrix/templates/ailita/images/i/our-select.png) 50% 50% no-repeat;
    top: -20px
}

.main-tiz li#tiz_04 .main-tiz-name:before {
    width: 242px;
    height: 134px;
    background: url(/bitrix/templates/ailita/images/i/gruntcontroll.png) 50% 50% no-repeat;
    top: -32px
}

.main-tiz li#tiz_05 .main-tiz-name:before {
    width: 183px;
    height: 151px;
    background: url(/bitrix/templates/ailita/images/i/our-work.png) 50% 50% no-repeat
}

.main-tiz-name {
    background: #daf6d6;
    border-radius: 10px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 9px 9px 9px 122px
}

.main-tiz-name span {
    position: relative;
    z-index: 300;
    line-height: 1
}

.main-tiz__link {
    position: absolute;
    bottom: -32px;
    right: 3px;
    background: url(/bitrix/templates/ailita/images/i/tiz_more_back.png) repeat-x;
    width: 56%;
    border-radius: 10px;
    padding: 6px 10px 10px 0;
    text-align: right
}

.main-tiz__link span {
    background: url(/bitrix/templates/ailita/images/i/b-tizer__link.gif) 100% 50% no-repeat rgba(0, 0, 0, 0);
    font-size: 11px;
    font-weight: 700;
    padding-right: 13px;
    text-decoration: underline;
    display: inline-block
}

.main-tiz-new li a,
.phone a {
    text-decoration: none
}

@media screen and (max-width:1500px) {

    .main-tiz li#tiz_01,
    .main-tiz li#tiz_02 {
        width: 36%
    }
}

.d-photo {
    margin: 0
}

.d-photo li {
    display: inline-block;
    margin: 10px 10px 10px 0
}

.news-item-photo li {
    display: inline-block;
    margin: 10px
}

.news-item-photo li img {
    height: 200px
}

.achievement-list-block {
    border-bottom: 1px solid #00793d;
    margin: 20px 0
}

.achievement-list-block:last-child {
    border: none
}

.achievement-list-items li {
    display: inline-block;
    margin: 3px 7px
}

.main-tiz-new {
    text-align: center;
    margin: 20px 0 !important;
    padding: 0 !important
}

.main-tiz-new li {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    width: 20%
}

.main-tiz-new img {
    border: 4px solid #116e1f;
    border-radius: 4px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, .5);
    max-width: 100%
}

.main-tiz-new .-name {
    color: #116e1f;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px
}

.laboratory__list,
.laboratory__list * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.laboratory__list>.list__item {
    height: 236px;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    border: 1px solid #d0fcc8;
    box-shadow: 5px 5px 5px 0 #c2dabf;
    padding: 0 0 0 80px;
    position: relative
}

.laboratory__list>.list__item+.list__item {
    margin: 40px 0 0
}

.laboratory__list>.list__item>.list__name {
    display: block;
    position: absolute;
    top: 44%;
    left: -80px;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 24px;
    font-weight: 700;
    color: #00793d;
    width: 236px
}

.laboratory__scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 236px;
    margin: 0;
    padding: 10px 0;
    max-width: 820px
}

.laboratory__images {
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.laboratory__item {
    margin: 4px 7px
}

.phone a {
    line-height: 1;
    color: #fff
}

.product-main-block {
    margin: 15px 0;
    font-size: 12px
}

.product-block {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px
}

.product-desc,
.product-image {
    display: table-cell
}

.product-image img,
div.catalog-section table td img {
    max-width: none;
}

.product-desc {
    padding: 0 10px 5px
}

.MsoBodyText,
.MsoNormal {
    background: none !important;
}
/* End */


/* Start:/css/counter-block.css?16224562424288*/
/*============================ Counter-block =================================*/
.counter-block { position: relative; width: 110px; }
.counter-block__input { width: 100%; text-align: center; }
.counter-block__tooltip { position: absolute; top: 100%; left: 0; font-size: 12px; white-space: nowrap; display: none; color: #d0155a; }
.counter-block .ui-spinner.limit-min ~ .limit-min { display: inline-block; }
.counter-block .ui-spinner.limit-max ~ .limit-max { display: inline-block; }

.ui-spinner { position: relative; width: 110px; max-width: none; padding: 0 28px; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: start; align-items: flex-start; white-space: nowrap; table-layout: fixed; }
.ie9 .ui-spinner, .ie10 .ui-spinner { display: inline-block; }
.ui-spinner-nobutton { padding: 0; }
.ui-spinner-input { width: 100%; height: 100%; padding: 0 9px; border: none; border-radius: 0; text-align: center; }
.ie7 .ui-spinner-input, .ie8 .ui-spinner-input { line-height: 30px; }
.ui-spinner.limit-max .ui-spinner-input { /*color: #d0155a;*/ }
.ui-spinner-button { position: absolute; top: 0; width: 28px; height: 100%; border-radius: inherit; background: #e6ffed; text-align: center; cursor: pointer; color: #018829; }
.ui-spinner-button .ui-button-text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; }
.ui-spinner-button-icon { font-size: 1rem; line-height: 2.01785rem; }
.ui-spinner-button:before, .ui-spinner-button:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.ui-spinner-button:before { content: ""; width: 14px; border-top: 2px solid; }
.ui-spinner-button:after { height: 14px; border-left: 2px solid; }

.ui-spinner-down { left: 0; border-right: none; padding-right: 0; border-right: inherit; border-top-right-radius: 0; border-bottom-right-radius: 0; }
body .ui-spinner-down:hover:active, body .ui-spinner-down:hover.ui-state-active { padding-right: 0; }
.ui-spinner-up { right: 0; border-left: none; padding-left: 0; border-left: inherit; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.ui-spinner-up:after { content: ""; }
body .ui-spinner-up:hover:active, body .ui-spinner-up:hover.ui-state-active { padding-left: 0; }

body .ui-spinner-button.disabled { box-shadow: none; cursor: default; pointer-events: none; opacity: 0.5; }
body .ui-spinner-button.disabled .ui-spinner-down { border-right: none; }
body .ui-spinner-button.disabled .ui-spinner-up { border-left: none; }
.ui-spinner-input[data-spinner-no-btn] ~ .ui-spinner-button { display: none; }
.ui-spinner-nobutton .ui-spinner-button { display: none; }


.counter-box {
    position: relative;
    width: 110px;
    display: flex;
    align-items: stretch;
    white-space: nowrap;
    text-align: center;
}
.counter-box__input {
    width: 100%;
    min-width: 1px;
    padding: 0 9px;
    flex: 1 1 auto;
    order: 1;
    text-align: center;
    appearance: textfield;
    outline: none;
}
.counter-box__input::-webkit-inner-spin-button {
    appearance: none;
    display: none;
}
.counter-box__button {
    position: relative;
    width: 28px;
    padding: 0;
    border: none;
    border-radius: inherit;
    background: #e6ffed;
    text-align: center;
    outline: none !important;
    color: #018829;
    cursor: pointer;
    flex: 0 0 auto;
    order: 2;
}
.counter-box__button--down {
    border-right: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    order: 0;
}
.counter-box__button--up {
    border-left: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.counter-box__button:hover {}
.counter-box__button:before, .counter-box__button:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}
.counter-box__button:before {
    width: 14px;
    height: 2px;
}
.counter-box__button--up:after {
    width: 2px;
    height: 14px;
}
.counter-box__button--disabled, .counter-box__input.is-limit-max ~ .counter-box__button--up, .counter-box__input.is-limit-min ~ .counter-box__button--down {
    box-shadow: none;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
/*============================!Counter-block!=================================*/
/* End */


/* Start:/css/dropdown.css?17516047172838*/
/*============================ Dropdown ======================================*/
.dropdown { position: relative; }
.dropdown__head { cursor: default; }
.dropdown__button { position: relative; }
.dropdown__cont, .subitem-dropdown__cont { position: absolute; height: 0; display: block; overflow: hidden; visibility: hidden; white-space: normal; }
.dropdown__cont .main-menu__sublist {
	max-height: 100vh;
	height: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none;
	max-width: 100%;
	position: relative;
}
.dropdown__cont .main-menu__sublist::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.subitem-dropdown__cont {
	left: 100%;
	top: 0;
	width: 100%;
	
}
.subitem-dropdown__cont .main-menu__subitem {
	border: none;
	min-width: 244px;
	height: 100%;
}
.dropdown__cont-inner { position: relative; text-align: left; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.dropdown__cont--top { bottom: 100%; }
.dropdown__cont--bottom { top: 100%; }
.dropdown__cont--left { right: 100%; }
.dropdown__cont--left-top { right: 100%; bottom: 0; }
.dropdown__cont--left-bottom { right: 100%; top: 0; }
.dropdown__cont--right { left: 100%; }
.dropdown__cont--right-top { left: 100%; bottom: 0; }
.dropdown__cont--right-bottom { left: 100%; top: 0; }
.dropdown--rtl { direction: rtl; }
.dropdown--right > .dropdown__cont { right: 0; }
.dropdown:not(.js-dropdown):hover > .dropdown__button, .dropdown:not(.js-dropdown):hover > .dropdown__head .dropdown__button, .dropdown.open > .dropdown__button, .dropdown.open > .dropdown__head .dropdown__button { z-index: 1005; }
.dropdown:not(.js-dropdown) > .dropdown__button:hover ~ .dropdown__cont, .dropdown:not(.js-dropdown) > .dropdown__cont:hover, .dropdown.open > .dropdown__cont, .main-menu__subitem:hover .subitem-dropdown__cont { height: auto; visibility: visible; overflow: visible; z-index: 1001; width: auto;}
.dropdown.open .is-open-hide, .dropdown .is-open-show { display: none; }
.dropdown.open .is-open-show { display: inherit; }

.dropdown__cont--xs { position: relative; height: auto; display: block; overflow: visible; visibility: visible; }
@media (min-width: 544px) {
  .dropdown__cont--sm { position: relative; height: auto; display: block; overflow: visible; visibility: visible; }
}
@media (min-width: 768px) {
  .dropdown__cont--md { position: relative; height: auto; display: block; overflow: visible; visibility: visible; }
}
@media (min-width: 992px) {
  .dropdown__cont--lg { position: relative; height: auto; display: block; overflow: visible; visibility: visible; }
}
@media (min-width: 1200px) {
  .dropdown__cont--xl { position: relative; height: auto; display: block; overflow: visible; visibility: visible; }
}
/*============================!Dropdown!======================================*/

/* End */


/* Start:/css/collapse-block.css?17513695981607*/
/*============================= Collapse-block ===============================*/
.fade { opacity: 0; transition: opacity .15s linear; }
.fade.in { opacity: 1; }
.collapse { display: none; }
.collapsing { position: relative; height: 0; overflow: hidden; transition-timing-function: ease; transition-duration: .35s; transition-property: height; }

.js-collapse:after { content: ""; display: table; clear: both; }
.js-collapse__head:after { content: ""; display: table; clear: both; }
.js-collapse__button { position: relative; }
.js-collapse.in .js-collapse__open-hide, .js-collapse .js-collapse__open-show { display: none; }
.js-collapse.in .js-collapse__open-show { display: inherit; }

.js-collapse__cont-xs { height: auto !important; padding-bottom: 0px; display: block !important; overflow: visible !important; }
@media (min-width: 544px) {
  .js-collapse__cont-sm { height: auto !important; padding-bottom: 0px; display: block !important; overflow: visible !important; }
}
@media (min-width: 768px) {
  .js-collapse__cont-md { height: auto !important; padding-bottom: 0px; display: block !important; overflow: visible !important; }
}
@media (min-width: 992px) {
  .js-collapse__cont-lg { height: auto !important; padding-bottom: 0px; display: block !important; overflow: visible !important; }
}
@media (min-width: 1200px) {
  .js-collapse__cont-xl { height: auto !important; padding-bottom: 0px; display: block !important; overflow: visible !important; }
}
@media (max-width: 992px) {
	.collapse.in { display: block; }
  }
/*=============================!Collapse-block!===============================*/
/* End */


/* Start:/css/tabs.css?15313010322812*/
/*============================ Tabs-block ====================================*/
.tabs-nav { position: relative; border-bottom: 1px solid transparent; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.tabs-nav * { -webkit-touch-callout: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.tabs-nav__list { width: 100%; padding: 0; margin: 0 0 0px 0; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tabs-nav__item { position: relative; margin: 0; padding: 0; text-align: center; display: inline-block; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.tabs-nav__link { position: relative; text-decoration: none; display: block; -webkit-user-select: none; -ms-user-select: none; user-select: none; }

.tabs-nav--default { margin-bottom: 10px; }
.tabs-nav--default .tabs-nav__list { margin: 0 -3px -10px -3px; }
.tabs-nav--default .tabs-nav__item { position: relative; font-size: 14px; font-weight: 700; line-height: 20px; padding: 0 3px; margin-bottom: 10px; color: #299d45; }
.tabs-nav--default .tabs-nav__item--current {}
.tabs-nav--default .tabs-nav__item--current:before, .tabs-nav--default .tabs-nav__item.ui-state-active:before { opacity: 1; }
.tabs-nav--default .tabs-nav__link { position: relative; padding: 0px 10px 0 10px; border-top: 1px solid #d0fcc8; border-left: 1px solid #d0fcc8; border-right: 1px solid #d0fcc8; border-radius: 4px 4px 0 0; background: #fbfbfb; transform: translateY(0px); transition: all 0.2s ease-in-out 0s; text-decoration: none; color: inherit; }
.tabs-nav--default .tabs-nav__link:before { position: absolute; content: ''; top: -1px; left: -1px; right: -1px; bottom: 0; border-radius: inherit; box-shadow: 0 0 0 0 #d0fcc8 inset; transition: box-shadow 0.2s ease-in-out 0s; }
.tabs-nav--default .tabs-nav__item--current .tabs-nav__link, .tabs-nav--default .tabs-nav__item.ui-state-active .tabs-nav__link, .tabs-nav--default .tabs-nav__link:hover { /*padding-top: 0; border-top: 2px solid #00793D;*/ transform: translateY(-4px); color: #00793D; }
.tabs-nav--default .tabs-nav__link:hover:before { box-shadow: 0 2px 0 0 #d0fcc8 inset; }
.tabs-nav--default .tabs-nav__item--current .tabs-nav__link:before, .tabs-nav--default .tabs-nav__item.ui-state-active .tabs-nav__link:before { box-shadow: 0 2px 0 0 #00793D inset; }

.tabs-block {}
.tabs-block__nav {}
.tabs-block__cont {}
.tabs-block__cont--default { position: relative; padding: 10px; border: 1px solid #d0fcc8; border-radius: 4px; box-shadow: 4px 4px 6px #c2dcbc; background: #fbfbfb; }
.js .tabs-block__item { display: none; }
.tabs-block__item.tabs-block__item--current { display: block; }

@media (min-width: 992px) {
}
/*============================!Tabs-block!====================================*/

/* End */


/* Start:/css/jquery.fancybox3.css?151252674918562*/
/*============================= Fancybox ===============================*/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  height: 100%;
  overflow: visible;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99993;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
  opacity: 0;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 44px;
  width: 70px;
  background-color: rgba(30, 30, 30, 0.7);
  display: inline-block;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #ddd;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 99994;
}

.fancybox-slide:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: visible;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  width: 80%;
  max-width: calc(100% - 100px);
  height: 80%;
  max-height: calc(100% - 88px);
  padding: 0;
  background: #fff;
  overflow: visible;
}

.fancybox-iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  display: block;
}

.fancybox-error {
  width: 100%;
  max-width: 380px;
  margin: 0;
  padding: 40px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  color: #444;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 43px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none !important;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  position: absolute;
  content: '';
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 300;
  top: 0;
  right: 0;
  width: 42px;
  height: 43px;
  border-width: 0;
  background: url("/css/../images/fancyclose.png") 0 0 no-repeat;
  transition: background .25s;
  box-sizing: border-box;
  text-align: center;
  color: #888;
  z-index: 2;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  background: transparent;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  text-decoration: underline;
  color: #fff;
}

/* Buttons */
.fancybox-button {
  position: relative;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  outline: none;
  color: #ddd;
  cursor: pointer;
}

.fancybox-button:before, .fancybox-button:after {
  position: absolute;
  content: '';
  background-color: currentColor;
  box-sizing: border-box;
  display: inline-block;
  pointer-events: none;
  opacity: 0.9;
  color: currentColor;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button[disabled]:before, .fancybox-button[disabled]:after {
  opacity: 0.3;
}

.fancybox-button:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  background: transparent;
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-button--close:before, .fancybox-button--close:after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  width: 16px;
  height: 2px;
  display: inline-block;
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  height: 100px;
  width: 54px;
  margin: -50px 0 0 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity .25s;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: 99995;
}

.fancybox-arrow:after {
  position: absolute;
  content: '';
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  -webkit-animation: fancybox-rotate .8s infinite linear;
          animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  width: 15px;
  height: 11px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play:before, .fancybox-button--pause:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs:before {
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-thumbs > ul {
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .fancybox-thumbs > ul > li {
    position: relative;
    width: 105px;
    max-width: 50%;
    height: 75px;
    padding: 0;
    margin: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    outline: none;
    cursor: pointer;
  }
  .fancybox-thumbs > ul > li:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    border-radius: 2px;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
}

/*=============================!Fancybox!===============================*/

/* End */


/* Start:/css/owl.carousel.min.css?15816753873260*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;/*width:100%;*/z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{/*display:block;*//*width:100%*/}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/css/slider-block.css?15989496604556*/
/*============================ slider-block ==================================*/
.slider-block * { -webkit-touch-callout: none; }
.slider-block .caroufredsel_wrapper { box-sizing: content-box; /*width: 100% !important;*/ }
.slider-block__crop { overflow: hidden; }
.no-js .slider-block__crop--scroll { overflow-x: auto; }
.slider-block__list { padding: 0; margin: 0; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: start; align-items: flex-start; box-sizing: border-box; /*overflow: visible !important;*/ }
.caroufredsel_wrapper .slider-block__list { overflow: visible !important; }
.slider-block__list.width-full { width: 100% !important; }
.js .slider-block__list.js-slider { white-space: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.slider-block__item { position: relative; margin: 0; list-style: none; display: inline-block; vertical-align: top; white-space: normal; float: none !important; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.slider-block__item.width-full { width: 100%; }
.slider-block__link { border: none; }
.slider-block__link-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; background: url("data:image/gif;base64,R0lGODlhAQABAJH/AP///wAAAMDAwAAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw=="); z-index: 15; }

.slider-block__arrow { position: absolute; top: 50%; border: none; background: none; text-decoration: none; transform: translateY(-50%); fill: currentColor; display: none; cursor: pointer; color: inherit; z-index: 10; }
.slider-block__arrow .svg-icons { position: relative; top: 50%; transform: translateY(-50%); vertical-align: top; fill: inherit; pointer-events: none; }
.slider-block__arrow--prev { left: 0px; }
.slider-block__arrow--prev .svg-icons { transform: scaleX(-1) translateY(-50%); }
.slider-block__arrow--next { right: 0px; }

.slider-block__pagination { position: relative; font-size: 0; line-height: 0; left: 0; width: 100%; margin: 0; text-align: center; z-index: 10; }
.slider-block__pagination-link { position: relative; width: 44px; height: 4px; margin-left: 5px; margin-right: 5px; background: #000; opacity: 0.1; transition: opacity 0.2s ease-in-out 0s; display: inline-block; }
.slider-block__pagination--sm .slider-block__pagination-link { width: 22px; }
.slider-block__pagination-link:hover { opacity: 1; }
.slider-block__pagination-link.current { opacity: 1; }
.slider-block__group, .slider-block__detail, .slider-block__preview { position: relative; }
.slider-block__group { margin-top: 15px; }
.slider-block__group:first-child { margin-top: 0; }
/*============================!slider-block!==================================*/
/*============================ owl-slider ====================================*/
.owl-slider__group { position: relative; }
.owl-slider .owl-stage { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.owl-slider .owl-stage:after { content: none; }
.owl-slider .owl-item { -ms-flex: 0 0 auto; flex: 0 0 auto; }

.owl-slider__nav { -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.owl-slider__arrow { position: absolute; top: 50%; padding: 0; border: none; background: none; transform: translateY(-50%); display: none; -ms-flex-align: center; align-items: center; fill: #018829; outline: none; cursor: pointer; z-index: 10; }
.owl-loaded .owl-slider__arrow { display: -ms-flexbox; display: flex; outline: none; }
.owl-slider__arrow .svg-icons { vertical-align: top; fill: inherit; pointer-events: none; }
.owl-slider__arrow:hover { background: none; }
.owl-slider__arrow--prev { left: 0; }
.owl-slider__arrow--prev .svg-icons {  }
.owl-slider__arrow--next { right: 0; }
.owl-slider__arrow--next .svg-icons { transform: scaleX(-1); }
.owl-slider__arrow.disabled { /*fill: #d7e5f3; */pointer-events: none; display: none; cursor: default; }
.owl-slider__pagination, .owl-slider__dots { position: relative; font-size: 0; line-height: 0; left: 0; width: 100%; margin: 0; text-align: center; z-index: 10; }
.owl-slider__pagination.disabled, .owl-slider__dots.disabled { display: none; }
.owl-slider__dot { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; padding: 0; border: none; border-radius: 50%; background: #fff; transition: all 0.2s ease-in-out 0s; display: inline-block; opacity: 0.5; outline: none; cursor: pointer; }
.owl-slider__dot:hover, .owl-slider__dot.active { /*background: #018829;*/ background: #fff; opacity: 1; }
/*============================!owl-slider!====================================*/
/* End */


/* Start:/css/screen.min.css?175614107192077*/
@charset "UTF-8";.popup-box__close .svg-icons,.rating-box__list{vertical-align:top}.adaptive-menu__toggle:after,.popup-box.drop-aminm>.popup-box__outer{transition:transform .2s ease-in-out,opacity .2s ease-in-out}.pagination-nav__link--current,.rating-box{cursor:default}.basket-box__cont,.category-menu__item,.lang-menu__item,.panel-box__menu-toggle,.panel-box__title{text-transform:uppercase}.basket-sum__cell--cont,.basket-table__cell--price,.basket-table__cell--sum,.breadcrumb__item,.faq-form .captcha-holder,.main-menu__item,.rating-box__list{white-space:nowrap}.main-menu-popup,.pos-static{position:static}.category-history__list-outer,.pos-relative,.site-header,.ui-resize-block{position:relative}.width-full{width:100%}.table-fixed{table-layout:fixed}.wrapper-820{max-width:820px}.image-left,.image-right{float:none;margin:5px 0}.rouble{font-family:'PT Sans',serif}.review-form .starrequired,.starrequired{color:#d5534f}.snippet--about{padding:16px;margin-bottom:32px;border:none;background:rgba(255,255,255,.6);display:block}.snippet--about :where(tbody,tr,td,th){font:inherit;padding:0;border:none;background:0 0;display:block}.snippet--about :where(tbody){display:grid;grid-gap:24px;gap:24px}.snippet--about :where(tr){min-width:1px;display:flex;flex-direction:column;grid-gap:20px}.snippet--about :where(td){min-width:1px;flex:1 1 auto}.snippet--about :where(th){flex:0 0 auto}.snippet--about ul>li,.snippet--about-material ul>li{width:100%;display:inline-flex;align-items:center;position:relative}.snippet--about ul{padding:0;column-gap:14px}.article-block__foot,.catalog-block1__foot,.catalog-block1__head,.faq-block__nav,.product-detail__foot,.product-detail__ground-links,.product-detail__more-photo,.snippet--about p+ul{margin-top:20px}.snippet--about ul>li{min-height:32px;padding-left:48px;margin-bottom:18px;flex-wrap:wrap}.snippet--about ul>li:before{position:absolute;content:'';top:0;left:0;width:32px;height:32px;margin:0;border-radius:11px;background:url("/images/icons.svg#list-marker-arrow-view") center center/18px 18px no-repeat #4fbf82;transform:none}.snippet--about-material{padding:16px;margin-bottom:38px;border:none;border-radius:0 52px 52px 0;background:rgba(255,254,254,.6);display:block}.snippet--about-material :where(tbody,tr,td,th){font:inherit;padding:0;border:none;background:0 0;display:block}.snippet--about-material :where(tr){display:flex;flex-direction:column;grid-gap:22px;gap:22px}.snippet--about-material :where(td:last-child){flex:0 0 auto;align-self:flex-end;order:-1}.snippet--about-material :where(td:first-child){min-width:1px;padding:12px 0 12px 8px;flex:1 1 auto}.snippet--about-material ul{padding:0;column-gap:44px}.snippet--about-material ul>li{min-height:36px;padding-left:56px;margin-bottom:24px;flex-wrap:wrap}.snippet--about-material ul>li:before{position:absolute;content:'';top:0;left:0;width:36px;height:36px;margin:0;border-radius:50%;background:url("/images/icons.svg#list-marker-check-view") center center/20px 20px no-repeat #4fbf82;transform:none}.snippet--about-material :where(td:last-child) img{border-radius:30px}.snippet--about-benefits{font-size:16px;line-height:calc(20 / 16);max-width:1130px;margin:0 auto 64px}h2+.snippet--about-benefits{margin-top:36px}.snippet--about-benefits :where(tbody,tr,td,th){font:inherit;padding:0;border:none;background:0 0;display:block}.snippet--about-benefits :where(tbody){display:grid;grid-template-columns:repeat(1,1fr);grid-gap:32px 32px;gap:32px 32px}.snippet--about-benefits :where(tr){position:relative;min-width:1px;display:flex}.snippet--about-benefits :where(td:last-child){min-width:1px;min-height:93px;padding:24px;border-radius:16px;background:#fff;display:flex;align-items:center;flex:1 1 auto}.snippet--about-benefits :where(td + td){padding-left:48px;margin-left:27px}.snippet--about-benefits :where(td:first-child:not(:last-child)){position:absolute;top:50%;left:27px;width:38px;height:54px;border-radius:12px;background:#4fbf82;transform:translate(-50%,-50%) rotate(-30deg)}.snippet--about-benefits :where(td:first-child:not(:last-child)):after,.snippet--about-benefits :where(td:first-child:not(:last-child)):before{position:absolute;content:'';top:50%;left:50%;width:100%;height:100%;border-radius:inherit;background:inherit}.snippet--about-benefits :where(td:first-child:not(:last-child)):before{transform:translate(-50%,-50%) rotate(-60deg)}.snippet--about-benefits :where(td:first-child:not(:last-child)):after{transform:translate(-50%,-50%) rotate(60deg)}.snippet--about-benefits :where(td:first-child:not(:last-child)) img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(30deg);z-index:10}.product-testing__comment-quotes,.snippet--about-info{margin-bottom:32px}.snippet--about-info :where(tbody,tr,td,th){font:inherit;padding:0;border:none;background:0 0;display:block}.snippet--about-info :where(tr){display:flex;flex-direction:column}.snippet--about-info td{min-width:1px;padding:47px 50px 47px 40px;background:rgba(255,254,254,.6);flex:1 1 auto}.snippet--about-info td:first-child{padding-right:38px}.snippet--about-info th+td{padding-left:28px}.snippet--about-info th{padding:12px;background:rgba(255,254,254,.6);flex:0 0 auto}.snippet--about-info th:first-child{border-radius:44px 44px 0 0}.snippet--about-info th:last-child{border-radius:0 0 44px 44px}.snippet--about-info th img{border-radius:40px;margin:0}@media (min-width:576px){.snippet--about :where(tr){flex-direction:row}.snippet--about-benefits :where(tbody){grid-template-columns:repeat(2,1fr)}.snippet--about-info :where(tr){flex-direction:row}.snippet--about-info th:first-child{border-radius:44px 0 0 44px}.snippet--about-info th:last-child{border-radius:0 44px 44px 0}}@media (min-width:1280px){.snippet--about-material :where(tr){flex-direction:row}.snippet--about-material :where(td:last-child){order:3;align-self:center}.snippet--about-benefits :where(tbody){grid-template-columns:repeat(3,1fr)}}.has-dropdown-open-all{overflow:hidden!important}@media (max-width:1199px){.has-dropdown-open-lg{overflow:hidden!important}}.fancybox-close-small{color:#0d8943}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.fancybox-slide:before{content:none}.fancybox-slide>*{min-width:1px;-ms-flex:0 0 auto;flex:0 0 auto}.ui-resize-block .resize-frame{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:none;opacity:0;z-index:-1}.map-block,.map-block__cont,.map-small,.modal-block,.small-img,.video-block,.video-block__inner,.video-block__inner:before{position:relative}.ui-resize-block .resize-frame body{width:100%;height:100%;padding:0;margin:0}.justify-list{text-align:justify;text-justify:newspaper;text-align-last:justify}.justify-list:after{content:'';font-size:0;line-height:0;width:100%;height:0;display:inline-block;vertical-align:top}.justify-list>*{text-align:left;text-justify:auto;text-align-last:auto}.alert-box:empty,.auto-fixed__phantom,.site-header__lang{display:none}.fixed>.auto-fixed__phantom,.map-block__cont,.map-block__cont>img,.popup-box.open>.popup-box__overlay,.small-img,.small-img:after,.video-block__inner,.video-block__inner:before{display:block}.video-block{margin:0;padding:0;overflow:hidden}.video-block__inner{height:inherit}.video-block__inner:before{content:"";height:0;padding-bottom:56.25%}.video-block__inner embed,.video-block__inner iframe,.video-block__inner object,.video-block__inner video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-block[data-ratio="16by9"] .video-block__inner:before{padding-bottom:56.25%}.video-block[data-ratio="4by3"] .video-block__inner:before{padding-bottom:75%}.map-block{margin-bottom:20px;border:2px solid gray}.alert-box:last-child,.map-block:last-child{margin-bottom:0}.map-block__cont>iframe,.map-block__cont>ymaps{width:100%!important;padding:0;margin:0;border:none;display:block}.map-block__cont.width-full>iframe,.map-block__cont.width-full>img,.map-block__cont.width-full>ymaps{width:100%!important}.map-small{font-weight:700;text-align:center;color:#00793d}.small-img{text-decoration:none}.small-img:after{position:absolute;content:"";top:30px;left:10px;width:40px;height:40px;background:url(/images/loop.png) 0 -210px no-repeat}.small-img:hover:after{background-position:0 -460px}.alert-box{padding:9px 15px 11px;margin-bottom:15px;border-radius:10px;background:#e5f4eb;color:#00963f}.alert-box--danger{background:#feeae5;color:#f13300}.modal-block{max-width:100%;padding:13px 20px 25px;border-radius:8px;text-align:left}.main-slider,.modal-block__head,.review-form__title,.side-block{margin-bottom:30px}.modal-block__title,.popup-box__title{position:relative;font-size:23px;font-weight:700;line-height:28px;margin:0;color:#018829}.article-detail__photos,.modal-block__foot,.product-detail__buy,.product-detail__contact,.product-detail__ground,.product-detail__price,.product-detail__props{margin-top:15px}.modal-message{width:500px;max-width:100%}.rating-box{font-size:24px;line-height:1;display:flex;align-items:center}.rating-box__tip{font-size:14px;font-weight:600}.rating-box__tip--first{margin-right:25px}.rating-box__tip--last{margin-left:25px;order:25}.rating-box__list{margin:0 -5px;display:inline-flex;direction:rtl}.rating-box__item{margin:0;padding:0 5px;display:inline-block;text-align:center;color:silver}.rating-box__item:before{font-family:sans-serif;content:"\2605"}.rating-box__item--check:hover:before,.rating-box__item--check:hover~.rating-box__item--check:before,.rating-box__item--current:before,.rating-box__item--current~.rating-box__item:before,.rating-box__item.checked:before,.rating-box__item.checked~.rating-box__item:before{color:#25823e}.rating-box.pull-right .rating-box__item{margin:0 0 0 5px}.popup-box>.dropdown__button{z-index:auto!important}.popup-box__overlay{position:fixed;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;z-index:900}.popup-box--left .popup-box__overlay{left:0}.popup-box--right .popup-box__overlay{right:0}.popup-box__outer{position:fixed;top:0;height:100%;max-height:100%;min-height:100%;display:-ms-flexbox;display:flex;visibility:visible;opacity:0}.popup-box--left .popup-box__outer{left:0;transform:translateX(-100%)}.popup-box--right .popup-box__outer{right:0;transform:translateX(100%)}.popup-box__inner{position:relative;width:320px;padding:20px 0;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#000}.icons,.icons:before{display:inline-block}.popup-box__close{position:absolute;top:21px;right:28px;padding:5px;color:#0d8943;z-index:15}.popup-box__close:hover{color:#0d8943}.icons,.icons:before,.svg-icons--clock,.svg-icons--tick{vertical-align:middle}.popup-box__head{margin-bottom:15px;padding:0 20px}.popup-box__head:before{content:'';width:30px;height:10px;float:right}.popup-box__body{padding:0 20px;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;overflow-y:auto}aside .popup-box__body{overflow:visible;scrollbar-width:none}aside .popup-box__body::-webkit-scrollbar{width:0;height:0}.popup-box.open>.popup-box__outer{height:100%;transform:translateX(0);opacity:1}@media (min-width:992px){.sidebar-menu .panel-box__search{padding:11px 20px 0;margin-bottom:4px}.sidebar-menu .popup-box__outer{position:relative;transform:none;height:auto;min-height:0;max-height:none;opacity:1}.sidebar-menu .popup-box__inner{width:auto;padding:0;background:0 0;-ms-flex:1 1 100%;flex:1 1 100%}.sidebar-menu .popup-box__body{padding:0}}.panel-box{padding:22px 0;margin-bottom:20px;background:#fff}.panel-box--bordered{border:1px solid #9bd29d;border-radius:10px}.panel-box__head{padding:0 20px;margin-bottom:13px}.panel-box__title{font-size:20px;font-weight:600}.panel-box__body,.panel-box__foot{padding:0 20px}.panel-box__search{padding:11px 20px 0;margin-bottom:4px;-ms-flex-order:2;order:2}.panel-box__menu-toggle-icon{position:relative;width:20px;height:14px;margin-right:14px;border-top:2px solid;border-bottom:2px solid;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-align-self:center;align-self:center}.panel-box__menu-toggle-icon:before{position:absolute;content:'';top:50%;left:0;width:100%;border-top:2px solid;transform:translateY(-50%)}.sidebar-menu .panel-box__search{min-width:1px;padding:0 15px;margin-top:20px;margin-bottom:0}.sidebar-menu .panel-box__menu{padding:0 15px}.icons{position:relative;font-size:0}.icons:before{margin:0 auto;background:url("/images/site_template/icons.png") 100% 100% no-repeat}.icons--fb:before,.icons--inst:before,.icons--ok:before,.icons--vk:before,.icons--youtube:before{width:32px;height:32px;background-image:url("/images/site_template/social.png");content:''}.icons--youtube:before{background-position:0 0}.icons--inst:before{background-position:-33px 0}.icons--vk:before{background-position:-66px 0}.icons--ok:before{background-position:-99px 0}.icons--fb:before{background-position:-132px 0}.svg-icons{max-width:100%;fill:currentColor;transition:.2s ease-in-out;color:inherit}.svg-icons--arrow-1{width:27px;height:50px}.svg-icons--play{width:70px;height:70px}.svg-icons--fb,.svg-icons--inst,.svg-icons--ok,.svg-icons--rutube,.svg-icons--tiktok,.svg-icons--vk,.svg-icons--youtube{width:30px;height:30px}.svg-icons--basket{width:44px;height:44px}.svg-icons--phone{width:24px;height:24px}.svg-icons--close{width:16px;height:16px}.svg-icons--delete{width:18px;height:20px}.svg-icons--zen{width:30px;height:30px}.svg-icons--clock{width:24px;height:24px}.svg-icons--tick{width:16px;height:11px}.search-box__button,.search-box__field{height:50px;padding:0 12px;border:1px solid #cecece}.price-box__item,.schedule-block .big{font-size:18px}.catalog-item2__category,.catalog-notice-item__category,.info-box__title,.price-box__item-val,.product-detail__category{font-weight:700}.social-box{-ms-flex-align:center;align-items:center}.social-box__title{font-weight:600;margin-bottom:10px}.social-box__inner{margin-left:-5px;margin-right:-4px;display:-ms-flexbox;display:flex}.social-box__item{margin:0 4px 0 5px;text-decoration:none}.social-box__item .svg-icons{width:29px;vertical-align:top;color:#c3e2cb}.social-box--sm .social-box__inner{margin-left:-3px;margin-right:-2px}.social-box--sm .social-box__item{margin:0 2px 0 3px}.social-box--sm .svg-icons{width:21px;height:21px}.search-box__inner{display:-ms-flexbox;display:flex}.search-box__field{min-width:1px;-ms-flex:1 1 100%;flex:1 1 100%}.search-box__button{font:inherit;font-weight:600;margin-left:-1px;background:#f9f9f9;-ms-flex:0 0 auto;flex:0 0 auto;color:#000}@media (max-width:992px){.search-box__button,.search-box__field{height:41px}}.logo-box__link{max-width:100%;display:inline-block;vertical-align:top;text-decoration:none;color:inherit}.logo-box__image{max-width:100%;border:none;display:block}.site-header__middle{position:relative;background:#449455;color:#fff}.site-header__middle-inner{position:relative;padding-bottom:9px}.site-header__middle-inner:after,.site-header__middle-inner:before{position:absolute;top:0;width:46.2%;height:100%;border-left:17px solid #7fc490;border-right:17px solid #7fc490;background:#468f52;transform:skew(-25deg);z-index:-1}.site-header__middle-inner:before{left:90px}.site-header__middle-inner:after{right:0}.site-header__middle-right{position:relative;margin-top:15px;padding-top:14px;padding-bottom:8px;border-top:1px solid #69a371;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 0 auto;flex:0 0 auto}.site-header__bottom{position:absolute;left:0;bottom:0;width:100%;min-height:36px;background:#018829;display:none}.site-header__bottom-fixed{position:absolute;left:0;bottom:0;width:100%;transition:transform ease-in-out;color:#fff;z-index:500}.site-header__bottom.fixed .site-header__bottom-fixed{position:fixed;bottom:100%;background:#018829;transform:translateY(100%);transition:transform .25s ease-in-out}.site-header__bottom-inner{height:36px;border-radius:4px;background:#018829;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:height ease-in-out}.site-header__bottom.fixed .site-header__bottom-inner{height:54px}.site-header__bottom-menu{width:100%;min-width:1px;-ms-flex-align-self:stretch;align-self:stretch}.site-header__bottom.fixed .site-header__bottom-menu{width:auto;-ms-flex-align-self:center;align-self:center;-ms-flex:1 1 100%;flex:1 1 100%}.site-header__bottom-logo{width:200px;margin-right:21px;display:none;-ms-flex:0 0 auto;flex:0 0 auto}.site-header__bottom.fixed .site-header__bottom-logo{display:block}.site-header__bottom-contact{display:none;-ms-flex-align:center;align-items:center}.recommend-item__body,.site-header__bottom.fixed .site-header__bottom-contact{display:-ms-flexbox;display:flex}.adaptive-menu__link,.adaptive-menu__sublink,.article-item__link,.product-testing-item__link,.site-header__bottom-contact [href^='tel:']{text-decoration:none;color:inherit}.site-header__bottom-contact-title{margin-right:10px}.site-header__bottom-contact-item{font-size:16px;font-weight:700;margin-right:20px}.site-header__bottom-contact-item:last-child{margin-right:0}.site-header__bottom-basket{margin-left:auto;padding-left:15px;padding-right:15px;display:none}.site-header__bottom.fixed .site-header__bottom-basket{display:block}.site-header__bottom-basket .basket-box__inner{font-size:14px;font-weight:400;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.site-header__bottom-basket .basket-box__icon{width:50px;height:28px}.site-header__logo{position:relative;margin-left:-45px;margin-right:70px;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;z-index:5}.site-header__logo-left{max-width:150px;margin-bottom:-10px}.site-header__logo-cont{padding:18px 0 0;-ms-flex:1 1 100%;flex:1 1 100%}.site-header__contact{display:none;align-self:center}.site-header__basket{padding-left:15px;margin-left:auto;-ms-flex-align-self:end;align-self:flex-end}.site-header__menu-toggle{position:absolute;top:20px;right:0;color:inherit}.site-header__contact-toggle{position:absolute;top:67px;right:0}@media (max-width:544px){.site-header__logo-cont{text-align:center}}@media (min-width:544px){.image-left{float:left;margin:0 10px 5px 0}.image-right{float:right;margin:0 0 5px 10px}.sidebar-menu .panel-box__search{margin-top:0;-ms-flex:0 1 50%;flex:0 1 50%}.sidebar-menu .panel-box__menu{-ms-flex:1 1 auto;flex:1 1 auto}.social-box--sm .social-box__inner{margin-left:-5px;margin-right:-4px}.social-box--sm .social-box__item{margin:0 4px 0 5px}.social-box--sm .svg-icons{width:29px;height:30px}.site-header__logo-left{max-width:160px}}@media (min-width:768px){.snippet--about ul,.snippet--about-material ul{columns:2 auto}.site-header__logo{margin-left:-57px}}@media (min-width:992px){.sidebar-menu .panel-box__search{padding:11px 20px 0;margin-bottom:4px;-ms-flex:1 1 100%;flex:1 1 100%}.sidebar-menu .panel-box__menu{padding:0;margin-bottom:0;-ms-flex:1 1 100%;flex:1 1 100%}.site-header{padding-bottom:36px}.site-header__middle-inner{min-height:144px;display:-ms-flexbox;display:flex}.site-header__logo{margin-right:25px;margin-left:-27px}.site-header__logo-left{min-width:169px;max-width:none}.site-header__logo-cont{padding-bottom:18px;align-self:center}.site-header__middle-right{width:50%;margin-top:0;margin-left:auto;padding-right:20px;padding-top:15px;padding-bottom:0;border-top:none;-ms-flex-align:start;align-items:flex-start}.site-header__bottom,.site-header__contact{display:block}.site-header__lang{position:absolute;right:20px;padding-top:2px;display:block}}@media (min-width:1060px){.site-header__basket{padding-left:30px}}@media (min-width:1300px){.social-box{display:-ms-flexbox;display:flex}.social-box__title{margin-right:10px;margin-bottom:0}.site-header__bottom,.site-header__middle{background:0 0}.site-header__middle-inner:after,.site-header__middle-inner:before{content:''}.site-header__middle-right{padding-left:18px;padding-right:18px}.site-header__logo{margin-right:0;margin-bottom:-15px}.site-header__logo-cont{padding:0;margin-left:-6px;-ms-flex-align-self:center;align-self:center}.site-header__contact{margin-left:auto}.site-header__basket{margin-left:0;margin-right:auto;-ms-flex-align-self:center;align-self:center}.site-header__lang{right:18px}}@media (min-width:1500px){.site-header__middle-right{padding-left:4.1%}.site-header__basket{padding-left:78px}}.header-slogan{position:relative;font-size:18px;font-weight:600;line-height:23px;margin-top:9px;padding-right:70px}@media (min-width:544px){.header-slogan{margin-top:0;padding-right:0}}@media (min-width:992px){.header-slogan{margin-top:8px}}.header-phone{position:relative;font-size:16px;line-height:19px;display:inline-block}.contact-box a,.header-phone__head-link{color:inherit}.header-phone__popup{position:absolute;top:-10px;right:-14px;width:calc(100% + 28px);min-width:185px;border-radius:3px;box-shadow:0 5px 10px 0 #c5e3c4;background:#fff;display:none;flex-direction:column;color:#000;z-index:510}.dropdown__cont .main-menu__subitem-img,.header-phone:hover .header-phone__popup{display:flex}.header-phone__item{padding:10px 14px;border-top:1px solid #c5e3c4;display:flex;flex-direction:column;gap:5px}.header-phone__item:first-child{border-top:none}.header-phone__item-descr{font-size:12px}.contact-box{font-size:16px;line-height:19px;display:-ms-flexbox;display:flex}.contact-box__left{padding-right:20px;text-align:right}.contact-box__item,.footer-contact__item{margin-top:5px}.contact-box__item:first-child{margin-top:0}.contact-box__item--title+.contact-box__item,.product-slider__review{margin-top:1px}.contact-box__title{font-size:14px}.contact-box b,.footer-contact__title,.footer-site-map{font-weight:600}.contact-box [href^='tel:']{text-decoration:none}.catalog-item2__foot,.catalog-notice-item__foot,.contact-box .social-box{margin-top:9px}.header-contact-address{margin-top:14px}.main-menu-popup__button{position:relative;font-size:14px;font-weight:700;height:100%;padding:0 23px 0 54px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;color:inherit}.main-menu-popup.open .main-menu-popup__button{background:#007723}.main-menu-popup__button-icon{position:absolute;top:50%;left:20px;width:20px;height:14px;border-top:2px solid;border-bottom:2px solid;transform:translateY(-50%)}.main-menu-popup__button-icon:before{position:absolute;content:'';top:50%;left:0;width:100%;border-top:inherit;transform:translateY(-50%)}.main-menu-popup__cont{min-width:280px}.site-header__bottom:not(.fixed) .main-menu-popup__button{display:none}.site-header__bottom:not(.fixed) .main-menu-popup__cont{position:relative;width:auto;height:auto;padding:0;margin:0;float:none;overflow:visible;visibility:visible}.main-menu{position:relative;border-radius:4px;background:#018829;color:#fff}.main-menu__outer{overflow:visible;overflow-x:hidden}.lang-menu__list,.main-menu__list{padding:0;margin:0;list-style:none;display:-ms-flexbox;display:flex}.main-menu__item{position:static;font-weight:700;padding:0;margin:0}.main-menu__item--current{background:#007723}.main-menu__item--more{margin-left:auto}.main-menu__item--more.hidden{position:absolute;visibility:hidden;display:block!important}.main-menu__link{padding:9px 20px;border-radius:inherit;display:block;text-decoration:none;color:inherit}.main-menu__link--more:before{content:"\2022 \2022 \2022";letter-spacing:3px}.main-menu__item:hover .main-menu__link,.main-menu__link:hover{background:#007723;color:inherit}.main-menu__popup{font-weight:400;background:#007723}.main-menu__popup-inner{width:260px}.adaptive-menu__list,.adaptive-menu__sublist,.category-menu__list,.contacts-block__list,.faq-block__list,.main-menu__sublist,.news-notice__list,.product-testing__list,.sidebar-menu__list{padding:0;margin:0;list-style:none}.site-header__bottom.fixed .subitem-dropdown__cont-inner{max-width:calc(100vw - 754px)}.subitem-dropdown__cont-inner{max-width:calc(100% - 10px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#468F52 #9BB8A0;background:#007723;box-shadow:2px 4px 12px 0 rgba(0,56,8,.5);padding-right:10px}.subitem-dropdown__cont .main-menu__sublist{display:grid;grid-template-rows:repeat(auto-fit,minmax(43px,43px));align-items:start}.subitem-dropdown__cont .main-menu__sublist li:not(:first-child){border-top:1px solid transparent}.subitem-dropdown__cont .main-menu__sublist li:not(:first-child):hover{border-top:1px solid #018829}@supports selector(::-webkit-scrollbar){.subitem-dropdown__cont-inner::-webkit-scrollbar{width:5px;height:7px}.subitem-dropdown__cont-inner::-webkit-scrollbar-track{background:#9bb8a0}.subitem-dropdown__cont-inner::-webkit-scrollbar-thumb{border-radius:3px;background:#468f52}}.main-menu__item--more .main-menu__item,.main-menu__subitem{font-weight:400;padding:0;margin:0;border-top:1px solid #018829;border-radius:0}.dropdown__cont .main-menu__subitem .main-menu__sublink{display:flex;align-items:center;gap:8px;justify-content:space-between;width:100%;height:100%;max-height:20px;font-weight:600}.dropdown__cont .main-menu__subitem-img img{padding-left:18px}.dropdown__cont .main-menu__subitem-img .main-menu__sublink{padding-right:25px}.category-menu__list-hover .category-menu__item>img{padding-left:10px}.subitem-dropdown__cont .main-menu__subitem a{padding-left:20px}.main-menu__subitem .main-menu__sublink:has(+.subitem-dropdown__cont)::after{content:'';background:url("/images/icons.svg#arrow-white-view") 0 0/contain no-repeat;display:inline-block;width:12px;height:10px;position:absolute;right:12px}.main-menu__item--more .main-menu__item:first-child,.main-menu__subitem:first-child{padding-top:0;margin-top:0;border-top:none}.main-menu__item--more .main-menu__item--current,.main-menu__subitem--current{background:#018829}.main-menu__item--more .main-menu__item .main-menu__link,.main-menu__sublink{padding:7px 12px 7px 18px;display:block;text-decoration:none;color:inherit;min-height:42px}.main-menu__item--more .main-menu__item .main-menu__link:hover,.main-menu__subitem:hover,.main-menu__sublink:hover{background:#018829;color:inherit}.main-menu__item--more .main-menu__item .main-menu__popup,.site-header__bottom-fixed .site-header__bottom-basket .basket-box__cont{display:none}.site-header__bottom.fixed .site-header__bottom-fixed .main-menu__item{border-radius:4px;margin:0 3px}.site-header__bottom.fixed .site-header__bottom-fixed .main-menu__item.dropdown:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}.site-header__bottom.fixed .site-header__bottom-fixed .main-menu__link{padding:5px 7px}@media (max-width:1600px){.site-header__bottom.fixed .subitem-dropdown__cont-inner{max-width:calc(100vw - 548px)}.subitem-dropdown__cont-inner{max-width:calc(100vw - 380px)}}@media (min-width:1300px){.header-slogan{font-size:21px;font-weight:700;line-height:1;top:10px;margin-top:0}.main-menu__item--last,.main-menu__item--more{border-radius:0 4px 4px 0}.main-menu__item--last.dropdown:hover,.main-menu__item--more.dropdown:hover,.main-menu__item.dropdown:first-child:hover{border-bottom-right-radius:0}.main-menu__item:first-child{border-radius:4px 0 0 4px}}.popup-box .adaptive-menu,.popup-box .category-menu{margin:0 -20px}.adaptive-menu__item{position:relative;font-weight:700;padding:0;margin:0;border-top:1px solid #c2f0ce;color:#000}.adaptive-menu__item:first-child{border-top:none}.adaptive-menu__item-head{position:relative;padding:11px 20px 11px 50px}.adaptive-menu__toggle{position:absolute;top:0;left:0;width:50px;height:100%;color:#c5e3c4}.adaptive-menu__toggle:after,.adaptive-menu__toggle:before{position:absolute;content:'';top:50%;left:50%;margin-left:5px;transform:translate(-50%,-50%) scaleY(1)}.adaptive-menu__toggle:before{width:16px;border-top:2px solid}.adaptive-menu__toggle:after{height:16px;border-left:2px solid}.adaptive-menu__toggle:focus,.adaptive-menu__toggle:hover,.in>.adaptive-menu__item-head .adaptive-menu__toggle,.in>.adaptive-menu__toggle{color:#018829}.in>.adaptive-menu__item-head .adaptive-menu__toggle:after,.in>.adaptive-menu__toggle:after{transform:translate(-50%,-50%) scaleY(0);opacity:0}.category-history .owl-slider__arrow:hover,.owl-item.active .category-history__item{opacity:1}.adaptive-menu__cont-inner{padding:10px 0 14px;border-top:1px solid #c2f0ce;background:#e6ffed}.adaptive-menu__subitem{font-weight:400;padding:4px 20px 5px 70px;margin:0}.main-contact,.review-form__rating{padding-top:10px}.main-contact__top{font-size:16px;margin:0 -20px 14px;padding:12px 20px 16px;background:#cee6ce}.faq-form__agreement,.main-contact__top-row{margin-top:10px}.main-contact__top-row:first-child{margin-top:0}.main-contact__phones-title,.product-detail__buy-descr,.search-page__category{margin-bottom:10px}.main-contact__phones-item{font-size:23px;margin-bottom:21px}.catalog-block2__title,.main-contact__phones-item:last-child,.news-notice-item__cont>:last-child,.spacer-block:last-child{margin-bottom:0}.basket-box__inner{font-size:unset;font-weight:400;display:flex;align-items:center;text-align:center;color:inherit;text-decoration:none}.basket-box__inner:hover{color:inherit}.basket-box__icon{width:30px;height:27px;margin:0;display:inline-block}.basket-box__cont{line-height:30px;padding-left:2px;display:inline-block;vertical-align:top;text-decoration:underline}.basket-box__link{font-weight:700;text-decoration:none;color:inherit}.basket-box__info{margin-left:20px;text-align:left;display:none}@media (min-width:350px){.basket-box__info{display:block}}.page-head,.page-head__inner{display:-ms-flexbox;-ms-flex-align:baseline;position:relative}@media (min-width:1060px){.basket-box__icon{width:44px;margin:0 auto 5px}.basket-box__cont{padding-left:0}}.lang-menu__item{font-weight:700;padding:0;margin:0 0 0 9px}.lang-menu__item:first-child{margin-left:0}.catalog-item2__link,.catalog-notice-item__link,.lang-menu__item--current .lang-menu__link,.recommend-item__link{text-decoration:none}.page-head{margin-bottom:16px;display:flex;align-items:baseline}.page-head__inner{display:flex;align-items:baseline;-ms-flex:1 1 auto;flex:1 1 auto}.head-block__title,.page-head__title{position:relative;margin-bottom:0}.head-block__right,.page-head__right{margin-left:auto;padding-left:10px}.head-block{position:relative;margin-bottom:7px;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.site-content:before{content:"";margin-bottom:20px;display:table}.site-content:after{content:"";margin-top:30px;display:table;clear:both}.spacer-block{margin-bottom:3rem}.site-content__sidebar{min-width:1px;margin-bottom:30px;-ms-grid-column:1;-ms-grid-row:1;grid-area:sidebar-top}.site-content__sidebar--bottom{margin-top:13px;-ms-grid-column:1;-ms-grid-row:2;grid-area:sidebar-bottom}.site-content__inner{min-width:1px;-ms-grid-column:2;-ms-grid-row:1;-ms-grid-row-span:2;grid-area:content}.content-box{padding:24px 32px 32px 24px;margin-bottom:30px;background:#fff}.breadcrumb{position:relative;margin:-6px 0 10px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumb__item{margin-right:11px;margin-top:10px}.breadcrumb__item-icon{font-size:12px;line-height:13px;margin-right:5px;color:#018829}.pagination-block__list{margin:0 -10px;display:flex;align-items:baseline;flex-wrap:wrap}.pagination-block__item{position:relative;padding:5px 10px;order:1}.pagination-block__item:before{position:absolute;content:'';left:0;top:50%;height:15px;border-left:1px solid #a5d3ad;transform:translateY(-50%)}.pagination-block__item--list:before,.pagination-block__item:first-child:before{content:none}.pagination-block__item--list{width:100%;padding-bottom:0;order:6}.pagination-nav__list{margin:0 -2px 0 -3px;display:flex;align-items:baseline}.pagination-nav__item{padding:0 2px 0 3px}.pagination-nav__link{line-height:27px;min-width:29px;height:29px;padding:0 5px;border:1px solid #018829;border-radius:3px;display:block;transition:color .2s ease-in-out,background .2s ease-in-out;text-align:center;text-decoration:none;color:#018829}.pagination-nav__link--current,.pagination-nav__link:hover{background:#018829;color:#fff}.covid-alert{padding:15px 0;margin-bottom:20px;border-top:1px solid red;border-bottom:1px solid red}.sidebar-menu{padding:0;margin:0 -15px;background:0 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.alphabet-filter__item,.catalog-category__item,.sidebar-menu__item{padding:0;margin:0}.category-menu__item{font-weight:600;line-height:18px;padding:0;margin:0;position:relative}.category-menu__list-hover .js-collapse__button.category-menu__link-toggle:before,.in>.category-menu__link-toggle:after{content:none}.category-menu__link{position:relative;margin-left:45px;padding:13px 20px 13px 0;display:block;text-decoration:none;color:inherit}.category-menu__link:hover,.site-footer a{color:inherit}.category-menu__list-hover .category-menu__link{margin:0;padding-left:13px;display:flex;align-items:center;justify-content:space-between;z-index:1;width:100%}.category-menu__list-hover .js-collapse__button.category-menu__link-toggle:after{background:url("/images/icons.svg#arrow-black-view") 0 0/contain no-repeat;display:inline-block;width:12px;height:10px;border:none;left:50%;top:50%;transform:translate(-50%,-50%);content:none}.category-menu__list-hover .category-menu__link-toggle{right:13px;left:auto;width:20px;height:20px;cursor:pointer;top:22px;transform:translateY(-50%);display:none}.category-menu__link-toggle{position:absolute;top:14px;left:20px;width:16px;height:16px;cursor:pointer;display:none}.category-menu__link-toggle:after,.category-menu__link-toggle:before{position:absolute;content:'';color:#c5e3c4}.category-menu__link-toggle:before{left:0;top:50%;width:100%;border-top:2px solid;transform:translateY(-50%)}.category-menu__link-toggle:after{left:50%;top:0;height:100%;border-left:2px solid;transform:translateX(-50%)}.js-collapse__button.category-menu__link-toggle{display:block}.category-menu__sub{text-transform:none}.category-menu__sub-inner{padding-top:5px;padding-bottom:5px;height:100%;max-height:500px}.category-menu__sublist{padding:0;margin:0;list-style:none;border-top:1px solid #c2f0ce;border-bottom:1px solid #c2f0ce;background:#e6ffed}.category-menu__subitem--current,.category-menu__sublink.selected{background:#d9fae2}.category-menu__subitem{font-weight:400;line-height:18px;padding:0;margin:0}.category-menu__sublink{text-decoration:none;display:block;color:inherit}.category-menu__subitem .category-menu__sublink:hover{color:#198829;border-color:#198829;text-decoration:underline}.main-slider .owl-slider__arrow--prev{left:10px}.main-slider .owl-slider__arrow--next{right:10px}.main-slider .owl-slider__pagination{position:absolute;bottom:26px;height:0}.panel-box .news-notice{padding-bottom:14px}.news-notice__item{padding:0;margin:21px 0 0}.category-history:first-child,.news-notice__item:first-child{margin-top:0}.news-notice__foot{margin-top:19px}.news-notice-item__date{color:#486daa}.news-notice-item__title{font-weight:600;margin-bottom:7px}.video-notice2{position:relative;margin-bottom:52px;box-sizing:border-box}.presentation-item *,.presentation-item :after,.presentation-item :before,.presentation-notice *,.presentation-notice :after,.presentation-notice :before,.video-detail *,.video-detail :after,.video-detail :before,.video-notice2 *,.video-notice2 :after,.video-notice2 :before{box-sizing:inherit}.presentation-item,.presentation-notice,.video-detail{box-sizing:border-box}.video-notice2__list{padding:0;margin:0 -5px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.video-notice2__item{width:100%;padding:0 5px;margin:0 0 10px}.video-item__image{padding:11px;background:#fff}.video-item__image-icon{position:absolute;content:'';top:50%;left:50%;width:50px;height:50px;transform:translate(-50%,-50%);color:rgba(0,0,0,.5)}.video-item__image .image-block__item{width:100%}@media (min-width:544px){.sidebar-menu{-ms-flex-direction:row;flex-direction:row}.video-notice2{margin-bottom:50px}.video-notice2__item{width:33.33%}.video-item__image{padding:8px}}.video-detail{position:relative;margin-bottom:20px}.video-detail__list{padding:0;margin:0 -15px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.video-detail__item{width:25%;padding:0 15px;margin:0 0 15px}.presentation-notice__list{padding:0;margin-bottom:-50px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.presentation-notice__item{margin:0 0 50px}.achievement-block,.article-detail,.catalog-block1,.catalog-block2,.catalog-notice,.faq-block,.photo-section,.presentation-item__image,.product-detail,.product-detail__recipe,.text-paragraph--row{margin-bottom:20px}.presentation-item__head{position:relative;line-height:20px;min-height:46px;padding-top:6px;padding-left:58px}.presentation-item__head:before{position:absolute;content:'';top:0;left:0;width:47px;height:46px;background:url("/bitrix/templates/ailita/images/i/pdf.png") no-repeat}.category-notice{margin-bottom:60px}.category-notice__head{margin-bottom:16px}.category-notice__title{font-size:40px;margin-bottom:0;text-align:center;color:#018829}.category-notice__list{padding:0;margin:0 -6px -19px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.category-notice__item{width:33.33%;padding:0 6px;margin:0 0 19px;-ms-flex:0 0 auto;flex:0 0 auto}.category-item{text-align:center}.category-item__outer{min-height:100%;padding:10px;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-decoration:none;color:inherit}.category-item__image{margin-bottom:7px}.category-item__title{font-size:15px;font-weight:600;line-height:18px;color:#018829}.smart-filter-alphabet-block .smart-filter-block{display:block;visibility:unset;position:relative}.smart-filter-alphabet-block{padding-top:31px;padding-bottom:12px}.alphabet-filter{display:flex;align-items:baseline}.alphabet-filter__title{white-space:nowrap;padding-right:10px}.alphabet-filter__list{font-size:16px;font-weight:600;line-height:calc(24 / 16);padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:4px}.alphabet-filter__item input{display:none}.alphabet-filter__item.clear label{color:#000}.alphabet-filter__item input[type=radio]:checked+label{border-color:#53b374;background:#ddf0e3;text-decoration:none}.alphabet-filter__item label,.alphabet-filter__item-full-link,.alphabet-filter__item-link{min-width:40px;padding:7px 12px;border:1px solid #d3d4d4;border-radius:4px;background:#fff;display:block;text-align:center;text-decoration:none;color:#007723;box-sizing:border-box;cursor:pointer}.alphabet-filter__item-full-link{color:#000}.alphabet-filter__item-full-link:hover,.alphabet-filter__item-link:hover{border-color:#53b374;background:#ddf0e3}.alphabet-filter__item-full-link.current,.alphabet-filter__item-link.current{border-color:#53b374;background:#ddf0e3;text-decoration:none}.article-detail__title,.catalog-block2__descr,.catalog-block2__head,.catalog-notice__title,.product-detail__imgblock,.product-detail__inner{margin-bottom:15px}.catalog-block2__list,.catalog-notice__list{margin-bottom:0;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-block2__item,.catalog-notice__item{min-width:1px;margin:0 0 20px;-ms-flex:0 1 auto;flex:0 1 auto}.catalog-notice-item__outer{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.catalog-item2__imgblock,.catalog-notice-item__imgblock{width:72px;margin-right:20px;-ms-flex:0 0 auto;flex:0 0 auto}.catalog-notice-item__inner{padding-top:2px;-ms-flex:1 1 auto;flex:1 1 auto}.catalog-item2__head,.catalog-notice-item__head,.contacts .order-info__head,.contacts .timetable{margin-bottom:9px}.catalog-notice-item__title{font-size:18px;font-weight:700;line-height:1.1;margin-bottom:6px}.catalog-item2__selection,.catalog-notice-item__selection,.product-detail__selection{font-style:italic}.catalog-item2__cont,.catalog-notice-item__cont{max-height:72px;padding-left:3px;margin-left:-3px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.catalog-notice-item__cont :not(sup):not(sub){font:inherit!important;margin:0!important;background:0 0!important;display:inline;color:inherit!important}.catalog-description{padding:20px 20px 30px;background:#fff}.catalog-description__title{font-size:26px;font-weight:700;line-height:1.231;margin:0 0 16px;color:#018829}.catalog-description__body,.category-history-item{font-size:18px;line-height:1.5}.catalog-description__body>*,.contacts .timetable__table,.forgot-pass__descr,.forgot-pass__title{margin-bottom:16px}.category-history{margin-top:39px}.category-history__title{font-size:26px;font-weight:700;line-height:1.231;margin:0 0 20px;color:#018829}.category-history__list{max-width:100%;padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap}.category-history__list.owl-loaded{margin:0 auto;overflow:hidden}.category-history__item,.product-slider__item{width:100%;padding:0;margin:0;flex:0 0 auto}.owl-item .category-history__item{width:auto;opacity:.5;padding:0 24px}.category-history .owl-stage-outer,aside .dropdown__cont{overflow:visible}.category-history .owl-slider__arrow{top:35px;width:15px;opacity:.5}.category-history .owl-slider__arrow.disabled{display:flex;opacity:.3}.category-history .owl-slider__arrow--prev{left:-10px}.category-history .owl-slider__arrow--next{right:-10px}.category-history .owl-slider__pagination-outer{overflow:hidden;overflow-x:auto}.category-history .owl-slider__pagination{position:relative;font-size:12px;font-weight:700;line-height:16px;min-width:668px;margin-top:17px;margin-bottom:10px;display:flex;justify-content:space-between;overflow:hidden}.category-history .owl-slider__pagination:before{position:absolute;content:'';left:1px;right:1px;bottom:0;height:12px;background:linear-gradient(90deg,#003367 0,#0078af 20.31%,#009e3b 43.95%,#feea00 70.46%,#e3080f 100%);display:block;isolation:isolate;z-index:-1}.category-history .owl-slider__dot{width:auto;height:auto;margin:0;padding:0 0 0 6px;border-radius:0;background:0 0;opacity:1;text-align:right;flex:1 1 auto;color:rgba(1,135,39,.5)}.category-history .owl-slider__dot:first-child{padding-left:0;flex:0 0 auto}.category-history .owl-slider__dot.active,.category-history .owl-slider__dot:hover{background:0 0;color:rgba(1,135,39,.8)}.category-history .owl-slider__dot.active{background:0 0;color:#018829}.category-history .owl-slider__dot-inner{padding-bottom:22px;background:url("/images/progress-arrow.svg") center bottom no-repeat;display:inline-flex;flex-direction:column;vertical-align:top;align-items:center;text-align:center}.category-history .owl-slider__dot-inner:before{position:absolute;bottom:0;width:100%;height:13px;background:linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3));transform:translateX(50%);pointer-events:none}.bx-ie11 .category-history .owl-slider__dot-inner:before{transform:none}.category-history .owl-slider__dot:first-child .owl-slider__dot-inner{background-image:linear-gradient(to right,#fff 50%,transparent 50%),url("/images/progress-arrow.svg")}.category-history .owl-slider__dot:last-child .owl-slider__dot-inner{background-image:linear-gradient(to left,#fff 50%,transparent 50%),url("/images/progress-arrow.svg")}.category-history .owl-slider__dot.active .owl-slider__dot-inner:before{content:''}.category-history .owl-slider__pagination:hover .owl-slider__dot.active .owl-slider__dot-inner:before{background:linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2))}.category-history .owl-slider__dot:hover~.owl-slider__dot.active .owl-slider__dot-inner:before,.category-history .owl-slider__pagination .owl-slider__dot.active:hover .owl-slider__dot-inner:before{background:linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3))}.category-history .owl-slider__dot.active~.owl-slider__dot:hover .owl-slider__dot-inner:before{content:'';background:linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3))}.category-history .owl-slider__dot-inner span{display:block;pointer-events:none}.category-history-item__date{font-size:46px;font-weight:700;line-height:1.359375;margin:0 0 7px;color:#7fc490}@media (min-width:576px){.pagination-block__item--list{width:auto;padding-top:0;order:1}.pagination-block__item--list:before{content:''}.catalog-description__title{font-size:36px;line-height:1.5;margin-bottom:16px}.category-history__title{font-size:36px;line-height:1.5;margin-bottom:40px}.category-history__list-outer{margin:0 -20px;overflow:hidden}.category-history__list.owl-loaded{width:498px;overflow:visible}.category-history__item{width:50%;padding:0 24px}.category-history .owl-slider__arrow{top:0;width:calc(50% - 235px);height:100%;padding-top:12px;transform:none;align-items:flex-start}.category-history .owl-slider__arrow--prev{left:0;justify-content:flex-end}.category-history .owl-slider__arrow--next{right:0;justify-content:flex-start}.category-history-item__date{font-size:52px}}@media (min-width:992px){.basket-box__inner{font-size:17px;display:block}.basket-box__icon{height:42px}.basket-box__cont{line-height:45px}.basket-box__info{margin-left:0}.site-content__outer{display:-ms-grid;display:grid;-ms-grid-columns:300px 1fr;grid-template-columns:300px 1fr;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr;grid-template-areas:"sidebar-top content" "sidebar-bottom content"}.site-content__outer:after{content:none}.site-content__sidebar{width:auto;margin-bottom:20px}.site-content__sidebar--bottom{margin-top:0}.site-content__inner{width:auto}.sidebar-menu{padding:22px 0;margin:0;background:#fff;display:block}.category-menu__link-toggle+.category-menu__link::after{content:'';background:url("/images/icons.svg#arrow-black-view") 0 0/contain no-repeat;display:block;width:12px;height:10px;border:none;top:50%;transform:translate(0,-50%);position:absolute;right:11px}.category-menu__item{display:flex}.popup-box .category-menu{margin:0}.main-slider{margin-bottom:37px}.video-notice2__list{margin:0 -15px}.video-notice2__item{padding:0 15px;margin-bottom:15px}.video-item__image{padding:15px}.category-notice{margin-bottom:52px}.category-notice__item{width:25%}.category-item__outer{padding:9px}.category-item__title{font-size:16px;line-height:19px}.category-history__item{width:50%}}@media (min-width:1600px){.category-history-item__date{font-size:64px}.category-history .owl-slider__arrow{padding-top:20px}}.sticker-box{position:relative;font-size:12px;font-weight:700;line-height:24px;padding:0 7px;margin-right:10px;border:1px solid;background:#f34a55;display:inline-block;vertical-align:top;text-transform:uppercase;color:#fff}.sticker-box__flag{position:absolute;left:100%;top:-1px;bottom:-1px;width:10px;border-top:inherit;border-bottom:inherit;overflow:hidden}.sticker-box__flag:after,.sticker-box__flag:before{position:absolute;content:'';right:0;width:100%;height:50%}.sticker-box__flag:before{background:linear-gradient(to right bottom,#f34a55,#f34a55 44%,#fff 49%,#fff 53%,transparent 53%)}.sticker-box__flag:after{top:auto;bottom:0;background:linear-gradient(to right top,#f34a55,#f34a55 44%,#fff 49%,#fff 53%,transparent 53%)}.sticker-box--lg{font-size:14px;line-height:34px;padding:0 14px;border-width:2px}.sticker-box--lg .sticker-box__flag{width:13px;top:-2px;bottom:-2px}.sticker-box--lg .sticker-box__flag:before{background:linear-gradient(to right bottom,#f34a55,#f34a55 44%,#fff 48%,#fff 55%,transparent 55%)}.sticker-box--lg .sticker-box__flag:after{background:linear-gradient(to right top,#f34a55,#f34a55 44%,#fff 48%,#fff 55%,transparent 55%)}.catalog-block1__list{padding:0;margin-bottom:-20px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-block1__item{margin:0 0 20px}.catalog-item1__inner{display:block;text-decoration:none;color:inherit}.catalog-item1__title{font-weight:700;margin-top:18px;text-align:center}.catalog-block2__filter{margin-bottom:21px}.catalog-block2__body{padding-top:5px}.catalog-block2__pager--top{margin-bottom:18px}.catalog-block2__pager--bottom{margin-top:18px}.catalog-item2__outer{max-width:515px;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.catalog-item2__awards-item{max-width:50px;margin:6px auto 0}.catalog-item2__inner{min-width:1px;padding-top:2px;-ms-flex:1 1 auto;flex:1 1 auto}.catalog-item2__title{font-size:21px;font-weight:700;line-height:1.1;margin-bottom:6px}.catalog-item2__sticker{position:relative;margin-bottom:4px}.catalog-item2__sticker:first-child{margin-top:-2px}.catalog-item2__cont :not(sup):not(sub){font:inherit!important;margin:0!important;background:0 0!important;display:inline;color:inherit!important}.catalog-item2__buy{margin:15px 0 25px;padding:20px;background:#c3dcc4}.catalog-item2__buy-inner{margin:0 -16px -10px;display:flex;align-items:flex-end;flex-wrap:wrap}.catalog-item2__buy-item{padding:0 16px;margin-bottom:10px}.catalog-item2__price{margin-right:auto}.catalog-item2__price-title{font-size:13px;font-weight:300;line-height:1;margin-bottom:7px}.catalog-item2__price .price-box{margin-bottom:-5px}.catalog-item2__price .price-box__item-val{font-size:28px;font-weight:600;line-height:1;color:#018829}.catalog-item2__counter-title{font-size:13px;font-weight:300;line-height:1;margin-bottom:4px}.catalog-item2__buttons{padding-bottom:1px}.catalog-recommend__list{padding:0;margin-bottom:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-recommend__item{min-width:1px;margin:0 0 15px;-ms-flex:0 1 auto;flex:0 1 auto}.recommend-item{font-size:12px;display:-ms-flexbox;display:flex;color:#00793d}.recommend-item__outer{min-width:1px;padding:15px;border-radius:10px;background:url('/images/i/nov_d_r_1.jpg') bottom right no-repeat #c6f0be;-ms-flex:1 1 auto;flex:1 1 auto}.recommend-item:nth-child(2n) .recommend-item__outer{background-image:url('/images/i/nov_d_r_2.jpg')}.recommend-item__title{font-weight:700;margin-bottom:7px}.recommend-item__imgblock{width:70px;margin-right:15px;-ms-flex:0 0 auto;flex:0 0 auto}.recommend-item__inner{min-width:1px;padding-bottom:30px;-ms-flex:1 1 auto;flex:1 1 auto}.recommend-item__cont{font-size:11px}.recommend-item__foot,.site-footer .createby-itc,.site-footer .user-consent-block{margin-top:7px}.recommend-item__full-link{font-weight:700;text-decoration:none}.ground-box__title{font-weight:700;margin-bottom:10px}.ground-box__list{padding:0;margin:0 -10px -10px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ground-box__item{padding:0 10px;margin:0 0 10px}.buy-box__form-inner{display:flex;align-items:flex-start}.buy-box__form-count{margin-right:20px}.buy-box__form-link{padding-left:27px}.buy-box__form-link:before{position:absolute;content:'';top:10px;left:10px;width:12px;height:9px;background:url("/images/check-mark-icon.png") no-repeat}.buy-box__form.in-basket .buy-box__form-submit,.buy-box__form:not(.in-basket) .buy-box__form-link{display:none}.buy-box__buttons{max-width:380px;margin:10px -10px 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.buy-box__buttons-item{padding:5px 10px 0;-ms-flex:1 1 auto;flex:1 1 auto}.basket-section__table,.basket-table,.buy-box__buttons .itc-button,.faq-form__table{width:100%}.product-detail__head{margin-bottom:31px}.product-detail__title{font-size:34px;font-weight:700;line-height:1.1;margin-bottom:11px;color:inherit}.product-detail__shops{font-size:17px;font-weight:700;line-height:1;margin-top:15px}.product-detail__inner-top{margin:0 -9px 15px;display:flex;flex-wrap:wrap;align-items:center}.product-detail__sticker{padding:13px 9px 10px}.product-detail__status{padding:0 9px;text-align:left}.product-detail__awards{padding:0 9px;margin:0 -14px;display:flex;align-items:center}.info-box__body,.product-detail__awards-item{padding:0 14px}.product-detail__cont *{background:0 0!important}.product-detail__description{font-weight:700;font-style:italic}.product-detail__program{margin-top:8px}.product-detail__price .price-box__item{font-size:inherit}.product-detail__price .price-box__item-pouble,.product-detail__price .price-box__item-val,.schedule-block .red{color:red}.product-detail__contact-foot{font-size:15px;font-weight:700;margin-top:15px}.product-slider__list{padding:0;margin:0;list-style:none;display:flex;overflow:hidden}.product-slider__review .product-slider__list{margin:0 -1px;flex-wrap:wrap}.product-slider__review .product-slider__item{padding:1px;width:33.33%}.product-slider__review .product-slider__image{position:relative;opacity:.7}.product-slider__review .product-slider__image--rectangle{background:center center/cover no-repeat}.product-slider__review .product-slider__image--rectangle:before{content:'';padding-top:66.66666666666666%;display:block}.product-slider__review .product-slider__image:after{position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid #018829}.product-slider__review .product-slider__image.current{opacity:1}.product-slider__review .product-slider__image.current:after,.unstyled-menu li:before{content:''}.product-slider__review .product-slider__image.current .image-block__item{opacity:.6}.product-program__list{padding:0;margin:0 -3px -10px;list-style:none;display:flex;flex-wrap:wrap}.product-program__item{max-width:125px;padding:0 3px;margin:0 0 10px;text-align:center}.product-program__item-title{font-size:13px;font-weight:700;line-height:15px;margin-top:7px}.article-notice{position:relative;margin-bottom:20px}.article-notice--index{margin-bottom:62px}.article-notice__head,.status-not-available,.survey-notice__head{margin-bottom:23px}.article-notice__title,.survey-notice__title{font-size:40px;margin-bottom:0;text-align:center}.article-notice__list{padding:0;margin:0 -6px -19px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-notice__item{width:100%;padding:0 6px;margin:0 0 19px;-ms-flex:0 0 auto;flex:0 0 auto}.article-item__descr,.article-notice-item,.faq-form__msg{text-align:center}.article-notice-item__outer{min-height:100%;padding:12px 12px 15px;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-decoration:none;color:inherit}.article-block__head,.article-notice-item__image{margin-bottom:12px}.article-notice-item__title{font-size:20px;font-weight:600;line-height:1;color:#018829}.article-block__title{font-size:24px;font-weight:600;line-height:1.1;margin-bottom:0;color:#018829}.article-block__list,.wholesale-partners__list{padding:0;margin-top:0;margin-bottom:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-block__item{padding-top:0;padding-bottom:0;margin:0 0 16px}.article-item__image,.survey-item__image{padding:9px;margin-bottom:13px;background:#fff}.article-item__title{font-weight:700;text-align:center}.survey-notice{margin-bottom:52px}.info-box__image,.survey-notice__title a{text-decoration:none}.survey-notice__list{padding:0;margin:0 -10px -25px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.survey-notice__item{width:100%;padding:0 10px;margin:0 0 25px;-ms-flex:0 0 auto;flex:0 0 auto}.survey-notice .owl-slider__group{padding:0 45px;margin:0}.survey-notice .owl-slider__nav{position:static;max-height:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-order:2;order:2;-ms-flex:0 0 auto;flex:0 0 auto}.survey-notice .owl-slider__arrow.disabled,.survey-notice .owl-slider__nav.disabled{display:none}.survey-notice .owl-slider__nav:before{position:absolute;top:50%;left:0;width:100%;height:1px;padding:inherit;background:padding-box content-box #b9d7b9}.survey-notice .owl-slider__arrow--prev{-ms-flex-order:2;order:2}.owl-slider .survey-notice__list,.pricelist-table p:last-child{margin-bottom:0}.survey-notice__list.owl-loaded{min-width:1px;-ms-flex:0 0 100%;flex:0 0 100%}.survey-notice .owl-stage{display:-ms-flexbox;display:flex;-ms-flex-align-self:start;align-self:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.survey-notice .owl-item{-ms-flex:0 0 auto;flex:0 0 auto}.survey-notice .owl-item .survey-notice__item{width:auto;margin-bottom:0}.survey-item__image-icon{position:absolute;content:'';top:50%;left:50%;width:50px;height:50px;transform:translate(-50%,-50%);color:rgba(0,0,0,.5)}.survey-item__title{font-weight:700;line-height:20px;text-align:center}.status-not-available__inner{font-size:13px;line-height:1;padding:10px 15px 11px;border-radius:10px;background:#daf6d6;display:inline-block;vertical-align:top;color:red}.schedule-block{font-size:14px;padding:17px 20px 18px;margin-bottom:26px;border-radius:10px;background:#daf6d6;text-align:center;color:#000}.schedule-block__title{font-size:20px;margin-bottom:12px;color:#116e1f}.schedule-block p{padding-bottom:3px}.recipe-block{background:#fff;border:4px solid #badaba}.recipe-block__header{background:#00793d;color:#fff;font-size:25px;letter-spacing:1px;padding:7px 15px 7px 20px}.recipe-block__body{padding:20px 15px 15px 20px}.recipe-block__title{font-size:14px;font-weight:700;text-transform:uppercase}.recipe-block__content{margin-top:10px;font-size:12px}.recipe-block__info p{margin:3px -10px 0;padding-top:3px;border-top:1px solid #7fc490}.recipe-block__info p:first-child{margin-top:0;padding-top:0;border-top:none}.recipe-block__table{width:100%;border-collapse:collapse;margin-top:3px}.recipe-block__table tr{border:1px solid #ccc;padding:5px}.recipe-block__table tr:first-child{border-top:0}.recipe-block__table td{height:19px;padding:inherit;border:inherit;vertical-align:middle;text-align:center}.recipe-block__image{margin:25px 0}.recipe-block__description{line-height:1.4}.achievement-block__group,.photo-section__group{margin-top:20px;padding-top:20px;border-top:1px solid #007723}.photo-section__group:first-child{margin-top:0;padding-top:0;border-top:none}.photo-section__group-title{margin-bottom:15px}.achievement-block__list,.photo-section__list{padding:0;margin:0 -10px -20px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.achievement-block__item,.photo-section__item{padding:0 10px;margin:0 0 20px}.photo-section__item-image{padding:6px;border:1px solid #cacaca;background:#fff}.photo-section__item-image:after{position:absolute;content:'';top:6px;left:6px;right:6px;bottom:6px;border:1px solid #999}.info-box{padding-top:10px;padding-bottom:10px;text-align:center}.contacts .office-contacts,.info-box__head{margin-bottom:17px}.price-info{margin-left:-10px;margin-right:-10px;margin-bottom:20px}.price-info__item{padding:0 10px;clear:both}.price-info__item--order{-ms-flex:1 1 auto;flex:1 1 auto}.price-info__button{font-weight:700;margin-bottom:10px;padding:10px;border-radius:10px}.price-order{font-size:15px;line-height:1.4666666666666666;padding-top:41px;padding-bottom:48px;color:#333}.price-order__title{font-size:22px;font-weight:600;line-height:1.1818181818181819;margin-bottom:32px;text-align:center}.price-order__steps{padding:0;margin:0;list-style:none;counter-reset:step-list}.price-order__step{padding:0;margin:24px 0 0;text-align:center;counter-increment:step-list}.price-order__step:first-child{margin-top:0}.price-order__step-icon{margin-bottom:13px;display:inline-block;vertical-align:top;overflow:visible}.price-order__step-icon:before{position:absolute;content:counter(step-list);bottom:0;right:100%;font-size:15px;font-weight:600;line-height:30px;width:26px;height:30px;border-radius:3px;background:#00793d;text-align:center;color:#fff}.price-order__step-descr{font-size:14px;line-height:1.4285714285714286;margin-top:5px;color:#727272}.download_xls,.download_zip{height:45px;line-height:45px;display:inline-block}.download_xls{background:url('/images/icon-xls.png') 0 center no-repeat;padding:0 0 0 42px}.download_zip{background:url('/images/icon-zip.png') 0 center no-repeat;padding:0 0 0 42px}.download_pdf{background:url('/bitrix/templates/ailita/images/i/pdf.png') no-repeat;height:46px;line-height:40px;padding:0 0 0 50px;display:inline-block}.download_doc{background:url('/bitrix/templates/ailita/images/i/doc.png') no-repeat;height:25px;line-height:20px;padding:0 0 0 25px;display:inline-block}.category-menu__list-hover .category-menu__subitem a{border-bottom:1px solid #11111133;padding:10px 0;font-size:16px;font-weight:600}.category-menu__list-hover .category-menu__subitem{margin:0;padding:0 16px}@media (hover:hover){.category-menu__list-hover .category-menu__subitem{width:246px;height:100%}.category-menu__list-hover .category-menu__subitem a{height:100%;width:100%;display:flex;align-items:center;min-height:48px}.category-menu__list-hover .category-menu__sub-inner{overflow-y:auto;background:#fff;box-shadow:2px 4px 8px 0 rgba(0,56,8,.25);padding:20px 28px 30px;scrollbar-width:thin}.category-menu__list-hover .category-menu__item.in:hover .category-menu__sub,.category-menu__list-hover .category-menu__sub:hover{display:block;position:absolute;left:100%;top:0;overflow:visible;z-index:15;max-height:550px;box-sizing:border-box}.category-menu__list-hover .category-menu__item.in,.category-menu__list-hover .category-menu__item:has(.category-menu__sub:hover){background:#d9fae2}.category-menu__list-hover .category-menu__sub .category-menu__sublist{display:grid;grid-template-rows:repeat(auto-fit,minmax(48px,48px));align-items:start;height:100%;position:relative;border:none;background:0 0;box-sizing:border-box}}@media (max-width:1024px){.price-info .price-info__item:not(.price-info__item--order){display:none}}.price-list .download_xls>*,.price-list .download_zip>*,.pricelist-table__cell{vertical-align:middle}.pricelist-table__cell>div:has(img){width:49px;height:49px}@media (max-width:543px){.has-dropdown-open-xs{overflow:hidden!important}.pricelist-table__row{padding:10px 0;display:block}.pricelist-table__cell{padding:0;border:none;display:block}}.achievement-block__group:first-child{margin-top:0;padding-top:0;border-top:none}.achievement-block__group-title{margin-bottom:15px}.faq-block__item{margin:20px 0 0;padding:0}.faq-block__item-name,.tbl-contacts{padding:0}.faq-block__item-question{font-weight:700;margin-left:3px;padding:3px 3px 1px}.faq-block__item-answer{font-style:italic;margin:5px 6px 5px 30px;padding:5px;border:1px solid #d0fcc8;border-radius:10px;box-shadow:1px 1px 4px 0 #000;background:#fbfbfb}.faq-modal{width:400px}.faq-form{max-width:450px;margin:0 auto 20px}.fancybox-container .faq-form{max-width:none;margin:0}.faq-form__table-row{margin-top:10px;display:block}.faq-form__table-row:first-child{margin-top:0}.faq-form__table-cell{display:block;vertical-align:baseline}.faq-form__table-cell--title{margin-bottom:5px}.faq-form__buttons{margin-top:20px;color:#987877}.faq-form #captcha-img{width:180px;height:40px;border:1px solid #ccc}.faq-form #captcha_word{width:117px;vertical-align:top;border:1px solid #ccc;background:#fff;padding:2px}form input.add_comment_ffield{position:absolute;left:-10000px}@media (min-width:450px){.faq-form__table-row{display:table-row}.faq-form__table-cell{display:table-cell}.faq-form__table-cell--title{padding-right:20px;white-space:nowrap}}.auth-block__head,.contacts-block__group-title{margin-bottom:24px}.contacts-block__item{position:relative;padding:24px 0 0;margin:15px 0 0}.contacts-block__item:before{position:absolute;content:'';top:0;left:0;width:100%;max-width:770px;border-top:2px dashed #ccc}.contacts-block__item:first-child{margin-top:0;padding-top:0;border-top:none}.contacts-block__item:first-child:before{content:none}.contacts-block__item-inner{max-width:770px}.contacts-block__item-map{max-width:400px}.tbl-contacts,.tbl-contacts td,.tbl-contacts tr{border:1px solid #000}.tbl-contacts td{padding:5px}.shops-address__list{padding:0;margin:0;list-style:none;column-count:1;column-gap:20px}.shops-address__item{width:100%;padding:0 0 10px;margin:0;display:inline-block;vertical-align:top;-webkit-column-break-inside:avoid;break-inside:avoid}.basket-block{margin-bottom:35px}.basket-block__message{font-size:14px;padding:9px 14px 8px;margin-bottom:19px;border-radius:5px;background:#daf6d6;display:table;color:red}.basket-block__body,.order-block__body{margin:0 -10px}.basket-block__cont,.order-block__cont{padding:0 10px;-ms-flex:1 1 auto;flex:1 1 auto}.basket-block__sidebar,.order-block__sidebar{padding:0 10px;margin-top:20px;-ms-flex:0 0 auto;flex:0 0 auto}.basket-sidebar{position:relative;padding:16px 24px 15px;background:#e6ffed;align-items:flex-start}.basket-sidebar:before,.order-sidebar:before{position:absolute;content:'';top:100%;left:0;width:100%;height:12px;background:linear-gradient(225deg,#e6ffed 25%,transparent 25%),linear-gradient(-225deg,#e6ffed 25%,transparent 25%);background-position:-6px 0;background-size:12px 12px;background-repeat:round}.basket-sidebar__sum{margin-bottom:12px;align-self:center}.basket-sidebar__minsum{font-size:14px;line-height:calc(18 / 14);padding:12px 14px;border-radius:8px;background:#ffd5d5}.basket-sidebar__buttons{padding-top:5px;margin-top:3px}.basket-sidebar__buttons .itc-button{width:100%;max-width:300px}.basket-sum{font-size:16px;line-height:calc(24 / 16)}.basket-sum__row{padding:0 0 8px;margin-bottom:8px;border-bottom:1px solid #cee6ce;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.basket-table__item-title:last-child,.basket-table__item:last-child{margin-bottom:0}.basket-sum__row:last-child{border-bottom:none}.basket-sum__row--sum{font-weight:700;padding:0 8px 4px;margin-left:-8px;margin-right:-8px;border-bottom-color:#7cc08c}.basket-sum__row--total{font-size:24px;font-weight:700;line-height:calc(36 / 24);padding:8px 0 0;margin-bottom:0}.basket-sum__cell--title{padding-right:5px}.basket-sum__cell--cont{text-align:right}.basket-sum .rouble{line-height:1}.basket-section{margin-bottom:20px;border:1px solid #7cc08c;border-radius:4px;background:#fff}.basket-section__head{padding:8px 31px;border-radius:inherit;background:#7cc08c;color:#fff}.basket-section__head:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.basket-section__title{font-size:24px;font-weight:600;line-height:calc(33 / 24);margin:0}.basket-section__body{padding:8px}.basket-table__head{font-size:14px;line-height:calc(21 / 14);padding:0 0 3px;border-bottom:1px solid #7cc08c;display:none}.basket-table__item{width:100%;padding:9px 10px;margin-bottom:9px;border:1px solid #cee6ce;display:table}.basket-table__cell{padding:inherit;padding-right:10px;border:inherit;display:table-row}.basket-table__cell:last-child{padding-right:20px}.basket-table__cell[data-title]:before{content:attr(data-title);width:110px;padding:inherit;padding-left:9px;padding-right:10px;display:table-cell}.basket-table__cell--title{display:table-cell}.basket-table__cell--cont{width:100%}.auth-popup .fancybox-close-small,.basket-table__cell--cont .basket-table__item-cont,.js-wrap-to-basket .buy-box__form-link,.js-wrap-to-basket.in-basket .js-element-to-basket{display:none}.basket-table__cell--count{width:130px;text-align:center}.basket-table__cell--action{padding-right:10px}.basket-table__cell--spacer{width:100px;padding:0}.basket-table__cell-inner{padding:inherit;-ms-flex-align:center;align-items:center}.basket-table__cell-inner--cont,.basket-table__cell-inner--sum{display:-ms-flex;display:flex}.basket-table__item-imgblock{width:40px;margin-right:15px;-ms-flex:0 0 auto;flex:0 0 auto}.basket-table__item-title{font-size:14px;line-height:calc(24 / 16)}.b-contacts-1:hover,.basket-table__item-link{text-decoration:none}.basket-table__item-action{margin-left:auto}.basket-table .price-box__item{font-size:18px;font-weight:700}.basket-table .svg-icons{max-width:none;vertical-align:top}@media (min-width:544px){.catalog-item2__title{font-size:24px}.product-detail__awards{margin-top:-16px}.article-notice__item{width:33.33%}.article-notice-item__outer{padding:10px}.article-notice-item__image{margin-bottom:7px}.article-notice-item__title{font-size:15px;line-height:18px}.survey-notice__item{width:50%}.price-info{display:-ms-flexbox;display:flex}.shops-address__list{column-count:2}.basket-table__cell{padding-right:20px}.basket-table__cell--title{display:none}.basket-table__cell--cont .basket-table__item-cont{display:block}}.order-block{margin-bottom:35px;clear:both}.order-block__sidebar--inner{padding:0;margin-bottom:25px}.order-sidebar{position:relative;padding:25px 30px 30px;background:#e6ffed;-ms-flex-align:start;align-items:flex-start}.order-sidebar__sum{-ms-flex-align-self:center;align-self:center}.order-sidebar__buttons{margin-top:17px}.order-sidebar .bx-green{margin-top:13px}.order-sidebar .bx-green .bx-desc{font-size:12px;line-height:14px;margin-top:9px;color:#9a9a9a}@media (min-width:768px){.page-head{margin-bottom:16px}.head-block{margin-bottom:34px}.video-notice2{margin-bottom:45px}.category-history .owl-slider__pagination{margin-bottom:0}.article-notice{margin-bottom:30px}.article-notice--index{margin-bottom:52px}.article-notice__head,.survey-notice__head{margin-bottom:16px}.survey-notice__item{width:33.33%}.survey-notice .owl-slider__group{padding:0;display:-ms-flexbox;display:flex}.survey-notice .owl-slider__nav{position:relative;max-height:none;padding:0 10px}.survey-notice .owl-slider__nav:before{content:''}.survey-notice .owl-slider__arrow{position:relative;top:auto;left:auto;right:auto;margin:20px 0;transform:none;display:block}.survey-notice__list.owl-loaded{-ms-flex:0 0 auto;flex:0 0 auto}.survey-notice .owl-stage{width:100%!important}.survey-notice .owl-item{width:25%;min-width:25%;max-width:25%}.price-info .info-box,.price-info__button{width:262px}.shops-address__list{column-count:3}.basket-block__message{margin-bottom:27px}.basket-block__sidebar{margin-left:auto;display:block;flex:0 0 auto}.basket-sidebar__buttons,.order-sidebar__buttons{margin-top:0;margin-left:30px}.basket-table__head{display:table-row}.basket-table__head:after,.basket-table__head:before{content:'';width:0;padding:0 0 0 24px;border:inherit;display:table-cell}.basket-table__head:after{padding-left:16px}.basket-table__item{padding:16px 0;border:none;border-top:1px solid #cee6ce;display:table-row}.basket-table__item:after,.basket-table__item:before{content:'';width:0;padding:0 0 0 24px;border:inherit;display:table-cell}.basket-table__item:after{padding-left:16px}.basket-table__cell{padding-right:40px;display:table-cell}.basket-table__cell--title{display:none}.basket-table__cell[data-title]:before{content:none}.basket-table__cell--action,.basket-table__cell--price,.basket-table__cell--sum{text-align:right}.basket-table__cell-inner{padding:0}.basket-table__cell-inner--sum{display:block}.basket-table__item-imgblock{margin-right:20px}.basket-table__item-title{font-size:16px}.order-block__sidebar{margin-left:auto;display:table}.order-sidebar{padding-top:30px;display:-ms-flexbox;display:flex}}@media (min-width:1400px){.category-history__item{width:33.33%}.basket-block__body,.order-block__body{display:-ms-flexbox;display:flex}.basket-block__sidebar,.order-block__sidebar{position:sticky;top:54px;width:300px;margin-top:0}.basket-sidebar{display:block}.basket-sidebar__buttons{margin-left:0}.order-sidebar{padding-top:25px;display:block}.order-sidebar__buttons{margin-top:17px;margin-left:0}}.search-page__field{max-width:500px;margin-bottom:20px}.search-category__list{padding:0;margin:0 -10px;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-category__item{padding:0 10px 10px;margin:0}.search-category__button:hover{background:#04a254}.search-category__button .itc-radio-box__icon{width:18px;height:18px;margin:0 10px 0 0;border:none;border-radius:2px;background:#fff;color:#ccc}.search-category__button .itc-radio-box__icon:after{border-width:5px;border-radius:0;opacity:1}.search-category__button .checked .itc-radio-box__icon,.search-category__button .itc-radio-box__input:checked~.itc-radio-box__icon{background:#fff;color:#04a254}.b-contacts-1,.b-contacts__mail{font-weight:700;line-height:35px;height:35px;display:block;text-align:center}.ir{text-indent:100%}.b-contacts__mail{font-size:16px;width:190px;margin-right:20px;border-radius:10px;background:url(/bitrix/templates/ailita/images/i/button-mail.png) repeat-x;text-decoration:none;color:#fff;cursor:pointer}.b-contacts__mail:hover{background:#00793d}.b-contacts-1{font-size:15px;width:240px;float:left;text-decoration:underline;color:#00793d}.adsbygoogle{display:none!important}.site-footer{position:relative;background:#468f52;color:#fff}.site-footer__top{position:relative;padding-top:33px;padding-bottom:31px;-ms-flex-align:baseline;align-items:baseline}.js-wrap-to-basket.in-basket .buy-box__form-link,.site-footer__top-inner{display:block}.site-footer__copyright{padding-right:125px;-ms-flex-order:0;order:0}.site-footer__contact{margin-bottom:29px;-ms-flex-order:1;order:1}.site-footer__site-map{margin-bottom:30px;-ms-flex-order:2;order:2}.site-footer__social{width:auto;margin-bottom:27px;padding-right:125px;-ms-flex-order:3;order:3}.site-footer__bukashka{position:static;width:133px;-ms-flex-align-self:end;align-self:flex-end;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-order:4;order:4}.site-footer__bukashka:before{position:absolute;content:'';bottom:28px;right:0;width:113px;height:138px;margin-left:auto;background:url("/images/site_template/bukashka-sm.png") 0 0/contain no-repeat;pointer-events:none;display:block}.footer-contact{line-height:20px}.footer-contact__row{margin-left:-15px;margin-right:-15px}.footer-contact__col{width:auto;padding-left:15px;padding-right:15px}.footer-contact__item:first-child,.footer-contact__title+.footer-contact__item{margin-top:0}.footer-contact-address{line-height:20px;margin:3px 0}@media (min-width:740px){.site-footer__copyright,.site-footer__social{padding-right:300px}.site-footer__bukashka{width:292px}.site-footer__bukashka:before{width:272px;height:181px;background-image:url("/images/site_template/bukashka.png")}}@media print{.b-contacts-1,.b-go-top,.l-aside,.l-footer,.l-header,.l-nav{display:none}.l-article{margin-left:0!important}}.grunt{border:none;background-color:transparent;height:200px}.catalog-section-list .image-items li a span{height:3em}.order-btn-small{background-color:#23a541;color:#fff;border:none;padding:5px 10px;border-radius:7px;cursor:pointer}.order-block.b-item{min-height:60px}.vacancy__list{list-style:none;padding-left:0;margin-left:0}.styled-block{background:#ebfaed;padding:20px 15px 15px 20px;max-width:290px}.contacts .office-contacts p,.contacts .order-info__head p,.unstyled-menu{margin:0;padding:0}.unstyled-menu li{list-style:none}.photo-section-item{background:#fff;padding:7px;margin:0 0 10px;display:block}.photo-section-description{max-width:750px}.photo-section-gallery{max-width:1000px}.show-more-photo{margin:10px auto 0;width:145px;display:block}.contacts h1{margin:0 0 10px -2px}.contacts hr{border-top:1px solid #a5d3ad}.contacts .order-info{margin:0 0 25px 1px;padding:23px 0 25px 25px;background:#e6ffed;max-width:780px}.retail .contacts-adr__item p,.wholesale .contacts-adr__item p{margin:-1px}.contacts .order-info__head span{color:red}.contacts .order-info__footer{margin-left:-5px}.contacts .order-info__footer__description{font-size:18px;font-weight:700;margin-bottom:15px}.contacts .order-info__list{margin:0 0 18px;padding:0 70px 0 18px;color:#7f7f7f;list-style:none;position:relative}.contacts .order-info__item{margin:0 0 9px;padding:0}.contacts .order-info__item::before{content:"—";position:absolute;left:0}.contacts .timetable__table th{font-weight:400}.contacts .timetable__item{min-width:100px;font-weight:700}.contacts .get-order__list{margin:0;padding-left:17px}.contacts .get-order__item{margin-bottom:40px}.detail-back-url{color:#018829;margin:0 0 20px}.contacts-adr{margin:0 0 0 5px;padding:0;list-style:none}.button-menu.buttons-box{margin:0 0 18px;padding:0;font-size:18px;font-weight:700;list-style:none}.button-menu .itc-button{margin:0 10px 5px 0;border:none;background:#e6ffed;text-decoration:underline}.retail .contacts-adr__item.main-shop .contacts-adr__address,.side-block:last-child,.wholesale .contacts-adr__item.main-shop .contacts-adr__name{margin-bottom:0}.button-menu .itc-button--lg{border-radius:10px;font-size:18px;font-weight:700}.button-menu .itc-button--green{background:#018829}.button-menu .itc-button--green a{color:#fff;text-decoration:none}.retail .contacts-adr__item{padding:10px 0 26px;margin:0;font-size:15px;border-bottom:1px solid #a5d3ad;list-style:none}.retail .contacts-adr__item:last-of-type{border:none!important}.contacts-detail .main-shop,.retail .main-shop{border:none}.retail .contacts-adr__item .contacts-adr__address{margin-bottom:10px;font-weight:700}.wholesale-partners__item{position:relative;padding-top:0;padding-bottom:0;margin:0;display:-ms-flexbox;display:flex}.wholesale-partner-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.wholesale-partner-item__title{font-size:24px;font-weight:700}.wholesale-partner-item__image{height:230px;margin-top:auto;padding-top:15px;text-align:left}.shop-map{margin:19px 0 20px}.anchors-list,.letter-filter__list{list-style:none;margin:0;padding:0}.fictive-anchor{position:relative;top:-75px}.wholesale .contacts-adr{margin:0}.wholesale .contacts-adr__item{padding:10px 0 26px;margin:0;font-size:15px}.wholesale .contacts-adr__item .contacts-adr__name{margin-bottom:10px;font-weight:700}@media (max-width:899px){.shops-address__list.wholesale-partners{column-count:1}}.right-side{width:25%;float:left}@media (max-width:767px){.has-dropdown-open-sm{overflow:hidden!important}.right-side.anchors,.shops-address__item .image-block{display:none}.wholesale-partner-item__image{font-size:14px}.right-side{width:100%}}.letter-filter{max-width:600px}.letter-filter__item{display:inline-block;width:25px;height:25px;border-radius:7px;text-align:center}.letter-filter__item.active{background:#e6ffed}.letter-filter__item.active a,.price-page .price-info__button .link{text-decoration:none}.letter-filter__item a{vertical-align:middle;line-height:25px}.detail-back-url--bottom{margin-top:32px}.contacts-detail h1{margin:0 0 10px -3px;letter-spacing:2px;color:#000;font-size:30px}.contacts-detail h2{color:#000;font-size:24px;letter-spacing:0;font-weight:700;margin-left:-1px;margin-bottom:43px}.site-content__inner .contacts-detail h3{font-weight:700;font-size:18px;letter-spacing:1px;margin:40px 0 14px -3px}.contacts-detail .contacts-adr{margin:0;padding:0;list-style:none}.contacts-detail .contacts-adr__item{padding:5px 0 21px;margin:0;font-size:15px;border-bottom:1px solid #a5d3ad;list-style:none}.contacts-detail .contacts-adr__item:last-of-type{border:none!important;padding-bottom:6px}.contacts-detail .contacts-adr__item>ul{margin-top:11px;margin-bottom:0;padding-left:22px}.contacts-detail .contacts-adr__item>ul>li{margin-bottom:11px}.contacts-detail .contacts-adr__item.main-shop .contacts-adr__address,.contacts-detail .contacts-adr__item>ul>li:last-child{margin-bottom:0}.contacts-detail .contacts-adr__item p{margin:0}.contacts-detail .contacts-adr__item .contacts-adr__address{margin-bottom:2px;font-weight:700}.captcha-box__image{padding:0;margin-right:27px;border-top-right-radius:0;border-bottom-right-radius:0;overflow:visible}.captcha-box__image:after{position:absolute;content:'';top:50%;left:100%;width:27px;height:27px;border:#cd5c5c;border-radius:0;background:inherit;transform:translate(-50%,-50%) rotate(45deg)}.review-form{font-size:16px;margin-bottom:20px}.review-form__outer{max-width:560px}.review-form .itc-form-group__title{font-size:inherit;font-weight:600;margin-bottom:8px}.review-form .itc-form-input:not(.error){border-color:silver}.review-form .bxlhe-frame{max-width:none;margin:0;border:1px solid silver;border-radius:4px}.review-form__buttons{margin:0 -10px;align-items:center;justify-content:space-between}.review-form__buttons-item{margin-top:20px;padding:0 10px}.review-form__buttons-item:first-child{margin-top:0}.review-form__polisy{font-size:14px;line-height:1.2857142857142858}.review-form__submit{font-size:16px;font-weight:700;line-height:41px;min-height:41px;border-radius:4px}.js-wrap-to-basket .buy-box__form-link,.js-wrap-to-basket .js-element-to-basket{width:118px}.js-wrap-to-basket .buy-box__form-link:before{top:15px}.text-paragraph{display:inline-block;margin-top:20px;font-weight:700}.product-testing{padding:30px 20px;margin:0 -20px 30px;background:#fff;overflow:hidden}.product-testing__title{font-size:24px;font-weight:700;line-height:calc(54 / 36);margin:0 0 32px;color:#018829}.product-testing__descr{font-size:18px;line-height:calc(27 / 18);margin-bottom:48px}.product-testing__groups{margin:0 0 -40px}.product-testing__group{margin-bottom:40px;flex:0 0 auto}.product-testing__group-head{margin-bottom:22px;text-align:center}.product-testing__group-icon{height:107px;margin:0 auto 4px}.product-testing__group-title{font-size:20px;font-weight:700;line-height:calc(54 / 36);color:#018829}.product-testing__item{padding:4px 0;margin:4px 0 0;border-top:1px solid #cee6ce}.product-testing__item:first-child{padding-top:0;margin-top:0;border-top:none}.comment-quotes{font-size:18px;font-weight:300;line-height:calc(36 / 24);letter-spacing:.03em;overflow:hidden;color:#000}.comment-quotes__list{padding:0;margin:0 -26px -30px;list-style:none;display:flex;justify-content:center;flex-wrap:wrap}.comment-quotes__item{position:relative;max-width:386px;padding:10px 35px;margin:0 26px 30px;background:url("/images/icons.svg#wreath-view") left center/45px 112px no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}.comment-quotes__item:before{position:absolute;content:'';top:0;right:0;bottom:0;width:45px;background:inherit;transform:scaleX(-1);pointer-events:none}.comment-quotes__item:after{content:'';width:0;min-height:92px;flex:0 0 auto}.product-testing-item{padding:12px 0;display:flex;align-items:center;text-decoration:none;color:inherit}.product-testing-item:before{content:'';min-height:129px;display:block;flex:0 0 auto}.product-testing-item:hover{background:rgba(1,136,41,.05);text-decoration:none;color:inherit}.product-testing-item__image{width:56px;margin-right:20px;display:flex;flex:0 0 auto}.product-testing-item__inner{align-self:center;flex:1 1 auto}.product-testing-item__title{font-size:18px;font-weight:600;line-height:calc(36 / 24);margin:0 0 4px;color:#018829}.product-testing-item__price{font-size:16px;font-weight:600;line-height:calc(27 / 18)}@media (min-width:992px){.article-notice__item{width:33.33%}.article-notice-item__outer{padding:9px}.article-notice-item__title{font-size:16px;line-height:19px}.shops-address__list{column-count:2}.basket-table__cell{padding-right:20px}.basket-table .price-box__item{font-size:16px}.site-footer__top{padding-top:30px;padding-bottom:34px}.site-footer__top-inner{display:-ms-flexbox;display:flex}.site-footer__copyright,.site-footer__social{margin-bottom:0;padding-right:10px}.site-footer__contact,.site-footer__site-map{margin-bottom:0}.site-footer__bukashka{width:276px;margin-left:40px}.site-footer__bukashka:before{width:256px;height:172px}.footer-contact__item{margin-top:0}.footer-site-map{margin-bottom:3px}.product-testing__groups{margin-left:0;margin-right:0;display:block}.product-testing__group{width:auto;padding:0}}@media (min-width:1200px){.article-notice__item,.catalog-block1__item,.category-notice__item{width:20%}.catalog-description{padding:40px}.category-history__list-outer{margin:0 -40px}.survey-notice__item{width:25%}.photo-section__item{width:14.285714285714286%}.price-info{margin-left:0;margin-right:0;margin-bottom:0;display:block}.price-info__item{margin-left:15px;padding-left:0;padding-right:0}.price-info__order{width:262px;margin-top:15px}.shops-address__list{column-count:3}.basket-table .price-box__item{font-size:18px}.basket-table__cell{padding-right:40px}.product-testing__groups{margin-left:-35px;margin-right:-35px;display:flex}.product-testing__group{width:50%;padding:0 35px}}.auth-block,.forgot-pass{font-size:16px;line-height:calc(24 / 16);color:#000}.forgot-pass__inner{max-width:380px}.forgot-pass__buttons{padding-bottom:8px;margin:24px -4px 0;display:flex;flex-wrap:wrap}.forgot-pass__buttons-item{padding:0 4px;margin-top:8px;flex:1 1 auto}.forgot-pass__button{font-size:16px;font-weight:700;width:100%}.auth-block__title,.auth-popup__title{font-size:24px;font-weight:600;line-height:calc(33 / 24);margin:0 0 8px;color:#018829}.auth-block__inner{max-width:300px}.auth-block__remember,.auth-popup__remember{font-size:14px;line-height:1}.auth-block__buttons{margin:24px -4px 0;display:flex;flex-wrap:wrap}.auth-block__button{font-size:18px;font-weight:700;line-height:36px;max-width:186px;margin:8px 4px 0;flex:1 1 auto}.auth-popup{font-size:16px;line-height:calc(24 / 16);width:580px;max-width:100%;padding:24px 32px 32px;border:1px solid #7cc08c;border-radius:8px;color:#000}.price-page-block,.price-page-details-body{padding:12px 20px;background-color:rgba(255,255,255,.6)}.auth-popup__head{margin-bottom:24px;text-align:center}.auth-popup__inner{max-width:300px;margin:0 auto}.auth-popup__buttons{margin:24px -4px 0;display:flex;flex-wrap:wrap;justify-content:center}.auth-popup__button{font-size:18px;font-weight:700;line-height:36px;max-width:186px;margin:8px 4px 0;flex:1 1 auto}.tags-block{margin-bottom:20px;display:flex;flex-wrap:wrap;grid-gap:16px;gap:16px}.tags-block .tags-block__button{font-size:12px;line-height:calc(17 / 12);border-width:1px;border-color:#029439;border-radius:20px;grid-gap:5px;gap:5px;text-transform:uppercase;color:#212121}.tags-block .tags-block__button:hover{border-color:#029439;background:#fff;color:#212121}.tags-block .tags-block__button--arrow{padding-right:5px}.tags-block .tags-block__button--arrow:after{content:'';width:24px;height:24px;background:url("/images/icons.svg#arrow-right-view") 0 0/contain no-repeat;flex:0 0 auto}.price-page{display:flex;flex-direction:row-reverse;justify-content:space-between}.price-list{margin-right:30px}.price-list h1,.price-list-subtitle{color:#323232}.price-page .price-list .pricelist-table{margin:20px 0 0;border-radius:16px;background-color:rgba(255,255,255,.6);padding:16px 0 4px}.price-list .pricelist-table__row td:first-child{padding-left:16px}.price-list .pricelist-table__row td:last-child{padding-right:16px}.price-list .pricelist-table__row:not(:last-child) td{border-bottom:1px solid #cee6ce}.price-list .pricelist-table__cell--title div{min-height:45px;display:flex;align-items:center;flex-wrap:wrap;font-size:16px;font-weight:600}.price-list .download_xls,.price-list .download_zip{line-height:normal;display:flex;flex-wrap:wrap;gap:5px;align-items:center;height:auto;min-height:45px}.price-page .price-info__button .link::after,.price-page-block-link::after{content:' ';width:12px;height:12px;background:url('/images/icons.svg#arrow-link-view') 0 0/contain no-repeat;display:inline-block}.price-list .pricelist-table__cell--xls div,.price-list .pricelist-table__cell--zip div{background:#cee6ce;border-radius:12px;padding:8px 16px}.price-page-blocks{display:flex;flex-wrap:wrap;gap:21px 27px;margin:32px 0}.price-page-block{display:flex;flex-direction:column;flex-basis:calc(100% / 3 - 18px);border-radius:12px;border-left:2px solid #4fbf82}.price-page-block-title{color:#f45728;font-size:20px;line-height:28px;font-weight:600}.price-page-block-body.big-text{font-size:16px}.color-green{color:#127b55;font-weight:600}.color-orange{color:#f45728;font-weight:600}.price-page-block-body{font-size:20px;line-height:28px}.price-page-block>a{min-height:26px}.price-page-block-link{color:#018829;font-weight:600;font-size:16px;border-bottom:1px solid #018829;width:fit-content;text-decoration:none;position:relative;display:flex;align-items:center;margin:auto 20px 0 auto}.price-page-block-link::after{position:absolute;right:-20px}.price-page-details-title{font-size:24px;line-height:33px;color:#323232;margin-bottom:10px}.price-page .info-box__head,.price-page .price-info__button{border:none;border-radius:0;font-size:20px;line-height:22px;text-align:left;position:relative;font-weight:400;letter-spacing:-.22px;background:0 0;color:#018829}.price-page .price-info__button img{background:#cee6ce;padding:8px;border-radius:8px}.price-page .price-info__button .link::after{position:relative;right:-5px}.price-page .price-info__button .itc-button__inner{display:flex;gap:16px;align-items:center}.price-page .info-box{padding:10px 30px 20px;text-align:left;margin-top:6px}.price-page .price-info__order{background:#4fbF8252;border:none;border-radius:12px;margin-top:12px;padding-top:12px}.price-page .price-order__title{font-weight:400;line-height:26px}.price-page .price-order__step-icon::before{background:url('/images/rhombus.svg') 0 0/contain no-repeat;line-height:24px;right:50%;left:50%;transform:translate(-50%,-50%);bottom:auto;height:36px}.price-page .price-order__step-icon{vertical-align:middle}.price-page .price-order__step{padding:0 5px 26px;background:#cee6ce;font-size:18px;line-height:24px;border-radius:4px;margin:38px 0 0;letter-spacing:-.2px}@media (min-width:1540px){.price-page .price-info .info-box,.price-page .price-info__button,.price-page .price-info__order{width:280px}.price-list .pricelist-table__cell--xls div,.price-list .pricelist-table__cell--zip div{min-width:300px}}@media (min-width:1200px) and (max-width:1539px){.price-page .price-info .info-box,.price-page .price-info__button,.price-page .price-info__order{width:fit-content}.price-page .price-info__item{margin-left:5px}}@media (max-width:1200px){.price-list{margin-right:0}.price-page{flex-direction:column}.price-page .price-info{display:flex;flex-direction:column}.price-page .price-info .price-order__steps{display:flex;gap:20px}.price-page .price-info .price-order__step{min-width:170px}.price-page .price-order__title{margin-bottom:0}}@media (max-width:991px){.has-dropdown-open-md{overflow:hidden!important}body .category-menu__list-hover .category-menu__link{margin:0 45px 0 0;width:auto;padding-left:45px}body .category-menu__list-hover .js-collapse__button.category-menu__link-toggle::after{content:''}.category-menu__link::after{content:none}.category-menu__list-hover .category-menu__item>img{position:absolute;top:11px}.category-menu__list-hover .category-menu__subitem:last-child a{border-bottom:none}.price-page .pricelist-table__cell--title{display:table-cell}}@media (max-width:660px){.price-page .pricelist-table{width:100%}.price-page .price-list .pricelist-table__row:not(:last-child) td:nth-child(3n+3){border-bottom:1px solid #cee6ce}.price-list .pricelist-table__row td:last-child{padding-right:12px}.price-page .price-list .pricelist-table__row td{border-bottom:none}.price-page .pricelist-table__cell:nth-child(2){width:calc(100% - 80px)}.price-page .pricelist-table__cell:nth-child(-1n+2){display:inline-block}.price-page .pricelist-table__cell{display:block}.price-page-block{flex-basis:100%}}@media (max-width:550px){.price-page .price-info .price-order__steps{flex-direction:column}.price-page .pricelist-table__cell{padding:12px 10px}.price-page .pricelist-table__row{padding:0;display:table-row}}.catalog-category{font-size:16px;line-height:calc(20 / 16)}.catalog-category__list{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr)}.catalog-category__item-link{font-weight:600;padding:16px 18px;border-bottom:1px solid rgba(0,0,0,.1);display:block;text-decoration:none;color:#000}.catalog-category__item-link:hover{border-color:#198829;text-decoration:underline;color:#198829}@media (min-width:576px){.basket-sum__row{flex-wrap:nowrap}.review-form__buttons{display:flex}.review-form__buttons-item{margin-top:0}.product-testing{padding:40px;margin-left:0;margin-right:0}.product-testing__group-title,.product-testing__title{font-size:36px}.comment-quotes,.product-testing-item__title{font-size:24px}.product-testing-item__price{font-size:18px}.catalog-category__list{grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(4,1fr)}}
/* End */


/* Start:/bitrix/templates/ailita_adaptive/components/bitrix/sale.basket.basket.line/top/style.min.css?15375102703569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/ailita_adaptive/components/bitrix/search.title/search_title/style.css?15236105532092*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/ailita_adaptive/components/bitrix/search.title/search_title/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/ailita_adaptive/styles.css?17538436132378*/

/* -------------------light-culture---------------------- */
.light-culture-info {
	display: flex;
	border-radius: 0px 58px 58px 0px;
	background: rgba(255, 254, 254, 0.60);
	margin: 48px 0 60px;
}
.light-culture-text {
	flex-basis: 70%;
	padding: 12px 60px 20px 24px;
	gap: 13px;
	display: flex;
	flex-direction: column;
}
.light-culture-img img {
	border-radius: 0px 58px 58px 0px;
	padding: 16px;
	display: inline-block;
}
.light-culture-text-title {
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	max-width: 600px;
	margin: auto;
}
.light-culture-text-content {
	font-size: 16px;
	line-height: 22px;
}
.llight-culture-exceptions {
	color: #018829;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px; 
}
.light-culture-text-content span {
	color: #018829;
}
.light-culture-exceptions-blocks {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.light-culture-exceptions-block {
	display: flex;
	gap: 15px;
	flex-basis: calc(100% / 3 - 15px);
}
.light-culture-text-link {
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}
.light-culture-text-link a{
	color: #000;
	text-decoration: underline;
}
.light-culture-button {
	display: flex;
	gap: 24px;
}
.light-culture-button a:where(:not(.itc-button)) {
	border-radius: 4px;
	padding: 1px 24px 3px 24px;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
}
.light-culture-button a:where(:not(.itc-button)):first-child {
	background: #018829;
	color: #FFF;
}
.light-culture-button a:where(:not(.itc-button)):last-child {
	border: 1px solid #018829;
	background: transparent;
	color: #018829;
}
@media (max-width:992px) {
	.light-culture-info {
		border-radius: 0;
		flex-direction: column-reverse;
	}
	.light-culture-text {
		padding: 12px 24px 20px;
	}
	.light-culture-img {
		text-align: center;
	}
	.light-culture-img img {
		border-radius: 0;
	}
}
@media (max-width:550px) {
	.light-culture-exceptions-blocks {
		flex-direction: column;
	}
	.light-culture-info {
		margin: 20px 0 30px;
	}
	.light-culture-list-title {
		margin-bottom: 20px;
	}
	.light-culture-button {
		flex-direction: column;
	}
	.light-culture-button a:where(:not(.itc-button)) {
		text-align: center;
	}
}
.light-culture-list-title {
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 40px;
}
/* End */


/* Start:/bitrix/templates/ailita_adaptive/template_styles.css?16935447764474*/
.new-images-grid {
	max-width: 750px;
	margin: 10px 0;
}
.contacts .order-info__item::before {
 display:none !important;
}

/* видео народного голосования*/
.insta-block {display: none;}
.awards {display: inline-block; max-width: 200px;}
.awards__list {display: flex; justify-content: center; }
.awards__list .awards__item{margin-left: 60px;}
.awards__list .awards__item:first-child {margin-left: 0}
.award__title {padding-top: 10px;}
.award__title a {font-weight: bold;	font-size: 18px; text-decoration: none; line-height: 1.2; }
@media (max-width: 600px) {
	.awards__item .awards {max-width: 140px; margin-left: 0 !important;}
	.awards__list {justify-content: center; flex-wrap: wrap;}
	.awards__item {width: 100%; margin-left: 0 !important; flex-basis: 50%; margin-bottom: 20px;}
}
@media (max-width: 385px) {
	.awards__item {flex-basis: 100%;}
}

.awards__list--main .award__title a {
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}
.awards__list--main .award__title a:hover {
	text-decoration: none;
}

.awards__pic {position: relative;}
.awards__pic::after {
	content: url("data:image/svg+xml,%0A%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0C32.0888 0 24.3552 2.34596 17.7772 6.74121C11.1992 11.1365 6.07234 17.3836 3.04484 24.6927C0.0173313 32.0017 -0.774802 40.0444 0.768607 47.8036C2.31202 55.5628 6.12164 62.6902 11.7157 68.2843C17.3098 73.8783 24.4372 77.688 32.1964 79.2314C39.9556 80.7748 47.9983 79.9827 55.3073 76.9552C62.6164 73.9277 68.8635 68.8008 73.2588 62.2228C77.654 55.6448 80 47.9112 80 40C80 29.3913 75.7857 19.2172 68.2843 11.7157C60.7828 4.21427 50.6087 0 40 0ZM61.2771 42.5571L26.9914 59.7C26.5557 59.9177 26.0716 60.0204 25.585 59.9984C25.0985 59.9764 24.6256 59.8303 24.2114 59.5741C23.7971 59.3179 23.4553 58.96 23.2182 58.5345C22.9812 58.109 22.8569 57.6299 22.8572 57.1428V22.8571C22.8574 22.3703 22.9821 21.8916 23.2193 21.4665C23.4565 21.0414 23.7984 20.6839 24.2126 20.428C24.6267 20.1721 25.0994 20.0263 25.5857 20.0044C26.0721 19.9825 26.556 20.0852 26.9914 20.3029L61.2771 37.4457C61.7511 37.6832 62.1496 38.048 62.4281 38.4991C62.7066 38.9502 62.8541 39.4698 62.8541 40C62.8541 40.5301 62.7066 41.0498 62.4281 41.5009C62.1496 41.952 61.7511 42.3167 61.2771 42.5543V42.5571Z' fill='white'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.1);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
	opacity: 0.9;
	transition: opacity 0.3s;
}
.awards__pic:hover::after {
	content: url("data:image/svg+xml,%0A%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0C32.0888 0 24.3552 2.34596 17.7772 6.74121C11.1992 11.1365 6.07234 17.3836 3.04484 24.6927C0.0173313 32.0017 -0.774802 40.0444 0.768607 47.8036C2.31202 55.5628 6.12164 62.6902 11.7157 68.2843C17.3098 73.8783 24.4372 77.688 32.1964 79.2314C39.9556 80.7748 47.9983 79.9827 55.3073 76.9552C62.6164 73.9277 68.8635 68.8008 73.2588 62.2228C77.654 55.6448 80 47.9112 80 40C80 29.3913 75.7857 19.2172 68.2843 11.7157C60.7828 4.21427 50.6087 0 40 0ZM61.2771 42.5571L26.9914 59.7C26.5557 59.9177 26.0716 60.0204 25.585 59.9984C25.0985 59.9764 24.6256 59.8303 24.2114 59.5741C23.7971 59.3179 23.4553 58.96 23.2182 58.5345C22.9812 58.109 22.8569 57.6299 22.8572 57.1428V22.8571C22.8574 22.3703 22.9821 21.8916 23.2193 21.4665C23.4565 21.0414 23.7984 20.6839 24.2126 20.428C24.6267 20.1721 25.0994 20.0263 25.5857 20.0044C26.0721 19.9825 26.556 20.0852 26.9914 20.3029L61.2771 37.4457C61.7511 37.6832 62.1496 38.048 62.4281 38.4991C62.7066 38.9502 62.8541 39.4698 62.8541 40C62.8541 40.5301 62.7066 41.0498 62.4281 41.5009C62.1496 41.952 61.7511 42.3167 61.2771 42.5543V42.5571Z' fill='%23AA0D0D'/%3E%3C/svg%3E%0A");
	opacity: 1;
}
.survey-notice__item .image-block__item {
	max-height: 157px;
}

.survey-notice__list .owl-stage {
	justify-content: center;
}
.survey-notice .owl-slider__group {
	justify-content: center;
}
.awards__list .survey-notice__item{
	width: 19%;
}
.survey-notice {
	margin-bottom: 30px;
}
@media (max-width: 690px) {
	.awards__list .survey-notice__item {
		width: 30%;
	}
}
.article-notice__list {justify-content: center;}
/* End */
/* /css/normalize.css?15125267494931 */
/* /css/grid.css?153087187922936 */
/* /css/type.css?173312823312409 */
/* /css/layout.css?15337038791675 */
/* /css/image-block.css?15308719142809 */
/* /css/form.css?174858417022809 */
/* /bitrix/templates/ailita_adaptive/css/header.css?175567857640879 */
/* /css/counter-block.css?16224562424288 */
/* /css/dropdown.css?17516047172838 */
/* /css/collapse-block.css?17513695981607 */
/* /css/tabs.css?15313010322812 */
/* /css/jquery.fancybox3.css?151252674918562 */
/* /css/owl.carousel.min.css?15816753873260 */
/* /css/slider-block.css?15989496604556 */
/* /css/screen.min.css?175614107192077 */
/* /bitrix/templates/ailita_adaptive/components/bitrix/sale.basket.basket.line/top/style.min.css?15375102703569 */
/* /bitrix/templates/ailita_adaptive/components/bitrix/search.title/search_title/style.css?15236105532092 */
/* /bitrix/templates/ailita_adaptive/styles.css?17538436132378 */
/* /bitrix/templates/ailita_adaptive/template_styles.css?16935447764474 */
