@charset "UTF-8";
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvenirNextCyr-Light.eot");
  src: url("../fonts/AvenirNextCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Light.woff") format("woff"), url("../fonts/AvenirNextCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: "sans-serif";
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvenirNextCyr-Heavy.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvenirNextCyr-Regular.eot");
  src: url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvenirNextCyr-Medium.eot");
  src: url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: "sans-serif";
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvenirNextCyr-Demi.eot");
  src: url("../fonts/AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Demi.woff") format("woff"), url("../fonts/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: "sans-serif";
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvenirNextCyr-Bold.eot");
  src: url("../fonts/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: "sans-serif";
}
@font-face {
  font-family: "noto_sans";
  src: url("../fonts/notosans-bold-webfont.woff2") format("woff2"), url("../fonts/notosans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: "sans-serif";
}
@font-face {
  font-family: "pt_sans";
  src: url("../fonts/ptsans-bold-webfont.woff2") format("woff2"), url("../fonts/ptsans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: "sans-serif";
}
@font-face {
  font-family: "pt_sans";
  src: url("../fonts/ptsans-regular-webfont.woff2") format("woff2"), url("../fonts/ptsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: "sans-serif";
}
* {
  outline: none !important;
}

html,
body {
  font-family: "avenir", "pt_sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #141414;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 19px 0;
  color: #141414;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 48px 0 13px 0;
  color: #141414;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 50px 0 13px 0;
  color: #141414;
}

h4,
.h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 28px 0 10px 0;
  color: #141414;
}

.content-section > h2:first-child,
.content-section > .h2:first-child,
.content-section > h3:first-child,
.content-section > .h3:first-child,
.content-section > h4:first-child,
.content-section > .h4:first-child {
  margin-top: 0;
}

a,
a:focus {
  color: #ff6724;
  text-decoration: underline;
}

a:hover {
  color: #ff6724;
  text-decoration: none;
}

a:active {
  color: #ff6724;
}

.dotted {
  text-decoration: none !important;
  background-image: linear-gradient(to right, #ff6724 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left 0 bottom 1px;
}

.dotted:hover {
  background: none;
}

p {
  margin: 0 0 10px 0;
}

.article-lead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.content-section {
  background: #fff;
  padding: 45px;
  margin: 0 0 30px 0;
}

.content-section:last-child {
  margin: 0;
}

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

.content-section > *:last-child {
  margin-bottom: 0 !important;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #0A8952;
  border-left: none;
  padding: 0 0 0 37px;
  margin: 35px 0 35px 0;
  position: relative;
}

blockquote:before {
  content: "";
  width: 2px;
  background: #0A8952;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 3px;
}

blockquote p:last-child {
  margin: 0;
}

.blockquote-author {
  position: relative;
  margin: 20px 0 0 0;
}

.blockquote-author:after {
  content: "";
  display: table;
  clear: both;
}

.blockquote-author-pic {
  float: left;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.blockquote-author-pic img {
  width: 72px;
  height: 72px;
}

.blockquote-author-descr .cont {
  display: table-cell;
  height: 72px;
  vertical-align: middle;
  padding: 0 0 2px 0;
}

.blockquote-author-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.025em;
}

.blockquote-author-post {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #676767;
  letter-spacing: 0;
  margin: 1px 0 0 0;
}

.article-pic-r {
  float: right;
  margin: 5px 0 25px 35px;
}

.article-pic-l {
  float: left;
  margin: 5px 35px 25px 0;
}

.article-pic-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #676767;
  margin: 15px 0 0 0;
}

.article-video-wrapper {
  margin: 44px 0;
}

.article-video {
  position: relative;
  cursor: pointer;
}

.article-video img {
  width: 100%;
}

.article-video .play-button {
  width: 130px;
  height: 130px;
  box-shadow: 0px 5px 10px 0px rgba(12, 4, 5, 0.13);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
}

.article-video .play-button:before {
  content: "";
  width: 40px;
  height: 45px;
  background: url(../images/play-button.png) 0 0 no-repeat;
  background-size: 40px 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -15px;
}

.article-video-caption {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.025em;
  color: #0A8952;
  font-weight: 500;
  margin: 21px 0 0 0;
}

.article-video-caption p:last-child {
  margin: 0;
}

ul {
  margin: 15px 0 15px 0;
  padding: 0;
  list-style: none;
}

ul > li {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  position: relative;
}

ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0A8952;
  position: absolute;
  left: 0;
  top: 8px;
}

ol {
  padding: 0;
  margin: 15px 0 15px 0;
  counter-reset: item;
  list-style: none;
}

ol > li {
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 0 8px 0;
}

ol > li:before {
  color: #0A8952;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  content: counters(item, ".");
  counter-increment: item;
}

ol.ol-alt > li:before {
  font-weight: bold;
}

ol > li > ol {
  margin-top: 6px;
}

ol > li > ol > li {
  padding: 0 0 0 40px;
}

ol > li > ol > li:before {
  content: counters(item, ".") "";
  counter-increment: item;
}

.features-list {
  margin: 24px 0 24px 0;
}

.feature-tmb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 30px 0;
}

.feature-tmb-pic {
  margin: 0 30px 0 0;
}

.feature-tmb h4,
.feature-tmb .h4 {
  margin-bottom: 7px;
}

.feature-tmb h4:first-child,
.feature-tmb .h4:first-child {
  margin-top: 0;
}

table {
  width: 100%;
  margin: 24px 0 24px 0;
}

th {
  background: #f0f0f0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  vertical-align: top;
  color: #676767;
  padding: 10px 20px 12px 20px;
}

td {
  vertical-align: top;
  padding: 14px 20px 14px 20px;
  border-bottom: 1px solid #dddddd;
}

tr {
  transition: all 0.2s ease;
}

tbody tr:hover {
  box-shadow: 0px 5px 20px 0px rgba(12, 4, 5, 0.13);
}

tbody tr:hover td {
  color: #0A8952;
}

.docs-list {
  margin: 24px 0;
}

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

.docs-list .row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.docs-list .row > *:nth-child(2n+1) {
  clear: both;
}

.doc-tmb {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
  border: 1px solid #dfdfdf;
  transition: all 0.2s ease;
  background: #fff;
  margin: 0 0 18px 0;
  position: relative;
  padding: 21px 20px 18px 99px;
  min-height: 88px;
}

.doc-tmb:hover {
  border-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(12, 4, 5, 0.13);
}

.doc-tmb-pic {
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: -23px;
}

.doc-tmb-pic img {
  width: 45px;
  height: 45px;
}

.doc-tmb h4,
.doc-tmb .h4 {
  font-size: 18px;
  line-height: 22px;
  color: #141414;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.doc-tmb-format {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #676767;
  font-weight: normal;
  margin: 10px 0 0 0;
}

/* Buttons */
.btn {
  box-shadow: none;
  background-color: transparent;
  text-decoration: none !important;
  border-radius: 0;
  vertical-align: top;
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  text-align: center;
  transition: all 0.2s ease;
}

.btn:active {
  box-shadow: none;
}

.btn-1,
.btn-1:focus {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #fff;
  background: #FE7F20;
  padding: 13px 40px 15px 40px;
  box-shadow: 0px 8px 10px rgba(254, 127, 32, 0.3);
  border-radius: 26px;
}

.btn-1:hover {
  color: #fff;
  background-color: #f35d0c;
  box-shadow: none;
}

.btn-1:active {
  color: #fff;
  background-color: #d72d0c;
  box-shadow: none;
}

.btn-1:disabled {
  opacity: 1 !important;
  background-color: #e6e6e6 !important;
  color: #b3b3b3 !important;
}

.btn-callback,
.btn-callback:focus {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 34px 9px 51px;
  border-radius: 23px;
  transition: background-color 0.15s ease;
}

.btn-callback:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/ico-btn-callback.svg) 0 0 no-repeat;
  position: absolute;
  left: 32px;
  top: 14px;
}

.btn-2,
.btn-2:focus {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 1px solid #ff7124;
  padding: 12px 39px 14px 39px;
  border-radius: 26px;
}

.btn-2:hover {
  color: #fff;
  background-color: #f35d0c;
  border-color: #f35d0c;
}

.btn-2:active {
  color: #fff;
  background-color: #d72d0c;
  border-color: #d72d0c;
}

.btn-2:disabled {
  opacity: 0.5 !important;
  background-color: transparent !important;
  border-color: #ff7124 !important;
}

.btn-reset {
  border: 1px solid #ff7124;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #ff7124;
  display: inline-block;
  padding: 3px 18px 5px 18px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-reset span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 16px;
}

.btn-reset span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/ico-btn-reset.png) 0 0 no-repeat;
  background-size: 8px auto;
  position: absolute;
  left: 0;
  top: 6px;
}

.btn-reset:hover {
  background-color: #f35d0c;
  border-color: #f35d0c;
  color: #fff;
}

.btn-reset:hover span:before {
  background-position: 0 -8px;
}

.btn-reset:active {
  background-color: #d72d0c;
  border-color: #d72d0c;
  color: #fff;
}

.btn-3,
.btn-3:focus {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #0A8952;
  background: transparent;
  border: 1px solid #0A8952;
  padding: 12px 39px 14px 39px;
  border-radius: 26px;
}

.btn-3:hover {
  color: #fff;
  background-color: #077c4a;
}

.btn-3:active {
  color: #fff;
  background-color: #0A8952;
}

.btn-3:disabled {
  opacity: 1 !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  color: #afafaf !important;
}

.btn-question {
  font-size: 14px;
  line-height: 120%;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  letter-spacing: -0.025em;
  text-decoration: none !important;
  color: #FE7F20 !important;
  margin: 22px 0 0 0;
}

.btn-question:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../images/ico-question.svg);
  position: absolute;
  left: 0;
  top: -2px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}

.btn-question span {
  background-image: linear-gradient(to right, #ff7124 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: 4px 1px;
}

.btn-question:hover span {
  background: none;
}

.btn-1-small,
.btn-1-small:focus {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 7px 20px 9px 20px;
}

.btn-1-small:hover,
.btn-1-small:active {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 20px 9px 20px;
}

.btn-3-small,
.btn-3-small:hover,
.btn-3-small:active {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 19px 8px 19px;
}

.btn-1-med,
.btn-1-med:focus {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 7px 30px 9px 30px;
}

.btn-3-med,
.btn-3-med:focus {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 29px 8px 29px;
}

/* Buttons END */
/* Forms */
.form-section {
  margin: 0 0 40px 0;
}

.form-group {
  position: relative;
  margin: 0 0 19px 0;
}

label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #8b919e;
  display: block;
  margin: 0 0 5px 0;
}

label.placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #727272;
  padding: 12px 25px 14px 25px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  transition: all 0.2s ease;
}

.form-group:hover label.placeholder {
  color: #141414;
}

.form-group.disabled label.placeholder {
  color: #b3b3b3;
}

label.error {
  font-size: 12px;
  left: 16px;
  letter-spacing: 0;
  color: #e11111;
  font-weight: 500;
  margin: 2px 0 0 0;
  padding: 0 25px;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #141414;
  border: none;
  /*border: 1px solid transparent;*/
  border-radius: 0;
  background: #f3f2f2;
  width: 100%;
  margin: 0;
  padding: 12px 25px 14px 25px;
  border-radius: 25px;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  resize: none;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13);
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 11px 24px 13px 24px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 11px 24px 13px 24px;
  background-color: #fff;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
textarea:disabled,
input[type=text]:disabled:hover,
input[type=email]:disabled:hover,
input[type=password]:disabled:hover,
textarea:disabled:hover {
  color: #b3b3b3;
  background-color: #f3f2f2;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13);
  padding: 12px 25px 14px 25px;
  border: none;
}

textarea {
  display: block;
  margin: 0;
}

input[type=text].error,
input[type=email].error,
input[type=password].error,
textarea.error {
  border: 1px solid #e11111;
  padding: 11px 24px 13px 24px;
  background-color: #fff;
  box-shadow: none;
}

.form-footer {
  margin: 30px 0 0 0;
}

.form-checkbox,
.form-radio {
  margin: 0 0 6px 0;
}

.catalog-sidebar .form-checkbox,
.catalog-sidebar .form-radio {
  margin: 0 0 4px 0;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

input[type=checkbox] + label,
input[type=radio] + label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 33px;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #171717;
}

#bx-soa-orderSave input[type=checkbox][required] + label,
.modal-form input[type=checkbox][required] + label,
.register-form input[type=checkbox][required] + label {
  font-size: 14px;
  line-height: 1.2;
}

#bx-soa-orderSave input[type=checkbox][required] + label:before,
.modal-form input[type=checkbox][required] + label:before,
.register-form input[type=checkbox][required] + label:before {
  top: -2px;
}

#bx-soa-orderSave {
  margin-top: 20px;
}

.catalog-sidebar input[type=checkbox] + label,
.catalog-sidebar input[type=radio] + label {
  color: #676767;
  font-size: 15px;
  line-height: 22px;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #0A8952;
  font-weight: 600;
}

input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  color: #afafaf;
}

.checkbox-label-error {
  color: #d4344c !important;
}

input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/checkbox.png) 0 0 no-repeat;
  background-size: 20px auto;
  position: absolute;
  left: 0;
  top: 2px;
}

.catalog-sidebar input[type=checkbox] + label:before {
  top: 0;
}

input[type=checkbox]:checked + label:before {
  background-position: 0 -20px;
}

input[type=checkbox]:disabled + label:before {
  background-position: 0 -40px;
}

.catalog-sidebar input[type=checkbox] + label:before {
  box-shadow: 0px 3px 4px rgba(12, 4, 5, 0.13);
  background-image: url(../images/checkbox-alt.png);
}

.catalog-sidebar input[type=checkbox]:checked + label:before,
.catalog-sidebar input[type=checkbox]:disabled + label:before {
  box-shadow: none;
}

.catalog-sidebar .form-checkboxes {
  margin: 0 0 30px 0;
}

input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/radio.png) 0 0 no-repeat;
  background-size: 20px auto;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}

.catalog-sidebar input[type=radio] + label:before {
  top: 0px;
}

input[type=radio]:checked + label:before {
  background-position: 0 -20px;
}

input[type=radio]:disabled + label:before {
  background-position: 0 -40px;
}

.catalog-sidebar input[type=radio] + label:before {
  box-shadow: 0px 3px 4px rgba(12, 4, 5, 0.13);
  background-image: url(../images/radio-alt.png);
}

.catalog-sidebar input[type=radio]:checked + label:before,
.catalog-sidebar input[type=radio]:disabled + label:before {
  box-shadow: none;
}

.form-checkbox p,
.form-radio p {
  margin: 0 0 4px 0;
}

.form-checkbox .small,
.form-radio .small {
  font-size: 12px;
  line-height: 18px;
  color: #8b919e;
}

.bootstrap-select > .dropdown-toggle {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #141414;
  border: none;
  border-radius: 0;
  background: #f3f2f2;
  width: 100%;
  margin: 0;
  padding: 12px 45px 14px 25px;
  border-radius: 25px;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  resize: none;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13);
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #727272;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #141414;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #141414;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  color: #141414;
}

.bootstrap-select > .dropdown-toggle:hover {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 11px 44px 13px 24px;
  color: #141414;
}

.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle[aria-expanded=true] {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 11px 44px 13px 24px;
  background-color: #fff !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle[aria-disabled=true] {
  color: #b3b3b3 !important;
  background-color: #f3f2f2;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13) !important;
  padding: 12px 45px 14px 25px;
  border: none;
}

.bootstrap-select.btn-group-error > .dropdown-toggle {
  border: 1px solid #e11111;
  padding: 11px 24px 13px 24px;
  background-color: #fff;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -3px;
  vertical-align: middle;
  border: none !important;
  width: 12px;
  height: 8px;
  background: url(../images/select-arrow.png) 0 0 no-repeat;
  background-size: 12px auto;
}

.bootstrap-select.btn-group-error > .dropdown-toggle .caret,
.bootstrap-select.btn-group .dropdown-toggle:hover .caret,
.bootstrap-select.btn-group .dropdown-toggle[aria-expanded=true] .caret {
  right: 18px;
  background-position: 0 -8px;
}

.bootstrap-select > .dropdown-toggle[aria-disabled=true] .caret {
  opacity: 0.5;
  right: 19px !important;
  background-position: 0 0 !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 160px;
  padding: 5px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border: none;
  border-radius: 0;
  box-shadow: 0px 5px 18px 0px rgba(12, 4, 5, 0.13);
}

.bootstrap-select.btn-group .dropdown-menu li {
  padding: 0 !important;
  margin: 0 !important;
}

.bootstrap-select.btn-group .dropdown-menu li:before {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #141414;
  transition: all 0.2s ease;
  padding: 6px 20px 8px 20px;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background-color: #f3f2f2;
}

