/*--HEADER--*/

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  background: #f6f6f6;
}

a,
.link {
  text-decoration: none !important;
  color: #00a2e8;
}

a:hover {
  color: #022e40;
  text-decoration: none !important;
  transition: 0.1s linear;
}

.font-light {
  font-weight: 100;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

a:active,
a:focus,
button:active,
button:focus,
input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus,
select:focus,
select:active {
  outline: none !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0 !important;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

:focus {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}

h3 {
  font-size: 20px;
}

/* -- CONTAINER -- */

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.container:last-child {
  margin-bottom: 0;
}

.content {
  padding: 0 10px;
  line-height: 1.2;
}

h1 {
  margin: 0;
  font-size: 1.6em;
}

.img-responsive {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.currency {
  text-align: right;
  padding: 5px;
}

/* -- HEADER -- */

.zy_header {
  background: #fff; /* Фон шапки во всю ширину */
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1); /* Нижняя граница */
  z-index: 1000;
}

.zy_header__inner {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}

.zy_header__logo {
  display: block;
  float: left;
  font-size: 20px;
  padding: 10px 10px;
  text-decoration: none;
}

.zy_header__logo_img {
  height: 35px;
}

.zy_header__logo:hover {
  cursor: pointer;
}

/* -- SEARCH -- */

.btn-lupa {
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  margin: 0 10px;
}

.btn-lupa svg {
  fill: #022e40; 
  width: 20px; 
  margin-top: 3px;
}

.btn-lupa svg:hover {
  fill: #227373;
  cursor: pointer;
  transition: 0.1s linear;
}

/* -- Search Form -- */

.zy_header__search {
  width: 70%;
  margin: 0 auto;
}

.search-content {
  width: 100%;
  margin: 0 auto !important;
  padding-bottom: 5px !important;
}

.search-hidden {
  display: none;
}

#search .dropdown-menu {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.18);
}

#search .dropdown-menu li a div div {
  font-size: 0.8em;
  font-weight: normal !important;
  color: #022e40;
}

#search .dropdown-menu li a {
  margin: 0;
  padding: 10px;
}

#search .dropdown-menu li a:hover {
  background: #d3e3e3;
}

#search {
  position: relative;
  z-index: 5;
}

#search .form-control {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  padding: 0 15px;
  height: 40px;
}

#search .form-control {
  border: 1px #ccc solid !important;
  outline: 0 !important;
}

#search .form-control:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 !important;
}

#search .btn-default {
  color: #fff;
  background-color: #227373;
  background-image: none;
  font-size: 18px;
  padding: 10px 30px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: none;
  border: none;
}

#search .btn-default:hover,
#search .btn-default.focus {
  background-color: #00a2e8 !important;
}

/* -- MENU -- */

.zy_header div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.zy_header div li a {
  color: #022e40;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.zy_dropdown-menu {
  z-index: 1000;
}

.zy_dropdown-menu li a {
  font-size: 1em !important;
  font-weight: normal !important;
  z-index: 1000;
}

.zy_header div li a:hover,
.zy_menu .zy_dropdown-menu li:hover,
.zy_menu-btn:hover {
  background-color: #227373;
  color: #fff;
  transition: 0.1s linear;
}

.zy_dropdown:hover {
  background-color: #d3e3e3;
}

header > div > div > nav > ul > li a + ul {
  background: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.18);
  display: none;
  position: absolute;
  min-width: 150px;
  list-style-type: none;
}

header > div > div > nav > ul > li:hover a + ul {
  display: block;
}

.zy_menu {
  display: flex;
  max-height: none;
}

.zy_menu-icon {
  display: none;
}

.zy_menu-btn {
  display: none;
}

.zy_dropdown > input {
  display: none;
}

.zy_dropdown i {
  font-size: 10px;
  margin-left: 5px;
}

