@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.10.2017, 22:05:05
    Author     : valentin
*/
/*@import "../../utilities";*/
/*@import "../../utilities";*/
/*@import "../../utilities";*/
/*@import "../../utilities";*/
/*@import "../../utilities";*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

/*@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700|Exo+2:400,700&subset=cyrillic');*/
/*$font-normal: 'Open Sans', sans-serif;*/
/**
*
* @link http://www.htmlcsscolor.com/ Color name
*
**/
/*#5E75AB;*/
/*#7999E4;*/
/*#00B74D;*/
body {
  font-size: 15px;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

/*a {
    @include unstyled-link();
}*/
.popup-form {
  background: #ffffff;
  width: 800px;
  margin: 0 auto;
  position: relative;
  border-radius: 4px;
}
.popup-form#addtocart-success {
  width: 580px;
}
@media print, screen and (max-width: 767px) {
  .popup-form#addtocart-success {
    width: auto;
  }
}
.popup-form#buyperclick-form {
  width: 576px;
}
@media print, screen and (max-width: 767px) {
  .popup-form#buyperclick-form {
    width: auto;
  }
}
.popup-form .mfp-close {
  color: #00B74D;
  font-size: 43px;
}
.popup-form .header {
  background: #F7F7F7;
  font-size: 25px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  padding: 17px 35px;
  border-radius: 4px 4px 0 0;
}
.popup-form .form-content {
  padding: 25px;
}
.popup-form .form-content .product-info .image {
  display: inline-block;
  vertical-align: top;
  width: 204px;
  border: 1px solid #D9DADA;
  padding: 4px;
}
.popup-form .form-content .product-info .image .product-image {
  width: 188px;
  border: 1px solid #D9DADA;
}
.popup-form .form-content .product-info .info {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.popup-form .form-content .product-info .info .product-name {
  font-size: 21px;
  color: #5B5B5B;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  max-width: 270px;
}
.popup-form .form-content .product-info .info .count {
  margin-bottom: 30px;
}
.popup-form .form-content .product-info .info .count span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  color: #898989;
  font-family: "Roboto Condensed", sans-serif;
  width: 88px;
}
.popup-form .form-content .product-info .info .count .quantity {
  border: 1px solid #DFDCDC;
  width: 86px;
  height: 32px;
  border-radius: 2px;
  font-size: 15px;
  color: #434242;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.popup-form .form-content .product-info .info .count .quantity .qty {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 22px;
  color: #434242;
}
.popup-form .form-content .product-info .info .count .quantity .qty:hover, .popup-form .form-content .product-info .info .count .quantity .qty:focus, .popup-form .form-content .product-info .info .count .quantity .qty:active {
  text-decoration: none;
}
.popup-form .form-content .product-info .info .count .quantity input[type=text] {
  width: 30px;
  border: none;
  height: 30px;
  text-align: center;
}
.popup-form .form-content .product-info .info .common-count {
  font-size: 15px;
  color: #898989;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 5px;
}
.popup-form .form-content .product-info .info .common-count span {
  color: #434242;
}
.popup-form .form-content .product-info .info .sum {
  font-size: 21px;
  color: #898989;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
}
.popup-form .form-content .product-info .info .sum span {
  color: #434242;
}
.popup-form .form-content .product-info .info .button-line a {
  width: 200px;
  margin-bottom: 5px;
}
.popup-form .form-content .product-info .incart {
  font-size: 21px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 25px;
}
.popup-form .form-content .product-info .incart .sum {
  font-weight: bold;
}
.popup-form .form-content .product-info .cta {
  font-size: 17px;
  color: #434242;
  padding-bottom: 30px;
}
.popup-form .form-content .product-info form label {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  width: 120px;
}
.popup-form .form-content .product-info form label red {
  color: #FF0000;
}
.popup-form .form-content .product-info form .checkbox label {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  position: relative;
  padding: 0;
}
.popup-form .form-content .product-info form .checkbox label:before {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 1px solid #C5C6C6;
  content: "";
  min-width: 16px;
  margin-right: 15px;
}
.popup-form .form-content .product-info form .checkbox label.checked:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000000;
  content: "";
}
.popup-form .form-content .product-info form .checkbox label.checked:before {
  border-color: #F29114;
}
.popup-form .form-content .product-info form .checkbox label input {
  display: none;
}
.popup-form .form-content .product-info form .checkbox.has-error label {
  color: #A94442;
}
.popup-form .form-content .product-info form .checkbox.has-error label:before {
  border-color: #A94442;
}
.popup-form .form-content .product-info form .checkbox.has-error label a {
  color: #A94442;
}
.popup-form .form-content .product-info form input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 380px;
  height: 34px;
  border: 1px solid #5B5B5B;
  border-radius: 2px;
  margin-bottom: 10px;
  cursor: pointer;
}
.popup-form .form-content .product-info form input[type=text]:hover, .popup-form .form-content .product-info form input[type=text]:focus, .popup-form .form-content .product-info form input[type=text]:active {
  border-color: #00B74D;
}
.popup-form .form-content .product-info form button[type=submit] {
  width: 198px;
  display: block;
  margin-left: 124px;
}
.popup-form .form-content .product-info .success, .popup-form .form-content .product-info .error {
  font-size: 21px;
  text-align: center;
}
.popup-form .form-content .product-info .success {
  color: #00B74D;
}
.popup-form .form-content .product-info .error {
  color: #FF0000;
}
@media print, screen and (max-width: 767px) {
  .popup-form .form-content {
    padding: 15px;
  }
  .popup-form .form-content .product-info .image {
    display: block;
    margin: 5px auto;
    height: 200px;
    text-align: center;
    width: auto;
    border: none;
  }
  .popup-form .form-content .product-info .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .popup-form .form-content .product-info .info {
    display: block;
    margin-left: 0;
  }
  .popup-form .form-content .product-info .info .button-line {
    text-align: center;
  }
  .popup-form .form-content .product-info .info .button-line br {
    display: none;
  }
  .popup-form .form-content .product-info form input[type=text] {
    width: 100%;
  }
  .popup-form .form-content .product-info form button[type=submit] {
    margin: 0 auto;
  }
}

.page, .page-category {
  padding-bottom: 60px;
}
.page .content-col, .page-category .content-col {
  padding-top: 40px;
}
@media print, screen and (max-width: 1199px) {
  .page .content-col, .page-category .content-col {
    padding-top: 60px;
  }
}
.page .left-col, .page-category .left-col {
  display: inline-block;
  vertical-align: top;
  width: 215px;
}
.page .left-col + .content-col, .page-category .left-col + .content-col {
  display: inline-block;
  vertical-align: top;
  width: 980px;
}
@media print, screen and (max-width: 1199px) {
  .page .left-col + .content-col, .page-category .left-col + .content-col {
    width: 100%;
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 1199px) {
  .page .left-col, .page-category .left-col {
    display: none;
  }
}
.page .contact-map, .page-category .contact-map {
  float: right;
  width: 586px;
}
@media print, screen and (max-width: 1199px) {
  .page .contact-map, .page-category .contact-map {
    width: 400px;
  }
}
@media print, screen and (max-width: 767px) {
  .page .contact-map, .page-category .contact-map {
    float: none;
    width: 280px;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
  }
}

.page-text {
  font-size: 15px;
  padding-bottom: 60px;
  line-height: 1.4;
  border-top: 1px solid #E6E6E6;
  margin-top: 30px;
  padding-top: 40px;
  /*border: 1px solid $color-black20;*/
  /*padding: 20px 15px;*/
  /*margin-top: 15px;*/
  font-size: 15px;
}
.page-text p {
  margin: 15px 0;
}
.page-text h1 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.page-text h2, .page-text h3 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
}
.page-text h4, .page-text h5, .page-text h6 {
  font-size: 17px;
  color: #00B74D;
}
.page-text b, .page-text strong {
  font-weight: bold;
}
.page-text i, .page-text em {
  font-style: italic;
}
@media print, screen and (max-width: 1199px) {
  .page-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-text iframe {
    max-width: 100%;
  }
}

.popup-city {
  width: 1200px;
  min-height: 650px;
  padding: 35px 50px;
}
.popup-city .country {
  padding-bottom: 10px;
  font-size: 17px;
  color: #434242;
}
.popup-city .country span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
  width: 22px;
  height: 17px;
  text-align: center;
  background: #D9DADA;
  border-radius: 2px;
}
.popup-city .country span:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.popup-city .country span img {
  display: inline-block;
  vertical-align: middle;
}
.popup-city .popup-header {
  padding: 20px 35px;
  font-size: 21px;
  color: #434242;
}
.popup-city form {
  padding: 0 35px;
}
.popup-city form select {
  width: 258px;
  height: 38px;
  border: 1px solid #00B74D;
  border-radius: 5px;
  font-size: 15px;
  color: #434242;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  background: #ffffff;
  padding: 0 10px;
}
.popup-city form .input-group {
  display: inline-block;
  vertical-align: top;
}
.popup-city form .input-group input[type=text] {
  font-size: 15px;
  color: #434242;
  width: 258px;
  height: 38px;
  border: 1px solid #00B74D;
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
}
.popup-city form .input-group .input-group-btn {
  display: inline-block;
  vertical-align: top;
}
.popup-city form .input-group .input-group-btn button {
  height: 38px;
  font-size: 15px;
  color: #434242;
  border-radius: 0 5px 5px 0;
}
.popup-city .city-list {
  max-height: 600px;
  overflow: auto;
  margin: 30px 0;
  padding: 10px 35px;
}
.popup-city .city-list ul {
  column-count: 4;
}
.popup-city .city-list ul li {
  margin: 0 0 15px;
}
.popup-city .city-list ul li a {
  color: #5B5B5B;
  text-decoration: underline;
}
@media print, screen and (max-width: 1199px) {
  .popup-city {
    width: 80%;
  }
  .popup-city .city-list ul {
    column-count: 2;
  }
  .popup-city form select {
    margin-bottom: 20px;
    width: 345px;
  }
}

.widget-element {
  margin-bottom: 20px;
}
.widget-element strong {
  font-weight: bold;
}
.widget-element .grey-border {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 5px;
}
.widget-element .grey-border .widget-header {
  padding: 10px 10px 0;
}
.widget-element .grey-border .widget-header hr {
  margin-top: 15px;
  border-color: #CCCCCC;
}

.article-link {
  color: #336699;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}

.widget-header + p > .article-link {
  margin-top: 0;
}

.social-links li, .contacts-social-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
.social-links li a, .contacts-social-links li a {
  display: block;
  width: 43px;
  height: 43px;
  border: 1px solid transparent;
  text-align: center;
}
.social-links li a:after, .contacts-social-links li a:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.social-links li a img, .contacts-social-links li a img {
  display: inline-block;
  vertical-align: middle;
}
.social-links li a img, .contacts-social-links li a img {
  filter: grayscale(100%);
}
.social-links li a:hover, .contacts-social-links li a:hover {
  border-color: #00B74D;
}
.social-links li a:hover img, .contacts-social-links li a:hover img {
  filter: grayscale(0);
}

.product-list {
  padding: 10px 0;
}
.product-list .header {
  text-align: center;
  padding: 8px 30px;
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #F7F7F7;
  text-transform: uppercase;
  margin: 25px 0;
}
.product-list .product-slider {
  position: relative;
  overflow: hidden;
}
.product-list .product-slider .flex-direction-nav a {
  margin-top: -65px;
  height: 130px;
  opacity: 0.14;
  color: #ffffff;
  font-size: 53px;
  width: 130px;
  background: #000000;
  padding: 36px 30px;
  z-index: 100;
  transition: opacity 0.5s;
}
.product-list .product-slider .flex-direction-nav a:hover {
  opacity: 0.66;
}
.product-list .product-slider .flex-direction-nav .flex-prev {
  position: absolute;
  top: 50%;
  left: -65px;
  border-radius: 0 50% 50% 0;
  text-align: right;
}
.product-list .product-slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  right: -65px;
  border-radius: 50% 0 0 50%;
  text-align: left;
}
.product-list .product-element {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 458px;
  border: 1px solid #D9DADA;
  border-radius: 2px;
  position: relative;
  margin-right: 40px;
}
.product-list .product-element .discount {
  width: 57px;
  height: 57px;
  background: #F45057;
  position: absolute;
  top: 11px;
  right: 8px;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 18px;
  border-radius: 50%;
  z-index: 1;
}
.product-list .product-element .discount.left {
  right: auto;
  left: 8px;
}
.product-list .product-element .new-product {
  width: 57px;
  height: 57px;
  background: #F59F0D;
  position: absolute;
  top: 11px;
  right: 8px;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 18px;
  border-radius: 50%;
  z-index: 1;
}
.product-list .product-element .avalability {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 2px;
  background: #B8B8B9;
  padding: 6px 12px;
}
.product-list .product-element .avalability.avail {
  background: #02ce58;
}
.product-list .product-element .image {
  display: block;
  width: 100%;
  height: 264px;
  border-bottom: 1px solid #D9DADA;
  position: relative;
}
.product-list .product-element .image a {
  text-align: center;
  display: block;
  width: 100%;
  height: 264px;
}
.product-list .product-element .image a:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.product-list .product-element .image a img {
  display: inline-block;
  vertical-align: middle;
}
.product-list .product-element .image a .slide-list {
  display: inline-block;
  vertical-align: middle;
  height: 254px;
  width: 254px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.product-list .product-element .image a .slide-list li {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -4px;
  height: 100%;
}
.product-list .product-element .image a .slide-list li .slide-item-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
}
.product-list .product-element .image a .slide-list li:first-child .slide-item-image {
  opacity: 1;
}
.product-list .product-element .image a .slide-list li:after {
  opacity: 0;
  content: "";
  width: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 5px;
  height: 3px;
  background: #B2B3B3;
}
.product-list .product-element .image a .slide-list li:hover .slide-item-image {
  opacity: 1;
}
.product-list .product-element .image a .slide-list li:hover:after {
  background: #E31E24;
}
.product-list .product-element .image a .slide-list:hover li:after {
  opacity: 1;
}
.product-list .product-element .name {
  display: block;
  padding: 5px 15px;
  height: 75px;
  text-align: center;
}
.product-list .product-element .name a {
  font-size: 17px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}
.product-list .product-element .price {
  padding: 5px 15px 0;
  font-size: 17px;
  color: #898989;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}
.product-list .product-element .price span {
  padding-right: 5px;
}
.product-list .product-element .price span i {
  font-size: 90%;
}
.product-list .product-element .price .hi-price {
  text-decoration: line-through;
}
.product-list .product-element .price .normal-price {
  font-size: 21px;
  color: #00B74D;
}
.product-list .product-element .blue-button,
.product-list .product-element .gray-button {
  width: 129px;
}
.product-list .product-element .blue-button {
  margin: 25px 3px 25px 15px;
}
.product-list .product-element .gray-button {
  margin: 25px 15px 25px 3px;
}
.product-list .link-to-all {
  text-align: center;
  padding: 45px 0 15px;
}
.product-list .link-to-all a {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  text-decoration: none;
}
.product-list .link-to-all a:hover {
  color: #ffffff;
}

.category-menu {
  width: 205px;
  background: #ffffff;
  margin-top: -1px;
  position: relative;
}
.category-menu.closed {
  display: none;
}
.category-menu.fixed {
  position: fixed;
  top: 74px;
  z-index: 100;
  transition: top 0.1s ease;
}
.category-menu > li:not(:first-child) {
  margin-top: -1px;
}
.category-menu > li > a,
.category-menu > li > span {
  display: block;
  font-size: 13px;
  color: #727271;
  padding: 7px 0;
  border: 1px solid #D9DADA;
  background: #ffffff;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
}
.category-menu > li > a:before,
.category-menu > li > span:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.category-menu > li > a span,
.category-menu > li > span span {
  display: inline-block;
  vertical-align: middle;
}
.category-menu > li > a .ico,
.category-menu > li > span .ico {
  width: 24px;
  text-align: center;
}
.category-menu > li > a .ico img,
.category-menu > li > span .ico img {
  max-width: 100%;
  max-height: 100%;
}
.category-menu > li > a .name,
.category-menu > li > span .name {
  padding: 0 1px;
}
.category-menu > li > a:hover, .category-menu > li > a.active,
.category-menu > li > span:hover,
.category-menu > li > span.active {
  color: #000000;
}
.category-menu > li > a:hover .name,
.category-menu > li > span:hover .name {
  text-decoration: underline;
}
.category-menu > li > a.has-children:after,
.category-menu > li > span.has-children:after {
  font-family: "FontAwesome";
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  content: "";
  float: right;
  color: #898989;
  font-size: 20px;
  padding-right: 8px;
  padding-top: 8px;
}
.category-menu > li > ul {
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 205px;
  width: 995px;
  z-index: 1000;
  border: 1px solid #D9DADA;
  transition: opacity 0.3s;
  padding: 15px 40px;
  min-height: 541px;
}
.category-menu > li > ul > li .header {
  font-size: 13px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 10px 0 5px;
}
.category-menu > li > ul > li > ul {
  column-count: 3;
}
.category-menu > li > ul > li > ul > li {
  break-inside: avoid;
  page-break-inside: avoid;
  display: table;
  padding: 5px 0;
}
.category-menu > li > ul > li > ul > li .name {
  font-size: 13px;
  color: #9D9E9E;
  font-family: "Roboto", sans-serif;
}
.category-menu > li > ul > li > ul > li > ul {
  padding: 0 20px;
}
.category-menu > li > ul > li > ul > li > ul > li {
  padding: 5px 0;
}
.category-menu > li > ul > li > ul > li > ul > li .filter-link {
  font-size: 13px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.category-menu > li > ul > li > ul > li > ul > li .filter-link:hover {
  text-decoration: underline;
}
.category-menu > li:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
  opacity: 0;
  transition: opacity 2s;
  content: "";
  visibility: hidden;
  pointer-events: none;
}
.category-menu > li.has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}
.category-menu > li.has-children:hover:before {
  visibility: visible;
  opacity: 0.4;
}
@media print, screen and (max-width: 1199px) {
  .category-menu {
    display: none;
  }
}