.bootstrap-select.btn-group .dropdown-menu li a[aria-selected=true] {
  background-color: #ff7124;
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu > .disabled > a,
.bootstrap-select.btn-group .dropdown-menu > .disabled > a:focus,
.bootstrap-select.btn-group .dropdown-menu > .disabled > a:hover {
  background-color: transparent;
  color: #b3b3b3;
}

.catalog-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.catalog-sort .bootstrap-select > .dropdown-toggle {
  font-size: 14px;
  line-height: 20px;
  color: #060606;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}

.catalog-sort .caret {
  border-top-width: 5px !important;
}

.form-agree {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: #727b85;
  margin: 23px 0 0 0;
}

.form-field-val {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  padding: 0 0 10px 0;
}

.form-file-wrapper {
  margin: 8px 0 43px 0;
}

.form-file-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.form-file-label {
  float: left;
  font-size: 13px;
  line-height: 18px;
  color: #727b85;
  padding: 15px 16px 12px 0;
}

.form-file-field {
  float: left;
  width: 500px;
}

.kv-fileinput-caption {
  border: none !important;
  box-shadow: none !important;
}

.fileinput-remove-button {
  width: 13px !important;
  height: 12px !important;
  padding: 0 !important;
  overflow: hidden;
  text-indent: -1000px;
  background: url(../images/ico-file-remove.png) 0 0 no-repeat;
  margin: 0 0 0 40px !important;
  background-color: transparent !important;
}

.fileinput-remove-button:hover {
  background-position: 0 -12px;
}

.kv-fileinput-caption {
  direction: ltr;
  padding-left: 40px !important;
}

.file-caption-icon {
  width: 14px;
  height: 16px;
  background: url(../images/ico-file.png) 0 0 no-repeat;
  position: absolute;
  left: 15px !important;
  top: 13px !important;
  right: auto !important;
}

.file-caption-icon i {
  display: none;
}

.file-caption-name {
  font-size: 13px;
  line-height: 18px;
}

.btn-file {
  border: 1px solid #c0cce4;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #627fbb;
  border-radius: 3px !important;
  padding: 12px 40px 11px 40px !important;
  height: auto !important;
}

.btn-file:hover {
  background: #627fbb;
  border-color: #627fbb;
  color: #fff;
}

.btn-file i {
  display: none;
}

.radios-selector {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.radios-selector-item {
  display: table-cell;
  width: 50%;
  border: 1px solid #0A8952;
}

.radios-selector-item input[type=radio] + label {
  color: #0A8952;
  text-align: center;
  display: block;
  margin: 0;
  padding: 7px 5px 6px 5px;
  font-size: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.radios-selector-item input[type=radio] + label:before {
  display: none;
}

.radios-selector-item input[type=radio]:checked + label {
  background: #0A8952;
  color: #fff;
}

input.filter-date[type=text] {
  font-family: "verdana", sans-serif;
  font-size: 11px;
  padding: 12px 35px 12px 10px;
  background-image: url(../images/ico-calendar.png) !important;
  background-position: right 9px top 12px !important;
  background-repeat: no-repeat !important;
}

input.filter-date[type=text].error {
  padding: 11px 34px 11px 9px;
}

.sidebar-filter .date-selector {
  position: relative;
  margin: 0 0 24px 0;
}

.sidebar-filter .date-selector .form-group {
  margin: 0;
}

.sidebar-filter .date-sep {
  font-size: 11px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 12px;
  margin-left: -7px;
  text-align: center;
}

.sidebar-filter .date-col {
  width: 110px;
}

.sidebar-filter .date-col-from {
  float: left;
}

.sidebar-filter .date-col-to {
  float: right;
}

.sidebar-filter .picker__holder {
  width: 262px;
}

.sidebar-filter .filter-calendar-wrapper {
  margin-right: -25px;
}

.filter-calendar-wrapper .picker__holder {
  width: auto;
  box-shadow: none;
}

.filter-calendar-wrapper #filter_date {
  display: none;
}

.picker {
  width: auto;
  box-shadow: 0px 10px 35px 0px rgba(12, 4, 5, 0.13);
}

.filter-calendar-wrapper .picker {
  position: relative;
  box-shadow: none;
  width: auto;
}

.picker__holder {
  -webkit-transform: none;
  transform: none;
  background: none;
  min-width: 0;
  box-shadow: none;
  border: none !important;
  background: #fff;
  border-radius: 0;
}

.filter-calendar-wrapper .picker__holder {
  overflow: visible;
  max-height: 1000px;
  position: relative;
  display: block;
  opacity: 1;
}

.picker__box {
  padding: 0;
}

.filter-calendar-wrapper .picker__box {
  padding: 0;
  margin: 0 -20px;
}

.picker .button-wrapper {
  display: none;
}

.picker__header {
  padding: 20px 20px 0 20px;
  height: auto;
  margin: 0 0 21px 0;
}

.filter-calendar-wrapper .picker__header {
  padding-top: 0;
}

.picker__table {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

.picker__table tbody td {
  font-family: "gotham_pro";
  font-weight: normal;
  color: #27394c;
  padding: 0;
  width: auto;
  height: auto;
  border: 1px solid #eaeaeb;
}

.picker__table tbody td:first-child {
  border-left: none;
}

.picker__table tbody td:last-child {
  border-right: none;
}

.picker__table tbody tr:last-child td {
  border-bottom: none;
}

.picker__day {
  padding: 12px 0 11px 0;
  color: #666666;
  background: none !important;
  border: none !important;
}

.picker__day--today {
  font-weight: 500;
  border: none;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.picker__day--today:before {
  display: none !important;
}

.picker__day--selected {
  font-weight: 500 !important;
  color: #fff !important;
  background: #1a97db !important;
  border-color: #1a97db !important;
}

.picker__day--outfocus {
  color: #8b919e;
}

.picker__nav--prev,
.picker__nav--next {
  display: none;
}

.picker__header:after {
  content: "";
  display: table;
  clear: both;
}

.picker__holder:before {
  display: none;
}

.picker__holder select {
  font-family: "gotham_pro";
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #27394c;
  font-weight: normal;
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f2f2f2 url(../images/select-arrow.png) right 10px top 17px no-repeat;
  height: auto;
  margin: 0;
}

.picker__select--year {
  float: right;
  width: 80px;
}

.picker__select--month {
  float: left;
  width: 120px;
}

.picker__table {
  margin: 0;
  border: none;
}

.picker__weekday {
  display: table-cell;
  font-size: 12px;
  line-height: 16px;
  font-weight: 350;
  color: #8b919e;
  text-align: center;
  border: 1px solid #eaeaeb;
  padding: 5px 0 3px 0;
}

.picker__weekday:first-child {
  border-left: none;
}

.picker__weekday:last-child {
  border-right: none;
}

.picker__footer {
  display: none;
}

input.input-date[type=text] {
  font-family: "verdana", sans-serif;
  font-size: 11px;
  padding: 12px 35px 12px 10px;
  background-image: url(../images/ico-calendar.png) !important;
  background-position: right 9px top 12px !important;
  background-repeat: no-repeat !important;
}

input.input-date[type=text].error {
  padding: 11px 34px 11px 9px;
}

.input-date + .picker {
  width: 100%;
}

.input-date + .picker .picker__holder {
  width: 262px;
  right: 0;
}

.count {
  font-size: 0;
  line-height: 44px;
}

.count-btn {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #0A8952;
  cursor: pointer;
  vertical-align: top;
  border-radius: 50%;
  margin: 9px 0 0 0;
  position: relative;
  transition: all 0.2s ease;
}

.count-btn:hover {
  background-color: #ff7124;
  box-shadow: 0px 10px 25px 0px rgba(255, 103, 36, 0.35);
}

.count.disabled .count-btn {
  box-shadow: none !important;
  background-color: #e6e6e6 !important;
  cursor: default;
}

.count-btn:after {
  content: "";
  background: url(../images/plus-minus.png) 0 0 no-repeat;
  background-size: 20px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

.count-btn-minus:after {
  background-position: 0 0;
}

.count-btn-plus:after {
  background-position: 0 -10px;
}

.count.disabled .count-btn-minus:after {
  background-position: -10px 0;
}

.count.disabled .count-btn-plus:after {
  background-position: -10px -10px;
}

.count-field {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  position: relative;
  margin: 0 8px;
  height: 44px;
}

.count-field-units {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #757575;
  pointer-events: none;
}

.count-field input[type=text] {
  padding: 9px 5px 11px 5px;
  text-align: center;
}

.count-field input[type=text]:hover,
.count-field input[type=text]:focus,
.count-field input[type=text].error {
  padding: 8px 4px 10px 4px;
}

.count-field input[type=text]:disabled:hover,
.count-field input[type=text]:disabled:focus,
.count-field input[type=text]:disabled.error {
  padding: 9px 5px 11px 5px;
}

.count-field .count-field-units + input[type=text] {
  padding: 9px 40px 11px 5px;
  text-align: right;
}

.count-field .count-field-units + input[type=text]:hover,
.count-field .count-field-units + input[type=text]:focus,
.count-field .count-field-units + input[type=text].error {
  padding: 8px 39px 10px 4px;
}

.count-field .count-field-units + input[type=text]:disabled:hover,
.count-field .count-field-units + input[type=text]:disabled:focus,
.count-field .count-field-units + input[type=text]:disabled.error {
  padding: 9px 39px 11px 5px;
}

.filter-slider-wrapper {
  margin: 16px 0 16px 0;
}

.filter-price-slider.noUi-target {
  background: #cccccc;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.filter-price-slider.noUi-horizontal {
  height: 6px;
}

.filter-price-slider .noUi-connect {
  background: #0A8952;
  border-radius: 0;
  box-shadow: none;
}

.filter-price-slider .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px rgba(12, 4, 5, 0.13);
}

.filter-price-slider.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -5px;
}

.filter-price-slider .noUi-handle:before,
.filter-price-slider .noUi-handle:after {
  display: none !important;
}

.filter-slider-inputs {
  margin: 15px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-slider-inputs input[type=text] {
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  color: #727272;
  text-align: center;
  padding: 12px 15px 11px 15px;
}

.filter-slider-inputs input[type=text]:hover,
.filter-slider-inputs input[type=text]:focus {
  padding: 11px 14px 10px 14px;
}

.filter-slider-inputs .sep {
  padding: 0 11px;
}

.filter-slider-inputs .sep-dash {
  width: 20px;
  height: 1px;
  background: #cccccc;
  margin: 20px 0 0 0;
}

.form-forgot-wrapper {
  margin: 20px 0 0 0;
}

/* Forms END */
/* Modals */
.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.form-modal .modal-dialog {
  width: 420px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  position: relative;
}

.modal .close {
  opacity: 1 !important;
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
  z-index: 100;
  width: 20px;
  height: 20px;
  background: url(../images/modal-close.png) 0 0 no-repeat;
  background-size: 20px 40px;
}

.modal .close:hover {
  background-position: 0 -20px;
}

.modal-header {
  border: none;
  padding: 39px 40px 0 40px;
  text-align: center;
}

.modal-header h2,
.modal-header .h2 {
  font-size: 24px;
  line-height: 30px;
  color: #141414;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.modal-body {
  padding: 8px 40px 40px 40px;
}

.modal .form-footer {
  text-align: center;
}

.modal-form-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 27px 0;
}

.modal-form .form-agree {
  font-size: 13px;
  line-height: 18px;
  color: #676767;
  text-align: center;
  margin-top: 33px;
}

.modal-form .form-agree a {
  color: #676767;
}

.modal-form .form-agree p:last-child {
  margin-bottom: 0;
}

.location-modal .modal-dialog {
  width: 420px;
}

.location-modal .modal-header {
  text-align: left;
  padding: 30px 40px 0 40px;
}

/* Modals END */
.over-wrapper {
  overflow: hidden;
}

header {
  background: #fff;
}

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.col-flex {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
}

.header-top-col-1 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header-top-col-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header-top-col-3 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header-top-col-4 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header-top > .container > .row-flex {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top-div {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}

.header-top {
  background: #0A8952;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.location-selector {
  padding: 10px 0 12px 0;
  position: relative;
}

.btn-location {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.btn-location:before {
  content: "";
  width: 12px;
  height: 19px;
  background: url(../images/ico-btn-location.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-location span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.location-popup {
  position: absolute;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(12, 4, 5, 0.13);
  left: 4px;
  top: 100%;
  margin-top: 15px;
  color: #141414;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
  padding: 9px 15px 10px 15px;
}

.location-popup:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 10px;
  bottom: 100%;
}

.location-popup-buttons {
  margin: 7px -5px 0 -5px;
  display: -ms-flexbox;
  display: flex;
}

.location-popup-buttons .col {
  margin: 0 5px;
}

.header-top-menu-wrapper {
  position: relative;
  padding: 10px 0 12px 0;
}

ul.header-top-menu {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  white-space: nowrap;
}

ul.header-top-menu:after {
  content: "";
  width: 100%;
  display: inline-block;
}

ul.header-top-menu li {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0 10px;
  padding: 0;
}

ul.header-top-menu li:before {
  display: none;
}

ul.header-top-menu a {
  color: #fff;
  text-decoration: none;
}

ul.header-top-menu a:hover {
  text-decoration: underline;
}

.header-login-wrapper {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  padding: 10px 0 12px 0;
}

.header-login-item {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  position: relative;
}

.header-login-item + .header-login-item {
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
}

.header-login-item + .header-login-item:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.header-login-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header-login-link:hover {
  color: #fff;
  text-decoration: underline;
}

.header-login-link-account {
  padding-left: 22px;
}

.header-login-link-account:before {
  content: "";
  width: 12px;
  height: 14px;
  background: url(../images/ico-header-account.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
}

.header-cart-wrapper {
  min-width: 170px;
  padding: 10px 30px 9px 30px;
  position: relative;
  transition: all 0.15s ease;
  z-index: 50;
  min-height: 40px;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.header-cart-wrapper.active {
  background: #fff;
  color: #0A8952;
}

.header-cart {
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding: 0 0 0 25px;
  transition: color 0.15s ease, background-color 0.15s ease;
  white-space: nowrap;
}

.header-cart-wrapper.active .header-cart {
  color: #0A8952;
}

.header-cart-ico {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.header-cart-ico:before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../images/header-cart.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}

.header-cart-ico:after {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
  opacity: 0;
  background: url(../images/header-cart-hover.svg) 0 0 no-repeat;
}

.header-cart:hover .header-cart-ico:before {
  opacity: 0;
}

.header-cart:hover .header-cart-ico:after {
  opacity: 1;
}

.header-cart:hover {
  color: #fff;
}

.header-cart-count {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  background: #ff7124;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  margin: 2px 12px 0 0;
  vertical-align: top;
  color: #fff;
}

.header-cart-price {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  white-space: nowrap;
}

.header-cart-price strong {
  font-weight: bold !important;
}

.header-col-1 {
  -ms-flex: 0 0 191px;
  flex: 0 0 191px;
  max-width: 191px;
  padding-right: 0;
}

.header-col-2 {
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  max-width: 210px;
}

.header-col-3 {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}

.header-col-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-col-5 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header-logo {
  padding: 20px 0 0 0;
}

.header-logo img {
  width: 176px;
}

.header-logo-text {
  font-weight: bold;
  font-size: 10px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FE7F20;
  padding: 28px 0 0 0;
}

.header-search {
  padding: 19px 0 0 0;
}

.header-search label.placeholder {
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  padding: 13px 20px 13px 20px;
  color: #727272;
}

.header-search input[type=text] {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  padding: 13px 20px 13px 20px;
  background: #F3F2F2;
  box-shadow: none !important;
}

.header-search input[type=text]:hover,
.header-search input[type=text]:focus,
.header-search input[type=text].error {
  padding: 12px 19px 12px 19px;
}

.header-search input[type=submit] {
  width: 13px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 14px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/ico-header-search.svg) 0 0 no-repeat;
}

.header-phones {
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0;
  padding: 21px 33px 0 0;
  text-align: right;
}

.header-phones-phones a {
  color: #0A8952;
  text-decoration: none;
}

.header-phones-email {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #FE7F20;
  margin: 3px 30px 0 0;
}

.header-phones-email a,
.header-phones-email a:focus {
  color: #FE7F20;
  text-decoration: none;
}

.header-button {
  padding: 20px 0 0 0;
}

.header-bottom {
  margin: 1px 0 11px 0;
}

.navbar-nav {
  float: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-wrapper {
  margin: 0 -10px 0 -10px;
}

.navbar-nav:before,
.navbar-nav:after {
  display: none;
}

.navbar-nav > li {
  float: none;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-left: 1px solid #F3F2F2;
}

.navbar-nav > li:first-child {
  border: none;
}

.navbar-nav > li:before {
  display: none;
}

.navbar-nav > li > a {
  background: none !important;
  color: #25282e;
  line-height: 13px;
  display: block;
  position: relative;
  padding: 13px 10px 14px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  position: relative;
  transition: all 0.2s ease;
  text-decoration: none;
}

.navbar-nav > li > a.alt {
  color: #0A8952;
}

.navbar-nav > li > a.discount {
  color: #ff7124;
  padding-left: 40px !important;
}

.navbar-nav > li > a.discount:before {
  content: "%";
  font-size: 27px;
  line-height: 27px;
  font-weight: 600;
  color: #ff7124;
  position: absolute;
  left: 10px;
  top: 0;
}

.navbar-nav > li > a.active,
.navbar-nav > li > a:hover {
  color: #ff7124;
}

.navbar-nav > li > a.active:after {
  content: "";
  background: #ff7124;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
}

.main {
  background: #f0f0f0;
}

.all-link {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  color: #ff6724;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 0 16px 0 0;
  text-decoration: underline;
}

.all-link:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url(../images/all-link-arrow.png) 0 0 no-repeat;
  background-size: 7px 11px;
  position: absolute;
  right: 0;
  top: 6px;
}

.all-link:hover {
  color: #ff6724;
  text-decoration: none;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #0A8952;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0px 10px 25px 0px rgba(12, 4, 5, 0.13);
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-arrow:hover {
  background-color: #ff7124;
  box-shadow: 0px 10px 25px 0px rgba(12, 4, 5, 0.13);
}

.slick-arrow:after {
  content: "";
  width: 11px;
  height: 17px;
  background-image: url(../images/main-slider-arrows.png);
  background-repeat: no-repeat;
  background-size: 22px 34px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-prev:after {
  background-position: 0 -17px;
  left: 13px;
}

.slick-next:after {
  background-position: -11px -17px;
  right: 13px;
}

.slick-next:hover:after {
  background-position: -11px -17px;
}

.slick-arrow.slick-disabled {
  display: none;
}

.main-section {
  position: relative;
  padding: 60px 0 60px 0;
}

.main-section .section-content {
  position: relative;
}

.main-section-slider {
  padding: 0;
}

.main-slider .slick-arrow {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: none;
}

.main-slider .slick-arrow:hover {
  background-color: #ff7124;
  /*box-shadow: 0px 10px 25px 0px rgba(255, 103, 36, 0.35);*/
}

.main-slider .slick-arrow:after {
  content: "";
  width: 11px;
  height: 17px;
  background-image: url(../images/main-slider-arrows.png);
  background-repeat: no-repeat;
  background-size: 22px 34px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

.main-slider .slick-prev {
  left: 50%;
  margin-left: -610px;
}

.main-slider .slick-next {
  right: 50%;
  margin-right: -610px;
}

.main-slider .slick-prev:after {
  background-position: 0 0;
  left: 19px;
}

.main-slider .slick-prev:hover:after {
  background-position: 0 -17px;
}

.main-slider .slick-next:after {
  background-position: -11px 0;
  right: 19px;
}

.main-slider .slick-next:hover:after {
  background-position: -11px -17px;
}

.main-slider .slide {
  min-height: 450px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.main-slider .slide:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-image: url(../images/main-slider-bg.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  width: 652px;
  margin: 0 0 0 -67px;
}

.main-slider .slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  left: 50%;
  margin-left: 570px;
  background: #0A7848;
}

.main-slider-descr {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.025em;
  display: table-cell;
  vertical-align: middle;
  height: 450px;
  padding: 30px 40px 54px 0;
  position: relative;
  z-index: 10;
}

.main-slider h3,
.main-slider .h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px 0;
}

.main-slider h3 span,
.main-slider .h3 span {
  color: #ff6724;
}

.main-slider .all-link {
  color: #fff;
}

.main-slider .all-link:after {
  background-image: url(../images/all-link-arrow-w.png);
}

.main-slider-button {
  margin: 30px 0 0 0;
}

.main-slider-pic {
  line-height: 450px;
  text-align: center;
  padding: 0 80px 0 45px;
}

.main-slider-pic img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

.main-section-pros {
  background: #f4f4f4;
  padding: 30px 0 30px 0;
}

.pros-list .row > *:nth-child(4n+1) {
  clear: left;
}

.pros-tmb {
  position: relative;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  padding: 0 0 0 90px;
}

.pros-tmb-pic {
  width: 70px;
  height: 70px;
  border: 1px solid #FE7F20;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 68px;
  text-align: center;
}

.pros-tmb-pic img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.pros-tmb-descr {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}

.pros-tmb-descr p:last-child {
  margin: 0;
}

.main-section h2,
.main-section .h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 14px 0;
}

.main-section h2 span,
.main-section .h2 span {
  color: #0A8952;
}

.section-header h2,
.section-header .h2 {
  float: left;
  margin-right: 30px;
}

.section-header .all-link-wrapper {
  float: right;
  margin-top: 9px;
}

@media (min-width: 1200px) {
  .col-lg-20p {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-20p {
    float: left;
    width: 20%;
  }
}
.main-section-products {
  background: #fff;
}

.products-list {
  margin: 29px 0 0 0;
}

.products-list .row {
  margin: 0 -39px;
}

.products-list .row > * {
  padding-left: 39px;
  padding-right: 39px;
}

.products-list .row > *:nth-child(5n+1) {
  clear: left;
}

.product-tmb {
  text-align: center;
  display: block;
  text-decoration: none !important;
  color: #141414 !important;
  margin: 0 0 42px 0;
}

.product-tmb-pic {
  width: 165px;
  height: 183px;
  line-height: 183px;
  margin: 0 auto 18px auto;
  position: relative;
  text-align: center;
}

.product-tmb-pic:before {
  content: "";
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: #f3f3f3;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-tmb:hover .product-tmb-pic:before {
  background: #ff7c24;
}

.product-tmb-pic img {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}

.product-tmb-pic:after {
  content: "";
  width: 165px;
  height: 82px;
  background: url(../images/product-mask.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-tmb h3,
.product-tmb .h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.025em;
  color: #141414;
  transition: all 0.2s ease;
}

.product-tmb:hover h3,
.product-tmb:hover .h3 {
  color: #ff7124;
}

.main-section-about {
  padding: 0;
  background: url(../images/dec-king-about-new.jpg) center center no-repeat;
  background-size: cover;
}

.main-section-about:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0A8952;
  background-size: cover;
}

.main-section-about h2,
.main-section-about .h2 {
  color: #fff;
}

.main-section-about h2 span,
.main-section-about .h2 span {
  color: #FE7F20;
}

.main-about-descr {
  max-width: 570px;
  color: #fff;
  padding: 56px 15px 95px 40px;
}

.about-list {
  margin: 37px 0 0 0;
}

.about-tmb {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 37px 0;
}

.about-tmb-pic {
  width: 70px;
  height: 70px;
  border: 1px solid #FE7F20;
  border-radius: 50%;
  font-size: 0;
  line-height: 68px;
  text-align: center;
  float: left;
  margin: 2px 0 0 0;
}

.about-tmb-pic img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.about-tmb-descr {
  padding: 0 0 0 100px;
}

.about-tmb h3,
.about-tmb .h3 {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.about-button {
  margin: 47px 0 0 0;
}

.main-section-popular {
  padding-bottom: 93px;
}

.main-about-descr .all-link {
  color: #FE7F20;
}

.catalog-tmb {
  display: block;
  text-decoration: none !important;
  background: #fff;
  transition: all 0.2s ease;
  color: #727272;
  position: relative;
  font-weight: 500;
  padding: 0 0 19px 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slick-slide .catalog-tmb {
  pointer-events: none;
  cursor: default;
}

.slick-slide.slick-active .catalog-tmb {
  pointer-events: initial;
  cursor: pointer;
}

.slick-active + .slick-active .catalog-tmb {
  border-left: 1px solid #e8e8e8;
}

.catalog-tmb:hover {
  color: #141414;
  box-shadow: 0px 5px 40px 0px rgba(12, 4, 5, 0.13);
  z-index: 10;
}

.catalog-tmb-discount {
  position: absolute;
  right: 17px;
  top: 15px;
  width: 58px;
  height: 58px;
  background: #ff7124;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 8px 15px 0px rgba(255, 103, 36, 0.35);
  color: #fff;
  text-transform: uppercase;
}

.catalog-tmb-discount .text {
  font-size: 10px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.catalog-tmb-discount .num {
  font-size: 14px;
  line-height: 58px;
  letter-spacing: 0;
  font-weight: 500;
}

.catalog-tmb-pic {
  padding: 23px 30px 25px 30px;
  text-align: center;
  line-height: 180px;
  font-size: 0;
  text-align: center;
}

.catalog-tmb-pic img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.catalog-tmb-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 30px 13px 30px;
}

.catalog-tmb h3,
.catalog-tmb .h3 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.025em;
  transition: all 0.2s ease;
  margin: 0 0 11px 0;
}

.catalog-tmb:hover h3,
.catalog-tmb:hover .h3 {
  color: #ff7124;
}

.catalog-tmb-descr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
}

.catalog-tmb-descr ul > li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 6px 0;
}

.catalog-tmb-descr ul > li:last-child {
  margin-bottom: 0;
}

.catalog-tmb-descr ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #727272;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease;
}

.catalog-tmb:hover .catalog-tmb-descr ul > li:before {
  background-color: #ff7124;
}

.catalog-tmb-price {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 9px 8px 30px;
  position: relative;
  min-height: 40px;
  max-width: 100%;
  letter-spacing: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: auto;
  margin: 0 30px 0 0;
}

.catalog-tmb:hover .catalog-tmb-price {
  border-color: #ff7124;
  background-color: #ff7124;
}

.catalog-tmb-price:before {
  content: "";
  width: 20px;
  background: url(../images/catalog-tmb-price-r.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: -1px;
  bottom: -1px;
}

.catalog-tmb:hover .catalog-tmb-price:before {
  background-image: url(../images/catalog-tmb-price-r-hover.png);
}

.catalog-tmb-price:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 50%;
}

.catalog-tmb:hover .catalog-tmb-price:after {
  border-color: #ff7124;
}

.catalog-tmb-price .price-new {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #141414;
  transition: all 0.2s ease;
  margin-right: 10px;
}

.catalog-tmb-price .price-old {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #727272;
  transition: all 0.2s ease;
  text-decoration: line-through;
  margin-right: 10px;
}

.catalog-tmb:hover .catalog-tmb-price .price-new,
.catalog-tmb:hover .catalog-tmb-price .price-old {
  color: #fff;
}

.products-slider .slick-arrow {
  top: 131px;
}

.products-slider .slick-list {
  overflow: visible;
}

.products-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.products-slider .slick-slide {
  transition: all 0.5s ease;
  opacity: 0;
  float: none;
  height: auto;
}

.products-slider .slick-slide.slick-active {
  opacity: 1;
}

.main-section-actions {
  background: linear-gradient(to bottom, #fff 0, #f0f0f0 185px);
}

.actions-slider {
  position: relative;
}

.actions-slider .slick-arrow {
  background: #0A8952;
}

.actions-slider .slick-arrow:hover {
  background: #ff7124;
}

.action-slide-content {
  position: relative;
}

.action-slide-content:after {
  content: "";
  display: table;
  clear: both;
}

.action-slide-pic {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.action-slide-descr {
  float: right;
  width: 50%;
  background: #0A8952 url(../images/action-slide-descr-bg.jpg) 0 center no-repeat;
  background-size: cover;
  color: #fff !important;
  text-decoration: none !important;
  padding: 39px 45px 72px 45px;
  min-height: 290px;
}

.action-slide-date {
  font-size: 18px;
  line-height: 24px;
  color: #ff9b24;
  font-weight: 500;
  margin: 0 0 12px 0;
}

.action-slide-descr h3,
.action-slide-descr .h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
}

.action-slide-descr:hover h3,
.action-slide-descr:hover .h3 {
  text-decoration: underline;
}

.action-slide-button {
  margin: 24px 0 0 0;
}

.action-slide-button .btn-2,
.action-slide-button .btn-2:focus {
  padding: 10px 39px 13px 39px;
}

.actions-slider ul.slick-dots {
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: 14px;
  margin: 0 0 0 70px;
  padding: 0;
  font-size: 0;
  z-index: 10;
}

.actions-slider ul.slick-dots button {
  display: none;
}

.actions-slider ul.slick-dots > li {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.actions-slider ul.slick-dots > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  transition: all 0.3s ease;
}

.actions-slider ul.slick-dots > li.slick-active:before {
  background-color: #ff7124;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

.main-section-blog {
  background: #f0f0f0;
  padding: 33px 0 101px 0;
}

.main-section-blog:before {
  content: "";
  height: 155px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-list .row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-list .row > * {
  float: none;
  padding: 0;
}

.blog-tmb {
  display: block;
  background: #fff;
  height: 100%;
  transition: all 0.2s ease;
  position: relative;
  text-decoration: none !important;
  color: #141414 !important;
  border-left: 1px solid #e8e8e8;
}

.blog-tmb:hover {
  z-index: 10;
  box-shadow: 0px 5px 40px 0px rgba(50, 50, 50, 0.15);
}

.blog-tmb-pic {
  margin-left: -1px;
}

.blog-list .row > *:nth-child(3n+1) .blog-tmb-pic {
  margin-left: none;
}

.blog-tmb-pic img {
  width: 100%;
}

.blog-tmb-descr {
  padding: 25px 30px 25px 30px;
  /*min-height: 170px;*/
}

.blog-list-alt .blog-tmb-descr {
  padding: 25px 30px 25px 30px;
  /*min-height: 180px;*/
}

.blog-list .row > *:nth-child(3n+1) .blog-tmb {
  border-left: none;
}

.blog-tmb-date {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #a1a1a1;
  transition: all 0.2s ease;
  margin: 0 0 11px 0;
}

.blog-tmb:hover .blog-tmb-date {
  color: #0A8952;
}

.blog-tmb h3,
.blog-tmb .h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  transition: all 0.2s ease;
}

.blog-list-alt .blog-tmb h3,
.blog-list-alt .blog-tmb .h3 {
  font-size: 20px;
  line-height: 24px;
}

.blog-tmb:hover h3,
.blog-tmb:hover .h3 {
  color: #ff7124;
}

.main-section-question {
  background: #0A8952;
  background-size: cover;
  color: #fff;
  padding: 70px 0 71px 0;
}

.main-section-question h2,
.main-section-question .h2 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.015em;
}

.main-section-question h2 span,
.main-section-question .h2 span {
  color: #ff7c24;
}

.question-form {
  padding: 2px 0 0 0;
}

.question-form label.placeholder {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #b1aca9;
  padding: 14px 30px 14px 30px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  border: none;
}

.question-form input[type=text],
.question-form input[type=email],
.question-form input[type=password],
.question-form textarea {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #141414;
  border-radius: 26px;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 14px 30px 14px 30px;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  resize: none;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13);
}

.question-form input[type=text]:hover,
.question-form input[type=email]:hover,
.question-form input[type=password]:hover,
.question-form textarea:hover,
.question-form input[type=text]:focus,
.question-form input[type=email]:focus,
.question-form input[type=password]:focus,
.question-form textarea:focus,
.question-form input[type=text].error,
.question-form input[type=email].error,
.question-form input[type=password].error,
.question-form textarea.error {
  padding: 13px 29px 13px 29px;
}

.question-form .form-col-wide {
  width: 75%;
  float: left;
  padding: 0 15px;
}

.question-form .form-col {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.question-form .form-checkbox {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin: 8px 0 0 0;
}

.question-form .form-checkbox input[type=checkbox] + label {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 0 0 0 26px;
}

.question-form input[type=checkbox] + label:before {
  width: 16px;
  height: 16px;
  top: 1px;
  background-image: url(../images/checkbox-small.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 32px;
}

.question-form input[type=checkbox]:checked + label:before {
  background-position: 0 -16px;
}

.question-form .form-footer {
  float: left;
  width: 25%;
  padding: 0 15px;
  margin: 0;
}

.question-form .form-footer .btn-1,
.question-form .form-footer .btn-1:focus {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.question-form .form-agree {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin: 8px 0 0 0;
}

.question-form .form-agree a {
  color: #ff8f3c;
  text-decoration: none;
}

.question-form .form-agree a:hover {
  text-decoration: underline;
}

.main-section-contacts {
  padding: 0;
}

.main-section-contacts .section-content {
  position: relative;
  min-height: 400px;
}

.contacts-map-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contacts-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contacts-descr {
  position: relative;
  z-index: 10;
  background: #fff;
  min-height: 400px;
  padding: 52px 40px 40px 40px;
  margin: 0 -30px 0 0;
  box-shadow: 0px 5px 40px 0px rgba(12, 4, 5, 0.13);
}

.contacts-descr h2,
.contacts-descr .h2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0;
  margin: 0 0 30px 0;
}

.contacts-item {
  margin: 0 0 30px 0;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.contacts-item-pic {
  width: 50px;
  height: 50px;
  box-shadow: 0px 10px 25px 0px rgba(255, 103, 36, 0.35);
  border-radius: 50%;
  background: #FF7124;
  float: left;
  line-height: 50px;
  text-align: center;
}

.contacts-item a {
  text-decoration: underline;
}

.contacts-item a:hover {
  text-decoration: none;
}

.contacts-item-descr {
  padding: 0 0 0 70px;
}

.contacts-phones {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.contacts-phones a {
  color: #141414;
  text-decoration: none !important;
}

.contacts-item-pic img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.contacts-item-descr .cont {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.contacts-item-descr p:last-child {
  margin: 0;
}

.expandable-content {
  display: none;
}

.expandable-content.open {
  display: block;
}

.expandable-trigger {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(../images/ico-expandable.png) 0 0 no-repeat;
  background-size: 36px 36px;
  margin: 14px 0 0 0;
}

.expandable-trigger:hover {
  background-position: -18px 0;
}

.expandable-trigger.active {
  background-position: 0 -18px;
}

.expandable-trigger.active:hover {
  background-position: -18px -18px;
}

.main-section-text {
  background: #f0f0f0;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: normal;
  padding: 55px 0 44px 0;
  color: #141414;
}

.inner-section-text {
  background: #fff;
}

.main-section-text h1,
.main-section-text .h1,
.main-section-text h2,
.main-section-text .h2 {
  color: #141414;
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  font-weight: 600;
  margin: 0 0 13px 0;
  letter-spacing: -0.025em;
}

footer {
  background: #0A7848;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer a:active {
  color: #fff;
}

footer a:focus {
  color: #fff;
  text-decoration: none;
}

.footer-top {
  padding: 65px 0 20px 0;
}

footer h3,
footer .h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.footer-menu ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 500;
}

.footer-menu ul > li {
  margin: 0 0 8px 0;
  padding: 0;
}

.footer-menu ul > li:before {
  display: none;
}

.footer-contacts {
  margin: 0 0 0 40px;
  font-size: 16px;
  line-height: 20px;
}

.footer-contacts-callback {
  margin: -19px 0 0 0;
}

.btn-footer-callback {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #FD7F20;
  position: relative;
  padding: 0 0 0 20px;
}

.btn-footer-callback:before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../images/ico-btn-footer-callback.png) 0 0 no-repeat;
  background-size: 11px 11px;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-address {
  margin: 20px 0 0 0;
}

.footer-map-link {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #FD7F20;
}

.footer-email {
  margin: 20px 0 0 0;
}

.footer-email a,
.footer-email a:focus {
  text-decoration: underline;
}

.footer-email a:hover {
  text-decoration: none;
}

.footer-soclinks {
  font-size: 0;
  margin: 32px -7px 0 -7px;
}

.footer-soclink {
  width: 42px;
  height: 42px;
  text-align: center;
  background: #262053;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: inline-block;
  margin: 0 7px;
  position: relative;
}

.footer-soclink:hover {
  background: #ef6837;
}

.footer-soclink:before {
  content: "";
  width: 42px;
  height: 42px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-soclink-fb:before {
  background-image: url(../images/footer-soclink-fb.png);
}

.footer-soclink-youtube:before {
  background-image: url(../images/footer-soclink-youtube.png);
}

.footer-bottom {
  font-size: 13px;
  line-height: 16px;
  color: #7d799c;
  font-weight: 500;
  padding: 25px 0 45px 0;
}

.footer-logo img {
  width: 160px;
}

.footer-copy {
  padding: 14px 0 20px 0;
  float: left;
  width: 280px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-copy span {
  display: inline-block;
  margin: 0 20px 0 0;
}

.footer-copy a {
  color: #FD7F20 !important;
}

.footer-pay {
  float: left;
  padding: 2px 0 0 0;
}

.footer-pay img,
.footer-pay a {
  margin: 0 15px 0 0;
}

.footer-pay img:last-child,
.footer-pay a:last-child {
  margin: 0;
}

.footer-dev-wrapper {
  padding: 6px 0 0 40px;
}

.footer-dev {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
  position: relative;
  display: block;
  padding: 0 0 0 60px;
}

.footer-dev:hover {
  text-decoration: underline;
}

.footer-dev:before {
  content: "";
  width: 45px;
  height: 27px;
  background: url(../images/logo-renart.png) 0 0 no-repeat;
  background-size: 45px 27px;
  position: absolute;
  left: 0;
  top: 4px;
}

ul.breadcrumb {
  list-style: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 21px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #a3a3a3;
}

ul.breadcrumb > li {
  padding: 0;
}

ul.breadcrumb > li:before {
  display: none;
}

ul.breadcrumb > li + li:before {
  content: "—";
  color: #a3a3a3;
  background: none;
  width: auto;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  display: inline;
}

ul.breadcrumb a {
  color: #a3a3a3;
  text-decoration: none;
}

ul.breadcrumb a:hover {
  text-decoration: underline;
}

.catalog-header {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
  color: #fff;
  background: #368953;
}

.catalog-header .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .catalog-header .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.catalog-header-descr {
  padding: 45px 0px 40px 0;
  min-height: 450px;
}

.catalog-header-pic {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.catalog-header-pic-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.catalog-header-pic img {
  max-width: 100%;
}

.catalog-header-video {
  padding: 50px 0 50px 0;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-header-video iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog-header ul.breadcrumb {
  color: #fff;
  margin: 0 0 21px 0;
}

.catalog-header ul.breadcrumb a {
  color: #fff;
}

.catalog-header h1,
.catalog-header .h1 {
  color: #fff;
  margin: 0 0 10px 0;
}

.category-pros {
  margin: 19px 0 -30px 0;
}

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

.category-pros .row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.category-pros .row > *:nth-child(3n+1) {
  clear: left;
}

.category-pros-tmb {
  float: left;
  padding: 0 0 0 80px;
  margin: 0 0 30px 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}

.category-pros-tmb-pic {
  width: 70px;
  height: 70px;
  float: left;
  border: 1px solid #FFA91F;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.category-pros-tmb-pic img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.category-pros-tmb-descr .cont {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}

.category-pros-tmb-descr p:last-child {
  margin: 0;
}

.catalog-wrapper,
.content-wrapper {
  padding: 25px 0 90px 0;
}

ul.catalog-menu,
ul.section-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
}

ul.catalog-menu > li,
ul.section-menu > li {
  margin: 0 0 11px 0;
  padding: 0;
}

ul.catalog-menu > li:before,
ul.section-menu > li:before {
  display: none;
}

ul.catalog-menu a,
ul.section-menu a {
  color: #211819 !important;
  text-decoration: none !important;
  line-height: 22px;
  display: inline-block;
}

ul.catalog-menu a.active,
ul.catalog-menu a.active:hover,
ul.section-menu a.active,
ul.section-menu a.active:hover {
  color: #0A8952 !important;
}

ul.catalog-menu span,
ul.section-menu span {
  /*display: inline-block;*/
}

ul.catalog-menu span.count {
  font-size: 10px;
  line-height: 22px;
  vertical-align: top;
  color: #0A8952;
  font-weight: 500;
  margin: 0 0 0 3px;
  position: relative;
  top: -4px;
}

ul.catalog-menu a.active span.count {
  color: #0A8952;
}

.catalog-sidebar .hr {
  height: 1px;
  margin: 25px 0 26px 0;
  background: #dddddd;
}

.catalog-sidebar h4,
.catalog-sidebar .h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #211819;
  margin: 26px 0 7px 0;
}

.catalog-filter .form-footer {
  margin: 40px 0 0 0;
}

.catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.catalog .catalog-tmb {
  width: 33.33%;
  height: auto;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.catalog .catalog-tmb:nth-child(-n+3) {
  border-top: none;
}

.catalog .catalog-tmb:nth-child(3n+1) {
  border-left: none;
}

.popular-wrapper h2,
.popular-wrapper .h2 {
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 15px 0;
}

.popular-slider {
  margin: 0 25px 25px 25px;
}

.popular-slider .slick-arrow {
  width: 30px;
  height: 30px;
  background: #c5c4cb;
  box-shadow: none;
  margin-top: -15px;
  top: 50px;
}

.popular-slider .slick-arrow:hover {
  background-color: #0A8952;
}

.popular-slider .slick-next {
  right: -25px;
}

.popular-slider .slick-prev {
  left: -25px;
}

.popular-slider .slick-arrow:after {
  width: 7px;
  height: 11px;
  background-image: url(../images/popular-slider-arrows.png);
  background-size: 14px 11px;
  margin-top: -6px;
}

.popular-slider .slick-prev:after {
  background-position: 0 0;
  left: 11px;
}

.popular-slider .slick-next:after {
  background-position: -7px 0;
  right: 11px;
}

.popular-tmb {
  display: block;
  text-decoration: none !important;
  color: #141414;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 10px;
}

.popular-tmb:hover {
  color: #ff7124;
}

.popular-tmb-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto 11px auto;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease;
}

.popular-tmb:hover .popular-tmb-pic {
  background: #ff7124;
}

.popular-tmb h3,
.popular-tmb .h3 {
  color: #141414;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0;
}

.popular-tmb:hover h3,
.popular-tmb:hover .h3 {
  color: #ff7124;
}

.page-nav {
  margin: 30px 0 0 0;
  letter-spacing: 0;
}

.page-nav-text {
  float: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: normal;
  color: #a1a1a1;
  margin: 0 15px 0 0;
  padding: 8px 0 0 0;
}

.page-nav-nav {
  float: right;
}

.modern-page-navigation {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.modern-page-navigation a,
.modern-page-navigation span {
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
}

.modern-page-navigation a {
  transition: all 0.1s ease;
  text-decoration: none !important;
  color: #141414;
}

.modern-page-navigation a:hover {
  color: #ff7124;
  text-decoration: underline !important;
}

.modern-page-current {
  color: #ff7124;
}

.modern-page-title {
  display: none !important;
}

.modern-page-previous,
.modern-page-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #368953;
  position: relative;
  border-radius: 50%;
  transition: all 0.2s ease;
  text-indent: -10000px;
  overflow: hidden;
  vertical-align: middle;
}

.modern-page-previous {
  margin-left: 0 !important;
}

.modern-page-next {
  margin-right: 0 !important;
}

.modern-page-previous:hover,
.modern-page-next:hover {
  background-color: #0A8952;
}

.modern-page-previous:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/pagenav-prev.svg) 0 0 no-repeat;
  position: absolute;
  left: 11px;
  top: 9px;
}

.modern-page-next:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/pagenav-next.svg) 0 0 no-repeat;
  position: absolute;
  right: 11px;
  top: 9px;
}

.catalog-item-wrapper {
  padding: 9px 0 0 0;
}

.catalog-item-wrapper ul.breadcrumb {
  margin: 0 0 21px 0;
}

h1 span,
.h1 span {
  color: #0A8952;
}

.catalog-item-content {
  background: #fff;
  margin: 7px 0 0 0;
}

.catalog-item-pic {
  float: left;
  padding: 20px 15px 0 35px;
  width: 350px;
}

.catalog-item-docs-link {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 15px;
}

.catalog-item-docs-link:focus {
  text-decoration: none;
}

.catalog-item-docs-link:last-of-type {
  margin-bottom: 0;
}

.catalog-item-docs-link-img {
  position: relative;
  width: 52px;
  height: 60px;
  margin-right: 20px;
}

.catalog-item-docs-link-img-type {
  position: absolute;
  padding-top: 12px;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #0A8952;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: 0.3s;
}

.catalog-item-docs-link-img svg {
  width: 100%;
}

.catalog-item-docs-link-img svg path {
  transition: 0.3s;
}

.catalog-item-docs-link-line {
  width: 1px;
  height: 60px;
  background: #CECECE;
  margin-right: 20px;
}

.catalog-item-docs-link-info {
  -ms-flex: 1;
  flex: 1;
}

.catalog-item-docs-link-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.catalog-item-docs-link-size {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  transition: 0.3s;
}

.catalog-item-docs-link:hover .catalog-item-docs-link-img svg path {
  fill: #ff7124;
}

.catalog-item-docs-link:hover .catalog-item-docs-link-name,
.catalog-item-docs-link:hover .catalog-item-docs-link-size {
  color: #ff7124;
}

.catalog-item-content-more {
  padding: 0 30px 30px 30px;
}

.catalog-item-content-more .h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  color: #141414;
  letter-spacing: 0;
  margin: 37px 0 14px 0;
}

.catalog-item-content-more-foto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 16px;
}

.catalog-item-content-more-foto.medium {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.catalog-item-content-more-foto-pic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.catalog-item-content-more-foto-pic.medium {
  padding-bottom: 50%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.catalog-item-content-more-foto-pic-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog-item-content-more-foto-pic-wrap img {
  width: 100%;
  height: 100%;
}

.catalog-item-content-more-foto-pic-loop {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
}

.catalog-item-content-more-foto-pic-loop:hover {
  opacity: 1;
}

.catalog-item-content-more-foto-pic-item {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-item-content-more-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.2%;
}

.catalog-item-content-more-video .iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog-item-content-more .h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  margin: 30px 0 0;
}

.catalog-item-content-more .h4 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #000000;
  margin: 20px 0 30px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .catalog-item-docs-link-img {
    width: 40px;
    height: 46px;
    margin-right: 12px;
  }

  .catalog-item-docs-link-img-type {
    font-size: 11px;
    line-height: 11px;
    padding-top: 10px;
    font-weight: 600;
  }

  .catalog-item-docs-link-line {
    height: 46px;
    margin-right: 12px;
  }

  p.catalog-item-docs-link-name {
    margin-bottom: 10px;
  }

  .catalog-item-docs-link-size {
    line-height: 1.2;
  }

  .catalog-item-content-more {
    padding: 0 0 30px;
  }

  .catalog-item-content-more-foto {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .catalog-item-content-more .h2 {
    font-size: 22px;
  }
}
.catalog-pic-slider {
  width: 300px;
}

.catalog-pic-slider .slick-arrow {
  background: none !important;
  box-shadow: none !important;
}

.catalog-pic-slider .slick-arrow:after {
  width: 10px;
  height: 16px;
  background-image: url(../images/catalog-pic-slider-arrows.png);
  background-size: 20px 32px;
  margin-top: -8px;
}

.catalog-pic-slider .slick-prev:after {
  background-position: 0 0;
  left: 13px;
}

.catalog-pic-slider .slick-prev:hover:after {
  background-position: 0 -16px;
}

.catalog-pic-slider .slick-next:after {
  background-position: -10px 0;
  right: 13px;
}

.catalog-pic-slider .slick-next:hover:after {
  background-position: -10px -16px;
}

.catalog-pic-slider img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.catalog-pic-slider .slide {
  line-height: 350px;
  height: 350px;
  text-align: center;
  padding: 0 15px;
}

.catalog-slider-thumbs {
  font-size: 0;
  margin: 24px 0 0 0;
}

.catalog-slider-tmb {
  display: inline-block;
  width: 68px;
  height: 68px;
  border: 1px solid #dddddd;
  transition: all 0.2s ease;
  padding: 5px;
  line-height: 58px;
  text-align: center;
  margin: 0 -1px -1px 0;
  position: relative;
  cursor: pointer;
}

.catalog-slider-tmb.active {
  border-color: #0A8952;
  z-index: 2;
}

.catalog-slider-tmb img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease;
  opacity: 0.4;
}

.catalog-slider-tmb.active img,
.catalog-slider-tmb:hover img {
  opacity: 1;
}

.catalog-item-params {
  padding: 29px 55px 0 25px;
  float: left;
  width: 527px;
}

.catalog-item-params h3,
.catalog-item-params .h3 {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #141414;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: 29px 0 10px 0;
}

.params-form {
  display: table;
  width: 100%;
  margin: 20px 0 0 0;
}

.params-form .form-group {
  display: table-row;
}

.params-form .form-group > label {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #757575;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 10px 18px 0;
  width: 80px;
}

.params-form .form-field {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 18px 0;
}

.params-radios {
  font-size: 0;
}

.params-radio {
  display: inline-block;
  min-width: 16.66%;
  margin: 0 -1px 0 0;
}

.params-radio input[type=radio] + label {
  margin: 0;
  padding: 11px 0 11px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #141414;
  text-align: center;
  border: 1px solid #dddddd;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.params-radio input[type=radio] + label:before {
  display: none;
}

.params-radio input[type=radio] + label:hover {
  background: #fff;
  box-shadow: 0px 5px 18px 0px rgba(12, 4, 5, 0.13);
  color: #ff7124;
  z-index: 2;
}

.params-radio input[type=radio]:checked + label {
  color: #fff;
  background: #0A8952;
  border-color: #0A8952;
}

.params-radio:first-child input[type=radio] + label {
  border-radius: 22px 0 0 22px;
}

.params-radio:last-child input[type=radio] + label {
  border-radius: 0 22px 22px 0;
}

.coating-radios {
  font-size: 0;
}

.coating-radio {
  display: inline-block;
}

.coating-radio input[type=radio] + label {
  font-size: 15px;
  line-height: 22px;
  color: #141414;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease;
  border: 1px solid #dddddd;
  border-radius: 22px;
  padding: 9px 23px 11px 55px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.coating-radio input[type=radio] + label:before {
  display: none;
}

.coating-radio input[type=radio]:checked + label {
  background: #0A8952;
  border-color: #0A8952;
  color: #fff;
}

.coating-radio-pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 3px;
  top: 3px;
}

.catalog-item-content-bottom {
  padding: 0 30px 50px 30px;
}

.catalog-item-content-bottom h2,
.catalog-item-content-bottom .h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  color: #141414;
  letter-spacing: 0;
  margin: 37px 0 14px 0;
}

.catalog-item-info-tabs {
  margin: 0 -30px 0 -30px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 30px;
  list-style: none;
  font-size: 0;
}

.catalog-item-info-tabs > li {
  display: inline-block;
  margin: 0 1px 0 0;
  font-size: 15px;
  line-height: 22px;
  vertical-align: top;
  padding: 0;
}

.catalog-item-info-tabs > li:before {
  display: none;
}

.catalog-item-info-tabs a {
  display: block;
  text-decoration: none !important;
  color: #727272;
  transition: all 0.2s ease;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  position: relative;
  display: block;
  padding: 16px 28px 17px 28px;
}

.catalog-item-info-tabs a:hover {
  background: #e3e3e3;
  border-color: #e3e3e3;
}

.catalog-item-info-tabs > li.active a {
  border-color: #ebebeb;
  background-color: #fff;
}

.catalog-item-info-tabs > li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #fff;
  height: 1px;
  transition: all 0.2s ease;
  opacity: 0;
}

.catalog-item-info-tabs > li.active a:after {
  opacity: 1;
}

.catalog-item-info-tabs a span {
  background-image: linear-gradient(to right, #727272 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: 4px 1px;
}

.catalog-item-info-tabs > li.active a span {
  background: none;
}

.catalog-item-info-tabs .ico {
  display: inline-block;
  vertical-align: top;
}

.catalog-item-info-tabs .ico-tab-video {
  width: 25px;
  height: 19px;
  background: url(../images/ico-tab-video.png) 0 0 no-repeat;
  background-size: 25px auto;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}

.catalog-item-info-tabs > li.active .ico-tab-video {
  background-position: 0 -19px;
}

.catalog-item-info .tab-content {
  padding: 42px 30px 34px 30px;
}

.catalog-item-info .tab-content ul:last-child {
  margin-bottom: 0;
}

.catalog-item-sidebar {
  width: 262px;
  padding: 9px 0 0 0;
  letter-spacing: 0;
}

.catalog-item-sidebar-fixed {
  position: fixed;
}

.catalog-item-code {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #757575;
  letter-spacing: -0.025em;
  margin: 0 0 11px 0;
}

.catalog-item-count-price {
  margin: 0 0 15px 0;
}

.catalog-item-price {
  margin: 0 15px 0 0;
  float: left;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.025em;
  padding: 7px 0 0 0;
}

.catalog-item-count {
  float: right;
}

.catalog-item-count input[type=text] {
  background: #fff;
}

.catalog-item-buttons .btn {
  display: block;
  width: 100%;
  margin: 0 0 14px 0;
}

ul.catalog-item-rates {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  list-style: none;
  margin: 23px 0 16px 0;
  padding: 0;
}

ul.catalog-item-rates > li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 4px 0;
}

ul.catalog-item-rates > li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0A8952;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
}

.catalog-item-rates span {
  margin-left: 7px;
}

.catalog-item-sidebar .hr {
  height: 1px;
  background: #dddddd;
  margin: 16px 0 15px 0;
}

.catalog-item-wrapper-new .catalog-item-sidebar .hr {
  margin: 30px 0;
}

.catalog-item-data {
  font-size: 13px;
  line-height: 18px;
}

.catalog-item-data-item {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 7px 0;
}

.catalog-item-data-item .ico {
  position: absolute;
  left: 0;
  top: -2px;
}

.main-section-also {
  padding-top: 74px;
  padding-bottom: 74px;
}

.main-section-also + .main-section-also {
  padding-top: 0;
}

.categories-slider .slick-arrow {
  top: 130px;
}

.categories-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.categories-slider .slide {
  height: 332px;
}

.categories-slider .product-tmb {
  margin: 0;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
  height: 100%;
  padding: 30px 20px 20px 20px;
}

.categories-slider .product-tmb:hover {
  color: #141414;
  box-shadow: 0px 5px 40px 0px rgba(12, 4, 5, 0.13);
  z-index: 10;
}

.slick-active + .slick-active .product-tmb {
  border-left: 1px solid #e8e8e8;
}

.app-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.app-wrapper .row > * {
  padding-left: 0;
  padding-right: 0;
}

.app-slider .slick-arrow {
  width: 26px;
  height: 26px;
  background: #0A8952;
  top: 219px;
}

.app-slider .slick-arrow:hover {
  background: #ff7124;
}

.app-slider .slick-prev {
  left: 20px;
}

.app-slider .slick-next {
  right: 20px;
}

.app-slider .slick-arrow:after {
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-image: url(../images/app-slider-arrows.png);
  background-size: 12px 10px;
}

.app-slider .slick-prev:after {
  background-position: 0 0;
  left: 9px;
}

.app-slider .slick-next:after {
  background-position: -6px 0;
  right: 9px;
}

.app-slider ul.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  bottom: 34px;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.app-slider ul.slick-dots > li {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}

.app-slider ul.slick-dots > li button {
  display: none;
}

.app-slider ul.slick-dots > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  transition: all 0.2s ease;
}

.app-slider ul.slick-dots > li.slick-active:before,
.app-slider ul.slick-dots > li:hover:before {
  background: #ff7124;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

.app-tmb {
  letter-spacing: 0;
}

.app-tmb-pic img {
  width: 100%;
}

.app-tmb-descr {
  background: #0A8952;
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 31px 0 71px 0;
}

.app-tmb-header {
  padding: 0 61px;
}

.app-tmb-header a {
  color: #fff;
  text-decoration: none !important;
}

.app-tmb .sup-ttl {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}

.app-tmb h3,
.app-tmb .h3 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #fff;
}

.app-tmb-text {
  padding: 0 30px;
}

.app-tmb-button {
  margin: 35px 0 0 0;
}

.app-tmb-button .btn-2,
.app-tmb-button .btn-2:focus {
  font-size: 18px;
  padding: 10px 42px 13px 42px;
}

.products-list-alt {
  margin: 0;
}

.products-list-alt > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.products-list-alt .product-tmb {
  margin: 0;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
  height: 100%;
  padding: 25px 20px 31px 20px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.products-list-alt > .row *:nth-child(-n+4) .product-tmb {
  border-top: none;
}

.products-list-alt > .row *:nth-child(4n+1) .product-tmb {
  border-left: none;
}

.products-list-alt .product-tmb:hover {
  color: #141414;
  box-shadow: 0px 5px 40px 0px rgba(12, 4, 5, 0.13);
  z-index: 10;
}

.products-list-alt .product-tmb-pic {
  width: 112px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 14px auto;
}

.products-list-alt .product-tmb-pic:before {
  width: 112px;
  height: 112px;
}

.products-list-alt .product-tmb-pic:after {
  width: 112px;
  height: 56px;
  background-image: url(../images/product-mask-small.png);
}

.products-list-alt .product-tmb h3,
.products-list-alt .product-tmb .h3 {
  font-size: 18px;
  line-height: 20px;
}

.page-wrapper-inner {
  padding: 28px 0 90px 0;
}

.page-wrapper-inner ul.breadcrumb {
  margin: 0 0 1px 0;
}

.page-wrapper-inner h1,
.page-wrapper-inner .h1 {
  margin: 0 0 37px 0;
}

.main-section-application {
  padding: 0;
  margin: 0 0 54px 0;
}

.login-form-wrapper {
  background: #fff;
  padding: 50px 40px 40px 40px;
}

.login-form {
  margin: 0 0 40px 0;
  letter-spacing: 0;
}

.login-form .form-group {
  display: -ms-flexbox;
  display: flex;
}

.login-form .form-group > label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #171717;
  margin: 0;
  padding: 0 30px 0 0;
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.register-form .form-group > label {
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login-form .form-field {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.login-form .form-footer {
  margin-left: 130px;
  margin-right: -20px;
  font-size: 0;
}

.login-form .form-footer .btn {
  margin: 0 20px 0 0;
}

.login-form-wrapper .hr {
  height: 1px;
  background: #d1d1d1;
  margin: 30px 0 30px 0;
}

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

.login-ext-ttl {
  padding: 0 30px 0 0;
}

.login-ext-buttons {
  text-align: right;
  font-size: 0;
  text-align: right;
  margin: 0 -5px;
}

.btn-login-ext {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(12, 4, 5, 0.13);
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  line-height: 44px;
}

.register-text {
  margin-top: 30px;
}

.login-form .form-hint {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 0 0 0 20px;
  color: #676767;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login-form .cont {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.login-form .form-checkboxes {
  margin: 13px 0 0 0;
}

.register-form .form-field {
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.register-form .form-captcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.register-form .form-captcha-pic {
  line-height: 50px;
  padding: 0 20px 0 0;
}

.register-form .form-captcha-input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-item {
  background: #fff;
  color: #141414;
}

.order-item + .order-item {
  margin-top: 20px;
}

.order-item-header {
  border-bottom: 1px solid #dddddd;
  padding: 36px 40px 24px 40px;
}

.order-item-header h2,
.order-item-header .h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 50px 0 13px 0;
  color: #141414;
  text-transform: none;
  margin: 0;
}

.order-item-info {
  letter-spacing: -0.025em;
  margin: 7px 0 0 0;
}

.order-item p:last-child {
  margin-bottom: 0;
}

.order-item-body {
  padding: 16px 40px 24px 40px;
}

.order-details-item {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.025em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.order-details-item + .order-details-item {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #dddddd;
}

.order-details-item h4,
.order-details-item .h4 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin: 0 0 9px 0;
}

.order-details-info p {
  margin: 0;
}

.order-details-link {
  margin: 8px 0 0 0;
}

.order-details-item-button {
  margin: 0 0 0 30px;
}

.order-details-item-button .btn-1,
.order-details-item-button .btn-1:focus {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 30px 12px 30px;
}

.order-item-footer {
  border-top: 1px solid #dddddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 16px 40px;
}

.order-item-footer-l {
  padding-bottom: 6px;
}

.order-item-footer-r {
  margin-left: 30px;
}

.order-footer-buttons {
  margin: 0 -8px;
  font-size: 0;
}

.order-footer-buttons .btn {
  margin: 0 8px;
}

.btn-ico-small,
.btn-ico-small:focus {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 7px 20px 7px 16px;
  letter-spacing: 0;
}

.btn-ico-small span {
  position: relative;
  padding: 0 0 0 27px;
}

.btn-ico-small span:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px auto;
}

.btn-ico-small:hover span:before {
  background-position: 0 -20px;
}

.btn-ico-small-repeat span:before {
  background-image: url(../images/ico-btn-small-repeat.png);
}

.btn-ico-small-cancel span:before {
  background-image: url(../images/ico-btn-small-cancel.png);
}

.status {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background: #ccc;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  color: #fff;
  margin: 0 0 -10px 15px;
  top: -3px;
  padding: 6px 10px 6px 10px;
}

.status:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-right-color: #ccc;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
}

.status-green {
  background: #1dcc1d;
}

.status-green:before {
  border-right-color: #1dcc1d;
}

.status-red {
  background: #e11111;
}

.status-red:before {
  border-right-color: #e11111;
}

.account-info-text {
  font-size: 14px;
  line-height: 22px;
  color: #141414;
  margin: 28px 0 34px 0;
}

.account-info-text p {
  margin: 0;
}

.filter-region-group {
  clear: both;
  margin: 0 0 12px 0;
}

.filter-region-ttl {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #141414;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 4px 0;
}

.filter-region-ttl:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/filter-plus-minus.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 5px;
}

.filter-region-ttl:hover {
  color: #ff7124;
}

.filter-region-ttl:hover:before {
  background-position: 0 -14px;
}

.filter-region-ttl.active {
  color: #ff7124;
}

.filter-region-ttl.active:before {
  background-position: -14px 0;
}

.filter-region-ttl.active:hover:before {
  background-position: -14px -14px;
}

.filter-region-list {
  display: none;
  margin: 10px 0 10px 25px;
}

.filter-region-ttl.active + .filter-region-list {
  display: block;
}

.filter-region-list:after {
  content: "";
  display: table;
  clear: both;
}

.region-list-link {
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #141414;
  display: block;
  float: left;
  clear: left;
  text-decoration: none;
}

.region-list-link:before {
  content: "";
  width: 9px;
  height: 11px;
  background: url(../images/ico-region.png) 0 0 no-repeat;
  background-size: 9px 22px;
  position: absolute;
  left: 0;
  top: 4px;
}

.region-list-link:hover,
.region-list-link.active {
  color: #ff7328;
}

.region-list-link:hover:before,
.region-list-link.active:before {
  background-position: 0 -11px;
}

.regions-big-wrapper {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 5px 0 20px 0;
  padding: 14px 0 1px 0;
}

.region-list-item:after {
  content: "";
  display: table;
  clear: both;
}

.region-list-item-big {
  margin: 0 0 15px 0;
}

.region-list-item-big .region-list-link {
  font-size: 16px;
  line-height: 24px;
}

.region-list-item-big .region-list-link:before {
  width: 11px;
  height: 16px;
  top: 4px;
  background-image: url(../images/ico-region-big.png);
  background-size: 11px 32px;
}

.region-list-item-big .region-list-link.active:before,
.region-list-item-big .region-list-link:hover:before {
  background-position: 0 -16px;
}

.region-list-item-big .region-list-link .info {
  font-size: 13px;
  line-height: 18px;
  color: #818181;
}

.cart-popup {
  position: absolute !important;
  z-index: 45;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(12, 4, 5, 0.13);
  right: 0;
  top: 100%;
  width: 457px;
  padding: 5px 20px 30px 20px;
  color: #141414;
  display: none;
}

.popup-cart-table {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.popup-cart-table tr:hover {
  box-shadow: none;
}

.popup-cart-table td {
  padding: 20px 10px 21px 10px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
  color: #141414;
}

.popup-cart-table tr:hover td {
  color: #141414;
}

td.popup-cart-pic {
  padding-left: 0;
}

.popup-cart-pic img {
  width: 60px;
}

.popup-cart-descr h3,
.popup-cart-descr .h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}

.popup-cart-descr h3 a,
.popup-cart-descr .h3 a {
  text-decoration: none;
  color: #141414;
}

.popup-cart-descr h3 a:hover,
.popup-cart-descr .h3 a:hover {
  text-decoration: underline;
  color: #ff7124;
}

.popup-cart-price {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.popup-cart-price .price-old {
  color: #a1a1a1;
  text-decoration: line-through;
}

table.popup-cart-info {
  width: auto;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 0 0;
}

table.popup-cart-info td {
  padding: 0 10px 0 0;
  border: none;
}

table.popup-cart-info td.name {
  color: #757575;
}

td.popup-cart-remove {
  padding-right: 0;
  padding-left: 0;
}

.btn-popup-remove {
  width: 10px;
  height: 10px;
  background: url(../images/popup-cart-remove.png) 0 0 no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
  margin: 7px 0 0 0;
}

.cart-popup-total {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-align: right;
  margin: 13px 0 0 0;
}

.cart-popup-total .name {
  display: inline-block;
  margin: 0 30px 0 0;
}

.cart-popup-total .val {
  display: inline-block;
  font-size: 20px;
}

.cart-popup-footer {
  text-align: right;
  margin: 15px 0 0 0;
}

.cart-popup-footer .btn-1,
.cart-popup-footer .btn-1:focus {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 25px 13px 25px;
}

/* Cart */
.basket-checkout-container {
  background: #fff;
  padding: 20px 30px 20px 30px;
}

.basket-items-list-table {
  background: #fff;
  margin: 0;
}

.basket-items-list-table tr:hover {
  box-shadow: none;
}

.basket-items-list-table td {
  border-bottom: 10px solid #f0f0f0;
  color: #141414;
  padding: 26px 15px 26px 15px;
}

.basket-items-list-table tr:hover td {
  color: #141414;
}

.basket-item-block-image {
  position: relative;
}

.basket-item-block-image .catalog-tmb-discount {
  width: 40px;
  height: 40px;
  right: -10px;
  top: -10px;
}

.basket-item-block-image .catalog-tmb-discount .num {
  font-size: 13px;
  line-height: 40px;
}

.basket-item-block-info h2,
.basket-item-block-info .h2 {
  font-size: 19px;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 19px 0;
  color: #141414;
}

.basket-item-block-info h2 a,
.basket-item-block-info .h2 a {
  color: #141414;
  text-decoration: none;
}

.basket-item-block-info h2 a:hover,
.basket-item-block-info .h2 a:hover {
  text-decoration: none;
  color: #ff7124;
  text-decoration: underline;
}

.basket-item-actions-remove {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/ico-cart-remove.png) 0 0 no-repeat;
  cursor: pointer;
  background-size: 14px auto;
}

.basket-item-block-amount {
  font-size: 0;
  line-height: 44px;
  position: relative;
  white-space: nowrap;
  width: 158px;
}

.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #0A8952;
  cursor: pointer;
  vertical-align: top;
  border-radius: 50%;
  margin: 9px 0 0 0;
  position: relative;
  transition: all 0.2s ease;
}

.basket-item-amount-btn-minus:hover,
.basket-item-amount-btn-plus:hover {
  background-color: #ff7124;
  box-shadow: 0px 10px 25px 0px rgba(255, 103, 36, 0.35);
}

.basket-item-block-amount.disabled .basket-item-amount-btn-minus,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus {
  box-shadow: none !important;
  background-color: #e6e6e6 !important;
  cursor: default;
}

.basket-item-amount-btn-minus:after,
.basket-item-amount-btn-plus:after {
  content: "";
  background: url(../images/plus-minus.png) 0 0 no-repeat;
  background-size: 20px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

.basket-item-amount-btn-minus:after {
  background-position: 0 0;
}

.basket-item-amount-btn-plus:after {
  background-position: 0 -10px;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
  background-position: -10px 0;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after {
  background-position: -10px -10px;
}

.basket-item-amount-filed-block {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  position: relative;
  margin: 0 8px;
  height: 44px;
}

.basket-item-amount-field-description {
  position: absolute;
  right: 48px;
  top: 14px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #757575;
  pointer-events: none;
}

.basket-item-amount-filed-block input[type=text] {
  padding: 9px 45px 11px 5px;
  text-align: right;
}

.basket-item-amount-filed-block input[type=text]:hover,
.basket-item-amount-filed-block input[type=text]:focus,
.basket-item-amount-filed-block input[type=text].error {
  padding: 8px 44px 10px 4px;
}

.basket-item-amount-filed-block input[type=text]:disabled:hover,
.basket-item-amount-filed-block input[type=text]:disabled:focus,
.basket-item-amount-filed-block input[type=text]:disabled.error {
  padding: 9px 44px 11px 5px;
}

.basket-item-block-price {
  line-height: 24px;
}

.basket-item-price-current-text {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.basket-item-price-title {
  font-size: 13px;
  line-height: 18px;
}

.basket-items-list-item-price-for-one .basket-item-price-current-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.basket-item-price-old {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #a1a1a1;
  letter-spacing: -0.025em;
  text-decoration: line-through;
}

.basket-coupon-alert {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #ff7124;
}

.basket-coupon-alert.text-danger {
  color: #d4344c;
}

.basket-coupon-alert strong {
  font-weight: bold;
}

.basket-coupon-alert .close-link {
  width: 10px;
  height: 10px;
  background: url(../images/ico-code-remove.png) 0 0 no-repeat;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
  vertical-align: top;
  margin: 3px 0 0 4px;
  overflow: hidden;
}

.basket-coupon-alert .close-link:hover {
  background-position: 0 -10px;
}

.form-control {
  height: auto;
}

.basket-coupon-section {
  margin: 0 0 20px 0;
}

.basket-coupon-section .form-group {
  margin: 0 0 12px 0;
}

.basket-coupon-section label.placeholder {
  font-size: 15px;
  padding: 10px 20px 12px 20px;
}

.basket-coupon-section input[type=text] {
  font-size: 15px;
  padding: 10px 20px 12px 20px;
}

.basket-coupon-section input[type=text]:hover,
.basket-coupon-section input[type=text]:focus {
  padding: 9px 19px 11px 19px;
}

.basket-coupon-section .form-footer {
  margin: 12px 0 0 0;
}

.basket-coupon-section .btn-3,
.basket-coupon-section .btn-3:focus {
  padding: 5px 15px 7px 15px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
  border-radius: 18px;
}

.basket-checkout-header {
  text-align: center;
  padding: 0 30px 16px 30px;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 -30px 24px -30px;
}

.basket-checkout-header h3,
.basket-checkout-header .h3 {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0;
}

td.basket-items-list-item-descriptions {
  padding-left: 30px;
  padding-bottom: 20px;
}

.basket-items-list-item-descriptions-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket-item-block-image {
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
  text-align: center;
}

.basket-item-image {
  max-width: 100% !important;
  height: auto !important;
  max-height: 115px;
}

.basket-item-block-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.basket-item-block-properties {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: -0.025em;
  display: table;
}

.basket-item-property-custom {
  display: table-row;
}

.basket-item-property-custom-name {
  display: table-cell;
  color: #757575;
  padding: 0 15px 9px 0;
}

.basket-item-property-custom-value {
  display: table-cell;
  padding: 0 0 9px 0;
}

td.basket-items-list-item-amount {
  padding-top: 17px;
  padding-bottom: 17px;
}

td.basket-items-list-item-remove {
  padding: 30px 20px 30px 5px;
}

.basket-checkout-block-btn {
  margin: 15px 0 20px 0;
}

.basket-checkout-section .btn-1 {
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.basket-checkout-block-total-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -0.025em;
}

.basket-checkout-block-total-price {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -0.025em;
}

.basket-items-search-field {
  margin: 0 0 20px 0;
}

.basket-items-search-field input[type=text],
.basket-items-search-field input[type=text]:focus {
  background: #fff;
}

.basket-items-list-header-filter {
  margin: 0 0 20px 0;
}

.bx-soa-section {
  background: #fff;
  margin: 0 0 10px 0;
  position: relative;
}

.radio-inline {
  margin: 0 0 6px 0;
  padding: 0;
}

.radio-inline label {
  padding: 0;
  margin: 0;
}

.label-cont {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 33px;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #171717;
}

input[type=checkbox]:checked + .label-cont,
input[type=radio]:checked + .label-cont {
  color: #0A8952;
  font-weight: 600;
}

input[type=checkbox]:disabled + .label-cont,
input[type=radio]:disabled + .label-cont {
  color: #afafaf;
}

.checkbox-label-error {
  color: #d4344c !important;
}

input[type=checkbox] + .label-cont:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/checkbox.png) 0 0 no-repeat;
  background-size: 20px auto;
  position: absolute;
  left: 0;
  top: 2px;
}

input[type=checkbox]:checked + .label-cont:before {
  background-position: 0 -20px;
}

input[type=checkbox]:disabled + .label-cont:before {
  background-position: 0 -40px;
}

input[type=radio] + .label-cont:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/radio.png) 0 0 no-repeat;
  background-size: 20px auto;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
}

input[type=radio]:checked + .label-cont:before {
  background-position: 0 -20px;
}

input[type=radio]:disabled + .label-cont:before {
  background-position: 0 -40px;
}

.bx-soa-custom-label,
.bx-soa-coupon-label label {
  font-size: 12px;
  line-height: 16px;
  color: #141414;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 0 10px 0;
}

.bx-soa-custom-label + br {
  display: none;
}

.bx-soa-section-content .form-group {
  margin: 0 0 28px 0;
}

.bx-soa-section-title-container {
  border-bottom: 1px solid #dddddd;
  padding: 18px 5px 17px 5px;
}

.bx-soa-section-title-container:after {
  content: "";
  display: table;
  clear: both;
}

.bx-soa-section-title-container h2,
.bx-soa-section-title-container .h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.025em;
  margin: 0;
}

.bx-soa-section-title-count {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  text-align: center;
  position: relative;
  vertical-align: top;
  margin: -3px 15px -3px 0;
}

#bx-soa-order {
  counter-reset: heading;
}

