@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,300,400,500,700");
.color-primary {
  color: #54A522 !important;
}

.color-error {
  color: #980000;
}

.pointer {
  cursor: pointer;
}

.to-right {
  text-align: right;
}

.to-center {
  text-align: center;
}

.pad10 {
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

.pad40 {
  padding: 40px;
}

.pad10l {
  padding-left: 10px;
}

.pad20l {
  padding-left: 20px;
}

.pad30l {
  padding-left: 30px;
}

.pad40l {
  padding-left: 40px;
}

.pad10r {
  padding-right: 10px;
}

.pad20r {
  padding-right: 20px;
}

.pad30r {
  padding-right: 30px;
}

.pad40r {
  padding-right: 40px;
}

.pad10t {
  padding-top: 10px;
}

.pad20t {
  padding-top: 20px;
}

.pad20tb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad30t {
  padding-top: 30px;
}

.pad40t {
  padding-top: 40px;
}

.pad40tb {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.hidden {
  display: none !important;
}

.rows {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.rows > p {
  padding: 5px 0px;
  font-size: 14px;
}
.rows > p:last-child {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
  -moz-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.rows > p:last-child:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 0px 6px;
}

.columns {
  display: -moz-flex;
  display: flex;
}
.columns.center {
  -moz-align-items: center;
  align-items: center;
}
.columns .flex1 {
  -moz-flex: 1;
  flex: 1;
}

.toup {
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
}
.toup p {
  position: absolute;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: #54A522 url(../pic/toup.svg) no-repeat center center;
  background-size: 10px auto;
  border-radius: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.toup p:hover {
  transform: scale(1.6);
}
.toup:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(84, 165, 34, 0.3);
  border-radius: 100%;
  animation: toups 1s infinite;
  animation-timing-function: ease-in-out;
}

.message {
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 15;
  width: 360px;
  text-align: left;
}

.message-box {
  background-color: #fff;
  width: 360px;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
  text-align: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.message-box.big {
  width: 860px;
}
.message-box .head {
  display: flex;
  align-items: center;
  background-color: #FF9913;
  color: #fff;
}
.message-box .head .title {
  padding: 0px 10px;
  flex: 1;
}
.message-box .head .title small {
  color: #fff;
}
.message-box .head .icon-close {
  flex: 0 0 38px;
  cursor: pointer;
  padding: 10px 0px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.message-box .head .icon-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.message-box.success .head {
  background-color: #54A522;
}
.message-box.akcent .head {
  background-color: #FF9913;
}
.message-box.error .head {
  background-color: #980000;
}
.message-box .content {
  padding: 10px;
  font-size: 90%;
  overflow: auto;
  font-size: 16px;
  max-height: 600px;
}
.message-box.visible {
  margin-left: 360px;
  opacity: 0;
}

@keyframes toups {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
.tooltype {
  position: absolute;
  z-index: 9;
  background-color: #2C364A;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  max-width: 200px;
  text-align: center;
  border-radius: 2px;
}
.tooltype:before {
  content: "";
  display: block;
  margin: 0px auto;
  position: absolute;
  border: 6px solid transparent;
  border-bottom: 6px solid #2C364A;
  margin-top: -18px;
}

.full-form {
  padding: 20px;
}
.full-form input, .full-form textarea {
  display: block;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  min-width: 200px;
  resize: none;
  margin-bottom: 20px;
  border: 1px solid #EDEDEE;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.full-form input:focus, .full-form textarea:focus {
  border-color: #54A522;
}
.full-form input.errors, .full-form textarea.errors {
  border-color: #980000;
}
.full-form button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 20px;
  font-size: 16px;
  background-color: #54A522;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.full-form button:hover {
  background-color: #43841B;
}
.full-form button.full {
  width: 100%;
}
.full-form button.akcent {
  background-color: #FF9913;
}
.full-form button.akcent:hover {
  background-color: #E68A11;
}
.full-form > i {
  font-style: normal;
  padding: 0px 0px 10px 0px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
}
.full-form.nopad {
  padding: 0px;
}

.loader {
  margin: 0px auto;
  height: 15px;
  width: 105px;
  align-items: center;
  overflow: hidden;
}
.loader i {
  display: block;
  float: left;
  background-color: #fff;
  height: 15px;
  width: 15px;
  margin-right: 2px;
  vertical-align: middle;
  animation: delay 0.8s infinite ease-in-out;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.loader i:nth-child(1) {
  background-color: #754FA0;
}
.loader i:nth-child(2) {
  background-color: #09b7bf;
  animation-delay: -0.7s;
}
.loader i:nth-child(3) {
  background-color: #90d36b;
  animation-delay: -0.6s;
}
.loader i:nth-child(4) {
  background-color: #f2d40d;
  animation-delay: -0.5s;
}
.loader i:nth-child(5) {
  background-color: #fcb12b;
  animation-delay: -0.4s;
}
.loader i:nth-child(6) {
  background-color: #ed1b72;
  animation-delay: -0.3s;
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
* {
  margin: 0px;
  padding: 0px;
  font-family: "IBM Plex Sans", sans-serif;
  outline: none;
  font-display: fallback;
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #F7F7F8;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #54A522 url("../pic/scroll.svg") no-repeat center center;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 11px;
}

button, a {
  cursor: pointer;
}

h1 {
  font-weight: 300;
  font-size: 28px;
}

h2 {
  font-weight: 300;
  font-size: 24px;
}

h3 {
  font-weight: 300;
  font-size: 24px;
}

.button {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #54A522;
  color: #fff;
  margin: 10px;
  border-radius: 2px;
}
.button.next:after {
  content: "\e5c8";
  font-family: "icomoon" !important;
  margin-left: 10px;
  vertical-align: baseline;
}
.button.outer {
  background-color: transparent;
  border: 2px solid #54A522;
  color: #54A522;
}
.button.error {
  background-color: #980000;
  color: #fff;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}
.button.full {
  margin: 0px;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.splash {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5); /*	Chrome 1-10, Safari 4+, iOS 3.2-4.3, Android 2.1-3.0 */ /* Chrome 10+, Safari 5.1+, iOS 5+, Android 4+ */ /* Firefox 3.6+ */ /* Opera 11.6+ */ /* IE 10+ */
  background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, #2C364A 100%);
}
.splash .tosplash {
  margin: 0px 40px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.splash .tosplash .title {
  padding-left: 20px;
  border-bottom: 1px solid #F7F7F8;
}
.splash .tosplash .icon-close {
  padding: 20px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.splash .tosplash .icon-close:hover {
  color: #980000;
}
.splash .tosplash .content {
  padding: 20px;
  overflow: auto;
  max-height: 70vh;
}

.photoview {
  background-color: transparent !important;
  width: 100%;
  height: 100%;
  padding: 80px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -moz-flex;
  display: flex;
}
.photoview > p {
  background-color: transparent;
  position: absolute;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 40px;
  -webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.photoview > p:first-child {
  left: 10px;
}
.photoview > p:last-child {
  right: 10px;
}
.photoview > p:hover {
  color: #fff;
  transform: scale(1.4);
}
.photoview .icon-close {
  position: absolute;
  font-size: 64px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 40px;
  right: 0px;
  top: 0px;
  -webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.photoview .icon-close:hover {
  color: #980000;
  transform: scale(1.4);
}
.photoview > div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -moz-flex: 1;
  flex: 1;
}
.photoview > div .counter {
  font-weight: bold;
  position: absolute;
  font-size: 12px;
  color: #fff;
  left: 20px;
  top: 20px;
  -webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.photoview > div .comment {
  font-weight: bold;
  position: absolute;
  display: block;
  max-width: 320px;
  font-size: 12px;
  color: #fff;
  left: 20px;
  bottom: 20px;
  -webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.site {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 1024px;
  margin: 0px auto;
  padding: 0px 10px;
  color: #272b33;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.site.front {
  position: relative;
  z-index: 5;
}
.site.full {
  min-height: 500px;
}

.lite-block {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F7F7F8;
  padding: 20px 0px;
  margin: 20px 0px;
  position: relative;
  z-index: 1;
}

.slider-info {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F7F7F8;
  padding: 50px 0px 20px 0px;
  margin-top: -29px;
  position: relative;
  z-index: 1;
}
.slider-info .slider-title {
  font-size: 32px;
  font-weight: 300;
  display: block;
  padding: 10px 0px;
}

.slider-speed-link > a {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.slider-speed-link > a:after {
  content: "\e5c8";
  font-family: "icomoon" !important;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.slider-speed-link > a:hover {
  color: #54A522;
}
.slider-speed-link > a:last-child:after {
  display: none;
}
.slider-speed-link > a > span {
  vertical-align: baseline;
  margin-right: 10px;
}

.slider {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F7F7F8;
  height: 500px;
  margin-top: -29px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.slider .bg {
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 0;
  left: -100vw;
}
.slider .bg.selected {
  z-index: 1;
  left: 0px;
}
.slider .bg0 {
  background: url(../slider/slider0.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bg1 {
  background: url(../slider/slider1.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bg2 {
  background: url(../slider/slider2.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bg3 {
  background: url(../slider/slider3.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bg4 {
  background: url(../slider/slider4.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bg5 {
  background: url(../slider/slider5.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bg6 {
  background: url(../slider/slider6.jpg) no-repeat center center;
  background-size: cover;
}
.slider .bg7 {
  background: url(../slider/slider7.jpg) no-repeat center center;
  background-size: cover;
}
.slider .controls {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.slider .controls > p {
  margin: 20px;
  font-size: 32px;
  background-color: #54A522;
  padding: 10px;
  color: #F7F7F8;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  filter: alpha(opactiy=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  border-radius: 100%;
}
.slider .controls > p:hover {
  transform: scale(1.2);
}
.slider .controls > div {
  height: 500px;
  -moz-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-align-items: center;
  align-items: center;
}
.slider .controls > div > div {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
}
.slider .controls > div .contents {
  padding: 40px 10px;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.slider .controls > div .contents > div {
  display: none;
}
.slider .controls > div .contents > div.selected {
  display: block;
}
.slider .controls > div .contents > div a {
  display: inline-block;
  text-decoration: none;
}
.slider .controls > div .contents .href {
  padding: 10px;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  background-color: #54A522;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.slider .controls > div .contents .href:hover {
  background-color: #FF9913;
}
.slider .controls > div .contents .href > i {
  margin-left: 5px;
  display: inline-block;
  padding-left: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.slider .controls > div .contents .href.big {
  font-size: 28px;
  padding: 10px 20px;
  font-size: normal;
}
.slider .controls > div .contents .href.big > strong {
  font-size: 36px;
}
.slider .controls > div .dots {
  text-align: center;
  padding-bottom: 20px;
}
.slider .controls > div .dots > p {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  display: inline-block;
  margin: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.slider .controls > div .dots > p.selected {
  background-color: #54A522;
}
.slider:hover .controls > p {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.items {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.items > div {
  -moz-flex: 1;
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px;
  display: block;
  width: 280px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.items > div .special {
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
}
.items > div .special:after {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
}
.items > div .special.special_0 {
  display: none;
}
.items > div .special.special_1:after {
  content: "Хит";
  background-color: #980000;
  box-shadow: 0px 0px 10px rgba(152, 0, 0, 0.6);
}
.items > div .special.special_2:after {
  content: "Акция";
  background-color: #FF9913;
  box-shadow: 0px 0px 10px rgba(255, 153, 19, 0.6);
}
.items > div .special.special_3:after {
  content: "Новинка";
  background-color: #54A522;
  box-shadow: 0px 0px 10px rgba(84, 165, 34, 0.6);
}
.items > div .special.special_4:after {
  content: "Рекомендуем";
  background-color: #0391D1;
  box-shadow: 0px 0px 10px rgba(3, 145, 209, 0.6);
}
.items > div .special.special_5:after {
  content: "Распродажа";
  background-color: #81446d;
  box-shadow: 0px 0px 10px rgba(129, 68, 109, 0.6);
}
.items > div .img {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  cursor: pointer;
}
.items > div .img.preview-size-1 {
  background-size: contain;
}
.items > div > div {
  border-top: none;
  padding: 20px;
}
.items > div .name {
  color: #54A522;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  display: block;
  text-decoration: none;
}
.items > div .price {
  margin: 10px 0px;
}
.items > div .price > p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.items > div .price > p:last-child {
  font-size: 20px;
  color: #54A522;
}
.items > div .detail {
  margin-top: 20px;
  text-align: center;
  display: block;
  background-color: #F7F7F8;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding: 10px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.items > div:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.items > div:hover .detail {
  background-color: #FF9913;
  color: #fff;
}
.items .buybutton {
  margin-left: 10px;
  margin-top: 20px;
  padding: 0px;
}
.items .buybutton:before {
  background: none;
  margin-right: 0px;
  padding: 15px 20px 10px 20px;
  display: block;
}

.footer {
  background-color: #272b33;
  padding: 40px 0px 0px 0px;
  margin-top: 40px;
}
.footer .site {
  color: #F7F7F8;
  display: -moz-flex;
  display: flex;
}
.footer .flex1 {
  -moz-flex: 1;
  flex: 1;
}
.footer .phone {
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
  line-height: 1;
}
.footer .phone small {
  color: #54A522;
  font-size: 12px;
  margin-right: 6px;
}
.footer .phone > a {
  color: #54A522;
  margin-left: 18px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dotted #54A522;
}
.footer .phone > a.footer-phone {
  color: #fff;
  font-size: 18px;
  border-bottom: none;
  margin-left: 0px;
}
.footer .phone .copy > p {
  max-width: 320px;
  white-space: wrap !important;
}
.footer .phone .copy {
  font-size: 12px;
  padding-top: 20px;
  padding-left: 0px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .phone .footer-address {
  font-size: 18px;
  padding-top: 20px;
}
.footer .phone .footer-address > p {
  font-size: 12px;
  font-weight: normal;
  color: #54A522;
  padding: 5px 0px 10px 18px;
}
.footer .copy2 {
  padding: 10px;
}
.footer .copy2 > div {
  margin: 0px auto;
  max-width: 1024px;
  font-size: 12px;
  color: rgb(192.6, 192.6, 200.4);
  text-align: center;
}
.footer .links {
  text-align: left;
  padding-left: 20px;
}
.footer .links > a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 14px;
  padding: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer .links > a.strong {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.footer .links > a:hover {
  color: #54A522;
}
.footer.lite {
  margin-top: 0px;
  background-color: #31353D;
}
.footer.lite .site {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.kontakty > div:first-child {
  margin-right: 60px;
}
.kontakty .form-block {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.kontakty .maps {
  margin-top: -60px;
  width: 100%;
  height: 400px;
  min-width: 300px;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 0;
}
.kontakty .maps .map {
  width: 100%;
  height: 400px;
}
.kontakty .stroka {
  white-space: nowrap;
  padding: 20px 0px;
}
.kontakty .stroka > strong {
  font-weight: normal;
  display: block;
}
.kontakty .stroka > p {
  font-size: 28px;
  font-weight: normal;
}
.kontakty .stroka > p > a {
  color: #54A522;
  text-decoration: none;
}
.kontakty .office-select > a {
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0px;
  display: block;
}
.kontakty .office-select > a:before {
  content: "\e8b4";
  font-family: "icomoon" !important;
  margin-right: 10px;
}
.kontakty .office-select > a > p {
  font-size: 18px;
  margin-left: 34px;
}
.kontakty .office-select > a.selected {
  color: #54A522;
}
.kontakty .office-select > a.selected:before {
  color: #54A522;
}

.selectcity {
  max-width: 1200px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.selectcity h1 {
  font-size: 32px;
  font-weight: normal;
  padding: 10px 0px;
}
.selectcity > div {
  max-width: 420px;
  min-width: 220px;
  padding: 20px;
}
.selectcity > div a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #272b33;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectcity > div a:hover {
  color: #54A522;
}
.selectcity > div a.selected {
  font-weight: bold;
  color: #54A522;
}

.notfound {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #00003D;
  position: absolute;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  align-items: center;
}
.notfound > div {
  margin: 0px auto;
}
.notfound > div > p {
  display: block;
  background: url(../pic/404.svg) no-repeat center center;
  background-size: cover;
  width: 60vh;
  height: 60vh;
}
.notfound > div > div {
  position: relative;
  margin-top: -160px;
}
.notfound h1 {
  font-size: 120%;
  font-weight: bold;
}
.notfound a.big {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 3px;
}
.notfound a.big:before {
  content: "\e5c4";
  font-family: "icomoon";
  margin-right: 20px;
}
.notfound a.big:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00003D;
}
.notfound a.simple_link {
  border: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  color: #fff;
}
.notfound a.simple_link:after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin: 0px auto;
  width: 100%;
}
.notfound a.simple_link:hover:after {
  width: 10%;
}

.review .video > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 320px;
  height: 200px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
}
.review .video > div > p {
  display: block;
  position: relative;
  padding: 20px 0px;
  width: 100px;
  font-size: 60px;
  margin: 50px auto;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(84, 165, 34, 0.3);
  border-radius: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.review .video > div:hover > p {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(84, 165, 34, 0.7);
  transform: scale(1.4);
}
.review .video > p {
  padding: 10px 0px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.review .video > p > span {
  font-size: 12px;
}
.review .video > p > span:first-child {
  color: #1A1D22;
}
.review .video > p > span:last-child {
  color: #54A522;
  font-size: 18px;
  text-align: right;
  -moz-flex: 1;
  flex: 1;
}
.review .video > p > span:last-child small {
  color: #171A1F;
  font-size: 12px;
  margin-right: 5px;
}

.up-block {
  position: relative;
  margin-top: -60px;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

.full-img {
  width: 100%;
}

.text-default {
  line-height: 1.6;
}
.text-default > p {
  padding: 5px 0px;
  text-align: justify;
}
.text-default .how {
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.infomenu > a {
  width: 220px;
  display: block;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #272b33;
  margin: 10px 0px;
  line-height: 1;
  padding: 10px 0px;
  border-bottom: 2px solid #F7F7F8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.infomenu > a:after {
  content: "";
  width: 10px;
  display: block;
  background-color: #54A522;
  height: 2px;
  margin-top: 10px;
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.infomenu > a:hover {
  color: #54A522;
}
.infomenu > a:hover:after {
  width: 200px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.cards > div {
  margin: 20px 0px 0px 0px;
  width: 220px;
  text-align: center;
}
.cards > div > p {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
}
.cards > div > span {
  display: block;
  color: #54A522;
  font-size: 18px;
  padding: 10px 0px 5px 0px;
}
.cards > div > small {
  display: block;
}

.history strong {
  font-size: 24px;
  color: #54A522;
  font-weight: 300;
  display: block;
}
.history > p {
  padding: 10px 0px;
  text-align: justify;
}

.catalog > h2 {
  padding: 4px 0px 20px 0px;
}
.catalog .empty {
  text-align: center;
  padding: 30px;
  margin: 10px 0px;
  background-color: #F7F7F8;
  border: 1px solid #EDEDEE;
  color: #1A1D22;
}

.category-link > div {
  margin-bottom: 10px;
}
.category-link > div a {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  color: #272b33;
  text-decoration: none;
  padding: 8px 10px;
  border-bottom: 1px solid #EDEDEE;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.category-link > div a:last-child {
  border: none;
}
.category-link > div a:hover {
  color: #54A522;
}
.category-link > div a.selected {
  color: #54A522;
}
.category-link > div a.selected > span {
  margin-right: 10px;
}
.category-link > div a.root {
  font-size: 18px;
  padding: 10px 10px;
  background-color: #F7F7F8;
  border: none;
  border-radius: 2px;
}
.category-link > div a.root.selected {
  background-color: #54A522;
  color: #fff;
}

.coloravailable {
  position: absolute;
  margin-top: -50px;
}
.coloravailable > p {
  background-color: rgba(255, 255, 255, 0.5);
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid #F7F7F8;
  margin-right: 4px;
  border-radius: 100%;
}
.coloravailable.mini > p {
  width: 12px;
  height: 12px;
}

.itemcard .youtubeplayer {
  margin-top: 20px;
}
.itemcard .photo {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 400px;
  width: 100%;
  overflow: hidden;
  display: block;
  border: 1px solid #F7F7F8;
  cursor: pointer;
  border-radius: 3px;
}
.itemcard .photo .icon-zoom_in {
  position: absolute;
  font-size: 64px;
  color: transparent;
  cursor: pointer;
  padding: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.itemcard .photo:hover .icon-zoom_in {
  color: #54A522;
}
.itemcard .miniphoto {
  margin-top: 10px;
}
.itemcard .miniphoto > p {
  display: inline-block;
  height: 78px;
  width: 78px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #F7F7F8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 2px;
}
.itemcard .miniphoto > p:hover {
  border-color: rgba(84, 165, 34, 0.4);
}
.itemcard .miniphoto > p.selected {
  border-color: #54A522;
}
.itemcard .selectcolor {
  padding: 20px 0px;
}
.itemcard .selectcolor > h2 {
  display: block;
  margin-bottom: 20px;
}
.itemcard .selectcolor > div {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.itemcard .selectcolor > div > div {
  width: 42px;
}
.itemcard .selectcolor > div p {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0px auto;
  border: 2px solid #F7F7F8;
  cursor: pointer;
  border-radius: 100%;
}
.itemcard .selectcolor > div p.selected {
  width: 36px;
  height: 36px;
}
.itemcard .selectcolor > div p.selected::after {
  content: "\e86c";
  display: block;
  font-family: "icomoon" !important;
  position: absolute;
  margin-top: 22px;
  margin-left: 26px;
  font-size: 16px;
  color: #272b33;
}

.itemcnt > input {
  padding: 10px;
  font-size: 90%;
  font-weight: bold;
  border: 1px solid #F7F7F8;
  width: 32px;
  text-align: center;
}

.selectsize {
  padding: 20px 0px;
}
.selectsize h2 {
  margin-bottom: 20px;
}
.selectsize > table {
  border-spacing: 0px;
  width: 100%;
}
.selectsize > table thead td {
  background-color: #F7F7F8;
  padding: 20px;
  font-size: 90%;
  font-weight: bold;
}
.selectsize > table tbody tr:hover td {
  background-color: rgba(84, 165, 34, 0.1);
}
.selectsize > table tbody td {
  padding: 20px;
  border-bottom: 1px solid #F7F7F8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectsize > table tbody td:last-child {
  text-align: right;
}
.selectsize > table tbody td .price {
  white-space: nowrap;
  font-weight: bold;
  color: #2C364A;
}
.selectsize > table tbody td .price small {
  font-size: 60%;
}

.buybutton {
  float: right;
  padding: 10px 30px 10px 0px;
  font-size: 90%;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  font-weight: bold;
  background-color: #54A522;
  color: #fff;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 2px;
}
.buybutton:before {
  content: "\e8cc";
  font-family: "icomoon" !important;
  margin-right: 20px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.buybutton:hover {
  background-color: #FF9913;
}

.itemdescription {
  margin-top: 20px;
  border: 1px solid #F7F7F8;
  padding: 20px;
  line-height: 1.8;
  border-radius: 3px;
}
.itemdescription h2 {
  margin-bottom: 20px;
}
.itemdescription .rows {
  padding: 10px 0px;
}
.itemdescription .rows > p {
  font-size: 100%;
}
.itemdescription ul {
  margin-left: 20px;
}

.otherprice {
  margin-top: 20px;
  border: 1px solid #F7F7F8;
  padding: 20px;
  border-radius: 3px;
}
.otherprice .price {
  padding: 0px 20px;
  font-weight: bold;
  color: #2C364A;
}
.otherprice .price small {
  font-size: 60%;
}

.gallery {
  flex-wrap: wrap;
}
.gallery > p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 180px;
  width: 100%;
  max-width: 320px;
  min-width: 240px;
  border: 10px solid #fff;
  cursor: pointer;
  -moz-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.gallery > p.big {
  height: 320px;
  background-size: contain;
}
.gallery > p.mini {
  min-width: 120px;
  max-width: 220px;
}
.gallery > p:hover {
  border-color: #F7F7F8;
  background-color: #F7F7F8;
}

.iconblock {
  padding: 10px 0px;
}
.iconblock > p {
  padding: 10px 0px;
  font-weight: bold;
}
.iconblock > p > span {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.iconblock > p > span#nal {
  background-image: url(../pic/articles/nal.svg);
}
.iconblock > p > span#beznal {
  background-image: url(../pic/articles/beznal.svg);
}
.iconblock > p > span#sberbank {
  background-image: url(../pic/articles/sberbank.svg);
}
.iconblock > p > span#dostavka {
  background-image: url(../pic/articles/dostavka.svg);
}
.iconblock > p > span#samovivoz {
  background-image: url(../pic/articles/samovivoz.svg);
}
.iconblock > p > span {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.iconblock > p > small {
  font-weight: normal;
}

.textreviews {
  padding-top: 20px;
}
.textreviews > div {
  border: 1px solid #F7F7F8;
  margin-bottom: 20px;
  border-radius: 3px;
}
.textreviews > div .head {
  background-color: #F7F7F8;
  padding: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.textreviews > div .head > strong {
  color: #54A522;
  -moz-flex: 1;
  flex: 1;
}
.textreviews > div .head > span {
  color: #272b33;
  font-size: 80%;
}
.textreviews > div .text {
  padding: 20px;
}
.textreviews > div .review-product {
  padding: 10px 20px;
  font-size: 80%;
  background-color: #F7F7F8;
}
.textreviews > div .review-product > a {
  color: #54A522;
}
.textreviews .review-answer {
  margin-left: 20px;
  border-left: 2px solid #54A522;
  padding-left: 10px;
  margin-bottom: 20px;
}
.textreviews .review-answer > p {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #54A522;
}
.textreviews .review-answer > p > i {
  display: inline-block;
  width: 32px;
  height: 14px;
  margin-right: 10px;
  background: url(../pic/logo-admin.svg) no-repeat center center;
  background-size: contain;
}
.textreviews .review-answer > div {
  font-style: italic;
}
.textreviews .review-answer > small {
  font-size: 12px;
  color: rgb(174.5909090909, 179.8636363636, 190.4090909091);
}

.incart {
  text-align: center;
  width: 260px;
}
.incart .img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 8px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.incart .name {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: bold;
}
.incart .name > small {
  font-weight: normal;
  display: block;
}
.incart .price p:last-child {
  font-size: 18px;
}
.incart a {
  display: block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  white-space: nowrap;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.incart a.tocart {
  background-color: #54A522;
  color: #fff;
}
.incart a > span {
  margin-left: 20px;
}
.incart a:hover {
  background-color: #43841B;
}

.cartlist table {
  width: 100%;
  border-spacing: 0px;
}
.cartlist table tbody td {
  padding: 10px;
}
.cartlist table tbody tr:nth-child(even) {
  height: 20px;
}
.cartlist table tfoot td {
  padding: 10px;
}
.cartlist table tfoot .totalprice {
  font-size: 22px;
}
.cartlist table .cartrow {
  background-color: #F7F7F8;
}
.cartlist table .cartrow td:last-child {
  padding: 0px;
}
.cartlist .img {
  width: 80px;
}
.cartlist .img > p {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cartlist .product_link {
  display: inline-block;
  color: #54A522;
  text-decoration: none;
}
.cartlist .cartcolor {
  display: block;
  position: absolute;
  margin-left: 62px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.cartlist .price {
  font-size: 20px;
  white-space: nowrap;
}
.cartlist .price > small {
  color: #666;
}
.cartlist .delete {
  width: 64px;
}
.cartlist .delete a {
  background-color: #666;
  display: inline-block;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 100%;
  transform: scale(0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.cartlist .delete a:hover {
  background-color: #980000;
  transform: scale(1);
}
.cartlist .to_order {
  margin: 20px 0px;
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: #54A522;
  color: #fff;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.cartlist .to_order span {
  margin-left: 10px;
}
.cartlist .to_order:hover {
  background-color: #43841B;
}

.category_link > a {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.category_link > a:after {
  content: "\e5c8";
  font-family: "icomoon" !important;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.category_link > a:hover {
  color: #54A522;
}
.category_link > a:last-child:after {
  display: none;
}
.category_link > a > span {
  margin-right: 10px;
}

.koledit {
  width: 120px;
  background-color: #fff;
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-align-items: center;
  align-items: center;
  border-radius: 2px;
}
.koledit > span {
  display: block;
  padding: 10px;
  background-color: #eee;
  font-size: 16px;
  color: #2C364A;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.koledit > span:hover {
  background-color: #54A522;
  color: #fff;
}
.koledit > input[type=text] {
  display: block;
  width: 32px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
}

.bold_button {
  border: none;
  margin: 20px 0px;
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: #54A522;
  color: #fff;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.bold_button span {
  margin-left: 10px;
}
.bold_button:hover {
  background-color: #43841B;
}

.backicon {
  font-size: 300px;
  color: #F7F7F8;
  padding: 100px;
  text-align: center;
  margin: 0px auto;
}

.searchresult > div {
  padding: 30px 0px;
  border-bottom: 1px solid #F7F7F8;
  border-radius: 2px;
}
.searchresult .photo {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 20px;
  display: block;
  text-decoration: none;
  border-radius: 100%;
}

.title_link {
  font-size: 16px;
  text-decoration: none;
  color: #54A522;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.title_link:hover {
  color: #2C364A;
}

.tocall {
  position: fixed;
  z-index: 5;
  top: 280px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
}
.tocall p {
  position: absolute;
  z-index: 1;
  display: block;
  width: 40px;
  padding: 10px 0px;
  font-size: 20px;
  margin: 0px;
  text-align: center;
  color: #fff;
  background: #FF9913;
  background-size: 10px auto;
  border-radius: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.tocall p:hover {
  transform: scale(1.6);
}
.tocall p:after {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent url("../pic/call-desc.svg") right center no-repeat;
  background-size: contain;
  margin-left: -110px;
  margin-top: -18px;
}
.tocall:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 153, 19, 0.3);
  border-radius: 100%;
  animation: toups 1s infinite;
  animation-timing-function: ease-in-out;
}

.rmenu {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tocartfix {
  display: block;
  position: fixed;
  z-index: 5;
  top: 210px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
}
.tocartfix p {
  position: absolute;
  z-index: 1;
  display: block;
  width: 40px;
  padding: 10px 0px;
  font-size: 20px;
  margin: 0px;
  text-align: center;
  color: #fff;
  background: #2C364A;
  background-size: 10px auto;
  border-radius: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.tocartfix p:hover {
  transform: scale(1.6);
}
.tocartfix p span {
  position: absolute;
  width: 18px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 4px 0px;
  background-color: #FF9913;
  margin-top: -6px;
  border-radius: 100%;
}

.articleslist {
  margin-top: 20px;
}
.articleslist > div {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
.articleslist > div > a {
  font-size: 20px;
  display: inline-block;
  border: none;
  text-decoration: none;
  margin-bottom: 10px;
}
.articleslist > div a {
  color: #54A522;
}
.articleslist > div > p > a {
  white-space: nowrap;
}

.articles {
  line-height: 1.8;
}
.articles > p {
  margin-bottom: 20px;
  text-align: justify;
}
.articles a {
  color: #54A522;
}
.articles > h2 {
  margin: 30px 0px 10px 0px;
  font-size: 24px;
}
.articles > h3 {
  margin: 20px 0px 10px 0px;
  font-size: 20px;
}
.articles .marker {
  color: #54A522;
}
.articles .marker:before {
  font-family: "icomoon" !important;
  content: "\e86c";
  margin-right: 10px;
}
.articles .marker.mini {
  margin: 0px 0px 10px 0px;
}
.articles .marker.kv {
  color: #272b33;
}
.articles .marker.kv:before {
  content: "\e834";
}
.articles .marker.black {
  color: #272b33;
}
.articles .marker.black:before {
  color: #54A522;
}
.articles .marker.minus {
  color: #980000;
}
.articles .marker.minus:before {
  content: "\e5c9";
}
.articles img.ileft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.articles img.iright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.auth {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  background: #31363f; /*	Chrome 1-10, Safari 4+, iOS 3.2-4.3, Android 2.1-3.0 */ /* Chrome 10+, Safari 5.1+, iOS 5+, Android 4+ */ /* Firefox 3.6+ */ /* Opera 11.6+ */ /* IE 10+ */
  background: radial-gradient(center, ellipse cover, #31363f 0%, #272B33 100%);
}
.auth > .full-form {
  max-width: 320px;
  width: 100%;
}
.auth .logo > a {
  margin: 0px auto;
}

.htext > p {
  margin-bottom: 10px;
}

.lite_table {
  border-spacing: 0px;
  width: 100%;
  border: 1px solid #F7F7F8;
}
.lite_table tbody td {
  padding: 10px;
  border-left: 1px solid #F7F7F8;
}
.lite_table tbody td.title {
  background-color: #F7F7F8;
  border-color: #eee;
}
.lite_table tbody td:first-child {
  border-left: 0px;
}
.lite_table tbody tr td {
  border-bottom: 1px solid #F7F7F8;
}
.lite_table tbody tr:last-child td {
  border-bottom: 0px;
}
.lite_table thead tr td {
  background-color: #F7F7F8;
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.lite_table thead tr td:first-child {
  border-left: 0px;
}

.niesoft {
  font-size: 10px;
  padding: 10px 10px 10px 10px;
  margin-top: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.niesoft > a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-filter: grayscale(90);
  -ms-filter: grayscale(90);
  -o-filter: grayscale(90);
  filter: grayscale(90);
  filter: gray; /* IE 6-9 */
}
.niesoft > a span {
  display: inline-block;
  padding-top: 9px;
}
.niesoft > a strong {
  display: inline-block;
  padding-bottom: 2px;
}
.niesoft > a strong:after {
  content: "";
  width: 0%;
  height: 1px;
  margin: 0px auto;
  display: block;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.niesoft > a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../pic/niesoft.svg) no-repeat left center;
  background-size: contain;
  margin-right: 10px;
  float: left;
}
.niesoft > a:hover {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray; /* IE 6-9 */
  color: #F8D823;
}
.niesoft > a:hover strong:after {
  width: 100%;
  background-color: #F8D823;
}

.soc-seti {
  margin-top: 20px;
}
.soc-seti small {
  display: block;
  margin-bottom: 10px;
  color: #fff !important;
}
.soc-seti .soc {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
}
.soc-seti .soc.vk {
  background: url(../pic/logo-vk.svg) no-repeat center center;
  background-size: contain;
}
.soc-seti .soc.ok {
  background: url(../pic/logo-ok.svg) no-repeat center center;
  background-size: contain;
}
.soc-seti .soc.insta {
  background: url(../pic/logo-insta.svg) no-repeat center center;
  background-size: contain;
}

.download {
  padding-left: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #54A522;
  margin-top: 20px;
  display: block;
}
.download.instruction {
  background: url(../pic/pdf.svg) no-repeat left center;
  background-size: contain;
}

.help-select {
  width: 100%;
  border: 1px solid #FF9913;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.help-select > div > div {
  padding-right: 10px;
}
.help-select > div > div:last-child {
  padding-right: 0px;
}
.help-select > div small {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  color: #C6C6C6;
}

.default-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 12px;
}
.default-check label a {
  color: #54A522;
}
.default-check label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.default-check input[type=checkbox] {
  display: none;
}
.default-check input[type=checkbox]:checked + label:before {
  content: "✓";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #f3f3f3;
  text-align: center;
  line-height: 15px;
}
.default-check {
  margin-bottom: 10px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.abzac {
  margin-right: 20px;
}

.site-head-mobile {
  display: none;
}

.site-head {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 1024px;
  width: 100%;
  margin: 0px auto;
}
.site-head .slogan {
  display: block;
  width: 240px;
  height: 64px;
  background: url(../pic/slogan.svg) no-repeat right center;
  background-size: contain;
  margin-left: -100px;
  margin-top: -10px;
}
.site-head .soc-seti {
  margin-top: 10px !important;
}
.site-head .soc-seti > a {
  margin-right: 0px !important;
  margin-left: 6px !important;
  width: 24px !important;
  height: 24px !important;
}
.site-head .head-info {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.site-head .head-info .podlogo {
  padding: 40px 0px;
}
.site-head .head-info .podlogo > a {
  display: inline-block;
  width: 140px;
  height: 86px;
  background: url(../pic/logo.svg) no-repeat center top;
  background-size: 86px auto;
  text-decoration: none;
  color: #54A522;
}
.site-head .head-info .podlogo > a > p {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4B4B4D;
}
.site-head .head-info .advanced {
  -moz-flex: 1;
  flex: 1;
}
.site-head .head-info .advanced .cccp {
  margin-left: 20px;
  display: inline-block;
  padding-top: 46px;
  text-align: center;
  background: url(../pic/cccp.svg) no-repeat center top;
  background-size: 36px auto;
  font-size: 12px;
  text-transform: uppercase;
}
.site-head .head-info .city {
  text-align: right;
}
.site-head .head-info .city > small {
  display: block;
  padding-right: 18px;
  margin-bottom: 6px;
  font-size: 12px;
}
.site-head .head-info .city > a {
  cursor: pointer;
  display: block;
  padding: 6px 18px;
  background-color: #F7F7F8;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #54A522;
  border-radius: 40px;
}
.site-head .head-info .phone {
  padding-left: 20px;
}
.site-head .head-info .phone > p {
  text-align: right;
  font-size: 14px;
  color: #980000;
}
.site-head .head-info .phone > a {
  white-space: nowrap;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #54A522;
}
.site-head .head-info .phone > a > span {
  font-size: 60%;
  margin-right: 6px;
}
.site-head .head-info .phone > div {
  text-align: right;
}
.site-head .head-info .phone > div small {
  color: #54A522;
  margin-right: 6px;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
}
.site-head .head-info .phone > div span {
  font-size: 12px;
}
.site-head .menu {
  background-color: #54A522;
  overflow: hidden;
  z-index: 2;
  border-radius: 4px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.site-head .menu > a, .site-head .menu > div > a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site-head .menu > a:hover, .site-head .menu > div > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site-head .menu > div > a {
  padding: 20px;
}
.site-head .menu > div > a:after {
  content: "\e313";
  margin-left: 6px;
  font-family: "icomoon" !important;
  display: inline-block;
}
.site-head .menu > div > a:hover:after {
  content: "\e5ce";
}
.site-head .menu > div > div {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.site-head .menu > div > div > a {
  display: block;
  padding: 10px 20px;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site-head .menu > div > div > a:last-child {
  border-bottom: 0px;
}
.site-head .menu > div > div > a:hover {
  background-color: rgba(84, 165, 34, 0.1);
}
.site-head .menu > div:hover > div {
  display: block;
}
.site-head .menu .icon-search {
  width: 22px;
  font-size: 24px;
  padding: 16px 20px;
  -moz-flex: 0;
  flex: 0;
}
.site-head .search {
  width: 100%;
  max-width: 1024px;
  padding: 10px;
  background-color: #F7F7F8;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.site-head .search > input {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-flex: 1;
  flex: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.site-head .search > button {
  padding: 0px 20px;
  background-color: #54A522;
  border: none;
  color: #fff;
  font-weight: 500;
}
.site-head .search > p {
  padding: 12px 11px 12px 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site-head .search > p:hover {
  color: #980000;
}
.site-head .search > p:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-bottom: 8px solid #F7F7F8;
  position: absolute;
  margin-top: -54px;
}

.site-head-mobile {
  background-color: #54A522;
}
.site-head-mobile .city {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: #fff;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.site-head-mobile .city > small {
  display: block;
  -moz-flex: 1;
  flex: 1;
}
.site-head-mobile .city > a {
  cursor: pointer;
  display: block;
  padding: 6px 18px;
  background-color: #F7F7F8;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #54A522;
  border-radius: 40px;
}
.site-head-mobile .icon-menu {
  margin: 30px 0px;
  font-size: 32px;
  padding: 10px;
  position: fixed;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  color: #333;
  z-index: 6;
}
.site-head-mobile .icon-menu .menu {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 20px 0px;
  background-color: #54A522;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.site-head-mobile .icon-menu .menu > a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px 10px 40px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.site-head-mobile .icon-menu .menu > a.root {
  padding-left: 20px;
  font-size: 20px;
}
.site-head-mobile .icon-menu .menu > a.root:after {
  content: "\e5c8";
  font-family: "icomoon" !important;
  float: right;
}
.site-head-mobile .podlogo {
  padding: 30px 0px;
}
.site-head-mobile .podlogo .logo {
  color: #fff;
  margin: 0px auto;
  display: block;
  width: 160px;
  height: 64px;
  background: url(../pic/logo.svg) no-repeat center top;
  background-size: contain;
  padding-top: 50px;
  text-decoration: none;
}
.site-head-mobile .podlogo .logo > p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.site-head-mobile .podlogo .logo > strong {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.site-head-mobile .search {
  padding: 20px;
  background-color: #F7F7F8;
  display: -moz-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-align-items: center;
  align-items: center;
}
.site-head-mobile .search > input {
  -moz-flex: 1;
  flex: 1;
  background: none;
  border: none;
  font-size: 16px;
}
.site-head-mobile .search > button {
  background: none;
  border: none;
  font-size: 22px;
}
.site-head-mobile .modile-slider {
  background-color: #fff;
  padding: 20px 0px;
  border-bottom: 1px solid #F7F7F8;
  display: -moz-flex;
  display: flex;
}
.site-head-mobile .modile-slider > div {
  -moz-flex: 1;
  flex: 1;
}
.site-head-mobile .modile-slider > div > p {
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.site-head-mobile .modile-slider > div > p.mslide1 {
  background-image: url(../pic/mslide1.svg);
}
.site-head-mobile .modile-slider > div > p.mslide2 {
  background-image: url(../pic/mslide2.svg);
}
.site-head-mobile .modile-slider > div > p.mslide3 {
  background-image: url(../pic/mslide3.svg);
}
.site-head-mobile .modile-slider > div > span {
  font-size: 12px;
  display: block;
  padding: 10px;
  text-align: center;
}
.site-head-mobile .phone {
  background-color: #fff;
  padding: 20px 0px;
  text-align: center;
}
.site-head-mobile .phone > a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 20px;
  font-size: 24px;
  background-color: #FF9913;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.site-head-mobile .phone > a > span {
  display: block;
  font-weight: normal;
  font-size: 50%;
}
.site-head-mobile .phone > a > span > i {
  margin-right: 10px;
}
.site-head-mobile .speed-link > a {
  display: block;
  text-decoration: none;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-head-mobile .speed-link > a:after {
  content: "\e5c8";
  font-family: "icomoon" !important;
  float: right;
}

@media screen and (max-width: 820px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .site-head {
    display: none !important;
  }
  .site-head-mobile {
    display: block !important;
  }
}
.mobile {
  display: none;
}

.default-link {
  color: #54A522;
}/*# sourceMappingURL=site.css.map */