html {
  height: 100%;
  overflow-x: hidden;
}
html.scroll-disabled,
html.scroll-disabled2 {
  overflow: hidden;
}
body {
  width: 100vw;
  height: 100%;
  overflow-anchor: none;
}
h1 {
  font-size: 2.1em;
  font-weight: 500;
  margin: 0 0 30px;
}
h2 {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 15px;
}
h3 {
  font-size: 1.4em;
  font-weight: 500;
  margin: 0 0 15px;
}
p:empty {
  margin: 0;
}
@media (max-width:767px) {
  h2 {
    font-size: 1.4em;
    text-align: center;
    opacity: .75;
  }
  h3 {
    font-size: 1.2em;
    opacity: .85;
  }
}
h4 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 15px;
}
h5 {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0 0 10px;
}
h6 {
  font-size: 1.0em;
  font-weight: 500;
  margin: 0 0 10px;
}
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
button,
select,
.btn,
.btn:active,
.btn:hover,
.btn:focus,
.nav-tabs .li {
  outline: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
}
.btn.btn-secondary {
  background: #f7d26f;
}
.btn.btn-secondary:hover {
  background: #f7d889;
}
a:focus, a:active {
  color: #000;
}
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
iframe {
  max-width: 100%;
}
.row {
  margin: 0 -10px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex::before,
.row-flex::after {
  display: none;
}
*[class*=' col-'] {
  padding: 0 10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}
.pr-0 {
  padding-right: 0 !important;
}
.heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.contacts .heading {
  justify-content: flex-start;
}
.product-page .heading {
  margin-bottom: 50px;
  justify-content: flex-start;
}
div.heading {
  margin: 0 0 40px;
  font-size: 1.9em;
}
.container.uslugi .content_heder div.heading {
  display: none !important;
}
.heading::after {
  position: absolute;
  bottom: -15px;
  content: '';
  width: 70px;
  height: 3px;
  background: #f4cf75;
}
@media (max-width:992px) {
  div.heading {
    justify-content: center;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
  }
  .heading::after {
    display: none;
  }
}
@media (max-width:767px) {
  div.heading {
    font-size: 28px;
  }
}
label {
  font-weight: 400;
}
hr {
  margin: 7px 0;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.checkbox,
.radio {
  margin: 15px 0;
}
.radio label {
  display: flex !important;
  padding: 0;
}
.radio input {
  position: relative !important;
  margin: 0 10px 0 0 !important;
}
.radio input+img {
  margin-right: 10px;
}
.input {
  display: flex;
  align-items: center;
  padding: 0 !important;
  cursor: pointer;
}
.input input {
  position: relative !important;
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  outline: none !important;
  cursor: pointer;
}
.input input:hover {
  border-color: #aaa;
}
.input input[type="checkbox"] {
  border-radius: 2px;
}
.input input[type="checkbox"]:checked {
  border: none;
}
.input input[type="checkbox"]:checked::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  border: solid 2px #fff;
  border-top: none;
  border-right: none;
  transform: translate(-50%, -80%) rotate(-45deg);
}
.input input[type="radio"] {
  border-radius: 100%;
}
.input input[type="radio"]:checked {
  border: none;
}
.input input[type="radio"]:checked::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: solid 3px #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.input-group .input-group-addon {
  text-align: center;
  font-size: .95em;
  background: #f5f5f5;
  padding: 0 10px;
  border: solid 1px #e6e6e6;
  border-right: none;
}
.input-group .input-group-addon i+span {
  padding: 0 0 0 6px;
}
.input-group-btn {
  font-size: .9em;
}
.input-group-btn .btn {
  height: 35px;
}
.form-group:last-of-type {
  margin-top: 30px;
  margin-bottom: 0;
}
.help-form-manager-post {
  text-align: center;
  margin-bottom: 30px;
}
.help-form-manager-post h4 {
  font-size: 21px;
}
#modal01 .form-group:last-of-type {
  margin-top: 0;
}
.form-control {
  font-size: 1.2em;
  background: #F2F2F2;
  border: solid 1px #ECECEC;
  box-shadow: none;
  display: block;
  padding: 0 12px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
}
.option__group .form-control {
  margin-top: 10px;
  font-size: 1.05em;
}
textarea.form-control {
  padding: 10px 12px;
  resize: vertical;
}
.form-control[readonly] {
  opacity: .5;
}
.form-control:focus {
  border: solid 1px #d0d0d0;
  box-shadow: none;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all ease .3s;
}
.form-control:focus::-moz-placeholder {
  opacity: 0;
  transition: all ease .3s;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all ease .3s;
}
.form-control:focus:-input-placeholder {
  opacity: 0;
  transition: all ease .3s;
}
.search-btn-clear {
  display: none;
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 100%;
  background: #72993d;
  color: #fff;
  cursor: pointer;
}
select.form-control {
  padding-right: 30px;
  background: url(../image/chevron.png) no-repeat #fff;
  background-size: 7px;
  background-position: top 50% right 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sorts-block select.form-control {
  margin-right: 20px;
}
.img-responsive {
  margin: 0 auto;
}
.img-thumbnail {
  border: solid 1px rgba(0, 0, 0, .1);
}
.highlight {
  font-weight: 500;
  background: #fcf8e3;
}
.alert {
  position: relative;
  padding: 12px 30px 12px 15px;
  font-size: .95em;
  border: none;
}
.alert a {
  text-decoration: underline;
}
.alert i {
  margin: 0 5px 0 0;
}
.alert .close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: .7;
}
.alert .close:hover {
  opacity: 1;
}
.text-danger {
  padding: 4px 0 0;
  line-height: normal;
  font-size: .95em;
  color: #f00;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.visible-xxl {
  display: none;
}
.required .control-label::before {
  content: '* ';
  color: #f00;
}
.control-label {
  font-weight: 500;
}
.form-horizontal .control-label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.div-text-empty {
  padding: 20px;
  margin: 0 0 40px;
  background: #f7f7f7;
  border-radius: 4px;
}
@media (max-width:767px) {
  .div-text-empty {
    text-align: center;
  }
}
/*
@media (min-width:992px) {
  #column-left {
    position: sticky;
    top: 65px;
  }
}
*/
.dropdown-menu {
  padding: 0;
}
.dropdown-menu li > a {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #666;
  font-size: .95em;
}
.dropdown-menu li > a i,
.dropdown-menu li > a img {
  min-width: 15px;
  margin: 0 7px 0 0;
  text-align: center;
}
.buttons {
  display: block;
  margin: 30px 0 20px 0;
}
.btn {
  height: 40px;
  min-height: 40px;
  padding: 0 12px;
  transition: color linear .1s, background linear .1s;
  border-radius: 6px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(221, 161, 5);
  font-size: 16px;
  color: #000 !important;
  font-weight: 500;
  white-space: normal;
  transition: color linear .1s, background linear .1s;
}
button.btn[data-toggle="modal"] {
  display: none !important;
}