.bx-soa-section .bx-soa-section-title-count:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #a1a1a1;
  counter-increment: heading;
  content: counter(heading);
  transition: all 0.3s ease;
}

.bx-soa-section.bx-selected .bx-soa-section-title-count {
  border-color: #0A8952;
  background-color: #0A8952;
}

.bx-soa-section.bx-selected .bx-soa-section-title-count:after {
  color: #fff;
}

.bx-soa-section.bx-step-complete .bx-soa-section-title-count {
  border-color: #0A8952;
}

.bx-soa-section.bx-step-complete .bx-soa-section-title-count:after {
  border-color: #0A8952;
  content: "";
  width: 15px;
  height: 11px;
  background: url(../images/order-step-check.png) 0 0 no-repeat;
  background-size: 15px 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -7px;
}

.bx-soa-editstep {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0A8952;
  background-image: linear-gradient(to right, #0A8952 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left 0 bottom 1px;
  margin: 0 0 0 25px;
  position: relative;
  text-decoration: none !important;
}

.bx-soa-editstep:hover {
  color: #ff7124;
  background: none;
}

.bx-soa-editstep:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/ico-order-step-edit.png) 0 0 no-repeat;
  background-size: 16px 32px;
  position: absolute;
  left: -25px;
  top: 3px;
}

