@import url(https://fonts.googleapis.com/css?family=Roboto:500,700,900,100,300,400);
body {
  background-color: #fafafa;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
body.firecheckout-index-index {
  background-color: #f0f0f0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: underline;
}
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  background-color: #eeeeee;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 8px;
  width: 365px;
  max-width: 100%;
}
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border: 1px solid #ddd;
}
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 3px;
}
.input-text.validation-failed {
  border-color: #df280a;
}
.input-text.validation-failed:focus {
  outline-color: #ef9384;
}
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
  }
}
.ie8 .input-text {
  max-width: none;
}
label {
  color: #727272;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}
label.required em,
span.required em {
  display: none;
}
.page-header {
  border: medium none;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
.page-header .page-header-container {
  padding: 5px 0 0 0;
  position: relative;
}
.page-header .page-header-container .logo {
  display: block;
  margin-top: 5px;
}
.page-header .page-header-container .header-phones {
  margin: 5px 0;
}
.page-header .page-header-container .header-phones ul {
  margin-bottom: 5px;
}
.page-header .page-header-container .header-phones ul li {
  color: #0074be;
  background-image: url(/skin/frontend/kyiv/default/images/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  padding: 1px 0 1px 25px;
}
.page-header .page-header-container .header-phones ul li span {
  color: #999999;
}
.page-header .page-header-container .header-phones ul li .last {
  color: #333;
}
.page-header .page-header-container .header-phones ul li.phone {
  background-position: 0 0px !important;
}
.page-header .page-header-container .header-phones ul li:nth-child(2) {
  background-position: 0 -20px;
}
.page-header .page-header-container .header-phones ul li:nth-child(3),
.page-header .page-header-container .header-phones ul li.mts {
  background-position: 0 -39px;
}
.page-header .page-header-container .header-phones ul li:nth-child(4),
.page-header .page-header-container .header-phones ul li.life {
  background-position: 0 -60px;
}
.page-header .page-header-container .hot-links ul {
  margin-bottom: 5px;
}
.page-header .page-header-container .hot-links ul li {
  background-image: url(/skin/frontend/kyiv/default/images/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 5px 0 5px 10px;
  padding: 5px 0 0 25px;
}
.page-header .page-header-container .hot-links ul li a {
  text-decoration: underline;
}
.page-header .page-header-container .hot-links ul li:first-child {
  background-position: 0 -100px;
}
.page-header .page-header-container .hot-links ul li:first-child a {
  color: #4bd2a5;
}
.page-header .page-header-container .hot-links ul li:nth-child(2) {
  background-position: 0 -120px;
}
.page-header .page-header-container .hot-links ul li:nth-child(2) a {
  color: #fe4b4b;
}
.page-header .page-header-container .hot-links ul li:nth-child(3) {
  background-position: 0 -144px;
}
.page-header .page-header-container .hot-links ul li:nth-child(3) a {
  color: #1e4b78;
}
.page-header .page-header-container .currency-switcher {
  display: none;
  position: absolute;
  right: 5%;
  top: 40px;
}
@media only screen and (max-width: 990px) {
  .page-header .page-header-container .header-phones {
    margin: 15px auto;
    width: 530px;
  }
  .page-header .page-header-container .header-phones li {
    margin: 0 10px 0 0 !important;
  }
  .page-header .page-header-container .hot-links,
  .page-header .page-header-container .compare {
    display: none;
  }
  .page-header .page-header-container .header-minicart {
    margin: 0;
  }
}
@media only screen and (max-width: 770px) {
  .page-header .page-header-container .hot-links li {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .page-header .col-sm-2,
  .page-header .col-sm-10 {
    width: 100%;
  }
  .page-header .page-header-container .logo {
    margin-top: 5px;
  }
  .page-header .page-header-container .currency-switcher {
    display: block;
  }
  .page-header.margin {
    margin-bottom: 70px;
  }
}
.header-wrapper {
  background-color: #fafafa;
  min-height: 115px;
  padding-top: 5px;
}
.header-wrapper h1 {
  color: #03a9f4;
  font-size: 30px;
  margin: 15px 0 0;
  text-transform: none;
}
.header-wrapper .page-header-container .col-lg-5 {
  text-align: center;
}
.header-wrapper .page-header-container .col-lg-5 a {
  text-decoration: underline;
}
.header-wrapper .logo img {
  margin: 0;
}
.header-wrapper .header-phones {
  float: right;
  margin-top: 20px !important;
}
.header-wrapper .header-phones ul {
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
}
.header-wrapper .header-phones ul li {
  display: block !important;
}
@media only screen and (max-width: 960px) {
  .header-wrapper .logo img {
    margin: 10px auto;
  }
  .header-wrapper .header-phones {
    width: 100% !important;
  }
  .header-wrapper .skip-link {
    width: 100% !important;
  }
  .header-wrapper .skip-link .text {
    display: inline-block !important;
  }
}
#header-search .search-autocomplete {
  margin-top: 10px;
  z-index: 10000;
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 1px 5px 5px rgba(0,0,0,0.6);
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 10px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #2196F3;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-top: none;
  left: 50%;
  top: -7px;
}
.skip-search .icon {
  background-position: 4px -146px;
}
@media only screen and (min-width: 961px) {
  .skip-search,
  .skip-account {
    display: none;
  }
}
#header-search .input-box {
  position: relative;
}
#header-search .input-box i {
  color: #999;
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 9px;
}
@media only screen and (min-width: 961px) {
  #header-search {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  #header-search {
    bottom: -116px;
    padding: 20px;
    position: absolute;
    width: 97%;
    z-index: 1000;
  }
}
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}
#search {
  font-style: italic;
  height: 32px;
  padding-left: 35px;
  padding-right: 40px;
  width: 100%;
}
#search_mini_form {
  overflow: hidden;
}
#search_mini_form .search-button {
  height: 28px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 58px;
}
.skip-links {
  clear: both;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
.skip-link {
  position: relative;
  float: left;
  width: 25%;
  height: 44px;
  color: #999;
  line-height: 50px;
  text-align: center;
}
a.skip-link {
  text-decoration: none;
}
.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  .skip-link {
    background: #2196F3;
    border-right: 1px solid #EDEDED;
  }
  .skip-link:last-child {
    border-right: 0;
  }
}
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.skip-account .icon {
  background-image: url(/skin/frontend/kyiv/default/images/account.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 20px;
}
.skip-active.skip-account .icon {
  background-position: right top !important;
}
@media only screen and (min-width: 961px) {
  .skip-account .icon {
    background-position: right top;
  }
}
.skip-link .text {
  color: #666;
  display: none;
}
@media only screen and (max-width: 960px) {
  .skip-link .text {
    color: #fff;
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link .text {
    display: inline;
    line-height: 2;
  }
  .skip-link .label {
    color: #666;
  }
}
.skip-content {
  display: none;
}
.skip-content.skip-active {
  display: block;
  background: #fff none repeat scroll 0 0;
  margin: 0;
}
.skip-content.skip-active .list-unstyled {
  margin: 0;
}
@media only screen and (min-width: 961px) {
  .skip-content.skip-active {
    border: 1px solid #ddd;
    display: block;
    line-height: 2.5;
    padding: 10px 15px 0;
    position: absolute;
    right: 0;
    top: -10px;
    width: 185px;
    z-index: 10;
  }
}
@media only screen and (min-width: 961px) {
  #header-nav {
    background-color: #2196f3;
    background-image: url(/skin/frontend/kyiv/default/images/top_menu_bg.jpg);
    display: block;
    height: 135px;
    background-repeat: repeat-x;
    background-position: bottom;
    border-bottom: 3px solid #2196F3;
  }
}
.skip-link i {
  font-size: 20px;
  top: 5px;
  color: #fff;
}
.skip-link .text {
  margin-left: 5px;
  position: relative;
}
.skip-link.skip-active i,
.skip-link.skip-active .text {
  color: #999;
}
@media only screen and (max-width: 960px) {
  .skip-link.skip-active {
    background: #fff;
  }
}
@media only screen and (min-width: 961px) {
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #ddd;
    display: block;
    position: absolute;
    z-index: 100000;
    top: 25px;
    right: 0;
    width: 320px;
    background: white;
  }
}
.skip-cart .count {
  background: #00aeef;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 11px;
  height: 15px;
  left: 15px;
  position: absolute;
  top: -5px;
  width: 16px;
  z-index: 5;
}
.skip-cart .count i {
  font-weight: 100;
  font-size: 8px;
  top: 1px;
}
.skip-cart .text {
  top: -1px;
}
.skip-link.skip-active .count {
  color: white;
}
.skip-link.skip-active .count i {
  color: #fff;
}
.skip-cart.no-count .count {
  display: none;
}
@media only screen and (min-width: 961px) {
  .skip-cart {
    line-height: 1;
    height: auto;
    width: auto;
  }
  .skip-cart .glyphicon-shopping-cart {
    color: #999;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
}
.skip-cart .count.empty {
  display: none;
}
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}
.header-minicart {
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (max-width: 960px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  padding: 0;
  position: relative;
}
.header-minicart .minicart-wrapper:before,
.header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before,
.header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  color: #666;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 20px;
}
.header-minicart .mini-products-list {
  padding: 0;
}
.header-minicart .mini-products-list li {
  padding: 5px 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  line-height: 1;
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  font-weight: 100;
  text-decoration: underline;
  text-transform: none;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  border-radius: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  max-width: 145px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}