a.btn {
  line-height: 35px;
}
a.btn-lg {
  line-height: 35px;
}
a.btn-xl {
  line-height: 38px;
}
.btn .fa+span,
.btn .fas+span,
.btn .far+span {
  margin: 0 0 0 7px;
}
.btn i.visible-xs+span {
  margin: 0;
}
.btn-xs {
  height: 24px;
  padding: 0 10px;
  line-height: 20px;
}
.btn-sm {
  height: 28px;
  line-height: 28px !important;
}
.btn-lg {
  height: 34px;
  font-size: 1em;
  font-weight: 500;
  padding: 0 15px;
}
.btn-xl {
  height: 38px;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0 20px;
}
.btn+.btn-lg,
.btn+.btn-xl {
  margin: 0 0 0 15px;
}
.product-page__add-to-cart.add_to_cart {
  width: calc(100% - 80px);
}
.add_to_cart.in_cart, .add_to_cart.in_cart:hover,
.add_to_cart.in_cart:focus,
.add_to_cart.in_cart:active {
  border-color: #ca5814;
}
@media (max-width:767px) {
  .product-page__add-to-cart.add_to_cart {
    max-width: 190px;
  }
}
.product-page__quick-order.quick-order {
  margin: 15px 0 0 0;
  width: calc(100% - 80px);
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 1.0em;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover {
  border: solid 1px rgba(0, 0, 0, .05);
}
.btn.disabled {
  opacity: 1;
  cursor: default;
}
.btn.disabled2 {
  display: none !important;
}
.list-group-item {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: .95em;
  background: none !important;
  border: none;
}
.list-group-item:not(:first-child) {
  border-top: solid 1px rgba(0, 0, 0, .06);
}
.list-group-item:hover {
  background: rgba(0, 0, 0, .03) !important;
}
header {
  position: absolute;
  width: 100vw;
  z-index: 999;
}
header.think {
  opacity: 0;
  visibility: hidden;
}
header.fixed {
  position: fixed;
  background: rgba(255,255,255,.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  transform: translateY(-100%);
  -webkit-transition: transform .6s cubic-bezier(.08, .82, .17, 1);
  transition: transform .6s cubic-bezier(.08, .82, .17, 1);
}
.menu_open header.fixed {
  background: rgba(255,255,255,0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  box-shadow: none;
}
header.fixed .top-links {
  display: none;
}
header.fixed .header-block__item-logo {
  padding: 5px 0 5px 0;
}
header.fixed .header-block__item-logo {
  background-image: none;
}
header.fixed.fixar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  -webkit-transition: transform .6s cubic-bezier(.08, .82, .17, 1);
  transition: transform .6s cubic-bezier(.08, .82, .17, 1);
}
header.fixar {
}
.top-menu .container {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
}
.top-menu__links {
  display: flex;
  align-items: center;
  transition: all .15s linear .25s;
}
.menu_open .top-menu__links {
  visibility: hidden;
  opacity: 0;
  transition: all .15s linear 0s;
}
.top-menu__buttons {
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
}
.top-menu__buttons .btn-group {
  margin: 0;
}
.top-menu .btn-group {
  display: flex;
  vertical-align: unset;
}
.top-menu .btn-group .top-links__ul.dropdown-menu {
  min-width: auto;
}
.top-menu__btn {
  background: transparent;
  color: #000;
  display: flex;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
  height: 35px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  cursor: pointer;
  align-items: center;
}
@media (max-width: 1200px) {
  .top-menu__btn {
    height: 30px;
  }
}
.top-menu__btn span {
  margin: 0 0 0 5px;
}
.top-menu__btn:hover,
#top .open .btn-group__btn {
  background: rgba(255,255,255,.1);
}
.top-menu__currency .top-menu__btn {
  width: auto;;
  height: 35px;
  min-width: 35px;
}
.top-menu__currency {
  margin-right: 15px;
}
.top-menu__btn,
.top-menu__currency {
  margin-left: 8px;
}
@media (max-width:767px) {
  .top-menu__buttons .btn-group {
    margin: 0;
  }
  .top-menu__btn,
  .top-menu__currency {
    padding: 0px 10px;
  }
}
.top-menu__account:not(.status-1),
.top-menu__wishlist:not(.status-1),
.top-menu__compare:not(.status-1) {
  display: none;
}
.top-menu__wishlist.status-1 {
  margin: 0 30px 0 0;
}
.top-menu__compare.status-1 {
  margin: 0 30px 0 -30px;
}
.top-menu__compare-icon {
  transform: rotate(90deg);
}
.top-menu__wishlist-total.uni-badge,
.top-menu__compare-total.uni-badge {
  padding: 0 6px;
  font-size: .8em;
  color: inherit;
}
@media (max-width:767px) {
  .top-menu__wishlist-total.uni-badge,
  .top-menu__compare-total.uni-badge {
    font-size: .9em;
    background: rgba(0, 0, 0, 0);
    border-radius: 0
  }
}
.top-menu {
  margin: -5px 0 10px 0;
  transition: all .15s linear .25s;
}
.menu_open .top-menu {
  visibility: hidden;
  opacity: 0;
  transition: all .15s linear 0s;
}
.header-block {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header-block__item {
  display: flex;
  align-items: center;
}
.header-block__item .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-block__item.tit {
  flex-direction: column;
  align-items: flex-start;
  transition: all .15s linear .25s, color .15s linear 0s;
}
.menu_open .header-block__item.tit {
  visibility: hidden;
  opacity: 0;
  transition: all .15s linear 0s;
}
.header-block__item.tit span {
  font-weight: 600;
}
.header-block__item.tit p {
  margin-bottom: 0;
}
.header-block__item.socials {
  margin-right: 30px;
  transition: all .15s linear .25s;
}
.menu_open .header-block__item.socials {
  visibility: hidden;
  opacity: 0;
  transition: all .15s linear 0s;
}
@media (max-width:767px) {
  .header-block__item.socials {
    margin-right: 20px;
  }
}
.header-block__item.socials_m {
  margin-bottom: 5px;
}
.header-block__item-logo {
  flex: 1 1 auto;
  margin: 0 20px 0 0;
  padding: 12px 0 30px 0;
  min-width: 70px;
  max-width: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='37.861mm' height='44.593mm' viewBox='0 0 37.861 44.593' version='1.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cpath id='rect1' d='m 0,0 h 37.861 v 36.762 c 0,0.84 -0.74,1.68 -1.65,1.84 L 2.49,44.552 C 1.12,44.792 0,43.952 0,42.662 Z' style='fill:%23ffffff;fill-opacity:1;stroke:%2393ed21;stroke-width:0' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.header-block__item-logo .header-logo {
  margin: 0 auto;
}
.header-block__item-logo .header-logo img {
  width: 100%;
  max-height: 55px;
 }
@media (max-width:992px) {
  .top-menu__btn-text {
    display: none
  }
}
@media (max-width:767px) {
  .header-block__item-logo {
    padding: 20px 0 10px 0;
    background: none;
  }
}
.header-block__item-search {
  flex: 1 1 auto;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
}
.header-search {
  width: 100%;
}
.header-search__form {
  position: relative;
  display: flex;
}
.header-search__category-btn {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: .9em;
  padding: 0 10px;
  border: solid 1px #ececec;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.fly-menu__search .header-search__category-btn {
  height: 50px;
  font-size: 1em;
  padding: 0 10px;
  border: none;
  border-right: none;
  border-radius: 0;
}
.header-search__category-span {
  overflow: hidden;
  max-width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-search__category-btn::after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin: 0 0 0 5px;
  font-size: .7em;
  content: "\f078";
}
.open .header-search__category-btn::after {
  transform: rotate(-180deg);
}
.header-search__input {
  font-size: .9em;
  padding: 0 12px;
  background: #f9f9f9;
  border: solid 1px #f2f2f2;
  border-radius: 6px;
  height: 40px;
}
.fly-menu__search .header-search__input {
  background: #f9f9f9;
  border: none;
  border-radius: 0 !important;
  height: 50px;
}
.header-search__category+.header-search__input {
  border-radius: 0 4px 4px 0;
}
.header-search__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1px;
  height: calc(100% - 2px);
  width: 40px;
  background: none;
  border: none;
  transform: translate(0, -50%);
  transition: all ease-in-out .15s;
}
.header-search__btn:hover {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, .07);
  border-radius: 0 4px 4px 0;
}
.header-search .search-btn-clear {
  top: 10px;
  right: 45px;
}
.header_block_icons {
  display: flex;
  margin-left: 20px;
  transition: all .15s linear .25s;
}
.menu_open .header_block_icons {
  visibility: hidden;
  opacity: 0;
  transition: all .15s linear 0s;
}
.header-block__item-telephone {
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  padding: 0 0 10px 10px;
}
.header-phones {
  position: relative;
  padding-right: 10px;
}
.header-phones__li {
  margin: auto 0 auto auto;
}
@media (max-width:1200px) {
  .header_block_icons {
    margin-top: 0;
  }
}
.header-phones__main {
  font-size: 1.25em;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
.header-phones__show-phone {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: .8em;
  color: rgba(0, 0, 0, .5);
  background: rgba(0, 0, 0, .04);
  transform: translateY(-50%);
  border-radius: 100%;
  cursor: pointer;
}
.header-phones__show-phone:hover {
  color: rgba(0, 0, 0, .7);
}
.open .header-phones__show-phone {
  transform: rotate(-180deg) translateY(50%);
}
.header-phones__additionals ul,
.header-phones.has-addit {
  text-align: left;
  padding-right: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.header-phones.has-addit {
  transition: all .15s linear .1s;
  margin-left: 20px;
}
.menu_open .header-phones.has-addit {
  visibility: hidden;
  opacity: 0;
  transition: all .15s linear 0s;
}
.header-phones__additional {
  font-size: .9em;
  font-weight: 500;
  cursor: pointer;
}
.header-phones__a {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  transition: all linear .15s;
}
.header-phones__li:last-of-type .header-phones__a {
  margin-bottom: 0;
}
.header-phones__a span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
  padding: 2px;
  text-align: center;
  color: #fff;
  background: #ac988a;
  border-radius: 2px;
  transition: all linear .15s;
}
.header-phones__a i {
  width: 20px;
  text-align: center;
  color: #72993d;
}
@media (max-width:1200px) {
  .header-phones__a span {
    display: none;
  }
}
@media (max-width:767px) {
  .header-phones__a {
    font-size: 14px;
  }
  .header-phones__a i {
    display: none;
  }
}
.header-phones__li  .header-phones__a:hover {
  color: #3c2f2b !important;
}
.header-phones__additional+span {
  margin: 0 0 0 10px;
}
.header-phones__a:hover {
  background-color: transparent;
}
.header-phones__span {
  position: relative;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.header-phones__text {
  padding: 5px 10px;
  color: #888;
  font-size: .95em;
}
.header-phones__callback {
  position: relative;
  display: flex;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
  height: 45px;
  line-height: 1.1;
  user-select: none;
  background: linear-gradient(0deg, #FFD76C 0%, #E3A633 100%);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 30px;
}
.header-phones__callback::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFAA6C 0%, #E3A633 100%);
  opacity: 0;
  transition: opacity linear .15s;
}
.header-phones__callback:hover::after {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header-phones__callback {
    height: 40px;
  }
}
@media (max-width:767px) {
  .header-phones__callback {
    font-size: 12px;
    padding: 0 10px;
  }
}
.header-cart__btn {
  position: relative;
  cursor: pointer;
}
.header-cart__icon {
  font-size: 1.6em;
}
.header-account .header-account__icon,
.header-wishlist .header-wishlist__icon,
.header-compare .header-compare__icon,
.header-cart__btn .header-cart__icon {
  opacity: .9;
}
.header-account:hover .header-account__icon,
.header-wishlist:hover .header-wishlist__icon,
.header-compare:hover .header-compare__icon,
.header-cart__btn:hover .header-cart__icon {
  opacity: 1;
}
.header-cart__dropdown {
  display: none;
}
.header-cart__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 65vh;
  border-bottom: solid 1px rgba(0, 0, 0, .07);
}
.header-cart__item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 100%;
}
.header-cart__item:first-child {
  padding-top: 0;
}
.header-cart__item:not(:first-child) {
  border-top: solid 1px rgba(0, 0, 0, .07);
}
.header-cart__item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-cart__image {
  flex: 0 0 80px;
  padding: 0 15px 0 0;
}
.header-cart__name {
  flex: 1 1 0;
  min-width: 155px;
  font-size: .95em;
  font-weight: 500;
  padding: 0 20px 0 0;
  overflow: hidden;
  word-wrap: break-word;
}
.header-cart__quantity {
  padding: 0 25px 0 0;
  display: none !important;;
}
.header-cart__quantity .qty-switch {
  margin: 0;
}
.header-cart__price {
  flex: 0 1 80px;
  padding: 0 10px 0 0;
  white-space: nowrap;
  font-weight: 500;
}
.header-cart__total {
  flex: 0 1 100px;
  white-space: nowrap;
  font-weight: 500;
}
.header-cart__price-text,
.header-cart__total-text {
  margin: 0 0 5px;
  color: #888;
  line-height: 1em;
  font-size: .65em;
}
.header-cart__remove-btn {
  border: none;
  background: none;
  color: #888;
}
.header-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-cart__totals {
  margin: 25px 0;
}
.header-cart__totals-item:not(:first-child) {
  display: none;
}
.header-cart__totals-item {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2em;
  font-weight: 500;
}
.header-cart__totals-text {
  min-width: 70px;
  margin: 0 0 0 5px;
  white-space: nowrap;
}
.header-cart__empty {
  padding: 10px 0;
  text-align: center;
  color: #888;
  font-weight: 500;
}
.header-cart__icon-empty {
  display: flex !important;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 4em;
  color: #fff;
  background: #f7f7f7;
  border-radius: 100%;
  text-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.header-block__item-account,
.header-block__item-wishlist,
.header-block__item-compare,
.header-block__item-cart {
  width: auto;
  padding: 0 12px;
}
.header-block__item-account .tit,
.header-block__item-wishlist .tit,
.header-block__item-compare .tit {
  font-size: 12px;
  margin-left: 10px;
}
@media (max-width:1200px) {
  .header-block__item-account .tit,
  .header-block__item-wishlist .tit,
  .header-block__item-compare .tit {
    display: none;
  }
}
@media (max-width:767px) {
  .header-block__item-account,
  .header-block__item-wishlist,
  .header-block__item-compare,
  .header-block__item-cart {
    width: 25px;
    padding: 0;
  }
}
.header-account,
.header-wishlist,
.header-compare {
  position: relative;
}
.header-account__icon,
.header-wishlist__icon,
.header-compare__icon {
  font-size: 1.4em;
  transition: all linear .15s;
}
.header-account.uni-href,
.header-compare.uni-href,
.header-compare__icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-cart__icon {
  transition: all linear .15s;
}
.header-compare {
  cursor: pointer;
}
.header-compare__icon {
  transform: rotate(90deg);
  margin-left: 5px;
}
.header-block__item-wishlist + .header-block__item-cart .header-cart__icon,
.header-block__item-compare + .header-block__item-cart .header-cart__icon {
  font-size: 1.4em;
}
.header-cart__total-items,
.header-wishlist__total-items,
.header-compare__total-items {
  position: absolute;
  left: -6px;
  bottom: -2px;
  padding: 0 3px;
  min-width: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  height: 16px;
  font-size: .8em;
  border-radius: 100%;
}
.header-wishlist__total-items {
  right: -5px;
}
.menu {
  position: relative;
  height: 100%;
  border-radius: 6px;
  z-index: 998;
}
.menu__header {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 0 12px;
  border-radius: 6px 0 0 6px;
  font-weight: 500;
}
header.fixed .menu__header {
  height: 35px;
  border-radius: 4px 4px 0 0;
}
.menu__header .menu__header-title {
  text-transform: uppercase;
  font-weight: 600;
}
.menu__collapse {
  position: relative;
  z-index: 1001;
  width: 100%;
  top: 55px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.05em;
}
.menu1,
.menu1 .menu__collapse {
  perspective: 1000px;
}
header.fixed .menu1 .menu__collapse {
  top: 25px;
  border-radius: 0 0 4px 4px;
}
.menu1 .menu__collapse {
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
  border-radius: 6px;
  transition: all .25s ease 0s;
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transform: rotateX(-90deg);
  z-index: 999;
}
.menu1 .menu__collapse:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: -2;
}
.menu1 ul.menu__collapse.active,
.fly-menu.show .menu1:hover .menu__collapse {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg) translateY(10px);
  transition: all .6s cubic-bezier(.08, .82, .17, 1) 0s;
}
@media (max-width:992px) {
  .menu1 ul.menu__collapse {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
  .menu1 .menu__level-1-li {
    padding: 0;
  }
  .menu1 .menu__collapse {
    box-shadow: none;
  }
}
.menu__level-1-li {
  position: relative;
  border-top: solid 1px rgba(255,255,255,.1);
  transition: all linear .15s;
}
.menu__level-1-li:last-child {
  border-radius: 0 0 4px 4px;
}
.menu__level-1-a {
  display: flex;
  flex: 1 1 auto;
  min-height: 40px;
  height: 100%;
  align-items: center;
  padding: 0 20px 0 12px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.3;
}
.menu__level-1-icon {
  margin: 0 10px 0 0;
}
.menu__level-1-img {
  width: 34px;
  height: 34px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.menu__level-2-ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.menu__level-2-a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.menu__level-3-ul {
  list-style: none;
  padding: 0;
}
.menu__level-3-a {
  display: flex;
  align-items: center;
}
/*
.menu__level-3-a::before {
  margin: 0 7px 0 0;
  font-size: .8em;
  content: "\2022";
  color: #aaa;
}
*/
.menu__more-span {
  text-decoration: underline;
}
.menu1 .menu__level-1-li:first-child {
  border-top: none;
}
.menu2 .menu__level-1-li:hover {
  background: rgba(255, 255, 255, .1);
}
/*
.menu2 .menu__level-1-li:nth-child(2n):hover {
  background: rgba(0,0,0,.08);
}
*/
.menu__additional {
  width: 50px;
  max-width: 50px;
}
.menu__level-1-a.additional {
  font-size: 1.4em;
}
.menu_osn a.prise {
  display: block;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  background: #05ac43;
  color: #fff;
}
.menu_osn a.prise:hover {
  background: #eae600;
  color: #000;
}
.menu_osn ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.menu_osn ul li {
  padding: 10px 0;
}
.menu_osn ul li a {
  display: flex;
  align-items: center;
  color: #0077cc;
  font-weight: 500;
}
.menu_osn ul li a:hover {
  color: #000;
}
.menu_osn ul li a img {
  display: block;
  width: 41px;
  height: 41px;
  max-width: 41px;
  margin: 0 10px 0 0;
}


/* --- navigation --- */
.nav_button-wrap {
  position: relative;
  width: 50px;
  z-index: 150;
  display: none;
}
.nav_button {
  position: relative;
  left: 0;
  display: block;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav_button-wrap {
    display: block;
    margin-left: 20px;
  }
  .nav_button {
    left: auto;
    padding: 5px 0;
  }
  .nav_button-wrap,
  .main_header {
    -webkit-transition: transform .6s cubic-bezier(.08, .82, .17, 1) .4s;
    transition: transform .6s cubic-bezier(.08, .82, .17, 1) .4s;
  }
  .nav_button-wrap.scroll,
  .main_header.scroll {
    transform: translateY(-100%);
    -webkit-transition: transform .6s cubic-bezier(.08, .82, .17, 1) 1s;
    transition: transform .6s cubic-bezier(.08, .82, .17, 1) 1s;
  }
}
header.fixed .nav_button > .line,
.nav_button > .line {
  display: block;
  width: 75%;
  height: 4px;
  background: #000;
  margin: 8px auto;
  border-radius: 4px
}
.menu_open .nav_button > .line {
  background: #000 !important;
}
.nav_button .line:nth-child(1), .nav_button .line:nth-child(3), .butter_button .line:nth-child(1) {
  transform: rotate(0deg) translateY(0);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background .15s linear 0s;
}
.nav_button .line:nth-child(2) {
  transform: translateX(0);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background .15s linear 0s;
}
.nav_button.cmenu .line:nth-child(1) {
  transform: rotate(-45deg) translate(-8px, 8px)
}
.nav_button.cmenu .line:nth-child(3) {
  transform: rotate(45deg) translate(-9px, -10px)
}
.nav_button.cmenu .line:nth-child(2) {
  width: 5%;
  transform: translateX(50px);
  opacity: 0
}
.holders {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  z-index: 1030;
  -webkit-transition: all .55s ease-in-out;
  transition: all .55s ease-in-out;
}
.menu_open .holders {
  visibility: visible;
  pointer-events: none;
}
.nav_holder, .nav_holder2 {
  position: absolute;
  top: -100%;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 50px;
  background: #eee;
  overflow: hidden;
  z-index: 120;
  -webkit-transition: all .55s ease-in-out;
  transition: all .55s ease-in-out;
  user-select: none;
  pointer-events: none;
}
.nav_holder {
  width: 70%;
}
.nav_holder2 {
  width: 30%;
  left: 70%;
  right: 0;
  background: #fdd979;
  -webkit-transition: all .55s ease-in-out .03s;
  transition: all .55s ease-in-out .03s;
}
@media (max-width: 992px) {
  .holders {
    width: 100vw;
  }
  .nav_holder, .nav_holder2 {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
  }
  .nav_holder2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav_holder, .nav_holder2 {
    padding: 50px 10px;
  }
}
.menu_open .nav_holder, .menu_open .nav_holder2 {
  top: 0%;
}
.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 103;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .15s ease-in .15s;
  transition: all .15s ease-in .15s;
}
.metismenu {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 500px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  pointer-events: all;
}
.menu_open .metismenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.menu_open .nav_holder2 .metismenu {
  -webkit-transition: all 0.3s ease-in-out .6s;
  transition: all 0.3s ease-in-out .6s;
}
.metismenu span.header {
  color: #fff;
  border-bottom: 3px solid var(--button-dark);
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
}
.metismenu span.header svg {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  stroke: var(--button-dark);
}
.metismenu ul {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.metismenu li {
  padding: 8px 0;
}
.metismenu ul.second li a {
  font-size: 20px;
}
.acc_menu .butoner a,
.acc_menu .content .inner a,
.metismenu li a {
  display: block;
  line-height: 1.1;
  color: #000;
  opacity: .8;
  font-size: 21px;
  text-decoration: none;
  transition: opacity .15s ease-in-out;
}
.acc_menu .content .inner a {
  font-size: 17px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .metismenu ul.second li a {
    font-size: 20px;
  }
  .metismenu li {
    padding: 10px 0;
  }
  .acc_menu .butoner a,
  .acc_menu .content .inner a,
  .metismenu li a {
    font-size: 17px;
  }
  .acc_menu .content .inner a {
    font-size: 14px;
  }
}
.nav_holder2 .metismenu li a {
  font-size: 1.4vw;
}
@media (max-width: 992px) {
  .metismenu li a {
    font-size: 21px;
  }
  .nav_holder2 .metismenu li a {
    font-size: 19px;
  }
}
.acc_menu .butoner a:hover,
.acc_menu .content.act .inner a:hover,
.metismenu li a:hover,
.metismenu li.active a {
  opacity: 1;
}
.menu_open .nav_overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .35s ease-in 0s;
  transition: all .35s ease-in 0s;
}
.nav_action {
  position: absolute;
  top: 75px;
  bottom: auto;
  width: 100%;
  right: 0;
  z-index: 20;
  padding: 20px 0;
}
.nav_action > ul {
  padding: 0;
}
.nav_action li {
  display: block;
  margin-bottom: 20px;
}
.nav_action li a {
  height: 28px;
  display: block;
  opacity: .9;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.nav_action li a:hover {
  opacity: 1;
}
.nav_action li svg {
  height: 28px;
  fill: none;
  stroke: rgba(255, 255, 255, .7);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.nav_action li svg {
  fill: none;
  stroke: #fbfbfb;
}
.nav_action li:hover svg {
  stroke: #fff;
}
@media (max-width: 992px) {
  .nav_action {
    top: 10px;
    left: 90px;
    right: auto;
    width: auto;
    padding: 0;
  }
  .nav_action ul,
  .nav_action ul li {
    margin: 0;
  }
  .nav_action li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .nav_action li a,
  .nav_action li svg {
    height: 34px;
  }
}

.acc_menu {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.acc_menu .wrapper {
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.acc_menu .butoner {
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 0;
}
@media (max-width: 767px) {
  .acc_menu .butoner {
    padding: 12px 50px 12px 0;
  }
}
.acc_menu .content {
  position: relative;
  font-size: 14px;
  text-align: justify;
  line-height: 1.3;
  height: 0;
  overflow: hidden;
  transition: all .2s ease-in-out;
}
.acc_menu .content .inner {
  padding: 5px 0 15px 0;
  transform: translateY(5px);
  opacity: 0;
  transition: all .2s ease-in-out 0s;
}
.acc_menu .content.act .inner {
  transform: translateY(0px);
  opacity: 1;
  transition: all .3s ease-in-out .1s;
}
.acc_menu .content .inner p {
  margin: 0 0 10px;
}
.acc_menu .toggle {
  position: absolute;
  right: 0;
  width: 50px;
  height: 60px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
}
.acc_menu .icon {
  width: 24px;
  height: 24px;
}
.acc_menu .toggle.act .icon svg.plus,
.acc_menu .toggle:not(.act) .icon svg.minus {
  display: none;
}
main {
  flex: 1 0 auto;
}
main.blur {
  position: relative;
  z-index: 1;
}
.breadcrumb-h1 .heading {
  text-align: left;
  justify-content: flex-start;
}
.breadcrumb-h1.col-md-offset-3 {
  overflow: hidden;
  padding: 0 0 0 6px;
}
@media (max-width:992px) {
  .breadcrumb-h1.col-md-offset-3 {
    padding: 0;
  }
}
.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
  overflow-x: auto;
  white-space: nowrap;
  background: 0;
  font-size: .95em;
  color: rgba(0,0,0,.6);
}
.breadcrumb a {
  color: rgba(0,0,0,.6);
}
.breadcrumb a i {
  color: #72993d;
}
.breadcrumb li+li::before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: .75em;
  content: "\f105";
}
.hero-slider {
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 0 30px 0;
  z-index: 0;
  min-height: 620px;
  max-height: 720px;
  height: 38vw;
  overflow: hidden;
}
.hero-slider .divider {
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}
.hero-slider .container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .hero-slider .container {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-slide h2 {
  color: #fff;
  font-size: 58px;
  margin-bottom: 10px;
  text-shadow: 5px 5px rgba(0,0,0,.1);
  line-height: 1.4;
}
.hero-slider .swiper-slide .slide-text {
  margin-bottom: 50px;
  text-shadow: 3px 3px rgba(0,0,0,.1);
}
.hero-slider .swiper-slide .slide-text p {
  font-size: 24px;
}
.hero-slider .slide-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(70, 0, 0, 0.56) 34%, rgb(0, 25, 98) 100%);
  opacity: 1;
  z-index: -1;
}
.hero-slider .slide_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(25% - 14px);
  height: 100%;
  background: rgba(0, 100, 255,.5);
  background: radial-gradient(circle, rgba(78, 172, 255, 0.55) 34%, rgba(78, 172, 255, 0.85) 100%);
}
@media (max-width: 992px) {
  .hero-slider .swiper-slide h2 {
    font-size: calc(15px + 25 * (100vw / 992));
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 400px;
    margin: 0 0 20px 0;
  }
  .hero-slider .slide_overlay {
    display: none;
  }
  .hero-slider .swiper-slide .slide-text p {
    font-size: 17px;
  }
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .slide-inner .container {
  padding: 0 10px;
  margin-top: auto;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .hero-slider .slide-inner .container {
    padding: 0 10px;
  }
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.hero-slider .swiper-button-prev:before,
.hero-slider .swiper-button-next:before {
  display: none;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
  .hero-slider .slide-inner {
    background-position: center right 27%;
    text-align: center;
    background-blend-mode: multiply;
    background-color: rgba(34, 34, 34, 0.5);
  }
}
.hero-slider .swiper-button-prev {
  left: 0;
  transform: translateX(10px);
}
.hero-slider .swiper-button-prev svg,
.hero-slider .swiper-button-next svg {
  width: 50px;
  height: 50px;
  color: #fff;
  display: block;
  opacity: .65;
  transition: all .2s ease;
}
.hero-slider .swiper-button-next {
  right: 0;
  transform: translateX(-10px);
}
.hero-slider .swiper-button-prev:hover svg,
.hero-slider .swiper-button-next:hover svg {
  opacity: 1;
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  border: 1px solid #ffe5d1;
  background: #e3ccba;
  transition: all .2s ease;
  border-radius: 2px;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: .7;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.swiper-pagination {
  text-align: left;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  max-width: 300px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}
.form_bottom {
  background: #f5f5f5;
  padding: 50px 20px;
  border-radius: 6px;
  margin-top: 50px;
}
.hero-slider .form-creator.box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  z-index: 2;
  border-radius: 6px;
  overflow: hidden;
  padding: 15px 20px 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, .75);
}
.hero-slider .form-creator.box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-slider .form-creator.box .footer_but {
  text-align: center;
}
.hero-slider .form-creator.box .box-heading h3,
.form_bottom .form-creator.box .box-heading h3 {
  margin: 0 0 5px;
}
.hero-slider .form-creator.box .box-heading span,
.form_bottom .form-creator.box .box-heading span {
  display: block;
  margin: 0 0 15px;
}
.hero-slider .form-creator.box .form-control {
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .75);
  resize: none;
}
.hero-slider .form-creator.box label,
.form_bottom .form-creator.box label {
  display: none;
}
.hero-slider .form-creator.box .checkbox label,
.form_bottom .form-creator.box .checkbox label {
  display: block;
}
@media (max-width:767px) {
  .hero-slider .form-creator.box {
    display: none;
  }
}
.animated-button {
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(221, 161, 5);
  color: rgb(124, 86, 3) !important;
  position: relative;
  padding: 25px 30px;
  display: inline-block;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: radial-gradient(circle, #FFD76C 0%, #E3A633 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
  border-radius: 8px;
}
.animated-button div {
  position: relative;
  z-index: 1;
  transition: .2s color ease-in-out;
}
.animated-button:hover,
.animated-button:focus,
.animated-button:active {
  color: #000;
}
.animated-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFAA6C 0%, #E3A633 100%);
  opacity: 0;
  transition: opacity linear .15s;
}
.animated-button:hover::before {
  opacity: 0.3;
}
.animated-button span {
  position: absolute;
}
.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .45));
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .45));
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .45));
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .45));
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.swiper-viewport .swiper-button-prev::before,
.swiper-viewport .swiper-button-next::before,
.dream-filter .rdf- s .rdf-group .checkbox > label > span::after {
  font-family: "Font Awesome\ 5 Free" !important;
  font-weight: 900;
}
.swiper-viewport {
  position: relative;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: solid 1px rgba(0, 0, 0, .1) !important;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none !important;
}
.swiper-viewport::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border: solid 4px #f7f7f7;
  opacity: 1;
  transition: all ease-in-out .3s;
}
.swiper-viewport:hover::after {
  visibility: hidden;
  opacity: 0;
}
.swiper-viewport .title {
  position: absolute;
  z-index: 999;
  left: 10px;
  bottom: 10px;
  width: auto;
  z-index: 99;
  height: 30px;
  padding: 0 15px;
  line-height: 28px;
  font-size: 1.1em;
  opacity: .7;
  border-radius: 3px;
}
.swiper-viewport .swiper-pagination {
  position: absolute;
  bottom: 5px;
  left: auto;
  right: 15px !important;
}
.banner {
  margin: 0 0 20px;
}
.banner-label {
  position: absolute;
  left: 50%;
  bottom: 15px;
  display: table;
  width: fit-content;
  max-width: 90%;
  padding: 4px 10px;
  text-align: center;
  font-size: .9em;
  opacity: .85;
  transform: translate(-50%, 0);
  border-radius: 3px;
}
#column-left .banner-label,
#column-right .banner-label {
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  font-size: 16px;
}
.uni-banner__a .banner-label,
.uni-banner__a .uni-banner__img {
  transition: all ease-in-out .15s;
}
.uni-banner__a:hover .uni-banner__img {
  transform: scale(1.1);
}
.uni-banner__a:hover .banner-label {
  opacity: 1;
  transform: translate(-50%, -5px) !important;
}
.uni-banner {
  margin-bottom: 15px;
}
.uni-banner__item {
  margin: 0 0 20px;
}
.uni-banner__item .uni-banner__a {
  height: 100%;
}
.uni-banner__a,
.uni-banner__div {
  display: block;
  overflow: hidden;
  position: relative;
  border: solid 1px rgba(0, 0, 0, .08);
  border-radius: 6px;
  box-shadow: 0 10px 35px 0 #f1f4fb !important;
}
.uni-banner__img {
  width: 100px;
  margin-bottom: 50px;
  border-radius: 4px;
}
#column-left .uni-banner,
#column-right .uni-banner {
  margin-bottom: 10px;
}
#column-left .uni-banner__item,
#column-right .uni-banner__item {
  width: 100%;
}
#column-left .uni-banner__img,
#column-right .uni-banner__img {
  max-height: 150px;
}
@media (min-width:992px) {
  #column-left .inner {
    position: relative;
  }
  #column-left .col_dec:before {
    content: '';
    width: 100%;
    height: 200px;
  }
}
.menu-right .menu__level-2 {
  max-height: none !important;
}
.menu-module__ul {
  position: relative;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: .95em;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.11);
}
.menu-module__ul .menu-module__li a {
  transition: background ease-in-out .15s, color ease-in-out .15s;
}
.menu-module__ul .menu-module__li a:focus,
.menu-module__ul .menu-module__li a:active,
.menu-module__ul .menu-module__li a:hover {
  color: #000;
  background: rgba(0, 0, 0, .02);
}
.menu-module__ul .menu-module__li:first-of-type a {
  border-radius: 6px 6px 0 0;
}
.menu-module__ul .menu-module__li:last-of-type a {
  border-radius: 0 0 6px 6px;
}
.menu-module__li:not(:first-child) {
  border-top: solid 1px rgba(255,255,255,.1);
}
.menu-module__a {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  font-weight: 500;
}
.menu-module__children-a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.menu-module__children-a:last-child {
  padding-bottom: 15px;
}
.menu-module__children-a::before {
  margin: 0 7px 0 1px;
  content: "";
  width: 6px;
  height: 6px;
  background: #e4a835;
  opacity: .4;
  transition: all ease-in-out .3s;
}
.menu-module__ul .menu-module__li a:hover:before {
  opacity: .7;
}
.menu-module__a.active {
  font-weight: 700;
}
.menu-module__children-a.active {
  font-weight: 500;
}
.menu-module__pm {
  display: flex;
  min-width: 45px;
  margin: -10px -11px -10px 0;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
  transition: background ease-in-out .15s, color ease-in-out .15s;
}
a.menu-module__a:hover .menu-module__pm {
  background: rgba(0, 0, 0, .05);
}
a.menu-module__a:hover .menu-module__pm:hover {
  background: rgba(0, 0, 0, .075);
  color: #000;
}
.menu-module__pm:not(.open) .fa-minus {
  display: none;
}
.menu-module__pm.open .fa-plus {
  display: none;
}
.home-banner {
  display: flex;
  margin: 0 -10px 2px;
}
.home-banner > div {
  display: flex;
}
.home-banner .inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  margin: 0 0 20px;
  padding: 35px 15px;
  border: 8px solid #fff;
  border-radius: 6px;
  z-index: 1;
}
body .home-banner__item .inner {
  background: radial-gradient(circle, rgba(255, 250, 239, 0.9) 0%, rgba(255, 244, 218, 1) 100%);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.05);
  transition: background linear .3s;
}
.home-banner__item {
  width: 100%;
}
.col_dec {
}
.hero-style.col_dec {
  width: 100%;
}
.col_dec:before {
  content: '';
  border-radius: 10px;
  width: calc(45% + 0px);
  height: calc(86% + 0px);
  position: absolute;
  z-index: -1;
  background: radial-gradient(circle, #FFF 0%, #7FA24D 100%);
  transform: rotate(-10deg) translateX(-1px);
  transform-origin: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.11);
  pointer-events: none;
}
.hero-style.col_dec::before {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 8px;
  left: 8px;
}
.hero-slider.col_dec {
  overflow: initial;
  border: none;
  border-radius: 0;
}
.hero-slider.col_dec .swiper-container {
  border: solid 1px #DDD5CE;
  border-radius: 6px;
  overflow: hidden;
}
.menu-module .col_dec::before {
  width: calc(100% + 0px);
  height: calc(85% + 0px);
  top: 8px;
  left: 8px;
}
.mod .home-banner__item {
  flex-direction: column;
  padding: 20px 10px;
}
/*
.home-banner > div:nth-child(2) .home-banner__item {
  background: #594c48;
}
.home-banner > div:nth-child(3) .home-banner__item {
  background: #4D3C37;
}
.home-banner > div:nth-child(4) .home-banner__item {
  background: #3c2f2b;
}
.home-banner__item::after {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: '';
  background: rgba(72, 58, 46, .025);
  transform: scale(0);
  transition: all linear .15s;
  z-index: -1;
}
*/
.home-banner__item:hover::after {
  transform: scale(1);
}
.home-banner__item.link {
  cursor: pointer;
}
.home-banner__icon {
  position: relative;
  font-size: 3.5em;
  opacity: .9;
}
.home-banner__icon img {
  min-width: 70px;
}
.home-banner__icon:before {
  content: '';
  border-radius: 10px;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: -1;
  background: #fff;
  transform: rotate(-10deg) translate(-50%, -50%);
  transition: transform 1.4s cubic-bezier(.15,.82,.35,1) 0s;
  transform-origin: left top;
  box-shadow: 0 0 35px #CFEAC4, 0 0 4px #C7FFB0;
  pointer-events: none;
  top: 50%;
  left: 50%;
}
.home-banner .inner:hover .home-banner__icon:before {
  -webkit-transform: rotate(360deg) translate(-50%, -50%);
  transform: rotate(360deg) translate(-50%, -50%);
}
.mod .home-banner__icon {
  position: relative;
  font-size: 3em;
  left: auto;
  top: auto;
  opacity: 1;
}
.home-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  word-wrap: break-word;
  color: #000 !important;
}
.mod .home-banner__text {
  justify-content: flex-start;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.home-banner__text-1 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 600;
}
.mod .home-banner__text-1 {
  margin: 20px 0 10px 0;
}
.home-banner__text-1.link {
  text-decoration: underline dotted;
}
.uni-badge {
  margin: 0 0 0 8px;
  padding: 0 8px;
  text-align: center;
  font-size: .7em;
  color: #888;
  background: rgba(0, 0, 0, .06);
  border-radius: 3px;
}
.product-page__textblock-inner {
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: .95em;
  border-radius: 6px;
  background: rgba(245, 198, 73, 0.27);
  border: 1px solid rgba(245, 198, 73, 0.3);
}
.product-page-tabs .uni-badge {
  color: #fff;
}
.product-page__discount {
  display: flex;
  flex-wrap: wrap;
  margin: -25px 0 25px;
  font-size: 1.2em;
  color: #05ac43;
}
.product-thumb .product-page__discount {
  margin: -15px 0 25px;
}
.product-page__discount-item {
  margin: 0 10px 0 0;
}
.uni-form {
  overflow: hidden;
  padding: 20px 40px;
  background: #f7f7f7;
  border-radius: 8px;
}
.uni-form__heading {
  margin: 0 0 5px;
  color: #666;
}
.sticker {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 8;
}
.sticker__item {
  display: flex;
  font-weight: 600;
  align-items: center;
  clear: both;
  margin: 0 0 5px;
  padding: 8px 10px;
  font-size: .9em;
  white-space: nowrap;
  border-radius: 0 0 8px 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.tab-content .product-page__option .option__group,
.tab-content .product-page__specification.specification {
  margin: 0;
  padding: 15px;
}
.tab-content .product-page__specification.specification {
  margin: 0;
  padding: 15px 5px;
}
.tab-content .product-page__option .option__group:nth-of-type(1n),
.tab-content .product-page__specification.specification:nth-of-type(1n) {
  background: rgba(0, 0, 0, .02);
}
.tab-content .product-page__option .option__group:nth-of-type(2n),
.tab-content .product-page__specification.specification:nth-of-type(2n) {
  background: rgba(0, 0, 0, .04);
}
.tab-content .product-page__option,
.tab-content #tab-specification {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.tab-content .review-info,
.tab-content .question-info,
.tab-content .product-page__option,
.tab-content #tab-specification {
  border: 1px solid #f0f0f0;
}
.option {
  position: relative;
  z-index: 1;
}
.option__group {
  margin: 0 0 20px;
}
.product-page__option .option__group > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 10px;
}
.product-page__option .option__group .with_image div {
  align-items: center;
  justify-content: center;
  gap: 0;
}
.option__group-name {
  margin-bottom: 0;
}
.option__group .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.option__item {
  position: relative;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.fiveinone {
  margin-bottom: 30px;
}
.fiveinone .option__item {
  margin: 0 0 2px 0;
}
.tab-content .option__item {
  margin: 0;
  font-size: 14px;
}
.option__item.ended {
  cursor: not-allowed;
}
.option__item.ended .option__name,
.option__item.ended:hover .option__name {
  opacity: .9;
  filter: grayscale(100%);
  white-space: wrap;
  border: none !important;
}
.option__item.ended .option__img {
  opacity: .9;
  border: solid 1px rgba(0, 0, 0, .25) !important;
}
.option__item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.option__select {
  margin: 0 0 10px;
  padding: 0 12px;
  height: 24px;
  line-height: 20px;
}
.option__name {
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  height: auto;
  line-height: 1.5;
  border: solid 1px rgba(0, 0, 0, .1);
  border-radius: 6px;
  transition: all linear .1s;
}
.option__img {
  width: 50px;
  border: solid 1px rgba(0, 0, 0, .1);
  pointer-events: none;
  transition: all ease-in-out .15s;
}
.option__item.with_image .option__img {
  border: none !important;
}
.option__item.with_image .option__name {
  height: 100%;
  line-height: 41px;
  background: transparent;
  border: none!important;
}
.option__item.with_image input + .inner {
  border: solid 1px rgba(0, 0, 0, .1);
  border-radius: 6px;
  transition: all linear .1s;
  overflow: hidden;
}
.option__item.with_image input:checked + .inner {
  border: solid 1px #5e802f !important;
  background: #72993d;
}
.option__item.with_image input:checked + .inner .option__name {
  color: #fff;
}
.option__popup {
  position: absolute;
  z-index: 9999;
  display: none;
  overflow: hidden;
  max-width: 95%;
  padding: 4px;
  text-align: center;
  font-size: .8em;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}
.option__popup-img {
  margin: 0 0 5px;
}
.option .text-danger {
  position: absolute;
  bottom: 0;
  font-weight: 500;
  padding: 2px 0;
  background: #fff;
  width: 100%;
  text-align: center;
}
.qty-indicator {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: .95em;
  color: #777;
  white-space: nowrap;
}
.qty-indicator::before {
  content: attr(data-text);
  margin: 0 5px 0 0;
}
.qty-indicator__bar {
  position: relative;
  overflow: hidden;
  width: 61px;
  height: 10px;
  border-radius: 2px;
}
.qty-indicator__bar::before,
.qty-indicator__bar::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 21.5%;
  content: '';
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  opacity: .5;
}
.qty-indicator__bar::before {
  left: 20%;
}
.qty-indicator__bar::after {
  left: 60%;
}
.qty-indicator__percent {
  height: 100%;
}
.qty-indicator__percent::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border: solid 1px #000;
  border-radius: 2px;
  opacity: .08;
}
.qty-indicator__text {
  font-weight: 500;
}
.qty-switch {
  display: flex;
  float: left;
  margin: 0 12px 0 0;
}
.qty-switch__input {
  width: 35px;
  height: 32px;
  padding: 0;
  text-align: center;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.qty-switch__btn.fa {
  display: block;
  width: 20px;
  height: 19px;
  line-height: 16px;
  text-align: center;
  font-size: .5em;
  cursor: pointer;
}
.qty-switch__btn.fa-plus {
  border-radius: 0 4px 0 0;
}
.qty-switch__btn.fa-minus {
  border-top: none;
  border-radius: 0 0 4px 0;
}
.qty-switch__cart .qty-switch__input {
  height: 28px;
  border-radius: 0;
  border: solid 1px #eee !important;
}
.qty-switch__cart .qty-switch__btn {
  width: 25px;
  height: 28px;
  line-height: 27px;
  border: none !important;
  background: #edb727;
  color: #000;
}
.qty-switch__cart .qty-switch__btn:hover {
  background: #EFD58E;
  color: #000;
}
.qty-switch__cart .qty-switch__btn.fa-plus {
  border-radius: 0 6px 6px 0;
}
.qty-switch__cart .qty-switch__btn.fa-minus {
  border-radius: 6px 0 0 6px;
}
.rating {
  display: flex;
  align-items: center;
  min-height: 15px;
}
.rating .fa-star {
  margin: 0 3px 0 0;
  font-size: .9em;
}
.rating .far.fa-star {
  color: #ccc;
}
button.compare,
button.wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 1.5em;
  background: #72993d;
  border: none;
  border-radius: 50%;
  transition: all linear .15s;
}
button.compare:hover,
button.wishlist {
  background: #82ae46;
}
button.wishlist i.far,
button.wishlist:not(.active) i.fa {
  display: none;
}
button.wishlist:not(.active) i.far,
button.wishlist i.fa {
  display: block;
}
button.compare .fas {
  transform: rotate(90deg);
}
.price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}
.price .price-old {
  margin: 0 15px 0 0;
  font-size: .65em;
  text-decoration: line-through;
}
.price-tax {
  margin: -10px 0 10px;
  color: #999;
  font-size: .8em;
}
.uni-item {
  background-color: rgba(255, 255, 255, 0.98);
  border: 4px solid rgb(255, 255, 255);
  border-radius: 9px;
}
.product-thumb.uni-item {
  margin: 0 0 20px 0;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.fiveinone .product-thumb.uni-item {
  margin: 0 0 10px 0;
}
.product-layout .product-thumb.uni-item,
.uni-module__wrapper .product-thumb.uni-item {
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.07);
}
.uni-item-bg {
  align-items: center !important;
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 4px;
  transition: all ease-in-out .15s;
}
.uni-item-bg:hover {
  background: #eee;
}
.uni-module {
  margin: 50px 0;
}
.uni-module.gallery-module {
  margin: 0;
}
.uni-module.category-wall {
  margin: 0;
}
.uni-module::after {
  display: block;
  content: '';
  clear: both;
}
.uni-module__wrapper {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.uni-module__wrapper.load-complete {
  opacity: 1;
  transition: none !important;
}
.uni-module .owl-stage {
  display: flex;
}
.uni-module__item,
.uni-module .owl-item {
  display: flex;
  float: left;
  padding: 5px 10px;
}
.uni-module.category-wall .owl-carousel .owl-item {
  padding: 5px;
}
body .product-page__image.fixed .product-page__image-main {
  max-height: 550px;
  margin-top: auto;
  margin-bottom: auto;
}
.fiveinone .uni-module__item {
  width: 20% !important;
}
@media (max-width:1200px) {
  .fiveinone .uni-module__item {
    width: 25% !important;
  }
}
@media (max-width:992px) {
  .fiveinone .uni-module__item {
    width: 33.333% !important;
  }
}
@media (max-width:767px) {
  .fiveinone .uni-module__item {
    width: 100% !important;
  }
  .fiveinone .uni-module__item:last-child {
    display: none;
  }
  .fiveinone .uni-module__item .product-thumb {
    margin: 0 0 10px;
    padding: 10px;
  }
  .fiveinone .uni-module__item .product-thumb__name {
    text-align: center;
    height: auto !important;
  }
  .fiveinone .uni-module__item .product-thumb__image {
    margin: 0 0 10px;
  }
}
.uni-module .owl-nav {
  left: -5px !important;
  right: -5px !important;
  margin: 0;
}
.category-wall.uni-module .owl-nav {
  margin: 0;
}
.uni-module .owl-dots {
  margin: 15px 0 25px !important;
}
.search-page__search-block {
  display: none;
}
.category-wall__item .category-wall__image img {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  margin: auto;
  transform: scale(1.01);
  transition: transform ease-out .25s;
}
.category-wall__item:hover .category-wall__image img {
  transform: scale(1.05);
}
.category-wall__item a {
  display: block;
  color: rgba(0, 0, 0, .8);
}
.category-wall__item:hover a {
  color: rgba(0, 0, 0, 1);
}
.product-thumb {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0 0 20px;
  overflow: hidden;
}
.product-list .product-thumb {
  flex-direction: row;
}
.product-thumb.hover {
  position: absolute;
  z-index: 99;
}
.product-thumb__image {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0;
}
.product-thumb__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-thumb__image .uni-timer {
  pointer-events: none;
}
.product-thumb__image:hover .uni-timer {
  opacity: .2;
}
.product-thumb__name {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
  word-wrap: break-word;
}
.product-thumb__caption {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 3px;
}
.product-thumb__model {
  margin: 5px auto 15px 0;
  font-size: .8em;
  color: rgba(0, 0, 0, .7);
  display: inline-block;
}
.product-thumb__model::before {
  content: attr(data-text);
  margin: 0 5px 0 0;
}
.product-thumb__description {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  font-size: .95em;
  word-wrap: break-word;
  height: auto !important;
}
.product-thumb__description .inner.fir,
.product-data .product-data__item.length {
  order: 2;
}
.product-thumb__description .inner:nth-of-type(2),
.product-data .product-data__item:nth-of-type(2) {
  order: 1;
}
.product-thumb__description .inner:nth-of-type(3),
.product-data .product-data__item:nth-of-type(3) {
  order: 3;
}
.product-thumb__description .inner:nth-of-type(4),
.product-data .product-data__item:nth-of-type(4) {
  order: 4;
}
.product-data .product-data__item:nth-of-type(5) {
  order: 5;
}
.product-data .product-data__item:nth-of-type(6) {
  order: 6;
}
.product-thumb__description.description {
  color: #666;
}
.product-thumb__attribute .product-thumb__attribute-name {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.product-block .prices {
  margin: 30px 0 20px 0;
}
.product-block .prices .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 15px 0 15px;
}
.product-block .prices .inner label {
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}
.product-block .prices .item {
  font-weight: 600;
}
/*
.product-thumb__attribute-value:not(:last-child)::after {
  content: '/';
  padding: 0 2px 0 5px;
  color: #ccc;
}
*/
.product-thumb__attribute-value {
  color: #004676;
  margin-bottom: 5px;
  display: block;
}
.product-grid .inner:nth-of-type(2) .product-thumb__attribute-value,
.product-thumb.uni-item .inner:nth-of-type(2) .product-thumb__attribute-value {
  height: 22px;
  overflow: hidden;
}
.product-thumb__attribute-name {
  display: block;
  font-weight: 600;
  margin-top: auto;
}
.product-thumb__option {
  height: auto !important;
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
}
.product-thumb__rating {
  margin: 0 0 15px;
}
.product-thumb__rating a {
  margin: 0 0 0 5px;
  line-height: 15px;
  font-weight: 500;
}
.product-thumb__rating a:hover {
  background: #ddd;
}
.product-thumb__quick-order {
  margin: 10px 0 0 0;
}
.product-thumb:hover .product-thumb__quick-order {
  opacity: 1;
}
.product-thumb__wishlist,
.product-thumb__compare {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.product-thumb__wishlist + .product-thumb__compare {
  top: 10px;
}
.product-thumb__price {
  justify-content: center;
  margin: 10px 0;
  font-size: 1.4em;
}
.product-thumb__cart {
  display: flex;
  flex-direction: column;
  margin: 15px -8px 0 -8px;
}
.fiveinone .product-thumb__cart {
  display: block;
}
.fiveinone .product-thumb__cart .product-thumb__add-to-cart,
.fiveinone .product-thumb__cart .product-thumb__quick-order {
  width: 100%;
}
.product-thumb__cart.disabled2 {
  min-height: 32px;
}
.product-thumb__addit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.product-thumb__addit-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}
.product-thumb__addit-item {
  display: flex;
  flex: 1 1 auto;
}
.product-thumb__addit-dot {
  display: inline-block;
  width: 10px;
  height: 4px;
  margin: 0 3px;
  transform: translate(0, -25px);
  background: #ddd;
  border-radius: 4px;
}
.sorts-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sorts-block__limit {
  width: auto;
  margin: 0 0 0 20px;
  display: none !important;
}
.sorts-block__wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}
.sorts-block__sorts {
  flex: 1 1 auto;
}
.sorts-block__span {
  margin: 0 20px 0 0;
  font-weight: 500;
  font-size: .95em;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
}
.sorts-block__span:hover {
  text-decoration: underline dotted;
}
.sorts-block__span.selected::after {
  margin: 0 0 0 5px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: .85em;
}
.sorts-block__span.selected.up::after {
  content: "\f160";
}
.sorts-block__span.selected.down::after {
  content: "\f884";
}
.sorts-block__btn-group {
  display: flex;
  white-space: nowrap;
}
.sorts-block__btn {
  padding: 0 12px;
  font-size: 1.2em !important;
}
.sorts-block__btn.selected {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .07);
}
.product-category-list {
  margin: 0 0 30px;
  padding: 20px 20px 10px;
  background: #f7f7f7;
  border-radius: 4px;
}
.product-category-list__item {
  display: inline-block;
  margin: 0 20px 5px 0;
  line-height: 1.9em;
  font-weight: 500;
  font-size: .95em;
  white-space: nowrap;
}
.product-category-list__item.selected {
  color: #666;
  text-decoration: underline dotted;
}
.product-category-list__reset {
  position: relative;
  top: 1px;
  margin: 0 20px 0 -15px;
  font-weight: 700;
}
.grid-view {
  display: flex;
}
.list-view .product-thumb {
  flex-direction: row;
}
.product-list .product-thumb__image {
  min-width: 300px;
  margin: -15px 0 -15px -15px !important;
  padding: 0;
  box-shadow: none;
}
.product-thumb__image a:first-of-type::before,
.product-thumb__image a.account-wishlist__delete::before {
  background: #fff;
  opacity: 1;
  z-index: -1;
}
.product-thumb__image a:first-of-type::after {
  background: #f4ecea;
  opacity: .1;
}
.list-view .uni-timer {
  bottom: 10px;
}
.product-list .product-thumb__caption {
  padding: 0 25px 0px 20px;
}
.list-view .product-thumb__description {
  display: block !important;
}
.list-view .product-thumb__option {
  display: block !important;
}
.list-view .product-thumb__price {
  margin-top: auto;
}
.list-view .product-thumb__cart {
  margin-right: -20px;
}
@media (max-width:992px) {
  .list-view .product-thumb {
    flex-direction: column;
  }
  .list-view .product-thumb__caption {
    margin-top: 30px;
  }
}
.compact-view {
  margin: 0 0 -1px;
}
.compact-view:last-of-type {
  margin: 0 0 20px;
}
.compact-view .product-thumb {
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  border: solid 1px #eee;
  border-radius: 0;
  box-shadow: none;
}
.compact-view .product-thumb:hover {
  border: solid 1px #eee;
  box-shadow: none;
}
.compact-view:nth-child(odd) .product-thumb {
  background: #fafafa;
}
.compact-view .product-thumb__image {
  min-width: 80px;
  width: 80px;
  margin: 0;
  padding: 10px;
  box-shadow: none;
}
.compact-view .product-thumb__image a::before {
  display: none;
}
.compact-view .product-thumb__caption {
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 0;
}
.compact-view .product-thumb__name {
  flex: 1 1 100%;
  margin: 0;
  padding: 0 10px;
  font-size: .9em;
}
.compact-view .product-thumb__option {
  display: block !important;
  min-height: 75px;
  flex: 0 0 20%;
  margin: 0;
  padding: 10px 10px 0;
}
.compact-view .qty-indicator {
  display: none;
  min-height: 75px;
  margin: 0;
  padding: 0 10px;
  justify-content: center;
}
.compact-view .qty-indicator::before {
  display: none;
}
.compact-view .product-thumb__price {
  flex-wrap: wrap;
  justify-content: center;
  width: 10%;
  min-width: 110px;
  margin: 0;
  padding: 0 10px;
  font-size: 1.0em;
  text-align: center;
}
.compact-view .product-thumb__price .price-old {
  width: 100%;
  margin: 0 0 5px;
}
.compact-view .product-thumb__cart {
  flex-wrap: nowrap;
  padding-right: 10px;
  white-space: nowrap;
}
.compact-view .product-thumb__add-to-cart span {
  margin: 0;
}
.compact-view .product-thumb__quick-order {
  opacity: 1;
}
.compact-view .product-thumb__addit-dot,
.compact-view .sticker,
.compact-view .product-thumb__model,
.compact-view .uni-timer,
.compact-view .product-thumb__description,
.compact-view .product-thumb__rating,
.compact-view .product-thumb__wishlist,
.compact-view .product-thumb__compare,
.compact-view .product-thumb__add-to-cart i,
.compact-view .product-thumb__quick-order {
  display: none;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0;
}
#ajax-filter-container {
  min-height: 1200px;
}
#ajax-filter-container .pagination {
  display: none !important;
}
#ajax-filter-container .products-block {
  margin-bottom: 30px;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 28px;
  margin: 0 0 15px;
  border-radius: 4px;
  text-align: center;
}
.pagination li+li {
  margin: 0 0 0 10px;
}
.pagination-text {
  margin: 0 0 40px;
  font-size: .95em;
  color: #888;
  text-align: center;
}
.article_description {
  margin: 0 0 40px;
  line-height: 1.7em;
  word-wrap: break-word;
}
.article_description a {
  text-decoration: none;
}
.article_description ol,
.article_description ul {
  padding-left: 15px;
}
.article_description ol li,
.article_description ul li {
  margin-bottom: 15px;
}
.article_description ol li h2,
.article_description ul li h2,
.article_description ol li h3,
.article_description ul li h3 {
  margin: 20px 0 10px 0;
}
.html-module {
  margin: 0 0 20px;
}
.home-page .html-module {
  padding: 0;
  margin-bottom: 50px;
  background: transparent;
  border-radius: 0;
}
.home-page .html-module:nth-of-type(2),
.home-page .content-top .html-module {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.home-page aside .html-module {
  padding: 15px;
}
.home-page .html-module h1 {
  font-size: 1.6em;
  margin: 0 0 15px;
}
.home-page .html-module p {
  line-height: 1.7em;
  color: #333;
}
.category-info {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f7f7f7;
  border: solid 1px #F4EDE7;
  border-radius: 8px;
  line-height: 1.5em;
  font-size: .95em;
  padding: 25px;
  margin: 30px 0 60px 0;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.07);
}
.category-page.category-info:not(.show)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background: linear-gradient(0deg, rgba(247,247,247,1) 20%, rgba(247,247,247,0) 70%);
}
.category-info__image {
  float: left;
  max-width: 150px;
  margin: 0 20px 0 0;
}
.category-info img {
  max-width: 100%;
  margin-bottom: 15px;
}
.category-info-bottom .category-info {
  display: block !important;
}
.category-info__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  display: block;
  padding: 15px 0;
  text-align: center;
  background: rgb(121,111,103);
  background: linear-gradient(0deg, #FFD76C 0%, #E3A633 100%);
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
}
.category-info__btn:hover {
  background: rgb(149, 136, 126);
  background: linear-gradient(0deg, #FFAA6C 0%, #E3A633 100%);
  color: #000;
}
.category-info__span {
  font-size: 1.1em;
  font-weight: 500;
}
.category-list {
  margin-bottom: 10px;
}
.category-list > div {
  margin: 0 0 10px;
}
.category-list__item {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0 !important;
  text-align: center;
  font-size: .95em;
  font-weight: 500;
}
.category .category-list__item {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.04);
}
.category .category-list__item .category-list__name {
  padding: 10px;
  text-align: left;
}
.category .category-list__item .img {
  max-width: 80px;
  margin: 0 auto 0 0;
  border-radius: 6px;
  overflow: hidden;
}
.category .category-list__item .img img {
  object-fit: contain;
  transition: all ease-in-out .15s;
}
@media (min-width:767px) {
  .category .category-list__item:hover .img img {
    transform: scale(1.05);
  }
}
@media (max-width: 992px) {
  .category .category-list__item {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .category .category-list__item .img {
    max-width: none;
    margin: 0 auto;
  }
  .category .category-list__item .category-list__name {
    text-align: center;
  }
}
.category-list__img {
  border-radius: 4px 4px 0 0;
}
.category-list__name {
  width: 100%;
  padding: 15px;
  color: rgba(0, 0, 0, .8);
}
a:hover .category-list__name {
  color: rgba(0, 0, 0, 1);
}
.nav-tabs {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  border-radius: 4px;
  margin: 0 0 20px;
  white-space: nowrap;
}
.category-wall-inner .nav-tabs {
  margin: 0 0 10px;
}
.nav-tabs li {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 0;
  padding: 0 15px;
}
.nav-tabs li a {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.15em;
  font-weight: 500;
}
.nav-tabs li {
  transition: all ease-in-out .15s;
}
.nav-tabs li.active,
.nav-tabs li:hover {
  background: rgba(255,255,255,.25);
}
.nav-tabs li:last-child {
  margin-right: 0;
}
.nav-tabs i {
  margin: 0 5px 0 0;
  font-size: .8em;
}
.carousel {
  margin: 0 0 20px;
  border: solid 1px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.footer {
  position: relative;
  flex: 0 1 auto;
  margin-top: 70px;
  padding: 40px 0 0;
  border-top: solid 2px rgba(0, 0, 0, .02);
}
@media (max-width: 1200px) {
  .footer.mobile-menu-bottom {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footer.mobile-menu-bottom {
    margin-top: 80px;
  }
}
.footer.blur {
  position: relative;
  z-index: 1;
}
.footer__column-heading {
  display: flex;
  align-items: center;
  margin: 0 0 17px;
  font-weight: 500;
  font-size: 1.2em;
  user-select: none;
}
.footer_munu {
  padding-bottom: 20px;
}
.footer__column.logotiper img {
  width: 100%;
  max-width: 60px;
  height: auto;
}
.footer__column.logotiper span {
  display: block;
  margin: 15px 0;
  font-size: 9px;
  text-transform: uppercase;
  opacity: .5;
}
.footer__column-icon {
  margin: 0 5px 0 -5px;
  font-size: .8em;
}
.footer__column-ul {
  margin: 0;
}
.footer__column-li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 8px;
  font-size: .9em;
  font-weight: 400;
}
.footer__column-li i {
  margin-top: 3px;
  color: #72993d;
}
.footer__column-li::before {
  content: '';
  width: 4px;
  height: 4px;
  margin: 8px 8px 0 0;
  background: #72993d;
}
.footer__column-li:last-child {
  margin: 0 0 20px;
}
.footer__media {
  margin: 20px 0 20px 0;
}
.footer__media.socials {
  display: flex;
}
.footer__column.adress .footer__column-li:first-child i {
  margin: 2px 6px auto auto;
}
@media (max-width:767px) {
  .footer__column.adress .footer__column-li:first-child i {
    margin: 2px 6px auto 0;
  }
}
.footer__column-a {
  font-weight: 500;
  float: right;
}
.footer__column-a:hover {
  text-decoration: underline;
}
.footer__contacts-li::before {
  display: none;
}
.footer__contacts-icon {
  min-width: 15px;
  margin: 0 6px 0 0;
}
.footer_copyright {
  background: rgba(0,0,0,.04);
}
@media (min-width:767px) {
  .footer_copyright .row {
    display: flex;
    align-items: center;
  }
}
.footer__text {
  padding: 20px 0;
  font-size: .8em;
  width: 100%;
}
.footer_politic {
  font-size: 13px;
}
.footer_politic:hover {
  opacity: .8;
}
@media (max-width:767px) {
  .footer__text {
    width: 100%;
    text-align: center;
  }
  .footer_politic {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.footer__text p {
  opacity: .35;
}
.footer__text p:last-child {
  margin-bottom: 0;
}
.footer__socials-payments {
  overflow: hidden;
  padding: 15px 0;
  background: rgba(0, 0, 0, .08);
}
i.footer__socials-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 29px !important;
  text-align: center;
  font-size: 1.75em;
  background: rgba(0, 0, 0, .05);
  border-radius: 6px;
  transition: all ease-in-out .1s;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
@media (max-width:767px) {
  i.footer__socials-icon {
    width: 28px;
    height: 28px;
    line-height: 19px !important;
    font-size: 1.4em;
    border-radius: 4px;
  }
}
.footer__socials-icon + i {
  margin: 0 0 0 10px;
}
.footer__socials-icon.fa-odnoklassniki:hover {
  background: #EF8117;
}
.footer__socials-icon.fa-vk {
  background: #597BA0;
  opacity: .85;
}
.footer__socials-icon.fa-vk:hover {
  opacity: 1;
}
.footer__socials-icon.fa-facebook:hover {
  background: #3A5795;
}
.footer__socials-icon.fa-twitter:hover {
  background: #59ADEA;
}
.footer__socials-icon.fa-google-plus:hover {
  background: #DB4437;
}
.footer__socials-icon.fa-instagram:hover {
  background: #125688;
}
.footer__socials-icon.fa-youtube:hover {
  background: #E62117;
}
.footer__socials-icon.fa-viber {
  background: #2D275B;
  opacity: .85;
}
.footer__socials-icon.fa-viber:hover {
  opacity: 1;
}
.footer__socials-icon.fa-whatsapp {
  border-color: #008a46;
  background: #00c162;
  opacity: .75;
}
.footer__socials-icon.fa-whatsapp:hover {
  opacity: 1;
}
.footer__socials-icon.fa-tiktok:hover {
  background: #fe2c55;
}
.footer__socials-icon.fa-telegram-plane {
  background: transparent;
  color: #0088cc;
}
.footer__socials-icon.fa-telegram-plane:hover {
  opacity: .85;
}
.footer__payments {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 -10px 0;
}
.footer__payments-icon {
  overflow: hidden;
  margin: 0 10px 10px 0;
  width: 50px;
  height: 30px;
  border-radius: 3px;
}
.footer__payments-icon:not(img) {
  background-image: url('../image/payment_icon_sprite.png');
}
.footer__payments-icon.visa {
  background-position: -150px -120px;
}
.footer__payments-icon.master {
  background-position: -100px -30px;
}
.footer__payments-icon.yandex {
  background-position: -150px -150px;
}
.footer__payments-icon.webmoney {
  background-position: -100px -150px;
}
.footer__payments-icon.qiwi {
  background-position: 0 0px;
}
.footer__payments-icon.sberbank {
  background-position: -150px -30px;
}
.footer__payments-icon.cyberplat {
  background-position: 0 -30px;
}
.footer__payments-icon.alfa {
  background-position: -50px 0px;
}
.footer__payments-icon.privat {
  background-position: -100px -90px;
}
.footer__payments-icon.paypal {
  background-position: 0 -90px;
}
.footer__payments-icon.eport {
  background-position: 0 -60px;
}
.footer__payments-icon.mailofrussia {
  background-position: -100px 0px;
}
.footer__payments-icon.rapida {
  background-position: -100px -120px;
}
.footer__payments-icon.contact {
  background-position: 0 -120px;
}
.footer__payments-icon.vtb24 {
  background-position: 0 -150px;
}
.footer__payments-icon.sms {
  background-position: -150px -90px;
}
.footer__payments-icon.skrill {
  background-position: -150px -60px;
}
.footer__payments-icon.rbk {
  background-position: -150px 0px;
}
.footer__payments-icon.western-union {
  background-position: -200px 0px;
}
.footer__payments-icon.mir {
  background-position: -199px -30px;
}
.fly-block {
  position: fixed;
  z-index: 1061;
  right: 20px;
  bottom: 20px;
}
.fly-block__item {
  position: fixed;
  bottom: 210px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: background ease-in-out .15s;
}
.fly-block__item.fly-block__callback {
  bottom: 20px;
  right: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .fly-block__item.fly-block__callback {
    margin-bottom: 0px;
  }
  .fly-block__item.fly-block__callback.mob {
    margin-bottom: 0px;
  }
}
.fly-block__item.fly-block__callback:hover {
  transition: .3s ease-in-out;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}
.fly-block__item.fly-block__callback:hover i {
  transition: .3s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shaker;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
  margin: 0;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }
  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
  }
  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
  }
  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
  }
}
@keyframes shaker {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

@media (max-width:767px) {
  .fly-block__item {
    bottom: 120px;
  }
}
.fly-block__back {
  color: #666;
  background: #e2e2e2;
}
.fly-block__wishlist,
.fly-block__compare {
  opacity: .8;
}
.fly-block__compare-icon {
  transform: rotate(90deg);
}
.fly-block__total {
  position: absolute;
  top: 0;
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  font-size: .7em;
  border: solid 1px rgba(255, 255, 255, 1);
  border-radius: 100%;
}
.fly-block__callback {
  left: 20px;
  right: auto;
  z-index: 9999;
}
.fly-block__callback-icon {
  line-height: 60px !important;
  font-size: 30px;
}
.fly-block__scrollup {
  display: flex !important;
  opacity: 1 !important;
  right: 20px;
  bottom: -45px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  background: #72993d;
  transition: transform ease-in-out .15s, background ease-in-out .15s;
  z-index: 999;
}
@media (max-width: 767px) {
  .fly-block__scrollup {
    margin-bottom: 0px;
  }
  .fly-block__scrollup.mob {
    margin-bottom: 0px;
  }
}
.fly-block__scrollup.visible {
  transform: translateY(0);
}
.fly-block__scrollup:hover {
  background: #90bb56;
}
.fly-block__scrollup:not(.visible) {
  transform: translateY(70px);
}
.simplecheckout .radio label,
.simpleregister .radio label {
  display: flex;
}
.simplecheckout-cart .quantity .input-group .btn {
  height: 30px;
}
.spin {
  animation: spin 1s infinite linear;
}
/* animation */
@-keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}
@-moz-keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}
/* animation */