.bx-soa-editstep:hover:before {
  background-position: 0 -16px;
}

.bx-soa-section.bx-selected .bx-soa-editstep {
  display: none;
}

.bx-soa-section-content {
  padding: 27px 30px 25px 30px !important;
}

.bx-sls .dropdown-block {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #141414;
  border: none;
  border-radius: 0;
  background: #f3f2f2;
  width: 100%;
  margin: 0;
  padding: 13px 25px 13px 25px;
  border-radius: 25px;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  resize: none;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13);
}

.bx-sls .dropdown-block:hover {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 12px 24px 12px 24px;
}

.bx-sls .dropdown-block:focus {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 12px 24px 12px 24px;
  background-color: #fff;
}

.bx-sls .dropdown-block .dropdown-icon {
  display: none;
}

.bx-sls .dropdown-block .dropdown-fade2white {
  display: none;
}

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #141414;
  padding: 0 20px 0 0 !important;
  height: auto !important;
}

.bx-sls .dropdown-block .bx-ui-sls-clear {
  width: 16px;
  height: 16px;
  background: url(../images/ico-clear-field.png) 0 0 no-repeat;
  background-size: 16px 32px;
  top: 50%;
  margin-top: -8px;
  right: 16px;
}

.bx-sls .dropdown-block:hover .bx-ui-sls-clear {
  right: 15px;
}