.icon-category-list {
  padding-top: 20px;
}
.icon-category-list .header {
  text-align: center;
  padding: 8px 30px;
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #F7F7F7;
  text-transform: uppercase;
  margin: 25px 0;
}
.icon-category-list ul li {
  display: inline-block;
  vertical-align: top;
  width: 195px;
  height: 195px;
  border: 1px solid #EBECEC;
  transition: background-color 0.5s;
}
.icon-category-list ul li:not(:nth-child(5n+1)) {
  margin-left: -4px;
}
@media print, screen and (max-width: 1199px) {
  .icon-category-list ul li:not(:nth-child(5n+1)) {
    margin-left: 10px;
  }
}
.icon-category-list ul li:hover {
  background: #F7F7F7;
}
.icon-category-list ul li a {
  display: block;
  height: 100%;
}
.icon-category-list ul li .image {
  display: block;
  text-align: center;
  padding: 15px;
  height: 140px;
}
.icon-category-list ul li .image:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.icon-category-list ul li .image img {
  display: inline-block;
  vertical-align: middle;
}
.icon-category-list ul li .name {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #434242;
}
@media print, screen and (max-width: 1199px) {
  .icon-category-list ul li {
    margin: 10px;
  }
}
@media print, screen and (max-width: 1199px) {
  .icon-category-list ul {
    text-align: center;
  }
}

.work-example {
  position: relative;
  overflow: hidden;
  max-height: 260px;
}
.work-example .header {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.work-example .flex-direction-nav a {
  margin-top: -22px;
  height: 72px;
  opacity: 0.64;
  color: #ffffff;
  width: 72px;
  background: #000000;
  padding: 22px 10px;
  z-index: 100;
  transition: opacity 0.5s;
}
.work-example .flex-direction-nav a:hover {
  opacity: 0.96;
}
.work-example .flex-direction-nav a.flex-prev {
  position: absolute;
  top: 50%;
  left: -36px;
  border-radius: 0 50% 50% 0;
  text-align: right;
}
.work-example .flex-direction-nav a.flex-next {
  position: absolute;
  top: 50%;
  right: -36px;
  border-radius: 50% 0 0 50%;
  text-align: left;
}
.work-example .flex-direction-nav a:before {
  font-size: 29px;
}

.own-production {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  height: 276px;
}
.own-production .header {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.own-production .flexslider-widget {
  position: relative;
  padding-top: 20px;
}
.own-production .flexslider-widget .popup-video {
  display: block;
  position: relative;
}
.own-production .flexslider-widget .popup-video:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 168px;
  content: "";
  background: url("/uploads/images/videoframe.png") no-repeat center bottom;
  background-size: contain;
}
.own-production .flexslider-widget .flex-direction-nav a {
  height: 36px;
  opacity: 0.81;
  color: #ffffff;
  width: 72px;
  background: #000000;
  padding: 0;
  z-index: 100;
  transition: opacity 0.5s;
}
.own-production .flexslider-widget .flex-direction-nav a:hover {
  opacity: 0.95;
}
.own-production .flexslider-widget .flex-direction-nav a.flex-prev {
  position: absolute;
  top: 4px;
  bottom: auto;
  left: 50%;
  right: auto;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  text-align: center;
  margin-left: -36px;
}
.own-production .flexslider-widget .flex-direction-nav a.flex-prev:before {
  font-family: "FontAwesome";
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  content: "";
}
.own-production .flexslider-widget .flex-direction-nav a.flex-next {
  position: absolute;
  top: auto;
  bottom: -36px;
  left: 50%;
  right: auto;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  text-align: center;
  margin-left: -36px;
  margin-bottom: 2px;
}
.own-production .flexslider-widget .flex-direction-nav a.flex-next:before {
  font-family: "FontAwesome";
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  content: "";
}
.own-production .flexslider-widget .flex-direction-nav a:before {
  font-size: 29px;
}

:focus,
a:focus {
  outline: none;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fixed-mobile-line {
  display: none;
}
@media print, screen and (max-width: 1199px) {
  .fixed-mobile-line {
    /*display: block;*/
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 1000;
    background: #ffffff;
    /*@include block-middle-inner(false, true);*/
  }
  .fixed-mobile-line .mobile-menu {
    /*@include inline-block(middle);*/
    width: 20%;
    cursor: pointer;
    padding: 10px;
  }
  .fixed-mobile-line .mobile-menu:before {
    font-family: "FontAwesome";
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    content: "";
    font-size: 21px;
  }
  .fixed-mobile-line .mobile-menu .menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 55px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    width: 290px;
    z-index: 250;
  }
  .fixed-mobile-line .mobile-menu .menu:after {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FEFEFE url("/uploads/images/mm-arrow.png") no-repeat 300px 20px;
    z-index: 200;
    opacity: 0.6;
    cursor: pointer;
    content: "";
  }
  .fixed-mobile-line .mobile-menu .menu li {
    display: block;
    position: relative;
    z-index: 230;
  }
  .fixed-mobile-line .mobile-menu .menu li a {
    display: block;
    color: #ffffff;
    background: #777777;
    font-size: 17px;
    height: 56px;
    border-bottom: 1px solid #9D9E9E;
    text-decoration: none;
    padding: 0 10px;
  }
  .fixed-mobile-line .mobile-menu .menu li a:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
  }
  .fixed-mobile-line .mobile-menu .menu li.active {
    color: #ffffff;
    background: #3E444A;
    padding: 0 10px;
    height: 56px;
  }
  .fixed-mobile-line .mobile-menu .menu li.active:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
  }
  .fixed-mobile-line .mobile-menu .menu li .image {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    text-align: center;
  }
  .fixed-mobile-line .mobile-menu .menu li .image img {
    filter: brightness(0) invert(1);
  }
  .fixed-mobile-line .mobile-menu .menu li .text {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    padding: 0 10px;
  }
  .fixed-mobile-line .logo {
    /*@include inline-block(middle);*/
    margin: 0 15px;
    width: 30%;
  }
  .fixed-mobile-line .phone {
    /*@include inline-block(middle);*/
    width: 25%;
  }
  .fixed-mobile-line .phone .icon {
    display: inline-block;
    vertical-align: middle;
  }
  .fixed-mobile-line .phone .icon img {
    width: 20px;
  }
  .fixed-mobile-line .phone .num a {
    font-size: 19px;
    color: #2B2A29;
    font-family: "Exo 2", sans-serif;
  }
  .fixed-mobile-line .phone .current-city {
    max-width: 190px;
  }
  .fixed-mobile-line .phone .current-city a {
    font-size: 13px;
    color: #2B2A29;
  }
  .fixed-mobile-line .search {
    /*@include inline-block(middle);*/
    width: 12%;
    padding-right: 20px;
  }
  .fixed-mobile-line .search form {
    width: 100%;
    position: relative;
    margin: 0 10px;
  }
  .fixed-mobile-line .search form input[type=text] {
    display: block;
    border: 1px solid #00B74D;
    box-shadow: none;
    border-radius: 2px;
    font-size: 15px;
    color: #5B5B5B;
    height: 40px;
  }
  .fixed-mobile-line .search form button[type=submit] {
    position: absolute;
    top: 9px;
    right: 0;
    height: 20px;
    background: transparent;
    padding: 0;
    width: 60px;
    border: none;
    border-left: 1px solid #D9DADA;
    text-indent: 1000px;
    overflow: hidden;
    cursor: pointer;
  }
  .fixed-mobile-line .search form button[type=submit]:before {
    font-family: "FontAwesome";
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    content: "";
    font-size: 19px;
    color: #9D9E9E;
    text-indent: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 60px;
  }
  .fixed-mobile-line .cart {
    /*@include inline-block(middle);*/
    /*width: 105px;*/
    width: 10%;
    padding: 0 5px;
    border: 1px solid #9D9E9E;
    border-radius: 2px;
    height: 40px;
  }
  .fixed-mobile-line .cart:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
  }
  .fixed-mobile-line .cart > div {
    display: inline-block;
    vertical-align: middle;
  }
  .fixed-mobile-line .cart .image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
  }
  .fixed-mobile-line .cart .image img {
    width: 14px;
  }
  .fixed-mobile-line .cart .cart-text {
    font-size: 15px;
    color: #434242;
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none;
  }
  .fixed-mobile-line .cart .cart-text .cart-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    background: #00B74D;
    border-radius: 50%;
    text-align: center;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    font-size: 11px;
    color: #ffffff;
    font-family: "Exo 2", sans-serif;
  }
}
@media print, screen and (max-width: 767px) {
  .fixed-mobile-line .mobile-menu:before {
    /*@include font-size(4);*/
  }
  .fixed-mobile-line .logo {
    margin: 0;
  }
  .fixed-mobile-line .logo .image img {
    width: 90%;
  }
  .fixed-mobile-line .phone {
    margin: 0 5px;
  }
  .fixed-mobile-line .phone .icon {
    display: none;
  }
  .fixed-mobile-line .phone .num a {
    font-size: 13px;
  }
  .fixed-mobile-line .phone .current-city {
    display: none;
  }
  .fixed-mobile-line .search {
    border: none;
    /*width: auto;*/
    cursor: pointer;
    padding: 0 8px;
  }
  .fixed-mobile-line .search:before {
    font-family: "FontAwesome";
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    content: "";
  }
  .fixed-mobile-line .search form {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0;
  }
  .fixed-mobile-line .search form button[type=submit] {
    height: 39px;
    top: 0;
  }
  .fixed-mobile-line .search form button[type=submit]:before {
    top: 8px;
  }
  .fixed-mobile-line .cart {
    /*width: 24px;*/
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0;
    height: 20px;
  }
  .fixed-mobile-line .cart .cart-text {
    text-indent: 1000px;
    display: inline-block;
    vertical-align: middle;
  }
  .fixed-mobile-line .cart .cart-text .cart-count {
    position: absolute;
    bottom: 0;
    left: 6px;
    right: auto;
    text-indent: 0;
  }
  .fixed-mobile-line .cart:before {
    display: none;
  }
}