.animated.fade:not(.disabled) {
  display: block !important;
  opacity: 1 !important;
}
.modal-open {
  overflow: initial;
  padding-right: 0 !important;
}
.modal {
  z-index: 1070;
  text-align: center;
}
.modal-content {
  border: none;
}
.modal-header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  background: #f7f7f7;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}
.modal-title {
  margin-right: 45px;
}
.modal-header .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, .05);
  opacity: .6;
}
.modal-dialog {
  max-width: 95%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.modal-dialog.modal-sm {
  width: 400px;
}
.modal-body {
  background: #fff;
  border-radius: 0 0 6px 6px;
}
#modal-cart .modal-dialog {
  width: 650px;
}
#modal-cart img {
  padding: 5px;
  background: #fff;
  border-radius: 4px;
}
.owl-carousel {
  position: relative;
  display: none;
}
.owl-carousel .owl-stage {
  touch-action: manipulation;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 0;
}
.owl-carousel .owl-item {
  position: relative;
  z-index: 1;
  min-height: 1px;
  float: left;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../image/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 10px;
  right: 10px;
  opacity: 0;
}
/*
@media (max-width:767px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}
*/
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  transform: translate(0, -50%);
}
.owl-carousel .owl-nav .disabled {
  cursor: default;
  opacity: .5;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  padding: 0;
  background: none;
  border: none;
}
.owl-carousel .owl-dots .owl-dot+.owl-dot {
  margin: 0 0 0 10px;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all linear .2s;
}
.owl-carousel .owl-dots .owl-dot.active span {
  cursor: default;
}
.uni-timer {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: opacity ease-in-out .15s;
}
.quick-order .uni-timer {
  bottom: 20px;
}
.uni-timer__group {
  text-align: center;
  min-width: 45px;
  padding: 2px 6px 3px;
  border-radius: 3px;
}
.uni-timer__group:not(:last-child) {
  margin: 0 5px 0 0;
}
.uni-timer__digit {
  letter-spacing: 2px;
  font-weight: 700;
}
.uni-timer__text {
  margin: -3px 0 0;
  font-size: .65em;
}
.uni-alert {
  display: flex;
  position: fixed;
  z-index: 1080;
  top: 50px;
  right: 15px;
  width: 320px;
  max-width: 90%;
  font-size: .95em;
  border: 0;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}