.bx-sls .dropdown-block .bx-ui-sls-clear:hover {
  background-position: 0 -16px;
}

.bx-soa-tooltip.tooltip.top {
  position: relative;
  left: auto;
  top: auto;
  background: none;
  color: #e11111;
  font-size: 12px;
  margin: 0 0 4px 0;
  padding: 0;
  opacity: 1;
}

.bx-soa-tooltip.tooltip.top .tooltip-arrow {
  display: none;
}

.bx-soa-tooltip.tooltip.top .tooltip-inner {
  max-width: 100%;
  padding: 0;
  background: none;
  text-align: left;
  border-radius: 0;
  color: #e11111;
}

.bx-soa-more {
  border-top: 1px solid #dddddd;
  margin: 40px -30px 0 -30px;
  width: auto;
  display: block;
  float: none;
  padding: 25px 15px 0 15px;
}

.basket-shipping-list .bx-soa-pp-company {
  cursor: pointer;
  width: 33.33% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.basket-shipping-list .bx-soa-pp-company-graf-container {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  margin: 0 15px 0 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.basket-shipping-list .bx-soa-pp-company-descr-container {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.basket-shipping-list .bx-soa-pp-company-smalltitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0A8952;
  letter-spacing: -0.025em;
}

.basket-shipping-list .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle {
  color: #ff7124;
}

.basket-shipping-list .bx-soa-pp-company-image {
  width: 70px;
  height: 70px;
  background-size: 70px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.basket-shipping-list .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image {
  background-position: 0 -70px;
}

.basket-shipping-list .bx-soa-pp-delivery-cost {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #676767;
  letter-spacing: -0.025em;
  margin: 5px 0 0 0;
}

.basket-shipping-list .bx-soa-pp-company.bx-selected .bx-soa-pp-delivery-cost {
  color: #ff7124;
}

.basket-shipping-list {
  width: auto !important;
  float: none;
  padding: 0 !important;
}

.basket-shipping-list:after {
  content: "";
  display: table;
  clear: both;
}

.basket-shipping-wrapper .bx-soa-pp-desc-container {
  display: none;
}

.bx-soa-coupon {
  margin: 30px 0 0 0;
}

.bx-soa-coupon-item {
  display: block;
  margin: 10px 0 0 0;
}

.bx-soa-coupon-remove {
  width: 10px;
  height: 10px;
  background: url(../images/ico-code-remove.png) 0 0 no-repeat;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  text-indent: -1000px;
  overflow: hidden;
  vertical-align: top;
  margin: 7px 0 0 9px;
}

.bx-soa-coupon-remove:hover {
  background-position: 0 -10px;
}

textarea.form-control {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #141414;
  border: none;
  border-radius: 0;
  background: #f3f2f2;
  width: 100%;
  margin: 0;
  padding: 12px 25px 14px 25px;
  border-radius: 25px;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  resize: none;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13);
}

textarea.form-control:hover {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 11px 24px 13px 24px;
}

textarea.form-control:focus {
  box-shadow: none;
  border: 1px solid #ff7124;
  padding: 11px 24px 13px 24px;
  background-color: #fff;
}

textarea.form-control:disabled,
textarea.form-control:hover {
  color: #b3b3b3;
  background-color: #f3f2f2;
  box-shadow: inset 0px 3px 4px 0px rgba(12, 4, 5, 0.13);
  padding: 12px 25px 14px 25px;
  border: none;
}

.bx-soa-item-table {
  display: table;
  width: 100%;
}

.bx-soa-item-tr {
  display: table-row;
}

.bx-soa-item-td {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 10px 20px 10px;
}

.bx-soa-item-td:first-child {
  padding-left: 0;
}

.bx-soa-item-td:last-child {
  padding-right: 0;
}

.bx-soa-item-imgcontainer {
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
}

.bx-soa-item-block {
  display: -ms-flexbox;
  display: flex;
}

.bx-soa-item-img-block {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}

.bx-soa-item-title {
  font-size: 19px;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 19px 0;
  color: #141414;
}

.bx-soa-item-title a {
  color: #141414;
  text-decoration: none;
}

.bx-soa-item-title a:hover {
  color: #ff7124;
  text-decoration: underline;
}

.basket-items-list-wrapper-height-fixed {
  padding-top: 0 !important;
}

.basket-total-table {
  display: table;
  width: 100%;
  margin: 28px 0 0 0;
}

.basket-total-tr {
  display: table-row;
}

.basket-total-tr-alt {
  color: #ff7124;
}

.basket-total-td {
  display: table-cell;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.basket-total-td-name {
  padding: 0 10px 10px 0;
}

.basket-total-td-val {
  text-align: right;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.basket-total-wrapper {
  border-top: 1px solid #e8e8e8;
  margin: 8px 0 0 0;
  padding: 13px 0 0 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.025em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basket-total-name {
  padding: 0 10px 0 0;
}

.bx-soa-item-td .bx-price,
.bx-soa-item-td .bx-price-old {
  white-space: nowrap;
}

.bx-soa-item-td .bx-price-old {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #a1a1a1;
  letter-spacing: -0.025em;
  text-decoration: line-through;
}

.bx-soa-item-properties {
  font-size: 14px;
  line-height: 18px;
}

.bx-soa-cart-total {
  background: #fff;
  padding: 20px 30px;
}

.bx-soa-cart-total-line {
  font-size: 14px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bx-soa-cart-t {
  padding: 0 10px 10px 0;
}

.bx-soa-cart-d {
  padding: 0 0 10px 0;
  font-weight: bold;
}

.bx-soa-cart-total-line-total {
  border-top: 1px solid #e8e8e8;
  margin: 8px 0 0 0;
  padding: 13px 0 0 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.025em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bx-soa-cart-total-ghost {
  padding-top: 0 !important;
}

.bx-soa-pickup-subTitle {
  font-size: 12px;
  line-height: 16px;
  color: #141414;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 0 15px 0;
}

.bx-soa-pickup-list.main {
  background: none;
}

.bx-soa-pickup-list-item {
  /*padding: 16px 20px 20px 20px;*/
}

.bx-soa-pickup-l-item-adress {
  font-size: 13px;
  line-height: 18px;
  color: #141414;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 6px 0;
}

.bx-soa-section-content h3,
.bx-soa-section-content .h3 {
  font-size: 13px;
  line-height: 18px;
  color: #141414;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 6px 0;
}

.pickup-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pickup-item-pic {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 20px 0 0;
}

.pickup-item-pic img {
  max-width: 100%;
}

.pickup-item-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pickup-info-table {
  display: table;
}

.pickup-info-table-tr {
  display: table-row;
}

.pickup-info-table-td {
  display: table-cell;
  font-size: 13px;
  line-height: 15px;
}

.pickup-info-table-td-name {
  font-weight: 500;
  padding: 0 10px 5px 0;
  color: #757575;
}

.pickup-info-table-td-val {
  font-weight: 500;
  padding: 0 0 5px 0;
}

.pickup-item-btn {
  margin-left: 30px;
}

.basket-payment-wrapper .bx-soa-pp-item-container {
  padding: 0;
  width: 62%;
}

.basket-payment-wrapper .bx-soa-pp-desc-container {
  width: 38%;
}

.basket-payment-list .bx-soa-pp-company {
  margin-bottom: 25px;
  cursor: pointer;
}

.basket-payment-list .bx-soa-pp-company:nth-child(3n+1) {
  clear: left;
}

.basket-payment-list .bx-soa-pp-company-image {
  height: 80px;
  background-size: contain;
  border: 1px solid #0A8952;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.basket-payment-list .bx-soa-pp-company-image:after {
  content: "";
  display: none;
  background: url(../images/payment-check.png) 0 0 no-repeat;
}

.basket-payment-list .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image {
  border-color: #ff7124;
}

.basket-payment-list .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image:after {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.basket-payment-list .bx-soa-pp-company-smalltitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #171717;
  margin: 8px 0 0 0;
}

.basket-payment-list .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle {
  color: #ff7124;
}

.selected-payment .bx-soa-pp-company {
  background: #fff;
  box-shadow: 0px 5px 18px 0px rgba(12, 4, 5, 0.13);
  padding: 20px 20px 20px 20px;
  font-size: 13px;
  line-height: 16px;
}

.selected-payment .bx-soa-pp-company-logo .bx-soa-pp-company-image {
  height: 50px;
  background-position: 0 center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
}

.selected-payment .bx-soa-pp-company-subTitle {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.bx-soa-pp-company-selected {
  display: -ms-flexbox;
  display: flex;
}

.shipping-selected-pic {
  -ms-flex-preferred-size: 38px;
  flex-basis: 38px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
  overflow: hidden;
  margin: 0 13px 0 0;
}

.shipping-selected-pic img {
  height: auto;
  width: 38px;
  margin-top: -38px;
}

.shipping-selected-ttl {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.shipping-selected-descr .bx-soa-pp-price {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #ff7124;
}

.bx-soa-pp-company-selected {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.bx-soa-pp-company-selected-pic {
  -ms-flex-preferred-size: 87px;
  flex-basis: 87px;
  height: 50px;
  border: 1px solid #ff7124;
  padding: 10px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 20px 0 0;
}

.bx-soa-pp-company-selected-pic img {
  max-width: 100%;
  max-height: 100%;
}

.bx-soa-pp-company-selected-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.region-info-table {
  display: table;
}

.region-info-table-tr {
  display: table-row;
}

.region-info-table-td {
  display: table-cell;
  font-size: 13px;
  line-height: 15px;
}

.region-info-table-td-name {
  font-weight: 500;
  padding: 0 10px 10px 0;
  color: #757575;
}

.region-info-table-td-val {
  font-weight: bold;
  padding: 0 0 10px 0;
}

.order-sidebar-ttl {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background: #fff;
  text-align: center;
  padding: 22px 20px 17px 20px;
  border-bottom: 1px solid #d1d1d1;
}

.order-basket-item-info {
  display: table;
}

.order-basket-item-info-td {
  display: table-cell;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}

.order-basket-item-info-td-name {
  padding: 0 10px 5px 0;
  color: #757575;
}

.order-basket-item-info-td-val {
  padding: 0 0 5px 0;
}

.bx-soa-item-properties .bx-price.all {
  font-size: 22px;
  font-weight: 600;
}

/* Cart END */
.loading {
  position: relative;
}

.loading:after {
  content: "";
  z-index: 50;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8) url(../images/spinner.svg) center center no-repeat;
}

.btn.loading {
  background: url(../images/spinner.svg) center center no-repeat !important;
  box-shadow: none !important;
  color: transparent !important;
  transition: none !important;
}

.btn.loading:after {
  display: none;
}

.bx-authform {
  margin: 0 0 30px 0;
}

.bx-authform .form-group {
  margin: 0 0 15px 0;
}

.bx-authform .form-footer {
  margin: 20px 0 0 0;
}

.bx-authform .form-forgot-wrapper {
  margin: 20px 0 0 0;
}

.bx-authform-social ul > li {
  margin: 0 5px 5px 0;
  padding: 0;
}

.bx-authform-social ul > li:before {
  display: none;
}

.bx-soa-reg-block .btn {
  margin-top: 15px;
}

.bx-soa-reference {
  margin-top: 30px;
}

.navbar-container {
  position: relative;
}

.header-submenu {
  position: absolute;
  background: #fff;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
  width: 1266px;
  z-index: 500;
  left: 50%;
  margin-left: -633px;
  padding: 44px 50px 10px 50px;
  display: none;
}

.header-submenu h4,
.header-submenu .h4 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin: 40px 0 9px 0;
}

.header-submenu h4:first-child,
.header-submenu .h4:first-child {
  margin-top: 0;
}

.header-submenu ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 18px;
}

.header-submenu ul > li {
  padding: 0;
  margin: 0 0 10px 0;
}

.header-submenu ul > li:before {
  display: none;
}

.header-submenu ul a {
  color: #676767;
  text-decoration: none;
}

.header-submenu ul a:hover {
  text-decoration: underline;
}

.order-success-wrapper {
  background: #fff;
  padding: 36px 40px 40px 40px;
  font-size: 16px;
  line-height: 22px;
}

.order-success-wrapper h3,
.order-success-wrapper .h3 {
  margin: 0 0 9px 0;
}

.order-success-wrapper .hr {
  height: 1px;
  background: #e8e8e8;
  margin: 25px 0 25px 0;
}

.order-success-wrapper h4,
.order-success-wrapper .h4 {
  margin: 25px 0 14px 0;
}

.payment-tmb {
  display: -ms-flexbox;
  display: flex;
}

.payment-tmb-pic {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  margin: 0 30px 0 0;
}

.payment-tmb-pic-pic {
  height: 80px;
  border: 1px solid #0A8952;
  padding: 10px;
  line-height: 60px;
  font-size: 0;
  text-align: center;
}

.payment-tmb-pic-pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.payment-tmb-pic-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 4px 0 0 0;
}

.payment-tmb-descr {
  line-height: 20px;
}

.payment-tmb-button {
  margin: 16px 0 0 0;
}

.payment-tmb-button .btn-1,
.payment-tmb-button .btn-1:focus {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 30px 9px 30px;
}

table.contacts-info {
  margin: 0;
}

table.contacts-info tr {
  box-shadow: none !important;
}

table.contacts-info td {
  padding: 18px 20px 18px 0;
  color: #000 !important;
  font-size: 16px;
  line-height: 20px;
}

table.contacts-info-alt td {
  padding-top: 0 !important;
}

table.contacts-info td:last-child {
  padding-right: 0;
}

table.contacts-info tr:last-child td {
  border: none;
}

table.contacts-info .ttl {
  font-weight: bold;
  margin: 0 0 4px 0;
}

table.contacts-info .contacts-phones {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

table.contacts-info .contacts-phones p {
  margin: 0 0 6px 0;
}

table.contacts-info .contacts-phones a {
  color: #0A8952;
  text-decoration: none !important;
}

.whatsapp {
  color: #37b44a !important;
}

.contacts-map-alt {
  height: 400px;
  margin: 0 0 30px 0;
}

.contacts-how h2 + h3,
.contacts-how h2 + .h3,
.contacts-how .h2 + h3,
.contacts-how .h2 + .h3 {
  margin-top: 0;
}

.delivery-map {
  height: 400px;
}

.product-gal {
  display: none;
}

/* Order detail */
a.back-link {
  text-decoration: none !important;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  color: #0A8952;
  transition: all 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

a.back-link:hover {
  color: #ff7124;
}

a.back-link span {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding: 0 0 0 14px;
}

a.back-link:hover span {
  text-decoration: none;
}

a.back-link span:before {
  content: "";
  width: 7px;
  height: 11px;
  background: url(../images/back-link-arrow.png) 0 0 no-repeat;
  background-size: 7px 22px;
  position: absolute;
  left: 0;
  top: 6px;
}

a.back-link:hover span:before {
  background-position: 0 -11px;
}

.sale-order-detail-general {
  border: none;
  background: #fff;
  padding: 36px 40px 40px 40px;
  margin: 0 0 32px 0;
}

.sale-order-detail-title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 24px 0;
}

.sale-order-detail-title-container .col-ttl {
  margin: 0 30px 0 0;
}

.sale-order-detail-title-container .col-back-link {
  padding: 5px 0 0 0;
}

.sale-order-detail-title-container h1,
.sale-order-detail-title-container .h1 {
  margin: 0 0 6px 0;
}

.order-detail-sub-ttl {
  font-weight: 600;
}

.sale-order-detail-about-order-title {
  background: none;
  border-radius: 0;
}

h3.sale-order-detail-about-order-title-element,
.h3.sale-order-detail-about-order-title-element {
  font-family: "avenir", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #211819;
  margin: 0 0 20px 0;
}

.sale-order-detail-about-order-inner-container {
  padding: 0;
  border: none;
  margin: 30px 0 0 0;
}

.sale-order-detail-about-order-inner-container > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sale-order-detail-about-order-inner-container-name {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.sale-order-detail-about-order-inner-container-status {
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 15px;
}

.sale-order-detail-about-order-inner-container-price {
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 15px;
}

.sale-order-detail-about-order {
  margin: 0;
}

.sale-order-detail-about-order-inner-container-name-title,
.sale-order-detail-about-order-inner-container-status-title,
.sale-order-detail-about-order-inner-container-price-title {
  font-family: "avenir", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #141414;
  letter-spacing: -0.025em;
}

.sale-order-detail-about-order-inner-container-name-detail,
.sale-order-detail-about-order-inner-container-status-detail,
.sale-order-detail-about-order-inner-container-price-detail {
  font-family: "avenir", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #141414;
  letter-spacing: -0.025em;
}

.sale-order-detail-show-link,
.sale-order-detail-hide-link,
.sale-order-detail-about-order-inner-container-name-read-more,
.sale-order-detail-payment-options-methods-info-change-link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #ff7124;
  text-decoration: none !important;
  margin: 20px 0 0 0;
  padding: 0;
  white-space: nowrap;
  border-bottom: 1px dotted #ff7124;
}

.sale-order-detail-hide-link {
  display: none;
  margin: 0;
}

.sale-order-detail-show-link {
  margin: 0;
}

.sale-order-detail-about-order-inner-container-name-read-more {
  text-transform: capitalize;
}

.sale-order-detail-about-order-inner-container-name-read-more:hover span,
sale-order-detail-payment-options-methods-info-change-link:hover span {
  border: none;
}

.sale-order-detail-show-link:after,
.sale-order-detail-about-order-inner-container-name-read-more:after,
.sale-order-detail-payment-options-methods-info-change-link:after {
  background: none;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-top-color: #ff7124;
  margin: 0;
  position: absolute;
  left: 100%;
  top: 9px;
  right: auto;
  margin-left: 5px;
}

.sale-order-detail-about-order-inner-container-name-read-less {
  font-size: 14px;
  line-height: 20px;
  color: #ff7124;
  text-decoration: none !important;
  text-transform: capitalize;
  margin: 20px 0 0 0;
  border: none !important;
  position: relative;
  border-bottom: 1px dotted #ff7124;
}

.sale-order-detail-hide-link:hover span,
.sale-order-detail-about-order-inner-container-name-read-less:hover span {
  border: none;
}

.sale-order-detail-hide-link:after,
.sale-order-detail-about-order-inner-container-name-read-less:after {
  background: none;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-bottom-color: #ff7124;
  margin: 0;
  position: absolute;
  left: 100%;
  top: 5px;
  right: auto;
  margin-left: 5px;
}

.sale-order-detail-about-order-inner-container-details-list > li {
  padding: 0;
  margin: 0 0 15px 0;
}

.sale-order-detail-about-order-inner-container-details-list > li:before {
  display: none;
}

.sale-order-detail-about-order-inner-container-details {
  padding: 20px 0 0 0;
}

.sale-order-detail-about-order-inner-container-details-title {
  font-family: "avenir", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #211819;
  margin: 0 0 15px 0;
  border: none;
  padding: 0;
}

.sale-order-detail-about-order-inner-container-repeat {
  margin: 30px -10px -10px -10px;
  font-size: 0;
}

.sale-order-detail-about-order-inner-container-repeat .btn {
  margin: 0 10px 20px 10px;
}

.order-detail-section {
  margin: 45px -40px 0 -40px;
  padding: 35px 40px 0 40px;
  border-top: 1px solid #dddddd;
}

.sale-order-detail-payment-options-title {
  background: none;
  border-radius: 0;
}

.sale-order-detail-payment-options-title-element {
  font-family: "avenir", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #211819;
  margin: 0 0 20px 0;
}

.sale-order-detail-payment-options-inner-container {
  border: none;
}

.sale-order-detail-payment-options-info {
  padding: 0 0 0 0;
  margin: 0 0 25px 0;
}

.sale-order-detail-payment-options-methods-container {
  overflow: visible;
}

div.payment-options-methods-row {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.sale-order-detail-payment-options-methods-container:before,
.payment-options-methods-row:before {
  display: none;
}

div.sale-order-detail-payment-options-methods,
div.sale-order-detail-payment-options-shipment {
  padding: 0;
  border: none;
  overflow: visible;
}

.sale-order-detail-general,
.sale-order-detail-general * {
  font-family: "avenir", sans-serif !important;
}

.sale-order-detail-general .btn-1,
.sale-order-detail-general .btn-1:focus {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 30px 12px 30px;
}

.sale-order-detail-about-order-inner-container-repeat-button:hover,
.sale-order-detail-payment-options-methods-button-element.active-button:hover,
.sale-order-detail-payment-options-methods-button-element-new-window:hover {
  color: #fff;
  background-color: #f35d0c;
}

div.payment-options-methods-row:last-child:after {
  display: none;
}

.sale-order-detail-payment-options-methods-information-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}

.sale-order-detail-payment-options-methods-image-container {
  padding: 0 10px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sale-order-detail-payment-options-methods-image-element {
  width: 140px;
  height: 80px;
  border: 1px solid #ddd;
  display: block;
  padding: 15px;
}

.sale-order-detail-payment-options-methods-image-element img {
  max-width: 100%;
  max-height: 100%;
}

.sale-order-detail-payment-options-methods-info {
  padding: 0 10px !important;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sale-order-detail-payment-options-methods-info-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.sale-order-detail-payment-options-methods-info-total-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
}

.sale-order-detail-sum-number {
  font-weight: bold;
}

.sale-order-detail-payment-options-methods-button-container {
  padding: 0 10px;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.ale-order-detail-payment-options-methods-shipment-list {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.sale-order-detail-payment-options-methods-shipment-list-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.sale-order-detail-payment-options-methods-shipment-list-item-link {
  padding: 0;
  margin: 20px 0 0 0;
}

.sale-order-detail-payment-options-order-content-title {
  background: none;
  border-radius: 0;
}

.sale-order-detail-payment-options-order-content-title-element {
  font-family: "avenir", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #211819;
  margin: 0 0 20px 0;
}

.sale-order-detail-order-section {
  border: none;
}

.sale-order-detail-order-item-td {
  min-width: 0 !important;
  border-top: 1px solid #e8e8e8;
  padding: 17px 10px 17px 10px !important;
}

.sale-order-detail-order-item-header + .sale-order-detail-order-item-tr .sale-order-detail-order-item-td {
  border: none;
}

.sale-order-detail-order-item-header .sale-order-detail-order-item-td {
  border: none;
  background: #f0f0f0;
  padding: 6px 10px 7px 10px !important;
}

.sale-order-detail-order-item-block {
  position: relative;
  padding: 0 0 0 120px;
  min-height: 90px;
}

.sale-order-detail-order-item-img-block {
  width: 90px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.sale-order-detail-order-item-imgcontainer {
  border: none;
}

.sale-order-detail-order-item-td-title {
  padding: 0 !important;
  color: #757575;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.sale-order-detail-order-item-title {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 8px 0;
}

.sale-order-detail-order-item-title a {
  color: #141414;
  text-decoration: none;
}

.sale-order-detail-order-item-title a:hover {
  color: #ff6724;
  text-decoration: underline;
}

.sale-order-detail-order-item-color {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #171717;
}

.sale-order-detail-order-item-color-name {
  color: #757575;
}

.sale-order-detail-order-item-td-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
}

.sale-order-detail-order-item-td .bx-price {
  white-space: nowrap;
  font-weight: 600;
}

.sale-order-detail-total-payment {
  background: #f0f0f0;
  padding: 15px 50px 15px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.order-detail-total {
  display: table;
}

.order-detail-total-row {
  display: table-row;
}

.order-detail-total-name {
  display: table-cell;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #141414;
  padding: 0 50px 0 0;
}

.order-detail-total-val {
  display: table-cell;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #141414;
}

.sale-order-list-cancel-payment {
  border-bottom: 1px dotted #ff6724;
  text-decoration: none !important;
}

.sale-order-detail-payment-options-shipment-composition-map-title,
.sale-order-detail-payment-options-shipment-composition-title-element {
  font-family: "avenir", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #211819;
  margin: 0 0 20px 0;
}

.sale-order-detail-payment-options-shipment-composition-title {
  background: none;
  border-radius: 0;
}

/* Order detail END */
#car_2 a {
  background-color: #f35d0c;
}

#before-load {
  position: fixed;
  /*фиксированное положение блока*/
  left: 0;
  /*положение элемента слева*/
  top: 0;
  /*положение элемента сверху*/
  right: 0;
  /*положение элемента справа*/
  bottom: 0;
  /*положение элемента снизу*/
  background: #fff;
  /*цвет заднего фона блока*/
  z-index: 1001;
  /*располагаем его над всеми элементами на странице*/
}

#before-load i {
  font-size: 70px;
  /*размер иконки*/
  position: absolute;
  /*положение абсолютное, позиционируется относительно его ближайшего предка*/
  left: 50%;
  /*слева 50% от ширины родительского блока*/
  top: 50%;
  /*сверху 50% от высоты родительского блока*/
  margin: -35px 0 0 -35px;
  /*смещение иконки, чтобы она располагалась по центру*/
}

div.bx-auth-serv-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(12, 4, 5, 0.13);
  background: #fff;
  display: inline-block;
  margin: 0 5px !important;
  text-align: center;
  line-height: 44px;
  border: none !important;
  -ms-flex-align: center;
  align-items: center;
  line-height: 44px;
}

div.bx-auth-serv-icons i {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block !important;
}

div.bx-auth-serv-icons i.vkontakte {
  background-image: url(../images/ico-login-vkontakte.png);
}

div.bx-auth-serv-icons i.mymailru {
  background-image: url(../images/ico-login-mailru.png);
}

div.bx-auth-serv-icons i.facebook {
  background-image: url(../images/ico-login-facebook.png);
}

/* Filter new */
.catalog-filter h4,
.catalog-filter .h4 {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 3px 40px 2px 0;
  margin: 0 0 16px 0;
}

.catalog-filter h4:hover,
.catalog-filter .h4:hover {
  color: #0A8952;
}

.catalog-filter h4:after,
.catalog-filter .h4:after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 0;
  background: #dddddd url(../images/cat-filter-arrow.png) 0 0 no-repeat;
  background-size: 23px 46px;
  border-radius: 50%;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.catalog-filter h4:hover:after,
.catalog-filter .h4:hover:after {
  background-position: 0 -23px;
  background-color: #0A8952;
}

.catalog-filter h4.active:after,
.catalog-filter .h4.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-filter .h4-alt {
  cursor: default !important;
}

.catalog-filter .h4-alt:after {
  display: none;
}

.catalog-filter .h4-alt:hover {
  color: #211819 !important;
}

.catalog-filter .filter-content {
  display: none;
  margin: 0 -20px;
  padding: 0 20px;
}

.catalog-filter .filter-content.active,
.catalog-filter .filter-content-alt {
  display: block;
}

.catalog-filter {
  padding-bottom: 50px;
}

/* Filter new END */
.item-categories-links {
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-categories-link {
  padding: 0 15px;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .item-categories-links {
    margin: 0 -15px 10px -15px;
  }
}
/* New sizes in catalogue */
.params-radios {
  margin: 4px -7px 0 -7px;
}

.params-radio {
  margin: 0 0 5px 0;
  padding: 0 2px;
  width: auto;
  min-width: 73px;
}

.params-radio input[type=radio] + label {
  padding: 7px 5px 6px 5px;
  border-radius: 18px !important;
}

@media (max-width: 1199px) {
  .params-radios {
    margin-top: 0;
  }
}
/* New sizes in catalogue END */
/* Reviews */
.reviews-pros {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 42px -15px;
}

.reviews-pros-tmb {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  color: #141414;
}

.reviews-pros-tmb-pic {
  width: 68px;
  height: 68px;
  border: 1px solid #FE7F20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 22px 0 0;
}

.reviews-pros-tmb-descr {
  min-height: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 140px;
  padding: 0 0 2px 0;
}

.reviews-pros-tmb-descr p {
  margin: 0;
}

.review-tmb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 75px -15px;
}

.review-tmb-l {
  -ms-flex: 0 0 41.7%;
  flex: 0 0 41.7%;
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
}

.review-tmb-r {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.review-tmb-pic {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}

.review-tmb-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.review-tmb-info {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.review-tmb-name {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #141414;
  margin: 0 0 10px 0;
}

.review-tmb-name p {
  margin: 0;
}

.review-tmb-rating {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 0 -4px;
}

.review-tmb-rating .star {
  margin: 0 5px 0 4px;
  width: 24px;
  height: 24px;
  background: url(../images/review-rating-star.svg) 0 0 no-repeat;
}

.review-tmb-rating .star.active {
  background-image: url(../images/review-rating-star-active.svg);
}

.review-tmb-city {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #141414;
  margin: 26px 0 0 0;
}

.review-tmb p:last-child {
  margin-bottom: 0 !important;
}

.review-content-wrapper {
  background: #fff;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 165%;
  color: #141414;
  padding: 25px 30px 29px 30px;
}

.review-content-wrapper:after {
  content: "";
  width: 60px;
  height: 50px;
  border-top: 25px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 25px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  right: 50px;
  bottom: -25px;
}

.review-content {
  max-height: 260px;
  overflow: hidden;
  transition: all 0.35s ease;
  position: relative;
}

.review-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  min-height: 100px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  pointer-events: none;
  transition: all 0.2s ease;
}

.review-content-wrapper.active .review-content:after {
  opacity: 0;
}

.review-content-wrapper.expanded .review-content:after {
  display: none !important;
}

.review-content-wrapper.expanded .review-content-trigger-wrapper {
  display: none !important;
}

.review-content-trigger-wrapper {
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  margin: 20px 0 0 0;
}

.review-content-trigger {
  display: inline-block;
  color: #0A8952;
  font-weight: bold;
  position: relative;
  padding: 0 30px 0 0;
  cursor: pointer;
  transition: all 0.15s ease;
  cursor: pointer;
}

.review-content-trigger:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #0A8952;
  position: absolute;
  right: 0;
  top: 12px;
  transition: all 0.15s ease;
}

.review-content-trigger:after {
  content: "";
  width: 2px;
  height: 18px;
  background: #0A8952;
  position: absolute;
  right: 8px;
  top: 4px;
  transition: all 0.15s ease;
}

.review-content-wrapper.active .review-content-trigger:after {
  opacity: 0;
}

.review-content-trigger:hover {
  color: #FD7133;
}

.review-content-trigger:hover:before,
.review-content-trigger:hover:after {
  background: #FD7133;
}

/* Reviews END */
/* Fixed header */
@media (min-width: 768px) {
  .header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300;
    background: #fff;
    border-bottom: 1px solid #F3F2F2;
  }

  .header-fixed .header-top-col-1,
  .header-fixed .header-top-col-2 {
    display: none;
  }

  .header-fixed .header-login-wrapper {
    position: absolute;
    right: 161px;
    top: 15px;
    padding: 0;
    z-index: 10;
  }

  .header-fixed .header-cart-wrapper {
    padding: 0;
    position: absolute;
    right: 0;
    width: 146px;
    top: 13px;
    min-width: 0;
    z-index: 10;
  }

  .header-fixed .header-top-div {
    display: none;
  }

  .header-fixed .header-logo {
    padding: 15px 0 0 0;
  }

  .header-fixed .header-col-1 {
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 215px;
  }

  .header-fixed .header-col-2 {
    display: none;
  }

  .header-fixed .header-search {
    padding: 15px 0 0 0;
  }

  .header-fixed .header-col-3 {
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
  }

  .header-fixed .header-col-5 {
    margin-right: 216px;
  }

  .header-fixed .header-button {
    padding: 15px 0 0 0;
  }

  .header-fixed .header-phones {
    font-size: 15px;
    line-height: 120%;
    padding: 18px 23px 0 0;
  }

  .header-fixed .header-phones-email {
    margin: 0px 15px 0 0;
  }

  .header-fixed .header-login-item.hidden-xs {
    display: none !important;
  }

  .header-fixed .header-login-link-account {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #BDBDBD;
    font-size: 0;
    line-height: 0;
    color: transparent;
    padding: 0;
    transition: background-color 0.15s ease;
  }

  .header-fixed .header-login-link-account:before {
    content: "";
    width: 14px;
    height: 16px;
    background: url(../images/ico-header-account-fixed.svg) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -7px;
    transition: all 0.2s ease;
  }

  .header-fixed .header-login-link-account:after {
    content: "";
    width: 14px;
    height: 16px;
    background: url(../images/ico-header-account-fixed-hover.svg) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -7px;
    transition: all 0.2s ease;
    opacity: 0;
  }

  .header-fixed .header-login-link-account:hover {
    background-color: #3D8657;
    border-color: #3D8657;
  }

  .header-fixed .header-login-link-account:hover:before {
    opacity: 0;
  }

  .header-fixed .header-login-link-account:hover:after {
    opacity: 1;
  }

  .header-fixed .header-cart-ico {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #BDBDBD;
    font-size: 0;
    line-height: 0;
    color: transparent;
    padding: 0;
    transition: background-color 0.15s ease;
  }

  .header-fixed .header-cart-ico:before {
    content: "";
    width: 20px;
    height: 16px;
    background: url(../images/header-cart-fixed.svg) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -10px;
    transition: all 0.2s ease;
  }

  .header-fixed .header-cart-ico:after {
    content: "";
    width: 20px;
    height: 16px;
    background: url(../images/header-cart-fixed-hover.svg) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -10px;
    transition: all 0.2s ease;
    opacity: 0;
  }

  .header-fixed .header-cart:hover .header-cart-ico {
    background-color: #3D8657;
    border-color: #3D8657;
  }

  .header-fixed .header-cart:hover .header-cart-ico:before {
    opacity: 0;
  }

  .header-fixed .header-cart:hover .header-cart-ico:after {
    opacity: 1;
  }

  .header-fixed .header-cart:before {
    display: none;
  }

  .header-fixed .header-cart-count {
    font-size: 10px;
    padding: 0;
    z-index: 10;
    position: absolute;
    min-width: 18px;
    min-height: 18px;
    top: -5px;
    left: 27px;
    line-height: 18px;
  }

  .header-fixed .header-cart-price {
    position: absolute;
    left: 48px;
    top: 14px;
    color: #FD7133;
    font-size: 14px;
    line-height: 100%;
  }

  .header-fixed .header-cart {
    display: block;
  }

  .header-fixed .header-bottom {
    margin: -2px 0 6px 0;
  }
}
/* Fixed header END */
.item-categories-link a {
  color: #0A8952 !important;
}

/*.catalog-item-panel .count-field-units {*/
/*	display: none !important;*/
/*}*/
/*.catalog-item-panel .count-field .count-field-units + input[type=text] {*/
/*	padding-right: 5px !important;*/
/*}*/
.filter-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.filter-col {
  padding: 0 5px;
  margin: 0 0 10px 0;
}

.dropdown-checkboxes-wrapper .btn-group {
  display: block;
  vertical-align: top;
}

.dropdown-checkboxes-toggle {
  display: block;
  text-decoration: none !important;
  background: none;
  border: 1px solid #368953;
  border-radius: 16px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 9px 41px 9px 38px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #141414;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dropdown-checkboxes-toggle.active {
  background: #368953;
  color: #fff;
}

.dropdown-checkboxes-toggle:before {
  content: "";
  background: url(../images/dropdown-arrow-active.svg) 0 0 no-repeat;
  display: none;
}

.dropdown-checkboxes-toggle:after {
  content: "";
  background: url(../images/dropdown-arrow.svg) 0 0 no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 22px;
  top: 12px;
  margin: 0 !important;
  border: none !important;
  transition: all 0.2s ease;
}

.dropdown-checkboxes-toggle.active:after {
  background-image: url(../images/dropdown-arrow-active.svg);
}

.dropdown-checkboxes-sort .dropdown-checkboxes-toggle {
  background: #FE7F20;
  border-color: #FE7F20;
  color: #fff;
  padding: 9px 45px 9px 18px;
}

.dropdown-checkboxes-sort .dropdown-checkboxes-toggle:after {
  display: none;
}

.sort-icons {
  position: absolute;
  right: 17px;
  top: 8px;
  display: -ms-flexbox;
  display: flex;
}

.sort-icons .ico {
  width: 8px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.15s ease;
  opacity: 0.3;
}

.sort-icons .ico.active {
  opacity: 1;
}

.ico-asc {
  background-image: url(../images/sort-asc.svg);
}

.ico-desc {
  background-image: url(../images/sort-desc.svg);
  margin: 0 0 0 1px;
}

.dropdown-checkboxes-wrapper .dropdown-menu {
  border: none;
  margin: 10px 0 0 0;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 35px rgba(62, 72, 82, 0.2);
  padding: 15px 20px 15px 20px;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdown-checkboxes-wrapper .dropdown-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -5px;
}

.dropdown-toggle-item-clear {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
  top: -1px;
  cursor: pointer;
  border-right: 1px solid #499363;
}

.dropdown-toggle-item-clear:before {
  content: "";
  width: 10px;
  height: 11px;
  position: absolute;
  left: 11px;
  top: 10px;
  background: url(../images/dropdown-remove.svg) center center no-repeat;
}

.dropdown-checkboxes input[type=checkbox] + label,
.dropdown-checkboxes input[type=radio] + label {
  font-size: 14px;
  line-height: 120%;
  color: #141414;
  padding: 0 0 0 24px;
  display: block;
  font-weight: normal;
}

.dropdown-checkboxes input[type=checkbox]:checked + label,
.dropdown-checkboxes input[type=radio]:checked + label {
  font-weight: 500;
}

.dropdown-checkboxes-sort input[type=radio]:checked + label {
  color: #FE7F20;
}

.dropdown-checkboxes input[type=checkbox] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D2D2D2;
  background: #fff url(../images/dropdown-checkbox.svg) center 3px no-repeat;
  background-size: 0 0;
  left: 0;
  top: 1px;
  transition: all 0.15s ease;
}

.dropdown-checkboxes input[type=checkbox]:checked + label:before {
  background-size: 9px 8px;
  border-color: #368953;
  background-color: #368953;
}

.dropdown-checkboxes-sort input[type=radio] + label {
  padding-left: 0;
  padding-right: 30px;
}

.dropdown-checkboxes-sort input[type=radio] + label:before {
  content: "";
  width: 18px;
  height: 14px;
  border: none;
  background: transparent url(../images/sort-radio.svg) 0 0 no-repeat;
  left: auto;
  right: 0;
  top: 0px;
  opacity: 0;
  transition: all 0.15s ease;
  border-radius: 0;
}

.dropdown-checkboxes-sort input[type=radio]:checked + label:before {
  opacity: 1;
}

.dropdown-checkboxes .form-checkbox,
.dropdown-checkboxes .form-radio {
  margin: 0 0 11px 0;
}

.dropdown-checkboxes .form-checkbox:last-child,
.dropdown-checkboxes .form-radio:last-child {
  margin-bottom: 0 !important;
}

.dropdown-checkboxes-controls {
  margin: 15px 0 -3px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-checkboxes-apply {
  border: 1px solid #368953;
  border-radius: 23px;
  font-weight: bold;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #368953;
  padding: 15px 15px 13px 15px;
  transition: all 0.2s ease;
  cursor: pointer;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.btn-checkboxes-apply:hover {
  background: #368953;
  color: #fff;
}

.btn-checkboxes-clear {
  font-size: 10px;
  line-height: 110%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D2D2D2;
  transition: all 0.2s ease;
  margin: 9px 0 0 0;
  padding: 8px 10px 8px 30px;
  position: relative;
  cursor: pointer;
}

.btn-checkboxes-clear.active {
  color: #FA6D53;
}

.btn-checkboxes-clear .ico {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D2D2D2;
  border-radius: 15px;
  position: absolute;
  left: 10px;
  top: 6px;
}

.btn-checkboxes-clear .ico:before {
  content: "";
  background: url(../images/dropdown-clear.svg) 0 0 no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: all 0.2s ease;
}

.btn-checkboxes-clear .ico:after {
  content: "";
  background: url(../images/dropdown-clear-active.svg) 0 0 no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: all 0.2s ease;
  opacity: 0;
}

.btn-checkboxes-clear.active .ico {
  border-color: #FA6D53;
}

.btn-checkboxes-clear.active .ico:before {
  opacity: 0;
}

.btn-checkboxes-clear.active .ico:after {
  opacity: 1;
}

.filter-form .form-group {
  margin: 0;
}

.catalog-wrapper > .container > .row {
  display: -ms-flexbox;
  display: flex;
}

.catalog-col-l {
  -ms-flex: 0 0 215px;
  flex: 0 0 215px;
  max-width: 215px;
  padding: 0 15px;
}

.catalog-col-r {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.catalog-new .catalog-tmb-pic {
  padding: 0;
  height: 350px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.catalog-new .catalog-tmb-pic img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.catalog-badges {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 14px 0 0;
}

.catalog-badge-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.catalog-badge {
  position: relative;
  font-size: 10px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 4px 3px 6px;
}

.catalog-badge:after {
  content: "";
  position: absolute;
  width: 14px;
  left: 100%;
  top: 0;
  bottom: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 0;
}

.catalog-badge-1 {
  background-color: #FFB800;
}

.catalog-badge-2 {
  background-color: #FC9242;
}

.catalog-badge-3 {
  background-color: #FA6D53;
}

.catalog-badge-1:after {
  background-image: url(../images/catalog-badge-1.svg);
}

.catalog-badge-2:after {
  background-image: url(../images/catalog-badge-2.svg);
}

.catalog-badge-3:after {
  background-image: url(../images/catalog-badge-3.svg);
}

.catalog-stock {
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  font-size: 10px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #368953;
  padding: 5px 5px 3px 32px;
}

.catalog-stock:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/catalog-stock-yes.svg) 0 0 no-repeat;
  position: absolute;
  left: 8px;
  top: 3px;
}

.catalog-stock-no {
  color: #FA6D53;
}

.catalog-stock-no:before {
  background-image: url(../images/catalog-stock-no.svg);
}

.catalog-new .catalog-tmb-descr {
  padding: 21px 30px 21px 30px;
  position: relative;
}

.catalog-new .catalog-tmb-descr:before {
  content: "";
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
}

.catalog-new .catalog-tmb h3,
.catalog-new .catalog-tmb .h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 18px 0;
}

.catalog-new-info {
  font-size: 14px;
  line-height: 120%;
}

.catalog-new-info-item {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}

.catalog-new-info-item:last-child {
  margin-bottom: 0 !important;
}

.catalog-new-info-item .ico {
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
}

.catalog-new-info-item .ico img {
  max-width: 100%;
  max-height: 100%;
}

.catalog-new-info-item.ico-round .ico img {
  border-radius: 50%;
}

.catalog-new-info-item .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog-new .catalog-tmb {
  color: #141414;
}

.catalog-tmb-price-new-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 0 0;
}

.catalog-tmb-price-new {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
}

.catalog-tmb-price-new:after {
  content: "";
  position: absolute;
  width: 24px;
  left: 100%;
  top: -1px;
  bottom: -1px;
  background: url(../images/catalog-price.svg) right 0 no-repeat;
  background-size: 179px 100%;
}

.catalog-tmb-price-new-discount {
  margin-right: -24px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FA6D53;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 3px 10px 3px 10px;
}

.catalog-tmb-price-new-discount:after {
  content: "";
  position: absolute;
  width: 27px;
  left: 100%;
  top: 0;
  bottom: 0;
  background: url(../images/catalog-price-discount.svg) right 0 no-repeat;
  background-size: 80px 100%;
}

.catalog-tmb-price-new-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3px 22px 3px 30px;
}

.catalog-tmb-price-new .price-new {
  font-size: 20px;
  line-height: 110%;
  color: #141414;
  font-weight: normal;
}

.catalog-tmb-price-new .price-old {
  font-size: 14px;
  line-height: 120%;
  color: #FA6D53;
  font-weight: normal;
  text-decoration: line-through;
}

.filter-form {
  margin: 0 0 20px 0;
}

.catalog-item-col-1 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.catalog-item-col-2 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.catalog-item-wrapper-new .catalog-item-content-top {
  padding: 20px 30px 50px 30px;
}

.catalog-item-wrapper-new .catalog-item-content-top > .row-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.catalog-item-col-pic {
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  max-width: 480px;
}

.catalog-item-col-params {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog-pic-slider-new {
  border: 1px solid #E6E6E6;
  width: auto;
}

.catalog-pic-slider-new .slick-slide {
  height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 42px;
  padding: 0 !important;
  position: relative;
}

.catalog-pic-slider-new .slick-slide a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-item-pic-new {
  position: relative;
}

.catalog-item-pic-new .catalog-badges {
  left: -1px;
  top: -1px;
  z-index: 10;
}

.catalog-pic-slider-new .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #368953 !important;
  top: 50%;
  margin-top: -15px;
  transition: all 0.2s ease;
}

.catalog-pic-slider-new .slick-prev {
  left: -15px;
}

.catalog-pic-slider-new .slick-next {
  right: -15px;
}

.catalog-pic-slider-new .slick-arrow:after {
  display: none;
}

.catalog-pic-slider-new .slick-prev:before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/slider-prev-new.svg) 0 0 no-repeat;
  position: absolute;
  top: 9px;
  left: 11px;
}

.catalog-pic-slider-new .slick-next:before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/slider-next-new.svg) 0 0 no-repeat;
  position: absolute;
  top: 9px;
  right: 11px;
}

