html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* font-family: "Lato"; */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/latoregular.eot');
  src: url('../fonts/latoregular.woff') format('woff'),
       url('../fonts/latoregular.ttf') format('truetype'),
       url('../fonts/latoregular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
section {
  display: block;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}
@media (max-width: 760px) {
  table {display: block; overflow: auto;}
  table td, table th {word-break: inherit; min-width: 150px;}
}
table a {
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}
tr {
  border-bottom: 1px solid #f2f2f2;
}
td {
  background-color: #fff;
  color: #202020;
  padding: 10px 5px;
  color: #202020;
  word-break: break-word;
  vertical-align: middle;
  text-align: left;
}
thead td,
th {
  color: #ffffff;
  padding: 10px 5px;
  background: #118844;
  vertical-align: middle;
  word-break: break-word;
  text-align: left;
  color: #fff;
}
tbody tr:nth-child(2n) td {
  background-color: #f9f9f9;
}
th,
td {
  padding: 12px 20px;
}
hr {
  display: block;
  margin: 25px 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #cecece;
}
article>*:nth-child(1) {
  margin-top: 0;
}
article>*:nth-last-child(1) {
  margin-bottom: 0;
}
article p {
  margin: 10px 0;
}
article ul,
article ol {
  margin: 10px 0;
}
article ul li {
  display: block;
  padding-left: 20px;
  position: relative;
}
article ol li {
  display: list-item;
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 5px;
}
article ul li:before {
  position: absolute;
  top: 8px;
  left: -7px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #118844;
  content: "";
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.9;
}
html,body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Exo 2", arial, sans-serif;
  color: #202020;
  background-color: #fff;
}
body.overflow {
  overflow: hidden;
  position: relative;
}
body.overflow .layout {
  display: none;
}
body.overflow .layout {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
  content: "";
  z-index: 5;
}
.b-wrapper {
  min-height: calc(100vh - 100px);
  min-height: inherit;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
}
.container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.wide {
  padding: 0;
}
.wrapper {
  display: inline-block;
  width: 100%;
}
.margin-10-0 {
  margin: 10px 0;
}
.margin-20-0 {
  margin: 10px 0;
}
.margin-30-0 {
  margin: 10px 0;
}
.margin-40-0 {
  margin: 10px 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 20px;
}
.margin-top-10 {
  margin-top: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 20px;
}
.padding-10-0 {
  padding: 10px 0;
}
.padding-20-0 {
  margin: 20px 0;
}
.padding-30-0 {
  padding: 30px 0;
}
.padding-40-0 {
  padding: 40px 0;
}
.padding-50-0 {
  padding: 50px 0;
}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-75 {margin-bottom: 75px;}
.mb-80 {margin-bottom: 80px;}
.mb-85 {margin-bottom: 85px;}
.mb-90 {margin-bottom: 90px;}
.mb-95 {margin-bottom: 95px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-55 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-75 {margin-top: 75px;}
.mt-80 {margin-top: 80px;}
.mt-85 {margin-top: 85px;}
.mt-90 {margin-top: 90px;}
.mt-95 {margin-top: 95px;}
.mt-100 {margin-top: 100px;}
.mt-110 {margin-top: 110px;}
.mt-120 {margin-top: 120px;}
.mt-130 {margin-top: 130px;}
.mt-140 {margin-top: 140px;}
.mt-150 {margin-top: 150px;}
.mt-160 {margin-top: 160px;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;}
.pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;}
.pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;}
.pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;}
.pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;}
.pb-110 {padding-bottom: 110px;}
.pb-120 {padding-bottom: 120px;}
.pb-130 {padding-bottom: 130px;}
.pb-140 {padding-bottom: 140px;}
.pb-150 {padding-bottom: 150px;}
.pb-160 {padding-bottom: 160px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;}
.pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;}
.pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;}
.pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;}
.pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;}
.pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;}
.pt-110 {padding-top: 110px;}
.pt-120 {padding-top: 120px;}
.pt-130 {padding-top: 130px;}
.pt-140 {padding-top: 140px;}
.pt-150 {padding-top: 150px;}
.pt-160 {padding-top: 160px;}


.left {
  float: left;
}
.right {
  float: right;
}
h1,.h1 {
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}
h2,.h2 {
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}
h3,.h3 {
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}
h4,.h4 {
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}
.section-name {
  margin: 20px 0 20px 0;
  font-weight: bold;
}
.section-name.uppercase {
  text-transform: uppercase;
}
.section-name._h1 {
  font-size: 28px;
  line-height: 36px;
  margin: 20px 0 15px 0;
}
.section-name._h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0 10px 0;
}
.section-name._h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0 5px 0;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
a {
  position: relative;
  color: #ff0000;
  color: #118844;
  text-decoration: underline;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
a:hover {
  text-decoration: none;
}
.button {
  cursor: pointer;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  display: inline-block;
  min-width: 130px;
  padding: 8px 15px;
  border-radius: 2px;
  background-color: red;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #118844;
  text-decoration: none;
  position: relative;
  border: 1px solid #118844;
  text-transform: none;
  text-shadow: none;
}
.button.big.block,
.button.block {
  min-width: 100%;
}
.button:hover {
  background-color: #0b4322;
  border-color: #0b4322;
}
.button:active {
  top: 1px;
}
.button.orange {
  background-color: #ee8800;
  color: #fff;
  border-color: #ee8800;
}
.button.orange:hover {
  background-color: #f3a338;
  border-color: #f3a338;
}
.button.small {
  padding: 5px 15px 7px;
  font-size: 13px;
  font-weight: normal;
  min-width: 80px;
}
.button.medium {
  padding: 12px 20px;
  min-width: 180px;
}
.button.big {
  padding: 15px 25px;
  font-size: 18px;
  line-height: 22px;
  min-width: 220px;
}
/*article spoiler*/
.w-article-spoiler {
  margin: 5px 0;
}
.w-article-spoiler .name {
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  background-color: #f1f1f1;
  position: relative;
  cursor: s-resize;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-article-spoiler._toggled .name,
.w-article-spoiler .name:hover {
  background-color: #118844;
  color: #fff;
}
.w-article-spoiler._toggled .name .b-dropper,
.w-article-spoiler .name:hover .b-dropper {
  color: #fff;
}
.w-article-spoiler .name .b-dropper {
  width: 50px;
  height: 40px;
  color: #000;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  content: "";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 36px;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-article-spoiler .name .b-dropper:before {
  content: "+";
} 
.w-article-spoiler .name._toggled .b-dropper:before {
  content: "-";
  line-height: 32px;
} 
.w-article-spoiler .article-spoiler-content {
  display: none;
  background-color: #f6f6f6;
  padding: 20px;
}
/*article spoiler end*/
/*input*/
input.input__default {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  height: 36px;
  border: 1px solid #cacaca;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  font-family: "Exo 2", arial, sans-serif;
  border-radius: 2px;
}
textarea.textarea__default {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  height: 80px;
  min-height: 36px;
  border: 1px solid #cacaca;
  background-color: #fff;
  font-size: 14px;
  font-family: "Exo 2", arial, sans-serif;
  border-radius: 2px;
  resize: vertical;
}
input.colored__placeholder:-moz-placeholder {
  color: #118844;
}
input.colored__placeholder::-webkit-input-placeholder {
  color: #118844;
}
textarea.colored__placeholder:-moz-placeholder {
  color: #118844;
}
textarea.colored__placeholder::-webkit-input-placeholder {
  color: #118844;
}
input.colored__placeholder:-moz-placeholder {
  color: orange;
}
input.colored__placeholder:focus::-webkit-input-placeholder {
  color: orange;
}
textarea.colored__placeholder:-moz-placeholder {
  color: orange;
}
textarea.colored__placeholder:focus::-webkit-input-placeholder {
  color: orange;
}
input.input__default:focus {
  border-color: #000;
}
textarea.textarea__default:focus {
  border-color: #000;
}
input.input__default._error,
textarea.textarea__default._error {
  border-color: red;
}
.input.label-top label {
  display: block;
  margin-bottom: 3px;
  position: relative;
}
.input label span.red {
  color: red;
  display: inline-block;
  margin-left: 3px;
}
.input.icon-start {
  position: relative;
}
.input.icon-start .textarea__default,
.input.icon-start .input__default {
  padding-left: 30px;
}
.input.icon-start .fa {
  position: absolute;
  width: 15px;
  text-align: center;
  bottom: 9px;
  left: 8px;
  z-index: 1;
  pointer-events: none;
  font-size: 14px;
  color: #404040;
}
.input.icon-start.textarea .fa {
  bottom: inherit;
  top: 36px;
}
.input.icon-start .textarea__default:focus ~ .fa,
.input.icon-start .input__default:focus ~ .fa {
  color: #000;
}
.input.icon-start .textarea__default._error ~ .fa,
.input.icon-start .input__default._error ~ .fa {
  color: red;
}
.input.label-left label {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  position: relative;
}
.input.label-left label+input.input__default,
.input.label-left label+input.textarea__default {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 104px);
}
.jq-selectbox__select {
  height: 36px;
  border: 1px solid #cacaca;;
}
.jq-selectbox__select-text {
  line-height: 35px;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #000;
}
.jq-selectbox li:hover {
  background-color: #ececec;
  color: #202020;
}
.jq-selectbox li.selected {
  background-color: #118844;
  color: #FFF;
}
/*input*/
/*responsive box*/
.responsive-box {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.responsive-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.responsive-box._75::before {
  padding-top: 75%;
}
.responsive-box._66::before {
  padding-top: 66.6%;
}
.responsive-box._50::before {
  padding-top: 50%;
}
.responsive-box._25::before {
  padding-top: 25%;
}
.responsive-box .responsive-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.responsive-box .responsive-image.contain {
  -webkit-background-size: contain;
  background-size: contain;
}
.responsive-box .responsive-image.auto {
    -webkit-background-size: auto;
    background-size: auto;
}
/*responsive box END*/
/*popup*/
.s-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  text-align: center;
  display: none;
  z-index: 15;
}
.s-popup:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.w-popup {
  background: #fff;
  width: 500px;
  padding: 0;
  text-align: left;
  position: relative;
  vertical-align: middle;
  z-index: 10;
  display: none;
}
@media (max-width: 590px) {
  .w-popup {width: 96%;}
  .w-popup .pop-head {width: 100%;margin: 0 0 0 0;}
  .w-popup .pop-body {padding: 10px 20px 20px;}
  .w-popup .pop-head+.pop-body {max-height: calc(100vh - 75px);}
}
.w-popup .pop-head {
  display: table;
  width: calc(100% + 16px);
  position: relative;
  margin: 10px -8px;
}
.w-popup .pop-head .pop-name {
  background-color: #118844;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  padding: 0 30px;
}
.w-popup .pop-body {
  padding: 10px 60px 20px;
  max-height: calc(100vh - 20px);
  overflow: auto;
}
.w-popup .pop-head+.pop-body {
  max-height: calc(100vh - 100px);
}
.s-popup__background {
  background-color: rgba(0,0,0,0.8);
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  display: none;
}
.w-popup._shown ~ .s-popup__background {
  display: inline-block;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  cursor: pointer;
  float: right;
  margin: 0;
}
.close:after, 
.close:before {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #202020;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
}
.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close.white:hover:before, 
.close.white:hover:after,
.close.white:hover:before, 
.close.white:hover:after {
  background-color: red;
}
.w-popup .pop-head .close {
  top: calc(50% - 13px);
  right: 5px;
}
.close.white:after, 
.close.white:before {
  background-color: #fff;
}
.close.white:hover:before, 
.close.white:hover:after {
  background-color: red;
}
.w-popup .pop-body .close {
  top: 5px;
  right: 5px;
}
/*popup END*/
/*developer*/
.copyright p,
.copyright,
.developer {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  color: #000;
  margin: 10px 0;
}
.developer a {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
  line-height: 22px;
  color: #000;
}
.developer a:hover {
  text-decoration: none;
}
.developer:hover:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.developer:before {
  width: 16px;
  height: 16px;
  background-color: #118844;
  display: inline-block;
  margin-right: 4px;
  content: "";
  position: relative;
  top: 2px;
  background-image: url(../i/developer.png);
  background-position: 0px 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: All 0.6s ease;
  -webkit-transition: All 0.6s ease;
  -moz-transition: All 0.6s ease;
  -o-transition: All 0.6s ease;
  -webkit-backface-visibility: hidden;
}
/*developer END*/
/*pagination*/
.w-pagination {
  margin: 0;
  padding: 10px 0px;
  cursor: default;
}
.w-pagination span,
.w-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 18px;
  background-color: transparent;
  color: #202020;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  border-radius: 2px;
}
.w-pagination span {
    color: #d8d8d8;
}
.w-pagination a._active,
.w-pagination a:hover {
  background-color: #118844;
  color: #fff;
}
.w-pagination a:active {
  top: -1px;
}
.w-pagination span._arrow {
  width: 30px;
  height: 30px;
  content: "";
  background-color: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  line-height: 35px;
}
.w-pagination span._arrow a {
  display: block;
  margin: 0;
}
.w-pagination span._arrow a:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid transparent;
  border-left: 1px solid #202020;
  border-bottom: 1px solid #202020;
  position: absolute;
  top: 10px;
  left: 12px;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}