.uni-alert__icon {
  margin: 0 10px 0 0;
  font-size: 1.3em;
}
.uni-alert a {
  text-decoration: underline;
}
.dadata-suggestions {
  position: absolute;
  z-index: 9;
  max-width: calc(100vw - 20px);
  list-style: none;
  background: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}
.dadata-suggestions li {
  padding: 2px 0;
}
.dadata-suggestions li:hover {
  text-decoration: underline;
}
.dadata-suggestions li+li {
  margin: 10px 0 0;
}
.preloader {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, .3);
}
.preloader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin: -18px auto auto -18px;
  content: '';
  border: solid 3px;
  border-radius: 100%;
  animation: spin 1s infinite linear;
}
.captcha {
  overflow: hidden;
  margin-bottom: 15px !important;
}
.captcha__input {
  float: left;
  width: 200px;
  max-width: 45%;
}
.captcha__img {
  height: 33px;
  padding-left: 15px;
}
.error-not-found {
  margin: 30px 0;
  text-align: center;
  color: #888;
  font-weight: 500;
}
.error-not-found__404 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 310px;
  margin: 0 auto 30px;
  background: #f7f7f7;
  font-size: 8em;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, .15);
  border-radius: 100%;
}
.main-menu {
  transition: all .15s linear .25s;
}
.menu_open .main-menu {
  visibility: hidden;
  opacity: 0;
  transition: all .15s linear 0s;
}
.menu-wrapper {
  display: none;
}
@media (max-width:1200px) {
  .top-menu__account.status-2 {
    display: block
  }
  .header-block__item-account {
    display: none
  }
  .menu1 .menu__banner {
    display: none
  }
/*
  .uni-module .product-thumb__description,
  .grid-view .product-thumb__description {
    display: none
  }
*/
  .uni-module .product-thumb__option,
  .grid-view .product-thumb__option {
    display: none
  }
  .product-thumb .qty-switch__input {
    width: 28px
  }
  .product-thumb__add-to-cart i {
    display: none
  }
  .product-thumb__add-to-cart span {
    margin: 0 !important
  }
}
@media (max-width:992px) {
  .top-menu__btn-text {
    display: none
  }
  #search2 {
    padding: 0 10px
  }
  #search2 .header-search__input,
  #search2 .header-search__category-btn {
    height: 36px !important
  }
  #search2 .header-search__category+.header-search__input {
    flex: 1 1 auto
  }
  .menu-wrapper {
    position: fixed;
    z-index: 1070;
    top: 0;
    left: -100%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .15s
  }
  .menu-wrapper.show {
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
  }
  .menu__header {
    display: flex;
    height: 54px;
    background: rgba(0, 0, 0, .05);
    border-radius: 0;
  }
  .menu__collapse {
    top: 54px
  }
  .menu__header-title {
    font-size: 1.25em;
    flex: 1 1 auto
  }
  .menu__header .menu__header-icon.fa-times {
    margin-left: auto;
  }
  .menu__header-icon.fa-times {
    display: flex !important;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
    z-index: 999;
  }
  .menu-open {
    float: left;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 10px;
    height: 36px;
    padding: 0 15px;
    border-radius: 4px;
    cursor: pointer
  }
  .menu-open__title {
    margin: 0 0 0 10px;
    font-weight: 500
  }
  .menu__collapse {
    display: block;
    height: auto !important;
    font-size: 1em
  }
  header .menu,
  header .menu__level-1-li {
    border-radius: 0 !important
  }
  .menu__level-2 {
    overflow: hidden
  }
  .menu__level-2:not(.in) {
    height: 0
  }
  .menu__level-2-a {
    padding: 10px 32px 10px 15px;
    border-top: solid 1px rgba(0, 0, 0, .1)
  }
  .menu__level-3 {
    overflow: hidden;
    padding: 0;
    margin: 0
  }
  .menu__level-3:not(.in) {
    height: 0
  }
  .menu__level-3-li {
    border-top: dashed 1px rgba(0, 0, 0, .1)
  }
  .menu__level-3-a {
    min-height: 55px;
    padding: 0 32px 0 15px
  }
  .menu__pm {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 41px;
    line-height: 41px;
    text-align: center;
    font-size: .85em;
    cursor: pointer
  }
  .menu__pm:not(.open) .fa-minus {
    display: none
  }
  .menu__pm.open .fa-plus {
    display: none
  }
  .menu__banner,
  .menu__additional,
  .menu__level-2-img {
    display: none
  }
  .sorts-block__btn+.sorts-block__btn {
    border-radius: 0 4px 4px 0 !important
  }
  .list-view .product-thumb__image {
    width: 100%;
    margin: 0;
  }
  .product-thumb__quick-order,
  .owl-carousel .owl-nav {
    opacity: 1
  }
  .footer__payments {
    justify-content: flex-start;
    margin: 0 0 0 -10px
  }
}
@media (max-width:767px) {
  h1.heading {
    margin: 0 0 20px;
    font-size: 1.9em;
    line-height: 1.3;
    justify-content: center;
  }
  .header-block {
    margin: 0;
  }
  .header-phones__main {
    font-size: 1.1em
  }
  .header-phones__show-phone {
    font-size: .65em
  }
  .header-phones__additionals .m {
    display: none
  }
  .header-phones__ul {
    left: auto;
    right: 0
  }
  .header-cart__icon {
    height: auto;
    font-size: 2.2em
  }
  .header-cart__totals-item,
  .header-cart__buttons {
    justify-content: center
  }
  .header-cart__buttons .btn-default {
    display: none
  }
  .uni-module .owl-nav > div:not(.disabled) {
    opacity: .8
  }
  .grid-view {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
  }
  .list-view {
    flex: 0 1 100%
  }
  .nav-tabs li {
    padding: 0 10px;
  }
  .nav-tabs li a {
    font-size: 1.1em
  }
  .footer__column-heading {
    position: relative;
    cursor: pointer;
  }
  .footer__column-heading .fa-chevron-down {
    position: absolute;
    right: 0;
    font-size: .7em
  }
  .footer__column-heading.open .fa-chevron-down {
    transform: rotate(180deg)
  }
  .footer__column:not(:first-child) {
    padding-top: 15px;
    border-top: solid 1px rgba(0, 0, 0, .07)
  }
  .error-not-found__404 {
    font-size: 10em
  }
}
@media (max-width:767px) {
  .top-menu__wishlist.status-2,
  .top-menu__compare.status-2 {
    display: block
  }
  .header-block__item-wishlist,
  .header-block__item-compare {
    display: none
  }
  .header-logo {
    max-width: 120px
  }
  .header-cart__item-wrapper {
    flex-wrap: wrap
  }
  .header-cart__name {
    flex: 1 1 100%;
    margin: 0 0 15px
  }
  .header-cart__quantity {
    padding: 0 15px 0 0
  }
  .header-cart__quantity .qty-switch__input {
    height: 25px;
    line-height: 27px
  }
  .header-cart__quantity .qty-switch__btn {
    width: 25px;
    height: 25px;
    line-height: 24px
  }
  .top-menu__compare {
    margin: 0
  }
  .header-phones__main {
    font-size: 1em
  }
  .menu-open__title:not(.show-on-mobile) {
    display: none
  }
  .header-search__category.hide-on-mobile {
    display: none
  }
  .header-search__input.hide-on-mobile {
    border-radius: 4px
  }
  .sorts-block__item:first-child {
    min-width: 90px
  }
  .uni-module {
    padding: 0 5px
  }
  .uni-module .owl-item,
  .uni-module__item {
    padding: 5px
  }
  .uni-module__wrapper {
    display: flex;
    flex-wrap: wrap
  }
  .uni-module .owl-dots {
    margin: 5px 0 25px !important;
  }
  .products-block {
    margin-bottom: 20px
  }
  .product-thumb__model::before,
  .product-thumb .qty-indicator::before {
    display: none
  }
  .product-thumb__add-to-cart,
  .product-thumb__cart.disabled2 {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 0 2px
  }
  .product-thumb__cart .btn {
    font-size: 14px;
  }
  .product-thumb .uni-timer,
/*
  .product-thumb .product-thumb__description,
*/
  .product-thumb__option,
  .list-view .product-thumb__option {
    display: none !important
  }
  .product-thumb__wishlist,
  .product-thumb__compare {
    right: 5px
  }
  .grid-view:nth-child(odd) {
    padding-right: 5px
  }
  .grid-view:nth-child(even) {
    padding-left: 5px
  }
  .list-view .product-thumb__caption {
    padding: 0 25px 0 12px
  }
  .category-info__image {
    display: none
  }
  .error-not-found__404 {
    width: 290px;
    height: 290px;
    font-size: 7em
  }
  .dadata-suggestions {
    overflow-y: auto;
    max-height: 350px
  }
  .dadata-suggestions li {
    font-size: .9em
  }
}
@media (max-width:380px) {
  .header-logo {
    max-width: 110px
  }
  .header-cart__total {
    flex: 0 1 auto
  }
  .header-search__category {
    display: none
  }
  .header-search__input {
    border-radius: 4px !important
  }
}
@media (max-width:350px) {
  .header-phones__main {
    font-size: .9em
  }
  .product-thumb .qty-switch,
  .product-thumb__quick-order {
    display: none
  }
  .btn-xl {
    padding: 0 15px
  }
}
@media (min-width:575px) {
  .visible-on-mobile {
    display: none
  }
}
@media (min-width:767px) {
  .header-phones__main.two-line {
    font-size: 1.2em
  }
  .modal::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%
  }
  .footer__column-ul {
    display: block !important;
    height: auto !important
  }
}
.fly-menu .top-links {
  display: none;
}
@media (min-width:992px) {
  .top-links .top-menu__btn {
    display: none
  }
  .top-links__ul {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
    box-shadow: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .top-links__li {
    margin: 0 0 0 20px;
  }
  .top-links .top-links__a {
    padding: 0;
    font-size: 10px;
    background: none !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .04em;
    transition: all ease-in .25s;
  }
   .order-2 {
    order: 2;
    padding-left: 10px
  }
  .header-block__item-telephone.order-1 {
    order: 1;
    padding-left: 5px
  }
  .header-block__item-menu {
    padding: 0 15px
  }
  .header-block__item-menu+.header-block__item-search+.header-block__item-telephone {
    padding-left: 15px
  }
  .header-menu__btn {
    height: 35px;
    padding: 0 10px;
    font-weight: 500;
    font-size: .95em;
    border: none;
    border-radius: 4px;
    white-space: nowrap
  }
  .header-menu__icon {
    margin: 0 5px 0 0
  }
  .header-menu__btn.show .header-menu__icon::before {
    content: '\f00d'
  }
  .main-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 998;
  }
  .menu-wrapper {
    min-height: 100%;
    z-index: 999;
  }
  .main-menu.set-before::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 55px;
    content: '';
    transform: translateX(-50%)
  }
  .main-menu:not(.set-before)::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 10px;
    content: "";
    transform: translateX(-50%);
    border-bottom: solid 1px rgba(0, 0, 0, .04);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .06)
  }
  .menu-wrapper.new {
    display: none;
    position: absolute;
    top: 0%;
    left: 10px;
    right: 10px;
    z-index: 988;
    padding: 0;
    background: #fff
  }
  .menu-wrapper.new.show::before {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 100vw;
    bottom: 0;
    content: '';
    background: #fff;
    border-top: solid 1px rgba(0, 0, 0, .1);
    transform: translateX(-50%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
  }
  .menu__header-icon {
    margin: 0 10px 0 0;
  }
  .menu__level-1-li {
    display: flex;
    align-items: center
  }
 .menu__level-1-li.has-children > a::after {
    position: absolute;
    right: 5px;
    width: 20px;
    height: auto;
    text-align: center;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: .75em;
    transition: transform ease-in-out .15s;
  }
  .menu1 .menu__collapse {
    position: absolute;
    padding: 10px 0;
  }
  .menu1 .menu__level-1-li.has-children::after {
    position: absolute;
    right: 0;
  }
  .menu__level-1-li.open a::after {
    transform: rotate(-90deg)
  }
  .menu__level-2 {
    position: absolute;
    z-index: -1;
    top: -10px;
    left: calc(100% + 10px);
    display: none;
    flex-wrap: wrap;
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    scrollbar-width: thin;
  }
  .menu__level-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 100%;
    z-index: -2;
  }
  .menu__level-2.open {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu__level-2::-webkit-scrollbar {
    width: 8px;
    background: #eee;
    border-radius: 4px
  }
  .menu__level-2::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px
  }
  .menu__level-2.column-1 {
    flex-wrap: nowrap;
    flex-direction: column
  }
  .menu__level-2-wrap {
    display: flex;
    flex-wrap: wrap
  }
  .menu__level-2-ul.has-image {
    padding-left: 60px
  }
  .menu__level-2-img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px
  }
  .menu__level-2-ul {
    flex: 0 0 auto;
    padding: 0;
  }
  /*
  .menu__level-2-a.has-children {
    min-height: auto;
    margin: 14px 0 10px;
  }
  */
  .menu__level-2-a.has-children:before {
    position: absolute;
    right: 5px;
    width: 20px;
    height: auto;
    text-align: center;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: .75em;
    transition: transform ease-in-out .15s;
  }
  .menu__level-2:not(.column-10) .menu__level-2-a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
  }
  .menu__level-3 {
    position: absolute;
    top: -6px;
    left: 100%;
    width: 100%;
    padding: 15px;
    background: #fdd979;
    opacity: 0;
    visibility: hidden;
  }
  .menu__level-2-li:hover .menu__level-3 {
    opacity: 1;
    visibility: visible;
  }
  .menu__level-3-li+li {
    margin: 7px 0 0;
  }
  .menu1 .column-1 {
    width: 220px;
  }
  .menu1 .column-2 {
    width: 440px;
  }
  .menu1 .column-3,
  .menu1 .column-4 {
    width: 720px;
  }
  .menu1.new .menu__header {
    display: none;
  }
  .menu1.new .menu__collapse {
    position: relative;
    top: 0;
    display: block;
    width: calc(25% - 15px);
    min-height: 70vh;
  }
  .menu1.new .menu__level-1-li {
    position: static
  }
  .menu1.new .menu__level-2 {
    max-height: 100%;
    box-shadow: none
  }
  .menu__level-2-ul.col-md-3:nth-child(n+5)::before,
  .menu__level-2-ul.col-md-4:nth-child(n+4)::before,
  .menu__level-2-ul.col-md-6:nth-child(1n+3)::before,
  .menu__level-2-ul.col-md-12:nth-child(n+2)::before {
    display: block;
    content: '';
    border-top: solid 1px rgba(255,255,255,.1);
  }
  .menu2 .collapse {
    height: fit-content !important
  }
  .menu2 .menu__header {
    display: none
  }
  .menu2 .menu__collapse {
    display: flex;
    top: 0
  }
  .menu2 .menu__level-1-li {
    flex: 1 1 auto;
    position: static;
    border: none;
  }
  .menu2 .menu__level-1-li:last-child {
    border-radius: 0
  }
  header.fixed .menu2 .menu__level-1-li:last-child {
    border: none;
  }
  .menu2 .menu__level-1-li::after {
    margin-left: -15px
  }
  .menu2 .menu__level-1-li.open a::after {
    transform: rotate(-180deg)
  }
  .menu2 .menu__level-1-a {
    position: relative;
    width: 100%;
    flex: 0 1 auto;
    margin: 0 auto;
    padding: 0 15px;
    white-space: nowrap;
    justify-content: center;
    text-align: center;
  }
  .menu2 .menu__level-1-li.menu__additional::after {
    display: none
  }
  .menu2 .menu__level-2 {
    top: 100%;
    left: auto !important;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
  }
  .menu2 .column-1 {
    width: 25%
  }
  .menu2 .column-2 {
    width: 50%
  }
  .menu2 .column-3 {
    width: 75%
  }
  .menu2 .column-4 {
    width: 100%
  }
  .menu2.new {
    margin-left: 0
  }
  .menu2.new .menu__level-1-li:first-child {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .08)
  }
  .menu-right {
    height: 100%;
    /*
    margin-left: -20px;
    */
    border-radius: 6px;
    z-index: 98;
  }
  header.fixed .menu-right {
    background: transparent;
  }
  .menu__level-1-a {
    min-height: 55px;
  }
  header.fixed .menu__level-1-a {
    min-height: 35px;
  }
  .menu-right .menu__level-1-li:first-child {
    box-shadow: none
  }
  /*
  .menu-right .menu__level-1-li:nth-child(2n) {
    background: rgba(0,0,0,.03);
  }
  */
  .column-3 .menu__level-2-wrap {
    flex: 1 1 66.67%
  }
  .column-4 .menu__level-2-wrap {
    flex: 1 1 75%
  }
  .column-3 .menu__banner {
    flex: 0 1 33.33%
  }
  .column-4 .menu__banner {
    flex: 0 1 25%
  }
  .menu__banner {
    display: flex;
    max-width: 300px;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    padding: 0 10px 0 15px;
    overflow: hidden;
    border-radius: 3px
  }
  .menu__banner img {
    max-width: 100%;
    border-radius: 2px;
    opacity: .9;
    cursor: pointer
  }
  .menu__banner:hover img {
    opacity: 1
  }
  .nav-tabs {
    scrollbar-width: thin
  }
  .nav-tabs::-webkit-scrollbar {
    height: 5px;
    background: #eee;
    border-radius: 5px
  }
  .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px
  }
  .list-view .product-thumb__name {
    margin: 0 0 5px;
    font-size: 1.5em;
  }
  .product-thumb.uni-item:hover {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  }
  .product-layout .product-thumb.uni-item:hover,
  .uni-module__wrapper .product-thumb.uni-item:hover {
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
  }
  .owl-carousel:hover .owl-nav {
    opacity: 1
  }
  .modal-header .close:hover {
    opacity: 1
  }
  .modal-body {
    padding: 20px
  }
}
@media (min-width:1180px) {
  .menu1 .column-1 {
    width: 270px
  }
  .menu1 .column-2 {
    width: 540px
  }
  .menu1 .column-3,
  .menu1 .column-4 {
    width: 870px
  }
  .compact-view .qty-indicator {
    display: flex
  }
}
@media (min-width:1380px) {
  .container {
    width: 1360px
  }
  .menu1 .column-1 {
    width: 280px
  }
  .menu1 .column-2 {
    width: 580px
  }
  .menu1 .column-3 {
    width: 720px
  }
  .menu1 .column-4 {
    width: 970px
  }
}
main .container > .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:767px) {
  main .container > .row {
    display: block;
  }
}
.table-content {
  border: 1px solid #eee;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.table-content p {
  margin-bottom: 0;
}
.table-content th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}
.table-content td {
  padding: 5px 10px;
  border: 1px solid #eee;
  text-align: left;
}
.table-content tbody tr:nth-child(odd) {
  background: #fff;
}
.table-content tbody tr:nth-child(even) {
  background: #F7F7F7;
}
.contact-list__icon {
  color: #7d6a63;
}
.footer_munu {
  position: relative;
}
.footer__column-li br {
  display: block;
  margin-bottom: 5px;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover,
.btn:focus {
  color: #000;
}
#column-right .list-group {
  border-radius: 4px;
}
.options_montag_block {
  margin: 20px 0 20px -5px;
}
.options_montag_h {
  border-radius: 5px;
  border: 1px solid #dddddd;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  background: #dbdbdb;
  background: linear-gradient(0deg, #fff 0%, #dbdbdb 100%);
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.options_montag_h img {
  position: absolute;
  left: 10px;
  height: 50px;
  top: 0;
}
#wrapMap {
  position: relative;
  cursor: help;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}
.mapTitle {
  position: absolute;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
  display: none;
  padding: 5px 20px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}
.deactiver input[name="name"] {
  display: none;
}
/* General styles for the modal */
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.md-show~.md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  background: #fbfbfb;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .5), 0px 0px 50px -15px rgba(0, 0, 0, 0.73);
  margin: 0 auto;
}
.md-content h3 {
  margin: 0;
  padding: 0.7em 1.8em 0.7em;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 0 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.md-content > div {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.md-content .box-content {
  width: 100%;
  max-width: 440px;
  margin: auto;
  padding: 40px;
}
@media (max-width:767px) {
  .md-content h3 {
    font-size: 19px;
  }
  .md-content .box-content {
    padding: 20px;
  }
}
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > div ul li {
  padding: 5px 0;
}
.md-content button,
.form-group button,
.posted .btn {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: 500;
  height: 50px;
  line-height: 47px;
  padding: 0 20px;
}
.md-close {
  position: absolute;
  right: 10px;
  display: block;
  z-index: 2;
  cursor: pointer;
  top: 10px;
}
.md-close svg {
  width: 40px;
  height: 40px;
}
.md-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  height: 30px;
  width: 30px;
  z-index: 5;
}
.md-close::before,
.md-close::after {
  content: '';
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0;
  margin-top: 14px;
  background-color: #7d7d7d;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .25s ease-in;
}
.md-close::after {
  transform: rotate(-45deg);
}
/*
.md-close:hover::before {
  transform: rotate(-45deg);
  background-color: #000;
}
.md-close:hover::after {
  transform: rotate(45deg);
  background-color: #000;
}
*/
#modal1.md-show.reply .md-content,
#modal2.md-show.reply .md-content {
  scale: .9;
  opacity: .6;
  pointer-events: none;
  user-select: none;
}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.md-show.md-effect-4~.md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12~.md-overlay {
  background: #e74c3c;
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.md-show.md-effect-16~.md-overlay {
  background: rgba(180, 46, 32, 0.5);
}
.md-show.md-effect-16~.container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16~.container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17~.container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.md-show.md-effect-17~.container,
.md-show.md-effect-17~.md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18~.container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-18~.md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-18~.container,
.md-show.md-effect-18~.md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19~.container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-19~.md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-19~.container,
.md-show.md-effect-19~.md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.bloker,
.bloker2 {
  margin-bottom: 70px;
}
.bloker .row,
.bloker2 .row {
  display: flex;
  flex-wrap: wrap;
}
.bloker .row:before,
.bloker2 .row:before {
  display: none !important;
}
.bloker .wrap,
.bloker .wrap2,
.bloker .wrap3,
.bloker2 .wrap {
  padding: 10px;
}
@media screen and (max-width: 798px) {
  .bloker .wrap,
  .bloker .wrap2,
  .bloker .wrap3,
  .bloker .wrap4,
  .bloker .wrap4 .inner {
    width: 100%;
  }
}
.bloker .inner,
.bloker2 .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 2px solid #ecb626;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  overflow: hidden;
}
.bloker .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  border: 2px solid #ecb626;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  overflow: hidden;
}
.bloker .inner h4 {
  margin-bottom: 0;
}
.bloker .wrap2 .inner {
  border: none;
  padding: 0;
}
.bloker .wrap4 {
  padding: 10px;
}
.bloker .wrap3 .inner,
.bloker .wrap4 .inner {
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .035);
  border-radius: 8px;
  box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
}
.bloker .wrap4 .inner {
  flex-direction: column;
  text-align: center;
}
.bloker .wrap4 .inner .ico {
  margin-bottom: 10px;
}
.bloker .wrap4 .inner .ico svg {
  display: block;
  min-width: 68px;
  height: 68px;
  fill: #E4B849;
}
.bloker .wrap4 .inner h4 {
  margin-bottom: 15px;
}
.boxer {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .035);
  border-radius: 8px;
  box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}