.fixed-line {
  height: 36px;
  font-size: 15px;
  color: #000000;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.fixed-line .current-city {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}
.fixed-line .current-city a {
  text-decoration: none;
}
.fixed-line .current-city a .header {
  color: #B2B3B3;
}
.fixed-line .current-city a .name {
  color: #000000;
}
.fixed-line .navigation-main {
  display: inline-block;
  vertical-align: middle;
}
.fixed-line .navigation-main li {
  display: inline-block;
  vertical-align: top;
}
.fixed-line .navigation-main li a {
  display: block;
  height: 36px;
  padding: 0 6px;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
}
.fixed-line .navigation-main li a:hover {
  color: #000000;
}
.fixed-line .navigation-main li a:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.fixed-line .navigation-main li.active {
  height: 36px;
  padding: 10px 6px;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
}
.fixed-line .navigation-main li.active:hover {
  color: #000000;
}
.fixed-line .login-links {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  color: #00B74D;
}
.fixed-line .login-links .header {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #727271;
}
.fixed-line .login-links a {
  display: inline-block;
  vertical-align: middle;
  color: #00B74D;
}
.fixed-line .login-links .welcome {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  color: #00B74D;
}
@media print, screen and (max-width: 1199px) {
  .fixed-line {
    display: none;
  }
}

header {
  background: #F8F8F8;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  /*@include block-middle-inner();*/
  height: 74px;
  position: relative;
  z-index: 200;
}
header .header-logo {
  display: inline-block;
  vertical-align: middle;
  width: 205px;
  cursor: pointer;
  height: 74px;
}
header .header-logo:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
header .header-logo .image {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
header .header-logo .menu-catalog-header {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  font-size: 20px;
  color: #00B74D;
  border: 1px solid #00B74D;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
header .header-logo:hover {
  background: #EFEFEF;
}
header .header-logo:hover .closed {
  transition: all 0.5s;
  transform: scaleZ(180deg);
}
header .header-search {
  display: inline-block;
  vertical-align: middle;
  width: 544px;
  margin-left: 10px;
}
header .header-search input[type=text],
header .header-search button {
  display: inline-block;
  vertical-align: top;
}
header .header-search input[type=text] {
  width: 428px;
  height: 34px;
  border: 1px solid #D9DADA;
  padding: 0 18px;
  border-radius: 2px 0 0 2px;
  background: #ffffff;
  font-size: 15px;
  color: #727271;
  font-family: "Roboto", sans-serif;
}
header .header-search button {
  margin-left: -4px;
  background: #D9DADA;
  width: 76px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #D9DADA;
  height: 34px;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
header .header-search button:hover {
  background: #C5C6C6;
}
header .header-phone {
  display: inline-block;
  vertical-align: middle;
  margin-left: 26px;
  font-family: "Exo 2", sans-serif;
}
header .header-phone:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
header .header-phone span {
  display: inline-block;
  vertical-align: middle;
}
header .header-phone .icon {
  margin-right: 12px;
}
header .header-phone .num a {
  font-size: 21px;
  color: #000000;
  text-decoration: none;
}
header .header-phone .num .work {
  display: block;
  font-size: 13px;
  color: #727271;
  margin-top: 5px;
}
header .cart {
  float: right;
  height: 72px;
}
header .cart:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
header .cart #cart {
  display: inline-block;
  vertical-align: middle;
}
header .cart .cart-link {
  display: block;
  font-size: 15px;
  color: #000000;
  font-family: "Exo 2", sans-serif;
  position: relative;
}
header .cart .cart-link .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header .cart .cart-link .cart-count {
  position: absolute;
  bottom: -2px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #00B74D;
  font-size: 11px;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  text-align: center;
  padding-top: 1px;
  border-radius: 50%;
}
header .cart .cart-link .cart-text {
  display: inline-block;
  vertical-align: middle;
}
header .cart .cart-link strong {
  font-weight: bold;
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
header.fixed + div {
  padding-top: 74px;
}
@media print, screen and (max-width: 1199px) {
  header {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  [class^=page-]:not(.page-text) {
    min-height: 700px;
  }
}
.blue-button {
  background: #00B74D;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  height: 42px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #078F45;
  cursor: pointer;
}
.blue-button:hover {
  background: #078F45;
}

.gray-button {
  background: #B8B8B9;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  height: 42px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px #9D9E9E;
  cursor: pointer;
}
.gray-button:hover {
  background: #9D9E9E;
}

a.blue-button, a.gray-button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 12px;
  text-decoration: none;
}
a.blue-button:hover, a.gray-button:hover {
  color: #ffffff;
}

footer {
  padding: 50px 0 40px;
  clear: both;
  background: #EBECEC;
}
footer.product {
  padding: 20px 0 30px;
}
footer .col-left {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}
footer .col-left .logo {
  padding: 0 0 40px;
}
footer .col-left .socials .header {
  font-size: 17px;
  color: #434242;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 15px;
  padding-bottom: 20px;
}
footer .col-menu {
  display: inline-block;
  vertical-align: top;
  width: 690px;
}
footer .col-menu > ul {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}
footer .col-menu > ul:last-child {
  column-count: 2;
}
footer .col-menu > ul > li {
  padding-top: 15px;
  width: 200px;
}
footer .col-menu > ul > li > a, footer .col-menu > ul > li.active {
  font-size: 17px;
  color: #434242;
  font-family: "Roboto Condensed", sans-serif;
}
footer .col-menu > ul > li.active {
  color: #000000;
}
footer .col-menu > ul > li ul li a {
  font-size: 15px;
  color: #336699;
}
footer .col-work {
  display: inline-block;
  vertical-align: top;
  max-width: 20%;
}
footer .col-work p {
  padding: 0 0 15px;
  line-height: 1.4;
  font-size: 17px;
  color: #434242;
  font-family: "Roboto Condensed", sans-serif;
}
footer .col-work p strong {
  font-weight: bold;
}
footer .copyright {
  padding-top: 20px;
  font-size: 12.2px;
  color: #5B5B5B;
  line-height: 1.4;
}
footer .copyright p {
  margin: 0 0 15px;
}
footer .copyright hr {
  border-color: #D0D2D1;
}
footer .copyright .sitemap {
  float: right;
  padding-top: 50px;
}
footer .copyright .sitemap.product {
  padding: 0;
}
footer .copyright .sitemap a {
  font-size: 13px;
  color: #5B5B5B;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}
@media print, screen and (max-width: 1199px) {
  footer .col-left {
    display: none;
  }
  footer .col-menu {
    display: block;
    width: auto;
    margin: 0 20px 20px;
  }
  footer .col-work {
    float: right;
    padding-right: 10px;
    max-widht: none;
  }
  footer .copyright {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .copyright .sitemap {
    padding-bottom: 20px;
    float: none;
    padding-top: 0;
  }
  footer .copyright .sitemap.product {
    float: right;
  }
}
@media print, screen and (max-width: 767px) {
  footer .col-menu > ul:last-child {
    column-count: auto;
  }
  footer .col-work {
    float: none;
    padding: 20px;
  }
}

#top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  text-align: center;
  cursor: pointer;
}
#top .image,
#top .text {
  display: block;
}
#top .text {
  color: #5B5B5B;
  font-size: 17px;
}

.bread {
  padding: 10px 0;
}
.bread li {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  font-size: 13px;
  margin-right: 5px;
  padding: 5px 0 5px 5px;
}
.bread li a {
  color: #000000;
  text-decoration: none;
}
.bread li.active {
  color: #00B74D;
}
@media print, screen and (max-width: 1199px) {
  .bread {
    padding: 10px 20px;
  }
}

h1 {
  font-size: 25px;
  padding: 15px 0;
}
@media print, screen and (max-width: 1199px) {
  h1 {
    padding: 15px 20px;
  }
}

.banner-line {
  display: inline-block;
  vertical-align: top;
}
.banner-line .main-banner {
  position: relative;
  height: 308px;
  text-align: center;
  width: 643px;
  margin: 0;
  height: 276px;
  display: inline-block;
  vertical-align: top;
}
.banner-line .main-banner .slides li img {
  max-width: 643px;
  max-height: 308px;
}
.banner-line .main-banner .flex-control-nav {
  bottom: 12px;
  z-index: 50;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner-line .main-banner .flex-control-nav a {
  background: #ffffff;
  border: 1px solid #00B74D;
  box-shadow: none;
}
.banner-line .main-banner .flex-control-nav a.flex-active, .banner-line .main-banner .flex-control-nav a:hover {
  background: #00B74D;
}
.banner-line .form-opt {
  display: inline-block;
  vertical-align: top;
  background: #F7F7F7;
  width: 321px;
  margin-left: 10px;
  height: 308px;
}
.banner-line .form-opt .header {
  text-transform: uppercase;
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0;
}
.banner-line .form-opt form {
  margin: 0 auto;
  width: 290px;
}
.banner-line .form-opt form label {
  display: none;
}
.banner-line .form-opt form input[type=text] {
  height: 34px;
  border: 1px solid #00B74D;
  border-radius: 2px;
  background: #ffffff;
  font-size: 13.8px;
  color: #727271;
  font-family: "Roboto Condensed", sans-serif;
  margin: 12px 0;
}
.banner-line .form-opt form button {
  margin: 7px 0 15px;
  width: 100%;
}
.banner-line .form-opt form .help-block {
  font-size: 11px;
}
.banner-line .form-opt form .checkbox label {
  display: flex;
  flex-flow: row nowrap;
  font-size: 11px;
  position: relative;
  padding-left: 0;
}
.banner-line .form-opt form .checkbox label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #C5C6C6;
  content: "";
  margin-right: 15px;
  min-width: 16px;
}
.banner-line .form-opt form .checkbox label.checked:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000000;
  content: "";
}
.banner-line .form-opt form .checkbox label.checked:before {
  border-color: #F29114;
}
.banner-line .form-opt form .checkbox label input {
  display: none;
}
.banner-line .form-opt form .checkbox.has-error label:before {
  border-color: #A94442;
}
.banner-line .form-opt form .checkbox.has-error label a {
  color: #A94442;
}
.banner-line .form-opt form .form-group {
  margin-bottom: 5px;
}
.banner-line .form-opt .note {
  font-size: 13.8px;
  color: #5B5B5B;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
@media print, screen and (max-width: 1199px) {
  .banner-line {
    display: block;
  }
  .banner-line .main-banner {
    height: auto;
    display: block;
    width: auto;
  }
  .banner-line .main-banner .slides li img {
    max-width: none;
    max-height: none;
  }
  .banner-line .form-opt {
    display: block;
    width: auto;
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .banner-line .main-banner .slides li img {
    max-width: 100%;
  }
}

.brand-on-main {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
.brand-on-main .header {
  text-align: center;
  padding: 8px 30px;
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #F7F7F7;
  text-transform: uppercase;
  margin: 25px 0;
}
.brand-on-main .slides li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #EBECEC;
  text-align: center;
  width: 197px;
  height: 197px;
}
.brand-on-main .slides li a {
  display: block;
  height: 100%;
  cursor: pointer;
}
.brand-on-main .slides li a:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.brand-on-main .slides li a .image {
  display: inline-block;
  vertical-align: middle;
}
.brand-on-main .slides li a .text {
  display: none;
}
.brand-on-main .flex-direction-nav a {
  margin-top: -65px;
  height: 130px;
  opacity: 0.14;
  color: #ffffff;
  font-size: 53px;
  width: 130px;
  background: #000000;
  padding: 36px 30px;
  z-index: 100;
  transition: opacity 0.5s;
}
.brand-on-main .flex-direction-nav a:hover {
  opacity: 0.66;
}
.brand-on-main .flex-direction-nav .flex-prev {
  position: absolute;
  top: 67%;
  left: -65px;
  border-radius: 0 50% 50% 0;
  text-align: right;
}
.brand-on-main .flex-direction-nav .flex-next {
  position: absolute;
  top: 67%;
  right: -65px;
  border-radius: 50% 0 0 50%;
  text-align: left;
}

.news-list {
  padding-top: 20px;
}
.news-list .header {
  text-align: center;
  padding: 8px 30px;
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #F7F7F7;
  text-transform: uppercase;
  margin: 25px 0;
}
.news-list ul li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  border: 1px solid #D9DADA;
  border-radius: 2px;
  overflow: hidden;
}
.news-list ul li:not(:last-child) {
  margin-right: 35px;
}
.news-list ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.news-list ul li a .image {
  display: block;
  height: 264px;
  border-bottom: 1px solid #D9DADA;
  text-align: center;
}
.news-list ul li a .image:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.news-list ul li a .image img {
  display: inline-block;
  vertical-align: middle;
}
.news-list ul li a .name {
  display: block;
  padding: 15px;
  font-size: 21px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  height: 80px;
}
.news-list ul li a .date, .news-list ul li a excerpt {
  display: none;
}
.news-list ul li a:hover {
  text-decoration: none;
}
.news-list ul li a:hover:before {
  position: absolute;
  top: 0;
  bottom: 80px;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.48;
  content: "";
}
.news-list ul li a:hover:after {
  content: "Подробнее";
  width: 154px;
  position: absolute;
  top: 112px;
  left: 74px;
  right: 74px;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
}
.news-list ul li a:hover .name {
  text-decoration: none;
}
.news-list .link-to-all {
  text-align: center;
  padding: 45px 0 15px;
}
.news-list .link-to-all a {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  text-decoration: none;
}
.news-list .link-to-all a:hover {
  color: #ffffff;
}
@media print, screen and (max-width: 1199px) {
  .news-list ul {
    text-align: center;
  }
  .news-list ul li {
    margin: 10px;
  }
  .news-list ul li:not(:last-child) {
    margin-right: 10px;
  }
}

.middle-block {
  margin: 30px 0;
  position: relative;
}
.middle-block .page-text {
  display: inline-block;
  vertical-align: top;
  width: 643px;
  margin-top: 0;
  border: 1px solid #E6E6E6;
  padding: 20px;
}
.middle-block .page-text .page-content {
  min-height: 610px;
}
.middle-block .right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  background: #F7F7F7;
  padding: 25px 12px;
}
@media print, screen and (max-width: 1199px) {
  .middle-block .page-text {
    width: 57%;
  }
}
@media print, screen and (max-width: 767px) {
  .middle-block .page-text {
    width: 100%;
    display: block;
  }
  .middle-block .right {
    position: relative;
  }
}

.template-specials .content-col {
  padding-top: 10px;
}
.template-specials .content-col .headline {
  background: #F4F4F4;
  padding: 17px 32px;
}
.template-specials .content-col .headline .header {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.template-specials .content-col .product-list {
  padding-top: 40px;
}
.template-specials .content-col .product-list .product-element {
  margin-right: 36px;
  margin-bottom: 44px;
}
.template-specials .content-col .product-list .product-element:nth-child(3n+3) {
  margin-right: 0;
}
.template-specials .content-col .more-product {
  padding: 40px 0;
  text-align: center;
}
.template-specials .content-col .more-product a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  width: 184px;
  padding-top: 14px;
  text-decoration: none;
}
.template-specials .content-col .more-product a:hover {
  color: #ffffff;
}
.template-specials .content-col .pagination {
  display: block;
  font-size: 17px;
  padding: 50px 0;
  border-top: 1px solid #D6D6D6;
  margin-top: 40px;
}
.template-specials .content-col .pagination > li > a, .template-specials .content-col .pagination > li > span {
  padding: 7px 0;
  border: none;
  width: 38px;
  text-align: center;
  border-radius: 50%;
  color: #777777;
  margin: 0 7px;
}
.template-specials .content-col .pagination > li.prev a, .template-specials .content-col .pagination > li.next a {
  width: auto;
}
.template-specials .content-col .pagination > li.prev a:hover, .template-specials .content-col .pagination > li.prev a:focus, .template-specials .content-col .pagination > li.next a:hover, .template-specials .content-col .pagination > li.next a:focus {
  background: none;
  text-decoration: underline;
}
.template-specials .content-col .pagination li.prev.disabled, .template-specials .content-col .pagination li.next.disabled {
  display: none;
}
.template-specials .content-col .pagination li.active a, .template-specials .content-col .pagination li.active span, .template-specials .content-col .pagination li.active a:hover, .template-specials .content-col .pagination li.active span:hover, .template-specials .content-col .pagination li.active a:focus, .template-specials .content-col .pagination li.active span:focus {
  background: #E6E6E6;
  border-radius: 50%;
  color: #000000;
  text-decoration: underline;
}

.template-specials-single .content-col {
  line-height: 1.4;
  font-size: 15px;
}
.template-specials-single .content-col .image {
  float: left;
  margin: 0 10px 10px 0;
}

.template-news .content-col {
  padding-top: 10px;
}
.template-news .content-col .page-text {
  border: 1px solid #D9DADA;
  padding: 20px 15px;
  margin-top: 15px;
  font-size: 15px;
}
.template-news .content-col .page-text h1 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.template-news .content-col .page-text h2, .template-news .content-col .page-text h3 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
}
.template-news .content-col .consult-form {
  background: #F7F7F7;
  border: 1px solid #D9DADA;
  margin: 15px 0;
}
.template-news .content-col .consult-form .header {
  font-size: 25px;
  color: #5B5B5B;
  text-align: center;
  padding: 40px 0 10px;
}
.template-news .content-col .consult-form .header .phone {
  color: #272727;
}
.template-news .content-col .consult-form .subheader {
  font-size: 21px;
  color: #9D9E9E;
  text-align: center;
  padding: 10px 0 20px;
}
.template-news .content-col .consult-form form {
  padding: 10px 0;
  margin: 0 auto;
  width: 740px;
}
.template-news .content-col .consult-form form .form-group {
  display: inline;
}
.template-news .content-col .consult-form form .form-group .help-block {
  float: left;
  clear: left;
  margin: 0;
}
.template-news .content-col .consult-form form .form-group input[type=text], .template-news .content-col .consult-form form .form-group textarea {
  background: #ffffff;
  border: 1px solid #00B74D;
  border-radius: 2px;
  font-size: 13.8px;
  color: #434242;
  font-family: "Roboto Condensed", sans-serif;
}
.template-news .content-col .consult-form form .form-group input[type=text] {
  width: 208px;
  height: 34px;
  float: left;
  margin: 0 18px 15px 0;
  clear: left;
}
.template-news .content-col .consult-form form .form-group textarea {
  width: 508px;
  height: 133px;
  resize: none;
}
.template-news .content-col .consult-form form button {
  margin: 20px 0 40px;
  width: 280px;
}
.template-news .content-col .consult-form .form-success, .template-news .content-col .consult-form .form-error {
  text-align: center;
  padding: 20px 0 60px;
  font-size: 21px;
  color: #00B74D;
}
.template-news .content-col .news-list {
  padding: 20px 0;
  /*text-align: justify;*/
}
.template-news .content-col .news-list:after {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  content: "";
}
.template-news .content-col .news-list li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  border: 1px solid #D9DADA;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 20px;
}
.template-news .content-col .news-list li:nth-child(3n+3) {
  margin-right: 0px;
}
.template-news .content-col .news-list li .image {
  display: block;
  height: 264px;
  border-bottom: 1px solid #D9DADA;
  text-align: center;
}
.template-news .content-col .news-list li .image:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.template-news .content-col .news-list li .image img {
  display: inline-block;
  vertical-align: middle;
}
.template-news .content-col .news-list li .name {
  display: block;
  padding: 15px;
  font-size: 21px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  height: 80px;
}
.template-news .content-col .news-list li .excerpt {
  display: block;
  font-size: 15px;
  color: #000000;
  padding: 5px 15px;
}
.template-news .content-col .news-list li .readmore {
  display: block;
  padding: 5px 15px 15px;
  text-align: right;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
}
.template-news .content-col .pagination {
  display: block;
  font-size: 17px;
  padding: 50px 0;
  border-top: 1px solid #D6D6D6;
  margin-top: 40px;
}
.template-news .content-col .pagination > li > a, .template-news .content-col .pagination > li > span {
  padding: 7px 0;
  border: none;
  width: 38px;
  text-align: center;
  border-radius: 50%;
  color: #777777;
  margin: 0 7px;
}
.template-news .content-col .pagination > li.prev a, .template-news .content-col .pagination > li.next a {
  width: auto;
}
.template-news .content-col .pagination > li.prev a:hover, .template-news .content-col .pagination > li.prev a:focus, .template-news .content-col .pagination > li.next a:hover, .template-news .content-col .pagination > li.next a:focus {
  background: none;
  text-decoration: underline;
}
.template-news .content-col .pagination li.prev.disabled, .template-news .content-col .pagination li.next.disabled {
  display: none;
}
.template-news .content-col .pagination li.active a, .template-news .content-col .pagination li.active span, .template-news .content-col .pagination li.active a:hover, .template-news .content-col .pagination li.active span:hover, .template-news .content-col .pagination li.active a:focus, .template-news .content-col .pagination li.active span:focus {
  background: #E6E6E6;
  border-radius: 50%;
  color: #000000;
  text-decoration: underline;
}

.template-news-single .content-col p {
  margin: 10px 0;
  font-size: 15px;
  color: #333333;
  line-height: 1.4;
}

.template-article .content-col ul {
  padding: 20px 0;
  text-align: justify;
}
.template-article .content-col ul:after {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  content: "";
}
.template-article .content-col ul li {
  display: inline-block;
  vertical-align: top;
  width: 234px;
  text-align: left;
}
.template-article .content-col ul li .image {
  border: 1px solid #DFDCDC;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.template-article .content-col ul li .image img {
  display: block;
}
.template-article .content-col ul li .article-content {
  display: block;
  padding: 10px 0;
}
.template-article .content-col ul li .article-content .name {
  display: block;
  color: #003399;
  font-size: 17px;
}
.template-article .content-col ul li .article-content .excerpt {
  display: block;
  padding-top: 10px;
  font-size: 17px;
  color: #403935;
}

.template-article-single .content-col p {
  margin: 10px 0;
  font-size: 15px;
  color: #333333;
  line-height: 1.4;
}