.checkout-types.minicart {
  float: right;
}
@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 960px) {
  .header-minicart .minicart-wrapper {
    padding: 15px;
  }
  .header-minicart .block-subtitle .close {
    right: 10px;
    top: 5px;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 110px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}
.checkout-button-wrapper {
  margin: -5px 0 8px 5px;
  max-width: 130px;
  width: 100%;
}
.checkout-button-wrapper .button {
  height: 32px;
}
@media only screen and (max-width: 960px) {
  .checkout-button-wrapper {
    display: none;
  }
}
.callback-link {
  cursor: pointer;
}
.callback {
  cursor: pointer;
  margin: 0 0 5px 5px;
  max-width: 130px;
  width: 100%;
}
.callback .button-secondary {
  height: 22px;
  line-height: 1.7;
  padding: 0;
}
.compare {
  bottom: 8px;
  margin: 0;
  position: absolute;
  right: 15px;
  width: auto;
}
.compare .button-secondary {
  cursor: pointer;
  height: 22px;
  line-height: 1.7;
  padding: 0 5px;
}
@media only screen and (max-width: 960px) {
  .callback {
    display: none;
  }
}
.top-menu {
  border-bottom: 1px solid #ddd;
}
.top-menu .top-menu-container {
  max-width: 960px;
  margin: 0 auto;
}
.top-menu .top-menu-container .links li {
  display: inline-block;
  padding: 20px 0 0;
  position: relative;
}
.top-menu .top-menu-container .links li a {
  border-right: 1px solid #b3b3b3;
  display: block;
  line-height: 1;
  padding: 0 10px;
  text-decoration: underline;
}
.top-menu .top-menu-container .links li.first a {
  padding-left: 0;
}
.top-menu .top-menu-container .links li.last a {
  border-right: none;
  padding-right: 5px;
}
.top-menu .top-menu-container .links li.last span {
  background-image: url(/skin/frontend/kyiv/default/images/icons.png);
  background-position: right -80px;
  height: 20px;
  position: absolute;
  right: -20px;
  top: 15px;
  width: 20px;
}
.top-menu .top-menu-container .schedule {
  color: #666;
  background-image: url(/skin/frontend/kyiv/default/images/schedule.png);
  background-position: left 15px;
  background-repeat: no-repeat;
  display: block;
  line-height: 1;
  padding: 20px 0 10px 30px;
  white-space: nowrap;
}
.top-menu .top-menu-container .currency-switcher {
  padding: 19px 0 0 25px;
}
.top-menu .top-menu-container .currency-switcher .currency-switcher__wrapper {
  cursor: pointer;
  position: relative;
}
.top-menu .top-menu-container .currency-switcher .currency-switcher__wrapper:after {
  content: '';
  background: url(/skin/frontend/kyiv/default/images/ico-drop.png) no-repeat center center;
  display: block;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 2px;
  width: 10px;
}
.top-menu .top-menu-container .currency-switcher ul {
  position: absolute;
  width: 43px;
  left: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #ccc;
  display: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-y: auto;
  z-index: 10;
}
.top-menu .top-menu-container .currency-switcher ul li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font-size: 12px;
}
.top-menu .top-menu-container .currency-switcher ul li a.active {
  background: #ededed;
  color: #333;
}
.top-menu .top-menu-container .currency-switcher ul li a:hover {
  background: #3582c4;
  color: #fff;
}
.top-menu .top-menu-container .account {
  background-image: url(/skin/frontend/kyiv/default/images/account.png);
  background-position: 10px 15px;
  background-repeat: no-repeat;
  display: block;
  line-height: 1;
  padding: 20px 0 4px 40px;
  text-align: left;
}
.top-menu .top-menu-container .account a {
  color: #666;
  float: none;
  height: auto;
  line-height: unset;
  text-decoration: underline;
  width: auto;
}
.form-language div {
  display: inline-block;
}
.form-language .form-language__wrapper {
  display: flex;
  justify-content: space-evenly;
}
.form-language .form-language__wrapper .form-language__delimiter {
  order: 1;
}
.form-language .form-language__wrapper .form-language__item_current {
  order: 2;
}
@media only screen and (min-width: 770px) {
  .form-language {
    padding-top: 19px;
  }
  .form-language .form-language__label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .form-language {
    display: block;
    padding: 0 15px 0 25px;
    border-top: 1px solid #ddd;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
    width: 100%;
  }
  .form-language label {
    font-size: 11px;
  }
  .form-language .form-language__wrapper {
    display: inline-flex;
    width: 50px;
  }
  .form-language .form-language__item {
    text-decoration: underline;
  }
  .form-language .form-language__item_current {
    text-decoration: none;
  }
}
@media only screen and (max-width: 1024px) {
  .top-menu .top-menu-container .links li a {
    border: none;
    padding: 0 10px 0 0;
  }
  .top-menu .top-menu-container .account {
    background-position: left 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 960px) {
  .top-menu {
    display: none;
  }
}
.firecheckout-index-index .top-menu {
  background-color: #fafafa;
}
@media only screen and (min-width: 961px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
    position: relative;
  }
  .nav-primary .menu-mobile {
    display: none;
  }
  .nav-primary li.level0 .category-name {
    line-height: 18px;
    padding-top: 3px;
    white-space: normal;
  }
  .nav-primary li.level-1 ul.level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-primary li.level-1.last li.level0 {
    display: none;
  }
  .nav-primary li.level-1.last li.level0.position1,
  .nav-primary li.level-1.last li.level0.position2,
  .nav-primary li.level-1.last li.level0.position3,
  .nav-primary li.level-1.last li.level0.position4,
  .nav-primary li.level-1.last li.level0.position5,
  .nav-primary li.level-1.last li.level0.position6 {
    display: inline-block;
  }
  .nav-primary li.level-1.last a.level0 {
    border-color: #1a6dbf;
    margin: 0;
    padding: 0;
  }
  .nav-primary li.level-1.last a.level0 span {
    display: none;
  }
  .nav-primary li.level0:hover {
    background-color: #444;
  }
  .nav-primary li.level0:hover a.level0 {
    color: #fff;
    border: none;
  }
  .nav-primary li.level1 {
    border-bottom: 1px solid #767676;
    width: 235px;
  }
  .nav-primary li.level1 a {
    color: #e4e4e4;
    padding: 13px 0 13px 30px;
  }
  .nav-primary li.level1:hover {
    border-color: transparent;
  }
  .nav-primary a.level0 {
    border-right: 1px solid #389ff0;
    border-left: 1px solid #389ff0;
    display: block;
    text-align: center;
    margin: 11px 0 0 0;
    padding: 10px 10px 0;
    width: 160px;
    white-space: nowrap;
  }
  .nav-primary a.level0 span {
    background-image: url("/skin/frontend/kyiv/default/images/menu_icons.png");
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 40px;
  }
  .nav-primary .level0.menu-active a.level0 {
    background-color: #444;
    color: #fff;
  }
  .nav-primary .level0.menu-active > ul.level0 {
    display: block;
    height: 501px;
  }
  .nav-primary .level1.menu-active a.level1 {
    background-color: #ffca42;
    color: #000;
  }
  .nav-primary .level1.menu-active a.level1:after {
    border-color: transparent transparent transparent #ffca42;
    border-style: solid;
    border-width: 20px 0 20px 7px;
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    top: 0;
    bottom: 0;
    z-index: 100000;
  }
  .nav-primary a.level0 .icon-137 {
    background-position: -40px 0;
  }
  .nav-primary a.level0 .icon-322 {
    background-position: -80px 0;
    width: 38px;
  }
  .nav-primary a.level0 .icon-353 {
    background-position: -118px 0;
    width: 42px;
  }
  .nav-primary a.level0 .icon-4 {
    background-position: -160px 0;
    width: 45px;
  }
  .nav-primary a.level0 .icon-382 {
    background-position: -205px 0;
    width: 35px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #444;
    position: absolute;
    z-index: 10000;
    width: 100%;
    padding: 5px 0;
    display: none;
    left: 0;
  }
  .nav-primary li.level1 ul {
    right: 5px;
    top: 5px;
    left: inherit;
    width: 75%;
    background-color: #eeeeee;
    height: 98%;
    padding: 10px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul
    .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level2 ul {
    background-color: transparent;
  }
  .nav-primary li.level2.wide {
    width: 24.45%;
  }
  .nav-primary li.level2.wide:first-child,
  .nav-primary li.level2.wide:nth-child(2),
  .nav-primary li.level2.wide:nth-child(3) {
    width: 32.8%;
  }
  .nav-primary li.level2 .child-container .content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .nav-primary li.level2 .child-container:hover ul {
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #c8c8c8;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  }
}
@media only screen and (max-width: 960px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    background-color: #F4F4F4;
    display: none;
  }
  .nav-primary ul.level1 {
    display: none !important;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    color: #666;
    padding: 10px 0 0px 10px;
    height: 30px;
  }
  .nav-primary li.parent.sub-menu-active > a.level0:after,
  .nav-primary li.parent.menu-active > a.level0:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ddd;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3399cc;
  }
  .nav-primary .menu-active a {
    background-color: #F4F4F4;
    color: #fff;
  }
  #header-account li a,
  .nav-primary a.level0 {
    display: block;
    font-size: 11px;
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
    width: 100%;
  }
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
  .nav-primary_wrapper {
    position: relative;
    background: #fff;
    box-shadow: 16px 7px 14px 2px #ddd;
    z-index: 1;
  }
  .nav-primary {
    overflow-y: scroll;
  }
  .nav-primary .menu-desktop {
    display: none;
  }
  .nav-primary .menu-mobile {
    position: absolute;
  }
  .nav-primary .nav-list__link {
    flex-grow: 1;
    border-right: 1px solid #ddd;
    padding: 7px 0 7px 10px;
  }
  .nav-primary .nav-list__item-header {
    height: 49px;
    padding: 20px 0 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .nav-primary .nav-list__item-header:before {
    content: '';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #333;
    border-left: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
    margin-right: 5px;
  }
  .nav-primary .sub_screen {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 100%;
    left: 100%;
    top: 0;
    display: none;
  }
  .nav-primary .is-animated > .sub_screen {
    display: block;
  }
  .nav-primary .active > .sub_screen {
    z-index: 2;
  }
  .nav-primary .nav-list,
  .nav-primary.nav-list {
    transition: transform .3s;
    transform: matrix(1,0,0,1,0,0);
  }
  .nav-primary .nav-list {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .nav-primary .nav-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
  }
  .nav-primary .nav-list__item .nav-list__icon-next {
    display: inline-block;
    text-decoration: none;
    padding: 0 30px;
  }
  .nav-primary .nav-list__item .nav-list__icon-next:after {
    content: '';
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ddd;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: 8px;
  }
  .nav-primary .translate {
    transform: translate(-100%,0%);
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}
.nav-primary {
  margin: 0 auto;
  width: 960px;
}
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.nav-primary li.level-1 a.level-1 {
  display: none;
}
.nav-primary li.level1 {
  border-bottom: 1px solid #ddd;
}
.nav-primary li.level1:last-child {
  border: none;
}
.nav-primary li.level1 a {
  background-color: transparent;
  position: relative;
  line-height: 1.2;
}
.nav-primary li.level2 {
  float: left;
  margin: 0px 0.5% 0.5% 0;
  width: 137.5px;
  height: 140px;
  display: block;
  overflow: hidden;
  position: relative;
}
.nav-primary li.level2:first-child,
.nav-primary li.level2:nth-child(2),
.nav-primary li.level2:nth-child(3) {
  width: 185px;
  height: 185px;
}
.nav-primary li.level2:first-child a,
.nav-primary li.level2:nth-child(2) a,
.nav-primary li.level2:nth-child(3) a {
  text-transform: uppercase;
}
.nav-primary li.level2 a {
  color: #666;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  height: 100%;
}
.nav-primary li.level2 a span.name {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 10px;
}
.nav-primary li.level2 a img {
  margin: 30px auto 10px;
  width: 80%;
}
.nav-primary li.level2 .child-container {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  z-index: 100;
  position: relative;
}
.nav-primary li.level2 .child-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.nav-primary li.level2 .child-container ul {
  background-color: #fff;
  position: relative;
  top: -10px;
  right: inherit;
  width: auto;
  padding: 0 10px;
}
.nav-primary li.level2 .child-container ul a {
  text-transform: none;
  text-align: left;
  padding: 5px;
}
.nav-primary li.level2 .child-container ul a i {
  font-size: 8px;
  padding-right: 5px;
  padding-top: 2px;
  vertical-align: top;
}
.nav-primary li.level2:hover {
  overflow: visible;
}
.nav-primary li.level2:hover .child-container {
  border-color: #c8c8c8;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.nav-primary li.level2:hover .child-container ul {
  display: block;
}
.nav-primary li.right {
  float: none;
  display: table-row;
  height: auto;
}
.nav-primary li.right a {
  background-color: transparent !important;
  text-align: left !important;
  text-transform: inherit !important;
  padding: 0 5px 15px 5px;
  position: relative;
}
.nav-primary li.right a i {
  font-size: 8px;
  padding: 2px 2px 0 0;
  vertical-align: top;
}
.nav-primary li.right a .img-preview-container {
  display: none;
  left: -135px;
  position: absolute;
  top: -33px;
  z-index: 100;
}
.nav-primary li.right a .img-preview-container .img-preview {
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
  height: 85px;
  position: relative;
  width: 130px;
}
.nav-primary li.right a .img-preview-container .img-preview img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.nav-primary li.right a .img-preview-container .img-preview:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-left-color: #fff;
  border-width: 7px;
  margin-top: -10px;
}
.nav-primary li.right a:hover .img-preview-container {
  display: block;
}
.nav-primary li.more {
  float: none;
  display: table-row;
  height: auto;
}
.nav-primary li.more span {
  color: #0074be;
  text-transform: uppercase;
  margin: 5px;
  display: block;
}
.nav-primary li.level0 > a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.nav-primary li.level2 a img {
  max-height: 80%;
}
@media only screen and (max-width: 960px) {
  .nav-primary li.level0 > a {
    color: #666;
  }
}
.logo img {
  max-width: 100%;
  margin: auto;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}
@media only screen and (min-width: 771px) {
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
.breadcrumbs-wrapper {
  background-color: #eeeeee;
  border-bottom: 1px solid #ddd;
}
.breadcrumbs-wrapper .breadcrumbs {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding: 15px 0 10px;
}
.breadcrumbs-wrapper .breadcrumbs li {
  float: left;
  font-size: 13px;
}
.breadcrumbs-wrapper .breadcrumbs a {
  float: left;
  color: #666;
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs strong {
  color: #999;
  font-weight: normal;
}
.breadcrumbs-wrapper .breadcrumbs span {
  float: left;
  padding: 0 7px;
}
.breadcrumbs-wrapper .breadcrumbs span i {
  color: #999;
  font-size: 8px;
}
@media only screen and (max-width: 960px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 15px 15px 10px;
  }
}
@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #2196F3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(2,36,209,0.5);
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2c92cc;
  color: #FFFFFF;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #2c92cc;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #2c92cc;
  outline: none;
  color: #FFFFFF;
}
.button-secondary,
.button-secondary:hover,
.button-secondary:active,
.button-secondary:focus {
  background-color: #f5f5f5;
  box-shadow: 1px 0px 5px rgba(153,153,153,0.5);
  color: #0074be;
}
a.button {
  height: auto;
  text-decoration: none;
}
.btn-remove,
.btn-remove:hover {
  background-image: url(/skin/frontend/kyiv/default/images/remove.png);
  background-repeat: no-repeat;
  border: medium none;
  font-size: 0;
  display: block;
  height: 14px;
  width: 14px;
}
.btn-question {
  max-width: 150px;
}
.main-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0 15px;
}
.main-container:after {
  content: '';
  display: table;
  clear: both;
}
.viewed-container .main-container {
  background-color: transparent !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 15px 0 !important;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  background-image: url(/skin/frontend/kyiv/default/images/custmo_arrows.png) !important;
  width: 25px !important;
  height: 96px !important;
  opacity: 0.5;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  opacity: 0.8;
}
.tp-leftarrow.default,
.tp-leftarrow.default:hover {
  background-position: 0 0 !important;
}
.tp-rightarrow.default,
.tp-rightarrow.default:hover {
  background-position: right 0 !important;
}
.tp-bullets.simplebullets.round .bullet {
  background-image: none !important;
  background-color: #454545 !important;
  border-radius: 50px;
  height: 15px !important;
  margin: 0 5px 0 0 !important;
  width: 15px !important;
}
.cms-index-index .advantages-container {
  margin: 20px 0 100px;
}
.cms-index-index .advantages-container ul {
  margin: 0;
}
.cms-index-index .advantages-container ul li {
  background-image: url(/skin/frontend/kyiv/default/images/advantages.png);
  background-repeat: no-repeat;
  float: left;
  height: 75px;
  margin: 0 2% 0 0;
  padding-left: 85px;
  width: 23.5%;
}
.cms-index-index .advantages-container ul li h2 {
  color: #ed1c24;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: unset;
}
.cms-index-index .advantages-container ul li p {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.cms-index-index .advantages-container ul li:nth-child(2) {
  background-position: 0 -75px;
}
.cms-index-index .advantages-container ul li:nth-child(3) {
  background-position: 0 -150px;
}
.cms-index-index .advantages-container ul li:last-child {
  background-position: 0 -225px;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .cms-index-index .advantages-container ul li {
    margin: 0 0 5% 0;
    width: 50%;
  }
  .cms-index-index .advantages-container ul li:nth-child(3),
  .cms-index-index .advantages-container ul li:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cms-index-index .advantages-container ul li {
    background-image: none;
    margin: 0 0% 5% 0;
    padding-left: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .cms-index-index .advantages-container {
    margin: 20px 15px 100px;
  }
}
.sidebar .advantages-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.sidebar .advantages-container ul li {
  color: #666;
  margin-bottom: 15px;
}
.sidebar .advantages-container ul li span.img {
  background-image: url(/skin/frontend/kyiv/default/images/advantages_sidebar.png);
  background-repeat: no-repeat;
  display: block;
  height: 66px;
  width: 65px;
  margin: 0 auto 10px;
}
.sidebar .advantages-container ul li .advantages-container__title {
  color: #0074be;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 3px;
  text-transform: none;
}
.sidebar .advantages-container ul li p {
  line-height: 1.2;
  margin: 0;
}
.sidebar .advantages-container ul li p a {
  color: #333;
  text-decoration: underline;
}
.sidebar .advantages-container ul li:nth-child(2) span {
  background-position: center left;
}
.sidebar .advantages-container ul li:nth-child(3) span {
  background-position: bottom left;
}
.sidebar .advantages-container ul li:last-child {
  margin-bottom: 0;
}
.grid-container {
  margin: 50px auto;
  max-width: 960px;
  text-align: center;
}
.grid-container h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
}
.grid-container p {
  font-size: 14px;
  margin-bottom: 40px;
}
.category-grid .item {
  background-color: #eeeeee;
  border: 1px solid #e3e3e3;
  float: left;
  height: 220px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.category-grid .item span {
  color: #333;
  text-transform: uppercase;
}
.category-grid .item .img-block {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.category-grid .item .img-block img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 80%;
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 0;
}
.category-grid .item:hover {
  text-decoration: none;
}
.category_list_2_1 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.category_list_2_1 .item {
  display: block;
  float: none;
  height: 305px;
  margin: 0 1.5% 2% 0;
}
.category_list_2_1 .item:nth-child(2),
.category_list_2_1 .item:nth-child(3),
.category_list_2_1 .item:nth-child(5),
.category_list_2_1 .item:nth-child(6),
.category_list_2_1 .item:nth-child(7),
.category_list_2_1 .item:nth-child(8),
.category_list_2_1 .item:nth-child(10),
.category_list_2_1 .item:nth-child(11) {
  height: 150px;
}
.category_list_2_2 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.category_list_2_2 .item {
  display: block;
  float: none;
  height: 305px;
  margin: 0 1.5% 2% 0;
}
.category_list_2_2 .item:first-child,
.category_list_2_2 .item:nth-child(2),
.category_list_2_2 .item:nth-child(4),
.category_list_2_2 .item:nth-child(5) {
  height: 150px;
}
.category_list_4 .item {
  margin: 0 0.5% 0.5% 0;
  width: 24.5%;
}
.category_list_4 .item:nth-child(5) {
  width: 25%;
}
.category_list_4 .item:nth-child(3),
.category_list_4 .item:nth-child(7) {
  margin: 0 0 0.5% 0;
}
.category_list_4 .item:first-child {
  width: 50%;
}
.category_list_4 .item:first-child span {
  bottom: 25px;
  position: absolute;
  right: 25px;
}
.category_list_4 .item:first-child .img-block img {
  max-height: 100%;
}
@media only screen and (min-width: 771px) {
  .category_list_2_1,
  .category_list_2_2 {
    height: 309px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 770px) {
  .category_list_2_1,
  .category_list_2_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 0 0 0 0.5%;
  }
  .category_list_2_1 .item,
  .category_list_2_2 .item {
    margin: 0 5px 5px 0;
  }
  .category_list_4 {
    padding: 0.5%;
  }
  .category_list_4 .item {
    margin: 0 0 0.5% 0;
    width: 49.5%;
  }
  .category_list_4 .item:first-child {
    margin: 0 0 0.5%;
    width: 100%;
  }
  .category_list_4 .item:nth-child(2n+2) {
    margin: 0 0.5% 0.5% 0;
  }
  .category_list_4 .item:nth-child(3),
  .category_list_4 .item:nth-child(7),
  .category_list_4 .item:nth-child(5) {
    width: 50%;
  }
}
.category-container {
  background-image: url("/skin/frontend/kyiv/default/images/category_bg.png");
  text-align: center;
}
.category-container h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 45px 0 55px;
  text-transform: none;
}
.category-container img.hamburger {
  bottom: -10px;
  left: -300px;
  position: absolute;
}
.category-container .category-slider {
  height: 320px;
  overflow: hidden;
}
.category-container .category-slider .item {
  background-color: #fff;
  border: 1px solid #dddddd;
  display: block;
  float: left;
  height: 310px;
  margin: 0 2% 2% 0;
  padding: 30px;
  position: relative;
  width: 23.5%;
}
.category-container .category-slider .item span {
  color: #333;
  text-transform: uppercase;
}
.category-container .category-slider .item .img-block {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.category-container .category-slider .item .img-block img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 80%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.category-container .category-slider .item:hover {
  text-decoration: none;
}
.category-container .category-slider .item:nth-child(4n+4) {
  margin: 0;
}
.category-container #more {
  background-image: url("/skin/frontend/kyiv/default/images/more_button.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 90px;
  margin: 20px auto;
  opacity: 0.9;
  padding-top: 75px;
  position: relative;
  width: 70px;
}
.category-container #more span {
  text-align: center;
  text-transform: uppercase;
}
.category-container #more:hover {
  opacity: 1;
}
.category-container #more.not-show {
  background-image: url("/skin/frontend/kyiv/default/images/hide_button.png") !important;
}
.category-container .main-container {
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 771px) {
  .category-container .category-slider .item:nth-child(4n+4) {
    margin: 0 0 2% 0;
  }
}
@media only screen and (max-width: 770px) {
  .category-container .category-slider .item {
    height: 155px;
    width: 48.5%;
  }
  .category-container .category-slider .item:nth-child(2n+2) {
    margin: 0 0 2% 0;
  }
}
.subscribe-container {
  background-color: #b1f3f5;
  margin-bottom: 200px;
}
.subscribe-container .subscribe {
  background-image: url("/skin/frontend/kyiv/default/images/subscribe_bg.png");
  height: 635px;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 45px;
  position: relative;
}
.subscribe-container .subscribe .social {
  display: none;
}
.subscribe-container .subscribe .social .bg-block {
  background-image: url("/skin/frontend/kyiv/default/images/subscribe_left_bg.png");
  height: 784px;
  left: -85px;
  position: absolute;
  top: 20px;
  width: 570px;
  z-index: 100;
}
.subscribe-container .subscribe .social .social-button {
  bottom: -60px;
  right: 0;
  position: absolute;
  z-index: 1000;
}
.subscribe-container .subscribe .social .social-button li {
  float: left;
  margin: 0 20px 0 0;
}
.subscribe-container .subscribe .social .social-button li p {
  margin: 10px 0;
}
.subscribe-container .subscribe .social .social-button li a {
  background-image: url("/skin/frontend/kyiv/default/images/social_button.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  opacity: 0.9;
  height: 50px;
  width: 51px;
}
.subscribe-container .subscribe .social .social-button li a:hover {
  opacity: 1;
}
.subscribe-container .subscribe .social .social-button li a.vk {
  background-position: left center;
}
.subscribe-container .subscribe .social .social-button li a.gplus {
  background-position: center center;
}
.subscribe-container .subscribe .social .social-button li a.fb {
  background-position: right center;
}
.subscribe-container .subscribe .social .social-button li a.twitter {
  background-image: url("/skin/frontend/kyiv/default/images/icon_twitter-50x50.gif");
  border-radius: 50px;
}
.subscribe-container .subscribe .social .social-button li a.youtube {
  background-image: url("/skin/frontend/kyiv/default/images/youtube50x50.png");
  background-color: #fff;
  border-radius: 50px;
}
.subscribe-container .subscribe .form {
  background-color: #fff;
  border: 1px solid #dddddd;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  margin: 0 auto;
  height: 540px;
  width: 460px;
}
.subscribe-container .subscribe .form .form-top {
  height: 110px;
}
.subscribe-container .subscribe .form .form-top p {
  font-size: 60px;
  margin: 0;
  padding: 15px 0 10px;
  text-align: center;
}
.subscribe-container .subscribe .form .form-middle {
  background-color: #00aeef;
  height: 120px;
}
.subscribe-container .subscribe .form .form-middle p {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
.subscribe-container .subscribe .form .form-bottom {
  background-color: #eee;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
  height: 250px;
  margin: 30px 25px;
  width: 410px;
}
.subscribe-container .subscribe .form .form-bottom .block-subscribe {
  margin: 45px auto;
  text-align: center;
  width: 260px;
}
.subscribe-container .subscribe .form .form-bottom .block-subscribe input[type="email"] {
  background-color: #fff;
  width: 100%;
  line-height: 2.5;
  border-color: #ccc;
}
.subscribe-container .subscribe .form .form-bottom .block-subscribe button {
  background-image: url("/skin/frontend/kyiv/default/images/subscribe_button_bg.png");
  box-shadow: 1px 1px 1px rgba(2,36,209,0.9);
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  width: 100%;
}
.subscribe-container .subscribe .form .form-bottom .block-subscribe button:hover {
  background-image: none;
  background-color: #2C92CC;
}
@media only screen and (min-width: 771px) {
  .subscribe {
    background-repeat: no-repeat;
  }
  .subscribe .social {
    display: block !important;
  }
  .subscribe .form {
    float: right;
  }
}
@media only screen and (max-width: 460px) {
  .subscribe-container .subscribe .form .form-top p {
    font-size: 50px;
  }
  .subscribe-container .subscribe .form {
    width: 100%;
  }
  .subscribe-container .subscribe .form .form-bottom {
    margin: 30px 0;
    width: 100%;
  }
  .subscribe-container .subscribe .form .form-bottom .block-subscribe input[type="email"] {
    line-height: 1;
  }
}
.vitrina-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px 5px 230px 5px 230px 5px 230px;
  grid-template-columns: repeat(4,230px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 5px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.vitrina-grid .grid-item {
  background-color: #fff;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.vitrina-grid .grid-item span {
  display: block;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  width: 100%;
}
.vitrina-grid .grid-item ul {
  padding: 10px;
}
.vitrina-grid .grid-item ul.collapsed {
  max-height: 80px;
  overflow: hidden;
}
.vitrina-grid .grid-item .colapse-link {
  padding: 10px;
  margin-top: -20px;
}
.vitrina-grid .grid-item:hover {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
}
.vitrina-grid .category img {
  width: 100%;
  height: 230px;
}
.vitrina-grid .video div {
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.vitrina-grid .video div a.video-popup {
  bottom: 0;
  display: block;
  height: 40%;
  left: 0;
  margin: auto;
  max-height: 110px;
  max-width: 110px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: -15%;
  width: 27%;
}
.vitrina-grid .video div a.video-popup img {
  height: 80%;
  margin: 15px auto;
  width: auto;
}
.vitrina-grid .video span {
  background-color: rgba(0,0,0,0.7);
  bottom: 0 !important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  left: 0;
  padding: 15px 15px 10px 64px;
  position: absolute;
  text-align: left;
  top: unset !important;
  width: 100% !important;
  display: table-cell;
  vertical-align: middle;
}
.vitrina-grid .video span:before {
  content: ' ';
  display: block;
  height: 48px;
  width: 48px;
  position: absolute;
  background: url("/skin/frontend/kyiv/default/images/video.png");
  left: 10px;
  top: 10px;
}
.vitrina-grid .video:hover div a.video-popup {
  opacity: 1;
}
.vitrina-grid .post {
  background-color: #eeeeee;
}
.vitrina-grid .post .post-container {
  border: 1px solid #dddddd;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.vitrina-grid .post .post-container p {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  text-align: center;
  color: #212121;
  font-size: 10px;
  left: 0;
  line-height: 1.7;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 12px;
  width: 75%;
  z-index: 10;
}
.vitrina-grid .post .post-container .post-img {
  background-size: cover;
  height: 85%;
  margin: 0 auto;
  max-height: 405px;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.vitrina-grid .post .post-container .post-img img {
  bottom: -5px;
  height: auto;
  position: absolute;
  width: 100%;
}
.vitrina-grid .post .post-container span {
  background-color: transparent;
  color: #212121;
  font-size: 12px;
  font-weight: 300;
  margin: 0 auto;
  width: 75%;
  text-align: center;
  padding: 0;
}
.vitrina-grid .filler {
  font-size: 0;
}
.vitrina-grid.vitrina-grid_columns_3 {
  grid-template-columns: repeat(3,230px);
}
@media only screen and (max-width: 640px) {
  .vitrina-grid.vitrina-grid_columns_3 {
    grid-template-columns: repeat(2,50%);
  }
}
#fillers {
  display: none;
}
.nav-category-menu {
  position: relative;
  height: 75px;
  padding: 15px 0 0;
}
.nav-category-menu .category-menu {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
.nav-category-menu .title-wrapper {
  display: inline-block;
  text-align: center;
}
.nav-category-menu .title-wrapper div {
  text-transform: none;
  color: #03a9f4;
  position: relative;
  padding: 15px 40px 10px 30px;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: 0;
}
.nav-category-menu .title-wrapper div span {
  background-image: url("/skin/frontend/kyiv/default/images/categories-list-down.png");
  display: block;
  height: 11px;
  margin: 8px 0 0 10px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 19px;
}
.nav-category-menu .title-wrapper:hover div.hovered {
  color: #fff;
  background: #2196F3;
}
.nav-category-menu .title-wrapper:hover div.hovered span {
  background-position: bottom center;
  right: 15px;
}
.nav-category-menu .title-wrapper .categories-list {
  display: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.16);
  margin: 0;
  padding: 0;
  z-index: 10;
}
.nav-category-menu .title-wrapper .categories-list li {
  list-style: none;
}
.nav-category-menu .title-wrapper:hover .categories-list {
  display: block;
}
.nav-category-menu .title-wrapper:hover .categories-list li a {
  display: block;
  padding: 0px 15px 0px 20px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  color: #333;
}
.nav-category-menu .title-wrapper:hover .categories-list li a:hover {
  color: #0074be;
}
h1.vitrina-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 16px;
}
.quick-links {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  margin-top: 20px;
}
.quick-links ul {
  list-style: outside none none;
  margin: 0;
}
.quick-links ul li {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  position: relative;
}
.quick-links ul li.active {
  background-color: #00668F;
}
.quick-links ul li.active a {
  color: #fff;
}
.quick-links ul li.active:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #00668F transparent transparent transparent;
  z-index: 1;
}
.category-description {
  background-color: #eeeeee;
  border-top: 3px solid #ddd;
  color: #999;
}
.category-description h1,
.category-description .h1,
.category-description h2,
.category-description .h2,
.category-description h3,
.category-description .h3 {
  font-size: 14px;
  text-transform: none;
}
.category-description .col2-set {
  margin: 0 -15px;
}
.category-description .col2-set .col-1,
.category-description .col2-set .col-2 {
  padding: 0 15px;
}
@media only screen and (max-width: 960px) {
  .category-description .main-container {
    padding: 15px;
  }
}
.viewed-container {
  background-color: #eeeeee;
  padding: 25px 0 35px;
}
.viewed-container .block-title {
  border: none;
  text-align: center;
  margin-bottom: 25px;
}
.viewed-container .block-title span {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.viewed-container .recently-viewed-items .item {
  min-height: 255px;
}
.viewed-container .recently-viewed-items .item .product-image {
  display: block;
  margin-bottom: 10px;
}
.viewed-container .recently-viewed-items .item .product-image img {
  border: 3px solid #ddd;
  height: auto;
  width: 100%;
}
.viewed-container .recently-viewed-items .item p.product-name {
  height: 50px;
}
.viewed-container .recently-viewed-items .item p.product-name a,
.viewed-container .recently-viewed-items .item p.product-name a:hover {
  color: #333;
  font-size: 12px;
  text-transform: none;
}
.viewed-container .no-carousel {
  display: table;
  margin: 0 auto;
}
.viewed-container .no-carousel .item {
  float: left;
  max-width: 180px;
  margin: 0 10px 0 0;
}
.viewed-container .owl-carousel .owl-controls .owl-nav .owl-prev,
.viewed-container .owl-carousel .owl-controls .owl-nav .owl-next {
  top: 25%;
}
.products-grid .row {
  margin-left: -5px;
  margin-right: -5px;
}
.products-grid .col-lg-4,
.products-grid .col-md-4,
.products-grid .col-sm-6,
.products-grid .col-xs-6,
.products-grid .col-lg-12,
.products-grid .col-md-12,
.products-grid .col-sm-12,
.products-grid .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.products-grid .item {
  background-color: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 395px;
  margin-bottom: 10px;
  text-align: left;
}
.products-grid .item .top-block {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  position: relative;
}
.products-grid .item .top-block .free-delivery-bage {
  background-image: url("/skin/frontend/kyiv/default/images/product-bage-large.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: 56px;
  position: absolute;
  left: 10px;
  top: 70px;
  width: 60px;
}
.products-grid .item .top-block .hit-bage {
  background-image: url("/skin/frontend/kyiv/default/images/product-bage-large.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 56px;
  position: absolute;
  right: 10px;
  top: 70px;
  width: 60px;
}
.products-grid .item .top-block .new-bage {
  background-image: url("/skin/frontend/kyiv/default/images/product-bage-large.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 56px;
  position: absolute;
  left: 10px;
  top: 70px;
  width: 60px;
}
.products-grid .item .top-block .type_533 {
  background-image: url("/skin/frontend/kyiv/default/images/label-small.png");
  background-repeat: no-repeat;
  bottom: 5px;
  height: 31px;
  left: -4px;
  position: absolute;
  text-align: center;
  width: 166px;
}
.products-grid .item .top-block .type_534 {
  background-image: url("/skin/frontend/kyiv/default/images/label-small.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  height: 35px;
  left: -4px;
  position: absolute;
  text-align: center;
  width: 130px;
}
.products-grid .item .center-block {
  background-color: #fff;
  height: 65px;
  padding: 0 10px;
}
.products-grid .item .center-block .stock-alert {
  color: #0074be;
  float: right;
  font-size: 12px;
  text-decoration: underline;
  width: 100px;
}
.products-grid .item .rating-block {
  height: 10px;
  margin-bottom: 10px;
  position: relative;
}
.products-grid .item .rating-block .ratings {
  background-image: url("/skin/frontend/kyiv/default/images/comment_bg.png");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0;
}
.products-grid .item .rating-block .ratings .amount {
  position: absolute;
  top: -3px;
  left: 20px;
  margin: 0;
  font-size: 11px;
}
.products-grid .item .rating-block .ratings .amount a {
  color: #999;
}
.products-grid .item .rating-block .ratings .rating-box {
  background-image: url("/skin/frontend/kyiv/default/images/small_rating.png");
  background-position: left bottom;
  background-size: inherit;
  height: 10px;
  width: 60px;
}
.products-grid .item .rating-block .ratings .rating-box .rating {
  background-image: url("/skin/frontend/kyiv/default/images/small_rating.png");
  background-position: left top;
  background-size: inherit;
}
.products-grid .item .product-name a {
  color: #0074be;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  text-transform: none;
}
.products-grid .item .product-image {
  border: none;
  margin-bottom: 0;
  height: 155px;
  position: relative;
}
.products-grid .item .product-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.products-grid .item .price-box {
  float: left;
  position: relative;
  margin: 10px 0 0;
}
.products-grid .item .price-box .old-price {
  position: absolute;
  top: -15px;
}
.products-grid .item .button {
  float: right;
  font-size: 18px;
  font-weight: normal;
}
.products-grid .item .availability {
  color: #a9a9a9;
  float: left;
  font-size: 12px;
  margin: 5px 0;
  text-transform: lowercase;
}
.products-grid .item .add-to-links {
  float: right;
  margin: 0 10px 0;
  padding: 0;
}
.products-grid .item .add-to-links li {
  float: none;
  margin: 0;
  display: inline-block;
}
.products-grid .item .add-to-links li a {
  background-image: url(/skin/frontend/kyiv/default/images/add_to_icons.png);
  background-repeat: no-repeat;
  margin: 2px;
  padding: 0;
  opacity: 0.4;
  height: 20px;
  width: 20px;
}
.products-grid .item .add-to-links li a.link-notification {
  background-position: 0 -20px;
}
.products-grid .item .add-to-links li a.link-compare {
  background-position: 0 -40px;
}
.products-grid .item .add-to-links li a.link-wishlist {
  background-position: 0 -60px;
}
.products-grid .item .add-to-links li a:hover {
  opacity: 0.6;
}
.products-grid .item .description-block {
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  height: auto;
  max-height: 6.2em;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  max-height: 80px;
}
.products-grid .item .description-block strong {
  color: #333;
  font-size: 12px;
}
.products-grid .item .special-price-block {
  background-color: #3b3a3a;
  border-top: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  height: 88px;
  line-height: 1.1;
  padding: 10px;
  text-align: center;
}
.products-grid .item .special-price-block .discount {
  background: #ff9600;
  background: -moz-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -webkit-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -o-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -ms-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: linear-gradient(180deg,#ff9600 20%,#ffcc33 80%);
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 500;
  height: 40px;
  line-height: 2;
  margin: 0 auto 5px;
  padding: 0 10px;
  width: 62px;
}
.products-grid .item .special-price-block strong {
  color: #ffca31;
  font-size: 11px;
  text-transform: uppercase;
}
.products-grid .item .special-price-block p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.products-grid .item .special-price-block.sale .discount {
  background: #33FF69;
  background: -moz-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: -webkit-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: -o-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: -ms-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: linear-gradient(180deg,#29CC52 0,#33FF69 100%);
}
.products-grid .item .special-price-block.sale strong {
  color: #33FF69;
}
.products-grid .item .sale-block {
  background-color: #3b3a3a;
  border-top: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  height: 88px;
  line-height: 1.1;
  padding: 30px 10px;
  text-align: center;
}
.products-grid .item .sale-block strong {
  color: #33FF69;
  font-size: 20px;
  text-transform: uppercase;
}
.products-grid .item:hover {
  border-color: #c8c8c8;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.products-grid .item.minimal {
  height: 175px;
}
.products-grid .banner {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  margin: 15px 0 25px;
  overflow: hidden;
}
.products-grid .banner img {
  width: 100%;
}
.products-list .row {
  margin-left: -5px;
  margin-right: -5px;
}
.products-list .col-lg-5,
.products-list .col-md-4,
.products-list .col-sm-4,
.products-list .col-xs-4,
.products-list .col-lg-7,
.products-list .col-md-8,
.products-list .col-sm-8,
.products-list .col-xs-8,
.products-list .col-lg-12,
.products-list .col-md-12,
.products-list .col-sm-12,
.products-list .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.products-list .item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: table;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px;
  position: relative;
}
.products-list .item .type_533 {
  background-image: url("/skin/frontend/kyiv/default/images/label-small.png");
  background-repeat: no-repeat;
  bottom: 5px;
  height: 31px;
  left: -13px;
  position: absolute;
  text-align: center;
  width: 166px;
}
.products-list .item .type_534 {
  background-image: url("/skin/frontend/kyiv/default/images/label-small.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  bottom: 0;
  height: 35px;
  left: -13px;
  position: absolute;
  text-align: center;
  width: 130px;
}
.products-list .item .product-image {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.products-list .item .product-image img {
  margin: 0 auto;
  max-width: 100%;
}
.products-list .item .rating-block {
  height: 10px;
  margin-bottom: 10px;
  position: relative;
}
.products-list .item .rating-block .ratings {
  background-image: url("/skin/frontend/kyiv/default/images/comment_bg.png");
  background-repeat: no-repeat;
  background-position: center left;
  margin: 0;
}
.products-list .item .rating-block .ratings .amount {
  position: absolute;
  top: -3px;
  left: 20px;
  margin: 0;
  font-size: 11px;
}
.products-list .item .rating-block .ratings .amount a {
  color: #999;
}
.products-list .item .rating-block .ratings .rating-box {
  background-image: url("/skin/frontend/kyiv/default/images/small_rating.png");
  background-position: left bottom;
  height: 10px;
  margin-left: 80px;
  width: 60px;
}
.products-list .item .rating-block .ratings .rating-box .rating {
  background-image: url("/skin/frontend/kyiv/default/images/small_rating.png");
  background-position: left top;
}
.products-list .item .product-name {
  margin-left: 10px;
}
.products-list .item .product-name a {
  color: #0074be;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  text-transform: none;
}
.products-list .item .price-box {
  float: left;
  position: relative;
  margin: 10px 0 0;
}
.products-list .item .price-box .old-price {
  position: absolute;
  top: -15px;
}
.products-list .item .stock-alert {
  color: #0074be;
  font-size: 12px;
  margin: 10px 0;
  text-decoration: underline;
  width: 100px;
}
.products-list .item .button {
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.products-list .item .availability {
  color: #a9a9a9;
  float: left;
  font-size: 12px;
  margin: 5px 0;
  text-transform: lowercase;
}
.products-list .item .add-to-links {
  float: left;
  margin: 5px 0;
  padding: 0;
}
.products-list .item .add-to-links li {
  float: none;
  margin: 0;
  display: inline-block;
}
.products-list .item .add-to-links li a {
  background-image: url(/skin/frontend/kyiv/default/images/add_to_icons.png);
  background-repeat: no-repeat;
  margin: 2px;
  padding: 0;
  opacity: 0.4;
  height: 20px;
  width: 20px;
}
.products-list .item .add-to-links li a.link-notification {
  background-position: 0 -20px;
}
.products-list .item .add-to-links li a.link-compare {
  background-position: 0 -40px;
}
.products-list .item .add-to-links li a.link-wishlist {
  background-position: 0 -60px;
}
.products-list .item .add-to-links li a:hover {
  opacity: 0.6;
}
.products-list .item .description-block {
  margin: 10px 0;
  color: #666;
  font-size: 12px;
  max-height: 80px;
  overflow: hidden;
}
.products-list .item .description-block strong {
  color: #333;
  font-size: 12px;
}
.products-list .item:hover {
  border-color: #c8c8c8;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.products-list .banner {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  margin: 15px 0 25px;
  overflow: hidden;
}
.products-list .banner img {
  width: 100%;
}
.products-list .products-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.availability .stock-is-ending {
  color: #fff;
  background-color: #cc0000;
  padding: 0 5px;
}
.availability .out-of-stock {
  color: #fff;
  background-color: #999999;
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
  .products-grid .col-xs-6 {
    width: 100%;
  }
  .products-list .item {
    height: auto;
  }
  .products-list .item .product-name {
    margin: 10px 0 5px;
  }
  .products-list .col-xs-4,
  .products-list .col-xs-8 {
    width: 100%;
  }
}
#loading {
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  z-index: 99999;
}
.bestseller .page-title {
  text-align: center;
}
.bestseller .page-title h2 {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}
.bestseller .special-price-block {
  height: 93px !important;
}
.category-products .data-table th {
  background: #727272 none repeat scroll 0 0;
  border: none;
  color: #fff;
  font-size: 14px;
  text-transform: none;
}
.category-products .data-table td,
.category-products .data-table th {
  border: none;
  padding: 5px;
}
.category-products .data-table tr:nth-child(odd) {
  background-color: #fff;
}
.category-products .data-table tbody td {
  font-family: 'Roboto', sans-serif;
}
.category-products .data-table tbody td .product-name a {
  color: #0074be;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
}
.category-products .data-table tbody td .add-to-links {
  margin: 5px 10px;
}
.category-products .data-table tbody td .add-to-links li {
  float: none;
  margin: 0;
  display: inline-block;
}
.category-products .data-table tbody td .add-to-links li a {
  background-image: url(/skin/frontend/kyiv/default/images/add_to_icons.png);
  background-repeat: no-repeat;
  margin: 2px;
  padding: 0;
  opacity: 0.4;
  height: 20px;
  width: 20px;
}
.category-products .data-table tbody td .add-to-links li a.link-notification {
  background-position: 0 -20px;
}
.category-products .data-table tbody td .add-to-links li a.link-compare {
  background-position: 0 -40px;
}
.category-products .data-table tbody td .add-to-links li a.link-wishlist {
  background-position: 0 -60px;
}
.category-products .data-table tbody td .add-to-links li a:hover {
  opacity: 0.6;
}
.category-products .data-table tbody td .availability {
  color: #a9a9a9;
  font-size: 12px;
  text-transform: lowercase;
}
.category-products .data-table tbody td .button {
  font-size: 18px;
  font-weight: normal;
}
.category-products .data-table tbody td.wide {
  width: 45%;
}
@media only screen and (max-width: 770px) {
  .category-products .data-table tbody td .add-to-links {
    margin: 5px;
  }
  .category-products .data-table tbody td.wide {
    width: 35%;
  }
}
@media only screen and (max-width: 480px) {
  .category-products .data-table tbody td .add-to-links,
  .category-products .data-table th .add-to-links {
    margin: 5px 15px;
  }
  .category-products .data-table tbody td:first-child,
  .category-products .data-table tbody td:nth-child(2),
  .category-products .data-table th:first-child,
  .category-products .data-table th:nth-child(2) {
    display: none;
  }
}
.toolbar {
  background: none;
  border: none;
}
.toolbar .pager {
  display: none;
  float: none;
}
.toolbar .pager .pages {
  float: none;
  margin: 0;
}
.toolbar .pager .pages li {
  display: inline-block;
}
.toolbar .pager .pages li a,
.toolbar .pager .pages li span {
  background-color: transparent;
  background-image: url("/skin/frontend/kyiv/default/images/pager_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #0074be;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 14px;
}
.toolbar .pager .pages .current span,
.toolbar .pager .pages .current:hover span {
  background-position: left center;
}
.toolbar .sorter {
  float: none;
  margin: 0;
}
.toolbar .sorter .view-mode strong.grid,
.toolbar .sorter .view-mode strong.grid:hover {
  background-position: left top;
}
.toolbar .sorter .view-mode .grid,
.toolbar .sorter .view-mode .grid:hover {
  background-image: url("/skin/frontend/kyiv/default/images/view_mode_icon.png");
  background-position: right top;
  background-size: inherit;
  height: 35px;
  width: 35px;
}
.toolbar .sorter .view-mode strong.list,
.toolbar .sorter .view-mode strong.list:hover {
  background-position: left bottom;
}
.toolbar .sorter .view-mode .list,
.toolbar .sorter .view-mode .list:hover {
  background-image: url("/skin/frontend/kyiv/default/images/view_mode_icon.png");
  background-position: right bottom;
  background-size: inherit;
  height: 35px;
  width: 35px;
}
.toolbar-bottom .pager {
  display: block;
}
.toolbar-bottom .sorter {
  display: none;
}
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.pager-no-toolbar {
  margin-bottom: 10px;
}
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}
.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}
.sorter .sort-by {
  float: left;
}
.sorter .sort-by li.sort-mode-item {
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}
.sorter .sort-by li.sort-mode-item a {
  background-color: #f5f5f5;
  border-radius: 4px;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  color: #0074be;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  padding: 5px 10px;
  text-decoration: none;
}
.sorter .sort-by li.sort-mode-item a.active {
  color: #333;
  background-color: #dddddd;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: none;
  border-bottom: none;
}
.sorter .sort-by li.sort-mode-item a.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 44%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ddd transparent transparent transparent;
}
.sorter > .view-mode {
  float: right;
  margin: 0;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}
.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}
@media only screen and (max-width: 479px) {
  .sorter .sort-by li.sort-mode-item {
    display: block;
    margin: 0 0 15px 0;
  }
  .sorter .sort-by li.sort-mode-item:last-child {
    margin: 0;
  }
  .pager .amount--has-pages {
    display: none;
  }
  .pages {
    float: left;
  }
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
.catalog-product-view .main-container {
  padding: 40px 0;
}
.product-view .product-essential {
  background-color: #fff;
}
.product-view .product-shop .product-name .h1 {
  color: #03a9f4;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.product-view .product-shop .type_533 {
  background-color: #ffabc7;
  border-left: 5px solid #ff3366;
  height: 35px;
  padding: 0 10px;
  text-align: left;
  width: 190px;
}
.product-view .product-shop .type_533 span:before {
  color: #ff3366;
  content: "САМИ ПРОИЗВОДИМ";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
}
.product-view .product-shop .type_534 {
  background-color: #ffdbff;
  border-left: 5px solid #9900cc;
  height: 35px;
  padding: 0 10px;
  text-align: left;
  width: 190px;
}
.product-view .product-shop .type_534 span:before {
  color: #9900cc;
  content: "НАШ ИМПОРТ";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
}
.product-view .product-shop .info {
  width: 100%;
  margin-bottom: 10px;
}
.product-view .product-shop .info .short-description {
  border-left: 5px solid #03a9f4;
  width: 330px;
  padding: 5px 10px;
  float: left;
  margin-top: 5px;
}
.product-view .product-shop .info .short-description strong {
  color: #03a9f4;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.product-view .product-shop .info .ratings {
  background-color: #eeeeee;
  border: 1px solid #c26900;
  border-radius: 4px;
  float: right;
  margin: 0;
  padding: 5px 7px;
  text-align: center;
  width: 110px;
  height: 85px;
  line-height: 1.15;
}
.product-view .product-shop .info .ratings span {
  color: #999;
  text-transform: uppercase;
  font-size: 9px;
}
.product-view .product-shop .info .ratings .rating-value {
  color: #d5ab03;
  font-size: 26px;
  letter-spacing: 2px;
}
.product-view .product-shop .info .ratings .rating-word {
  color: #ff0000;
}
.product-view .product-shop .info .ratings .rating-box {
  background-image: url("/skin/frontend/kyiv/default/images/rating.png");
  width: 95px;
  height: 15px;
  background-position: left bottom;
  padding: 0;
  display: block;
  margin: 2px 0 0 -2px;
}
.product-view .product-shop .info .ratings .rating-box .rating {
  background-image: url("/skin/frontend/kyiv/default/images/rating.png");
  float: none;
  height: 15px;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.product-view .product-shop .sku {
  color: #727272;
}
.product-view .product-shop .add-to-cart-wrapper {
  background-color: #eeeeee;
  border-radius: 3px;
  border: 1px solid #ddd;
  float: none;
  padding: 0;
  width: 465px;
}
.product-view .product-shop .add-to-cart-wrapper .special-price-block {
  background-color: #3b3a3a;
  border-radius: 3px 3px 0 0;
  padding: 15px;
  position: relative;
  height: 75px;
}
.product-view .product-shop .add-to-cart-wrapper .special-price-block:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 110px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3b3a3a transparent transparent transparent;
}
.product-view .product-shop .add-to-cart-wrapper .special-price-block .discount {
  background: #ff9600;
  background: -moz-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -webkit-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -o-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -ms-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: linear-gradient(180deg,#ff9600 20%,#ffcc33 80%);
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 24px;
  font-weight: 500;
  height: 44px;
  line-height: 1.9;
  margin: 0 15px 0 0;
  padding: 0 10px;
  width: 70px;
  float: left;
}
.product-view .product-shop .add-to-cart-wrapper .special-price-block strong {
  color: #FFCA31;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-view .product-shop .add-to-cart-wrapper .special-price-block p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.product-view .product-shop .add-to-cart-wrapper .special-price-block.sale .discount {
  background: #33FF69;
  background: -moz-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: -webkit-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: -o-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: -ms-linear-gradient(90deg,#29CC52 0,#33FF69 100%);
  background: linear-gradient(180deg,#29CC52 0,#33FF69 100%);
}
.product-view .product-shop .add-to-cart-wrapper .special-price-block.sale strong {
  color: #33FF69;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box {
  padding: 15px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .left {
  float: left;
  text-align: center;
  width: 50%;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .left .price-box {
  height: 50px;
  position: relative;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .left .price-box .old-price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .left .price-box .old-price .price {
  font-size: 16px;
  font-weight: 400;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .left .price-box .special-price {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .left .price-box .price {
  font-size: 26px;
  font-weight: 500;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right {
  float: right;
  padding: 5px 0 0 5%;
  text-align: center;
  width: 50%;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links {
  margin: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links li {
  background-image: url(/skin/frontend/kyiv/default/images/add_to_icons.png);
  background-repeat: no-repeat;
  margin: 0 0 5px;
  padding-left: 25px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links li a {
  border: none;
  color: #212121;
  margin: 0;
  text-decoration: underline;
  padding: 2px 0;
  white-space: nowrap;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links li:first-child {
  background-position: 0 2px;
  margin-bottom: 30px;
  padding-left: 30px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links li:first-child a {
  color: #2196f3;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links li:nth-child(2) {
  background-position: 0 -20px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links li:nth-child(3) {
  background-position: 0 -40px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .right .add-to-links li:nth-child(4) {
  background-position: 0 -60px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .add-to-cart {
  border: none;
  margin: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .add-to-cart .button {
  min-height: 42px;
  line-height: unset;
  font-size: 16px;
  padding: 0px;
  float: none;
  min-width: 190px;
  width: 100%;
  white-space: normal;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box .add-to-cart .button span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
}
.product-view .product-shop .advantages-container {
  padding: 30px;
  width: 100%;
}
.product-view .product-shop .advantages-container ul {
  margin: 0 auto;
  width: 240px;
}
.product-view .product-shop .advantages-container ul li {
  background-image: url(/skin/frontend/kyiv/default/images/advantages_product_page.png);
  background-repeat: no-repeat;
  color: #666;
  margin-bottom: 15px;
  padding-left: 60px;
}
.product-view .product-shop .advantages-container ul li .advantages-container__title {
  color: #2196f3;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
  text-transform: none;
}
.product-view .product-shop .advantages-container ul li p {
  line-height: 1.2;
  margin: 0;
}
.product-view .product-shop .advantages-container ul li p a {
  color: #333;
  text-decoration: underline;
}
.product-view .product-shop .advantages-container ul li:nth-child(2) {
  background-position: center left;
}
.product-view .product-shop .advantages-container ul li:nth-child(3) {
  background-position: bottom left;
}
.product-view .product-img-box .product-image {
  border: none;
}
.product-view .product-video-box h4 {
  font-size: 22px;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 20px;
}
.product-view .product-video-box .product-video {
  margin-bottom: 20px;
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 25px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 450px;
  margin: 0px auto;
}
@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before,
.product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
  display: block;
}
.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -2px;
}
.product-image-thumbs a {
  display: inline-block;
}
.product-view .product-shop,
.product-view .add-to-cart-wrapper {
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper {
    padding: 0 15px;
  }
}
.product-img-box {
  padding: 15px 15px 0 0;
  position: relative;
}
.product-img-box .free-delivery-bage {
  position: absolute;
  background-image: url("/skin/frontend/kyiv/default/images/product-bage-large.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: 112px;
  width: 120px;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-img-box .hit-bage {
  position: absolute;
  background-image: url("/skin/frontend/kyiv/default/images/product-bage-large.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 112px;
  width: 120px;
  top: 0;
  right: 35px;
  z-index: 1;
}
.product-img-box .new-bage {
  position: absolute;
  background-image: url("/skin/frontend/kyiv/default/images/product-bage-large.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 112px;
  width: 120px;
  top: 0;
  left: 35px;
  z-index: 1;
}
.product-img-box .manufacturer {
  color: #727272;
  font-size: 13px;
  display: block;
  margin: 20px auto;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}
.product-img-box .manufacturer span {
  display: inline-block;
  margin: 0 5px;
}
.product-img-box .manufacturer span.manufacturer94 {
  background-image: url(/skin/frontend/kyiv/default/images/manufacturer94.jpg);
  background-repeat: no-repeat;
  height: 31px;
  line-height: 2.5;
  text-indent: -9999px;
  width: 81px;
}
.product-img-box .manufacturer span.UA {
  background-image: url(/skin/frontend/kyiv/default/images/UA.jpg);
  background-repeat: no-repeat;
  padding-left: 25px;
}
.more-views {
  margin: 0 auto;
  width: 71%;
}
.more-views.owl-carousel {
  margin: 0 auto;
  width: 80%;
}
.more-views.owl-carousel .owl-controls .owl-nav .owl-prev,
.more-views.owl-carousel .owl-controls .owl-nav .owl-next {
  background-image: url("/skin/frontend/kyiv/default/images/thumbs_arrows.png");
  cursor: pointer;
  height: 31px;
  top: 30%;
  width: 18px;
}
.more-views.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -25px;
}
.more-views.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -25px;
}
@media only screen and (max-width: 770px) {
  .product-img-box {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
  .product-img-box .hit-label {
    right: 15px;
  }
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-collateral {
    width: 100%;
    float: none;
  }
  .catalog-product-view .product-view .product-shop .advantages-container {
    padding: 30px 0 0;
  }
  .catalog-product-view .product-view .product-shop .advantages-container ul {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .product-view .product-shop .add-to-cart-wrapper .add-to-box .left,
  .product-view .product-shop .add-to-cart-wrapper .add-to-box .right {
    float: none;
  }
  .product-view .product-shop .add-to-cart-wrapper .add-to-box .right {
    padding: 25px 0 0;
  }
  .product-snippet {
    display: none;
  }
}
.products-list .extra-snippet .product-snippet.product-timer {
  padding: 5px 10px 10px 58px;
}
.category-products .product-snippet.product-timer {
  padding: 15px 10px 10px 58px;
}
.product-essential .product-snippet.product-timer {
  position: relative;
  float: right;
  background: none;
  margin-top: -35px;
  padding-right: 10px;
  border-top: none;
}
.product-essential .product-snippet.product-timer > p {
  color: #fff;
  line-height: 30px;
}
.category-products .product-snippet.product-timer > p {
  color: #666;
  line-height: 30px;
}
.products-list .extra-snippet .product-snippet.product-timer > p:before {
  top: 5px;
}
.product-essential .product-snippet.product-timer > p > span,
.category-products .product-timer > p > span {
  display: inline-block;
  position: relative;
}
.product-essential .product-snippet.product-timer > p > span:before,
.category-products .product-timer > p > span:before {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  color: #888;
  text-align: center;
}
.product-essential .product-snippet.product-timer .timer-days,
.category-products .product-timer .timer-days {
  font-size: 36px;
  margin-right: 5px;
}
.product-essential .product-snippet.product-timer .timer-minutes,
.category-products .product-timer .timer-minutes,
.product-essential .product-snippet.product-timer .timer-hours,
.category-products .product-timer .timer-hours {
  margin-right: 15px;
}
.product-essential .product-snippet.product-timer .timer-minutes:after,
.category-products .product-timer .timer-minutes:after,
.product-essential .product-snippet.product-timer .timer-hours:after,
.category-products .product-timer .timer-hours:after {
  content: ':';
  position: absolute;
  right: -15px;
}
.product-essential .product-snippet.product-timer .timer-days:before,
.category-products .product-timer .timer-days:before {
  content: 'дней';
  bottom: -14px;
}
.product-essential .product-snippet.product-timer .timer-hours:before,
.category-products .product-timer .timer-hours:before {
  content: 'часов';
  bottom: -10px;
}
.product-essential .product-snippet.product-timer .timer-minutes:before,
.category-products .product-timer .timer-minutes:before {
  content: 'минут';
  bottom: -10px;
}
.product-essential .product-snippet.product-timer .timer-seconds:before,
.category-products .product-timer .timer-seconds:before {
  content: 'секунд';
  bottom: -10px;
}
.product-essential .product-snippet.product-timer .timer-seconds:before {
  left: -4px;
}
.product-essential .product-snippet.product-timer .timer-hours,
.product-essential .product-snippet.product-timer .timer-minutes,
.product-essential .product-snippet.product-timer .timer-seconds,
.category-products .product-timer .timer-hours,
.category-products .product-timer .timer-minutes,
.category-products .product-timer .timer-seconds {
  font-size: 26px;
}
@media only screen and (min-width: 771px) {
  .product-advantages-container ul {
    margin: 0 auto;
  }
}
.mini-product-block {
  display: none;
}
@media only screen and (min-width: 960px) {
  .mini-product-block {
    display: block;
    float: left;
    max-width: 210px;
    width: 22%;
  }
  .mini-product-block .item {
    background-color: #fff;
    border: 3px solid #ddd;
    padding: 10px 5px;
    text-align: center;
  }
  .mini-product-block .item .product-name {
    color: #0074be;
    font-size: 13px;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: left;
  }
  .mini-product-block .item .product-image {
    display: block;
    position: relative;
  }
  .mini-product-block .item .product-image img {
    margin: 0 auto;
  }
  .mini-product-block .item .product-image .type_533 {
    background-image: url("/skin/frontend/kyiv/default/images/label-small.png");
    background-repeat: no-repeat;
    bottom: -5px;
    height: 31px;
    left: -11px;
    position: absolute;
    text-align: center;
    width: 166px;
  }
  .mini-product-block .item .product-image .type_534 {
    background-image: url("/skin/frontend/kyiv/default/images/label-small.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    bottom: -20px;
    height: 35px;
    left: -11px;
    position: absolute;
    text-align: center;
    width: 130px;
  }
  .mini-product-block .item .price-box {
    height: 50px;
    text-align: center;
    position: relative;
  }
  .mini-product-block .item .price-box .price {
    color: #03a9f4;
    font-size: 22px;
  }
  .mini-product-block .item .price-box .regular-price {
    left: 0;
    position: absolute;
    right: 0;
    top: 15px;
  }
  .mini-product-block .item .price-box .special-price {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mini-product-block .item .price-box .special-price .price {
    font-weight: 500;
  }
  .mini-product-block .item .price-box .old-price {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  .mini-product-block .item .price-box .old-price .price {
    color: #666;
    font-size: 16px;
    font-weight: 400;
  }
  .mini-product-block .item .button {
    font-size: 26px;
    margin: 0 auto 15px;
    max-width: 170px;
    padding: 10px;
  }
  .mini-product-block .item .add-to-links {
    border-top: 1px solid #ddd;
    float: none;
    margin: 15px 0 0;
    padding: 15px 0 10px;
    text-align: left;
  }
  .mini-product-block .item .add-to-links li {
    float: none;
    margin: 0 0 5px;
  }
  .mini-product-block .item .add-to-links li a {
    background-image: url(/skin/frontend/kyiv/default/images/add_to_icons.png);
    background-repeat: no-repeat;
    border: none;
    color: #000;
    line-height: 1.7;
    font-size: 12px;
    text-decoration: underline;
    margin: 0;
    padding: 0 0 0 25px;
    opacity: 0.5;
  }
  .mini-product-block .item .add-to-links li a.link-notification {
    background-position: 0 -20px;
  }
  .mini-product-block .item .add-to-links li a.link-compare {
    background-position: 0 -40px;
  }
  .mini-product-block .item .add-to-links li a.link-wishlist {
    background-position: 0 -60px;
  }
}
a.discount {
  display: block;
  color: #03a9f4;
  cursor: pointer;
  font-size: 14px;
  margin: 10px 0;
  text-decoration: underline;
}
.quickview-main .tabs-container,
.quickview-main .advantages-container,
.quickview-main .upsell-border {
  display: none;
}
.quickview-main .more-views {
  width: 80%;
}
.quickview-main .add-to-cart-wrapper {
  width: 415px !important;
}
.block-related {
  background: #ff9600;
  background: -moz-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -webkit-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -o-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: -ms-linear-gradient(90deg,#ff9600 20%,#ffcc33 80%);
  background: linear-gradient(180deg,#ff9600 20%,#ffcc33 80%);
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}
.block-related .block-related-wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 0 0;
}
.block-related .block-title {
  border: none;
  text-align: center;
}
.block-related .block-title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
}
.block-related .block-subtitle {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: center;
}
.block-related .item {
  float: left;
  position: relative;
  width: 225px;
}
.block-related .item .product-name {
  margin: 5px 0 0;
}
.block-related .item .product-name a {
  font-size: 13px;
  text-transform: none;
  color: #333;
}
.block-related .item .product-image {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #ddd;
  display: block;
}
.block-related .item .product-image img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.block-related .item .price-box {
  margin: 0;
}
.block-related .item .price-box .price {
  font-size: 13px;
  text-transform: none;
  color: #333;
}
.block-related div.item {
  margin-right: 14.5%;
  margin-bottom: 20px;
}
.block-related div.item:after {
  content: '+';
  color: #333;
  font-size: 96px;
  left: 120%;
  position: absolute;
  top: 35px;
}
.block-related .related-product-slider {
  float: left;
  margin-right: 14.5%;
  margin-bottom: 30px;
  position: relative;
}
.block-related .related-product-slider:after {
  content: '=';
  color: #333;
  font-size: 96px;
  left: 120%;
  position: absolute;
  top: 35px;
}
.block-related .operation {
  font-size: 96px;
  color: #333;
}
.block-related .related-product-slider .slider-items {
  display: block;
  overflow: hidden;
  width: 225px;
}
.block-related .related-product-slider .slider-items .items {
  display: block;
  position: relative;
}
.block-related .related-product-slider .slider-items .items .item {
  display: table-cell;
  overflow: visible;
  list-style-type: none;
  margin: 0;
}
.block-related .related-product-slider .navButton {
  background-image: url(/skin/frontend/kyiv/default/images/related_arrows.png);
  display: block;
  width: 39px;
  height: 47px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.block-related .related-product-slider .navButton:hover {
  opacity: 1;
}
.block-related .related-product-slider .navButton.previous {
  left: 35px;
}
.block-related .related-product-slider .navButton.next {
  right: 35px;
  background-position: 0 bottom;
}
.block-related .related-product-slider .count {
  bottom: 0;
  color: #333;
  font-size: 26px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 45px;
}
.block-related .related-product-slider .item-content {
  width: 225px;
  height: 320px;
  margin-bottom: 25px;
}
.block-related .offer {
  float: left;
}
.block-related .offer .offer-item {
  background-color: #fff;
  border: 3px solid #ddd;
  padding: 30px 0;
  text-align: center;
  height: 215px;
  width: 225px;
}
.block-related .offer .offer-item .title {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  padding: 0 0 20px 0;
}
.block-related .offer .offer-item .title strong {
  font-size: 16px;
  font-weight: normal;
}
.block-related .offer .offer-item .shop-box {
  padding: 0 15px;
}
.block-related .offer .offer-item .shop-box .button {
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
}
@media only screen and (max-width: 960px) {
  .block-related .block-content {
    width: 840px;
    margin: 0 auto;
  }
  .block-related div.item:after,
  .block-related .related-product-slider:after {
    left: 105%;
  }
  .block-related div.item,
  .block-related .related-product-slider {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 810px) {
  .block-related .block-content {
    width: 260px;
  }
}
.block-upsell {
  text-align: center;
}
.block-upsell .block-title {
  border: none;
}
.block-upsell .block-title h2 {
  font-size: 24px;
  color: #333;
  text-transform: none;
}
.block-upsell .block-subtitle {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px;
  text-transform: none;
}
.block-upsell .block-upsell-wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0;
}
.block-upsell .block-upsell-wrapper .item {
  background-color: #fff;
  border: 3px solid #ddd;
  padding: 15px;
  height: 345px;
  margin-bottom: 15px;
}
.block-upsell .block-upsell-wrapper .item .product-name a {
  color: #333;
  font-size: 13px;
  text-transform: none;
}
.block-upsell .block-upsell-wrapper .item .product-image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.tabs-container {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}
@media only screen and (min-width: 771px) {
  .product-collateral {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    width: 100%;
  }
  .product-collateral .toggle-tabs li {
    position: relative;
  }
  .product-collateral .toggle-tabs li span {
    -moz-user-select: none;
    bottom: -4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 55px;
    line-height: 40px;
    padding: 10px 15px 0 5px;
    position: relative;
    text-transform: none;
  }
  .product-collateral .toggle-tabs li span .tab-icon {
    background-image: url("/skin/frontend/kyiv/default/images/tab_icons.png");
    display: block;
    width: 25px;
    height: 20px;
    float: left;
    margin: 10px 5px;
  }
  .product-collateral .toggle-tabs li:first-child span .tab-icon {
    background-position: -27px 0;
    height: 15px;
  }
  .product-collateral .toggle-tabs li:first-child.current span .tab-icon {
    background-position: 0 0;
  }
  .product-collateral .toggle-tabs li:nth-child(2) span .tab-icon {
    height: 22px;
    float: left;
    background-position: -27px -19px;
  }
  .product-collateral .toggle-tabs li:nth-child(2).current span .tab-icon {
    background-position: 0 -19px;
  }
  .product-collateral .toggle-tabs li:nth-child(3) span .tab-icon {
    background-position: -28px -44px;
    height: 25px;
  }
  .product-collateral .toggle-tabs li:nth-child(3).current span .tab-icon {
    background-position: -55px -44px;
  }
  .product-collateral .toggle-tabs li:nth-child(4) span .tab-icon {
    background-position: -29px -69px;
    height: 23px;
  }
  .product-collateral .toggle-tabs li:nth-child(4).current span .tab-icon {
    background-position: -2px -69px;
  }
  .product-collateral .toggle-tabs li:nth-child(5) span .tab-icon {
    background-position: -28px -93px;
    height: 23px;
  }
  .product-collateral .toggle-tabs li:nth-child(5).current span .tab-icon {
    background-position: -57px -93px;
  }
  .product-collateral .toggle-tabs li.current:after {
    border-color: #212121 transparent transparent;
    border-style: solid;
    border-width: 13px 10px 0;
    bottom: -13px;
    content: "";
    display: block;
    height: 0;
    left: 45%;
    position: absolute;
    width: 0;
  }
  .product-collateral dl > dd {
    border: none;
  }
}
@media only screen and (min-width: 960px) {
  .product-collateral {
    margin-top: -59px;
    float: right;
    width: 78%;
  }
}
.box-reviews {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0;
}
.box-reviews .review-summary-table thead th {
  padding: 15px 5px 10px;
}
.box-reviews .review-summary-table tbody th {
  background-color: #fafafa;
  padding-left: 0;
}
.box-reviews .review-summary-table tbody td input {
  margin: 0;
}
.box-reviews .review-summary-table tbody td label {
  padding: 10px 30px;
}
.box-reviews #customer-reviews .fieldset .form-list textarea {
  min-height: 100px;
}
.box-reviews .ratings .rating-box {
  background-image: url("/skin/frontend/kyiv/default/images/small_rating.png");
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: inherit;
  height: 10px;
  overflow: hidden;
  width: 70px;
}
.box-reviews .ratings .rating-box .rating {
  background-image: url("/skin/frontend/kyiv/default/images/small_rating.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: inherit;
  float: left;
  height: 13px;
}
#customer-reviews .fieldset,
#customer-reviews .buttons-set {
  width: 51%;
}
#customer-reviews .fieldset .form-list {
  width: auto;
}
@media only screen and (max-width: 770px) {
  .box-reviews {
    padding: 20px 15px;
  }
  #customer-reviews .fieldset,
  #customer-reviews .buttons-set {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .box-reviews .review-summary-table tbody td label {
    padding: 10px 20px;
  }
}
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #333;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  text-decoration: none;
}
.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}
.col-left {
  width: 24%;
}
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  position: relative;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 0 10px;
  position: relative;
  display: block;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li {
  line-height: 18px;
  position: relative;
  margin: 2px 0;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li:before {
  background: url('/skin/frontend/kyiv/default/images/ico-shopby.png') no-repeat scroll 0 0px rgba(0,0,0,0);
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
  top: 0;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li input {
  display: none;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a,
.block-layered-nav dl dd ol > li > div {
  background: url('/skin/frontend/kyiv/default/images/ico-shopby.png') no-repeat 0 0;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a.checked {
  background: url('/skin/frontend/kyiv/default/images/ico-shopby.png') no-repeat 0 -84px;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}
@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
}
.currently-wrap {
  background-color: #ddd;
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.currently-wrap .block-subtitle {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.currently-wrap li {
  background-image: url("/skin/frontend/kyiv/default/images/filter_bg.png");
  border-radius: 3px;
  float: left;
  height: 21px;
  line-height: 1.6;
  margin: 0 5px 5px 0;
  padding-left: 8px;
}
.currently-wrap li .btn-remove,
.currently-wrap li .btn-remove:hover {
  background-color: transparent;
  background-image: url("/skin/frontend/kyiv/default/images/remove_white.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  display: block;
  margin: 2px 2px 0 2px !important;
}
.currently-wrap li .btn-remove:after,
.currently-wrap li .btn-remove:hover:after {
  content: '';
}
.currently-wrap li span.value {
  color: #fff;
}
.currently-wrap .actions {
  margin: 10px 0 0 !important;
}
.currently-wrap .actions a {
  color: #888;
  text-decoration: underline;
}
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}
.footer-container {
  background-color: #363636;
}
.footer-container .footer {
  max-width: 960px;
  margin: 0 auto;
}
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.row-contacts {
  border-top: 5px solid #00aeef;
  box-shadow: 0 5px 10px -3px rgba(0,0,0,0.5) inset;
}
.row-contacts .footer {
  padding: 15px 0;
}
.row-contacts .footer .logo {
  display: block;
  margin: 0 0 20px;
}
.row-contacts .footer .footer-phones ul {
  border-right: 1px solid #666666;
  float: right;
  margin: 0;
}
.row-contacts .footer .footer-phones ul li {
  color: #fff;
  background-image: url("/skin/frontend/kyiv/default/images/icons.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin: 10px 0;
  padding: 2px 0 2px 25px;
}
.row-contacts .footer .footer-phones ul li span {
  color: #999;
}
.row-contacts .footer .footer-phones ul li.kyivstar {
  background-position: 0 -20px;
}
.row-contacts .footer .footer-phones ul li.mts {
  background-image: url("/skin/frontend/kyiv/default/images/icon_mts.png");
  background-position: 0 0;
}
.row-contacts .footer .footer-phones ul li.life {
  background-position: 0 -60px;
}
.row-contacts .footer .footer-phones ul:first-child {
  padding: 0 30px;
}
.row-contacts .footer .footer-phones ul:last-child {
  padding: 0 30px 0 0;
}
.row-contacts .footer .info p {
  background-image: url("/skin/frontend/kyiv/default/images/icons.png");
  background-repeat: no-repeat;
  color: #999;
  margin: 10px 0;
  padding: 2px 0 1px 25px;
}
.row-contacts .footer .info p span {
  color: #fff;
  text-decoration: underline;
}
.row-contacts .footer .info p:first-child {
  background-position: left -80px;
}
.row-contacts .footer .info p:last-child {
  background-position: left -167px;
}
.row-contacts .footer .info p:last-child {
  padding: 3px 0 2px 30px;
}
.row-contacts .footer .info p:last-child span {
  text-decoration: none;
}
.row-contacts .footer .info p:last-child span:last-child {
  margin: 0 0 0 15px;
}
.row-contacts .footer .info p:last-child span:last-child a {
  background: url("/skin/frontend/kyiv/default/images/callback_bg.png");
  height: 22px;
  line-height: 1.7;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding: 0 5px;
}
.row-contacts .footer .info p:last-child span:last-child a:hover {
  background: #2C92CC;
}
@media only screen and (max-width: 767px) {
  .row-contacts .footer .footer-phones ul {
    border-right: none;
    float: left;
    padding: 0px !important;
  }
}
.row-search {
  border-top: 1px solid #111111;
  background-color: #444444;
}
.row-search .footer {
  padding: 10px 0;
}
.row-search form {
  width: 50%;
  margin: 0 auto;
}
.row-search form .input-box i {
  color: #999;
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 9px;
}
.row-search form .input-box button {
  background-image: url(/skin/frontend/kyiv/default/images/button_dark_bg.png);
  box-shadow: 1px 0px 2px #9a9a9a;
}
.row-search form .input-box button:hover {
  background-image: url(/skin/frontend/kyiv/default/images/button_dark_bg.png);
}
.row-links {
  border-top: 1px solid #999;
  border-bottom: 2px solid #999;
}
.row-links .footer {
  padding-top: 25px;
}
.row-links .footer .links ul li {
  padding: 0 0 7px 0;
}
.row-links .footer .links ul li a {
  text-decoration: underline;
}
.row-links .footer .links ul li a i {
  font-size: 10px;
}
.row-links .footer .links ul li a.no-border {
  text-decoration: none;
}
.row-links .footer .links ul li.is-hidden {
  display: none;
}
.row-links .footer .links ul.shown li.is-hidden {
  display: block;
}
.row-links .footer .links .white {
  color: #fff;
  cursor: pointer;
}
.row-links .footer .links .title {
  text-decoration: underline;
  display: table;
  margin-bottom: 7px;
}
.row-links .footer .links a[id^="more"] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.row-links .footer .links .footer-socials {
  margin: 10px 0;
}
.row-links .footer .links .footer-socials li {
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.row-links .footer .links .footer-socials li p {
  color: #fff;
  font-weight: 600;
}
.row-links .footer .links .footer-socials li a {
  background-image: url("/skin/frontend/kyiv/default/images/social_button_small.png");
  display: block;
  height: 35px;
  opacity: 0.9;
  width: 35px;
}
.row-links .footer .links .footer-socials li a:hover {
  opacity: 1;
}
.row-links .footer .links .footer-socials li:first-child {
  display: block;
  margin: 0 0 25px 0;
}
.row-links .footer .links .footer-socials li:nth-child(3) a {
  background-position: -35px 0;
}
.row-links .footer .links .footer-socials li:nth-child(4) a {
  background-position: -70px 0;
}
.row-links .footer .links .footer-socials li:nth-child(5) a {
  background-image: url("/skin/frontend/kyiv/default/images/Twitter-icon-35x35px.png");
  border-radius: 20px;
}
.row-links .footer .links .footer-socials li:nth-child(6) a {
  background-color: #fff;
  background-image: url("/skin/frontend/kyiv/default/images/you-tube-35x35.png");
  border-radius: 20px;
}
.footer .links a {
  color: #999;
}
.footer .links a:hover {
  text-decoration: none;
}
.footer .links .top-block {
  min-height: 210px;
  margin-bottom: 50px;
}
.row-copyright {
  border-bottom: 2px solid #fff;
}
.row-copyright .footer {
  padding: 15px 0;
}
.row-copyright .footer .copyright {
  margin: 5px 0;
}
.row-copyright .footer .copyright a {
  color: #999;
  text-transform: uppercase;
}
.row-copyright .footer .copyright a:hover {
  text-decoration: none;
}
.row-copyright .footer .dev p {
  color: #999;
  margin: 0 0 5px;
}
@media only screen and (max-width: 990px) {
  .footer-container .row-search form {
    width: 90%;
  }
  .row-contacts .footer,
  .row-copyright .footer {
    padding: 15px;
  }
  .row-links .footer {
    padding: 25px 15px 15px;
  }
}
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  color: #0074be;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 15px;
  text-transform: unset;
}
.block-title {
  margin-bottom: 10px;
}
.block-title h2,
.block-title h3,
.block-title strong {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.price-box p {
  margin-bottom: 0;
}
.price-notice {
  color: #a0a0a0;
}
.price-box .price {
  color: #0074be;
  font-size: 18px;
}
.price-box .price,
.price {
  font-family: 'Roboto', sans-serif;
}
.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}
.price-box .old-price .price {
  color: #666;
  text-decoration: line-through;
  font-size: 13px;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}
span.weee {
  display: block;
}
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}
.price-box .label {
  padding: 0;
}
.configurable-price-from-label {
  color: #666;
  font-size: 12px;
}
.checkout-block .instant-checkout {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px;
}
.checkout-block .instant-checkout .title {
  color: #03a9f4;
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: none;
}
.checkout-block .instant-checkout p:first-child {
  color: #727272;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.checkout-block .instant-checkout p:last-child {
  color: #ddd;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 10px;
}
.checkout-block .instant-checkout button.one-click-order-form-submit {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  max-width: 300px;
  width: 100%;
}
.checkout-block .advantages-container {
  margin: 45px auto;
  width: 250px;
}
.checkout-block .advantages-container ul li {
  background-image: url(/skin/frontend/kyiv/default/images/advantages_sidebar.png);
  background-repeat: no-repeat;
  color: #666;
  margin-bottom: 20px;
  padding: 5px 0 10px 75px;
}
.checkout-block .advantages-container ul li h2 {
  color: #2196f3;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
  text-transform: none;
}
.checkout-block .advantages-container ul li p {
  line-height: 1.2;
  margin: 0;
}
.checkout-block .advantages-container ul li p a {
  color: #333;
  text-decoration: underline;
}
.checkout-block .advantages-container ul li:first-child {
  background-position: left center;
}
.checkout-block .advantages-container ul li:nth-child(2) {
  background-position: left top;
}
.checkout-block .advantages-container ul li:nth-child(3) {
  background-position: left bottom;
}
.checkout-block .call-me {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
}
.checkout-block .call-me .title {
  color: #03a9f4;
  font-size: 26px;
  text-transform: none;
  margin: 0 0 10px;
}
.checkout-block .call-me p {
  color: #212121;
  font-size: 18px;
  margin-bottom: 20px;
}
.checkout-block .call-me button.button {
  font-size: 18px;
  padding: 10px 25px;
}
@media only screen and (max-width: 960px) {
  .instant-checkout,
  .call-me {
    margin: 15px;
  }
}
.success {
  color: #11b400;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
  font-weight: bold;
}
.messages {
  margin: 10px auto;
  max-width: 960px;
}
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 12px;
}
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}
.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}
.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}
.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}
.messages .success-msg li {
  background-color: #fff;
  border-left: 5px solid #2196f3;
  color: black;
}
.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #2196f3;
  border-right: none;
}
.data-table.compare-table,
.data-table.compare-table tbody td,
.data-table.compare-table tfoot td {
  font-family: 'Roboto', sans-serif;
}
.data-table.compare-table td {
  color: #333;
  text-align: center;
  font-size: 13px;
}
.data-table.compare-table th:first-child {
  border: none;
}
.fancybox-skin .legend {
  color: #000;
  float: left;
  font-family: "Kelson Sans Ru";
  font-size: 17px;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.customer-account-login h2 {
  font-size: 24px;
  text-transform: none;
}
.cms-page-view .std ul li {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.cms-page-view .std .pager li {
  margin: 0;
}
.cms-page-view .std .benefits {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
}
.cms-page-view .std blockquote {
  border: medium none;
  display: block;
  font-size: unset;
  margin: 2em 0;
  overflow: hidden;
  padding: 0 0 0 1.5em;
}
.cms-page-view .std blockquote q {
  position: relative;
  font-style: italic;
  font-size: 1.2em;
  background-color: #EBEDCC;
  padding: 20px;
  float: left;
  border: solid 1px #e0e2c2;
}
.cms-page-view .std blockquote h3 {
  color: #29abe2;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
}
.cms-page-view .std blockquote .avatar {
  background-repeat: no-repeat;
  display: block;
  min-height: 70px;
  padding: 20px 0 55px 100px;
  float: left;
  font-style: italic;
}
.cms-page-view .std blockquote .kuzmin {
  background-image: url(/skin/frontend/kyiv/default/images/foto/kuzmin.jpg);
}
.cms-page-view .std blockquote .varenya {
  background-image: url(/skin/frontend/kyiv/default/images/foto/varenia1.jpg);
}
.cms-page-view .std blockquote .zgurzhak {
  background-image: url(/skin/frontend/kyiv/default/images/foto/zgurzhak.jpg);
}
.cms-contacts-html .std h2 {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
}
.cms-contacts-html .std h3 {
  color: #cc0000;
  font-size: 12px;
  text-transform: none;
  font-weight: bold;
}
.cms-contacts-html .std ul {
  list-style: none;
}
.cms-contacts-html .std .manager-block .manager-list li {
  margin: 10px 0;
  padding-left: 110px;
  position: relative;
  overflow: hidden;
  min-height: 90px;
}
.cms-contacts-html .std .manager-block .manager-list li a {
  color: #0071bc;
  text-decoration: underline;
}
.cms-contacts-html .std .manager-block .manager-list li img {
  left: 0;
  position: absolute;
  top: 0;
}
.cms-contacts-html .std .form {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 30px;
}
.cms-contacts-html .std .form input {
  width: 100%;
}
.cms-contacts-html .std .form textarea {
  height: 70px;
  width: 100%;
}
.cms-contacts-html .std .form ul li {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cms-about-html .std blockquote {
    padding: 0;
  }
}
.block-product-crosssell .block-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.block-product-crosssell .block-title {
  font-family: 'Roboto Light', 'Roboto', sans-serif;
  color: #333;
  text-transform: none;
  text-align: center;
  font-size: 24px;
}
.block-product-crosssell .items-list.no-carousel {
  text-align: center;
}
.block-product-crosssell .items-list.no-carousel >.item {
  max-width: 24.7%;
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}
.block-product-crosssell .items-list.no-carousel >.item .product-image img {
  max-width: 100%;
}
.block-files {
  padding: 15px;
  margin: 0 -15px;
  background: #fff;
}
.block-files .block-title {
  font-size: 24px;
}
.block-files .file-title a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}
.block-files .file-list {
  margin: 10px 0;
  list-style: none;
}
.block-files .file-list li {
  padding-left: 35px;
  position: relative;
  min-height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
}
.block-files .file-list li .icon {
  background-image: url(/skin/frontend/kyiv/default/images/doctype.png);
  background-position: -362px -158px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  width: 32px;
}
.block-files .file-list li.type-psd .icon {
  background-position: -12px -8px;
}
.block-files .file-list li.type-pdf .icon {
  background-position: -62px -8px;
}
.block-files .file-list li.type-eps .icon {
  background-position: -112px -8px;
}
.block-files .file-list li.type-ind .icon {
  background-position: -162px -8px;
}
.block-files .file-list li.type-fla .icon {
  background-position: -212px -8px;
}
.block-files .file-list li.type-jsf .icon {
  background-position: -262px -8px;
}
.block-files .file-list li.type-html .icon {
  background-position: -312px -8px;
}
.block-files .file-list li.type-proj .icon {
  background-position: -362px -8px;
}
.block-files .file-list li.type-xlsl .icon {
  background-position: -12px -58px;
}
.block-files .file-list li.type-accdb .icon {
  background-position: -62px -58px;
}
.block-files .file-list li.type-msword .icon,
.block-files .file-list li.type-docx .icon {
  background-position: -112px -58px;
}
.block-files .file-list li.type-pptx .icon {
  background-position: -162px -58px;
}
.block-files .file-list li.type-pub .icon {
  background-position: -212px -58px;
}
.block-files .file-list li.type-vsd .icon {
  background-position: -262px -58px;
}
.block-files .file-list li.type-pst .icon {
  background-position: -312px -58px;
}
.block-files .file-list li.type-xlsx .icon {
  background-position: -362px -58px;
}
.block-files .file-list li.type-docx .icon {
  background-position: -12px -108px;
}
.block-files .file-list li.type-pptx .icon {
  background-position: -62px -108px;
}
.block-files .file-list li.type-eml .icon {
  background-position: -112px -108px;
}
.block-files .file-list li.type-midi .icon {
  background-position: -162px -108px;
}
.block-files .file-list li.type-wma .icon {
  background-position: -212px -108px;
}
.block-files .file-list li.type-mp3 .icon {
  background-position: -262px -108px;
}
.block-files .file-list li.type-wav .icon {
  background-position: -312px -108px;
}
.block-files .file-list li.type-ini .icon {
  background-position: -362px -108px;
}
.block-files .file-list li.type-set .icon {
  background-position: -12px -158px;
}
.block-files .file-list li.type-avi .icon {
  background-position: -62px -158px;
}
.block-files .file-list li.type-mov .icon {
  background-position: -112px -158px;
}
.block-files .file-list li.type-mpeg .icon {
  background-position: -162px -158px;
}
.block-files .file-list li.type-wmv .icon {
  background-position: -212px -158px;
}
.block-files .file-list li.type-read .icon {
  background-position: -262px -158px;
}
.block-files .file-list li.type-text .icon {
  background-position: -312px -158px;
}
.block-files .file-list li.type-url .icon {
  background-position: -362px -158px;
}
.block-files .file-list li.type-css .icon {
  background-position: -12px -208px;
}
.block-files .file-list li.type-rar .icon {
  background-position: -62px -208px;
}
.block-files .file-list li.type-zip .icon {
  background-position: -112px -208px;
}
.block-files .file-list li.type-bmp .icon {
  background-position: -162px -208px;
}
.block-files .file-list li.type-jpeg .icon {
  background-position: -212px -208px;
}
.block-files .file-list li.type-png .icon {
  background-position: -262px -208px;
}
.block-files .file-list li.type-gif .icon {
  background-position: -312px -208px;
}
.block-files .file-list li.type-tiff .icon {
  background-position: -362px -208px;
}
.block-compare-sidebar {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  border-top: 1px solid #ddd;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.block-compare-sidebar .title {
  font-size: 20px;
}
.block-compare-sidebar ol {
  margin-bottom: 0;
  margin-top: 10px;
}
.block-compare-sidebar li.item {
  display: inline-block;
  position: relative;
}
.block-compare-sidebar li.item .btn-remove {
  position: absolute;
  background-size: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACTUlEQVRYR9WXu27UQBSG/2OHS5RB7BuQiEu9EmwaCpZFSkNB8gQJHXQJSClZhzISJB10JE+QUNBEilkKmt1E2pqLcN5gI4yWS+yDZo2D7Z2xvZtFDlN67Pm/88+ZM8eEggcVrI//D6BbLU965pl7xFRi8KR0kEAOE3dM79fr8UbbGcTV3A64tcoCQHUQeqLawXBAsMRuczMPSCaAW62UYdBWpnBSTYL4PCcarXYaSCqAjJqBNSIq5Ymmj4G5Q8CSsFsbuu+1AD3LiV4NI9z3DfN9HYQSQNrOBt4OG7nSCR+3VduhBqhNy0S6NJLow0UYjrCbU8k1+wBSrZ8QMMvX4b1/p2Qzb96C194HvrlqdsVWKAA00U8IjD97AePKNfxYfYqjnTcxkbGZuzi3/AT+pw/oPn6ohlC4EAMIiszZLyp8Gd35ldXjqShEKB5Ofq8v613yfk5Fi1UMwK3dWAQZa7q9TwpJCDlk5OFQuRNbj/0lYe+th89iAF9r0xYR6mnJl4SIvpspDoAZKxfspqUEcO9UNgCaz8p+FUQe8WBd3hS7rYXTCVD8FhSdhIUfQ5kYrq4My0L0/CWMy1fTC9Hnj+g+eqArRAfCbsb6idNXilNdyDqfafOMvujl6/rr2ESDQBdPovn3IuRD8lDNfR0HLhTYkITkvZaMsD6sEww+JMbiUC3ZMUTQlG4P3KAwDuDz7Ima0uj+/2nLrUwQKQy20qKOrpvZlieTsFesjLFZhlEiCn5MmMkh+B3TP9r+Zz8mozgNqjUGdmDUIIUD/AYrhUIw7bHb+AAAAABJRU5ErkJggg==);
  width: 16px;
  height: 16px;
  right: -8px;
  top: -8px;
}
@media only screen and (max-width: 767px) {
  .block-compare-sidebar .remove-all {
    text-align: right;
    line-height: 20px;
  }
}
.regions-list__container .regions-list {
  margin-bottom: 5px;
}
.regions-list__container .regions-list li {
  float: left;
  width: 33%;
}
.regions-list__container .regions-list li span {
  cursor: pointer;
}
.regions-list__container .regions-list:after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (max-width: 960px) {
  .vitrina-grid {
    grid-template-columns: repeat(3,230px);
  }
}
@media only screen and (max-width: 730px) {
  .vitrina-grid {
    grid-template-columns: repeat(2,230px);
  }
}
@media only screen and (max-width: 481px) {
  .vitrina-grid {
    grid-template-columns: 230px;
  }
}
.nav-primary .menu-desktop .big-node li.big-node__item {
  width: 32%;
  float: left;
  margin: 0 .5% .5% 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}
.nav-primary .menu-desktop .big-node li.big-node__item :hover {
  border-color: #c8c8c8;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.nav-primary .menu-desktop .big-node .big-node__link {
  color: #666666;
  padding: .3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-primary .menu-desktop .big-node .big-node__img {
  padding: 0 .5em 0 0;
}
@media only screen and (min-width: 960px) {
  .catalog-category-view .filters-mobile,
  .catalogsearch-result-index .filters-mobile {
    transform: translateX(0%) !important;
  }
  .catalog-category-view .filters-mobile .panel .panel-collapse.collapse,
  .catalog-category-view .filters-mobile .panel .panel-collapse.collapsing,
  .catalogsearch-result-index .filters-mobile .panel .panel-collapse.collapse,
  .catalogsearch-result-index .filters-mobile .panel .panel-collapse.collapsing {
    display: block !important;
    height: auto !important;
  }
  .catalog-category-view .filters-mobile .panel .panel-collapse.collapse.in,
  .catalog-category-view .filters-mobile .panel .panel-collapse.collapsing.in,
  .catalogsearch-result-index .filters-mobile .panel .panel-collapse.collapse.in,
  .catalogsearch-result-index .filters-mobile .panel .panel-collapse.collapsing.in {
    display: block !important;
  }
  .catalog-category-view .toolbar-top .toolbar .filter-toggle__mobile,
  .catalogsearch-result-index .toolbar-top .toolbar .filter-toggle__mobile {
    display: none;
  }
  .catalog-category-view .toolbar-top .toolbar .sorter-mobile,
  .catalogsearch-result-index .toolbar-top .toolbar .sorter-mobile {
    display: none;
  }
  .catalog-category-view .category-title__mobile,
  .catalogsearch-result-index .category-title__mobile {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .catalog-category-view .main-container .main,
  .catalogsearch-result-index .main-container .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .catalog-category-view .main-container .main .col-main,
  .catalogsearch-result-index .main-container .main .col-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .catalog-category-view .main-container .main .col-left.sidebar.col-left-first,
  .catalogsearch-result-index .main-container .main .col-left.sidebar.col-left-first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .catalog-category-view .main-container .main .col-left.sidebar,
  .catalogsearch-result-index .main-container .main .col-left.sidebar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .catalog-category-view .main-container .main .filters-mobile,
  .catalogsearch-result-index .main-container .main .filters-mobile {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 199;
    min-width: 90%;
    padding: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    transform: translateX(-110%);
    transition: all .5s;
    border: 1px solid grey;
    box-shadow: 1px 1px 6px grey;
  }
  .catalog-category-view .category-title__mobile,
  .catalogsearch-result-index .category-title__mobile {
    display: block;
    color: #0074be;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 15px;
    text-transform: unset;
  }
  .catalog-category-view .category-title,
  .catalogsearch-result-index .category-title {
    display: none;
  }
  .toolbar-top .toolbar .filter-toggle__mobile {
    display: block;
  }
  .toolbar-top .toolbar .sorter-mobile {
    display: block;
  }
  .toolbar-top .toolbar .sorter .sort-by {
    display: none;
  }
  .toolbar-top .toolbar .sorter-mobile li.sort-mode-item {
    margin: 0;
  }
  .toolbar-top .toolbar .sorter-mobile li.sort-mode-item a {
    border-radius: 0;
  }
  .toolbar-bottom .toolbar .filter-toggle__mobile,
  .toolbar-bottom .toolbar .sorter-mobile {
    display: none;
  }
  .panel-close-icon {
    z-index: 200;
    position: fixed;
    right: 0;
    padding: 15px;
    font-size: 2em;
    color: #fff;
  }
}
@media only screen and (min-width: 482px) and (max-width: 960px) {
  .catalog-category-view .filter-toggle__mobile,
  .catalogsearch-result-index .filter-toggle__mobile {
    float: right;
  }
  .catalog-category-view .sorter-mobile,
  .catalogsearch-result-index .sorter-mobile {
    float: left;
  }
  .catalog-category-view .sorter,
  .catalogsearch-result-index .sorter {
    width: auto;
    float: right;
  }
}
@media only screen and (max-width: 481px) {
  .catalog-category-view .toolbar .filter-toggle__mobile,
  .catalogsearch-result-index .toolbar .filter-toggle__mobile {
    width: 100%;
    margin-bottom: 1em;
  }
  .catalog-category-view .toolbar .filter-toggle__mobile button,
  .catalogsearch-result-index .toolbar .filter-toggle__mobile button {
    width: 100%;
    font-size: 1.2em;
  }
  .catalog-category-view .sorter-mobile,
  .catalogsearch-result-index .sorter-mobile {
    float: left;
  }
  .catalog-category-view .sorter,
  .catalogsearch-result-index .sorter {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .file-view .tab-content {
    margin-left: 210px;
    padding-left: 5px;
  }
}
.category-reviews {
  border-top: 1px solid #ddd;
}
.category-reviews .review-list {
  display: flex;
  margin: 40px 0;
  flex-wrap: wrap;
  gap: 30px;
}
.category-reviews .review-list > li {
  display: flex;
  flex: 1 1 40%;
  gap: 10px;
}
.category-reviews .review-list .thumbnail {
  flex: none;
  width: 120px;
  height: 120px;
}
.category-reviews .review-list .thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.category-reviews .review .title {
  font-size: 14px;
  font-weight: bold;
  color: #0074be;
}
.category-reviews .review .info {
  margin: 10px 0;
  display: flex;
  gap: 10px;
  color: #999;
}
.category-reviews .review .nickname span {
  font-weight: bold;
}
.category-reviews .review .rating-box {
  height: 15px;
  width: 100px;
  position: relative;
}
.category-reviews .review .rating-box:before {
  content: ' ';
  background-image: url(/skin/frontend/kyiv/default/images/rating.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .4;
}
.category-reviews .review .rating-box .rating {
  background-image: url(/skin/frontend/kyiv/default/images/rating.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 100%;
}
.category-reviews .review .details {
  max-height: 70px;
  overflow: hidden;
}
.category-reviews .review .details:hover {
  max-height: none;
}
@media only screen and (min-width: 960px) {
  .category-reviews .review-list > li {
    max-width: 50%;
  }
}
.category-questions {
  border-top: 1px solid #ddd;
}
.category-questions .question-list {
  display: flex;
  margin: 40px 0;
  flex-wrap: wrap;
  gap: 30px;
}
.category-questions .question-list > li {
  display: flex;
  flex: 1 1 40%;
  gap: 10px;
}
.category-questions .question-list .thumbnail {
  flex: none;
  width: 120px;
  height: 120px;
}
.category-questions .question-list .thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.category-questions .question .title {
  font-size: 14px;
  font-weight: bold;
  color: #0074be;
}
.category-questions .question .info {
  margin: 10px 0;
  display: flex;
  gap: 10px;
  color: #999;
}
.category-questions .question .nickname span {
  font-weight: bold;
}
.category-questions .question .rating-box {
  height: 15px;
  width: 100px;
  position: relative;
}
.category-questions .question .details {
  max-height: 70px;
  overflow: hidden;
}
.category-questions .question .details:hover {
  max-height: none;
}
.faq-list {
  list-style: none;
  padding-left: 0;
}
.faq-list .faq {
  margin: 10px 0 15px;
}
.faq-list .question {
  margin-bottom: 5px;
}
.faq-list .question strong {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