.gallery-mod-inner .boxer {
  padding: 0;
}
.gallery-mod-inner {
  margin-bottom: 70px;
}
.boxer.forma {
  position: relative;
  width: 100%;
  max-width: 910px;
  margin: 0 auto 0;
  padding: 60px 40px 30px 40px;
}
.home-page .boxer.forma .checkbox {
  margin-top: 40px;
}
.home-page .boxer.forma {
  margin-top: 60px;
}
.contacts .boxer.forma {
  max-width: none;
  padding: 0;
  background-image: url("/image/catalog/bg_03.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contacts .boxer:after {
  background: rgba(255,255,255,.75);
  z-index: 0;
}
.contacts .boxer.forma .inner {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
  padding: 60px 40px 50px 40px;
  z-index: 1;
}
.boxer.forma .iconizer {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
  background: #5FA600;
  background: radial-gradient(circle, #BAEE00 0%, #5FA600 100%);
  z-index: 1;
}
.boxer.forma .iconizer i {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-shadow: 5px -1px rgba(0,0,0,.1);
  margin: auto;
}
.container.category .boxer.forma {
  max-width: none !important;
  margin-bottom: 30px;
}
.contacts .boxer.forma .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.bloker .wrap3 .inner .ico {
  width: 60px;
  min-width: 60px;
  margin-right: 25px;
}
.bloker .wrap3 .inner:after,
.bloker .wrap4 .inner:after,
.boxer:after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid rgba(0, 0, 0, .035);
  border-radius: 5px;
  pointer-events: none;
}
.bloker .inner img,
.bloker2 .inner img {
  width: auto;
  max-height: 200px;
  margin: 10px auto;
}
.bloker .inner span,
.bloker2 .inner span {
  position: relative;
  text-align: center;
  padding: 15px;
  background: rgba(245, 198, 73, 0.27);
  border-radius: 5px;
}
.bloker .wrap2 span,
.bloker2 .wrap2 span {
  position: relative;
  padding: 15px;
  text-align: center;
  color: #000;
  background: #f4cf75;
  border-radius: 0;
}
.bloker .wrap span {
  margin-top: auto;
}
.bloker .wrap2 span {
  padding: 15px;
  margin-top: auto;
  font-size: 17px;
}
.bloker .wrap3 span {
  padding: 0;
  margin-top: auto;
  font-size: 17px;
  text-align: left;
  font-weight: 600;
  color: #E4B849;
  background: none;
}
.mil-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.container {
  pointer-events: all;
}
.mil-relative {
  position: relative;
}
.mil-o-hidden {
  overflow: hidden;
}
.mil-flex {
  display: flex;
}
.mil-vert-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .mil-mobile-hidden {
    display: none;
  }
}
section {
  position: relative;
  overflow: hidden;
}
.mil-hed {
  margin: 0 0 30px;
  color: #000;
  font-size: 42px;
  text-align: center;
}
.mil-hed span {
  color: #00b7e6;
}
.mil-descr {
  padding: 30px 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 798px) {
  .mil-descr {
    display: none;
  }
}
.mil-inner .mil-up {
  position: absolute;
  display: block;
  left: 20%;
  right: -2px;
  top: 35%;
  margin: 0;
  z-index: 2;
  text-align: right;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.15s;
  user-select: none;
  pointer-events: none;
}
.mil-portfolio-item:nth-child(2n) .mil-inner .mil-up {
  left: -2px;
  right: 25%;
  text-align: left;
}
.mil-portfolio.t2 .mil-cover-frame .mil-up{;
}
.mil-inner h4 {
  position: relative;
  padding: 30px;
  background: rgba(255,255,255,.7);
  font-weight: 500;
  color: #4d3c37;
  font-size: 26px;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 0;
  border-radius: 6px 0 0 6px;
  transition: all 0.4s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.15s;
  backdrop-filter: blur(3px);
}
.mil-portfolio.t2 .mil-inner h4 {
  background: transparent;
  border-radius: 0;
  backdrop-filter: none;
  color: #fff;
  padding: 0;
  z-index: 2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.mil-portfolio.t2 .mil-inner .mil-up {
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  margin-bottom: 0;
  text-align: left;
  background: transparent;
  color: #fff;
  max-width: 320px;
}
.mil-inner .mil-up span {
  position: relative;
  display: block;
  padding: 30px;
  font-size: 17px;
  letter-spacing: .01em;
  color: #fff;
  opacity: 0;
  text-shadow: 1px 1px 2px #000;
  transition: opacity 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0s;
  z-index: 3;
}
.mil-portfolio.t2 .mil-inner .mil-up span {
  background: rgb(255, 255, 255);
  margin-bottom: 0;
  border-radius: 0 6px 6px 0;
  transition: all 0.4s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.15s;
  backdrop-filter: blur(3px);
  left: 0;
  right: auto;
  color: #000;
  opacity: .9;
  text-shadow: none;
  z-index: 3;
  font-size: 16px;
  padding: 15px;
}
@media screen and (max-width: 1345px) {
  .mil-inner .mil-up {
    left: 10%;
  }
  .mil-inner h4 {
    font-size: 22px;
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .mil-inner h4 {
    font-size: 21px;
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .mil-inner h4 {
    font-size: 21px;
    padding: 10px;
  }
}
@media screen and (max-width: 798px) {
  .mil-portfolio.t2 .mil-inner .mil-up {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0%);
    text-align: center;
    max-width: none;
    margin-bottom: 40px;
  }
  .mil-inner h4 {
    font-size: 28px;
    padding: 20px 10px;
    border-radius: 6px;
    text-align: center;
  }
}
.mil-portfolio-item:nth-child(2n) .mil-inner h4 {
  border-radius: 0 6px 6px 0;
}
.mil-portfolio-item:hover .mil-inner h4 {
  background: rgba(255,255,255,.55);
  color: #fff;
}
.mil-portfolio.t2 .mil-portfolio-item:hover .mil-inner h4 {
  background: transparent;
}
.mil-portfolio-item:hover .mil-inner .mil-up span {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.25s;
}
/*
.mil-inner .mil-up h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
}
.mil-portfolio-item:hover .mil-inner .mil-up h4::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
*/
.mil-portfolio-item:hover .mil-inner .mil-up {
;
}
.mil-portfolio.t2 .mil-portfolio-item:hover .mil-inner .mil-up {
;
}
.mil-caper {
  position: absolute;
  font-size: 34px;
  text-align: right;
  z-index: 2;
  display: flex;
  flex-direction: column;
  right: 20px;
  top: 20px;
  background: #ff0018;
  color: #fff;
  font-weight: 500;
  opacity: .75;
  padding: 5px 10px;
  border-radius: 4px;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .mil-caper {
    font-size: 9vw;
  }
}
.mil-caper span {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.mil-caper span::before {
  content: '';
  position: absolute;
  top: 50%;
  background: #fff;
  width: 100%;
  height: 2px;
  transform: rotate(-15deg) translatey(-50%);
  opacity: .8;
}
.mil-text-sm {
  font-size: 15px;
}
.mil-text-lg {
  font-size: 18px;
  line-height: 170%;
}
.mil-text-xl {
  font-size: 22px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .mil-text-xl {
    font-size: 20px;
  }
}
.mil-thin {
  font-weight: 100;
}
a {
  color: inherit;
  text-decoration: none;
}
.mil-complex-title {
  line-height: normal;
}
.mil-accent {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  padding-left: 0;
  transition: all 0.4s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.15s;
  transform: translateY(10px);
  opacity: .75;
}
.mil-portfolio-item:hover .mil-accent {
  transform: translateY(-10px);
  opacity: 1;
}
.mil-accent li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  list-style: none;
}
.mil-portfolio-item:nth-child(2n) .mil-accent li {
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
}
.mil-accent li::before {
  content: '';
  left: 0;
  width: 5px;
  height: 100%;
  margin: 0 0 auto -15px;
  border-radius: 3px;
  background: #e6d0be;
  display: block;
  position: absolute;
}
.mil-portfolio-item:nth-child(2n) .mil-accent li::before {
  left: auto;
  right: 0;
  margin: 0 -15px auto 0;
  display: block;
  position: absolute;
}
.mil-light,
.mil-light a {
  color: #fff !important;
}
.mil-muted {
  color: rgba(255, 255, 255, 0.9);
}
.mil-dark {
  color: #000;
}
.mil-light-soft {
  color: rgba(255, 255, 255, 0.4);
}
.mil-dark-soft {
  color: rgba(0, 0, 0, 0.5);
}
.mil-marker {
  background-color: #ff9800;
  padding: 0 5px;
}
.mil-center {
  text-align: center;
}
.mil-left {
  text-align: left;
}
.mil-right {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .mil-sm-center {
    text-align: center;
  }
}
.mil-portfolio-item {
  position: relative;
  display: flex;
  margin: 10px 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item {
    padding: 0;
    margin: 20px 0;
  }
}
.mil-inner {
  position: relative;
  display: flex;
  min-width: 50%;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px rgb(115, 104, 95);
  overflow: hidden;
}
@media screen and (max-width: 798px) {
  .mil-inner {
    min-width: 100%;
  }
}
.mil-portfolio-item .mil-cover-frame {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border: none;
}
.mil-portfolio.t2 .mil-portfolio-item .mil-cover-frame {
  position: relative;
  width: 100%;
  min-height: 370px;
  padding: 20px;
  background: #fff;
  border: none;
}
.mil-portfolio-item .mil-cover-frame .mil-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-portfolio-item .mil-cover-frame .mil-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .4s cubic-bezier(0, 0, .3642, 1);
}
.mil-portfolio-item .mil-cover-frame .mil-cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(79, 56, 48, .2) 0%, rgba(79, 56, 48, 0.9) 100%);
  transition: opacity .4s ease-out;
  opacity: .5;
  z-index: 1;
}
.mil-portfolio.t2 .mil-portfolio-item .mil-cover-frame .mil-cover::before {
  background: linear-gradient(0deg, rgba(79, 56, 48, 0) 0%, rgba(79, 56, 48, 0.7) 100%);
}
.mil-portfolio-item:hover .mil-cover-frame .mil-cover::before {
  opacity: 1;
}
.mil-portfolio-item:hover .mil-cover-frame .mil-cover img {
  transform: scale(1.05);
}
.mil-portfolio-item.mil-slider-item .mil-cover-frame {
  margin-bottom: 30px;
  height: calc(-260vh);
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-slider-item .mil-cover-frame {
    height: auto;
    padding-bottom: 100%;
  }
}
.mil-portfolio-item.mil-slider-item .mil-descr {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  background-color: #f2f2f2;
  padding: 0 60px;
}
@media screen and (max-width: 1200px) {
  .mil-inner .mil-up span {
    font-size: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-slider-item .mil-descr {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .mil-portfolio-item.mil-slider-item .mil-descr .mil-descr-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 798px) {
  .mil-inner .mil-up span {
    font-size: 17px;
  }
  .mil-portfolio.t2 .mil-inner .mil-up span {
    text-align: center;
    border-radius: 6px;
  }
}
.mil-portfolio-item.mil-slider-item:hover .mil-cover-frame .mil-cover img {
  transform: none;
}
.swiper-slide .mil-portfolio-item .mil-descr {
  pointer-events: none;
}
.swiper-slide.swiper-slide-active .mil-portfolio-item .mil-descr {
  pointer-events: all;
}
.mil-portfolio {
  position: relative;
}
.mil-portfolio .mil-lines-place {
  position: absolute;
  left: 40.7%;
}
.mil-portfolio .mil-lines-place.mil-lines-long {
  top: 1289px;
}
.mil-portfolio-slider-frame {
  z-index: 0;
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-slider-frame {
    padding-top: 180px;
  }
}
.mil-portfolio-nav {
  background-color: #f2f2f2;
  width: 100%;
  padding: 0 60px;
  height: 180px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mil-portfolio-nav .mil-portfolio-btns-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 70px;
  border-radius: 70px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-nav {
    position: static;
    height: auto;
    padding: 30px 0 90px;
    justify-content: flex-start;
    background-color: #fff;
  }
  .mil-portfolio-nav .mil-portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.mil-wrapper .swiper-container {
  overflow: visible;
}
.mil-portfolio-item .no_hovercard {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8);
  padding: 0;
  line-height: 1.4;
  text-align: center;
  z-index: 2;
}
.mil-portfolio-item .no_hovercard svg {
  display: inline-block;
  vertical-align: middle;
}
.mil-portfolio-item .no_hovercard line {
  transition: all 0.1s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.2s;
  stroke-dashoffset: 30;
  stroke-dasharray: 30;
}
.mil-portfolio-item .no_hovercard .late_line line {
  transition: all 0.2s cubic-bezier(0.6, 0.1, 0.3, 0.8);
}
.mil-portfolio-item .no_hovercard .ng-binding,
.mil-portfolio-item .no_hovercard .mob {
  position: relative;
  color: #fff;
  font-size: 19px;
  letter-spacing: .05em;
  padding: 10px 15px;
  background: #ae8e83;
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0s;
  z-index: 1;
  cursor: pointer;
}
.mil-portfolio-item .no_hovercard .ng-binding:hover,
.mil-portfolio-item .no_hovercard .mob:hover {
  background: #b59a91;
}
.mil-portfolio-item .no_hovercard .mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .mil-portfolio-item .no_hovercard {
    transform: translateY(0%);
  }
  .mil-portfolio-item .no_hovercard .ng-binding {
    display: none;
  }
  .mil-portfolio-item .no_hovercard .mob {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mil-portfolio-item .no_hovercard .ng-binding {
    display: block;
  }
  .mil-portfolio-item .no_hovercard .mob {
    display: none;
  }
}
.mil-portfolio-item:hover .no_hovercard {
  transform: translateY(0);
}
.mil-portfolio-item:hover .no_hovercard line {
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.3s;
  stroke-dashoffset: 0;
}
.mil-portfolio-item:hover .no_hovercard line {
  transition: all 0.3s cubic-bezier(0.6, 0.1, 0.3, 0.8) 0.5s;
}
.mil-portfolio-item:hover .no_hovercard .ng-binding {
  opacity: 1;
  transform: translateY(0);
}
.ajax-filter > .title {
  padding-top: 10px !important;
}
.ajax-filter.modal > .title {
  display: block !important;
}
.ajax-filter .af-body {
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 9px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  .ajax-filter {
    margin-bottom: 0 !important;
  }
  .ajax-filter.modal {
    display: block !important;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 1 !important;
    transition: transform .6s cubic-bezier(.08, .82, .17, 1);
  }
  .ajax-filter.modal.in {
    transform: translateY(0%);
    visibility: visible;
  }
  .ajax-filter.modal .af-body {
    height: auto !important;
    padding-bottom: 40px;
  }
  .ajax-filter > .title > .title {
    font-size: 0 !important;
  }
  .ajax-filter > .title {
    min-height: auto !important;
    padding-top: 0 !important;
  }
}
.ajax-filter .af-body .af-container > .af-heading {
  border-top: 1px solid #f7f4ef !important;
}
.af-container {
  padding: 0 10px;
}
.ajax-filter .af-body af_group:first-of-type .af-container > .af-heading {
  border-top: none !important;
  user-select: none;
}
.ajax-filter .af-body .selected-list .af-selected {
  height: auto;
  margin: 5px;
  padding: 7px 25px 7px 10px;
  border-radius: 5px;
}
.ajax-filter .af-body .selected-list .af-selected > p {
  height: auto;
  line-height: 1.2;
  margin: 0;
}
.ajax-filter .af-body .selected-list .af-selected::after {
  right: -5px;
}
.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-image-grid .af-element > label > img {
  border-radius: 3px;
}
@keyframes pull {
  0% {
    height: 0;
  }
  100% {
    height: 1.2rem;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
.checkbox {
  user-select: none;
}
.checkbox label {
  display: block;
  padding-left: 0;
}
.checkbox-flip, .checkbox-pop, .checkbox-pull, .checkbox-spin {
  display: none;
}
.checkbox-flip + label span,
.checkbox-pop + label span,
.checkbox-pull + label span,
.checkbox-spin + label span {
  float: left;
  width: 25px;
  height: 19px;
  margin: 2px 5px 0 0;
}
.checkbox-flip + label span:before, .checkbox-flip + label span:after,
.checkbox-pop + label span:before,
.checkbox-pop + label span:after,
.checkbox-pull + label span:before,
.checkbox-pull + label span:after,
.checkbox-spin + label span:before,
.checkbox-spin + label span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 2px solid #72993d;
}
.checkbox-flip + label span:after,
.checkbox-pop + label span:after,
.checkbox-pull + label span:after,
.checkbox-spin + label span:after {
  z-index: 0;
  border: none;
}
.checkbox-flip + label span:before {
  background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 1200 1200" xmlns="http://www.w3.org/2000/svg"><path id="path1" fill="%23796f67" stroke="none" d="M 195.763 99.151978 L 807.203003 710.593018 L 1005.507996 512.288025 L 1200 706.778992 L 1001.695007 905.085022 L 805.932983 1100.848022 L 611.440002 906.35498 L 0 294.916016 L 195.763 99.151978 Z"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0% 0%;
}
.checkbox-flip:checked + label span:before {
  background-size: 100% 100%;
}
.checkbox-flip:checked + label span:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: rgba(255,255,255,.6);
}
.checkbox-pop:checked + label span:before {
  animation: pop 0.3s ease;
  z-index: 100;
  background: #796f67;
}
.checkbox-pull:checked + label span:after {
  width: 1.2rem;
  height: 1.2rem;
  background: #796f67;
  animation: pull 0.4s linear;
}
.checkbox-spin:checked + label span:before {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  background: #796f67;
}

.d_ajax_filter_popup_button {
  top: auto !important;
  bottom: 60px;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  height: auto !important;
  padding: 10px 10px;
  background: rgba(215,49,0,.8) !important;
  z-index: 1090 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
  z-index: 1 !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.d_ajax_filter_popup_button,
.d_ajax_filter_popup_button:hover,
.d_ajax_filter_popup_button:focus {
  color: #fff;
}
.d_ajax_filter_popup_button i {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  font-size: 19px !important;
  margin-right: 5px;
}
.modal-open .d_ajax_filter_popup_button {
  bottom: 0;
  z-index: 1080 !important;
}
.modal-open .d_ajax_filter_popup_button .filt_in,
.d_ajax_filter_popup_button .filt_close {
  display: none;
}
.d_ajax_filter_popup_button .filt_in,
.modal-open .d_ajax_filter_popup_button .filt_close {
  display: flex;
  align-items: center;
}
.ajax-filter .af-body .selected-list .af-selected {
  color: #f2f5f7 !important;
  border: none !important;
  background-color: #72993d !important;
}
.ajax-filter .af-body .selected-list .af-selected::after {
  filter: brightness(3);
}
.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-image-grid .af-element {
  margin: 0 3px 4px 0 !important;
}
.ajax-filter .af-body .af-container > .af-heading,
.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element label > .title {
  text-align: left;
  user-select: none;
}
@media (min-width: 992px) {
  .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-image-grid .af-element {
    margin: 0 2px 4px 0 !important;
  }
}
@media (min-width: 1200px) {
  .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-image-grid .af-element {
    margin: 0 6px 10px 8px !important;
  }
}
@media (min-width: 1345px) {
  .ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-image-grid .af-element {
    margin: 0 4px 9px 4px !important;
  }
}
.news-module__description {
  pointer-events: none;
  text-shadow: 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 4px rgba(255, 255, 255, 1), 0 0 4px rgba(255, 230, 130, 1);
}
.news-module__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .35);
  background: linear-gradient(180deg,rgba(255, 251, 236, 0) 0%, rgba(255, 251, 236, 0.9) 90%);
  border-radius: 5px;
  pointer-events: none;
  z-index: 1;
}
/* Developer */
footer .developer {
  position: absolute;
  left: 0;
  top: 75%;
  transform: rotate(-90deg);
  transform-origin: left top;
  display: flex;
  white-space: nowrap;
}
footer .developer a {
  display: flex;
  height: 23px;
  line-height: 23px;
  padding: 0 0 0 7px;
  background: rgba(0,0,0,.05);
  font-size: .8em;
  letter-spacing: 0;
  color: rgba(0,0,0,.3) !important;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 3px;
  overflow: hidden;
  opacity: .45;
  margin: auto 0 auto auto;
}
footer .developer span{
  display: inherit;
  height: inherit;
  margin: 0 0 0 7px;
  padding: 0 7px;
  background: rgba(255,255,255,.15);
}
footer .developer a:hover{
  background: rgba(0,0,0,.075);
  color: rgba(0,0,0,.4) !important;
}
@media (max-width:767px) {
  footer .developer {
    display: none;
  }
}
body .notification__wrapper.fixed {
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 450px;
  width: 100%;
  background: rgba(255, 255, 255, .96);
  border-radius: 8px;
  padding: 25px;
  transition: right 0.2s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
body .notification__buttons {
  margin-top: 20px;
}
.notification {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
h2.heading.mod_f {
  margin-bottom: 30px;
}
.modern_form {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e6dbd8;
  padding: 20px;
  border-radius: 8px;
  background: rgba(0,0,0,.01);
  box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
  overflow: hidden;
}
.modern_form .modern_form_wrap {
  width: 66.666%;
  z-index: 1;
}
.modern_form .modern_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/image/catalog/handshake.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 0;
}
@media (max-width:1200px) {
  .modern_form .modern_img {
    opacity: .5;
  }
}
@media (max-width:992px) {
  .modern_form .modern_img {
    opacity: .3;
  }
}
@media (max-width:767px) {
  h2.heading.mod_f {
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
  }
  .modern_form {
    background-image: none;
  }
  .modern_form .modern_form_wrap {
    width: 100%;
  }
  .modern_form .modern_img {
    background-size: cover;
    opacity: .1;
  }
  .sorts-block__btn-group.btn-group {
    display: none;
  }
  .sorts-block select.form-control {
    margin-right: 0;
  }
}
/*testimonial*/
.testimonials .row {
  display: flex;
  flex-wrap: wrap;
}
.testimonials .boxer {
  height: 100%;
}
#testimonials .card__title {
  font-size: 1.625rem;
  line-height: 39px;
  margin: 20px 0 15px;
}
#testimonials .card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(124 127 133 / 30%);
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
}
#testimonials .card__title .yandex-link {
  float: right;
  margin-top: -5px
}
#testimonials .review__header {
  display: flex;
  flex-wrap: wrap;
}
#testimonials .review__location {
  color: #999;
  font-size: 1.2rem;
  line-height: 23px;
  margin: 0;
}
#testimonials .review__date {
  color: #999;
  font-size: 1.1rem;
  line-height: 21px;
  margin-top: 11px;
  margin-left: 10px;
}
#testimonials .review__author {
  font-size: 1.725rem;
  line-height: 20px;
  margin: 0 auto 0 0;
}
#testimonials .review__text span {
  font-weight: 700;
  font-size: 1.7rem;
}
#testimonials .review__text {
  font-size: 1.55rem;
  line-height: 21px;
}
#testimonials .review__rating {
  display: block;
  height: 14px;
  margin-top: 5px;
  margin-bottom: 25px;
  width: 100%;
}
#testimonials .review__rating .fa-star {
  color: #FBAB13;
}
@media (max-width:761px) {
  #testimonials .card__title .yandex-link {
    float: right;
    height: 36px;
    margin-top: -45px !Important;
    width: 150px;
  }
}
.uni-module.uni-module.review-inner {
  margin-bottom: 70px;
}
.uni-module.review-inner .posted {
  margin-top: 30px;
}
.review-module {
  width: 100%;
  max-width: 910px;
  margin: auto;
  padding: 30px 60px;
}
.review-module.boxer {
  padding: 0;
}
.review-module.boxer .owl-carousel .owl-item {
  padding: 30px 60px;
}
.review-module__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  text-align: center;
}
.review-module__row {
  display: flex
}
.review-module__row:last-of-type {
  align-items: center;
  margin: auto 0;
}
.uni-module .review-module .owl-dots {
  margin: 15px 0 40px !important;
}
.review-module__image {
  flex: 0 0 30%;
  margin: 0 0 10px;
  cursor: pointer
}
.review-module__name {
  display: block;
  margin: 0 0 15px;
  line-height: normal;
  font-size: 19px;
  font-weight: 500;
  color: #000;
}
.review-module__text {
  margin: auto 0 15px;
  font-size: 14px;
  word-wrap: break-word
}
.review-module__rating {
  display: flex;
  flex: 0 0 30%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  font-size: .85em
}
.review-module__posted {
  width: 100%;
  padding: 0 0 0 15px;
  font-size: .85em;
  color: #888
}
.review-module__posted .fa {
  margin: 0 10px 0 0
}
.review-module__posted .fa-user {
  margin: 0 10px 0 15px
}
.review-module__posted .author {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 30%;
  white-space: nowrap;
  text-overflow: ellipsis
}
#column-left .review-module__image,
#column-left .review-module__description {
  width: 100%
}
#column-right .review-module__image,
#column-right .review-module__description {
  width: 100%
}