@media screen and (max-width: 900px) {
  .zy_header div li a {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  /* MENU - Mobile */

  .zy_menu {
    display: block;
    clear: both;
    text-align: center;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    font-size: 1em;
  }

  .zy_menu li,
  .zy_dropdown [data-toggle="zy_dropdown"],
  .zy_dropdown [data-toggle="zy_dropdown"]:hover,
  .zy_dropdown [data-toggle="zy_dropdown"]:active,
  .zy_dropdown [data-toggle="zy_dropdown"]:visited,
  .zy_dropdown [data-toggle="zy_dropdown"]:focus,
  .zy_dropdown:hover,
  .zy_dropdown:active,
  .zy_dropdown:visited,
  .zy_dropdown:focus {
    background: #227373;
  }

  .zy_dropdown [data-toggle="zy_dropdown"],
  .zy_menu li a,
  .zy_header div li a {
    display: block;
    color: #fff;
  }

  .zy_dropdown [data-toggle="zy_dropdown"],
  .zy_header div li a,
  .zy_dropdown > .zy_dropdown-menu li a {
    padding: 13px; /* Высота пунктов меню на мобайле  */
  }

  .zy_dropdown > .zy_dropdown-menu li a {
    display: block;
    color: #022e40;
    background: #fff;
    border-bottom: 0.5px solid #ccc;
  }

  .zy_dropdown > .zy_dropdown-menu li a:hover {
    color: #022e40;
    background: #d3e3e3;
  }

  .zy_header div li a:hover {
    background-color: transparent;
  }

  .zy_menu li a {
    box-shadow: 0 0 1px 0 #fff;
  }

  .zy_dropdown [data-toggle="zy_dropdown"]:before {
    position: absolute;
    display: block;
    content: "\25BC";
    font-size: 0.6em;
    color: #fff;
    top: 20px;
    right: 10px;
    transform: rotate(0deg);
    transition: transform 0.6s ease-in-out;
  }

  header > div > div > nav > ul > li a + ul {
    display: none;
    position: static;
    width: 100%;
  }

  .zy_dropdown {
    position: relative;
  }

  .zy_dropdown a {
    text-decoration: none;
  }

  .zy_dropdown > .zy_dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 50%, 0;
    transition: max-height 0.1s ease-out;
    animation: hideAnimation 0.3s ease-out;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .zy_dropdown > .zy_dropdown-menu li {
    padding: 0;
  }

  .zy_dropdown > input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
  }

  .zy_dropdown > input[type="checkbox"]:checked ~ .zy_dropdown-menu {
    max-height: 9999px;
    display: block;
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  .zy_dropdown > input[type="checkbox"]:checked + a[data-toggle="zy_dropdown"]:before {
    transform: rotate(-180deg);
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
  }

  .zy_menu-icon {
    display: block;
    float: right;
    padding: 24px 20px;
    position: relative;
    user-select: none;
  }

  .zy_menu-icon .navicon,
  .zy_menu-icon .navicon:before,
  .zy_menu-icon .navicon:after {
    background: #022e40;
  }

  .zy_menu-icon .navicon {
    display: block;
    position: relative;
    height: 3px;
    width: 26px;
  }

  .zy_menu-icon .navicon:before,
  .zy_menu-icon .navicon:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  .zy_menu-icon .navicon:before {
    top: 9px;
  }

  .zy_menu-icon .navicon:after {
    top: -9px;
  }

  .zy_menu-btn:checked ~ nav .zy_menu {
    max-height: 1000px;
  }

  .zy_menu-btn:checked ~ .zy_menu-icon .navicon {
    background: transparent;
  }

  .zy_menu-btn:checked ~ .zy_menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .zy_menu-btn:checked ~ .zy_menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .zy_menu-btn:checked ~ .zy_menu-icon:not(.steps) .navicon:before,
  .zy_menu-btn:checked ~ .zy_menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  /* CONTAINER */

  .container {
    margin: 0;
    padding: 0;
  }

  .currency {
    display: none;
  }

  .zy_header__inner {
    display: block;
  }

  .zy_header__logo {
    max-width: 170px;
    height: 30px;
    margin-left: 5px;
    padding: 10px 0 10px 0;
  }

  .zy_header__logo_img {
    width: 170px;
    height: 30px;
    display: block;
  }

  .btn-lupa {
    float: right;
    margin-top: 11px;
    margin-right: 15px;
  }

  .btn-lupa svg {
    width: 22px;
  }

  /* Search form - Mobile */
  .zy_header__search {
    width: 95%;
    margin: 0 auto;
  }
  .search-content {
    width: 95%;
  }

  .zy_dropdown i {
    display: none;
  }

  .colors {
    font-size: 11px;
  }

  .search-content {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 310px) {
  .btn-lupa {
    display: none;
  }
  .zy_header__logo {
    max-width: 140px;
  }

  .zy_header__logo_img {
    width: 140px;
  }
}


/*--FONTS--*/

/* roboto-100 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(''),
       url('../fonts/roboto-v20-latin_cyrillic-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin_cyrillic-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('../fonts/roboto-v20-latin_cyrillic-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin_cyrillic-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('../fonts/roboto-v20-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('../fonts/roboto-v20-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/*--SEARCH--*/

.zy_search__h1 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 10px;
  color: #022e40;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
}

.zy_search__link {
  color: #00a2e8;
}

.zy_search__link:hover {
  opacity: 0.8;
}

.zy_search_sort {
  margin: 10px;
}

.zy_cat_sort__text {
  margin-right: 5px;
}

.zy_search_sort__select {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  display: block;
  width: 100%;
  padding: 6px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.zy_search_blocks__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}

.zy_search_blocks__item {
  flex: 1 1 auto;
  max-width: 33%;
  width: 30%;  
  background: #ffffff;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  padding: 10px;
  margin: 0 5px 10px;
}

.zy_search_blocks__item:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.zy_search_blocks__item_photo {
  margin-bottom: 10px;
}

.zy_search_blocks__item_photo a img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-height: 203px;
  height: auto;
}

