::-moz-selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #03a9f4;
  color: #fff;
  text-shadow: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection,
h1 *::-moz-selection,
.h1 *::-moz-selection,
h2 *::-moz-selection,
.h2 *::-moz-selection,
h3 *::-moz-selection,
.h3 *::-moz-selection,
h4 *::-moz-selection,
.h4 *::-moz-selection,
h5 *::-moz-selection,
.h5 *::-moz-selection,
h6 *::-moz-selection,
.h6 *::-moz-selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection,
h1 *::selection,
.h1 *::selection,
h2 *::selection,
.h2 *::selection,
h3 *::selection,
.h3 *::selection,
h4 *::selection,
.h4 *::selection,
h5 *::selection,
.h5 *::selection,
h6 *::selection,
.h6 *::selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(33,37,41,0.54);
}

:-moz-placeholder {
  color: rgba(33,37,41,0.54);
}

::-moz-placeholder {
  color: rgba(33,37,41,0.54);
}

:-ms-input-placeholder {
  color: rgba(33,37,41,0.54);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #03a9f4;
  background-color: rgba(3,169,244,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

/* ==========================================================================
  Browser Upgrade Prompt
  ========================================================================== */

.browserupgrade {
  margin: $appGutter 0;
  background: #ccc;
  color: #000;
  padding: $appGutter 0;
}

.theme-color {
  color: ;
}

/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 ;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.app-footer {
  -ms-flex: none;
      flex: none;
  background: #005b39;
  background: linear-gradient(0deg, #005b39 0%, #009a44 100%);
  padding: 50px 0 59px;
  position: relative;
  z-index: 1;
}

.app-footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../img/footbg.png") 50% 0 repeat-x;
}

.app-footer__logo {
  display: inline-block;
  margin-bottom: 31px;
}

.app-footer__logo img {
  max-width: 400px;
}

.app-footer__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.app-footer__address {
  margin-bottom: 14px;
}

.app-footer__workTime {
  margin-bottom: 17px;
}

.app-footer__address,
.app-footer__workTime {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.app-footer__address span,
.app-footer__workTime span {
  color: #91cb63;
}

.app-footer__phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.app-footer__phone {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
  display: inline-block;
  letter-spacing: 0.6px;
}

.app-footer__phone:hover {
  color: #fff;
  text-decoration: none;
}

.app-footer__copyright {
  margin-top: 5px;
  color: #b1dd6b;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
}

.app-footer__botMenu {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin-left: 126px;
}

.app-footer__botMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.app-footer__botMenu ul li {
  padding-left: 10px;
}

.app-footer__botMenu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

.app-footer__botMenu ul li ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 7px;
}

.app-footer__botMenu ul li ul li {
  padding: 3px 0;
}

.app-footer__botMenu ul li ul li a {
  color: #9ad065;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}

.app-header {
  -ms-flex: none;
      flex: none;
  height: 100px;
}

.app-header__fixBlock {
  box-shadow: 0 6px 34px 0px #f1efef;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 10px 0;
  transition: linear all 0.2s;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.app-header__fixBlock.isScroll {
  height: 70px;
}

.app-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  z-index: 30;
}

.app-header__logo {
  max-width: 275px;
  max-height: 50px;
  display: block;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.app-header__mainMenu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.app-header__mainMenu > ul > li {
  display: inline-block;
  padding: 0 16px;
  border-left: 1px solid #d1d3d4;
  position: relative;
}

.app-header__mainMenu > ul > li:first-child {
  border-left: 1px solid transparent;
}

.app-header__mainMenu > ul > li a {
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  color: #000;
  transition: color 0.5s;
}

.app-header__mainMenu > ul > li:hover > a {
  color: #ec6d1d;
  text-decoration: none;
}

.app-header__mainMenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.app-header__mainMenu > ul > li ul {
  position: absolute;
  left: 0;
  width: 200px;
  top: 100%;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: 0.4s ease all;
}

.app-header__mainMenu > ul > li ul li a {
  display: block;
  padding: 7px 16px;
}

.app-header__mobBasketcontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.app-header__menu-button {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 51px;
  height: 31px;
  border-top: 3px solid #009c3d !important;
  border-bottom: 3px solid #009c3d !important;
  position: relative;
}

.app-header__menu-button:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 3px;
  background: #009c3d;
}

.app-header__mobAccount {
  display: none;
}

.app-header__basket {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.app-header__basket:hover {
  text-decoration: none;
}

.app-header__basket-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 14px;
}

.app-header__basket-icon .svg-icon {
  width: 21px;
  height: 19px;
}

.app-header__basket-number {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 13px;
  height: 13px;
  background: #ec6d1d;
  border-radius: 50%;
  color: #fff;
  font-size: 7px;
  font-weight: 400;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.app-header__basket-button {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #ec6d1d;
  padding: 6px 14px 5px;
  border-radius: 11px;
  transition: background-color 0.5s;
}

.app-header__basket-button:hover {
  background: #00963d;
}

.b-aside-menu-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  color: icons_color;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  background: none;
  border: none;
  text-decoration: none;
  margin-right: 10px;
  box-sizing: border-box;
}

.b-aside-menu {
  position: fixed;
  z-index: 950;
  top: 0;
  width: 100%;
  height: 100%;
  left: 110%;
}

.b-aside-menu.js-opening {
  left: 0;
}

.b-aside-menu.js-animate .b-aside-menu__overlay {
  opacity: 1;
}

.b-aside-menu.js-animate .b-aside-menu__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.b-aside-menu__close {
  z-index: 150;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}

.b-aside-menu__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  margin-top: -2px;
  margin-left: -15px;
  height: 3px;
  background: #079f42;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.b-aside-menu__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  margin-top: -2px;
  margin-left: -15px;
  height: 3px;
  background: #079f42;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.b-aside-menu__overlay {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.7);
  opacity: 0;
  transition: opacity 0.15s linear;
}

.b-aside-menu__content {
  position: absolute;
  z-index: 25;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 10px 15px 5px rgba(0,0,0,0.1);
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  -webkit-overflow-scrolling: touch;
}

.b-aside-menu__head {
  position: relative;
  z-index: 50;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 24px 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.b-aside-menu__foot {
  position: relative;
}

.b-aside-menu__phone {
  font-size: 18px;
  padding-top: 10px;
}

.b-aside-menu__phone a {
  text-decoration: none;
  color: #000;
}

.b-aside-menu__logo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: top;
}

.b-aside-menu__logo-holder {
  font-size: 0;
  padding-right: 0;
}

.b-aside-menu__logo-link {
  display: block;
  max-width: 273px;
  width: 100%;
}

.b-aside-menu__navs {
  height: 100%;
}

.b-aside-menu__scroller {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 35px 0;
  box-sizing: border-box;
}

.b-aside-menu__scroller-content {
  position: relative;
  z-index: 75;
}

.b-aside-menu__phones {
  display: -ms-flexbox;
  display: flex;
  padding: 30px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-aside-menu__phones a {
  color: #1c75bc;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-right: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.sub-menu-trigger {
  position: absolute;
  z-index: 35;
  height: 48px;
  top: 0;
  right: 0;
  left: 4.5%;
  padding: 2px 2px 2px 10px;
  cursor: pointer;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.sub-menu-trigger .svg-icon {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: #000;
  width: 18px;
  height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.aside-nav-list {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f2;
}

.aside-nav-list li {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  margin-top: 0;
  -webkit-overflow-scrolling: touch;
}

.aside-nav-list li:before {
  display: none;
}

.aside-nav-list li a {
  position: relative;
  z-index: 35;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: background-color 0.3s linear;
  border-top: 1px solid #f1f2f2;
}

.aside-nav-list li > ul {
  position: relative;
  z-index: 25;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.aside-nav-list li .is-has-child > a {
  padding-right: 50px;
}

.aside-nav-list li.opened.is-has-child > .sub-menu-trigger .svg-icon,
.aside-nav-list li.opening.is-has-child > .sub-menu-trigger .svg-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  fill: #000;
}

.aside-nav-list li.opened.is-has-child > a,
.aside-nav-list li.opening.is-has-child > a {
  color: #333;
  background-color: #fff;
}

.aside-nav-list li.opened.is-has-child > ul,
.aside-nav-list li.opening.is-has-child > ul {
  display: block;
}

.aside-nav-list > li > a {
  display: block;
  padding: 10px 80px 9px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: background-color 0.3s linear;
}

.aside-nav-list > li > a.b-brand-btn {
  border-radius: 0;
  background-color: #21343b !important;
  color: #fff;
  padding: 12px;
}

@include flexbox();
.aside-nav-list > li > a.b-brand-btn .b-brand-btn__what {
  font-size: 14px;
  line-height: 14px;
  margin-top: 2px;
}

.aside-nav-list > li > ul .sub-menu-trigger .svg-icon {
  fill: #333 !important;
}

.aside-nav-list > li > ul li.active > a,
.aside-nav-list > li > ul li.opened > a {
  color: #f39400;
}

.aside-nav-list > li > ul li a {
  text-decoration: none;
  color: #231f20;
  font-size: 22px;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.2;
  display: block;
  padding: 10px 80px 11px;
  border-top: 1px solid #f1f2f2;
}

.aside-nav-list > li > ul li.opened.is-has-child > a,
.aside-nav-list > li > ul li.opening.is-has-child > a {
  background-color: #fff1ce;
}

.aside-nav-list > li > ul ul li.active > a,
.aside-nav-list > li > ul ul li.opened > a {
  color: #da7a69;
}

.aside-nav-list > li > ul ul a {
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app img {
  max-width: 100%;
}

.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding-bottom: 80px !important;
}

.app__main {
  -ms-flex: 1 1;
      flex: 1 1;
}

.site-width {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  -ms-flex: none;
      flex: none;
}

.b-path {
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 36px;
}

.b-path a {
  color: #6d6e71;
}

.b-path a:hover {
  text-decoration: underline;
}

h1,
.h1 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 35px;
}

h2,
.h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 35px;
  font-weight: 400;
}

.b-achievementsText {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 77px;
}

/*input,
select {
  height: 52px;
}

input,
select,
textarea {
  border: 1px solid #f19155;
  outline: none;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
*/

.btn,
.btn2 {
  border: none;
  outline: none;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 17px 14px;
  transition: 0.4s ease all;
}

.btn {
  background: #009c3d;
}

.btn:hover {
  background-color: #0e7335;
}

.btn2 {
  background: #e66d1d;
}

.btn2:hover {
  background-color: #d85e0d;
}

.b-checkbox {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-checkbox__in {
  width: 26px;
  height: 26px;
  border: 1px solid #e66d1d;
  position: relative;
  border-radius: 100%;
  transition: 0.4s ease all;
  margin-right: 24px;
}

.b-checkbox__in:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #e66d1d;
  transition: 0.4s ease all;
}

.b-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.b-checkbox input:checked + .b-checkbox__in {
  border-color: #e66d1d;
}

.b-checkbox input:checked + .b-checkbox__in:before {
  opacity: 1;
}

label {
  cursor: pointer;
}

.b-date {
  margin-bottom: 25px;
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
}

.aboutText {
  -ms-flex: none;
      flex: none;
  padding-top: 24px;
  margin-bottom: 72px;
}

.aboutText__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.aboutText__inner img {
  width: 100%;
}

.aboutText h1 {
  margin-bottom: 34px;
}

.aboutText__title {
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.aboutText__left {
  -ms-flex: 0 0 47%;
      flex: 0 0 47%;
  max-width: 47%;
}

.aboutText__right {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.aboutText__right img {
  margin-bottom: 30px;
}

.aboutText__right p {
  padding-left: 50px;
}

.b-about__content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.b-about__text {
  width: 50%;
  padding-right: 40px;
}

.b-about__title {
  font-size: 39px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 29px;
}

.b-about__predtitle {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.b-about__note {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 46px;
}

.b-about__btn {
  text-align: center;
  padding-left: 23px;
}

.b-about__button {
  padding: 8px 20px;
  font-size: 12px;
}

.b-about__img {
  height: 447px;
  padding-top: 15px;
  width: 50%;
  background-image: url("../img/i-img2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.b-about__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-about__item {
  width: 25%;
  text-align: center;
}

.b-about__item-img {
  height: 91px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 35px;
}

.b-about__item-img img {
  width: 100%;
  height: 100%;
  max-width: 130px;
}

.b-about__item-text {
  font-size: 20px;
  font-weight: 600;
  color: #6d6e71;
  text-transform: uppercase;
}

.b-awards {
  -ms-flex: none;
      flex: none;
}

.b-awards h1,
.b-awards .h1 {
  margin-bottom: 62px;
}

.b-awards__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -5%;
}

.b-awards__item {
  max-width: 20%;
  width: 100%;
  margin-left: 5%;
  margin-bottom: 100px;
}

.b-basket__title {
  color: #ec6d1d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 53px;
  padding-top: 73px;
}

.b-basket__items {
  margin-bottom: 47px;
}

.b-basket__item {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e8e9e9;
  border-bottom: 1px solid #e8e9e9;
  padding: 25px 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-basket__item-img {
  border: 1px solid #e8e9e9;
  margin-right: 25px;
  width: 102px;
  height: 102px;
}

.b-basket__text {
  font-weight: 400;
  color: #231f20;
  font-size: 18px;
  -ms-flex: 1 1;
      flex: 1 1;
  padding-right: 10px;
}

.b-basket__text p {
  margin-bottom: 10px;
}

.b-basket__text p:last-child {
  margin-bottom: 0;
}

.b-basket__item-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.b-basket__item-title a {
  font-weight: 400;
  color: #231f20;
  font-size: 18px;
}

.b-basket__price {
  font-size: 24px;
  font-weight: 400;
  color: #231f20;
  width: 175px;
}

.b-basket__1st-price {
  border-left: 1px solid #e8e9e9;
  border-right: 1px solid #e8e9e9;
  font-size: 24px;
  font-weight: 400;
  color: #231f20;
  height: 102px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 5px;
  margin-right: 23px;
  width: 128px;
}

.b-basket__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 25px;
  width: 115px;
  height: 102px;
}

.b-basket__controls input {
  border: none;
  outline: none;
  height: 21px;
  width: 75px;
  padding: 0 5px;
  text-align: center;
  -moz-appearance: textfield;
}

.b-basket__controls input::-webkit-outer-spin-button,
.b-basket__controls input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.b-basket__button {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 100%;
  border: 1px solid #adadaf;
  transition: 0.4s ease all;
}

.b-basket__button:before,
.b-basket__button:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #adadaf;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -4px;
}

.b-basket__button--plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.b-basket__button:hover {
  background-color: #e8e9e9;
  border-color: #e8e9e9;
}

.b-basket .b-footer {
  text-align: center;
}

.b-basket .b-footer__title {
  color: #6d6e71;
  font-size: 36px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 22px;
}

.b-basket .b-footer__price {
  color: #231f20;
  margin-left: 10px;
}

.b-basket .b-footer__note {
  font-size: 14px;
  font-weight: 400;
  color: #6d6e71;
  margin-bottom: 55px;
}

.b-basket .b-footer__btn a {
  display: inline-block;
  padding: 16px 25px 16px 33px;
  text-transform: uppercase;
  color: #fff;
  background-color: #009c3d;
  border-radius: 35px;
  text-decoration: none;
}

.b-basket .b-footer__btn a:hover {
  text-decoration: none;
}

.b-brands {
  -ms-flex: none;
      flex: none;
  transition: 0.4s ease all;
  background: #009f45;
  background: linear-gradient(90deg, #009f45 0%, #005838 100%);
}

.b-brands__content {
  padding-top: 75px;
  padding-bottom: 40px;
}

.b-brands__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.b-brands__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
}

.b-brands__item:last-child {
  border: none;
  margin-bottom: 0;
}

.b-brands__item-img {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-right: 30px;
  text-align: center;
}

.b-brands__text {
  width: 44%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.b-companysNews {
  -ms-flex: none;
      flex: none;
  position: relative;
  padding-top: 25px;
}

.b-companysNews__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}

.b-companysNews__title a {
  display: inline-block;
  color: #ec6d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  border: 1px solid #ed772c;
  border-radius: 14px;
  padding: 6px 10px;
  text-decoration: none;
  transition: 0.4s ease all;
  white-space: nowrap;
}

.b-companysNews__title a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ed772c;
}

.b-companysNews__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-companysNews__items:after {
  content: '';
  display: block;
}

.b-companysNews__items:not(.b-companysNews__items--slider):not(.b-companysNews__items--slider2):after,
.b-companysNews__item {
  -ms-flex: 0 0 31%;
      flex: 0 0 31%;
  padding-bottom: 40px;
}

.b-companysNews__item-url:hover {
  text-decoration: none;
}

.b-companysNews__item-img {
  margin-bottom: 26px;
}

.b-companysNews__item-img img {
  width: 100%;
}

.b-companysNews__item-text {
  border: 1px solid #dbdcdd;
  padding: 27px 23px;
  transition: background-color 0.5s, color 0.5s;
}

.b-companysNews__item-date {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
}

.b-companysNews__item-title {
  color: #231f20;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-bottom: 27px;
}

.b-companysNews__item-anonce {
  color: #231f20;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.b-companysNews__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-companysNews__item-link span {
  color: #a7a9ac;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding: 7px 20px;
  border-radius: 14px;
  border: 1px solid #d3d4d6;
  transition: background-color 0.5s, color 0.5s;
}

.b-companysNews__item:hover .b-companysNews__item-text {
  background: #009c3d;
}

.b-companysNews__item:hover .b-companysNews__item-date,
.b-companysNews__item:hover .b-companysNews__item-title,
.b-companysNews__item:hover .b-companysNews__item-anonce {
  color: #fff;
}

.b-companysNews__item:hover .b-companysNews__item-link span {
  color: #231f20;
  background: #ffde17;
  border: 1px solid #ffde17;
}

.b-companysNews__controls {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b-companysNews__controls li {
  border: none;
  outline: none;
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 0;
  top: 58%;
  cursor: pointer;
}

.b-companysNews__controls li:before,
.b-companysNews__controls li:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #6e6e6f;
  margin-left: -10px;
}

.b-companysNews__controls li:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -7px;
}

.b-companysNews__controls li:after {
  margin-top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.b-companysNews__controls li.prev {
  left: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-companysNews__controls li.next {
  right: -50px;
}

.b-companysNews--slider .b-companysNews__item,
.b-companysNews--slider2 .b-companysNews__item {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -ms-flex: none;
      flex: none;
}

.b-companysNews--slider .b-companysNews__item-url,
.b-companysNews--slider2 .b-companysNews__item-url {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-companysNews--slider .b-companysNews__item-text,
.b-companysNews--slider2 .b-companysNews__item-text {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-companysNews--slider .b-companysNews__item-link,
.b-companysNews--slider2 .b-companysNews__item-link {
  margin-top: auto;
}

.b-pagination__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-pagination__item {
  color: #009c3d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 7px;
  border: 1px solid #009c3d;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}

.b-pagination__items a {
  color: #009c3d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 7px;
  border: 1px solid #009c3d;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}


.b-pagination__item.active,
.b-pagination__item:hover {
  background: #009c3d;
  color: #fff;
}

.b-complex {
  padding-bottom: 130px;
}

.b-complex__content {
  display: -ms-flexbox;
  display: flex;
}

.b-complex__part--action {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-complex__part--action .h1 {
  margin-bottom: 46px;
}

.b-complex__part--new {
  width: 270px;
  margin-left: 6.2%;
  margin-right: 2.5%;
}

.b-complex__part--new .h1 {
  padding-left: 20px;
  margin-bottom: 22px;
}

.b-complex .b-offer__content {
  padding: 0;
}

.b-complex .b-offer__item {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.b-complex .b-offer__item--green {
  border-color: #009c3d;
  background-color: #009c3d;
  color: #fff;
}

.b-complex .b-offer__item--green .b-offer__name {
  background-color: #01772b;
}

.b-complex .b-offer__item--orange {
  border-color: #ec6d1d;
  background-color: #ec6d1d;
  color: #fff;
}

.b-complex .b-offer__item--orange .b-offer__name {
  background-color: #c44f0e;
}

.b-complex .b-offer__more {
  color: #000;
  background-color: #ffde17;
  box-shadow: 0 0 0 1px inset #ffde17;
  text-decoration: underline;
}

.b-complex .b-offer__more:hover {
  text-decoration: none;
}

.b-complex .b-offer__controls li:before,
.b-complex .b-offer__controls li:after {
  background-color: #646365;
}

.b-action {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  position: relative;
}

.b-action__slider {
  display: -ms-flexbox;
  display: flex;
}

.b-action__item {
  display: -ms-flexbox !important;
  display: flex !important;
}

.b-action__image {
  width: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.b-action__info {
  -ms-flex: 1 1;
      flex: 1 1;
  min-height: 449px;
  padding: 20px;
  background: #009f45;
  background: linear-gradient(90deg, #009f45 0%, #005838 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #fff;
}

.b-action__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.67;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.b-action__title span {
  color: #ffde17;
  display: block;
}

.b-action__note {
  width: 100%;
  max-width: 306px;
  min-height: 76px;
  border: 1px solid rgba(255,255,255,0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 66px;
}

.b-action__button {
  width: 100px;
  height: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  text-decoration: underline;
  border-radius: 16px;
  transition: 0.4s ease all;
  color: #a7a9ac;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  background-color: #ffde17;
}

.b-action__button:hover {
  text-decoration: none;
}

.b-action .tns-nav {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-action .tns-nav button {
  width: 11px;
  height: 11px;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 100%;
  background: #e5e5e5;
  margin: 0 10px 10px;
  transition: 0.4s ease all;
}

.b-action .tns-nav button:hover,
.b-action .tns-nav button.tns-nav-active {
  background-color: #009c3d;
}

.b-contacts__map {
  height: 475px;
  margin-bottom: 60px;
}

.b-contacts__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-contacts__part {
  width: 48%;
}

.b-contacts__title {
  margin-bottom: 45px;
}

.b-contacts__item {
  font-size: 24px;
  font-weight: 700;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 50px;
}

.b-contacts__item a {
  color: #231f20;
  text-decoration: none;
}

.b-contacts__item a:hover {
  text-decoration: underline;
}

.b-contacts__item--mail {
  font-weight: 400;
}

.b-contacts__item--mail a {
  color: #0071bc;
  text-decoration: underline;
}

.b-contacts__item--mail a:hover {
  text-decoration: none;
}

.b-contacts p {
  margin: 0 0 18px;
}

.b-delivery {
  -ms-flex: none;
      flex: none;
  color: #231f20;
  font-size: 17px;
  font-weight: 400;
}

.b-delivery h1 {
  margin-bottom: 40px;
}

.b-delivery__img {
  margin-bottom: 70px;
}

.b-delivery img {
  width: 100%;
}

.b-delivery a {
  color: #00963d;
  font-weight: 700;
  letter-spacing: 0.18px;
  text-decoration: underline;
}

.b-delivery__title {
  color: #231f20;
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 50px;
}

.b-delivery__greenTitle {
  color: #00963d;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.b-delivery__anonce {
  margin-bottom: 50px;
}

.b-delivery__anonce-more {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #e8e9e9;
}

.b-directions {
  -ms-flex: none;
      flex: none;
  margin-bottom: -50px;
}

.b-directions__title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 70px;
}

.b-directions__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-directions__item {
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 527px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
}

.b-directions__img {
  min-width: 126px;
  margin-right: 22px;
}

.b-directions__anonce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  background: #00963d;
  padding: 5px 50px;
  min-height: 98px;
}

.c-form__name {
  margin-bottom: 22px;
}

.c-form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 40px 0 22px;
  text-transform: uppercase;
}

.c-form__text {
  color: #6d6e71;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 27px;
}

.c-form__footer {
  text-align: right;
}

.c-form__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 23px;
}

.c-form__item-title {
  color: #6d6e71;
  width: 150px;
  font-weight: 400;
  padding-right: 5px;
  font-size: 24px;
}

.c-form__item-title span {
  color: #f00;
}

.c-form__item-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.c-form__item--full {
  display: block;
}

.c-form__item--full .c-form__item-title {
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 40px 0 22px;
}

.c-form__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form__part {
  width: 47%;
}

.c-form__agree {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 48px;
}

.c-form__agree span {
  -ms-flex: 1 1;
      flex: 1 1;
  color: #6d6e71;
}

.f-footer {
  padding-top: 30px;
  border-top: 2px solid #e8e9e9;
}

.f-footer__note {
  display: -ms-flexbox;
  display: flex;
  color: #6d6e71;
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}

.f-footer__note:last-child {
  margin-bottom: 0;
}

.f-footer__title {
  display: -ms-flexbox;
  display: flex;
  color: #ec6d1d;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 38px;
}

.f-footer__price {
  color: #000;
  font-weight: 700;
  margin-left: 25px;
  white-space: nowrap;
}

.f-footer--title {
  font-size: 38px;
}

.f-footer__agree {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 72px;
}

.f-footer__agree span {
  -ms-flex: 1 1;
      flex: 1 1;
  color: #6d6e71;
}

.f-footer__agree a {
  color: currentColor;
  text-decoration: underline;
}

.f-footer__agree a:hover {
  text-decoration: none;
}

.f-footer__btn {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.f-footer__btn a {
  background-color: #6d6e71;
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 35px;
  font-size: 17px;
  font-weight: 400;
  margin-right: 25px;
}

.f-footer__btn button {
  background-color: #009c3d;
  padding: 15px 43px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 35px;
  font-size: 17px;
  font-weight: 400;
  border: none;
  outline: none;
}

.f-footer__btn button:hover {
  text-decoration: underline;
}

.b-history {
  position: relative;
  padding-top: 24px;
}

.b-history__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.b-history__block {
  -ms-flex: 1 1;
      flex: 1 1;
  position: relative;
}

.b-history__block:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-right: 1px solid #00963d;
}

.b-history__list {
  width: 76px;
  border-radius: 5px;
  border: 1px solid #00963d;
  padding: 0;
  margin: 0 25px 0 0;
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 90px;
}

.b-history__list a {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.b-history__list a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.b-history__item {
  position: relative;
  margin-bottom: 48px;
}

.b-history__item-content {
  box-shadow: 0 0 0 1px #00963d;
  display: -ms-flexbox;
  display: flex;
}

.b-history__item:nth-child(even) .b-history__item-content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.b-history__item:nth-child(even) .b-history__year:before {
  left: 100%;
}

.b-history__item:nth-child(even) .b-history__header {
  padding-left: 0;
  padding-right: 50%;
  text-align: right;
}

.b-history__part {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-history__part--slider {
  padding: 25px 25px 0;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-history__slider-item {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-history__slider-item img {
  opacity: 0;
}

.b-history .tns-nav {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.b-history .tns-nav button {
  border: none;
  outline: none;
  width: 51px;
  height: 9px;
  background: #6d6e71;
  transition: 0.4s ease all;
  margin: 2px 12px;
}

.b-history .tns-nav button:hover,
.b-history .tns-nav button.tns-nav-active {
  background: #00963d;
}

.b-history__text {
  background-color: #00963d;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 6px 50px 20px;
}

.b-history__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 40px 10px 46px;
}

.b-history__logo img {
  width: 93.4%;
}

.b-history__header {
  padding-left: 50%;
  padding-bottom: 50px;
}

.b-history__year {
  display: inline-block;
  position: relative;
  padding: 8px 18px 18px;
  color: #e66d1d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #00963d;
}

.b-history__year:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: #00963d;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.b-icons__title {
  margin-bottom: 60px;
}

.b-icons__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 100px;
}

.b-icons__item {
  margin: 0 10px 30px 0;
  display: -ms-flexbox;
  display: flex;
}

.b-icons__item img {
  max-height: 100%;
}

.b-info__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-info__item {
  width: 48%;
  background-color: #00963d;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
  min-height: 276px;
}

.b-info__item--full {
  width: 100%;
}

.b-info__image {
  height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-info__image img {
  max-height: 100%;
}

.b-info__text {
  font-size: 24px;
  color: #fff;
}

.b-info__text b {
  font-weight: 700;
}

.b-info__text a {
  color: #fff;
  text-decoration: none;
}

.b-info__text a:hover {
  text-decoration: underline;
}

.b-info__text span {
  color: #ffde17;
}

.b-info__text p {
  margin: 0;
}

.b-links {
  padding-top: 10px;
}

.b-links__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
}

.b-links__title a {
  display: inline-block;
  color: #ec6d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  border: 1px solid #ed772c;
  border-radius: 14px;
  padding: 6px 10px;
  text-decoration: none;
  transition: 0.4s ease all;
  white-space: nowrap;
}

.b-links__title a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ed772c;
}

.b-links__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-links__item {
  width: 44%;
  margin-bottom: 50px;
}

.b-links__link {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 105px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.b-links__link:hover {
  text-decoration: none;
  color: #ec6d1d;
}

.b-links__link:hover .b-links__icon img {
  filter: brightness(125%) hue-rotate(245deg);
  -webkit-filter: brightness(125%) hue-rotate(245deg);
}

.b-links__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-list {
  -ms-flex: none;
      flex: none;
  padding: 10px 0 0;
}

.b-list__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -33px;
}

.b-list__item {
  width: 20%;
  text-align: center;
  color: #6d6e71;
  text-decoration: none;
  margin-bottom: 30px;
}

.b-list__item:hover {
  color: #ec6d1d;
  text-decoration: none;
}

.b-list__item:hover .b-list__hover {
  opacity: 1;
}

.b-list__item-img {
  height: 165px;
  border-radius: 100%;
  width: 165px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 35px;
  position: relative;
}

.b-list__item-img img {
  width: 100%;
  height: 100%;
}

.b-list__hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease ll;
}

.b-list__item-text {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.b-offer__content {
  position: relative;
  padding: 30px 60px;
}

.b-offer__title {
  margin-left: -60px;
  margin-right: -60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-offer__title a {
  display: inline-block;
  color: #ec6d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  border: 1px solid #ed772c;
  border-radius: 14px;
  padding: 6px 10px;
  text-decoration: none;
  transition: 0.4s ease all;
  white-space: nowrap;
}

.b-offer__title a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ed772c;
}

.b-offer__slider {
  display: -ms-flexbox;
  display: flex;
}

.b-offer__slider-item {
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 24px 20px;
}

.b-offer__image {
  overflow: hidden;
  position: relative;
  height: 260px;
  background-position: 50% 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-overflow-scrolling: touch;
  background-size: 100% 100%;
}

.b-offer__image > img {
  opacity: 0;
}

.b-offer__icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  font-size: 0;
}

.b-offer__labels {
  position: absolute;
  right: -50px;
  top: 95px;
  width: 200px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.b-offer__label {
  color: #fff;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background-color: #cdced0;
  margin-bottom: 5px;
}

.b-offer__label--news {
  background-color: #8dc63f;
}

.b-offer__label--hit {
  background-color: #ef4136;
}

.b-offer__name {
  background-color: #cdced0;
  height: 80px;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}

.b-offer__bottom {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 20px 10px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.b-offer__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.13;
  padding-bottom: 20px;
}

.b-offer__more {
  margin-top: auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 103px;
  height: 32px;
  text-decoration: none;
  box-shadow: 0 0 0 1px inset #cdced0;
  border-radius: 16px;
  transition: 0.4s ease all;
  color: #a7a9ac;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.b-offer__item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #231f20;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid #cdced0;
  transition: 0.4s ease all;
}

.b-offer__item:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.b-offer__item:hover .b-offer__more {
  color: #000;
  background-color: #ffde17;
  box-shadow: 0 0 0 1px inset #ffde17;
  text-decoration: underline;
}

.b-offer__item:hover .b-offer__more:hover {
  text-decoration: none;
}

.b-offer__item:hover .b-offer__price {
  color: #fff;
}

.b-offer__item:hover .b-offer__amount input {
  color: #fff;
}

.b-offer__item--green .b-offer__name {
  background-color: #01772b;
}

.b-offer__item--green:hover {
  border-color: #009c3d;
  background-color: #009c3d;
  color: #fff;
}

.b-offer__item--orange .b-offer__name {
  background-color: #c44f0e;
}

.b-offer__item--orange:hover {
  border-color: #ec6d1d;
  background-color: #ec6d1d;
  color: #fff;
}

.b-offer__controls {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b-offer__controls li {
  border: none;
  outline: none;
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 0;
  top: 47%;
  cursor: pointer;
}

.b-offer__controls li:before,
.b-offer__controls li:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #0fa248;
  margin-left: -10px;
}

.b-offer__controls li:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -7px;
}

.b-offer__controls li:after {
  margin-top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.b-offer__controls li.prev {
  left: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-offer__controls li.next {
  right: -50px;
}

.b-offer__aside {
  width: 31.3%;
  margin-right: 4.2%;
}

.b-offer__price {
  color: #231f20;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: auto 0 0;
  transition: 0.4s ease all;
}

.b-offer__amount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 115px;
  margin: 15px 0;
}

.b-offer__amount input {
  border: none;
  outline: none;
  background: transparent;
  height: 21px;
  width: 75px;
  padding: 0 5px;
  text-align: center;
  -moz-appearance: textfield;
  transition: 0.4s ease all;
}

.b-offer__amount input::-webkit-outer-spin-button,
.b-offer__amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.b-offer__amount-button {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #adadaf;
  transition: 0.4s ease all;
}

.b-offer__amount-button:before,
.b-offer__amount-button:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #adadaf;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -4px;
}

.b-offer__amount-button--plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.b-offer__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 45px;
  position: relative;
}

.b-offer__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 1px solid #009c3d;
  border-radius: 12px;
  padding: 6px 25px;
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  transition: 0.4s ease all;
}

.b-offer__link:hover,
.b-offer__link.active {
  background-color: #009c3d;
  color: #fff;
}

.b-offer__search {
  -ms-flex: 1 1;
      flex: 1 1;
  max-width: 300px;
  height: 27px;
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 0 0 0 1px #009c3d;
  border-radius: 12px;
  background-color: #fff;
}

.b-offer__search-button {
  display: none;
}

.b-offer__search input {
  height: auto;
  border: none;
  background: transparent;
  padding: 0 13px;
  -ms-flex: 1 1;
      flex: 1 1;
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.b-offer__search button {
  width: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
}

.b-offer__search .svg-icon {
  width: 12px;
  height: 12px;
  fill: #009c3d;
}

.b-offer--catalog {
  display: -ms-flexbox;
  display: flex;
}

.b-offer--catalog .b-offer__content {
  padding: 0;
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-offer--catalog .b-offer__slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5.5%;
}

.b-offer--catalog .b-offer__slider-item {
  width: 33.33%;
  padding: 0 0 50px 5.5%;
}

.b-offer--catalog .b-offer__text {
  margin: 0 -10px;
  padding: 0 10px 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d6d8;
}

.b-offer--catalog .b-offer__more {
  width: 100%;
  max-width: 176px;
}

.b-offer--catalog .b-offer__image {
  height: 200px;
}

.b-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 14px 5px 14px 55px;
  position: relative;
  background-color: #ec6d1d;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 28px;
  margin-left: 55px;
  /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
}

.b-link img {
  position: absolute;
  max-width: 28px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 40px;
}

.b-product__slider-wrap {
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

.b-product__slider {
  display: -ms-flexbox;
  display: flex;
}

.b-product__part--slider {
  -ms-flex: 1 1;
      flex: 1 1;
  position: relative;
}

.b-product__part--slider:before {
  content: '';
  display: block;
  background: url("../img/loop.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  position: absolute;
  pointer-event: none;
}

.b-product__item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: url("../img/loop.png"), auto;
}

.b-product__item:before {
  content: '';
  display: block;
  height: 490px;
}

.b-product__item img {
  opacity: 0;
}

.b-product__thumbnails {
  list-style-type: none;
  padding: 0;
  margin: 35px 0 0;
}

.b-product__thumbnails li {
  outline: none;
}

.b-product__thumbnails li span {
  display: block;
  height: 100px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.b-product__thumbnails li span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0;
  transition: linear all 0.5s;
}

.b-product__thumbnails .tns-nav-active span:before {
  opacity: 0.2;
}

.b-product .tns-controls button {
  border: none;
  background: transparent;
  outline: none;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: 33px;
  z-index: 3;
}

.b-product .tns-controls button[data-controls="prev"] {
  left: -40px;
}

.b-product .tns-controls button[data-controls="next"] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -40px;
}

.b-product .tns-controls button[disabled] {
  opacity: 0;
}

.b-product .tns-controls svg {
  fill: #6d6e71;
}

.b-product__info {
  width: 500px;
  margin-left: 50px;
  box-shadow: inset 0 0 0 1px #01772b;
  text-align: center;
}

.b-product__info-content {
  padding: 12px 20px;
}

.b-product__title {
  color: #6d6e71;
  font-size: 14px;
  margin-bottom: 6px;
}

.b-product__text {
  color: #000;
  font-size: 16px;
  margin-bottom: 14px;
}

.b-product__price {
  margin-bottom: 10px;
  font-weight: 400;
}

.b-product__amount {
  width: 115px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 17px;
}

.b-product__amount input {
  -ms-flex: 1 1;
      flex: 1 1;
  height: auto !important;
  border: none;
  padding: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.b-product__amount input::-webkit-outer-spin-button,
.b-product__amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.b-product__amount a {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px #000;
  position: relative;
}

.b-product__amount a:before,
.b-product__amount a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -4px;
}

.b-product__amount a.plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.b-product__name {
  background-color: #01772b;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0;
}

.b-production__title {
  margin-bottom: 60px;
}

.b-production__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-production__header-item {
  padding-bottom: 30px;
  width: 49%;
  display: -ms-flexbox;
  display: flex;
}

.b-production__header-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-production__header-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 26px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.b-production__header-title a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #ec6d1d;
  font-size: 14px;
  min-width: 100px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  border: 1px solid #ed772c;
  border-radius: 14px;
  padding: 6px 10px;
  text-decoration: none;
  transition: 0.4s ease all;
  white-space: nowrap;
  margin-left: 40px;
}

.b-production__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  padding: 3px 0;
  margin-bottom: 18px;
}

.b-production__link img {
  width: 18px;
  min-width: 18px;
  margin-right: 30px;
}

.b-production__image {
  width: 39%;
  padding-right: 10px;
}

.b-production__content {
  border: 1px solid #ec6d1d;
  padding: 40px 40px 10px;
}

.b-production__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-production__item {
  width: 50%;
  padding-right: 30px;
  margin-bottom: 30px;
}

.b-production__item a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.b-production__item a:hover {
  text-decoration: underline;
}

.b-production__item a:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-color: #ec6d1d;
  min-width: 17px;
  margin-right: 40px;
}

.b-production__block {
  display: none;
}

.b-search__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 40px;
  padding-bottom: 25px;
}

.b-search__btn {
  margin-right: 45px;
}

.b-search__btn .btn2 {
  min-width: 250px;
  height: 50px;
  background: #ec551d;
  background: linear-gradient(0deg, #ec551d 0%, #ee7a31 100%);
  border-top: 2px solid #f9c778;
  border-bottom: 2px solid #ad2b09;
}

.b-search__search {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-right: 45px;
}

.b-search__search form {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #009c3d;
  border-radius: 35px;
  padding: 3px 15px 3px 5px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-search__search form input {
  border: none;
  width: auto;
  padding: 0;
  margin-left: 10px;
  font-size: 13px;
  height: 100%;
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-search__search form .svg-icon {
  width: 20px;
  height: 20px;
}

.b-search__search form button {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.b-search__user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 40px;
}

.b-search__item-icon {
  margin-right: 30px;
  font-size: 0;
  line-height: 0;
}

.b-search__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
}

.b-search__text a {
  display: inline-block;
  color: #6d6e71;
  padding: 2px;
  text-decoration: underline;
}

.b-search__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 80px;
}

.b-search__numbers {
  font-size: 14px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-search__numbers a {
  color: #1c75bc;
  text-decoration: underline;
}

.b-search__numbers a:hover {
  text-decoration: none;
}

.b-search__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-search__item:last-child {
  margin-right: 0;
}

.b-search__item a {
  font-size: 15px;
  font-weight: 400;
  color: #6d6e71;
  text-decoration: underline;
}

.b-search__item a:hover {
  text-decoration: none;
}

.b-search__item .svg-icon {
  margin-right: 15px;
  width: 19px;
  height: 12px;
}

.b-social {
  padding: 25px 0;
}

.b-social__title {
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
}

.b-social__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0;
}

.b-social a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
}

.b-stock {
  -ms-flex: none;
      flex: none;
}

.b-stock__title {
  color: #000;
  font-family: "PT Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 73px;
}

.b-stock__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-stock__img {
  max-width: 600px;
  width: 100%;
}

.b-stock__text {
  max-width: 548px;
  width: 100%;
}

.b-stock__text-items {
  margin-bottom: 50px;
}

.b-stock__text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.b-stock__text ul li {
  color: #00963d;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.24px;
  position: relative;
  padding-left: 38px;
  margin-bottom: 21px;
}

.b-stock__text ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ec6d1d;
}

.b-tabs {
  padding: 30px 0;
}

.b-tabs__item {
  margin-bottom: 40px;
}

.b-tabs__link {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0 10px 76px;
  position: relative;
}

.b-tabs__link:hover {
  text-decoration: none;
}

.b-tabs__link:not(.is-link):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  margin-left: 20px;
  border-color: transparent transparent transparent #000;
}

.b-tabs__link.is-opened {
  color: #ec6d1d;
}

.b-tabs__link.is-opened:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.b-tabs__link.is-opened .b-tabs__icon img {
  filter: brightness(125%) hue-rotate(245deg);
  -webkit-filter: brightness(125%) hue-rotate(245deg);
}

.b-tabs__icon {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-tabs__icon img {
  max-height: 100%;
}

.b-tabs__content {
  margin-top: 50px;
  border-left: 5px solid #ec6d1d;
  padding: 20px 0 20px 50px;
  display: none;
}

.b-tips {
  padding: 80px 0;
}

.b-tips__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-tips__part {
  width: 48%;
  margin-bottom: 100px;
}

.b-tips__title {
  line-height: 1.5;
  margin-bottom: 50px;
}

.b-tips__item {
  display: -ms-flexbox;
  display: flex;
  background-color: #009c3d;
}

.b-tips__image {
  -ms-flex: 1 1;
      flex: 1 1;
  min-height: 326px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 10px;
  background-color: #e66d1d;
}

.b-tips__image img {
  max-height: 100%;
}

.b-tips__list {
  width: 305px;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.b-tips__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.29;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s ease all;
  padding: 6px 18px;
  border-radius: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.b-tips__link:hover {
  color: #e66d1d;
  box-shadow: inset 0 0 0 1px #e66d1d;
  background-color: #fff;
  text-decoration: none;
}

.b-tips__more {
  width: 169px;
  height: 41px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  background-color: #ffde17;
  border-radius: 18px;
  color: #231f20;
}

.b-tips__more:hover {
  text-decoration: none;
}

.b-topMenu {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.b-topMenu__button {
  display: none;
}

.b-topMenu__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-topMenu__inner .sub-menu-trigger {
  right: auto;
  width: 38px;
}

.b-topMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  background: #fff1ce;
  border-radius: 26px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
}

.b-topMenu ul li {
  width: 200px;
  -ms-flex: 1 1;
      flex: 1 1;
  position: relative;
  display: inline-block;
}

.b-topMenu ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #cbcdce;
}

.b-topMenu ul li:first-child:before {
  content: none;
}

.b-topMenu ul li a {
  color: #231f20;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
  text-align: center;
}

.b-topMenu ul li a:hover,
.b-topMenu ul li a.active {
  background: #00963d;
  color: #fff;
}

.b-topMenu--folder .b-topMenu__inner li {
  width: 100%;
  text-align: left;
}

.b-topMenu--folder .b-topMenu__inner li:before {
  content: none;
}

.b-topMenu--folder .b-topMenu__inner ul {
  margin: 0;
  border-radius: 0;
}

.b-topMenu--folder .b-topMenu__inner a {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  background-color: #fff1ce;
  border-radius: 0;
  border: none;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list {
  box-shadow: 0 5px 10px rgba(255,255,255,0.2);
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list .sub-menu-trigger {
  left: 20px;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > a,
.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > .sub-menu-trigger {
  display: none;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul {
  display: block;
  padding: 26px 0 50px;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > a {
  padding: 4px 45px 14px 55px !important;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > a:before {
  content: '';
  display: block;
  margin-bottom: 12px;
  /*border-top: 1px solid #9a9582;*/
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > a:hover {
  color: #000;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li:last-child > a {
  padding-bottom: 0;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li:last-child > a:after {
  content: '';
  display: block;
  margin-top: 12px;
  /*border-top: 1px solid #9a9582;*/
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul {
  overflow: visible;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul .sub-menu-trigger {
  top: -6px;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul a {
  font-size: 16px;
  padding: 11px 0 11px 63px !important;
  font-weight: 400;
  transition: none;
  border: none;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul a:hover {
  background-color: #ec6d1d !important;
  color: #fff;
  box-shadow: 100px 0 0 #ec6d1d, -100px 0 0 #ec6d1d;
}

.b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul > li > ul > li > a {
  padding-left: 73px !important;
}

.manufacture {
  -ms-flex: none;
      flex: none;
  padding-top: 20px;
  margin-bottom: 52px;
}

.manufacture h1 {
  margin-bottom: 60px;
}

.manufacture__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.manufacture__text {
  max-width: 550px;
  width: 100%;
}

.manufacture__text-title {
  color: #231f20;
  font-size: 28px;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-bottom: 52px;
}

.manufacture__items {
  max-width: 551px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.manufacture__items .h1 {
  margin-bottom: 40px;
}

.manufacture__items-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.manufacture__anonce {
  line-height: 1.6;
}

.manufacture__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
}

.manufacture__item:last-child {
  margin-bottom: 0;
}

.manufacture__item-img {
  width: 101px;
  margin-right: 24px;
}

.manufacture__item-title {
  color: #fff;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  background: #00963d;
  padding: 15px 23px;
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 1;
      flex: 1 1;
  width: 100%;
}

.p-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 40px;
}

.p-form__button {
  min-width: 150px;
}

.p-form__footer {
  text-align: center;
  width: 100%;
  padding-top: 60px;
}

.p-form__agree {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.p-form__agree span {
  -ms-flex: 1 1;
      flex: 1 1;
}

.p-form__agree a {
  color: currentColor;
  text-decoration: underline;
}

.p-form__agree a:hover {
  text-decoration: none;
}

.p-form__note {
  width: 100%;
}

.p-form__item {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
}

.p-form__item-title {
  color: #000;
  width: 163px;
  font-weight: 400;
  padding-right: 5px;
  font-size: 24px;
}

.p-form__item-title span {
  color: #f00;
}

.p-form__item-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.p-form__item--full {
  display: block;
  width: 100%;
}

.p-form__item--full .p-form__item-title {
  width: auto;
  margin: 0 0 12px;
}

.p-form input,
.p-form select,
.p-form textarea {
  border-color: #009c3d;
}

.productionSlider {
  -ms-flex: none;
      flex: none;
  margin-bottom: 73px;
  position: relative;
}

.productionSlider--news {
  margin-bottom: 30px;
}

.productionSlider--news .productionSlider__slider {
  margin-bottom: 25px;
}

.productionSlider__slider {
  margin-bottom: 50px;
}

.productionSlider__item {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}

.productionSlider__item img {
  opacity: 0;
}

.productionSlider__thumbnails {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.productionSlider__thumbnails li span {
  display: block;
  height: 100px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.productionSlider__thumbnails li span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/topslidimg.png") 0 0 no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  opacity: 0.6;
  transition: linear all 0.5s;
}

.productionSlider__thumbnails li span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  transition: linear all 0.5s;
}

.productionSlider__thumbnails .tns-nav-active span:before,
.productionSlider__thumbnails .tns-nav-active span:after {
  opacity: 0;
}

.productionSlider .tns-controls button {
  border: none;
  background: transparent;
  outline: none;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: 33px;
  z-index: 3;
}

.productionSlider .tns-controls button[data-controls="prev"] {
  left: -40px;
}

.productionSlider .tns-controls button[data-controls="next"] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -40px;
}

.productionSlider .tns-controls button[disabled] {
  opacity: 0;
}

.productionSlider .tns-controls svg {
  fill: #6d6e71;
}

.topSlider {
  -ms-flex: none;
      flex: none;
  margin: 0 0 46px;
}

.topSlider__inner {
  position: relative;
}

.topSlider__item {
  height: 425px;
  background-size: cover !important;
  position: relative;
}

.topSlider__info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  padding: 39px 100px 101px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}

.topSlider__info:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/topslidimg.png") 0 0 no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  z-index: -1;
  opacity: 0.8;
}

.topSlider__info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0,0,0,0.4);
}

.topSlider__text {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-align: right;
  min-height: 234px;
}

.topSlider__link {
  color: #231f20;
  font-family: "PT Sans Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  background: #ffde17;
  display: inline-block;
  padding: 13px 34px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  transition: background-color 0.5s, color 0.5s;
}

.topSlider__link:hover {
  background: #ec6d1d;
  color: #fff;
}

.topSlider .tns-controls {
  outline: none;
}

.topSlider .tns-controls svg {
  width: 20px;
  height: 52px;
}

.topSlider .tns-controls button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  position: absolute;
  top: 202px;
  left: 39px;
  z-index: 1;
}

.topSlider .tns-controls button:last-child {
  position: absolute;
  top: 200px;
  right: 42px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topSlider .tns-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topSlider .tns-nav button {
  height: 7px;
  width: 100px;
  background: #009c3d;
  outline: none;
  border: none;
  margin: 2px 25px;
}

.topSlider .tns-nav button:hover {
  background: #ec6d1d;
}

.topSlider .tns-nav-active {
  background: #ec6d1d !important;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (min-width: 1025px) {
  .b-product__thumbnails li:hover span:before,
  .b-product__thumbnails li:hover span:after {
    opacity: 0;
  }

  .b-production__header-title a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ed772c;
  }

  .b-production__link:hover,
  .b-production__link.is-opened {
    color: #ef7c46;
  }

  .b-production__link:hover img,
  .b-production__link.is-opened img {
    filter: brightness(125%) hue-rotate(245deg);
    -webkit-filter: brightness(125%) hue-rotate(245deg);
  }

  .productionSlider__thumbnails li:hover span:before,
  .productionSlider__thumbnails li:hover span:after {
    opacity: 0;
  }
}

@media (min-width: 1281px) {
  .b-aside-menu-btn {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 1320px) {
  .topSlider {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (max-width: 1280px) {
  .app-header__mainMenu {
    display: none;
  }

  .app-header__basket {
    margin-right: 122px;
  }

  .b-about__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-about__text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .b-about__img {
    background-position: 100% 50%;
    background-size: cover;
    width: 100%;
  }

  .b-about__note {
    margin-bottom: 20px;
  }

  .b-about__btn {
    padding: 0;
  }
}

@media screen and (max-width: 1280px) {
  .b-complex {
    padding-bottom: 120px;
  }

  .b-complex__part--new {
    display: none;
  }

  .b-production__header-title a {
    margin-left: 10px;
  }

  .b-tips {
    padding: 35px 0;
  }

  .b-tips__part {
    width: 100%;
    margin-bottom: 40px;
  }

  .b-tips__list {
    width: 50%;
  }

  .b-tips br {
    display: none;
  }

  .b-tips__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1225px) {
  .b-awards {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .app-footer__botMenu {
    -ms-flex: 1 1;
        flex: 1 1;
    margin: 0 -40px 0 0;
  }

  .app-footer__contacts {
    width: 48.4%;
  }

  .aboutText__inner {
    display: block;
  }

  .aboutText__left,
  .aboutText__right {
    -ms-flex: none;
        flex: none;
    max-width: 100%;
  }

  .aboutText__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .aboutText__right p {
    padding: 0;
  }

  img.aboutText__image {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    margin: 30px 0 0;
  }

  .b-companysNews__item-text {
    background: #009c3d;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }

  .b-companysNews__item-date,
  .b-companysNews__item-title,
  .b-companysNews__item-anonce {
    color: #fff;
  }

  .b-companysNews__item-link span {
    color: #231f20;
    background: #ffde17;
    border: 1px solid #ffde17;
  }

  .b-companysNews__title {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .b-companysNews__title a {
    margin-top: 40px;
  }

  .b-companysNews__title a {
    background-color: #ed772c;
    color: #fff;
  }

  .b-contacts__part {
    width: 100%;
  }

  .b-contacts__content {
    display: block;
    text-align: center;
  }

  .b-directions__item {
    max-width: none;
    width: 100%;
    margin-bottom: 65px;
  }

  .b-directions__title {
    margin-bottom: 50px;
  }

  .b-directions__anonce {
    min-height: 149px;
    font-size: 26px;
    line-height: 1.38;
    padding: 10px 117px;
  }

  .b-directions__img {
    min-width: 185px;
    margin-right: 30px;
  }

  .b-directions__img img {
    width: 100%;
  }

  .c-form {
    display: none;
  }

  .c-form--order {
    display: block;
  }

  .c-form__part {
    width: 100%;
  }

  .c-form__part--address,
  .c-form__part--contacts {
    -ms-flex-order: -2;
        order: -2;
  }

  .c-form__part--region {
    -ms-flex-order: -1;
        order: -1;
  }

  .c-form__part--payment {
    -ms-flex-order: -1;
        order: -1;
  }

  .b-history__content {
    display: block;
    position: relative;
  }

  .b-history__list {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 2px);
    top: 70px;
    margin: 0 -1px;
    background-color: #fff;
    z-index: 4;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .b-history__list a {
    height: 40px;
  }

  .b-history__text {
    font-size: 16px;
    padding: 10px 20px;
  }

  .b-history__year {
    font-size: 32px;
  }

  .b-icons__item img {
    max-height: 80px;
  }

  .b-links__title a {
    background-color: #ed772c;
    color: #fff;
  }

  .b-links__link {
    font-size: 21px;
    padding-left: 100px;
  }

  .b-offer__header {
    padding-bottom: 35px;
  }

  .b-offer__content {
    padding: 30px 0;
  }

  .b-offer__title {
    margin-left: 0;
    margin-right: 0;
  }

  .b-offer__title a {
    background-color: #ed772c;
    color: #fff;
  }

  .b-offer .b-offer__more {
    color: #000;
    background-color: #ffde17;
    box-shadow: 0 0 0 1px inset #ffde17;
    text-decoration: underline;
  }

  .b-offer .b-offer__more:hover {
    text-decoration: none;
  }

  .b-offer__price {
    color: #fff;
  }

  .b-offer__amount input {
    color: #fff;
  }

  .b-offer__item {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }

  .b-offer__item--green {
    border-color: #009c3d;
    background-color: #009c3d;
    color: #fff;
  }

  .b-offer__item--green .b-offer__name {
    background-color: #01772b;
  }

  .b-offer__item--orange {
    border-color: #ec6d1d;
    background-color: #ec6d1d;
    color: #fff;
  }

  .b-offer__item--orange .b-offer__name {
    background-color: #c44f0e;
  }

  .b-offer--catalog {
    display: block;
  }

  .b-offer__aside {
    display: block;
    width: 100%;
    margin: 0;
  }

  .b-link {
    width: 48.8%;
  }

  .b-link-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 22px;
    padding-left: 55px;
  }

  .b-product {
    display: block;
  }

  .b-product__slider {
    margin-bottom: 30px;
  }

  .b-product__info {
    margin: 50px 0 0;
    width: 100%;
  }

  .b-production__image {
    width: 145px;
    padding-right: 25px;
  }

  .b-production__header {
    padding-bottom: 40px;
  }

  .b-production__header-title {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .b-production__header-title a {
    margin: 16px 0 0;
  }

  .b-production__header-item {
    -ms-flex-align: center;
        align-items: center;
  }

  .b-production__header-item--orange .b-production__link {
    color: #ef7c46;
  }

  .b-production__header-item--orange .b-production__link img {
    filter: brightness(125%) hue-rotate(245deg);
    -webkit-filter: brightness(125%) hue-rotate(245deg);
  }

  .b-production__header-item--orange .b-production__header-title a {
    background-color: #ec6d1d;
    color: #fff;
    border-color: #ec6d1d;
  }

  .b-production__header-item--green .b-production__link {
    color: #009c3d;
  }

  .b-production__header-item--green .b-production__header-title a {
    background-color: #009c3d;
    color: #fff;
    border-color: #009c3d;
  }

  .b-production__link {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .b-production__content {
    border: none;
    padding: 0;
    position: relative;
    margin-bottom: 50px;
  }

  .b-production__content:before {
    content: '';
    height: 1px;
    background-color: #d1d3d4;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 100px 0 0 #d1d3d4, -100px 0 0 #d1d3d4;
  }

  .b-production__item {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .b-production__item a {
    display: block;
    padding: 13px 0;
    position: relative;
  }

  .b-production__item a:before {
    width: 100%;
    height: 1px;
    background-color: #d1d3d4;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 100px 0 0 #d1d3d4, -100px 0 0 #d1d3d4;
  }

  .b-stock {
    padding-bottom: 60px;
  }

  .b-stock__content {
    display: block;
  }

  .b-stock__title {
    margin-bottom: 60px;
  }

  .b-stock__img {
    max-width: none;
    margin-bottom: 45px;
  }

  .b-stock__img img {
    width: 100%;
  }

  .b-stock__text {
    max-width: none;
  }

  .b-tabs__content {
    margin-top: 30px;
    padding: 0;
    border: none;
  }

  .b-tabs__item {
    margin-bottom: 45px;
  }

  .b-topMenu.is-opened ul {
    opacity: 1;
    visibility: visible;
  }

  .b-topMenu.is-opened .b-topMenu__button-icon2 {
    opacity: 1;
  }

  .b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > a {
    padding-left: 30px !important;
    padding-right: 0 !important;
  }

  .b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list .sub-menu-trigger {
    left: 0;
  }

  .b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul a {
    padding-left: 30px !important;
  }

  .b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul a:hover {
    background-color: transparent !important;
    color: #000;
  }

  .b-topMenu--folder .b-topMenu__inner > ul.aside-nav-list > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px !important;
  }

  .b-topMenu ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0;
    display: block;
    z-index: 10;
    overflow: inherit;
    background-color: #fff1ce;
    box-shadow: 100px 0 0 #fff1ce, -100px 0 0 #fff1ce !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
    -webkit-overflow-scrolling: touch;
  }

  .b-topMenu ul li {
    display: block;
    width: 100%;
  }

  .b-topMenu ul li:before {
    position: static;
    height: 1px;
    display: block;
    border: none;
    width: 100%;
    background-color: #d1d3d4;
    box-shadow: 100px 0 0 #d1d3d4, -100px 0 0 #d1d3d4;
  }

  .b-topMenu ul li a:hover,
  .b-topMenu ul li a.active {
    box-shadow: 100px 0 0 #00963d, -100px 0 0 #00963d;
  }

  .b-topMenu__button {
    display: block;
    background-color: #fff1ce;
    box-shadow: 100px 0 0 #fff1ce, -100px 0 0 #fff1ce;
    height: 77px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    text-transform: uppercase;
  }

  .b-topMenu__button-icon {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 53px;
    height: 33px;
    border-top: 3px solid #ec6d1d !important;
    border-bottom: 3px solid #ec6d1d !important;
    position: relative;
  }

  .b-topMenu__button-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 3px;
    background: #ec6d1d;
  }

  .b-topMenu__button-icon2 {
    z-index: 150;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    opacity: 0;
    transition: 0.4s ease all;
  }

  .b-topMenu__button-icon2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-top: -2px;
    margin-left: -15px;
    height: 3px;
    background: #ec6d1d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .b-topMenu__button-icon2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-top: -2px;
    margin-left: -15px;
    height: 3px;
    background: #ec6d1d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .manufacture h1 {
    margin-bottom: 40px;
  }

  .manufacture__content {
    display: block;
  }

  .manufacture__text {
    max-width: none;
    margin-bottom: 60px;
  }

  .manufacture__text-title {
    margin-bottom: 40px;
  }

  .manufacture__text-title br {
    display: none;
  }

  .manufacture__items {
    margin-top: 0;
    padding-bottom: 25px;
    max-width: none;
  }

  .manufacture__item-img {
    width: 160px;
    margin-right: 38px;
  }

  .manufacture__item-img img {
    width: 100%;
  }

  .manufacture__item-title {
    font-size: 28px;
    padding: 15px 38px;
    min-height: 155px;
  }

  .p-form__item {
    width: 100%;
    display: block;
  }

  .p-form__item-title {
    width: auto;
    margin: 0 0 12px;
  }

  .productionSlider__slider {
    margin-bottom: 30px;
  }

  .topSlider__info {
    padding: 45px 100px 45px 10px;
    width: 53.4%;
    min-width: 440px;
  }
}

@media (max-width: 1024px) {
  .b-achievementsText {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .b-companysNews__items:not(.b-companysNews__items--slider):not(.b-companysNews__items--slider2):after,
  .b-companysNews__item {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
  }

  .b-companysNews__item-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .b-companysNews__item-anonce {
    font-size: 15px;
  }

  .b-list__items {
    margin: 0 -20px;
  }

  .b-list__item {
    width: 33.33%;
    min-width: 190px;
    margin-bottom: 23px;
  }

  .b-list__item-img {
    background-color: #009c3d;
    margin-bottom: 23px;
  }

  .b-list__hover {
    opacity: 1;
  }

  .b-list__items {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-search__user {
    display: none;
  }

  .b-search__tel {
    display: none;
  }

  .b-search__langu {
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }

  .b-search__item {
    margin-right: 15px;
  }

  .b-search__search {
    max-width: 344px;
    margin-right: auto;
  }
}

@media screen and (max-width: 940px) {
  .app-footer {
    text-align: center;
    padding: 30px 0 25px;
  }

  .app-footer__info {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .app-footer__botMenu {
    -ms-flex-order: -1;
        order: -1;
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
  }

  .app-footer__contacts {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .app-footer__phones {
    -ms-flex-order: -1;
        order: -1;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app-footer__phones a {
    margin: 0 5px 10px;
  }

  .app-footer__copyright {
    margin-top: 0;
    line-height: 1.2;
  }
}

@media (max-width: 940px) {
  .b-basket__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .b-basket__controls {
    border-right: 1px solid #e8e9e9;
    padding-right: 25px;
    width: 140px;
  }

  .b-basket__text {
    -ms-flex: none;
        flex: none;
    width: calc(100% - 160px);
  }

  .b-basket__1st-price {
    height: 61px;
  }

  .b-basket__1st-price,
  .b-basket__price {
    -ms-flex: 1 1;
        flex: 1 1;
    width: auto;
  }
}

@media (max-width: 860px) {
  .b-brands__content {
    padding-top: 55px;
    padding-bottom: 20px;
  }

  .b-brands__title {
    margin-bottom: 35px;
  }

  .b-brands__item {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-brands__item-img {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  .b-brands__text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .app-header__logo {
    width: 56%;
    -ms-flex: none;
        flex: none;
  }

  .app-header__mobBasketcontainer {
    width: 200px;
  }

  .app__content {
    padding-bottom: 30px !important;
  }

  .site-width {
    padding-left: 40px;
    padding-right: 40px;
  }

  .b-companysNews__title {
    margin-bottom: 30px;
  }

  .b-companysNews__title a {
    margin-top: 30px;
  }

  .b-companysNews__item-url {
    max-width: 380px;
    margin: 0 auto;
  }

  .b-companysNews__controls li {
    top: 58%;
  }

  .b-companysNews__controls li.prev {
    left: -20px;
  }

  .b-companysNews__controls li.next {
    right: -20px;
  }

  .b-action__image {
    display: none;
  }

  .b-contacts__map {
    height: 350px;
  }

  .b-directions__item {
    margin-bottom: 40px;
  }

  .b-directions__title {
    margin-bottom: 50px;
  }

  .b-directions__anonce {
    min-height: 101px;
    font-size: 18px;
    line-height: 1.38;
    padding: 10px 36px;
  }

  .b-directions__img {
    min-width: 126px;
    margin-right: 23px;
  }

  .b-directions__img img {
    width: 100%;
  }

  .b-history__part--slider {
    padding: 10px 10px 0;
  }

  .b-history .tns-nav {
    height: 30px;
  }

  .b-history .tns-nav button {
    width: 10px;
    height: 2px;
    margin: 2px 4px;
  }

  .b-history__text {
    padding: 10px;
    font-size: 14px;
  }

  .b-history__item {
    margin-bottom: 30px;
  }

  .b-icons__item img {
    max-height: 50px;
    max-width: 100px;
  }

  .b-icons__items {
    padding-bottom: 50px;
  }

  .b-links__title {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 50px;
  }

  .b-links__title a {
    margin-top: 20px;
  }

  .b-links__item {
    width: 100%;
  }

  .b-offer__search {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: none;
    height: 28px;
    overflow: hidden;
    width: 0;
    transition: 0.4s ease all;
    -webkit-overflow-scrolling: touch;
  }

  .b-offer__search.is-opened {
    width: calc(100% - 44px);
  }

  .b-offer__search-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 36px;
    height: 28px;
    background-color: #009c3d;
    border-radius: 12px;
    position: relative;
  }

  .b-offer__search-button .svg-icon {
    width: 12px;
    height: 12px;
    fill: #fff;
  }

  .b-offer__search-button.is-opened .svg-icon {
    opacity: 0;
  }

  .b-offer__search-button.is-opened:before,
  .b-offer__search-button.is-opened:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background-color: #fff;
  }

  .b-offer__search-button.is-opened:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .b-offer__search-button.is-opened:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .b-offer--catalog .b-offer__slider-item {
    width: 50%;
  }

  .b-offer__title {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 20px;
  }

  .b-offer__title a {
    margin-top: 20px;
  }

  .b-offer__content {
    padding-bottom: 80px;
  }

  .b-offer__slider-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-offer__controls li {
    top: auto;
    bottom: 10px;
  }

  .b-offer__controls li.prev {
    left: auto;
    right: 50%;
    margin: 10px;
  }

  .b-offer__controls li.next {
    right: auto;
    left: 50%;
    margin: 10px;
  }

  .b-link {
    width: 100%;
  }

  .b-product__item:before {
    height: 280px;
  }

  .b-production__header-item {
    width: 100%;
  }

  .b-production__image {
    width: 46.4%;
    padding-right: 10px;
  }

  .b-production__header {
    padding-bottom: 10px;
  }

  .b-tips__link {
    font-size: 21px;
  }

  .manufacture__item {
    margin-bottom: 25px;
  }

  .manufacture__item-img {
    width: 30%;
    max-width: 100px;
    margin-right: 24px;
  }

  .manufacture__item-title {
    font-size: 16px;
    padding: 15px 24px;
    min-height: 101px;
  }

  .p-form__item {
    margin-bottom: 20px;
  }

  .p-form__item-title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .topSlider {
    margin-left: -40px;
    margin-right: -40px;
  }

  .topSlider__info {
    width: 100%;
    min-width: 1px;
    max-width: none;
  }

  .topSlider .tns-nav button {
    width: 90px;
    height: 4px;
    margin: 2px 20px;
  }
}

@media (max-width: 768px) {
  .app-header__basket {
    margin-right: auto;
  }

  .b-aside-menu__head {
    padding: 15px 35px;
  }

  .b-aside-menu__phones {
    padding: 30px 35px;
  }

  .sub-menu-trigger {
    left: 0;
  }

  .aside-nav-list > li > a {
    padding: 10px 35px 9px;
  }

  .aside-nav-list > li > ul li a {
    padding: 10px 35px 11px;
  }

  .b-about__item {
    width: 50%;
    margin-bottom: 15px;
  }

  .b-awards h1,
  .b-awards .h1 {
    margin-bottom: 20px;
  }

  .b-awards__items {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-awards__item {
    max-width: 28%;
    margin-bottom: 25px;
  }

  .b-delivery h1 {
    margin-bottom: 30px;
  }

  .b-delivery__img {
    margin-bottom: 40px;
  }

  .b-delivery__title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .b-delivery__greenTitle {
    font-size: 20px;
  }

  .b-delivery__anonce {
    margin-bottom: 30px;
  }
}

@media (max-width: 762px) {
  .b-list__item-img {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 680px) {
  .b-search__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .b-search__btn {
    -ms-flex-order: -1;
        order: -1;
    margin-bottom: 20px;
    margin-right: 15px;
  }

  .b-search__btn .btn2 {
    font-size: 14px;
  }

  .b-search__user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -1;
        order: -1;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .b-search__item-icon {
    margin-right: 10px;
  }

  .b-search__search {
    max-width: 324px;
    width: 100%;
    -ms-flex: none;
        flex: none;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .b-companysNews__items:not(.b-companysNews__items--slider):not(.b-companysNews__items--slider2):after,
  .b-companysNews__item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

@media screen and (max-width: 640px) {
  .b-history__item-content {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .b-history__part {
    width: 100%;
  }

  .b-history__part--slider {
    -ms-flex-order: -1;
        order: -1;
  }

  .b-history__block:before {
    left: -1px;
    top: 58px;
  }

  .b-history__header {
    padding: 0 0 40px !important;
    text-align: left !important;
  }

  .b-history__year:before {
    left: 100%;
  }

  .b-history__text {
    font-size: 16px;
    padding: 30px 20px;
  }

  .b-history__list {
    margin-bottom: 20px;
  }

  .b-history__list a {
    font-size: 12px;
  }
}

@media screen and (max-width: 560px) {
  .app-footer__botMenu {
    max-width: 360px;
    text-align: center;
  }

  .app-footer__botMenu > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app-footer__botMenu > ul > li {
    width: 50%;
    padding: 0;
  }

  .app-header {
    height: 70px;
  }

  .app-header__fixBlock {
    height: 70px;
  }

  .app-header__fixBlock.isScroll {
    height: 70px;
  }

  .app-header__mobBasketcontainer {
    width: auto;
  }

  .app-header__menu-button {
    width: 40px;
    height: 25px;
  }

  .app-header__basket-icon {
    margin-right: 20px;
  }

  .app-header__basket-icon .svg-icon {
    width: 30px;
    height: 30px;
  }

  .app-header__basket-button {
    display: none;
  }

  .b-aside-menu__head {
    margin-bottom: 0;
  }

  .b-aside-menu__logo-link {
    width: 56%;
  }

  .aside-nav-list {
    margin: 0;
    padding: 0;
  }

  .site-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }

  .aboutText {
    margin-bottom: 50px;
  }

  .aboutText__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .b-companysNews {
    margin-left: -20px;
    margin-right: -20px;
  }

  .b-companysNews__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-companysNews__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-companysNews__title {
    position: relative;
  }

  .b-companysNews__controls li {
    z-index: 4;
    top: auto;
    bottom: -10px;
  }

  .b-companysNews__controls li.prev {
    left: auto;
    right: 60px;
  }

  .b-companysNews__controls li.next {
    right: 0;
  }

  .b-complex {
    padding-bottom: 100px;
  }

  .b-action__title {
    font-size: 24px;
  }

  .b-action__info {
    min-height: 300px;
    padding: 30px 10px;
  }

  .b-action__note {
    margin-bottom: 30px;
  }

  .b-contacts__item {
    font-size: 18px;
  }

  .b-directions__item {
    margin-bottom: 40px;
  }

  .b-directions__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .b-directions__anonce {
    min-height: 81px;
    font-size: 14px;
    padding: 6px 20px;
  }

  .b-directions__img {
    min-width: 1px;
    width: 30%;
    margin-right: 10px;
  }

  .b-directions__img img {
    width: 100%;
  }

  .c-form__item {
    display: block;
  }

  .f-footer__note {
    font-size: 18px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .f-footer__title {
    font-size: 20px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .f-footer__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .f-footer__btn > * {
    margin: 0 15px 20px !important;
  }

  .b-links__link {
    font-size: 16px;
  }

  .b-offer {
    margin-left: -20px;
    margin-right: -20px;
  }

  .b-offer--catalog {
    margin: 0;
  }

  .b-offer--catalog .b-offer__slider-item {
    width: 100%;
    padding-bottom: 20px;
  }

  .b-offer__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-offer__slider-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-offer__header {
    padding-bottom: 20px;
  }

  .b-offer__link {
    padding: 6px 10px;
    margin-right: 5px;
    font-size: 12px;
  }

  .b-product__name {
    font-size: 24px;
  }

  .b-product__slider {
    margin-bottom: 10px;
  }

  .b-product .tns-controls button[data-controls="prev"] {
    left: -10px;
  }

  .b-product .tns-controls button[data-controls="next"] {
    right: -10px;
  }

  .b-product .tns-controls svg {
    fill: #ec6d1d;
  }

  .b-product__thumbnails li span {
    height: 60px;
  }

  .b-production__image {
    width: 100px;
    padding-right: 10px;
  }

  .b-production__header-item {
    max-width: 320px;
    margin: 0 auto;
  }

  .b-production__header-title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .b-production__header-title a {
    margin-top: 10px;
    font-size: 11px;
  }

  .b-production__link {
    margin-top: 8px;
    font-size: 14px;
  }

  .b-production__item a {
    font-size: 18px;
  }

  .b-social a {
    margin: 0 10px 10px 0;
  }

  .b-stock__title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .b-stock__text ul li {
    font-size: 18px;
    line-height: 1.2;
    padding-left: 20px;
  }

  .b-tabs__link {
    font-size: 18px;
    padding-left: 50px;
  }

  .b-tabs__icon {
    width: 30px;
    height: 30px;
  }

  .b-tabs__item {
    margin-bottom: 20px;
  }

  .b-tips__item {
    display: block;
  }

  .b-tips__list {
    width: 100%;
    padding: 30px 10px;
  }

  .b-tips__image {
    min-height: 200px;
  }

  .b-topMenu__button {
    font-size: 18px;
  }

  .manufacture__text-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .manufacture__item-img {
    width: 30%;
    max-width: 100px;
    margin-right: 10px;
  }

  .manufacture__item-title {
    font-size: 12px;
    padding: 10px 5px 10px 10px;
    min-height: 101px;
  }

  .productionSlider__slider {
    margin-bottom: 10px;
  }

  .productionSlider .tns-controls button[data-controls="prev"] {
    left: -10px;
  }

  .productionSlider .tns-controls button[data-controls="next"] {
    right: -10px;
  }

  .productionSlider .tns-controls svg {
    fill: #ec6d1d;
  }

  .productionSlider__thumbnails li span {
    height: 60px;
  }

  .topSlider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .topSlider__text {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    min-height: 1px;
    text-align: center;
    margin-bottom: 20px;
  }

  .topSlider__item {
    height: 320px;
  }

  .topSlider__info {
    padding: 40px 10px;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .topSlider .tns-nav button {
    width: 30px;
    height: 4px;
    margin: 2px 10px;
  }
}

@media (max-width: 560px) {
  h1,
  .h1 {
    font-size: 24px;
  }

  .b-basket__item {
    position: relative;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-basket__item-img {
    width: 70px;
    height: 70px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
  }

  .b-basket__text {
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #e8e9e9;
    padding: 10px;
  }

  .b-basket__item-title {
    text-align: center;
  }

  .b-basket__1st-price,
  .b-basket__price {
    width: 100%;
    margin: 0;
    padding: 10px;
    -ms-flex: none;
        flex: none;
    text-align: center;
    border: none;
    height: auto;
    border-top: 1px solid #e8e9e9;
  }

  .b-basket__controls {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    border: none;
    margin: 0;
    padding: 10px;
    height: auto;
    border-top: 1px solid #e8e9e9;
  }

  .b-basket__close {
    position: absolute;
    right: 0;
    top: 5px;
  }

  .b-basket__text {
    margin-bottom: 10px;
  }

  .b-basket .b-footer__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .b-basket .b-footer__note {
    margin-bottom: 40px;
  }

  .b-basket .b-footer__btn a {
    font-size: 10px;
  }

  .b-search__content {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .b-search__btn {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    min-width: 160px;
  }

  .b-search__btn .btn2 {
    width: 100%;
    min-width: 1px;
    font-size: 10px;
    padding: 12px 5px;
  }

  .b-search__item {
    margin-right: 10px;
  }

  .b-search__search {
    min-width: 200px;
    margin-bottom: 10px;
    margin-right: 3px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    max-width: none;
    width: auto;
  }

  .b-search__search form input {
    font-size: 11px;
    margin-left: 0;
  }

  .b-search__search form .svg-icon {
    width: 15px;
  }

  .b-search__langu {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .b-about__item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }

  .b-about__img {
    height: 70vw;
  }
}

@media (max-width: 480px) {
  .b-awards__item {
    max-width: 45%;
  }

  .b-companysNews__items {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .app-header__mobAccount {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #6d6e71;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 57px;
  }

  .app-header__mobAccount .svg-icon {
    margin-right: 15px;
  }

  .app-header__mobAccount a {
    color: #6d6e71;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
    padding: 0 4px;
  }
}
.description-table td, th { border: 1px solid black; }

.holiday {
  overflow: hidden;
  font-size: 16px;
}
.holiday dt, .holiday dd {
  //height: 2.5em;
  line-height: 2.5em;
  padding: 0 0.625em 0 0.875em;
  //color: #4C565C;

  box-sizing: border-box;
}
dt {
  width: 30%;
  float: left;
  clear: right;
  background: #EC6D1D;
  font-weight: bold;
  color: #FFFFFF;
}
dd {
  width: 70%;
  float: right;
  margin-left: 0;
  margin-bottom: .3125em;
  //border: 1px solid #BECFC7;
  border-left: none;
  color: #000000;
}
.capReg {
  font-family: Arial;
  font-size: 30pt;
  font-weight: bold;
}
.capReg:hover{
  background-color: rgba(3,169,244,0.03);
  cursor: pointer;
}


#languageSelect {
  min-width: 360px;
}
.popup_content {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.language_popup_modal-body {
  padding: 25px 20px 18px;
}
.language_popup_header {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;

  color: #009C3D;
}
#languageSelect button.close {
  color: #009C3D;
}

.language_popup_button_ru >.col > a {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #009C3D;
  border-radius: 10px;

  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  height: 37px;
  min-width: 277px;
  padding-top: 4px;
  display: inline-block;

  color: #009C3D;

}

.language_popup_button_ru >.col > a:hover {
  background: #009C3D;
  border: 1px solid #009C3D;
  border-radius: 10px;

  color: #FFFFFF;
}
.language_popup_button_ru >.col > :active:hover {
  background: #EC6D1D;
  border: 1px solid #EC6D1D;
  border-radius: 10px;

  color: #FFFFFF;
}

/*
.language_popup_button_ru > a:visited {
  background: #EC6D1D;
  border: 1px solid #EC6D1D;
  border-radius: 10px;

  color: #FFFFFF;
}
 */
.language_popup_button_en {
  padding-top: 22px;
}


.language_popup_button_en > .col > a {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;

  border: 1px solid #009C3D;
  border-radius: 10px;

  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  height: 37px;
  min-width: 277px;
  padding-top: 4px;
  display: inline-block;

  color: #009C3D;
}

.language_popup_button_en >.col > a:hover {
  background: #009C3D;
  border: 1px solid #009C3D;
  border-radius: 10px;

  color: #FFFFFF;
}
.language_popup_button_en >.col > :active:hover {
  background: #EC6D1D;
  border: 1px solid #EC6D1D;
  border-radius: 10px;

  color: #FFFFFF;
}