.reviews-page .sorts-block {
  justify-content: flex-end
}
.reviews-page select.form-control {
  margin: 0
}
.reviews-page .products-block {
  display: flex;
  flex-wrap: wrap
}
.reviews-page .product-layout {
  display: flex;
  flex-wrap: wrap
}

.reviews-page .product-thumb-2 {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
  margin: 0 0 20px
}
.reviews-page .product-thumb__caption {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  height: 100%
}
.reviews-page .product-thumb__name {
  margin-bottom: 0
}
.reviews-page .product-thumb__name:after {
  display: block;
  content: '';
  height: 10px
}
.reviews-page__description {
  display: block !important;
  margin-bottom: auto;
  padding: 10px 0 15px
}
.reviews-page__author,
.reviews-page__date {
  font-size: .85em
}
.reviews-page__author {
  padding: 0 0 5px
}
.proizvoditeli .category-wall__image.type2 {
  flex: 0 0 75%;
}
.proizvoditeli .category-wall__item.type2 {
  padding: 0;
  flex-direction: column;
  background: rgba(244, 207, 117, 0.12);
}
.proizvoditeli .category-wall__ul.type2 {
  padding: 0 15px;
  margin: auto;
}
.proizvoditeli .category-wall__item a {
  text-align: center;
}
@media (max-width:767px) {
  .review-module__item {
    margin: 0 0 10px
  }
}

.read_content {
  width: 100%;
  max-width: 910px;
  margin: auto;
}
.read_tx h5 {
  margin: 20px auto 10px auto;
}
.read_tx .read {
  display:none;
}
.read_tx .read_more,
.read_tx .hidden_bt {
  cursor: pointer;
  padding: 10px 20px 9px;
  font-size: 14px;
  transition: color 0.2s ease;
  height: auto;
}
.read_tx .hidden_bt, {
  display:none;
}