.zy_search_pagination {
  padding: 10px 0;
}


@media screen and (max-width: 768px) {
  .zy_search__h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .zy_search_blocks__item {
    width: 45%;
    max-width: 374px;
  }
}

@media screen and (max-width: 440px) {
  .zy_search_blocks__item {
    width: 90%;
  }
}



/*--HOME--*/

.zy_home {
  margin-bottom: 20px;
  margin-left: 10px;
}

.zy_home_first {
  position: relative;
  margin: 10px;
  height: 320px;
  background: url(/img/first.jpg) 100% 100% no-repeat;
  background-color: #e9e9e9;
  background-size: cover;
}

.zy_home_first:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.zy_home_first__title {
  position: relative;
  top: 50px;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  font-size: 30px;
  line-height: 53px;
}

.zy_home_first__button {
  margin-top: 20px;
  margin-bottom: 15px;
}

.zy_home_first__button a {
  padding: 12px 25px;
  background-color: #f27a5e;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
}

.zy_home_first__button a:hover {
  background-color: #f85f3b;
}

.zy_home__two {
  display: flex;
  margin: 10px 0;
}

.zy_home_left {
  flex: 4;
  margin-right: 10px;
}

.zy_home_right {
  flex: 1;
}

.zy_home__block {
  display: flex;
  flex-wrap: wrap;
}

.zy_home__advantages {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.zy_home__advantages_item {
  padding: 10px;
  border: 0.5px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  flex: 1;
}

.zy_home__advantages_item > p {
  font-size: 20px;
  font-weight: bold;
  margin: 10px;
}

.zy_home__advantages_item > span {
  font-size: 14px;
  color: #333;
}

@media (max-width: 910px) {
  .zy_home_first__title {
    top: 40px;
    padding: 10px;
    font-size: 24px;
    line-height: 48px;
  }

  .zy_home_left {
    flex: 4;
  }

  .zy_home_right {
    flex: 2;
  }

  .zy_home__advantages_item {
    /* width: 50%; */
  }

  .zy_home__advantages_item > p {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .zy_home__two {
    flex-wrap: wrap;
  }

  .zy_home__title {
    text-align: center;
  }
}

/*--CATEGORY--*/

.breadcrumbs {
    font-style: normal;
    font-weight: normal;
    width: 99%;
    border-radius: 0.25em;
    font-size: 0.9em;
    line-height: 1.2;
    color: #999;
    padding: 0 0.5em;
    margin-top: 10px;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0;
}

.breadcrumbs li::after {
    display: inline-block;
    content: "\00bb";
    margin: 0 0.1em 0 0.4em;
    color: #ddd;
}

.breadcrumbs li:last-of-type::after {
    display: none;
}

.breadcrumbs li>* {
    display: inline-block;
    color: #666;
}

.breadcrumbs li.current>*

,
.breadcrumbs a:hover {
    color: #00a2e8;
}

.breadcrumbs.separator li::after {
    content: "";
    height: 12px;
    width: 12px;
    background: url(/img/separator.svg) no-repeat center center;
    vertical-align: middle;
    margin-bottom: 3px;
}

.zy_cat_grid {
    display: grid;
    grid-template-areas: "h1 h1" "subcat filter"
    "tags filter" "items filter";
    grid-template-columns: 1fr minmax(200px, auto);
    grid-column-gap: 10px;
    align-items: start;
    grid-template-rows: minmax(0px, auto) minmax(0px, auto) minmax(0px, auto);
}

.zy_cat_h1 {
    grid-area: h1;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    padding: 10px;
    margin: 15px 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

#filter_btn-show,
#filter_btn-hide {
    cursor: pointer;
    font-size: 16px;
    color: #333;
    background: #fff;
    height: 36px;
    padding: 7px 9px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
}

#filter_btn-show i,
#filter_btn-hide i {
    font-size: 13px;
    color: #999;
    /* padding-left: 4px; */
    padding-right: 5px;
}

#subcat_btn-show .fa-chevron-down,
#filter_btn-show .fa-chevron-down {
    vertical-align: middle;
}