.template-recipe .content-col ul {
  padding: 20px 0;
  text-align: justify;
}
.template-recipe .content-col ul:after {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  content: "";
}
.template-recipe .content-col ul li {
  display: inline-block;
  vertical-align: top;
  width: 234px;
  text-align: left;
}
.template-recipe .content-col ul li .image {
  border: 1px solid #DFDCDC;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.template-recipe .content-col ul li .image img {
  display: block;
}
.template-recipe .content-col ul li .news-content {
  display: block;
  padding: 10px 0;
}
.template-recipe .content-col ul li .news-content .date {
  display: block;
  color: #777777;
  font-size: 15px;
}
.template-recipe .content-col ul li .news-content .name {
  display: block;
  color: #003399;
  font-size: 17px;
}
.template-recipe .content-col ul li .news-content .excerpt {
  display: block;
  padding-top: 10px;
  font-size: 17px;
  color: #403935;
}

.template-recipe-single .left-col {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-right: 20px;
}
.template-recipe-single .left-col.open-menu {
  padding-top: 600px;
}
.template-recipe-single .left-col + .content-col {
  display: inline-block;
  vertical-align: top;
  width: 778px;
}
.template-recipe-single .content-col p {
  margin: 10px 0;
  font-size: 15px;
  color: #333333;
  line-height: 1.4;
}

.template-category .content-col {
  padding-top: 10px;
  /*        .product-list {
              .product-element {
                  border: 1px solid $color-gainsboro;
                  width: 188px;
                  @include border-radius(8px);
                  @include inline-block(top);
                  margin-bottom: 10px;
                  margin-right: 5px;
                  .image {
                      width: 100%;
                      text-align: center;
                      display: block;
                      padding: 5px 0;
                      height: 156px;
                      @include block-middle-inner(a);
                      img {
                          max-width: 186px;
                          max-height: 140px;
                      }
                  }
                  .name {
                      display: block;
                      padding: 5px;
                      height: 110px;
                      a {
                          color: $color-lochmara;
                          text-decoration: underline;
                          line-height: 1.2;
                      }
                  }
                  .price {
                      display: block;
                      height: 80px;
                      padding: 5px;
                      background: $color-gainsboro;
                      .hi-price, .di-price {
                          display: block;
                          @include font-size(3.5);
                          padding-bottom: 5px;
                          s, b {
                              font-weight: bold;
                          }
                      }
                      .lo-price {
                          display: block;
                          @include font-size(3.7);
                          font-weight: bold;
                      }
                      .normal-price {
                          @include font-size(5);
                          font-weight: bold;
                          text-align: center;
                          display: block;
                          padding-top: 23px;
                      }
                  }
                  .add-to-cart {
                      display: block;
                      margin: 10px auto;
                      width: 164px;
                      height: 30px;
                      color: $color-white;
                      @include font-size(4);
                      background: $color-darkorange;
                      border: none;
                      @include border-radius(4px);
                      @include box-shadow(1px 1px 0 $color-tahitigold);
                      cursor: pointer;
                      span {
                          @include inline-block(middle);
                          padding: 5px;
                          border-right: 1px solid $color-whitesmoke;
                      }
                      img {
                          margin: 5px 0 5px 5px;
                          @include inline-block(middle);
                      }
                      &:hover {
                          background: $color-tahitigold;
                      }
                  }
              }
          }*/
}
.template-category .content-col .headline {
  background: #F4F4F4;
  padding: 17px 32px;
}
.template-category .content-col .headline .header {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.4;
}
.template-category .content-col .headline .sortline {
  float: right;
}
.template-category .content-col .headline .sortline form span {
  font-size: 17px;
  color: #434242;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  vertical-align: middle;
}
.template-category .content-col .headline .sortline form .select-div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  position: relative;
}
.template-category .content-col .headline .sortline form .select-div:after {
  font-family: "FontAwesome";
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  content: "";
  margin-left: 5px;
}
.template-category .content-col .headline .sortline form .select-div:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  background: #F4F4F4;
  text-align: center;
  padding-top: 2px;
  pointer-events: none;
  font-size: 19px;
  color: #00B74D;
}
.template-category .content-col .headline .sortline form select,
.template-category .content-col .headline .sortline form label {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: underline;
}
.template-category .content-col .headline .sortline form input[type=radio] {
  display: none;
}
.template-category .content-col .headline .sortline form label {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  color: #434242;
  text-decoration: none;
}
.template-category .content-col .headline .sortline form label.active, .template-category .content-col .headline .sortline form label:hover {
  color: #00B74D;
  text-decoration: underline;
}
.template-category .content-col .category-filter {
  border: 1px solid #C5C6C6;
  background: #F4F4F4;
  padding: 30px;
  margin-top: 15px;
}
.template-category .content-col .category-filter .header .name {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  color: #9D9E9E;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 201px;
  margin-right: 40px;
}
.template-category .content-col .category-filter .header .checked-filter-values {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #9D9E9E;
  max-width: 580px;
}
.template-category .content-col .category-filter .header .checked-filter-values a {
  font-size: 25px;
  color: #9D9E9E;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.template-category .content-col .category-filter .header .checked-filter-values span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.template-category .content-col .category-filter .header .close-filter {
  cursor: pointer;
  float: right;
  font-size: 13px;
  color: #727271;
}
.template-category .content-col .category-filter .header .close-filter span {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
}
.template-category .content-col .category-filter form {
  padding-top: 10px;
}
.template-category .content-col .category-filter form .filter-element {
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px;
  width: 204px;
}
.template-category .content-col .category-filter form .filter-element:nth-child(4n+1), .template-category .content-col .category-filter form .filter-element:first-child {
  margin: 10px 15px 10px 0;
}
.template-category .content-col .category-filter form .filter-element:nth-child(4n+4) {
  margin: 10px 0 10px 15px;
}
.template-category .content-col .category-filter form .filter-element label {
  font-size: 15px;
  color: #000000;
  display: block;
  padding-bottom: 12px;
  height: 34px;
}
.template-category .content-col .category-filter form .filter-element .input-line span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.template-category .content-col .category-filter form .filter-element .input-line input[type=text] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 80px;
}
.template-category .content-col .category-filter form .filter-element .dropdown-list {
  position: relative;
}
.template-category .content-col .category-filter form .filter-element .dropdown-list select {
  display: block;
  border: 1px solid #D9DADA;
  background: #ffffff;
  height: 40px;
  font-size: 13px;
  color: #727271;
  width: 201px;
  padding: 0 10px;
}
.template-category .content-col .category-filter form .filter-element .dropdown-list:after {
  font-family: "FontAwesome";
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  content: "";
  margin-left: 5px;
}
.template-category .content-col .category-filter form .filter-element .dropdown-list:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 8px;
  width: 25px;
  background: #ffffff;
  text-align: center;
  padding-top: 7px;
  pointer-events: none;
  font-size: 21px;
  color: #898989;
}
.template-category .content-col .category-filter form .submit-element {
  padding: 30px 0 10px;
  text-align: center;
}
.template-category .content-col .category-filter form .submit-element .blue-button {
  display: inline-block;
  vertical-align: middle;
  width: 136px;
}
.template-category .content-col .category-filter form .submit-element .clear-filter {
  font-size: 17px;
  color: #9D9E9E;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
}
.template-category .content-col .product-list {
  padding-top: 40px;
}
.template-category .content-col .product-list .product-element {
  margin-right: 36px;
  margin-bottom: 44px;
}
.template-category .content-col .product-list .product-element:nth-child(3n+3) {
  margin-right: 0;
}
.template-category .content-col .more-product {
  padding: 40px 0;
  text-align: center;
}
.template-category .content-col .more-product a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  width: 184px;
  padding-top: 14px;
  text-decoration: none;
}
.template-category .content-col .more-product a:hover {
  color: #ffffff;
}
.template-category .content-col .pagination {
  display: block;
  font-size: 17px;
  padding: 50px 0;
  border-top: 1px solid #D6D6D6;
  margin-top: 40px;
}
.template-category .content-col .pagination > li > a,
.template-category .content-col .pagination > li > span {
  padding: 7px 0;
  border: none;
  width: 38px;
  text-align: center;
  border-radius: 50%;
  color: #777777;
  margin: 0 7px;
}
.template-category .content-col .pagination > li.prev a,
.template-category .content-col .pagination > li.next a {
  width: auto;
}
.template-category .content-col .pagination > li.prev a:hover, .template-category .content-col .pagination > li.prev a:focus,
.template-category .content-col .pagination > li.next a:hover,
.template-category .content-col .pagination > li.next a:focus {
  background: none;
  text-decoration: underline;
}
.template-category .content-col .pagination li.prev.disabled,
.template-category .content-col .pagination li.next.disabled {
  display: none;
}
.template-category .content-col .pagination li.active a,
.template-category .content-col .pagination li.active span,
.template-category .content-col .pagination li.active a:hover,
.template-category .content-col .pagination li.active span:hover,
.template-category .content-col .pagination li.active a:focus,
.template-category .content-col .pagination li.active span:focus {
  background: #E6E6E6;
  border-radius: 50%;
  color: #000000;
  text-decoration: underline;
}
.template-category .content-col .middle-block .page-text .page-content {
  min-height: 273px;
}
.template-category .content-col .subcategory-element {
  display: inline-block;
  width: 233px;
  margin-right: 12px;
}
.template-category .content-col .subcategory-element .name {
  display: block;
  padding: 5px 15px;
  height: 30px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 21px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}