.w-pagination span._arrow._next a:before {
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  transform: rotate(224deg);
  left: 8px;
}
.w-pagination span._arrow a:hover:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.w-pagination span._arrow a:hover {
  background-color: #118844;
}
/*pagination END*/
/*pager up*/

.s-fixed-elements .right-content {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pager-up {
  display: none;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #cecece;
  border-radius: 5px;
  opacity: 0.6;
  z-index: 1;
  position: relative;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.pager-up .uparrow {
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0;
  margin: auto 0;
  right: 17px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s;
}
.pager-up:hover {
  background-color: #118844;
  opacity: 0.8;
}
.callback-roll {
  margin: 0 5px 5px 0;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #118844;
  border-radius: 5px;
  opacity: 0.6;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 53px;
  cursor: pointer;
  -webkit-animation: animation_callback 2s infinite;
  -moz-animation: animation_callback 2s infinite;
  animation: animation_callback 2s infinite;
}
@-webkit-keyframes animation_callback {
  from {transform: rotate(0deg);}
  10% {opacity: 0.6;}
  20% {opacity: 0.8;}
  30% {opacity: 0.6;}
  40% {opacity: 0.8;}
  50% {transform: rotate(0deg);opacity: 0.6;}
  60% {opacity: 0.8;}
  70% {opacity: 0.6;}
  80% {transform: rotate(-360deg);opacity: 0.8;}
  100% {transform: rotate(-360deg);}
}
.callback-roll:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-color: #118844;
  opacity: 0.8;
}
/*pager up END*/

/*breadcrumbs*/
.s-breadcrumbs {
  margin: 0;
}
.w-breadcrumbs {
  padding: 0;
}
.w-breadcrumbs {
  margin: 0;
  padding: 25px 0;
}
.w-breadcrumbs a, 
.w-breadcrumbs span {
  display: inline-block;
  font-size: 13px;
  color: #118844;
  position: relative;
  line-height: 1.4;
}
.w-breadcrumbs span {
  color: #909090;
}
.w-breadcrumbs a {
  text-decoration: underline;
}
.w-breadcrumbs a:hover {
  text-decoration: none;
}
.w-breadcrumbs .fa {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  margin-bottom: 1px;
  font-size: 12px;
}
/*breadcrumbs END*/
/*filters*/
.w-filters .w-filter {
  padding: 0;
}
.w-filters .w-filter .name {
  padding: 8px 35px 8px 0;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.w-filters .w-filter.dropper .b-dropper {
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #000;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  cursor: pointer;
}
.w-filters .w-filter.dropper .b-dropper:after {
  content: "+";
  font-size: 17px;
  text-align: center;
  pointer-events: none;
  width: 20px;
  height: 20px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.w-filters .w-filter.dropper .b-dropper._toggled:after {
  content: "-";
  font-size: 20px;
  line-height: 13px;
}
.w-filters .w-filter.dropper .b-dropper:hover {
  background-color: #000;
  color: #fff;
}
.w-filters .w-filter.dropper .inset {
  font-size: 0;
  line-height: 0;
}
.input.price-from-to {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.input.price-from-to .input {
  width: 47%;
  float: left;
}
.input.price-from-to .input+.input {
  margin-left: 6%;
}
.input.price-from-to .description {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.input.price-from-to .input__default {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  height: 30px;
}
/*filters END*/

/*social*/
.w-social .social__link {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 6px;
  color: #118844;
  position: relative;
  text-decoration: none;
  text-align: center;
  min-width: 42px;
}
.w-social .social__link:hover {
  color: #404040;
}
/*social END*/

/*checkbox and radiobutton*/
.input.radio, 
.input.checkbox {
  position: relative;
  padding-left: 26px;
  min-height: 20px;
  margin: 0;
}
.input.radio .radio__hidden, 
.input.checkbox .checkbox__hidden {
  display: none;
}
.input.checkbox .styled,
.input.radio .styled {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 18px;
  height: 18px;
}
.input.checkbox .styled .frame {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  content: "";
  border: 1px solid #909090;
  background-color: #fff;
  cursor: pointer;
}
.input.radio .styled .frame {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  border: 1px solid #909090;
  background-color: #fff;
  cursor: pointer;
}
.input.radio .radio__default:disabled ~ .styled .frame {
  border-color: #f1f1f1;
}
.input.radio .radio__default:disabled ~ .styled+.label {
  color: #909090;
}
.input.checkbox .styled .inset {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 11px;
  content: "";
  border: 2px solid #118844;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 2px;
  left: 6px;
  display: none;
}
.input.radio .styled .inset {
  width: 14px;
  height: 14px;
  content: "";
  border: 2px solid #fff;
  margin: 2px;
  background-color: #118844;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.input.checkbox  .checkbox__default:checked ~ .styled .frame {
  border-color: #000;
}
.input.checkbox  .checkbox__default:checked ~ .styled .inset {
  display: block;
}
.input.radio .radio__default:checked ~ .styled .frame {
  border-color: #000;
}
.input.radio .radio__default:checked ~ .styled .inset {
  display: block;
}
.input.checkbox  .checkbox__default._error ~ .styled .frame {
  border-color: red;
}
.input.radio .label,
.input.checkbox .label {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px 0 0;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  position: relative;
}
.input.radio .label span,
.input.checkbox .label span {
  color: #606060;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: 0px;
}
/*checkbox and radiobutton END*/
/*tabs*/
._js-tab-content {
  display: none;
}
._js-tab-content._active {
  display: block;
}
/*tabs END*/
/*mobile menu*/
.b-mobile-button {
  display: none;
}
.b-mobile-button.menu {
  min-width: 150px;
}
.customize-css-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  font-size: 0;
  line-height: 0;
  min-width: 30px;
  margin-bottom: 4px;
}
.customize-css-icon .line {
  display: block;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 2px;
  transition: ALL 0.8s ease;
  -webkit-transition: ALL 0.8s ease;
  -moz-transition: ALL 0.8s ease;
  -o-transition: ALL 0.8s ease;
}
.customize-css-icon .line+.line {
  margin-top: 2px;
}

.controll-button._toggled .customize-css-icon .line {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 2px;
}
.controll-button._toggled .customize-css-icon .line:nth-child(2) {
  display: none;
}
.controll-button._toggled .customize-css-icon .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}
.controll-button._toggled .customize-css-icon .line:nth-child(2) {
  display: none;
}
.mobile-name {
  display: none;
  width: 100%;
  position: relative;
  background-color: #118844;
  height: 64px;
  overflow: hidden;
}
.mobile-name .name-table {
  display: table;
  width: 100%;
}
.mobile-name .name-cell {
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  padding: 0 30px;
}
.mobile-name .close {
  top: calc(50% - 13px);
  right: 5px;
}
/*mobile menu END*/
/*changed button*/
.button-double-changed span {
  display: block;
}
.button-double-changed span+span {
  display: none;
}
.button-double-changed._toggled span {
  display: none;
}
.button-double-changed._toggled span+span {
  display: block;
}
/*changed button end*/
/*custom grid*/
.w-items-grid {
  font-size: 0;
  line-height: 0;
  width: 102%;
  margin-left: -1%;
}
.w-items-grid .w-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
}
.w-items-grid.four-columns .w-item {
  width: 23%;
  margin: 0 1% 15px 1%;
}
.w-items-grid.three-columns .w-item {
  width: 31.33%;
  margin: 0 1% 20px 1%;
}
.block__link {
  display: block;
  text-decoration: none;
}
a.block__link:hover .responsive-image {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .w-items-grid.four-columns .w-item {width: 31.3%;margin: 0 1% 15px 1%;}
  .w-items-grid.three-columns .w-item {width: 48%;margin: 0 1% 20px 1%;}
}
@media (max-width: 760px) {
  .w-items-grid.four-columns .w-item {width: 48%;margin: 0 1% 10px 1%;}
  .w-items-grid.three-columns .w-item {width: 48%;margin: 0 1% 10px 1%;}
}
@media (max-width: 420px) {
  .w-items-grid {width: 100%; margin: 0;}
  .w-items-grid.four-columns .w-item {width: 100%;margin: 0 0 20px 0;}
  .w-items-grid.three-columns .w-item {width: 100%;margin: 0 0 20px 0;}
}
/*custom grid end*/
/*_CUSTOM*/
header {
  position: relative;
  z-index: 7;
  background-color: transparent;
  color: #fff;
  background-position: center right;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-navigation-line {
  padding: 10px 0;
  background-color: rgba(0,0,0,0);
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;

}

ul.main-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
ul.main-menu>li {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
ul.main-menu>li>a {
  display: block;
  color: #fff;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	padding: 14px 5px 17px;
  text-align: center;
  background-color: #118844;
}
ul.main-menu>li:nth-child(1)>a {
  background-color: #118844;
}
ul.main-menu>li:nth-child(2)>a {
  background-color: #119c49;
}
ul.main-menu>li:nth-child(3)>a {
  background-color: #22aa44;
}
ul.main-menu>li:nth-child(4)>a {
  background-color: #34bb43;
}
ul.main-menu>li:nth-child(5)>a {
  background-color: #66cc44;
}
ul.main-menu>li:nth-child(6)>a {
  background-color: #77d857;
}
ul.main-menu>li>a:hover {
  background-color: #0b4322;
}
ul.main-menu>li._active>a:hover,
ul.main-menu>li._active>a {
  background-color: #202020;
}
ul.main-menu>li._active>a {
  -webkit-animation: main-menu-shine 1s infinite;
  -moz-animation: main-menu-shine 1s infinite;
  animation: main-menu-shine 1s infinite;
}
@-webkit-keyframes main-menu-shine {
  from {background-color: #0e7838;}
  50% {background-color: #48af25}
  100% {background-color: #0e7838;}
}

.main-menu li.li-dropper {
  position: relative;
}
.main-menu li.li-dropper>a {
  position: relative;
}
.li-dropper .b-dropper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px;
  top: -2px;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
.li-dropper .inset {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.li-dropper:hover>.inset {
  display: block;
}
.li-dropper .inset .ul-inset {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 0;
}
.li-dropper .inset .li-inset {
  display: block;
  text-align: left;
  padding: 0;
  border: none;
}
.li-dropper .inset .li-inset>a {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #202020;
}
@media (min-width: 992px) {
  .main-menu .inset .li-inset._active:hover>a,
  .li-dropper .inset .li-inset._active>a {
    background-color: #118844;
    color: #fff;
  }
  .main-menu .inset .li-inset:hover>a {
    background-color: #f1f1f1;;
  }
  .main-menu .inset .inset .li-inset._active:hover>a {
    background-color: #118844;
    color: #fff;
  }
  .main-menu .inset .inset .li-inset:hover>a {
    background-color: #ececec;
  }
  .main-menu .li-dropper .inset .li-inset._active.li-dropper>a .b-dropper {
    border-color: #fff;
  }
}
@media (max-height: 991px) {

    .li-dropper .inset .li-inset>a {
        padding: 5px;
    }
    .li-dropper .inset .li-inset.li-dropper>a {
        padding-right: 25px;
    }

}



@media (max-width: 991px) {
  ul.main-menu {background-color: transparent;}
  ul.main-menu>li {display: block;}
  ul.main-menu>li>a {display: block;color: #fff;padding: 15px 30px 15px 15px;text-align: right;}
  ul.main-menu>li._active>a {background-color: #22bb63;}
  ul.main-menu>li:nth-child(6)>a,
  ul.main-menu>li:nth-child(1)>a,
  ul.main-menu>li:nth-child(2)>a,
  ul.main-menu>li:nth-child(3)>a,
  ul.main-menu>li:nth-child(4)>a,
  ul.main-menu>li:nth-child(5)>a,
  ul.main-menu>li:nth-child(6)>a {background-color: transparent;}
  ul.main-menu>li._active>a:hover,
  ul.main-menu>li._active>a {background-color: #066830;}

  .main-menu li.li-dropper {padding-right: 0;}
  .li-dropper:hover .inset {display: none;}
  .li-dropper .inset .li-inset.li-dropper>a .b-dropper,
  .li-dropper .b-dropper {pointer-events: all;position: absolute;top: calc(50% - 12px);right: 4px;width: 24px;height: 24px;border: 1px solid #ececec;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);right:3px;top:3px;width: 48px;height: 48px;border-color: #4e4e4e;}
  .li-dropper .inset .li-inset.li-dropper>a .b-dropper:after,
  .li-dropper .b-dropper:after {display: block;position: absolute;top: 13px;right: 16px;width: 12px;height: 12px;border: 1px solid #fff;border-right: none;border-top: none;content: "";-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
  .li-dropper .inset .li-inset.li-dropper>a .b-dropper._toggled:after,
  .li-dropper .b-dropper._toggled:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);top: 20px;}
  .li-dropper .inset {position: relative;top: 0;left: 0;width: 100%;}
  .li-dropper .inset .ul-inset {background-color: rgba(0,0,0,0.2);box-shadow: none;}
  .li-dropper .inset .li-inset {text-align: center;}
  .li-dropper .inset .li-inset>a {color: #fff; padding-top: 16px;padding-bottom: 16px;}

  .li-dropper .inset .li-inset a,
  ul.main-menu>li>a {
    padding-left: 15px;
    text-align: left;
  }
  ul.main-menu .li-dropper .inset .li-inset a {
    padding-left: 25px;
  }
  ul.main-menu .li-dropper .inset .inset .li-inset a {
    padding-left: 35px;
  }
  ul.main-menu .li-dropper .inset .li-inset.li-dropper a {
    padding-right: 35px;
    padding-right: 55px;
  }

  .b-mobile-button.menu {display: inline-block;}
  .navigation-menu.main-menu {position: fixed;right: -101%;top: 0;width: 90%;max-width: 320px;height: 100vh;background-color: rgba(0,0,0,0.9);z-index: 6;transition: ALL 0.2s ease;-webkit-transition: ALL 0.2s ease;-moz-transition: ALL 0.2s ease;-o-transition: ALL 0.2s ease;}
  .navigation-menu._toggled {right: 0;}
  .navigation-menu.main-menu .mobile-name {display: block;position: relative;z-index: 6;}
  .navigation-menu-body {overflow: auto; padding-bottom: 100px;position: relative;z-index: 6;}

  .navigation-menu-body {
    background-color: transparent;
    max-height: calc(100vh - 64px);
  }

}

.h-table {
  display: table;
  width: 100%;
}
.h-table .h-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.h-table .h-cell:nth-child(1) {
  text-align: left;
}
.h-table .h-cell:nth-last-child(1) {
  text-align: right;
}
.h-table .phone {
  display: inline-block;
}
.h-table .phone+.phone {
  margin-left: 15px;
}
.h-table .phone__link {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
.h-table .phone__link.email__link {
  background-color: rgba(0,0,0,0.2);
  padding: 0 5px;
}
.h-table a,
.h-table a:hover,
.h-table a:hover .phone__link {
  text-decoration: none;
}

.logo__link {
  display: block;
  margin: 5px 0 0 0;
}
.w-inner-slider .table,
.w-index-slider .table {
  display: table;
  width: 100%;
}
.w-inner-slider .cell,
.w-index-slider .cell {
  display: table-cell;
  vertical-align: middle;
  height: 630px;
  padding: 15px 0;
}
.w-index-slider .content {
  max-width: 720px;
}
.w-index-slider .name {
  font-size: 55px;
  line-height: 62px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
}
.w-index-slider .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 15px 0;
}
.w-inner-slider .cell {
  padding: 40px 0 0;
  vertical-align: bottom;
  height: auto;
}
.w-inner-slider h1,
.w-inner-slider .name {
  /*font-size: 100px;
  line-height: 110px;*/
font-size: 58px;
line-height: 81px;
  margin-bottom: -15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}


header.fixed .top-navigation-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 5;
}
.header-empty {
  height: 177px;
  display: none;
}
header.fixed .header-empty {
  display: block;
}
header.fixed .h-table .h-cell {
  padding: 0 0 2px 0;
}
header.fixed .logo__link img {
  max-width: 80px;
}
header.fixed .h-table .phone__link {
  font-size: 16px;
}

.s-fixed-elements {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 8;
  pointer-events: none;
}
.w-right-side-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  color: #fff;
  pointer-events: all;
  transition: ALL 0.4s ease;
  -webkit-transition: ALL 0.4s ease;
  -moz-transition: ALL 0.4s ease;
  -o-transition: ALL 0.4s ease;
  z-index: 7;
}
.w-right-side-menu._toggled {
  right: 0;
}
.scroll-content {
  overflow: auto;
  position: relative;
  z-index: 1;
  background-color: #ee8800;
  border-left: 5px solid #118844;
  padding: 15px;
  height: 100vh;
}
.w-right-side-menu .controll-button {
  display: block;
  border-radius: 15px;
  background-color: #118844;
  position: absolute;
  top: 150px;
  left: -100px;
  padding: 20px;
  z-index: 0;
  cursor: pointer;
}
.w-right-side-menu .row {
  padding: 30px 0;
}
.w-right-side-menu .row+.row {
  border-top: 1px solid #f3ae52;
}
.w-right-side-menu a {
  color: #fff;
  text-decoration: none;
}
.w-right-side-menu a:hover {
  text-decoration: underline;
}
.w-right-side-menu .button:hover {
  text-decoration: none;
}
.w-right-side-menu .name__link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 20px;
  display: inline-block;
}
.w-dublicate-menu ul {
  margin: 10px 0;
}
.w-dublicate-menu li {
  position: relative;
  padding-left: 20px;
}
.w-dublicate-menu li:before {
  position: absolute;
  top: 8px;
  left: 4px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #118844;
  content: "";
}

.w-search {
  position: relative;
}
.w-search .input__default {
  padding: 0 55px 0 10px;
  border-radius: 0px;
  height: 50px;
  font-size: 16px;
}
.w-search .input__default::-webkit-input-placeholder {
  font-style: italic;
  color: #cecece;
}
.w-search .input__default::-webkit-input-placeholder {
  font-style: italic;
  color: #cecece;
}
.w-search .input__default:-moz-placeholde {
  font-style: italic;
  color: #cecece;
}
.w-search .search__btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  content: "";
  font-size: 20px;
  border-radius: 0;
  background-color: #66cc44;
  cursor: pointer;
}
.w-search .search__btn:hover {
  background-color: #469e29;
}
.w-search .fa {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  z-index: 1;
  pointer-events: none;
}

.s-index-line-a {
  position: relative;
  z-index: 6;
  background-color: #fff;
  padding: 20px 0;
}
.s-index-line-a .left,
.s-index-line-a .right {
  width: 50%;
}
.s-index-line-a .top-image {
  margin-left: -50px;
  position: relative;
  z-index: 1;
}
.s-index-line-a .table {
  display: table;
  width: 100%;
}
.s-index-line-a .cell {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  padding: 20px 0;
}


.s-index-line-b {
  padding: 30px 0 10px;
  background-color: #f1f1f1;
  background-image: url(../i/line-b-bg.jpg);
}
.s-index-line-b .w-slider {
  margin: 0 -10px;
}
.w-product a:hover .frame {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}
.w-product .frame {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0);
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  margin: 10px;
}
.w-product .name {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0;
  color: #202020;
  min-height: 36px;
}
.w-product a:hover .name {
  text-decoration: underline;
  color: #118844;
}
.s-index-line-b .owl-carousel .owl-dots {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ee8800;
  border-color: #ee8800;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #606060;
  border-color: #606060;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
}
.s-index-line-b .section-name {
  margin-top: -30px;
}
.section-name .orange-frame {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  background-color: #ee8800;
}

ol.styled-ol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ol.styled-ol li {
  margin: 15px 0;
  padding: 0 15px 0 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ol.styled-ol li .number {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
ol.styled-ol li:nth-child(1n) .number {background-color: #118844;}
ol.styled-ol li:nth-child(2n) .number {background-color: #22aa44;}
ol.styled-ol li:nth-child(3n) .number {background-color: #66cc44;}
ol.styled-ol li .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
  padding-left: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #202002;
  margin-top: 13px;
}

/*_CUSTOM END*/


.s-footer {
  font-size: 0;
  line-height: 0;
  background-position: center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(../i/f-bg.jpg);
  padding: 50px 0 300px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-top: 50px;
}
.f-top .left {
  width: 60%;
  padding-right: 30px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.f-top .right {
  width: 40%;
  padding-left: 50px;
  text-align: right;
}

.f-bottom {
  padding: 15px 0;
}
.f-bottom .left {
  width: 50%;
}
.f-bottom .right {
  width: 50%;
  text-align: right;
}
.s-footer ul.ul-f-menu {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
}
ul.ul-f-menu li a {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #202020;
  text-decoration: none;
}
ul.ul-f-menu li.name a {
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
}
ul.ul-f-menu li a:hover {
  text-decoration: underline;
}

.s-footer .w-phones {
  display: inline-block;
  text-align: left;
}
.s-footer .phone {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
.s-footer .phone__link {
  font-size: 16px;
  line-height: 20px;
  position: unset;
  text-decoration: none;
  color: #202020;
  display: inline-block;
}
.s-footer .phone .fa {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.s-footer .phone__link.big {
  font-size: 18px;
}
.s-footer .phone .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
}
.s-footer .phone .icon._mts {
  background-image: url(../i/mts_logo.jpg);
}
.s-footer .phone .icon._vel {
  background-image: url(../i/vel_logo.jpg);
}

.responsive-box._140::before {
  padding-top: 140%;
}
.w-catalog .name-table  {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
  width: 100%;
  z-index: 1;
}
.w-catalog.w-items-grid.four-columns .w-item {
  margin-bottom: 25px;
}
.w-catalog .cell {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background-color: #f5a900fa;
  opacity: 0.95;
  height: 64px;
  padding: 10px 8px;
  display: table-cell;
  text-align: center;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-catalog a:hover .cell {
  padding-bottom: 30px;
}

.w-items-grid.w-news .w-item {
  margin-bottom: 25px;
 }
.w-news .content {
  padding: 20px 15px;
  background-color: #f1f1f1;
  color: #000;
  transition: ALL 0.1s ease;
  -webkit-transition: ALL 0.1s ease;
  -moz-transition: ALL 0.1s ease;
  -o-transition: ALL 0.1s ease;
}
.w-news .w-name {
  min-height: 120px;
}
.w-news .name {
  font-size: 18px;
  line-height: 22px;
  min-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
}
.w-news .description {
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0;
  max-height: 56px;
  overflow: hidden;
}
.w-news .w-bottom .date {
  font-size: 12px;
  line-height: 14px;
  margin: 8px 0;
  display: inline-block;
}
/*
.w-news a:hover .content {
  padding: 15px 15px 25px;
}
*/
.w-news a:hover .name {
  color: #0b4322;
}
.w-news .responsive-box._50::before {
  transition: ALL 0.1s ease;
  -webkit-transition: ALL 0.1s ease;
  -moz-transition: ALL 0.1s ease;
  -o-transition: ALL 0.1s ease;
}
/*
.w-news a:hover .responsive-box._50::before {
  padding-top: calc(50% + 10px);
}
*/


.s-product .left-product-side {
  float: left;
  width: 450px;
}
.s-product .right-product-side {
  float: right;
  width: calc(100% - 490px);
}
.s-product .right-product-side h1 {
  margin-top: 0;
}
.s-product .w-product-styled-frame {
  padding: 20px;
  margin: 30px 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-size: 0;
  line-height: 0;
}
.s-product .w-product-styled-frame .image {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
.s-product .w-product-styled-frame .content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 150px);
  font-size: 14px;
  line-height: 22px;
}
.s-product .w-product-styled-frame .content>*:nth-child(1) {
  margin-top: 0px;
}
.s-product .w-product-styled-frame .content p {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}
.s-product .w-product-styled-frame .image img {
  margin: -50px -20px 0 -20px;
}
.w-bottom-product-pager {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
  line-height: 0;
}
.w-bottom-product-pager .responsive-box {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  cursor: pointer;
  margin: 10px 1% 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.w-bottom-product-pager .responsive-box.active {
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.s-products-slider-line {
  padding-top: 30px;
}
.s-products-slider-line .w-slider {
  margin: 0 -1%;
}
.s-products-slider-line .owl-carousel .owl-dots {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  display: none;
}
.s-products-slider-line .w-product .frame {
  border: 1px solid #f1f1f1;
}
.s-products-slider-line .owl-carousel .owl-dots .owl-dot span {
  background-color: #ececec;
  border-color: #ececec;
}
.s-products-slider-line .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ee8800;
  border-color: #ee8800;
}
.left-product-side .section-name.mobile {
  display: none;
}

.fz0 {
  font-size: 0;
  line-height: 0;
}
.w-contacts-roll {
  margin-bottom: 30px;
}
.roll {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #118844;
  text-align: center;
}
  .w-contacts-roll .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);  
  padding: 0 10px;
  font-size: 20px;
  line-height: 24px;
}
.w-contacts-roll .fa {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
}
.w-contacts-roll .fa.fa-clock-o {
  font-size: 35px;
  line-height: 62px;
}
.w-contacts .w-item p,
.w-contacts .w-item a {
  color: #202002;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.s-contacts {
  padding-bottom: 30px;
  box-shadow: inset 0 -100px 100px rgba(150,150,150,0.1);
  border-bottom: 4px solid #fff;
}

.s-feedback-form {
  text-align: center;
  background-image: url(../i/decorate-bg.png);
  background-position: center;
  background-repeat: repeat-x;
  border-top: 10px solid #f1f1f1;
  margin-top: 2px;
}
.w-feedback-form {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
  padding: 40px;
}
.w_33 {
  float: left;
  width: 33.3%;
}
.s-feedback-form .input__default {
  height: 46px;
  padding: 0 15px;
}
.s-feedback-form .input.w_33:nth-child(1) .input__default {
  border-radius: 10px 0 0 10px;
}
.s-feedback-form .input.w_33:nth-child(2) .input__default {
  border-radius: 0;
  width: calc(100% + 2px);
  margin: 0 -1px;
}
.s-feedback-form .input.w_33:nth-child(3) .input__default {
  border-radius: 0 10px 10px 0;
}
.s-feedback-form .input.w_33 .input__default:focus {
  position: relative;
  z-index: 1;
} 
.s-feedback-form .textarea__default {
  border-radius: 10px;
  height: 100px;
  padding: 20px 15px;
}

.ymap {
  display: inline-block;
  width: 100%;
  height: 400px;
  background-color: #fff;
  margin-bottom: -50px;
  font-size: 0;
  line-height: 0;
}
.ymap [class*="ground-pane"] {
  -ms-filter: grayscale(100%);
  -webkit-filter: #808080;
  filter: #808080;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.popover {
  position: absolute;
  width: 310px;
  left: 10px !important;
  top: inherit !important;
  bottom: 70px !important;
}
.popover .close {
  font-family: arial;
  position: absolute;
  color: #fff;
  top: 0px;
  right: 3px;
  z-index: 2;
  text-decoration: none;
  width: 10px;
  height: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
.popover .close:before,
.popover .close:after {
  display: none;
}
.w-baloon {
  width: 100%;
  padding: 10px 10px;
  position: relative;
  background-color: #19b75c;
  background-repeat: no-repeat;
  text-align: left;
}
.w-baloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-left: 10px solid #19b75c;
  border-top: 10px solid #19b75c;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.w-baloon-name {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.b-wrapper.p-error {
  min-height: 100vh;
  background-image: url(../i/error-404.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.s-error .table {
  display: table;
  width: 100%;
}
.s-error .cell {
  display: table-cell;
  vertical-align: middle;
  height: calc(100vh - 180px);
  text-align: center;
}
.s-error .content {
  max-width: 500px;
  text-align: left;
  display: inline-block;
  margin-top: -100px;
}
.s-error .description {
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.s-error .number {
  font-size: 280px;
  line-height: 200px;
  margin: 20px 0;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.s-error .button {
  -webkit-animation: main-menu-shine 1s infinite;
  -moz-animation: main-menu-shine 1s infinite;
  animation: main-menu-shine 1s infinite;
}
.mess-icon {
  width: 22px;
  height: 22px;
}
.w-right-side-menu .row {
  margin: 0;
  display: inline-block;
  width: 100%;
}







.w-cart-fixed {
  width: 100%;
  pointer-events: none;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 10px;
	pointer-events: all;
	transition: ALL 0.4s ease;
	-webkit-transition: ALL 0.4s ease;
	-moz-transition: ALL 0.4s ease;
	-o-transition: ALL 0.4s ease;
}
.w-cart-fixed .container {
  position: relative;
}
@media (min-width: 992px) {
	.w-right-side-menu._toggled ~ .w-cart-fixed {
		right: 410px;
	}
}
.w-cart-fixed .roll__link {
  position: absolute;
  bottom: 0;
  right: -80px;
  pointer-events: all;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ed9f37;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
}
.w-cart-fixed._active .roll__link{
  -webkit-animation: cart_animate 2s infinite;
  -moz-animation: cart_animate 2s infinite;
  animation: cart_animate 2s infinite;
}
@-webkit-keyframes cart_animate {
  from {background-color: #ed9f37;}
  25% {background-color: #f9b457;}
  50% {background-color: #ed9f37;}
  75% {background-color: #f9b457;}
  100% {background-color: #ed9f37;}
}
.w-cart-fixed .roll__link .count {
	min-width: 20px;
	height: 20px;
	position: absolute;
	right: -3px;
	top: -3px;
	border-radius: 3px;
	background-color: #118844;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
.w-cart-fixed .roll__link .icon svg {
	width: 20px;
	height: 20px;
}

.w-product-price-desc {font-size: 13px;line-height: 14px;text-align: left;}



@media (min-width: 1200px) {
	.w-cart-fixed .roll__link {
		width: 80px;
		height: 80px;
	}
	.w-cart-fixed .roll__link .icon svg {
		width: 30px;
		height: 30px;
	}
	.w-cart-fixed .roll__link .count {
		font-size: 15px;
		line-height: 30px;
		min-width: 30px;
		height: 30px;
	}
}
@media (min-width: 992px) {
	.li-dropper .inset .li-inset.li-dropper {
		position: relative;
	}
	.li-dropper .inset .li-inset.li-dropper>a {
		padding-right: 35px;
		position: relative;
	}
	.li-dropper .inset .li-inset.li-dropper>a .b-dropper {
		border-color: #000;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		position: absolute;
		right: 10px;
		top: calc(50% - 4px);
	}
	.li-dropper .li-dropper .inset {
		left: 100%;
		top: 0;
	}
	.li-dropper .li-dropper .inset .ul-inset {
		background-color: #f1f1f1;
		box-shadow: 9px 0 10px rgba(0,0,0,0.3);
	}
}

.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-75 {margin-bottom: 75px;}
.mb-80 {margin-bottom: 80px;}
.mb-85 {margin-bottom: 85px;}
.mb-90 {margin-bottom: 90px;}
.mb-95 {margin-bottom: 95px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-55 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-75 {margin-top: 75px;}
.mt-80 {margin-top: 80px;}
.mt-85 {margin-top: 85px;}
.mt-90 {margin-top: 90px;}
.mt-95 {margin-top: 95px;}
.mt-100 {margin-top: 100px;}
.mt-110 {margin-top: 110px;}
.mt-120 {margin-top: 120px;}
.mt-130 {margin-top: 130px;}
.mt-140 {margin-top: 140px;}
.mt-150 {margin-top: 150px;}
.mt-160 {margin-top: 160px;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}
.pb-40 {padding-bottom: 40px;}
.pb-45 {padding-bottom: 45px;}
.pb-50 {padding-bottom: 50px;}
.pb-55 {padding-bottom: 55px;}
.pb-60 {padding-bottom: 60px;}
.pb-65 {padding-bottom: 65px;}
.pb-70 {padding-bottom: 70px;}
.pb-75 {padding-bottom: 75px;}
.pb-80 {padding-bottom: 80px;}
.pb-85 {padding-bottom: 85px;}
.pb-90 {padding-bottom: 90px;}
.pb-95 {padding-bottom: 95px;}
.pb-100 {padding-bottom: 100px;}
.pb-110 {padding-bottom: 110px;}
.pb-120 {padding-bottom: 120px;}
.pb-130 {padding-bottom: 130px;}
.pb-140 {padding-bottom: 140px;}
.pb-150 {padding-bottom: 150px;}
.pb-160 {padding-bottom: 160px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}
.pt-40 {padding-top: 40px;}
.pt-45 {padding-top: 45px;}
.pt-50 {padding-top: 50px;}
.pt-55 {padding-top: 55px;}
.pt-60 {padding-top: 60px;}
.pt-65 {padding-top: 65px;}
.pt-70 {padding-top: 70px;}
.pt-75 {padding-top: 75px;}
.pt-80 {padding-top: 80px;}
.pt-85 {padding-top: 85px;}
.pt-90 {padding-top: 90px;}
.pt-95 {padding-top: 95px;}
.pt-100 {padding-top: 100px;}
.pt-110 {padding-top: 110px;}
.pt-120 {padding-top: 120px;}
.pt-130 {padding-top: 130px;}
.pt-140 {padding-top: 140px;}
.pt-150 {padding-top: 150px;}
.pt-160 {padding-top: 160px;}
.w-cloud-dropper {
  position: relative;
  padding-right: 25px;
}
.w-cloud-dropper .b-dropper {
  position: absolute;
  top: calc(50% - 10px);
  right: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.w-cloud-dropper:hover .b-dropper {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.w-cloud-dropper .b-dropper:after {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  right: calc(50% - 3px);
  border: 1px solid #202020;
  border-right: none;
  border-top: none;
  content: "";
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
  content: '';
}
.w-cloud-dropper .inset {
  position: absolute;
  z-index: 2;
  z-index: 8;
  top: 99%;
  left: calc(50% - 145px);
  padding-top: 0px;
  opacity: 0;
  pointer-events: none;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-cloud-dropper .inset:hover,
.w-cloud-dropper:hover .inset {
  padding-top: 20px;
  opacity: 1;
  pointer-events: all;
}
.w-cloud-dropper .inset .frame {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 6px;
  padding: 25px;
  width: 290px;
  position: relative;
}
.w-cloud-dropper .inset .frame .corner {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -19px;
  left: calc(50% - 10px);
  display: block;
  margin: 0 auto;
  content: "";
}

.mobile-btn__link.contacts {
  padding-left: 12px;
}
.w-cloud-dropper.phone-mobile {
  padding-right: 0;
}
.w-cloud-dropper.phone-mobile .inset {
  left: auto;
  right: -60px;
}
.w-cloud-dropper.phone-mobile .inset .frame {
  border-radius: 2px;
  padding: 10px;
  width: 260px;
}
.w-cloud-dropper.phone-mobile .inset .frame .corner {
  left: auto;
  right: 65px;
}
.phone-mobile .phone__link.email__link,
.phone-mobile .phone__link {
  color: #202020;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}

.phone__link.email__link {
  color: #ee8800;
  color: #fff;
}
.phone__link.email__link:hover {
  text-decoration: underline;
}
.header-mobile {
  display: block;
  position: fixed;
  top: -1px;
  left: -1px;
  z-index: 4;
  width: calc(100% + 2px);
  padding: 10px 0 9px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header-mobile-empty {
  display: block;
  height: 65px;
}
.h-top {
  display: none;
}
@media (min-width: 576px) {
  .h-top {
    display: block;
  }
  .header-mobile-empty,
  .header-mobile {
    display: none;
  }
}
.logo__link.logo-mobile {
  font-size: 0;
  line-height: 0;
  max-width: 45px;
  margin: 0;
}
.mobile-btn__link {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  position: relative;
}
.fcm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.col-mobile-header-btns.w-texts {
  padding-top: 10px;
}
.s-header-mobile.w-mobile-header-btns.w-texts .mobile-btn__link {
  height: 50px;
  padding-bottom: 15px;
}
.mobile-btn__link.cart {
  position: relative;
}
.mobile-btn__link.cart .count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #118844;
  padding: 2px 0 3px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
}
.mobile-btn__link .burger {
  width: 28px;
}
.mobile-btn__link .burger .line {
  height: 4px;
  width: 100%;
  background-color: #000;
}
.mobile-btn__link .burger .line+.line {
  margin-top: 4px;
}
.w-mobile-navigation-button {
  display: none;
}
@media (min-width: 1199px) {
  .navigation-menu.catalog .mobile-menu-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px; 
  }
}
@media (max-width: 1199px) {
  .menu-layout.body-layout,
  .navigation-menu.catalog .body-layout {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    content: "";
    z-index: 4;
  }
  .navigation-menu.catalog .navigation-menu-body {
    height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    overflow: auto;
  }
  .navigation-menu.catalog .navigation-menu-body {
    background-color: #fff;
    position: relative;
    z-index: 5;
  }
  .navigation-menu.catalog .mobile-menu-header {
    background-color: #118844;
    color: #fff;
    padding-top: 4px;
    border-bottom: 4px solid #4e4e4e;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
  }
  .navigation-menu.catalog .mobile-menu-header .close {
    top: 12px;
    right: 10px;
  }
  .navigation-menu.catalog {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 320px;
    z-index: 10;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
  }
  .navigation-menu.catalog.left-side {
    left: -325px;
  }
  .navigation-menu.catalog.left-side._toggled {
    left: 0;
  }
  .w-mobile-navigation-button {
    display: block;
  }
  ._js-mobile-menu._toggled {
    position: relative;
    z-index: 20;
  }
  .navigation-menu.main-menu._toggled .menu-layout.body-layout,
  .navigation-menu.catalog .body-layout._toggled {
    display: block;
  }
}

@media (min-width: 1199px) {
  .w-left-side-catalog>.frame {
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
}
.ul-left-side-catalog .li-catalog {

}
.ul-left-side-catalog .li-catalog .left-side-catalog__link {
  display: block;
  padding: 10px 20px;
  color: #202020;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.ul-left-side-catalog .li-catalog .li-catalog .left-side-catalog__link {
  font-size: 14px;
  padding-left: 35px;
  font-weight: normal;
}
.ul-left-side-catalog .li-catalog .li-catalog .left-side-catalog__link:before {
  width: 5px;
  height: 5px;
  background-color: #606060;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: calc(50% - 3px);
  top: 18px;
}
.ul-left-side-catalog .li-catalog .left-side-catalog__link:hover {
  background-color: #f1f1f1;
}
.ul-left-side-catalog .li-catalog._active>.left-side-catalog__link,
.ul-left-side-catalog .li-catalog._active>.left-side-catalog__link:hover {
  background-color: #f5a900fa;
  color: #fff;
}
.ul-left-side-catalog .li-catalog .li-catalog._active>.left-side-catalog__link:before,
.ul-left-side-catalog .li-catalog .li-catalog._active>.left-side-catalog__link:hover:before {
  background-color: #fff;
}

.w-catalog.products .name-table {
  position: relative;
}
.w-catalog.products .name-table .cell {
  padding: 10px;
  background-color: transparent;
  color: #202020;
}
.w-catalog.products a:hover .cell {
  padding-bottom: 10px;
}
.w-catalog.products .w-price .price {
  color: #202020;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px 10px 10px;
}
.w-catalog.products .price.old {
  color: #909090;
  font-size: 13px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: normal;
}

.w-absolute-sticker {
  position: absolute;
  left: 10px;
  top: -6px;
  z-index: 2;
}
.w-absolute-sticker .absolute-sticker {
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;

  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  background-color: #000;
  color: #fff;
  padding: 15px 5px 0;
  width: 60px;
}
.w-absolute-sticker .absolute-sticker:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 6px;
  height: 6px;
  border: 3px solid transparent;
  border-bottom-color: #cecece;
  border-left-color: #cecece;
  content: "";
}
.absolute-sticker .corner-left {
  width: 30px;
  height: 30px;
  border: 30px solid transparent;
  border-top-color: #000;
  border-left-color: #000;
  position: absolute;
  left: 0;
  top: 99%;
}
.sticker-small {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
  padding: 1px 2px 2px;
  color: #fff;
  background-color: #000;
}
.sticker-small.color001 {
  background-color: #f14f4f;
}
.sticker-small.color002 {
  background-color: #f39b50;
}
.sticker-small.color003 {
  background-color: #44af5b;
}
.w-cart-table-item .sticker-small {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
/*
.absolute-sticker .corner-right {
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  position: absolute;
  right: 0;
  top: 99%;
}
*/
.w-catalog.products a:hover .absolute-sticker+.absolute-sticker {
  left: -60px;
}
.w-absolute-sticker .absolute-sticker.color001 {
  background-color: #f14f4f;
}
.absolute-sticker.color001 .corner-left {
  border-top-color: #f14f4f;
  border-left-color: #f14f4f;
}
.absolute-sticker.color001 .corner-right {
  border-top-color: #f14f4f;
  border-right-color: #f14f4f;
}
.w-absolute-sticker .absolute-sticker.color002 {
  background-color: #f39b50;
}
.absolute-sticker.color002 .corner-left {
  border-top-color: #f39b50;
  border-left-color: #f39b50;
}
.absolute-sticker.color002 .corner-right {
  border-top-color: #f39b50;
  border-right-color: #f39b50;
}
.w-absolute-sticker .absolute-sticker.color003 {
  background-color: #44af5b;
}
.absolute-sticker.color003 .corner-left {
  border-top-color: #44af5b;
  border-left-color: #44af5b;
}
.absolute-sticker.color003 .corner-right {
  border-top-color: #44af5b;
  border-right-color: #44af5b;
}

.row-container-sides .col-center-left-side-column.wide {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 300px);
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
.row-container-sides .col-right-side-column.small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
}
@media (min-width: 1240px) {
  .row-container-sides .col-center-left-side-column {
    padding-right: 25px;
  }
}
.row-cart-item .col-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
.row-cart-item .col-content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 80px);
  -ms-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.w-cart-table-item {
  padding: 5px 5px 0 5px;
  border: 1px solid #e5eef3;
  position: relative;
}
@media (min-width: 1240px) {
  .w-cart-table-item.w-favorites {
    padding: 15px 10px 5px 10px;
  }
}
.w-cart-table-item+.w-cart-table-item {
  margin-top: -1px;
}
.row-cart-item .col-name {
  padding-right: 70px;
  min-height: 30px;
}
.row-cart-item .col-discount {
  text-align: left;
}
.row-cart-item .col-price,
.row-cart-item .col-pcs {
  text-align: center;
}
.row-cart-item .col-price .price {
  padding-top: 3px;
  padding-bottom: 3px;
}
.row-cart-item .col-price.total {
  text-align: right;
}
.row-cart-item .col-price {
  font-size: 16px;
  font-weight: bold;
}
.row-cart-item.row-favorites .col-price.total {
  text-align: center;
}
.row-cart-item.row-favorites .col-btn {
  padding-right: 10px;
  text-align: right;
}
.row-cart-item .col-offset {
  padding-bottom: 10px;
}
.row-cart-item .pcscontrolls {
  margin-left: auto;
  margin-right: auto;
}
.w-cart-table-item .col-name .art {
  color: #6674A6;
  font-size: 12px;
}
.w-cart-table-item .col-image a.image__link:hover {
  opacity: 0.8;
}
.w-cart-table-item .col-name a.name__link {
  font-size: 15px;
  color: #202020;
  text-decoration: none;
}
.w-cart-table-item .col-name a.name__link:hover {
  color: #118844;
}
.w-cart-table-item .w-controlls.absolute {
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 3;
}
.w-cart-table-item .w-controlls .btn img {
  width: 20px;
  height: 20px;
}
.w-controlls .btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.w-controlls .w-favorits .btn._active path,
.w-controlls .w-favorits .btn:hover path {
  fill: red;
}
.w-controlls .w-favorits .btn.edit-btn:hover path {
  fill: #000;
}
.color-yellow {
  color: #F39F0B;
}
.w-cart-table-item .w-favorits .btn svg,
.w-cart-table-item .w-controlls .btn img {
  width: 20px;
  height: 20px;
}
.w-cart-table-item .w-controlls .btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.w-cart-table-item .w-controlls .w-favorits .btn path {
  fill: #cecece;
}
.w-cart-table-item .w-controlls .w-favorits .btn._active path,
.w-cart-table-item .w-controlls .w-favorits .btn:hover path {
  fill: red;
}
.pcscontrolls {
  font-size: 0;
  line-height: 0;
  max-width: 100px;
}
.pcscontrolls .input__default {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  min-height: inherit;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  width: calc(100% - 60px);
  border-radius: 0;
  padding: 0;
  border: none;
  color: #000;
  font-weight: bold;
}
.pcscontrolls .btn, .pcscontrolls .shk_count_button  {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #cecece;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.pcscontrolls .minus {
  line-height: 25px;
}
.pcscontrolls .btn:hover {
  background-color: #118844;
}
.w-cart-right-side-frame>.frame {
  padding: 25px;
  box-shadow: 0 11px 30px rgba(67, 109, 165, 0.3);
}
.w-cart-right-side-frame {
  position: sticky;
  top: 125px;
  bottom: 0;
}
.w-cart-right-side-frame .w-price .price.big {
  font-size: 20px;
  font-weight: 600;
}
.s-name.h1,.s-name._h1 {
  font-size: 200%;
  line-height: 1.2;
}
.s-name.h2,.s-name._h2 {
  font-size: 170%;
  line-height: 1.2;
}
.s-name.h3,.s-name._h3 {
  font-size: 150%;
  line-height: 1.2;
}
.s-name.h4,.s-name._h4 {
  font-size: 120%;
  line-height: 1.2;
}
.bold {
  font-weight: bold;
}

.w-cart-table-item .price.new {
  position: relative;
  text-align: center;
}
.w-cart-table-item .price.new .old {
  font-size: 11px;
  line-height: 12px;
  text-decoration: line-through;
  color: #909090;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: normal;
}
.w-order-form .label .red {
  color: red;
}
.w-order-form .input__default {
  height: 46px;
}
.w-order-form .textarea__default {
  min-height: 46px;
  max-height: 150px;
  padding-top: 12px;
}

.w-top-product-slider {
  position: relative;
}
.w-roduct .w-product-price-frame {
  margin-top: 20px;
  padding: 20px 30px 30px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.w-roduct .w-product-price {
  text-align: center;
}
.w-product-price>.row>.col {
  padding-top: 10px;
}
.w-roduct .w-product-price .price-description {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  /*max-width: 130px;*/
  text-align: left;
}
.w-roduct .w-product-price .w-price {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.w-roduct .w-product-price .w-price .price {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.w-roduct .w-product-price .w-price .price .availability {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    font-size: 13px;
    font-weight: normal;
}
.w-roduct .w-product-price .w-price .old {
  font-size: 12px;
  line-height: 12px;
  text-decoration: line-through;
  color: #909090;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  font-weight: normal;
}
.w-roduct .w-product-price .pcscontrolls {
  margin-left: auto;
  margin-right: auto;
}
.w-roduct .w-product-price .button {

}

.row-product-feature-item .col-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.row-product-feature-item .col-content {
  padding-left: 20px;
}
.w-product-feature-item {
  padding-top: 15px;
}
.w-product-feature-item .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 0 auto;
}
.w-product-feature-item .name {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  padding-top: 8px;
}
.w-product-feature-item .description {
  font-size: 13px;
  line-height: 15px;
  margin-top: 8px;
}

.row-review-list>.col {
  margin-bottom: 30px;
}
.w-review-list-item {
  padding: 15px 20px 25px 20px;
  background-color: #f0f5f7;
}
.w-review-list-item .lense {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.w-review-list-item .lense {
  opacity: 0;
}
a:hover .w-review-list-item .lense {
  opacity: 1;
}
.w-review-list-item .lense svg path {
  fill: #000;
}
.w-review-list-item,
.w-review-list .block__link {
  height: 100%;
}
.w-review-list .block__link {
  text-decoration: none;
  color: #202020;
  font-weight: 700;
}
.w-review-list-item .w-image {
  padding: 25px 20px;
}
.w-document-image .responsive-box {
  background-color: transparent;
}
.w-document-image .responsive-box:before {
  padding-top: 130%;
}
.w-review-list .text {
  border-bottom: 1px dotted transparent;
}
.w-review-list a:hover .text {
  border-bottom-color: #5089a0;
}

.row-catalog>.col {
  margin-bottom: 30px;
}
.w-product-list-item>.frame {
  position: relative;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding-bottom: 80px;
}
.w-catalog.products>.frame:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.w-product-list-item>.frame {

}
.w-product-list-item .w-absolute-bottom {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.w-product-list-item .button {
    line-height: 20px;
}

.w-service-list-item .block__link,
.w-product-list-item,
.w-product-list-item .frame {
    height: 100%;
}
.product-description {
    color: #909090;
    padding: 0 5px 10px 5px;
    text-align: center;
}

.row-service-list>.col {
  margin-bottom: 16px;
}
.row-service-list>.col .w-service-list-item {
  height: 100%;
}
.w-service-list-item {
  background-color: #f1f1f1;
}
.w-service-list-item .block__link {
  color: #202020;
  text-decoration: none;
  color: #202020;
  padding: 10px;
  position: relative;
  padding-bottom: 55px;
}
.w-service-list-item .responsive-box {
  width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
}
.w-service-list-item .w-name>*+* {
  margin-top: 8px;
}
.w-service-list-item .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  transition: ALL 0.2s ease;
  -webkit-transition: ALL 0.2s ease;
  -moz-transition: ALL 0.2s ease;
  -o-transition: ALL 0.2s ease;
}
.w-service-list-item a.block__link:hover .name {
  color: #118844;
}
.w-service-list-item a.block__link:hover .responsive-image {
    opacity: 0.9;
}

.w-service-list-item .description {
  font-size: 13px;
  line-height: 16px;
  color: #909090;
}
.w-service-list-item .w-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
}

.w-product-callback-form > .frame {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.w-product-callback-form .f-head {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  background-color: #c3e5ff;
}
.w-product-callback-form .f-body {
  padding: 25px;
}

.w-product-callback-form .textarea__default {
  min-height: 111px;
  margin-bottom: -5px;
}




@media (max-width: 1300px) {
  .container {width: 100%; padding: 0 20px;}
  .container.fullwidth {padding: 0 20px;}

    ul.main-menu>li>a {font-size: 13px;padding-left: 0;padding-right: 0;}

  .s-index-line-a .top-image {margin-left: 0;margin-top: -20%;}

  .w-inner-slider .cell {padding: 0px;}
  .w-inner-slider h1,
  .w-inner-slider .name {font-size: 65px;line-height: 70px;margin-bottom: -7px;}

  .s-product .left-product-side {width: 400px;}
  .s-product .right-product-side {width: calc(100% - 420px);}

  .s-product .w-product-styled-frame .image {width: 100px;}
  .s-product .w-product-styled-frame .content {width: calc(100% - 100px);}
  .s-product .w-product-styled-frame .content p {font-size: 14px;line-height: 18px;}

  .h-table .phone__link {
    font-size: 19px;
    line-height: 23px;
  }

  .w-cart-fixed .roll__link {
    right: -40px;
  }

}

@media (max-width: 1199px) {

  .w-cart-fixed .roll__link {right: 0px;}
}

@media (max-width: 991px) {
 
  .top-navigation-line,
  header.fixed .top-navigation-line {position: relative;background-color: transparent;padding: 0;}
  .header-empty,
  header.fixed .header-empty {display: none;}
  .h-table .h-cell,
  header.fixed .h-table .h-cell {padding: 5px 0;}
  header.fixed .logo__link img {max-width: inherit;}

  .h-bottom {text-align: right;}
  .h-table .phone {display: block;}
  .h-table .phone+.phone {margin-left: 0px;margin-bottom: 5px;}
  .h-table .phone__link {font-size: 15px;line-height: 18px;}
  header.fixed .h-table .phone__link {font-size: 15px;}

  .w-index-slider .name {font-size: 35px;line-height: 40px;margin: 15px 0;}
  .w-index-slider .description {font-size: 14px;line-height: 19px;}
  .w-index-slider .cell {height: 450px;}

  .s-fixed-elements .w-right-side-menu {display: none;}

        ul.main-menu>li>a {font-size: 16px;padding-left: 15px;padding-right: 15px;}

  .s-index-line-a {padding: 0;}
  .s-index-line-a .top-image {margin: 10px 0;}

  .w-inner-slider .cell {padding: 10px 0;}
  .w-inner-slider h1,
  .w-inner-slider .name {font-size: 40px;line-height: 46px;margin-bottom: 0;}

  .section-name._h1,
  h1,.h1 {font-size: 30px;}
  .section-name._h2,
  h2,.h2 {font-size: 26px;}
  .section-name._h3,
  h3,.h3 {font-size: 22px;}
  .section-name._h4,
  h4,.h4 {font-size: 16px;}

  .s-product .left-product-side {width: 300px;}
  .s-product .right-product-side {width: calc(100% - 320px);}

  .w-items-grid.w-contacts .w-item {width: 43%;}
  .w-items-grid.w-contacts .w-item>* {margin-left: 70px;}
  .w-items-grid.w-contacts .w-item>*.w-contacts-roll,
  .w-contacts-roll {margin-bottom: 10px;margin-left: 0;}

  body.overflow>.layout,
  body>.layout {
    display: none;
  }
  .header-phones {
    text-align: right;
  }
  .header-phones .w-phones {
    display: inline-block;
    text-align: left;
    max-width: 230px;
  }
  .row-h-phones .col-phone-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .b-mobile-button.menu {
    min-width: 230px;
  }

  .row-container-sides .col-center-left-side-column.wide,
  .row-container-sides .col-right-side-column.small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-container-sides .col-right-side-column.small {
    padding-top: 30px;
  }
  .w-cart-table-item .price.new {
    display: inline-block;
  }
  .row-cart-item .col-price.start {
    text-align: left;
  }
  .row-cart-item .col-price.total .price {
    font-size: 20px;
    line-height: 22px;
  }
  .row-cart-item .pcscontrolls {
    margin-left: 0;
  }

}
@media (max-width: 767px) {
  .s-index-line-a {padding: 0;}
  .s-index-line-a .container {position: relative;overflow: hidden;}
  .s-index-line-a .left {width: 100%; position: absolute;bottom: 0; left: 0; z-index: 2;opacity: 0.4;}
  .s-index-line-a .right {width: 100%; position: relative;z-index: 1;}
  .s-index-line-a .top-image {margin: 15px 0;max-width: 100%;}

  .f-top .left {display: none;}
  .f-top .right {width: 100%;padding: 0;text-align: left;}

  ol.styled-ol {-webkit-column-count: 1;-moz-column-count: 1;-o-column-count: 1;column-count: 1;}

  .w-inner-slider h1,
  .w-inner-slider .name {font-size: 22px;line-height: 25px;margin: 0;}

  .section-name._h1,
  h1,.h1 {font-size: 28px;}
  .section-name._h2,
  h2,.h2 {font-size: 24px;}
  .section-name._h3,
  h3,.h3 {font-size: 22px;}
  .section-name._h4,
  h4,.h4 {font-size: 16px;}

  .s-product .right-product-side h1 {display: none;}
  .left-product-side .section-name.mobile {display: block;}
  .s-product .left-product-side,
  .s-product .right-product-side {width: 100%;}
  .s-product .left-product-side {margin-bottom: 20px;}

  .w-items-grid.w-contacts {width: 100%;margin-left: 0%;}
  .w-items-grid.w-contacts .w-item {width: 100%; margin: 0 0 25px 0;}

  .s-feedback-form {background-image: inherit;}
  .w-feedback-form {padding: 0;}

  .w-items-grid.w-contacts .w-item>.w-contacts-roll+* {margin-top: -10px;}

  .s-error .content {margin-top: 0px;}

      .w-roduct .w-product-price .w-price {
        text-align: left;
      }
        .w-roduct .w-product-price .w-price .price .availability {
          text-align: left;
            
        }

}

@media (max-width: 590px) {

  .w-index-slider .content {padding: 15px;background-color: rgba(0,0,0,0.3);}
  .w-index-slider .name {font-size: 24px;line-height: 30px;}
  .w-index-slider .cell {height: 300px;}
 
  .f-top .right {text-align: center;}
  .f-bottom .left,
  .f-bottom .right {width: 100%;text-align: center;}

  .s-product .w-product-styled-frame {position: relative;min-height: 150px;overflow: hidden;}
  .s-product .w-product-styled-frame .image img {position: absolute;bottom: 0;left:0;z-index: 1;width: auto;opacity: 0.2;}
  .s-product .w-product-styled-frame .image img {margin: 0;}
  .s-product .w-product-styled-frame .content {width: 100%;position: relative;z-index: 2;}
  .s-products-slider-line .owl-carousel .owl-dots {display: block;}

  .w-contacts .w-item p, .w-contacts .w-item a {font-size: 14px;line-height: 16px;}

  .s-feedback-form .input.w_33 {width: 100%;}
  .s-feedback-form .input.w_33:nth-child(3) .input__default,
  .s-feedback-form .input.w_33:nth-child(2) .input__default,
  .s-feedback-form .input.w_33:nth-child(1) .input__default {border-radius: 10px;}

  
  .s-error .description {font-size: 14px; line-height: 22px;margin: 0;}
  .s-error .number {font-size: 160px;line-height: 160px; margin: -20px 0 0 0;}

  .h-table .h-cell:nth-last-child(1) {
    padding-left: 10px;
  }

  


}



@media (max-width: 576px) {
  .h-bottom {
    position: relative;
    z-index: 11;
  }
  .w-product-price .col-pcs {
    padding-bottom: 20px;
  }
  .w-review-list-item .lense {
    background-color: #fff;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ececec;
  }
  .w-review-list-item .lense svg {
    width: 20px !important;
    height: 20px !important;
  }
  .w-review-list-item .lense svg path {
    fill: #606060 !important;
  }
  
  .w-roduct .w-product-price .price-description {
      text-align: center;
      
    }
    .w-roduct .w-product-price .w-price {
        text-align: center;
        padding: 0;
    }
.w-product-price .col-pcs {padding-bottom: 0;}
.w-product-price-desc {
        text-align: center;
      }
      
      .w-roduct .w-product-price .w-price .price.new {
          padding-top: 20px;
          padding-bottom: 15px;
      }
      .w-roduct .w-product-price .w-price .price .availability {
          text-align: center;
        bottom: -1px;
      }


}


@media (max-width: 420px) {
  .container {width: 100%; padding: 0 15px;}
  .container.fullwidth {padding: 0 15px;}
/*
  .h-table .h-cell:nth-child(1),
  .h-table .h-cell:nth-last-child(1),
  .h-table,
  .h-table .h-cell {display: block;text-align: center;}
*/
  .logo__link img {display: inline-block;}
  .h-table .phone {display: none;}
  .b-mobile-button.menu {font-size: 0;line-height: 0;min-width: inherit;padding: 20px 13px;}
  .customize-css-icon .line+.line {margin-top: 4px;}

  .s-footer {background-position: left bottom;}

  .w-items-grid.w-contacts .w-item {width: 100%;}

  .header-phones {
    display: none;
  }
}
.ul-left-side-catalog .ul-left-side-catalog .ul-left-side-catalog{padding-left:20px;}
article ol li ul li{list-style-type:none;}
.s-index-our-partners .col-xl{
    min-width: 170px;
}