#filter_btn-hide .fa-chevron-down {
    transform: rotate(180deg);
    vertical-align: middle;
}


#filter_btn-hide {
    display: none;
}

.zy_cat_subcat {
    grid-area: subcat;
}

.zy_cat_sort {
    grid-area: sort;
    display: none;
}

.zy_cat_tags {
    grid-area: tags;
}


.zy_cat_filter {
    grid-area: filter;
    width: 240px;
    user-select: none;
    box-shadow: 2px 2px 15px 0px rgba(50, 50, 50, 0.2);
}

.sidebar {
    background-color: #f1f1f1;
}

.sidebar_title {
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: bold;
    color: #555;
    padding-top: 3px;
    text-align: center;
}

.sidebar ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 3px 5px 10px 5px;
    margin: 0;
}

.sidebar ul li a div {
    margin: 4px 4px 0 0;
    padding: 4px 5px;
    border: 1px #dedede solid;
    border-radius: 10px;
    font-size: 0.9em;
    background-color: #fff;
    color: #444;
}

.sidebar ul li a div:hover {
    background-color: rgb(189, 225, 247);
}

.zy_cat_subcat_ul {
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    list-style-type: none;
    column-count: 3;
    display: block;
}

.zy_cat_subcat_li {
    page-break-inside: auto;
    break-inside: avoid;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 15px;
    padding-right: 5px;
}

.zy_cat_subcat_li:empty {
    padding: 0px !important;
}

.zy_cat_subcat_li a {
    color: #227373;
}

.zy_cat_subcat_li a:hover {
    color: #00a2e8;
}

.zy_cat_tags>ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.zy_cat_tags>ul>li {
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    margin: 3px 0 3px 5px;
    background-color: #fff;
    font-size: 14px;
}

.zy_cat_tags>ul>li:hover {
    background-color: rgb(189, 225, 247);
}

.zy_cat_tags>ul>li>a {
    display: block;
    color: #333;
    padding: 7px 10px;
}

.zy_cat_tags>div>a {
    font-size: 13px;
    color: #00a2e8;
    border-bottom: 1px dashed;
    padding: 0;
    margin: 0;
    display: none;
}

.zy_cat_sort__inner {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.zy_cat_sort__text {
    font-size: 16px;
    color: #888;
    margin-right: 10px;
}

.zy_cat_sort__block {
    margin-right: 15px;
}

.zy_cat_sort__select {
    font-size: 16px;
    color: #444;
    line-height: 1.4;
    display: block;
    width: 100%;
    padding: 6px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.zy_cat_sort__select:focus {
    border-color: none;
    outline: 0;
}

.zy_cat_items {
    grid-area: items;
    display: grid;
    background-color: #fff;
}

.zy_cat_item {
    width: 100%;
}

.zy_cat_item:empty {
    display: none;
    margin: 0;
    padding: 0;
}

.zy_cat_item__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    background: #ffffff;
    border-bottom: 1px solid #dadee2;
    padding: 15px 0;
}

.zy_cat_item__inner:hover {
    box-shadow: 4px 1px 7px 0px rgba(50, 50, 50, 0.15);
}

.zy_cat_item__photo {
    width: 120px;
    height: 80px;
    margin: 20px;
    display: flex;
    align-items: center;
}

.zy_cat_item__photo_img {
    margin: 0 auto;
    display: block;
    width: 120px;
}

.zy_cat_item__photo_img:hover {
    opacity: 0.8;
}

.zy_cat_item__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-right: 10px;
}