.template-category .content-col .subcategory-element:nth-child(4n+4) {
  margin-right: -5px;
}
@media print, screen and (max-width: 1199px) {
  .template-category .content-col .category-filter form .filter-element:nth-child(4n+4) {
    margin-right: 15px;
  }
  .template-category .content-col .category-filter form .filter-element:nth-child(4n+1), .template-category .content-col .category-filter form .filter-element:first-child {
    margin-left: 15px;
  }
  .template-category .content-col .product-list {
    text-align: center;
  }
  .template-category .content-col .product-list .product-element {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .template-category .content-col .product-list .product-element:nth-child(3n+3) {
    margin-right: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .template-category .content-col .headline {
    padding: 10px;
    position: relative;
    padding-bottom: 50px;
  }
  .template-category .content-col .headline .sortline {
    position: absolute;
    bottom: 5px;
    float: none;
  }
  .template-category .content-col .category-filter {
    padding: 15px;
  }
  .template-category .content-col .category-filter form {
    display: none;
  }
  .template-category .content-col .category-filter form .submit-element .clear-filter {
    display: block;
    margin: 20px auto 0;
  }
  .template-category .content-col .category-filter .header {
    position: relative;
  }
  .template-category .content-col .category-filter .header .close-filter {
    position: absolute;
    top: 0;
    right: -3px;
  }
  .template-category .content-col .category-filter .header .close-filter span {
    font-size: 21px;
  }
  .template-category .content-col .category-filter .header .checked-filter-values a {
    float: left;
    clear: left;
  }
  .template-category .content-col .category-filter .header .checked-filter-values span {
    padding: 5px;
  }
  .template-category .content-col .product-list .product-element {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.template-product .left-col {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.template-product .product-breadcrumbs {
  background: #EFEFEF;
}
.template-product .product-breadcrumbs .back {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  font-size: 13px;
  color: #000000;
  padding: 15px 0;
}
.template-product .product-breadcrumbs .back a {
  color: #000000;
  text-decoration: underline;
}
.template-product .product-breadcrumbs .bread {
  padding: 15px 0;
  font-size: 13px;
  color: #727271;
  display: inline-block;
  vertical-align: middle;
}
.template-product .product-breadcrumbs .bread a {
  color: #000000;
}
.template-product .product-breadcrumbs .bread .active {
  text-decoration: underline;
  color: #727271;
}
.template-product .top-product-info {
  border: 1px solid #D9DADA;
  padding: 30px;
  margin: 10px 0;
}
.template-product .top-product-info .product-image {
  width: 26%;
  display: inline-block;
  vertical-align: top;
}
.template-product .top-product-info .product-image .main-image {
  border: 1px solid #D9DADA;
  text-align: center;
  overflow: hidden;
  max-height: 264px;
  margin-bottom: 15px;
  position: relative;
}
.template-product .top-product-info .product-image .main-image img {
  max-width: 280px;
}
.template-product .top-product-info .product-image .main-image .slides li {
  height: 264px;
}
.template-product .top-product-info .product-image .main-image .slides li:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.template-product .top-product-info .product-image .main-image .slides li a {
  display: inline-block;
  vertical-align: middle;
}
.template-product .top-product-info .product-image .main-image .flex-direction-nav a {
  margin-top: -42px;
  height: 84px;
  opacity: 0.14;
  color: #ffffff;
  font-size: 53px;
  width: 84px;
  background: #000000;
  padding: 10px 14px;
  z-index: 100;
  transition: opacity 0.5s;
}
.template-product .top-product-info .product-image .main-image .flex-direction-nav a:hover {
  opacity: 0.66;
}
.template-product .top-product-info .product-image .main-image .flex-direction-nav a:before {
  font-size: 30px;
}
.template-product .top-product-info .product-image .main-image .flex-direction-nav .flex-prev {
  position: absolute;
  top: 50%;
  left: -42px;
  border-radius: 0 50% 50% 0;
  text-align: right;
}
.template-product .top-product-info .product-image .main-image .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  right: -42px;
  border-radius: 50% 0 0 50%;
  text-align: left;
}
.template-product .top-product-info .product-image .slide-show {
  position: relative;
}
.template-product .top-product-info .product-image .slide-show .slides li {
  border: 1px solid #D9DADA;
  width: 68px;
  height: 60px;
  margin-right: 9px;
  /*@include border-radius(4px);*/
  overflow: hidden;
  text-align: center;
}
.template-product .top-product-info .product-image .slide-show .slides li:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.template-product .top-product-info .product-image .slide-show .slides li a {
  display: inline-block;
  vertical-align: middle;
}
.template-product .top-product-info .product-image .slide-show .slides li.flex-active-slide {
  border-color: #5B5B5B;
}
.template-product .top-product-info .product-image .slide-show .slides li img {
  max-width: 100%;
  max-height: 100%;
}
.template-product .top-product-info .product-image .slide-show .flex-direction-nav a {
  margin-top: -12px;
  height: 24px;
  opacity: 0.64;
  color: #C5C6C6;
  font-size: 22px;
  width: 24px;
  padding: 0;
  z-index: 100;
  transition: opacity 0.5s;
}
.template-product .top-product-info .product-image .slide-show .flex-direction-nav a:hover {
  opacity: 0.96;
}
.template-product .top-product-info .product-image .slide-show .flex-direction-nav a:before {
  font-size: 22px;
}
.template-product .top-product-info .product-image .slide-show .flex-direction-nav .flex-prev {
  position: absolute;
  top: 50%;
  left: -15px;
}
.template-product .top-product-info .product-image .slide-show .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  right: -15px;
}
.template-product .top-product-info .product-attributes {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 20px;
  width: 73%;
}
.template-product .top-product-info .product-attributes h1 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  padding: 7px 0;
}
.template-product .top-product-info .product-attributes .art,
.template-product .top-product-info .product-attributes .product-characteristic {
  font-size: 17px;
  color: #B2B3B3;
  padding: 0 0 10px;
  line-height: 1.4;
}
.template-product .top-product-info .product-attributes .art span,
.template-product .top-product-info .product-attributes .product-characteristic span {
  color: #727271;
}
.template-product .top-product-info .product-attributes .about-discount {
  padding: 10px 0;
  font-size: 15px;
  color: #000000;
  font-style: italic;
}
.template-product .top-product-info .product-attributes .price {
  padding: 20px 0;
  font-size: 17px;
}
.template-product .top-product-info .product-attributes .price span {
  padding-right: 10px;
}
.template-product .top-product-info .product-attributes .price span i {
  font-size: 90%;
}
.template-product .top-product-info .product-attributes .price .hi-price {
  text-decoration: line-through;
  font-size: 21px;
  color: #898989;
  font-weight: bold;
}
.template-product .top-product-info .product-attributes .price .normal-price {
  font-size: 25px;
  color: #00B74D;
  font-weight: bold;
}
.template-product .top-product-info .product-attributes .button-line .count-rect {
  border: 1px solid #C5C6C6;
  border-radius: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 42px;
  text-align: center;
}
.template-product .top-product-info .product-attributes .button-line .count-rect .cnt {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  width: 20px;
  text-align: center;
  font-size: 17px;
  color: #078F45;
  cursor: pointer;
}
.template-product .top-product-info .product-attributes .button-line .count-rect input[type=text] {
  width: 40px;
  border: none;
  font-size: 17px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.template-product .top-product-info .product-attributes .button-line button {
  border: none;
  cursor: pointer;
  border-radius: 58px;
  height: 42px;
  padding: 0 30px;
  font-size: 15px;
  color: #ffffff;
  box-shadow: 1px 1px 2px #5B5B5B;
  margin-right: 10px;
}
.template-product .top-product-info .product-attributes .button-line button.add-to-cart {
  background: #00B74D;
}
.template-product .top-product-info .product-attributes .button-line button.add-to-cart:hover {
  background: #02ce58;
}
.template-product .top-product-info .product-attributes .button-line button.pay-per-click {
  background: #B8B8B9;
}
.template-product .top-product-info .product-attributes .button-line button.pay-per-click:hover {
  background: #D8D8D8;
}
.template-product .top-product-info .product-attributes .ainfo {
  margin-top: 48px;
  padding: 25px;
  background: #F4F4F4;
  display: flex;
  flex-flow: row wrap;
}
.template-product .top-product-info .product-attributes .ainfo .el {
  width: 50%;
  padding-bottom: 20px;
}
.template-product .top-product-info .product-attributes .ainfo .el .h {
  font-size: 19px;
  color: #898989;
  padding-bottom: 20px;
}
.template-product .top-product-info .product-attributes .ainfo .el .list {
  padding: 10px 0;
}
.template-product .top-product-info .product-attributes .ainfo .el .list li {
  display: block;
  padding-bottom: 5px;
}
.template-product .top-product-info .product-attributes .ainfo .el .list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #9D9E9E;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px;
}
.template-product .top-product-info .product-attributes .ainfo .el .list li span {
  font-size: 15px;
  max-width: 80%;
  display: inline-block;
  vertical-align: top;
}
.template-product .top-product-info .product-attributes .ainfo .el .desc {
  padding: 10px 0;
}
.template-product .top-product-info .product-attributes .ainfo .el .link {
  padding: 10px 0;
}
.template-product .top-product-info .product-attributes .ainfo .el .link a {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.template-product .product-complect-list .header {
  padding: 20px 16px 10px;
  font-size: 25px;
}
.template-product .product-complect-list .complect-line {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 25px 16px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.template-product .product-complect-list .complect-line .base-product,
.template-product .product-complect-list .complect-line .plus-product,
.template-product .product-complect-list .complect-line .common-cost,
.template-product .product-complect-list .complect-line .more {
  width: 23.5%;
  height: 408px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  position: relative;
}
.template-product .product-complect-list .complect-line .base-product .discount,
.template-product .product-complect-list .complect-line .plus-product .discount,
.template-product .product-complect-list .complect-line .common-cost .discount,
.template-product .product-complect-list .complect-line .more .discount {
  width: 51px;
  height: 51px;
  background: #F45057;
  position: absolute;
  top: 11px;
  right: 8px;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 16px;
  border-radius: 50%;
  z-index: 1;
}
.template-product .product-complect-list .complect-line .base-product .discount.left,
.template-product .product-complect-list .complect-line .plus-product .discount.left,
.template-product .product-complect-list .complect-line .common-cost .discount.left,
.template-product .product-complect-list .complect-line .more .discount.left {
  right: auto;
  left: 8px;
}
.template-product .product-complect-list .complect-line .base-product .new-product,
.template-product .product-complect-list .complect-line .plus-product .new-product,
.template-product .product-complect-list .complect-line .common-cost .new-product,
.template-product .product-complect-list .complect-line .more .new-product {
  width: 57px;
  height: 57px;
  background: #F59F0D;
  position: absolute;
  top: 11px;
  right: 8px;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 18px;
  border-radius: 50%;
  z-index: 1;
}
.template-product .product-complect-list .complect-line .base-product .avalability,
.template-product .product-complect-list .complect-line .plus-product .avalability,
.template-product .product-complect-list .complect-line .common-cost .avalability,
.template-product .product-complect-list .complect-line .more .avalability {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  color: #ffffff;
  border-radius: 2px;
  background: #B8B8B9;
  padding: 6px 12px;
}
.template-product .product-complect-list .complect-line .base-product .avalability.avail,
.template-product .product-complect-list .complect-line .plus-product .avalability.avail,
.template-product .product-complect-list .complect-line .common-cost .avalability.avail,
.template-product .product-complect-list .complect-line .more .avalability.avail {
  background: #00B74D;
}
.template-product .product-complect-list .complect-line .base-product .image,
.template-product .product-complect-list .complect-line .plus-product .image,
.template-product .product-complect-list .complect-line .common-cost .image,
.template-product .product-complect-list .complect-line .more .image {
  display: block;
  width: 100%;
  height: 235px;
  border-bottom: 1px solid #D9DADA;
  position: relative;
}
.template-product .product-complect-list .complect-line .base-product .image a,
.template-product .product-complect-list .complect-line .plus-product .image a,
.template-product .product-complect-list .complect-line .common-cost .image a,
.template-product .product-complect-list .complect-line .more .image a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.template-product .product-complect-list .complect-line .base-product .image a:before,
.template-product .product-complect-list .complect-line .plus-product .image a:before,
.template-product .product-complect-list .complect-line .common-cost .image a:before,
.template-product .product-complect-list .complect-line .more .image a:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.template-product .product-complect-list .complect-line .base-product .image a img,
.template-product .product-complect-list .complect-line .plus-product .image a img,
.template-product .product-complect-list .complect-line .common-cost .image a img,
.template-product .product-complect-list .complect-line .more .image a img {
  display: inline-block;
  vertical-align: middle;
}
.template-product .product-complect-list .complect-line .base-product .image a img,
.template-product .product-complect-list .complect-line .plus-product .image a img,
.template-product .product-complect-list .complect-line .common-cost .image a img,
.template-product .product-complect-list .complect-line .more .image a img {
  max-width: 100%;
  max-height: 100%;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list,
.template-product .product-complect-list .complect-line .more .image a .slide-list {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list li,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list li,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list li,
.template-product .product-complect-list .complect-line .more .image a .slide-list li {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -4px;
  height: 100%;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list li .slide-item-image,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list li .slide-item-image,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list li .slide-item-image,
.template-product .product-complect-list .complect-line .more .image a .slide-list li .slide-item-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  height: 100%;
  width: 100%;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list li:first-child .slide-item-image,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list li:first-child .slide-item-image,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list li:first-child .slide-item-image,
.template-product .product-complect-list .complect-line .more .image a .slide-list li:first-child .slide-item-image {
  opacity: 1;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list li:after,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list li:after,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list li:after,
.template-product .product-complect-list .complect-line .more .image a .slide-list li:after {
  opacity: 0;
  content: "";
  width: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 5px;
  height: 3px;
  background: #B2B3B3;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list li:hover .slide-item-image,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list li:hover .slide-item-image,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list li:hover .slide-item-image,
.template-product .product-complect-list .complect-line .more .image a .slide-list li:hover .slide-item-image {
  opacity: 1;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list li:hover:after,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list li:hover:after,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list li:hover:after,
.template-product .product-complect-list .complect-line .more .image a .slide-list li:hover:after {
  background: #E31E24;
}
.template-product .product-complect-list .complect-line .base-product .image a .slide-list:hover li:after,
.template-product .product-complect-list .complect-line .plus-product .image a .slide-list:hover li:after,
.template-product .product-complect-list .complect-line .common-cost .image a .slide-list:hover li:after,
.template-product .product-complect-list .complect-line .more .image a .slide-list:hover li:after {
  opacity: 1;
}
.template-product .product-complect-list .complect-line .base-product .name,
.template-product .product-complect-list .complect-line .plus-product .name,
.template-product .product-complect-list .complect-line .common-cost .name,
.template-product .product-complect-list .complect-line .more .name {
  display: block;
  padding: 5px 15px;
  height: 50px;
}
.template-product .product-complect-list .complect-line .base-product .name a,
.template-product .product-complect-list .complect-line .plus-product .name a,
.template-product .product-complect-list .complect-line .common-cost .name a,
.template-product .product-complect-list .complect-line .more .name a {
  font-size: 17px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}
.template-product .product-complect-list .complect-line .base-product .price,
.template-product .product-complect-list .complect-line .plus-product .price,
.template-product .product-complect-list .complect-line .common-cost .price,
.template-product .product-complect-list .complect-line .more .price {
  padding: 15px 15px;
  font-size: 15px;
  color: #898989;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}
.template-product .product-complect-list .complect-line .base-product .price span,
.template-product .product-complect-list .complect-line .plus-product .price span,
.template-product .product-complect-list .complect-line .common-cost .price span,
.template-product .product-complect-list .complect-line .more .price span {
  padding-right: 5px;
}
.template-product .product-complect-list .complect-line .base-product .price span i,
.template-product .product-complect-list .complect-line .plus-product .price span i,
.template-product .product-complect-list .complect-line .common-cost .price span i,
.template-product .product-complect-list .complect-line .more .price span i {
  font-size: 90%;
}
.template-product .product-complect-list .complect-line .base-product .price .hi-price,
.template-product .product-complect-list .complect-line .plus-product .price .hi-price,
.template-product .product-complect-list .complect-line .common-cost .price .hi-price,
.template-product .product-complect-list .complect-line .more .price .hi-price {
  text-decoration: line-through;
}
.template-product .product-complect-list .complect-line .base-product .price .normal-price,
.template-product .product-complect-list .complect-line .plus-product .price .normal-price,
.template-product .product-complect-list .complect-line .common-cost .price .normal-price,
.template-product .product-complect-list .complect-line .more .price .normal-price {
  font-size: 19px;
  color: #00B74D;
}
.template-product .product-complect-list .complect-line .base-product .bd,
.template-product .product-complect-list .complect-line .plus-product .bd,
.template-product .product-complect-list .complect-line .common-cost .bd,
.template-product .product-complect-list .complect-line .more .bd {
  padding: 15px 0;
}
.template-product .product-complect-list .complect-line .base-product .bd .b,
.template-product .product-complect-list .complect-line .plus-product .bd .b,
.template-product .product-complect-list .complect-line .common-cost .bd .b,
.template-product .product-complect-list .complect-line .more .bd .b {
  margin: 0 auto;
  width: 90%;
  border-radius: 42px;
  background: #B2B3B3;
  font-size: 15px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 11px 0;
}
.template-product .product-complect-list .complect-line .base-product .bd .b span i,
.template-product .product-complect-list .complect-line .plus-product .bd .b span i,
.template-product .product-complect-list .complect-line .common-cost .bd .b span i,
.template-product .product-complect-list .complect-line .more .bd .b span i {
  font-size: 90%;
}
.template-product .product-complect-list .complect-line .common-cost {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0 25px;
  margin-left: 2%;
}
.template-product .product-complect-list .complect-line .common-cost .h {
  padding: 5px 0;
  font-size: 17px;
  color: #898989;
  font-weight: bold;
}
.template-product .product-complect-list .complect-line .common-cost .hprice {
  padding: 5px 0;
}
.template-product .product-complect-list .complect-line .common-cost .hprice span {
  text-decoration: line-through;
  font-size: 21px;
  color: #898989;
}
.template-product .product-complect-list .complect-line .common-cost .hprice span i {
  font-size: 90%;
}
.template-product .product-complect-list .complect-line .common-cost .lprice {
  padding: 5px 0;
}
.template-product .product-complect-list .complect-line .common-cost .lprice span {
  font-size: 33px;
  color: #000000;
}
.template-product .product-complect-list .complect-line .common-cost .lprice span i {
  font-size: 90%;
  color: #9D9E9E;
}
.template-product .product-complect-list .complect-line .common-cost .dprice {
  padding: 5px 0;
}
.template-product .product-complect-list .complect-line .common-cost .dprice span {
  font-size: 17px;
}
.template-product .product-complect-list .complect-line .common-cost .dprice span .dh {
  font-size: 17px;
  color: #898989;
}
.template-product .product-complect-list .complect-line .common-cost .bline {
  padding-top: 20px;
}
.template-product .product-complect-list .complect-line .common-cost .bline button {
  border: none;
  cursor: pointer;
  border-radius: 58px;
  height: 42px;
  padding: 0 30px;
  font-size: 15px;
  color: #ffffff;
  box-shadow: 1px 1px 2px #5B5B5B;
  margin-right: 10px;
  background: #00B74D;
}
.template-product .product-complect-list .complect-line .common-cost .bline button:hover {
  background: #02ce58;
}
.template-product .product-complect-list .complect-line .more {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin-left: 2%;
  background: #F7F7F7;
}
.template-product .product-complect-list .complect-line .more .link {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.template-product .product-complect-list .complect-line .more .link .desc {
  text-align: center;
  padding: 10px 0 0;
  font-size: 17px;
  color: #000000;
  line-height: 1.4;
}
.template-product .product-complect-list .complect-line .plus {
  font-size: 21px;
  color: #000000;
  width: 2%;
  text-align: center;
}
.template-product .product-complect-list .complect-line .change-plus {
  margin-left: 25.5%;
  width: 23.5%;
  margin-right: 51%;
  text-align: center;
  padding-top: 15px;
}
.template-product .product-complect-list .complect-line .change-plus a {
  font-size: 15px;
  color: #666666;
  text-decoration: underline;
}
.template-product .product-complect-list .complect-line .change-plus a:hover {
  color: #00B74D;
}
.template-product .product-related-list .header {
  padding: 20px 16px 10px;
  font-size: 25px;
}
.template-product .product-related-list .product-slider {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 25px 16px;
  position: relative;
  overflow: hidden;
}
.template-product .product-related-list .product-slider .product-element {
  height: 408px;
  margin-right: 28px;
  width: 268px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  position: relative;
}
.template-product .product-related-list .product-slider .product-element .discount {
  width: 51px;
  height: 51px;
  background: #F45057;
  position: absolute;
  top: 11px;
  right: 8px;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 16px;
  border-radius: 50%;
  z-index: 1;
}
.template-product .product-related-list .product-slider .product-element .discount.left {
  right: auto;
  left: 8px;
}
.template-product .product-related-list .product-slider .product-element .new-product {
  width: 57px;
  height: 57px;
  background: #F59F0D;
  position: absolute;
  top: 11px;
  right: 8px;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 18px;
  border-radius: 50%;
  z-index: 1;
}
.template-product .product-related-list .product-slider .product-element .avalability {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  color: #ffffff;
  border-radius: 2px;
  background: #B8B8B9;
  padding: 6px 12px;
}
.template-product .product-related-list .product-slider .product-element .avalability.avail {
  background: #00B74D;
}
.template-product .product-related-list .product-slider .product-element .image {
  display: block;
  width: 100%;
  height: 235px;
  border-bottom: 1px solid #D9DADA;
  position: relative;
}
.template-product .product-related-list .product-slider .product-element .image a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.template-product .product-related-list .product-slider .product-element .image a:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.template-product .product-related-list .product-slider .product-element .image a img {
  display: inline-block;
  vertical-align: middle;
}
.template-product .product-related-list .product-slider .product-element .image a img {
  max-width: 100%;
  max-height: 100%;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list li {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -4px;
  height: 100%;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list li .slide-item-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  height: 100%;
  width: 100%;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list li:first-child .slide-item-image {
  opacity: 1;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list li:after {
  opacity: 0;
  content: "";
  width: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 5px;
  height: 3px;
  background: #B2B3B3;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list li:hover .slide-item-image {
  opacity: 1;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list li:hover:after {
  background: #E31E24;
}
.template-product .product-related-list .product-slider .product-element .image a .slide-list:hover li:after {
  opacity: 1;
}
.template-product .product-related-list .product-slider .product-element .name {
  display: block;
  padding: 5px 15px;
  height: 50px;
}
.template-product .product-related-list .product-slider .product-element .name a {
  font-size: 17px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}
.template-product .product-related-list .product-slider .product-element .price {
  padding: 15px 15px;
  font-size: 15px;
  color: #898989;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}
.template-product .product-related-list .product-slider .product-element .price span {
  padding-right: 5px;
}
.template-product .product-related-list .product-slider .product-element .price span i {
  font-size: 90%;
}
.template-product .product-related-list .product-slider .product-element .price .hi-price {
  text-decoration: line-through;
}
.template-product .product-related-list .product-slider .product-element .price .normal-price {
  font-size: 19px;
  color: #00B74D;
}
.template-product .product-related-list .product-slider .product-element .bd {
  padding: 15px 0;
  text-align: center;
  display: block;
}
.template-product .product-related-list .product-slider .product-element .bd .b {
  height: 42px;
  width: 115px;
}
.template-product .product-related-list .product-slider .product-element .bd .b.add-to-cart {
  border: none;
  cursor: pointer;
  border-radius: 58px;
  font-size: 15px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  box-shadow: 1px 1px 2px #078F45;
  margin-right: 10px;
  background: #00B74D;
}
.template-product .product-related-list .product-slider .product-element .bd .b.add-to-cart:hover {
  background: #02ce58;
}
.template-product .product-related-list .product-slider .product-element .bd .b.more {
  display: inline-block;
  vertical-align: middle;
  border-radius: 41px;
  background: #B2B3B3;
  font-size: 15px;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  box-shadow: 1px 1px 2px #9D9E9E;
  text-align: center;
  padding: 13px 0;
  text-decoration: none;
}
.template-product .product-related-list .product-slider .product-element .bd .b.more:hover {
  background: #9D9E9E;
}
.template-product .product-related-list .product-slider .product-element .bd .b span i {
  font-size: 90%;
}
.template-product .product-related-list .product-slider .flex-direction-nav a {
  margin-top: -65px;
  height: 130px;
  opacity: 0.14;
  color: #ffffff;
  font-size: 53px;
  width: 130px;
  background: #000000;
  padding: 36px 30px;
  z-index: 100;
  transition: opacity 0.5s;
}
.template-product .product-related-list .product-slider .flex-direction-nav a:hover {
  opacity: 0.66;
}
.template-product .product-related-list .product-slider .flex-direction-nav .flex-prev {
  position: absolute;
  top: 50%;
  left: -65px;
  border-radius: 0 50% 50% 0;
  text-align: right;
}
.template-product .product-related-list .product-slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  right: -65px;
  border-radius: 50% 0 0 50%;
  text-align: left;
}
.template-product .bottom-product-info {
  border: 1px solid #D9DADA;
  margin-top: 35px;
  padding: 35px 20px;
  font-size: 17px;
  color: #727271;
}
.template-product .bottom-product-info h2,
.template-product .bottom-product-info h3 {
  font-size: 25px;
  color: #5B5B5B;
  margin-bottom: 20px;
}
.template-product .bottom-product-info p {
  margin-bottom: 15px;
}
.template-product .bottom-product-info table {
  margin: 10px 0;
}
.template-product .bottom-product-info table.filter-attributes {
  width: 100%;
}
.template-product .bottom-product-info table.filter-attributes tr td {
  padding: 3px 0;
}
.template-product .bottom-product-info table.filter-attributes tr td:first-child {
  width: 40%;
  position: relative;
}
.template-product .bottom-product-info table.filter-attributes tr td:first-child:after {
  position: absolute;
  width: 99%;
  border-bottom: 1px dotted #D9DADA;
  content: "";
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
}
.template-product .bottom-product-info table.filter-attributes tr td:first-child span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding-right: 4px;
}
.template-product .bottom-product-info .iframe-container iframe {
  width: 640px;
  height: 360px;
}
.template-product .consult-form {
  background: #F7F7F7;
  border: 1px solid #D9DADA;
  margin: 35px 0;
}
.template-product .consult-form .header {
  font-size: 25px;
  color: #5B5B5B;
  text-align: center;
  padding: 40px 0 10px;
}
.template-product .consult-form .header .phone {
  color: #272727;
}
.template-product .consult-form .subheader {
  font-size: 21px;
  color: #9D9E9E;
  text-align: center;
  padding: 10px 0 20px;
}
.template-product .consult-form form {
  padding: 10px 0;
  margin: 0 auto;
  width: 740px;
}
.template-product .consult-form form .form-group {
  display: inline;
}
.template-product .consult-form form .form-group .help-block {
  float: left;
  clear: left;
  margin-top: -10px;
  margin-bottom: 10px;
}
.template-product .consult-form form .form-group input[type=text],
.template-product .consult-form form .form-group textarea {
  background: #ffffff;
  border: 1px solid #00B74D;
  border-radius: 2px;
  font-size: 13.8px;
  color: #434242;
  font-family: "Roboto Condensed", sans-serif;
}
.template-product .consult-form form .form-group input[type=text] {
  width: 208px;
  height: 34px;
  float: left;
  margin: 0 18px 15px 0;
  clear: left;
}
.template-product .consult-form form .form-group textarea {
  width: 508px;
  height: 133px;
  resize: none;
}
.template-product .consult-form form .form-group .g-recaptcha {
  width: 304px;
  margin: 20px auto;
}
.template-product .consult-form form .form-group.has-error input {
  border-color: #A94442;
}
.template-product .consult-form form .checkbox {
  clear: left;
}
.template-product .consult-form form .checkbox label {
  display: flex;
  flex-flow: row nowrap;
  font-size: 15px;
  position: relative;
  padding-left: 0;
}
.template-product .consult-form form .checkbox label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #C5C6C6;
  content: "";
  margin-right: 15px;
  min-width: 16px;
}
.template-product .consult-form form .checkbox label.checked:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000000;
  content: "";
}
.template-product .consult-form form .checkbox label.checked:before {
  border-color: #F29114;
}
.template-product .consult-form form .checkbox label input {
  display: none;
}
.template-product .consult-form form .checkbox.has-error label:before {
  border-color: #A94442;
}
.template-product .consult-form form .checkbox.has-error label a {
  color: #A94442;
}
.template-product .consult-form form button {
  margin: 20px auto 40px;
  width: 280px;
  display: block;
  clear: both;
}
.template-product .consult-form .form-success,
.template-product .consult-form .form-error {
  text-align: center;
  padding: 20px 0 60px;
  font-size: 21px;
  color: #00B74D;
}
@media print, screen and (max-width: 1199px) {
  .template-product .content-col {
    padding-top: 60px;
  }
  .template-product .content-col .bottom-product-info .iframe-container iframe {
    width: 100%;
    height: 300px;
  }
}
@media print, screen and (max-width: 767px) {
  .template-product .content-col {
    padding-top: 20px;
  }
  .template-product .content-col .top-product-info {
    position: relative;
    border: none;
    padding: 5px;
  }
  .template-product .content-col .top-product-info .product-image {
    display: block;
    margin: 110px auto 20px;
    width: auto;
  }
  .template-product .content-col .top-product-info .product-image .slide-show .flex-direction-nav .flex-prev {
    left: 0;
  }
  .template-product .content-col .top-product-info .product-image .slide-show .flex-direction-nav .flex-next {
    right: 0;
  }
  .template-product .content-col .top-product-info .product-attributes {
    margin: 0;
    width: auto;
  }
  .template-product .content-col .top-product-info .product-attributes h1 {
    position: absolute;
    top: 0;
  }
  .template-product .content-col .top-product-info .product-attributes .button-line .pay-per-click {
    display: block;
    margin-top: 20px;
  }
  .template-product .content-col .bottom-product-info table {
    display: block;
    overflow: auto;
    max-width: 100%;
  }
  .template-product .content-col .consult-form .header {
    line-height: 1.2;
    font-size: 21px;
  }
  .template-product .content-col .consult-form .header .phone {
    display: block;
  }
  .template-product .content-col .consult-form .subheader {
    font-size: 17px;
  }
  .template-product .content-col .consult-form form {
    width: auto;
  }
  .template-product .content-col .consult-form form .form-group input[type=text] {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .template-product .content-col .consult-form form .form-group textarea {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .template-product .content-col .consult-form form button {
    display: block;
    margin: 20px auto;
  }
  .template-product .content-col .consult-form form .checkbox label {
    margin: 0 5%;
  }
}

.template-cart {
  min-height: 600px;
}
.template-cart .left-col {
  position: absolute;
  top: 0;
  left: 0;
}
.template-cart .left-col .category-menu {
  display: none;
}
.template-cart h1 {
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 25px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.template-cart .cart-clear {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-weight: normal;
  font-size: 17px;
  color: #00B74D;
  text-transform: none;
}
.template-cart .cart-clear a {
  color: #747474;
  font-size: 15px;
  padding-left: 5px;
  text-decoration: underline;
}
.template-cart #cart-list {
  position: relative;
  min-height: 276px;
}
.template-cart .product-list {
  width: 960px;
  border: 1px solid #D9DADA;
  display: block;
  padding: 0;
  min-height: 276px;
}
.template-cart .product-list th {
  display: none;
}
.template-cart .product-list tr:not(:first-child) td {
  border-top: 1px solid #D9DADA;
}
.template-cart .product-list tr td {
  padding: 20px;
}
.template-cart .product-list .image {
  min-width: 138px;
  width: 138px;
  text-align: center;
}
.template-cart .product-list .image img {
  width: 98px;
}
.template-cart .product-list .name {
  width: 450px;
  position: relative;
  vertical-align: top;
}
.template-cart .product-list .name .code {
  font-size: 13px;
  color: #B2B3B3;
  display: block;
}
.template-cart .product-list .name .code span {
  color: #727271;
}
.template-cart .product-list .name .link {
  display: block;
  margin-bottom: 35px;
  font-size: 17px;
  color: #5B5B5B;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
}
.template-cart .product-list .name .count {
  display: block;
  margin-top: -40px;
  font-size: 13px;
  color: #666;
  margin-bottom: 40px;
}
.template-cart .product-list .remove {
  vertical-align: top;
}
.template-cart .product-list .remove a {
  text-decoration: none;
  padding: 8px 10px;
  display: inline-block;
  vertical-align: top;
  color: #000000;
  border: 1px solid #DFDCDC;
  border-radius: 2px;
  font-size: 17px;
}
.template-cart .product-list .remove a:hover {
  background: #D9DADA;
}
.template-cart .product-list .price {
  vertical-align: top;
  width: 265px;
}
.template-cart .product-list .price .sum {
  display: block;
  font-size: 17px;
  color: #434242;
  margin-bottom: 5px;
}
.template-cart .product-list .price .sum i {
  color: #B2B3B3;
  font-size: 90%;
}
.template-cart .product-list .price .discount {
  display: block;
  font-size: 13px;
  color: #9D9E9E;
  margin-bottom: 10px;
}
.template-cart .product-list .price .discount span {
  color: #E31E24;
}
.template-cart .product-list .price .discount span i {
  font-size: 90%;
}
.template-cart .product-list .price .availability {
  display: block;
  font-size: 13px;
  color: #9D9E9E;
}
.template-cart .product-list .price .availability span {
  color: #000000;
  text-decoration: underline;
}
.template-cart .product-list .price s {
  font-size: 15px;
}
.template-cart .product-list .q {
  vertical-align: top;
}
.template-cart .product-list .q .quantity {
  border: 1px solid #DFDCDC;
  width: 86px;
  height: 32px;
  border-radius: 2px;
  font-size: 15px;
  color: #434242;
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: block;
}
.template-cart .product-list .q .quantity .qty {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 22px;
  color: #434242;
}
.template-cart .product-list .q .quantity .qty:hover, .template-cart .product-list .q .quantity .qty:focus, .template-cart .product-list .q .quantity .qty:active {
  text-decoration: none;
}
.template-cart .product-list .q .quantity input[type=text] {
  width: 30px;
  border: none;
  height: 30px;
  text-align: center;
}
.template-cart .product-list .cost {
  font-weight: bold;
  font-size: 19.4px;
  text-align: center;
  min-width: 110px;
}
.template-cart .product-list-subtotal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 25px 20px;
  border: 1px solid #D9DADA;
  width: 241px;
}
.template-cart .product-list-subtotal p {
  font-size: 15px;
  color: #9D9E9E;
  margin-bottom: 15px;
}
.template-cart .product-list-subtotal p:first-child {
  color: #5B5B5B;
}
.template-cart .product-list-subtotal p .sum {
  display: block;
  font-size: 25px;
  color: #434242;
}
.template-cart .product-list-subtotal p .sum i {
  font-size: 90%;
}
.template-cart .product-list-subtotal p .discount {
  color: #E31E24;
}
.template-cart .product-list-subtotal p .discount i {
  font-size: 90%;
}
.template-cart .product-list-subtotal p .availability {
  font-size: 13px;
  color: #000000;
  text-decoration: underline;
}
.template-cart .product-list-subtotal .button-line a {
  width: 200px;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 1199px) {
  .template-cart .content-col {
    padding-top: 60px;
  }
  .template-cart .content-col .empty-cart {
    padding: 20px;
  }
  .template-cart .product-list {
    width: 68%;
  }
  .template-cart .product-list tr td {
    padding: 20px 5px;
  }
  .template-cart .product-list .price .availability span {
    display: block;
  }
  .template-cart .product-list-subtotal {
    width: 32%;
  }
}
@media print, screen and (max-width: 767px) {
  .template-cart .content-col {
    padding-bottom: 300px;
  }
  .template-cart .product-list {
    width: 100%;
    min-height: 0;
  }
  .template-cart .product-list tr {
    display: flex;
    flex-flow: row wrap;
  }
  .template-cart .product-list tr td {
    padding: 5px;
  }
  .template-cart .product-list tr:not(:first-child) td {
    border-top: none;
  }
  .template-cart .product-list .price {
    width: 45%;
  }
  .template-cart .product-list .price .availability span {
    display: block;
  }
  .template-cart .product-list .image {
    min-width: 0;
    width: 19%;
  }
  .template-cart .product-list .image img {
    max-width: 68px;
    max-height: 80px;
  }
  .template-cart .product-list .name {
    width: 100%;
    margin-top: 10px;
    order: 4;
  }
  .template-cart .product-list .name .link {
    margin-bottom: 15px;
  }
  .template-cart .product-list .q {
    width: 21%;
  }
  .template-cart .product-list .q .quantity {
    width: auto;
    height: 26px;
    font-size: 13px;
  }
  .template-cart .product-list .q .quantity input[type=text] {
    height: 22px;
    width: 24px;
  }
  .template-cart .product-list .q .quantity .qty {
    font-size: 15px;
  }
  .template-cart .product-list-subtotal {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -258px;
    left: 0;
    right: 0;
    padding: 10px;
  }
  .template-cart #cart-list {
    min-height: 0;
    display: flex;
    flex-flow: column;
  }
  .template-cart #cart-list .product-list-subtotal {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin-top: 40px;
  }
}

.template-order {
  min-height: 600px;
  padding-bottom: 60px;
}
.template-order .left-col {
  position: absolute;
  top: 0;
  left: 0;
}
.template-order .left-col .category-menu {
  display: none;
}
.template-order .order-step {
  border: 1px solid #C5C6C6;
  padding: 20px;
}
.template-order .order-step .left {
  display: inline-block;
  vertical-align: top;
  width: 896px;
}
.template-order .order-step .left .order-content {
  padding-bottom: 15px;
}
.template-order .order-step .left .order-content .showlink {
  font-size: 15px;
  color: #5B5B5B;
  cursor: pointer;
}
.template-order .order-step .left .order-content .showlink i {
  margin-right: 15px;
  font-size: 17px;
  color: #898989;
}
.template-order .order-step .left .order-content .hidden-content {
  display: none;
}
.template-order .order-step .left .order-content .hidden-content .product-element {
  border-bottom: 1px solid #898989;
  margin: 0 20px 10px;
}
.template-order .order-step .left .order-content .hidden-content .product-element:last-child {
  border: none;
}
.template-order .order-step .left .order-content .hidden-content .product-element > span {
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}
.template-order .order-step .left .order-content .hidden-content .product-element .image {
  min-width: 138px;
  width: 138px;
  padding-bottom: 30px;
}
.template-order .order-step .left .order-content .hidden-content .product-element .image img {
  width: 98px;
}
.template-order .order-step .left .order-content .hidden-content .product-element .info {
  padding-left: 20px;
}
.template-order .order-step .left .order-content .hidden-content .product-element .info .name {
  display: block;
  font-size: 17px;
  color: #5B5B5B;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 35px;
}
.template-order .order-step .left .order-content .hidden-content .product-element .info .code {
  font-size: 13px;
  color: #B2B3B3;
  display: block;
}
.template-order .order-step .left .order-content .hidden-content .product-element .info .code span {
  color: #727271;
}
.template-order .order-step .left .order-content .hidden-content .product-element .quantity {
  text-align: center;
  font-size: 13px;
  color: #666666;
}
.template-order .order-step .left .order-content .hidden-content .product-element .price {
  font-size: 17px;
  color: #434242;
  margin-bottom: 5px;
}
.template-order .order-step .left .order-content .hidden-content .product-element .price i {
  color: #B2B3B3;
  font-size: 90%;
}
.template-order .order-step .left .step-icons {
  padding: 10px 0;
}
.template-order .order-step .left .step-icons span {
  display: inline-block;
  vertical-align: middle;
}
.template-order .order-step .left .step-icons span:last-child {
  padding-right: 0;
}
.template-order .order-step .left .step-icons .current {
  background: #00B74D;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  padding-top: 11px;
}
.template-order .order-step .left .step-icons .future {
  background: #D8D8D8;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  padding-top: 10px;
}
.template-order .order-step .left .step-icons .past {
  background: #6BA833;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  padding-top: 10px;
}
.template-order .order-step .left .step-icons .line {
  margin: 0 7px 0 5px;
  width: 69px;
  height: 2px;
  background: #D9DADA;
}
.template-order .order-step .left .step-icons .name {
  font-size: 15px;
  color: #898989;
  padding: 0 7px;
}
.template-order .order-step .left .step-icons .name.active {
  color: #000000;
}
.template-order .order-step .left .step-header {
  font-size: 17px;
  padding: 5px 0;
}
.template-order .order-step .left .delivery-method, .template-order .order-step .left .pickup-element {
  border: 1px solid #D9DADA;
  border-radius: 2px;
  padding: 15px 10px;
  line-height: 1.3;
  padding-bottom: 20px;
  margin: 20px 0;
  cursor: pointer;
}
.template-order .order-step .left .delivery-method .light-header, .template-order .order-step .left .pickup-element .light-header {
  font-size: 15px;
  color: #898989;
  padding-left: 31px;
  padding-bottom: 5px;
}
.template-order .order-step .left .delivery-method > label, .template-order .order-step .left .pickup-element > label {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  position: relative;
}
.template-order .order-step .left .delivery-method > label:before, .template-order .order-step .left .pickup-element > label:before {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 1px solid #C5C6C6;
  border-radius: 50%;
  content: "";
}
.template-order .order-step .left .delivery-method > label.checked:after, .template-order .order-step .left .pickup-element > label.checked:after {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #000000;
  content: "";
  border-radius: 50%;
}
.template-order .order-step .left .delivery-method > label.checked:before, .template-order .order-step .left .pickup-element > label.checked:before {
  border-color: #F29114;
}
.template-order .order-step .left .delivery-method > label input, .template-order .order-step .left .pickup-element > label input {
  display: none;
}
.template-order .order-step .left .delivery-method .pickup-name, .template-order .order-step .left .pickup-element .pickup-name {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  width: 380px;
  /*@include font-props()*/
}
.template-order .order-step .left .delivery-method .avail-date, .template-order .order-step .left .pickup-element .avail-date {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  width: 240px;
  color: #898989;
}
.template-order .order-step .left .delivery-method .avail-date span, .template-order .order-step .left .pickup-element .avail-date span {
  display: block;
  color: #00B74D;
  font-weight: bold;
}
.template-order .order-step .left .delivery-method .pickup-buttons, .template-order .order-step .left .pickup-element .pickup-buttons {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.template-order .order-step .left .delivery-method .pickup-buttons .pickup-open, .template-order .order-step .left .pickup-element .pickup-buttons .pickup-open {
  border: 1px solid #D9DADA;
  width: 185px;
  display: block;
  border-radius: 2px;
  color: #898989;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.template-order .order-step .left .delivery-method .pickup-buttons .pickup-open .open, .template-order .order-step .left .pickup-element .pickup-buttons .pickup-open .open {
  color: #9D9E9E;
  border-color: #C5C6C6;
}
.template-order .order-step .left .delivery-method .pickup-buttons span, .template-order .order-step .left .pickup-element .pickup-buttons span {
  display: none;
  margin-top: 22px;
  text-align: right;
}
.template-order .order-step .left .delivery-method .pickup-buttons span a, .template-order .order-step .left .pickup-element .pickup-buttons span a {
  display: inline-block;
  vertical-align: top;
  width: 77px;
  border: 1px solid #00B74D;
  font-size: 13px;
  color: #000000;
  background: #ffffff;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.template-order .order-step .left .delivery-method .pickup-buttons span a.active, .template-order .order-step .left .pickup-element .pickup-buttons span a.active {
  background: #00B74D;
  color: #ffffff;
}
.template-order .order-step .left .delivery-method .pickup-buttons span a.list, .template-order .order-step .left .pickup-element .pickup-buttons span a.list {
  border-radius: 2px 0 0 2px;
}
.template-order .order-step .left .delivery-method .pickup-buttons span a.map, .template-order .order-step .left .pickup-element .pickup-buttons span a.map {
  border-radius: 0 2px 2px 0;
  margin-left: -4px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address, .template-order .order-step .left .pickup-element.delivery .delivery-address {
  display: none;
  padding: 12px 7px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address label, .template-order .order-step .left .pickup-element.delivery .delivery-address label {
  display: block;
  font-size: 13px;
  padding-bottom: 3px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address input[type=text], .template-order .order-step .left .pickup-element.delivery .delivery-address input[type=text] {
  border: 1px solid #C5C6C6;
  border-radius: 2px;
  height: 32px;
  padding: 0 15px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address input[type=text]:hover, .template-order .order-step .left .delivery-method.delivery .delivery-address input[type=text]:active, .template-order .order-step .left .delivery-method.delivery .delivery-address input[type=text]:focus, .template-order .order-step .left .pickup-element.delivery .delivery-address input[type=text]:hover, .template-order .order-step .left .pickup-element.delivery .delivery-address input[type=text]:active, .template-order .order-step .left .pickup-element.delivery .delivery-address input[type=text]:focus {
  border-color: #00B74D;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-street, .template-order .order-step .left .delivery-method.delivery .delivery-address .address-city, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-street, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-city {
  margin-bottom: 15px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-street input, .template-order .order-step .left .delivery-method.delivery .delivery-address .address-city input, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-street input, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-city input {
  width: 235px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-house, .template-order .order-step .left .delivery-method.delivery .delivery-address .address-appartment, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-house, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-appartment {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-house input, .template-order .order-step .left .delivery-method.delivery .delivery-address .address-appartment input, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-house input, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-appartment input {
  width: 105px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-floor, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-floor {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-floor input[type=checkbox], .template-order .order-step .left .pickup-element.delivery .delivery-address .address-floor input[type=checkbox] {
  display: none;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-floor label, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-floor label {
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-floor label:before, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-floor label:before {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  border: 1px solid #C5C6C6;
  border-radius: 1px;
  content: "";
  margin-right: 10px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-floor label.checked:after, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-floor label.checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #00B74D;
  content: "";
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .add-comment, .template-order .order-step .left .pickup-element.delivery .delivery-address .add-comment {
  margin-top: 15px;
  font-size: 15px;
  color: #00B74D;
  text-decoration: underline;
  display: block;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .add-comment.delete-comment, .template-order .order-step .left .pickup-element.delivery .delivery-address .add-comment.delete-comment {
  color: #FF0000;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address textarea, .template-order .order-step .left .pickup-element.delivery .delivery-address textarea {
  display: none;
  width: 511px;
  height: 54px;
  resize: none;
  border: 1px solid #C5C6C6;
  border-radius: 2px;
  margin-top: 15px;
  padding: 15px;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address textarea:hover, .template-order .order-step .left .delivery-method.delivery .delivery-address textarea:active, .template-order .order-step .left .delivery-method.delivery .delivery-address textarea:focus, .template-order .order-step .left .pickup-element.delivery .delivery-address textarea:hover, .template-order .order-step .left .pickup-element.delivery .delivery-address textarea:active, .template-order .order-step .left .pickup-element.delivery .delivery-address textarea:focus {
  border-color: #00B74D;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-note, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-note {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #9D9E9E;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .address-note strong, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-note strong {
  font-weight: bold;
}
.template-order .order-step .left .delivery-method.delivery .delivery-address .error, .template-order .order-step .left .pickup-element.delivery .delivery-address .error {
  font-size: 13px;
  color: #FF0000;
  display: block;
}
.template-order .order-step .left .pickup-points-list {
  display: none;
  max-height: 474px;
  overflow-y: auto;
  margin-top: -20px;
}
.template-order .order-step .left .pickup-points-list .pickup-element {
  margin: -1px 0 0;
}
.template-order .order-step .left .pickup-points-list .pickup-element .pickup-buttons a {
  border: 1px solid #00B74D;
  color: #ffffff;
  text-decoration: none;
  width: 185px;
  box-shadow: none;
  padding-top: 8px;
}
.template-order .order-step .left .pickup-points-list .pickup-element .pickup-buttons a.checked {
  background: #F1F3FA;
  color: #00B74D;
  border-color: #00B74D;
}
.template-order .order-step .left .pickup-points-list .pickup-element .pickup-buttons a.checked:before {
  font-family: "FontAwesome";
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  content: "";
  font-size: 70%;
  vertical-align: middle;
  margin-right: 5px;
}
.template-order .order-step .left .pickup-points-list .pickup-element .pickup-buttons a.checked:hover {
  background: #D0D5ED;
}
.template-order .order-step .left .pickup-points-map {
  display: none;
  height: 474px;
  margin-top: -20px;
  border: 1px solid #D9DADA;
}
.template-order .order-step .left .pickup-points-map .ymap {
  height: 100%;
}
.template-order .order-step .left .contact-method {
  border: 1px solid #D9DADA;
  border-radius: 2px;
  padding: 15px 10px;
  line-height: 1.3;
  padding-bottom: 20px;
  margin: 20px 0;
  cursor: pointer;
}
.template-order .order-step .left .contact-method.active {
  background: #FAFAFA;
}
.template-order .order-step .left .contact-method.active .contact-form {
  display: block;
}
.template-order .order-step .left .contact-method .contact-header {
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.template-order .order-step .left .contact-method > label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  position: relative;
}
.template-order .order-step .left .contact-method > label:before {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 1px solid #C5C6C6;
  border-radius: 50%;
  content: "";
}
.template-order .order-step .left .contact-method > label.checked:after {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #000000;
  content: "";
  border-radius: 50%;
}
.template-order .order-step .left .contact-method > label.checked:before {
  border-color: #F29114;
}
.template-order .order-step .left .contact-method > label input {
  display: none;
}
.template-order .order-step .left .contact-method .contact-form {
  padding: 15px 5px;
  display: none;
}
.template-order .order-step .left .contact-method .contact-form .contact-input {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.template-order .order-step .left .contact-method .contact-form .contact-input label {
  display: block;
  font-size: 13px;
  padding-bottom: 3px;
}
.template-order .order-step .left .contact-method .contact-form .contact-input input[type=text] {
  border: 1px solid #C5C6C6;
  border-radius: 2px;
  height: 32px;
  padding: 0 15px;
}
.template-order .order-step .left .contact-method .contact-form .contact-input input[type=text]:hover, .template-order .order-step .left .contact-method .contact-form .contact-input input[type=text]:active, .template-order .order-step .left .contact-method .contact-form .contact-input input[type=text]:focus {
  border-color: #00B74D;
}
.template-order .order-step .left .contact-method .contact-form .contact-input .phone {
  width: 150px;
}
.template-order .order-step .left .contact-method .contact-form .contact-input .email, .template-order .order-step .left .contact-method .contact-form .contact-input .name {
  width: 200px;
}
.template-order .order-step .left .contact-method .contact-form .error {
  font-size: 13px;
  color: #FF0000;
  display: block;
}
.template-order .order-step .left .contact-method .contact-form .contact-note {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #9D9E9E;
}
.template-order .order-step .left .contact-method .contact-form .contact-note strong {
  font-weight: bold;
}
.template-order .order-step .left .pay-method {
  border: 1px solid #D9DADA;
  border-radius: 2px;
  padding: 15px 10px;
  line-height: 1.3;
  padding-bottom: 20px;
  margin: 20px 0;
  cursor: pointer;
}
.template-order .order-step .left .pay-method .icons {
  float: right;
}
.template-order .order-step .left .pay-method .icons img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.template-order .order-step .left .pay-method .pay-header {
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.template-order .order-step .left .pay-method > label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  position: relative;
}
.template-order .order-step .left .pay-method > label:before {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 1px solid #C5C6C6;
  border-radius: 50%;
  content: "";
}
.template-order .order-step .left .pay-method > label.checked:after {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #000000;
  content: "";
  border-radius: 50%;
}
.template-order .order-step .left .pay-method > label.checked:before {
  border-color: #F29114;
}
.template-order .order-step .left .pay-method > label input {
  display: none;
}
.template-order .order-step .left .pay-method .pay-form {
  padding: 15px 5px;
  display: none;
}
.template-order .order-step .left .pay-method .pay-form .pay-input {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.template-order .order-step .left .pay-method .pay-form .pay-input label {
  display: block;
  font-size: 13px;
  padding-bottom: 3px;
}
.template-order .order-step .left .pay-method .pay-form .pay-input label.checkbox {
  position: relative;
  cursor: pointer;
}
.template-order .order-step .left .pay-method .pay-form .pay-input label.checkbox:before {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  border: 1px solid #C5C6C6;
  border-radius: 1px;
  content: "";
  margin-right: 10px;
}
.template-order .order-step .left .pay-method .pay-form .pay-input label.checkbox.checked:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #00B74D;
  content: "";
}
.template-order .order-step .left .pay-method .pay-form .pay-input label.checkbox input {
  display: none;
}
.template-order .order-step .left .pay-method .pay-form .pay-input input[type=text] {
  border: 1px solid #C5C6C6;
  border-radius: 2px;
  height: 32px;
  padding: 0 15px;
}
.template-order .order-step .left .pay-method .pay-form .pay-input input[type=text]:hover, .template-order .order-step .left .pay-method .pay-form .pay-input input[type=text]:active, .template-order .order-step .left .pay-method .pay-form .pay-input input[type=text]:focus {
  border-color: #00B74D;
}
.template-order .order-step .left .pay-method .pay-form .error {
  font-size: 13px;
  color: #FF0000;
  display: block;
}
.template-order .order-step .left .pay-method .pay-form .contact-note {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #9D9E9E;
}
.template-order .order-step .left .pay-method .pay-form .contact-note strong {
  font-weight: bold;
}
.template-order .order-step .left .pay-method.active {
  background: #FAFAFA;
}
.template-order .order-step .left .pay-method.active .pay-form {
  display: block;
}
.template-order .order-step .left .order-finish {
  padding-top: 50px;
  text-align: center;
}
.template-order .order-step .left .order-finish .header {
  font-size: 21px;
  padding: 30px 0;
}
.template-order .order-step .left .order-finish a {
  width: 198px;
  margin-bottom: 10px;
}
.template-order .order-step .left .order-finish img {
  margin-bottom: 10px;
}
.template-order .order-step .left input[type=text].wrong {
  box-shadow: 0 0 2px 1px #FF0000;
}
.template-order .order-step .right {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  background: #F7FAFA;
  border: 1px solid #D0D5ED;
  border-radius: 4px;
  padding: 20px 25px;
  margin-left: 20px;
}
.template-order .order-step .right .header {
  font-size: 17px;
}
.template-order .order-step .right .consist {
  color: #B2B3B3;
  padding: 15px 0;
}
.template-order .order-step .right .consist span {
  color: #000000;
}
.template-order .order-step .right .consist span i {
  font-size: 90%;
  color: #B2B3B3;
}
.template-order .order-step .right .obtain-method {
  color: #B2B3B3;
  padding: 15px 0;
}
.template-order .order-step .right .obtain-method span {
  display: block;
  padding-top: 5px;
  color: #00B74D;
  text-decoration: underline;
}
.template-order .order-step .right .receipt-time {
  color: #B2B3B3;
  padding: 15px 0;
  line-height: 1.2;
}
.template-order .order-step .right .receipt-time span {
  display: inline-block;
  vertical-align: bottom;
  color: #000000;
}
.template-order .order-step .right .receipt-sum {
  font-size: 17px;
  padding: 15px 0 0;
}
.template-order .order-step .right .receipt-sum span {
  font-size: 25px;
  color: #434242;
  display: block;
  padding: 15px 0 0;
}
.template-order .order-step .right .receipt-sum span i {
  color: #B2B3B3;
  font-size: 90%;
}
.template-order .order-step .right .discount {
  padding: 10px 0 5px;
  color: #B2B3B3;
}
.template-order .order-step .right .discount span {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 5px;
  color: #FF0000;
}
.template-order .order-step .right .discount span i {
  font-size: 90%;
}
.template-order .order-step .error-message {
  font-size: 19px;
  color: #A94442;
  padding: 10px 0;
}
.template-order .order-step .button-line {
  margin: 10px 0;
}
.template-order .order-step .button-line .gray-button, .template-order .order-step .button-line .blue-button {
  width: 198px;
  margin-right: 20px;
}
.template-order .order-step .politics {
  font-size: 17px;
  color: #5B5B5B;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
.template-order .order-step .politics a {
  color: #6699FF;
}
.template-order .order-step .politics input[type=checkbox] {
  display: none;
}
.template-order .order-step .politics:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #727271;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  min-width: 16px;
}
.template-order .order-step .politics.checked:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  width: 9px;
  height: 5px;
  transform: rotate(-45deg);
  border-left: 2px solid #727271;
  border-bottom: 2px solid #727271;
}
.template-order .order-step .politics.error {
  color: #A94442;
}
.template-order .order-step .politics.error:before {
  color: #A94442;
  border-color: #A94442;
}
.template-order .order-step .politics.error a {
  color: #A94442;
}
@media print, screen and (max-width: 1199px) {
  .template-order .content-col {
    padding-top: 60px;
  }
  .template-order .order-step .left {
    width: auto;
    display: block;
  }
  .template-order .order-step .left .step-icons .line {
    display: none;
  }
  .template-order .order-step .left .step-icons .name {
    margin-right: 10px;
  }
  .template-order .order-step .left .delivery-method .pickup-name {
    width: 240px;
  }
  .template-order .order-step .left .delivery-method .avail-date {
    width: 180px;
  }
  .template-order .order-step .right {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .template-order .order-step .right .consist, .template-order .order-step .right .obtain-method, .template-order .order-step .right .receipt-time {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
}
@media print, screen and (max-width: 767px) {
  .template-order .order-step .left .order-content .hidden-content .product-element {
    border-bottom: none;
    margin: 0 0 10px;
  }
  .template-order .order-step .left .order-content .hidden-content .product-element > span {
    padding: 5px;
    display: block;
  }
  .template-order .order-step .left .order-content .hidden-content .product-element .image {
    min-width: 98px;
    width: 98px;
    padding-bottom: 15px;
    height: 98px;
  }
  .template-order .order-step .left .order-content .hidden-content .product-element .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .template-order .order-step .left .order-content .hidden-content .product-element .info {
    padding-left: 5px;
  }
  .template-order .order-step .left .order-content .hidden-content .product-element .info .name {
    padding-bottom: 10px;
  }
  .template-order .order-step .left .order-content .hidden-content .product-element .quantity {
    text-align: left;
  }
  .template-order .order-step .left .step-icons .line {
    display: block;
    background: none;
  }
  .template-order .order-step .left .delivery-method .pickup-name, .template-order .order-step .left .pickup-element .pickup-name {
    width: 230px;
  }
  .template-order .order-step .left .delivery-method .avail-date, .template-order .order-step .left .pickup-element .avail-date {
    width: 230px;
    margin: 10px 27px;
  }
  .template-order .order-step .left .delivery-method.delivery .delivery-address .address-floor, .template-order .order-step .left .pickup-element.delivery .delivery-address .address-floor {
    display: block;
    padding: 10px 0 0;
  }
  .template-order .order-step .left .delivery-method.delivery .delivery-address textarea, .template-order .order-step .left .pickup-element.delivery .delivery-address textarea {
    width: 100%;
  }
  .template-order .order-step .right .consist, .template-order .order-step .right .obtain-method, .template-order .order-step .right .receipt-time {
    width: 100%;
  }
  .template-order .order-step .error-message {
    text-align: center;
  }
  .template-order .order-step .button-line .gray-button, .template-order .order-step .button-line .blue-button {
    margin-right: 0;
    display: block;
    margin: 0 auto 15px;
  }
}

.template-login {
  min-height: 600px;
  padding-bottom: 60px;
}
.template-login .content-col {
  padding: 10px 0;
}
.template-login .content-col .blue-button {
  width: 198px;
}
.template-login .content-col .login-left {
  border: 1px solid #C5C6C6;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-right: 30px;
  height: 450px;
}
.template-login .content-col .login-left .header {
  font-size: 21px;
  padding-bottom: 20px;
}
.template-login .content-col .login-left .line {
  margin: 10px 0;
}
.template-login .content-col .login-left .line .left-label {
  font-size: 15px;
  width: 100px;
}
.template-login .content-col .login-left .line .login-text {
  width: 300px;
  border: 1px solid #C5C6C6;
  border-radius: 2px;
  height: 32px;
  padding: 0 15px;
}
.template-login .content-col .login-left .line .login-text:hover, .template-login .content-col .login-left .line .login-text:active, .template-login .content-col .login-left .line .login-text:focus {
  border-color: #00B74D;
}
.template-login .content-col .login-left .line .error-info {
  font-size: 13px;
  color: #FF0000;
  padding-left: 100px;
}
.template-login .content-col .login-left .forgot-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  font-size: 17px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
}
.template-login .content-col .registration-right {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 20px;
  padding-left: 50px;
  border: 1px solid #C5C6C6;
  margin-left: -5px;
  height: 450px;
}
.template-login .content-col .registration-right .header {
  font-size: 21px;
  padding-bottom: 20px;
}
.template-login .content-col .registration-right .line {
  margin: 10px 0;
}
.template-login .content-col .registration-right .line .left-label {
  font-size: 15px;
  width: 100px;
}
.template-login .content-col .registration-right .line .login-text {
  width: 300px;
  border: 1px solid #C5C6C6;
  border-radius: 2px;
  height: 32px;
  padding: 0 15px;
}
.template-login .content-col .registration-right .line .login-text:hover, .template-login .content-col .registration-right .line .login-text:active, .template-login .content-col .registration-right .line .login-text:focus {
  border-color: #00B74D;
}
.template-login .content-col .registration-right .line .error-info {
  font-size: 13px;
  color: #FF0000;
  padding-left: 100px;
}
@media print, screen and (max-width: 1199px) {
  .template-login .content-col {
    padding-top: 60px;
  }
  .template-login .content-col .login-left, .template-login .content-col .registration-right {
    width: 100%;
    display: block;
    height: auto;
    margin-left: 0;
  }
}

.template-simple .content-col {
  padding-top: 10px;
}
.template-simple .content-col .page-text {
  border: 1px solid #D9DADA;
  padding: 20px 15px;
  margin-top: 15px;
  font-size: 15px;
}
.template-simple .content-col .page-text h1 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.template-simple .content-col .page-text h2, .template-simple .content-col .page-text h3 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
}
.template-simple .content-col .page-text h4, .template-simple .content-col .page-text h5, .template-simple .content-col .page-text h6 {
  font-size: 17px;
  color: #00B74D;
}
.template-simple .content-col .page-text b, .template-simple .content-col .page-text strong {
  font-weight: bold;
}
.template-simple .content-col .page-text i, .template-simple .content-col .page-text em {
  font-style: italic;
}
.template-simple .content-col .consult-form {
  background: #F7F7F7;
  border: 1px solid #D9DADA;
  margin: 15px 0;
}
.template-simple .content-col .consult-form .header {
  font-size: 25px;
  color: #5B5B5B;
  text-align: center;
  padding: 40px 0 10px;
}
.template-simple .content-col .consult-form .header .phone {
  color: #272727;
}
.template-simple .content-col .consult-form .subheader {
  font-size: 21px;
  color: #9D9E9E;
  text-align: center;
  padding: 10px 0 20px;
}
.template-simple .content-col .consult-form form {
  padding: 10px 0;
  margin: 0 auto;
  width: 740px;
}
.template-simple .content-col .consult-form form .form-group {
  display: inline;
}
.template-simple .content-col .consult-form form .form-group .help-block {
  float: left;
  clear: left;
  margin-top: -10px;
  margin-bottom: 10px;
}
.template-simple .content-col .consult-form form .form-group input[type=text], .template-simple .content-col .consult-form form .form-group textarea {
  background: #ffffff;
  border: 1px solid #00B74D;
  border-radius: 2px;
  font-size: 13.8px;
  color: #434242;
  font-family: "Roboto Condensed", sans-serif;
}
.template-simple .content-col .consult-form form .form-group input[type=text] {
  width: 208px;
  height: 34px;
  float: left;
  margin: 0 18px 15px 0;
  clear: left;
}
.template-simple .content-col .consult-form form .form-group textarea {
  width: 508px;
  height: 133px;
  resize: none;
}
.template-simple .content-col .consult-form form .form-group .g-recaptcha {
  width: 304px;
  margin: 20px auto;
}
.template-simple .content-col .consult-form form .form-group.has-error input {
  border-color: #A94442;
}
.template-simple .content-col .consult-form form .checkbox {
  clear: left;
}
.template-simple .content-col .consult-form form .checkbox label {
  display: flex;
  flex-flow: row nowrap;
  font-size: 15px;
  position: relative;
  padding-left: 0;
}
.template-simple .content-col .consult-form form .checkbox label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #C5C6C6;
  content: "";
  margin-right: 15px;
  min-width: 16px;
}
.template-simple .content-col .consult-form form .checkbox label.checked:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000000;
  content: "";
}
.template-simple .content-col .consult-form form .checkbox label.checked:before {
  border-color: #F29114;
}
.template-simple .content-col .consult-form form .checkbox label input {
  display: none;
}
.template-simple .content-col .consult-form form .checkbox.has-error label:before {
  border-color: #A94442;
}
.template-simple .content-col .consult-form form .checkbox.has-error label a {
  color: #A94442;
}
.template-simple .content-col .consult-form form button {
  margin: 20px auto 40px;
  width: 280px;
  display: block;
  clear: both;
}
.template-simple .content-col .consult-form .form-success, .template-simple .content-col .consult-form .form-error {
  text-align: center;
  padding: 20px 0 60px;
  font-size: 21px;
  color: #00B74D;
}
@media print, screen and (max-width: 767px) {
  .template-simple .content-col .consult-form .header {
    line-height: 1.2;
    font-size: 21px;
  }
  .template-simple .content-col .consult-form .header .phone {
    display: block;
  }
  .template-simple .content-col .consult-form .subheader {
    font-size: 17px;
  }
  .template-simple .content-col .consult-form form {
    width: auto;
  }
  .template-simple .content-col .consult-form form .form-group input[type=text] {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .template-simple .content-col .consult-form form .form-group textarea {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .template-simple .content-col .consult-form form button {
    display: block;
    margin: 20px auto;
  }
  .template-simple .content-col .consult-form form .checkbox label {
    margin: 0 5%;
  }
}

.template-personal .content-col {
  padding-top: 10px;
}
.template-personal .content-col .page-text {
  border: 1px solid #D9DADA;
  padding: 20px 15px;
  margin-top: 15px;
  font-size: 15px;
}
.template-personal .content-col .page-text h1 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.template-personal .content-col .page-text h2, .template-personal .content-col .page-text h3 {
  font-size: 21px;
  color: #00B74D;
  font-family: "Roboto Condensed", sans-serif;
}
.template-personal .content-col .page-text .personal-menu {
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  width: 220px;
  position: relative;
  z-index: 20;
}
.template-personal .content-col .page-text .personal-menu li {
  display: block;
  margin-top: -1px;
}
.template-personal .content-col .page-text .personal-menu li a, .template-personal .content-col .page-text .personal-menu li button {
  display: block;
  width: 100%;
  border: 1px solid #D9DADA;
  padding: 10px 20px;
  font-size: 15px;
  color: #434242;
  text-decoration: none;
  cursor: pointer;
}
.template-personal .content-col .page-text .personal-menu li a.active, .template-personal .content-col .page-text .personal-menu li button.active {
  border-right-color: #ffffff;
}
.template-personal .content-col .page-text .personal-menu li button {
  background: #ffffff;
  text-align: left;
}
.template-personal .content-col .page-text .personal-content {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  border: 1px solid #D9DADA;
  min-height: 500px;
  width: 725px;
  padding: 20px;
}
.template-personal .content-col .page-text .personal-content .header {
  font-size: 17px;
}
.template-personal .content-col .page-text .personal-content form {
  font-size: 13px;
  padding: 20px 0;
}
.template-personal .content-col .page-text .personal-content form label {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.template-personal .content-col .page-text .personal-content form input[type=text], .template-personal .content-col .page-text .personal-content form input[type=password] {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  border: 1px solid #C5C6C6;
  border-radius: 2px;
  height: 32px;
  padding: 0 15px;
}
.template-personal .content-col .page-text .personal-content form input[type=text]:hover, .template-personal .content-col .page-text .personal-content form input[type=text]:active, .template-personal .content-col .page-text .personal-content form input[type=text]:focus, .template-personal .content-col .page-text .personal-content form input[type=password]:hover, .template-personal .content-col .page-text .personal-content form input[type=password]:active, .template-personal .content-col .page-text .personal-content form input[type=password]:focus {
  border-color: #00B74D;
}
.template-personal .content-col .page-text .personal-content form a {
  margin-left: 15px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed #00B74D;
  color: #00B74D;
}
.template-personal .content-col .page-text .personal-content form button {
  margin-left: 205px;
  width: 198px;
}
.template-personal .content-col .page-text .personal-content .save-success {
  font-size: 17px;
  color: #00B74D;
}
.template-personal .content-col .page-text .personal-content .order-tabs {
  padding: 10px 0;
  margin-bottom: 20px;
}
.template-personal .content-col .page-text .personal-content .order-tabs a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  border: 1px solid #D9DADA;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  color: #00B74D;
  padding: 5px 10px;
}
.template-personal .content-col .page-text .personal-content .order-tabs a.active, .template-personal .content-col .page-text .personal-content .order-tabs a:hover, .template-personal .content-col .page-text .personal-content .order-tabs a:focus {
  background: #EBECEC;
}
.template-personal .content-col .page-text .personal-content .empty {
  font-size: 17px;
  color: #00B74D;
  padding: 10px 0;
}
.template-personal .content-col .page-text .personal-content .order-element {
  border: 1px solid #D9DADA;
  margin-bottom: 30px;
}
.template-personal .content-col .page-text .personal-content .order-element .order-title {
  padding: 5px 10px;
  font-size: 17px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  background: #EBECEC;
}
.template-personal .content-col .page-text .personal-content .order-element .products {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  border-right: 1px solid #EBECEC;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product {
  border-bottom: 1px solid #EBECEC;
  padding: 10px;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product:last-child {
  border: none;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .image {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  padding-bottom: 30px;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .image img {
  width: 98px;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .product-info {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  padding-left: 10px;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .product-info .name {
  display: block;
  font-size: 17px;
  color: #5B5B5B;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 35px;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .product-info .code {
  font-size: 13px;
  color: #B2B3B3;
  display: block;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .product-info .code span {
  color: #727271;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .quantity {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
  color: #666666;
  width: 70px;
  padding-top: 3px;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .price {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  color: #434242;
  margin-bottom: 5px;
  width: 80px;
}
.template-personal .content-col .page-text .personal-content .order-element .products .product .price i {
  color: #B2B3B3;
  font-size: 90%;
}
.template-personal .content-col .page-text .personal-content .order-element .summary {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #EBECEC;
  margin-left: -1px;
  max-width: 180px;
  padding: 0 10px 20px;
}
.template-personal .content-col .page-text .personal-content .order-element .summary .r {
  display: block;
  color: #B2B3B3;
  padding: 15px 0;
}
.template-personal .content-col .page-text .personal-content .order-element .summary .r span {
  color: #000000;
}
.template-personal .content-col .page-text .personal-content .order-element .summary .order-sum {
  font-size: 17px;
  padding: 15px 0 0;
  color: #B2B3B3;
}
.template-personal .content-col .page-text .personal-content .order-element .summary .order-sum span {
  font-size: 25px;
  color: #434242;
  display: block;
  padding: 15px 0 0;
}
.template-personal .content-col .page-text .personal-content .order-element .summary .order-sum span i {
  color: #B2B3B3;
  font-size: 90%;
}
@media print, screen and (max-width: 1199px) {
  .template-personal .content-col {
    padding-top: 60px;
  }
  .template-personal .content-col .page-text .personal-menu {
    display: block;
    width: 100%;
  }
  .template-personal .content-col .page-text .personal-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: -1px;
  }
  .template-personal .content-col .page-text .personal-menu ul li a.active {
    border-right-color: #D9DADA;
    border-bottom-color: #ffffff;
  }
  .template-personal .content-col .page-text .personal-content {
    margin-left: 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .template-personal .content-col .page-text .personal-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  .template-personal .content-col .page-text .personal-menu ul li:not(:first-child) {
    margin-left: -5px;
  }
  .template-personal .content-col .page-text .personal-menu ul li a, .template-personal .content-col .page-text .personal-menu ul li button {
    padding: 7px 5px;
  }
  .template-personal .content-col .page-text .personal-content .order-element .products {
    width: auto;
  }
  .template-personal .content-col .page-text .personal-content .order-element .products .product .image {
    width: 86px;
    height: 86px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .template-personal .content-col .page-text .personal-content .order-element .products .product .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .template-personal .content-col .page-text .personal-content .order-element .products .product .product-info .name {
    padding-bottom: 15px;
  }
  .template-personal .content-col .page-text .personal-content .order-element .summary {
    display: block;
    max-width: none;
    border-left: none;
    border-top: 1px solid #EBECEC;
  }
  .template-personal .content-col .page-text .personal-content form input[type=text] {
    width: 100%;
  }
  .template-personal .content-col .page-text .personal-content form button {
    margin-left: 0;
  }
}