.catalog-item-wrapper-new .catalog-slider-thumbs {
  margin: -1px 0 0 0;
}

.catalog-item-wrapper-new .catalog-slider-tmb {
  border-color: #E6E6E6;
  width: 70px;
  height: 70px;
}

.catalog-item-wrapper-new .catalog-slider-tmb.active {
  border-color: #0A8952;
}

.catalog-item-videos {
  display: -ms-flexbox;
  display: flex;
  margin: 20px -7px 0 -7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 120%;
  font-weight: normal;
  color: #141414;
}

.catalog-item-video,
.catalog-item-video:focus {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 7px;
  display: -ms-flexbox;
  display: flex;
  color: #141414;
  text-decoration: none;
  transition: all 0.2s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.catalog-item-video-ico {
  width: 40px;
  height: 29px;
  background: url(../images/catalog-item-video.svg) 0 0 no-repeat;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.catalog-item-video p:last-child {
  margin: 0 !important;
}

.catalog-item-video-text {
  min-height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-item-wrapper-new .catalog-item-content-top h3,
.catalog-item-wrapper-new .catalog-item-content-top .h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B0B0B0;
  margin: 30px 0 10px 0;
}

.catalog-slider-thumbs-new + h3,
.catalog-slider-thumbs-new + .h3 {
  margin-top: 47px !important;
}

.catalog-item-wrapper-new .catalog-item-col-params {
  padding-left: 45px;
}

.catalog-item-art-stock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px 30px -15px;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 27px 0;
  position: relative;
}

.catalog-item-art-stock:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #E6E6E6;
}