.zy_cat_item__sum a,
.zy_cat_item__proc a,
.zy_cat_item__date a {
    color: inherit;
}

.zy_cat_item__sum {
    min-width: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    flex: 3;
}

.zy_cat_item__sum span {
    font-size: 16px;
    font-weight: normal;
    color: #88919d;
}

.zy_cat_item__proc {
    min-width: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #227373;
    flex: 3;
}

.zy_cat_item__proc span {
    font-size: 16px;
    font-weight: normal;
    color: #88919d;
}

.zy_cat_item__date {
    min-width: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    flex: 3;
}

.zy_cat_item__date span {
    font-size: 16px;
    font-weight: normal;
    color: #88919d;
}

.zy_cat_item__button {
    margin: 15px 0;
    flex: 3;
}

.zy_cat_item__button a {
    padding: 12px 25px;
    background-color: #f27a5e;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

.zy_cat_item__button a:hover {
    background-color: #f85f3b;
}

.zy_cat_item__icons {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.zy_cat_item__icons img {
    margin-right: 5px;
    filter: grayscale(100%);
    width: 18px;
}

.zy_cat_item__icons img:hover {
    margin-right: 5px;
    filter: none;
}

.zy_cat_pagination_nums {
    background-color: #f6f6f6;
}

.zy_cat_pagination_nums ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style-type: none;
}

.zy_cat_pagination_nums li a,
.zy_cat_pagination_nums .active span {
    font-size: 0.9em;
    color: #022e40;
    padding: 7px 12px;
    border: 0.5px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 4px;
}

.zy_cat_pagination_nums .active span {
    color: #999999;
}

.zy_cat_pagination_nums li a:hover {
    color: #00a2e8;
}

.zy_cat_description {
    padding: 10px;
}

.zy_cat_description:empty {
    display: none;
}

@media (max-width: 910px) {
    .zy_cat_grid {
        grid-gap: 10px;
        /* grid-template-columns: 1fr; */
        grid-template-areas: "h1 h1" "subcat " "filter items" "pagin pagin";
    }
    .zy_cat_item__text div {
        margin-bottom: 5px;
    }
    .zy_cat_item__photo {
        margin: 15px;
    }

    .zy_cat_item__sum {
        font-size: 16px;
    }
    .zy_cat_item__proc {
        margin-left: 5px;
        font-size: 16px;
    }
    .zy_cat_item__date {
        font-size: 16px;
    }
    .zy_cat_item__button a {
        font-size: 16px;
        padding: 8px 10px;
    }
    .zy_cat_item__icons {
        margin: 10px;
        flex-direction: row;
    }
}

@media (max-width: 500px) {
    .zy_cat_grid {
        grid-template-columns: 1fr;
        grid-template-areas: "h1" "subcat" "sort" "filter" "items" "pagin";
    }
    .zy_cat_subcat_ul {
        column-count: 2;
    }
    .zy_cat_sort {
        display: block;
    }
    .zy_cat_filter__menu {
        width: 100%;
        padding: 10px 20px;
    }
    .zy_cat_filter {
        display: none;
        width: 100%;
    }
    #filter_btn-show {
        display: block;
    }
    .sidebar ul li a div {
        margin: 4px 4px 0 0;
        padding: 4px 5px;
        font-size: 0.8em;
    }
    .zy_cat_h1 {
        font-size: 22px;
        line-height: 24px;
        padding-left: 10px;
    }
    .zy_cat_subcat_ul {
        column-count: 2;
    }
    .zy_cat_subcat_li {
        font-size: 13px;
    }
    .zy_cat_sort__text {
        display: none;
    }
    .zy_cat_tags {
        display: none;
    }
    .zy_cat_item__text {
        display: block;
    }
    .zy_cat_item__text div {
        width: 100%;
    }
    .zy_cat_item__icons {
        display: none;
    }
    .zy_cat_item__button {
        text-align: center;
    }
    .zy_cat_item__button a {
        padding: 10px 30px;
    }
}

@media (max-width: 320px) {
    .zy_cat_item__photo {
        max-width: 130px;
        margin: 10px;
        flex: 3;
    }
    .zy_cat_item__photo_img {
        max-width: 130px;
        height: 86px;
    }
    .zy_cat_item__text div {
        margin-bottom: 2px;
    }
    .zy_cat_item__button a {
        padding: 5px 15px;
    }
}

