body {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #333;
  overflow-x: hidden; }

a {
  color: #0056b3; }
  a:hover {
    color: #007bff; }

strong {
  font-weight: 700; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(196, 196, 196, 0.25); }

.popup-hidden {
    display: none;
}

.popup-title {
    font-size: 18px;
  display: block;
    font-weight: 700;
  margin-top: 15px;
    margin-bottom: 15px;
  max-width: 480px;
}

.card{
  display: none !important;
}

.wpcf7-form_stepTwo{
  display: none;
}

.form-triggered input, .form-triggered select, .form-triggered p, .form-triggered textarea, .form-triggered .popup__title {
    display: none;
}

.form-triggered .popup-hidden input,
.form-triggered .popup-hidden{
  display: block;
}

input[type="hidden"] {
    display: none;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}

form .card {
    height: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
}

.popup__policy{
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #005470; }

h1,
.h1 {
  font-size: 2rem; }

h2,
.h2 {
  font-size: 1.75rem; }

h3,
.h3 {
  font-size: 1.5rem; }

h4,
.h4 {
  font-size: 1.25rem; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: 0.9375rem; }

header.header {
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.scrolled header.header {
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.logo {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #005470; }
  .logo a {
    color: #005470;
    text-decoration: none; }
    .logo a:hover {
      text-decoration: none; }
  .logo h2 {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    margin: 0;
    padding: 0; }
    .logo h2 a {
      color: #333; }

.logo-image-wrapper {
  height: 52px;
  padding-right: 15px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .logo-image-wrapper img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    mix-blend-mode: multiply; }

.header-navbar.navbar {
  padding-left: 0;
  padding-right: 0; }
  .header-navbar.navbar .navbar-nav .nav-link {
    color: #333; }

.header-navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.header-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .header-right > .row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header-right .contacts-wrapper {
    padding-left: 15px;
    padding-right: 15px; }

.contacts-phone {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  text-align: right; }

.contacts-phone-number {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #005470;
  display: block;
  width: 100%; }
  .contacts-phone-number a {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #005470;
    text-decoration: none; }
    .contacts-phone-number a:hover {
      text-decoration: none; }

.contacts-phone-description {
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  display: block;
  width: 100%; }

.contacts-mail {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center; }
  .contacts-mail a {
    display: inline-block;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #dadada;
    font-size: 1.125rem; }

.tooltip {
  opacity: 1; }
  .tooltip .tooltip-inner {
    background-color: #005470;
    opacity: 1; }
  .tooltip.bs-tooltip-left {
    opacity: 1; }
    .tooltip.bs-tooltip-left .arrow:before {
      border-left-color: #005470; }

.search-form {
  position: relative;
  width: auto; }
  .search-form.form-inline input {
    padding-right: 1rem;
    width: 2rem;
    min-width: 2rem;
    margin-right: 0;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%); }
    .search-form.form-inline input:focus {
      width: 280px;
      background-color: #eee;
      min-width: 280px;
      z-index: 1; }
      .search-form.form-inline input:focus + .btn {
        z-index: 2;
        background-color: transparent; }
  .search-form .btn {
    background-color: transparent;
    background-color: #eee;
    border-color: transparent;
    position: absolute;
    right: 0.925rem;
    background: none;
    height: 30px;
    line-height: 30px;
    padding: 0 0.5rem;
    margin: 0;
    border-radius: 50%;
    z-index: -1; }
    .search-form .btn:hover, .search-form .btn:focus {
      color: #fff; }
  .search-form.search__form {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .search-form.search__form .btn {
      right: 0; }

.search__form {
  position: relative;
  width: 290px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .search__form input {
    padding-right: 2rem;
    width: 100%;
    min-width: 100%; }
  .search__form .btn {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    right: 0.925rem;
    background: none;
    height: 30px;
    line-height: 30px;
    padding: 0 0.5rem;
    margin: 0;
    border-radius: 50%;
    right: 0; }
    .search__form .btn:hover, .search__form .btn:focus {
      color: #fff; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.375rem 0.75rem;
  max-width: 100%;
  background-color: #eee; }

textarea {
  height: 6rem; }

.form-control {
  border-radius: 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.375rem 0.75rem;
  max-width: 100%;
  background-color: #eee; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  max-width: 100%; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 123, 255, 0.25);
    box-shadow: inset 0 0 0 1px rgba(0, 123, 255, 0.25); }

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(229, 229, 229, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  footer.footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.footer ul li {
      color: #333;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      line-height: 1; }
      footer.footer ul li a {
        color: #333; }
  footer.footer .widget {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  footer.footer .widgettitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #005470;
    margin-bottom: 1rem; }

.footer-item {
  margin-bottom: 1rem; }
  .footer-item h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #005470; }

.footer-seven {
  text-align: right; }

.footer-eight {
  text-align: center; }

ul.social {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.social li {
    display: inline-block;
    margin: 0 0.5rem; }
    ul.social li a {
      display: inline-block;
      color: #005470;
      border: 1px solid #005470;
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      border-radius: 50%;
      font-size: 1.25rem;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: rgba(245, 245, 245, 0); }
      ul.social li a i {
        color: #f5f5f5;
        text-shadow: 0px 0px 1px #005470, 0px 0px 1px #005470, 0px 0px 1px #005470, 0px 0px 1px #005470, 0px 0px 1px #005470; }
      ul.social li a:hover {
        background-color: #005470; }

.footer-bottom > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-bottom a {
  color: #888;
  text-decoration: underline; }
  .footer-bottom a:hover {
    text-decoration: none; }

.breadcrumbs-wrapper {
  margin-bottom: 1rem;
  color: #888;
  font-size: 0.75rem; }
  .breadcrumbs-wrapper a {
    color: #888;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .breadcrumbs-wrapper a:hover {
      text-decoration: underline; }
  .breadcrumbs-wrapper .kb_sep {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }

.page h1,
.post h1 {
  text-align: center;
  margin-bottom: 2rem; }

.product-image {
  margin-bottom: 2rem; }
  .product-image img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13); }

.product-specification {
  margin-bottom: 2rem; }
  .product-specification h6 {
    padding-top: 0.3125rem;
    padding-bottom: 0.625rem;
    padding-right: 16.66%;
    padding-left: 16.66%;
    text-align: center;
    margin: 0 0 1rem 0;
    position: relative; }
    .product-specification h6:after {
      position: absolute;
      content: '';
      border-bottom: 1px solid rgba(196, 196, 196, 0.25);
      width: 66.66%;
      bottom: 0;
      left: 16.66%; }
  .product-specification .specification-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(196, 196, 196, 0.25);
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
    .product-specification .specification-item .name {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%; }
    .product-specification .specification-item .value {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%; }
    .product-specification .specification-item:last-child {
      border-bottom: none; }

.product-full-specification .product-specification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-full-specification .product-specification .specification-item {
    width: calc(50% - 15px);
    margin-right: 15px; }
    .product-full-specification .product-specification .specification-item:nth-child(even) {
      margin-right: 0;
      margin-left: 15px; }

.rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }
  .rating-wrapper > * {
    margin-bottom: 1rem; }
  .rating-wrapper .post-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto; }
  .rating-wrapper .rating-label {
    padding-right: 0.5rem; }
  .rating-wrapper .rating-images {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .rating-wrapper .rating-images img {
      padding-left: 0.125rem;
      padding-right: 0.125rem; }
  .rating-wrapper .rating-value {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .rating-wrapper .rating-users {
    padding-left: 0.5rem;
    color: #888; }

.link-button {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .link-button:hover {
    color: #005470;
    text-decoration: none; }

.product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem; }

.product-order-button {
  margin-bottom: 1rem; }

.product-stock {
  color: #1DD100;
  background-image: url(../img/check-circle.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 2rem;
  margin-bottom: 1rem; }

.product-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 2rem;
  margin-right: -15px;
  margin-left: -15px; }
  .product-advantages .advantage-item {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #005470;
    margin-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px; }
    .product-advantages .advantage-item .advantage-img {
      padding-right: 0.5rem;
      width: 50px;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
      flex: 0 1 50px; }
      .product-advantages .advantage-item .advantage-img img {
        height: auto; }

.product-delivery-section {
  color: #fff;
  background-image: url(../img/delivery-bg-color-low.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-bottom: 3.5rem;
  margin-top: 2.5rem;
  position: relative; }
  .product-delivery-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 84, 112, 0.8); }

.product-delivery h3,
.product-delivery .h3 {
  color: #fff;
  margin-bottom: 2.5rem; }

.product-delivery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 2rem;
  margin-right: -15px;
  margin-left: -15px; }
  .product-delivery-items .delivery-item {
    width: 33.33%;
    color: #fff;
    margin-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    .product-delivery-items .delivery-item .delivery-img {
      width: 100%;
      margin-bottom: 1rem; }
      .product-delivery-items .delivery-item .delivery-img img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        height: auto; }

.product-share {
  margin-bottom: 2rem; }

.product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1rem; }

.product-grid-5 .product-card {
  width: calc(20% - 30px); }

.product-grid-4 .product-card {
  width: calc(25% - 30px); }

.product-grid-3 .product-card {
  width: calc(33.33% - 30px); }

.product-grid-2 .product-card {
  width: calc(50% - 30px); }

.product-card {
  width: calc(20% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(55.02%, #EEEEEE));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 55.02%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 55.02%);
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 55.02%); }

.product-card-inner,
a.product-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .product-card-inner:hover,
  a.product-card-inner:hover {
    color: #005470;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13); }

.product-card-image {
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0.5rem; }
  .product-card-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.product-card-rating {
  width: 100%;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.product-card-title {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #333; }
  .product-card-title h4 {
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #333;
    text-align: center;
    font-weight: 500; }
    .product-card-title h4 a {
      color: #333; }

.product-card-specification {
  font-size: 0.75rem;
  margin-bottom: 0.5rem; }
  .product-card-specification .specification-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(196, 196, 196, 0.25); }
    .product-card-specification .specification-item .name {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%;
      text-align: right;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .product-card-specification .specification-item .value {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .product-card-specification .specification-item:last-child {
      border-bottom: none; }

.section-title {
  margin-bottom: 2.5rem; }

.post-tags-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.75em; }

.home .post-tags-wrapper {
  font-size: 1em;
  border-top: none;
  border-bottom: none;
  margin-top: 0; }

.post-tags .nav-pills > li > a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  margin-right: 1rem; }

.post-tags .nav-pills > li > a:before {
  content: '\f02b';
  font-family: 'Fontawesome';
  padding-right: 0.5rem;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.home .post-tags .nav-pills > li > a {
  color: #005470; }

.home .post-tags .nav-pills > li > a:before {
  color: #005470; }

.post-tags .nav-pills > li > a:hover {
  z-index: 1;
  text-decoration: none; }

.post-tags .nav-pills > li > a:hover:before {
  opacity: 1; }

.sidebar .widget {
  margin-bottom: 2rem; }

.sidebar .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar .widget_nav_menu ul li {
    padding-bottom: 0.3125rem; }
  .sidebar .widget_nav_menu ul .sub-menu {
    display: none;
    padding-left: 1rem;
    font-size: 0.825rem; }
    .sidebar .widget_nav_menu ul .sub-menu li:first-child {
      padding-top: 0.3125rem; }
    .sidebar .widget_nav_menu ul .sub-menu a {
      color: #888; }
  .sidebar .widget_nav_menu ul .current-menu-item .sub-menu {
    display: block; }

.sidebar .widgettitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #005470;
  margin-bottom: 1rem; }

.post img,
.page img {
  max-width: 100%;
  height: auto; }

.post #mcTagMap #mcTagMapNav,
.page #mcTagMap #mcTagMapNav {
  display: block;
  background: transparent;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0 1rem;
  border: none; }
  .post #mcTagMap #mcTagMapNav a,
  .post #mcTagMap #mcTagMapNav a:first-child,
  .page #mcTagMap #mcTagMapNav a,
  .page #mcTagMap #mcTagMapNav a:first-child {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    text-decoration: none;
    padding: 0;
    border: 1px solid rgba(196, 196, 196, 0.25);
    color: #005470;
    font-weight: 500;
    background-color: #e5e5e5;
    margin: 0.5rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .post #mcTagMap #mcTagMapNav a:hover,
    .post #mcTagMap #mcTagMapNav a:first-child:hover,
    .page #mcTagMap #mcTagMapNav a:hover,
    .page #mcTagMap #mcTagMapNav a:first-child:hover {
      background-color: #fff;
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13); }

.post #mcTagMap .holdinner,
.page #mcTagMap .holdinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2rem; }

.post #mcTagMap .tagindex,
.page #mcTagMap .tagindex {
  width: 33.33%;
  padding: 15px; }
  .post #mcTagMap .tagindex h4,
  .page #mcTagMap .tagindex h4 {
    border-bottom: 1px solid #005470; }

.pagination {
  margin-bottom: 2rem;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination .page-link {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    text-decoration: none;
    padding: 0;
    border: 1px solid rgba(196, 196, 196, 0.25);
    color: #005470;
    font-weight: 500;
    background-color: #e5e5e5;
    margin: 0.5rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pagination .page-link:hover {
      background-color: #fff;
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13); }
    .pagination .page-link.prev, .pagination .page-link.next {
      width: auto;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .pagination .page-link.dots {
      border-color: transparent;
      background-color: transparent;
      cursor: default; }
      .pagination .page-link.dots:hover {
        border-color: transparent;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .pagination .page-item.active .page-link {
    color: #005470;
    background-color: #fff;
    border-color: rgba(196, 196, 196, 0.25); }
  .pagination .page-item .page-link,
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    border-radius: 0; }

.post__table {
  overflow: auto;
  max-width: 100%;
  margin: 25px 0;
  -webkit-overflow-scrolling: touch; }

.post table {
  width: 100%; }

.post__video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 56.25% 0 0; }
  .post__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.post .alignleft {
  display: block !important;
  float: left;
  margin: 0 1rem 0.5rem 0; }

.post .alignright {
  display: block !important;
  float: right;
  margin: 0 0 0.5rem 1rem; }

.post .aligncenter {
  display: block !important;
  float: none;
  margin: 0 auto 0.5rem; }

.post .alignnone {
  display: inline !important;
  float: none; }

img.aligncenter, img.alignleft, img.alignnone, img.alignright {
  display: block !important; }

img.alignnone, img.aligncenter {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem; }

img.alignleft {
  text-align: left;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem; }

img.alignright {
  text-align: right;
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.aligncenter img,
.alignleft img,
.alignright img {
  display: block !important; }

.aligncenter img {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem; }

.alignleft img {
  text-align: left;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem; }

.alignright img {
  text-align: right;
  float: right;
  margin-right: 1rem;
  margin-bottom: 1rem; }

.taxonomy-filters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.beautiful-taxonomy-filters-select-wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .beautiful-taxonomy-filters-select-wrap:after {
    display: none !important; }

.beautiful-taxonomy-filters-tax {
  width: 48%; }
  .beautiful-taxonomy-filters-tax .beautiful-taxonomy-filters-label {
    display: none; }
  .beautiful-taxonomy-filters-tax .beautiful-taxonomy-filters-select {
    margin-bottom: 1rem; }

.beautiful-taxonomy-filters-button-wrapper {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  .beautiful-taxonomy-filters-button-wrapper .beautiful-taxonomy-filters-button {
    margin-bottom: 1rem;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0; }

.home-section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.brands-section img {
  mix-blend-mode: multiply; }

.brands-section .product-card-inner,
.brands-section a.product-card-inner {
  padding: 0.5rem; }

.possibility-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.possibility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.possibility_img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 max-content;
  flex: 1 0 max-content;
  width: calc(110px + 1rem);
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 1rem; }

.reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.reasons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.reasons_img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 max-content;
  flex: 1 0 max-content;
  width: calc(110px + 1rem);
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 1rem; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.clearfix:after {
  display: table;
  content: '';
  clear: both; }

a.btn {
  text-decoration: none; }

.beautiful-taxonomy-filters-button,
.wpcf7-submit,
.btn {
  display: inline-block;
  color: #333;
  background-color: #FFD6AD;
  border: 0.0625rem solid #dedede;
  background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 135.09%);
  background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 135.09%);
  background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 135.09%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  cursor: pointer;
  text-align: center;
  padding: 0.625rem 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .beautiful-taxonomy-filters-button:hover, .beautiful-taxonomy-filters-button:focus,
  .wpcf7-submit:hover,
  .wpcf7-submit:focus,
  .btn:hover,
  .btn:focus {
    color: #fff;
    outline: none;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
    background-color: #FFD6AD;
    border: 0.0625rem solid #dedede;
    background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 100%); }
  .beautiful-taxonomy-filters-button:active, .beautiful-taxonomy-filters-button:not(:disabled):not(.disabled):active, .beautiful-taxonomy-filters-button:not(:disabled):not(.disabled).active,
  .wpcf7-submit:active,
  .wpcf7-submit:not(:disabled):not(.disabled):active,
  .wpcf7-submit:not(:disabled):not(.disabled).active,
  .btn:active,
  .btn:not(:disabled):not(.disabled):active,
  .btn:not(:disabled):not(.disabled).active {
    color: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FFD6AD;
    border: 0.0625rem solid #dedede;
    background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 100%); }
    .beautiful-taxonomy-filters-button:active:focus, .beautiful-taxonomy-filters-button:not(:disabled):not(.disabled):active:focus, .beautiful-taxonomy-filters-button:not(:disabled):not(.disabled).active:focus,
    .wpcf7-submit:active:focus,
    .wpcf7-submit:not(:disabled):not(.disabled):active:focus,
    .wpcf7-submit:not(:disabled):not(.disabled).active:focus,
    .btn:active:focus,
    .btn:not(:disabled):not(.disabled):active:focus,
    .btn:not(:disabled):not(.disabled).active:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.btn-default,
.btn-blue {
  color: #333;
  background-color: #FFD6AD;
  border: 0.0625rem solid #FFD6AD;
  background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 135.09%);
  background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 135.09%);
  background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 135.09%); }
  .btn-default:hover, .btn-default:focus,
  .btn-blue:hover,
  .btn-blue:focus {
    color: #fff;
    background-color: #FFAA54;
    border: 0.0625rem solid #FFAA54;
    background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 100%); }
  .btn-default:active, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .btn-blue:active,
  .btn-blue:not(:disabled):not(.disabled):active,
  .btn-blue:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #ffffff;
    border: 0.0625rem solid #FFD6AD;
    background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
    background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 100%); }
  .btn-default:focus:active,
  .btn-blue:focus:active {
    color: #000; }

.btn-secondary,
.btn-red {
  color: #333;
  background-color: #FFAA54;
  border: 0.0625rem solid #FFAA54; }
  .btn-secondary:hover, .btn-secondary:focus,
  .btn-red:hover,
  .btn-red:focus {
    color: #fff;
    background-color: #FFD6AD;
    border: 0.0625rem solid #FFD6AD; }
  .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-red:active,
  .btn-red:not(:disabled):not(.disabled):active,
  .btn-red:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #ffffff;
    border: 0.0625rem solid #FFAA54; }
  .btn-secondary:focus:active,
  .btn-red:focus:active {
    color: #000; }

.btn-default-outline,
.btn-blue-outline {
  color: #333;
  background-color: transparent;
  border: 0.0625rem solid #005470; }
  .btn-default-outline:hover, .btn-default-outline:focus,
  .btn-blue-outline:hover,
  .btn-blue-outline:focus {
    color: #fff;
    background-color: #FFD6AD;
    border: 0.0625rem solid #FFD6AD; }
  .btn-default-outline:active, .btn-default-outline:not(:disabled):not(.disabled):active, .btn-default-outline:not(:disabled):not(.disabled).active,
  .btn-blue-outline:active,
  .btn-blue-outline:not(:disabled):not(.disabled):active,
  .btn-blue-outline:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #fff;
    border: 0.0625rem solid #005470; }
  .btn-default-outline:focus:active,
  .btn-blue-outline:focus:active {
    color: #000; }

.btn-secondary-outline,
.btn-red-outline {
  color: #333;
  background-color: transparent;
  border: 0.0625rem solid #FFAA54; }
  .btn-secondary-outline:hover, .btn-secondary-outline:focus,
  .btn-red-outline:hover,
  .btn-red-outline:focus {
    color: #fff;
    background-color: #FFD6AD;
    border: 0.0625rem solid #FFD6AD; }
  .btn-secondary-outline:active, .btn-secondary-outline:not(:disabled):not(.disabled):active, .btn-secondary-outline:not(:disabled):not(.disabled).active,
  .btn-red-outline:active,
  .btn-red-outline:not(:disabled):not(.disabled):active,
  .btn-red-outline:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #fff;
    border: 0.0625rem solid #FFAA54; }
  .btn-secondary-outline:focus:active,
  .btn-red-outline:focus:active {
    color: #000; }

.btn-lg {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125rem;
  padding: 0.875rem 2rem; }

.btn-100 {
  width: 100%; }

.btn-pills {
  padding-left: 15px;
  padding-right: 15px; }
  .btn-pills + * {
    padding-left: 15px;
    padding-right: 15px; }
  .btn-pills .btn {
    color: #000000;
    background-color: transparent;
    border: 0.0625rem solid #FFAA54;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 300;
    margin-bottom: 1rem; }
    .btn-pills .btn:hover, .btn-pills .btn:focus {
      color: #000000;
      background-color: transparent;
      border: 0.0625rem solid #FFAA54; }
    .btn-pills .btn.active, .btn-pills .btn:active, .btn-pills .btn:not(:disabled):not(.disabled):active, .btn-pills .btn:not(:disabled):not(.disabled).active {
      color: #000000;
      background-color: transparent;
      border: 0.0625rem solid #FFAA54; }
    .btn-pills .btn:focus:active {
      color: #000000; }
    .btn-pills .btn.active:focus:active {
      color: #000000; }

.section-blue .btn-pills .btn {
  color: #ffffff;
  border: 0.0625rem solid transparent; }
  .section-blue .btn-pills .btn:hover, .section-blue .btn-pills .btn:focus {
    color: #ffffff;
    border: 0.0625rem solid #FFAA54; }
  .section-blue .btn-pills .btn.active, .section-blue .btn-pills .btn:active, .section-blue .btn-pills .btn:not(:disabled):not(.disabled):active, .section-blue .btn-pills .btn:not(:disabled):not(.disabled).active {
    color: #ffffff;
    border: 0.0625rem solid #FFAA54; }
  .section-blue .btn-pills .btn:focus:active {
    color: #ffffff; }
  .section-blue .btn-pills .btn.active:focus:active {
    color: #ffffff; }

.section-blue .btn-default-outline,
.section-blue .btn-blue-outline,
.section-blue .btn-secondary-outline,
.section-blue .btn-red-outline {
  border: 0.0625rem solid #ffffff; }
  .section-blue .btn-default-outline:hover, .section-blue .btn-default-outline:focus,
  .section-blue .btn-blue-outline:hover,
  .section-blue .btn-blue-outline:focus,
  .section-blue .btn-secondary-outline:hover,
  .section-blue .btn-secondary-outline:focus,
  .section-blue .btn-red-outline:hover,
  .section-blue .btn-red-outline:focus {
    border: 0.0625rem solid #ffffff; }
  .section-blue .btn-default-outline:active, .section-blue .btn-default-outline:not(:disabled):not(.disabled):active, .section-blue .btn-default-outline:not(:disabled):not(.disabled).active,
  .section-blue .btn-blue-outline:active,
  .section-blue .btn-blue-outline:not(:disabled):not(.disabled):active,
  .section-blue .btn-blue-outline:not(:disabled):not(.disabled).active,
  .section-blue .btn-secondary-outline:active,
  .section-blue .btn-secondary-outline:not(:disabled):not(.disabled):active,
  .section-blue .btn-secondary-outline:not(:disabled):not(.disabled).active,
  .section-blue .btn-red-outline:active,
  .section-blue .btn-red-outline:not(:disabled):not(.disabled):active,
  .section-blue .btn-red-outline:not(:disabled):not(.disabled).active {
    border: 0.0625rem solid #ffffff; }

.section-blue .btn-default-outline:hover, .section-blue .btn-default-outline:focus,
.section-blue .btn-blue-outline:hover,
.section-blue .btn-blue-outline:focus {
  border: 0.0625rem solid #005470; }

.section-blue .btn-secondary-outline:hover, .section-blue .btn-secondary-outline:focus,
.section-blue .btn-red-outline:hover,
.section-blue .btn-red-outline:focus {
  border: 0.0625rem solid #FFD6AD; }

.btn [class^="icon-font-"] {
  font-size: 0.625rem;
  margin-right: 0.875rem; }

@media (max-width: 991px) {
  .btn {
    padding: 0.625rem 1rem; }
  .btn-lg {
    font-size: 1rem; }
  .btn-comment {
    padding: 0.5rem 2rem; } }

@media (max-width: 1259px) {
  .header-right {
    padding: 0; }
  .header-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-lg .header-navbar {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  .contacts-wrapper-lg {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0.5rem; }
    .contacts-wrapper-lg .contacts-phone {
      padding-bottom: 0; }
    .contacts-wrapper-lg .contacts-phone-number a {
      font-size: 1rem; }
    .contacts-wrapper-lg .contacts-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: right;
      line-height: 1;
      padding-right: 0;
      padding-left: 0; }
    .contacts-wrapper-lg .search-form {
      width: 1px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .contacts-wrapper-lg .contacts-mail {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .logo-image-wrapper {
    max-width: 120px; }
  .search-form {
    width: 100%; }
  .product-advantages .advantage-item {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-advantages .advantage-item .advantage-img {
      padding-right: 1rem;
      width: 3rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 3rem;
      flex: 0 1 3rem; }
  .footer-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .footer-two {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .footer-three {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .footer-four {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .footer-five {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .footer-six {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right; } }

@media (max-width: 991px) {
  .contacts-wrapper {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial; }
    .contacts-wrapper .contacts-phone {
      text-align: center; }
  .logo-image-wrapper {
    max-width: 90px; }
  .contacts-wrapper-sm {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px; }
    .contacts-wrapper-sm .contacts-phone {
      padding-bottom: 0; }
    .contacts-wrapper-sm .contacts-wrapper {
      text-align: center; }
    .contacts-wrapper-sm .search-form {
      width: 2rem; }
    .contacts-wrapper-sm .contacts-mail {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      padding-left: 15px; }
  .search-sm .search-form {
    width: 100%; }
    .search-sm .search-form.form-inline input {
      width: 100%;
      min-width: 100%;
      margin-right: 0;
      background-color: #dadada;
      position: relative;
      right: auto;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: auto; }
      .search-sm .search-form.form-inline input:focus {
        background-color: #eee; }
    .search-sm .search-form .btn {
      background-color: transparent;
      border-color: transparent;
      position: absolute;
      right: 0;
      background: none;
      height: 30px;
      line-height: 30px;
      padding: 0 0.5rem;
      margin: 0;
      border-radius: 50%;
      z-index: auto; }
      .search-sm .search-form .btn:hover, .search-sm .search-form .btn:focus {
        color: #fff;
        outline: none;
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.13);
        background-color: #FFD6AD;
        border: 0.0625rem solid #dedede;
        background: -webkit-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
        background: -o-linear-gradient(135deg, #FFAA54 15.83%, #FFD6AD 100%);
        background: linear-gradient(315deg, #FFAA54 15.83%, #FFD6AD 100%); }
  .product-full-specification .product-specification {
    display: block; }
    .product-full-specification .product-specification .specification-item {
      width: 100%;
      margin-right: 0; }
      .product-full-specification .product-specification .specification-item:nth-child(even) {
        margin-right: 0;
        margin-left: 0; }
  .brands-section .product-card-title {
    font-size: 1rem;
    line-height: 1.125rem; }
  .product-grid-4 .product-card {
    width: calc(50% - 30px); }
  .product-grid-5 .product-card .product-card-title {
    font-size: 0.9375rem;
    line-height: 1.125rem; }
  .product-grid-5 .product-card .product-card-rating {
    font-size: 0.75rem; }
    .product-grid-5 .product-card .product-card-rating .rating-images img {
      width: 12px;
      height: 12px; }
  .product-related .product-grid-5 .product-card {
    width: calc(25% - 30px); }
    .product-related .product-grid-5 .product-card:nth-child(5) {
      display: none; }
  .beautiful-taxonomy-filters-select-wrap {
    width: 75%; }
  .beautiful-taxonomy-filters-button-wrapper {
    width: 25%; }
  .sidebar-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .sidebar-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .footer-seven {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center; }
  .footer-eight {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-bottom: 1rem; }
  .footer-nine {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center; } }

@media (max-width: 767px) {
  .header-right {
    padding-top: 0; }
  .beautiful-taxonomy-filters-select-wrap {
    width: 100%; }
  .beautiful-taxonomy-filters-button-wrapper {
    width: 100%;
    text-align: center; }
  .brands-section .product-grid-5 .product-card {
    width: calc(50% - 30px); }
  .product-grid-5 .product-card .product-card-title {
    font-size: initial;
    line-height: initial; }
  .product-grid-5 .product-card .product-card-rating {
    font-size: initial; }
    .product-grid-5 .product-card .product-card-rating .rating-images img {
      width: auto;
      height: auto; }
  .product-related .product-grid-5 .product-card {
    width: calc(50% - 30px); }
    .product-related .product-grid-5 .product-card:nth-child(5) {
      display: none; }
  .page #mcTagMap .tagindex,
  .post #mcTagMap .tagindex {
    width: 50%; }
  .product-card-specification .specification-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .product-card-specification .specification-item .name {
      text-align: left;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .product-card-specification .specification-item .value {
      text-align: right;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .footer-seven {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 1rem; }
  .footer-eight {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1rem; }
  .footer-nine {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1rem; } }

@media (max-width: 575px) {
  .search-form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .contacts-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    .contacts-wrapper .contacts-phone {
      display: block; }
  footer.footer {
    text-align: center; } }

@media (max-width: 479px) {
  .beautiful-taxonomy-filters-tax {
    width: 100%; }
  .product-delivery-items {
    margin-top: 1rem; }
    .product-delivery-items .delivery-item {
      width: 100%; }
  .product-grid-2 .product-card {
    width: 100%; }
  .product-grid-5 .product-card {
    width: 100%; } }

@media (max-width: 400px) {
  .product-grid-2 .product-card,
  .product-grid-3 .product-card,
  .product-grid-4 .product-card,
  .product-grid-5 .product-card {
    width: 100%; }
  .possibility-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .possibility_img {
    width: 110px;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 0;
    margin-bottom: 1rem; }
  .possibility_info_inner,
  .possibility_title {
    text-align: center; }
  .reasons-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .reasons_img {
    width: 110px;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 0;
    margin-bottom: 1rem; }
  .product-grid-5 .product-card .product-card-title {
    font-size: initial;
    line-height: initial; }
  .product-grid-5 .product-card .product-card-rating {
    font-size: initial; }
    .product-grid-5 .product-card .product-card-rating .rating-images img {
      width: auto;
      height: auto; }
  .product-related .product-grid-5 .product-card {
    width: 100%; }
    .product-related .product-grid-5 .product-card:nth-child(5) {
      display: block; }
  .wpcf7-form {
    text-align: center; }
  .page #mcTagMap .tagindex,
  .post #mcTagMap .tagindex {
    width: 100%; }
  .sidebar-right.col-6,
  .sidebar-left.col-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 320px) {
  .brands-section .product-grid-5 .product-card {
    width: 100%; } }

*:placeholder {
  color: #c4c4c4;
  opacity: 1; }

*::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1; }

*::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1; }

*:-moz-placeholder {
  color: #c4c4c4;
  opacity: 1; }