.catalog-item-art {
  padding: 0 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}

.catalog-item-stock {
  padding: 0 15px;
}

.catalog-item-stock .catalog-stock {
  position: relative;
  left: auto;
  bottom: auto;
  font-size: 10px;
  padding: 0 0 0 24px;
}

.catalog-item-stock .catalog-stock:before {
  width: 15px;
  height: 15px;
  left: 0;
  top: -3px;
}

.catalog-item-stock .catalog-stock-yes:before {
  background-image: url(../images/catalog-item-stock-yes.svg);
}

.catalog-item-stock .catalog-stock-no:before {
  background-image: url(../images/catalog-item-stock-no.svg);
}

.color-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin: 0 -5px -10px -5px;
}

.color-links-item {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  margin: 0 5px 10px 5px;
  background: #fff;
  padding: 4px;
}

.color-links-item.current-color {
  border: 1px solid #368953;
}

.color-links-item-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.color-links-item img {
  width: 100%;
  object-fit: cover;
}

table.char-table-new {
  border: none;
  margin: 0;
  padding: 0;
}

table.char-table-new td {
  border-bottom: 1px solid #E6E6E6;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
}

table.char-table-new tr:first-child td {
  border-top: 1px solid #E6E6E6;
}

table.char-table-new td.name {
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;
  padding-right: 30px;
}