/*--PRODUCT--*/

.zy_prod__h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  margin: 10px 0;
  padding-left: 10px;
}

.zy_prod__grid {
  display: flex;
}

.zy_prod__center {
  flex: 7;
}

.zy_prod__right {
  display: none;
  flex: 3;
  margin-left: 15px;
}

.zy_prod__right:empty {
  display: none;
}

.zy_prod__first {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 10px;
}

.zy_prod__photo {
  padding: 10px;
}

.thumbnails {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.thumbnails > li > img {
  width: 150px;
  height: auto;
}

.zy_prod__first-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}

.zy_prod__first-text div {
  margin-bottom: 5px;
}

.zy_prod__text {
  padding: 20px;
  background: #ffffff;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-top: 5px;
  margin-bottom: 20px;
}

.zy_prod__text__builder a {
  color: #4999dd;
}

.zy_prod__text__builder a:hover {
  opacity: 0.7;
}

.zy_prod__text__features {
  max-width: 800px;
  padding-top: 20px;
}

.zy_prod__text__features_title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #404040;
  margin-bottom: 15px;
}

.zy_prod__text__features_table {
  width: 100%;
  background: #ffffff;
  text-align: left;
  margin: 0;
}

.zy_prod__text__features:empty,
.zy_prod__text__flats table:empty,
.zy_prod__text__flats table tbody:empty,
.zy_prod__text__flats:empty,
.zy_prod__text__flats_items:empty {
  display: none;
}

.zy_prod__text__flats table .zy_prod__text__flats table tr,
.zy_prod__text__flats table td,
.zy_prod__text__flats table th {
  empty-cells: hide;
}

.zy_prod__text__features_table {
  border-collapse: collapse;
}

.zy_prod__text__features_table th,
.zy_prod__text__features_table td {
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #dadada;
  padding: 11px;
  color: #404040;
}

.zy_prod__text__features_att-gr {
  font-weight: bold;
}

.zy_prod__text__features_table tr:nth-child(2n) {
  background: rgba(246, 246, 246, 0.5);
}

.zy_prod__text-att {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.zy_prod__text-att > a {
  color: inherit;
  margin: 5px 10px;
}

.zy_prod__text-att > a > img {
  margin: 0 5px;
  margin-bottom: -5px;
}

.zy_prod__text__text {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
  margin-bottom: 30px;
}

.zy_prod__text__text:empty {
  display: none;
}

.zy_prod__text__text > ul {
  padding: 0;
  margin: 0;
}

.zy_prod__text__text > h3 {  
  margin-top: 20px;
  margin-bottom: 10px;
}

.zy_prod__text__text > ul > li {
  color: #214133;
  list-style-type: none;
  font-size: 15px;
  line-height: 2;
}

.zy_prod__text__text > ul > li::before {
  content: "➤";
  color: #f48b20;
  margin: 0 7px;
}

.zy_prod_item__button {
  margin: 40px;
}

.zy_prod_item__button a {
  padding: 12px 25px;
  background-color: #f27a5e;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

.zy_prod_item__button a:hover {
  background-color: #f85f3b;
}

.zy_prod__ad {
  margin-bottom: 15px;
}

.zy_prod__ad__inner {
  display: flex;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.zy_prod__ad__inner a {
  display: inline-block;
}

.zy_prod__ad__inner:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.zy_prod__ad__photo {
  flex: 1;
  max-width: 180px;
  width: 100%;
  margin-right: 10px;
  align-items: flex-start;
  position: relative;
}

.zy_prod__ad__photo_img {
  max-width: 180px;
  width: 100%;
  height: 120px;
}

.zy_prod__ad__photo_sticker {
  margin-top: 5px;
}

.zy_prod__ad__photo_sticker_text {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.zy_prod__ad__photo_sticker_text .font-normal {
  color: #999999;
  font-size: 13px;
}

.zy_prod__ad__title a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #4999dd;
  margin-bottom: 3px;
}

.zy_prod__ad__title a:hover {
  color: #7ebb36;
}

.zy_prod__ad__title_text {
  flex: 1;
  color: #333333;
  font-size: 14px;
}

.zy_prod__ad__text a:hover {
  color: #333333;
}

@media (max-width: 910px) {
  .zy_prod__grid {
    flex-direction: column;
  }

  .zy_prod__right {
    margin-left: 0px;
  }

  .zy_prod__ad__inner {
    max-width: 910px;
    width: 100%;
  }

  .zy_prod__ad__title a {
    font-size: 16px;
    line-height: 18px;
  }

  .zy_prod__h1 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
  }
}

@media (max-width: 450px) {

  .zy_prod__ad__title a {
    font-size: 16px;
    line-height: 16px;
  }
  .zy_prod__text {
    padding: 10px;
  }

}

@media (max-width: 320px) {
  .zy_prod__ad__text {
    font-size: 12px;
  }

  .zy_prod__ad__photo {
    width: 100%;
    max-width: 120px;
  }

  .zy_prod__ad__photo_img {
    width: 100%;
    max-width: 120px;
  }

  .zy_prod__ad__photo_img {
    height: 90px;
  }
}

/*--BANNER--*/

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.nbs-flexisel-item img:hover {
  filter: none;
  opacity: 1;
}


/*--FEATURED--*/

.zy_feat {
  width: 100%;
  margin: 10px 0;
}

.zy_feat_inner {
  display: flex;
}

.zy_feat_item {
  width: 25%;
  border: 0.5px solid #eee;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.zy_feat_item__photo {
  text-align: center;
  /* padding: 5px; */
  border-bottom: 1px solid #eee;
}

.zy_feat_item__photo > a > img {
  height: 60px;
  margin: 0 auto;
}

.zy_feat_item__title {
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.zy_feat_item__title a {
  color: #227373;
}

.zy_feat_item__title a:hover {
  color: #f48b20;
}

.zy_feat_item__sum a,
.zy_feat_item__proc a,
.zy_feat_item__date a {
  color: inherit;
}

.zy_feat_item__sum {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.zy_feat_item__date {
  margin-top: 5px;
  font-size: 16px;
}

.zy_feat_item__button {
  margin-top: 20px;
  margin-bottom: 15px;
  flex: 3;
}

.zy_feat_item__button a {
  padding: 12px 25px;
  background-color: #f27a5e;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

.zy_feat_item__button a:hover {
  background-color: #f85f3b;
}

@media (max-width: 900px) {
  .zy_feat_inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .zy_feat_item {
    width: 48%;
  }

  .zy_feat_item:nth-child(2n) {
    /* margin-right: 0; */
  }

  .zy_feat_item__title {
    font-size: 14px;
    height: 44px;
    padding: 5px;
  }

  .zy_feat_item__photo > a > img {
    height: 48px;
  }

  .zy_feat_item__button a {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .zy_feat_item {
    width: 100%;
    /* margin-right: 0; */
  }
  .zy_feat_item__title {
    font-size: 16px;
    border-bottom: none;
    /* padding: 0; */
    height: auto;
  }
  .zy_feat_item__photo {
    border-bottom: none;
  }
  .zy_feat_item__button {
    text-align: center;
  }
}



/*--FLEXISEL--*/

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.nbs-flexisel-item img:hover {
  filter: none;
  opacity: 1;
}



/*--FOOTER--*/

.zy_footer {
  width: 100% !important;
  background-color: #333;
  text-align: center;
  color: #ffffff;
  /* color: #ddd; */
  min-height: 100px;
  margin-top: 15px;
}

.zy_footer_blocks__inner {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 10px;
  justify-content: space-between;
}

.zy_footer a {
  color: #eee;
  font-size: 0.9em;
}

.zy_footer a:hover {
  color: #fff;
}

.zy_footer__logo {
  filter: invert(100%);
  margin-right: 20px;
  margin-bottom: 10px;
}

.zy_footer__logo img {
  filter: grayscale(100%);
}

.zy_footer_blocks__item {
  max-width: 300px;
  min-width: 160px;
  flex-grow: 1;
  margin-right: 10px;
  font-weight: 300;
  margin-bottom: 5px;
}

.zy_footer_blocks__item_title {
  font-weight: 400;
}

.zy_footer_blocks__item_text {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.zy_footer_blocks__item_text > li {
  margin-bottom: 2px;
}

.zy_footer__text {
  font-size: 13px;
  color: #aaa;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .zy_footer_blocks__inner {
    text-align: center;
    justify-content: center;
  }

  .zy_footer__logo {
    text-align: center;
  }

  .zy_footer__text {
    font-size: 10px;
  }
}