table.char-table-new td.val {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  text-align: right;
}

table.char-table-new tr:hover {
  box-shadow: none;
  color: #141414;
}

table.char-table-new tr:hover td {
  color: #141414;
}

.calc-link {
  margin-top: 50px;
  display: block;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.calc-link-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
}

.calc-link-content {
  position: relative;
  padding: 27px 180px 21px 30px;
}

.calc-link-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.calc-link-arrow {
  transition: all 0.2s ease;
  background: #FE7F20;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  margin: 12px 0 0 0;
}

.calc-link-arrow:before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/slider-next-new.svg) 0 0 no-repeat;
  position: absolute;
  top: 9px;
  right: 11px;
}

.catalog-item-content-bottom h2:first-child,
.catalog-item-content-bottom .h2:first-child,
.text-page-content h2:first-child,
.text-page-content .h2:first-child,
.text-page-content h3:first-child,
.text-page-content .h3:first-child,
.text-page-content h4:first-child,
.text-page-content .h4:first-child,
.text-page-content h5:first-child,
.text-page-content .h5:first-child,
.text-page-content h6:first-child,
.text-page-content .h6:first-child {
  margin-top: 0 !important;
}

.catalog-item-content-bottom h2,
.catalog-item-content-bottom .h2,
.text-page-content h2,
.text-page-content .h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin: 50px 0 30px 0;
}

.text-page-content h3,
.text-page-content .h3 {
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 51px 0 10px 0;
}

.text-page-content h4,
.text-page-content .h4 {
  font-size: 24px;
  line-height: 110%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 31px 0 9px 0;
}

.text-page-content h5,
.text-page-content .h5 {
  font-size: 20px;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 30px 0 10px 0;
}

.text-page-content h6,
.text-page-content .h6 {
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 30px 0 10px 0;
}

.catalog-item-wrapper-new .catalog-item-info .tab-content {
  padding: 30px 0 0 0;
}

.catalog-item-wrapper-new .catalog-item-info {
  font-size: 16px;
  line-height: 145%;
}

.text-header {
  font-weight: bold;
  margin: 40px 0 10px 0;
}

.text-header:first-child {
  margin-top: 0 !important;
}

.text-page-content ul {
  margin-top: 0;
}

.catalog-item-wrapper-new .catalog-item-info a,
.catalog-item-wrapper-new .catalog-item-info a:focus {
  text-decoration: none;
  color: #368953;
}

.photo-gallery {
  margin: 0 -5px -10px -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-gallery-item {
  padding: 0 5px;
  margin: 0 0 10px 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.photo-gallery-item img {
  width: 100%;
}

.text-page-content h2 + .text-header,
.text-page-content .h2 + .text-header {
  margin-top: 0;
}

.article-video-new {
  margin: 20px 0 20px 0;
}

.article-video-new:last-child {
  margin-bottom: 0 !important;
}

.article-video-new iframe {
  width: 100% !important;
  height: 494px !important;
  display: block;
}

.catalog-item-count-new {
  float: none;
}

.catalog-item-count-new .count {
  position: relative;
}

.catalog-item-count-new .count-field {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: auto;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.catalog-item-count-new .count-field input[type=text],
.catalog-item-count-new .count-field input[type=text]:focus {
  padding: 0;
  text-align: left;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #141414;
  text-align: right;
}

.catalog-item-count-new .count-field-units {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #141414;
}

.catalog-item-count-new .count-btn {
  background: none;
  box-shadow: none;
  border-radius: 0;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 14px;
  margin: 0;
  z-index: 10;
}

.catalog-item-count-new .count-btn:before,
.catalog-item-count-new .count-btn:after {
  transition: all 0.2s ease;
  background: #368953;
  margin: 0;
}

.catalog-item-count-new .count-btn-minus {
  left: 20px;
}

.catalog-item-count-new .count-btn-plus {
  right: 20px;
}

.catalog-item-count-new .count-btn-minus:before {
  content: "";
  height: 1px;
  top: 10px;
  left: 0;
  right: 0;
  position: absolute;
}

.catalog-item-count-new .count-btn-minus:after {
  display: none;
}

.catalog-item-count-new .count-btn-plus:before {
  content: "";
  height: 1px;
  top: 10px;
  left: 0;
  right: 0;
  position: absolute;
}

.catalog-item-count-new .count-btn-plus:after {
  content: "";
  width: 1px;
  top: 0;
  left: 10px;
  bottom: 0;
  position: absolute;
  height: auto;
}

.radios-custom {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.radio-custom {
  /*-ms-flex-preferred-size: 0;*/
  /*flex-basis: 0;*/
  flex-grow: 1;
  max-width: 100%;
}

.radio-custom {
  margin-right: -1px;
  margin-bottom: -1px;
  white-space: nowrap;
}

.radios-custom input[type=radio] + label {
  min-height: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #368953;
  transition: all 0.2s ease;
  border: 1px solid #368953;
  padding: 11px 10px 9px 10px;
  cursor: pointer;
  display: block;
  position: relative;
}

.radios-custom input[type=radio] + label:before {
  display: none;
}

.radios-custom input[type=radio]:checked + label {
  color: #fff;
  background: #368953;
  z-index: 10;
}

.catalog-item-wrapper-new .catalog-item-sidebar {
  width: 294px;
}

.catalog-item-wrapper-new .catalog-item-sidebar p:last-child {
  margin-bottom: 0;
}

.price-form h3,
.price-form .h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  color: #B0B0B0;
}

.price-form h3:first-child,
.price-form .h3:first-child {
  margin-top: 0 !important;
}

.price-form .form-group {
  margin: 0 0 20px 0;
}

.sidebar-price {
  margin: 31px 0 0 0;
}

.sidebar-price-info {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 6px 0;
}

.sidebar-price-new {
  font-size: 30px;
  line-height: 120%;
  font-weight: normal;
}

.sidebar-price-new span {
  font-weight: bold;
}

.sidebar-price-old {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px 0 0 0;
}

.sidebar-price-old-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #FA6D53;
  text-decoration: line-through;
  margin: 0 10px 0 0;
}

.sidebar-price-old-discount {
  background: #FA6D53;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -1px;
  margin-top: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 7px 0 6px;
  height: 20px;
  position: relative;
}

.sidebar-price-old-discount:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: url(../images/sidebar-discount.svg) right 0 no-repeat;
  width: 13px;
}

.sidebar-buttons {
  margin: 30px 0 -14px 0;
}

.sidebar-buttons .row-flex {
  margin: 0 -7px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sidebar-buttons .col-flex {
  padding: 0 7px 14px 7px;
}

.sidebar-buttons .btn {
  width: 100%;
  white-space: normal;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px !important;
  line-height: 110% !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 12px 10px 11px 10px !important;
}

.discount-info {
  margin: 12px 0 0 0;
}

.discount-info .col-flex {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.discount-info-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 6px 0;
}

.discount-info-item-l {
  font-weight: bold;
  margin: 0 10px 0 0;
}

.filter-popup-header {
  display: none;
}

.popup-close {
  display: none;
}

.filter-footer {
  display: none;
}

.mob-item-menu-wrapper {
  display: none;
}
/* Order new */
.basket-shipping-list .bx-soa-pp-company-image,
.basket-shipping-list .bx-soa-pp-company-graf-container {
  display: none !important;
}

.delivery-method-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #141414;
  margin: 0 0 14px 0;
}

.delivery-method-info {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #141414;
}

table.delivery-method-info-table {
  margin: 0;
  width: auto;
}

table.delivery-method-info-table tr {
  box-shadow: none !important;
}

table.delivery-method-info-table td {
  border: none !important;
  padding: 0 0 8px 0;
  box-shadow: none !important;
}

table.delivery-method-info-table td.name {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #141414;
  padding-right: 10px;
}

table.delivery-method-info-table td.val {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #0A8952;
}

.delivery-method-item {
  position: relative;
  padding: 0 0 0 35px;
}

.delivery-method-item:before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #F3F2F2;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/delivery-method-radio.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0;
  border-radius: 50%;
}

.bx-soa-pp-company.bx-selected .delivery-method-item:before {
  background-size: 7px 7px;
}

#deliveryAbykButtonCalculateByAddress {
  display: none !important;
}

@media (max-width: 1199px) {
  .bx-soa-section-content {
    padding: 27px 20px 25px 20px !important;
  }

  .delivery-method-name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .basket-shipping-list .bx-soa-pp-company {
    width: 100% !important;
    float: none;
  }

  .basket-shipping-list .bx-soa-pp-company + .bx-soa-pp-company {
    margin-top: 30px;
  }
}
/* Order new END */
/*# sourceMappingURL=main.css.map */
