@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic-bold-italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
} */

body {
  font-family: 'Gothic', Arial, sans-serif;
  font-weight: normal;
  color: black;
  font-size: 18px;
  overflow-x: hidden;
}

.visually-hidden:not(:focus):not(:active), input[type="checkbox"].visually-hidden, input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s;
}

a:hover, a:focus {
  color: #0d9d7f;
}

.container--main-page {
  width: 100%;
  max-width: 1440px;
}

.alert-dismissable .close, .alert-dismissible .close {
  right: 0;
  top: 0;
}

#main-slideshow .swiper-slide {
  min-height: 530px;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #eeeff1;
}

.swiper-slide--1 {
    background-image: url("../image/slide-1.jpg");
}

.swiper-slide--2 {
    background-image: url("../image/slide-2.jpg");
}

.swiper-slide--3 {
    background-image: url("../image/slide-3.jpg");
}

.swiper-slide--4 {
    background-image: url("../image/slide-4.jpg");
}

.swiper-slide--5 {
    background-image: url("../image/slide-5.jpg");
}

.top-bar__tel {
  font-size: 1.35em;
  color: black;
}

.top-bar__links, .top-bar__account-list {
  text-align: center;
}

.top-bar__links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.top-bar .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-bar__contacts address {
  margin: 0;
  font-size: 16px;
}

.top-bar {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.top-bar__link {
  color: black;
  margin: 0 5px;
}

.top-bar__link:hover, .top-bar__link:focus {
  color: #0d9d7f;
  font-weight: bold;
  text-decoration: underline;
}

.top-bar__login img {
  vertical-align: text-bottom;
}

.top-bar__login {
  color: #0d9d7f;
  font-weight: bold;
}

.top-bar__login:hover, .top-bar__login:focus {
  color: black;
}

.top-bar__register {
  color: #bbbaba;
}

.top-bar__account {
  color: black;
}

header {
  border-bottom: 1px solid #e5e5e5;
  /*margin-top: 20px;*/
  padding-bottom: 10px;
}

.callback {
  font-weight: bold;
  display: inline-block;
  margin: 0 auto 10px auto;
  color: black;
  padding: 7.2px;
  text-align: center;
  background-color: #ffed00;
  width: min(49%, 250px);
  border-radius: 50px;
  border: none;
  transition: all 0.3s;
}

#cart {
    width: min(49%, 100%);
    margin-bottom: 5px;
    margin-left: max(0px, calc(50% - 250px))
}

header #search input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 2px solid #0d9d7f;
  border-right: none;
}
header #search button {
  color: white;
  border: 1px solid #0d9d7f;
  background: #0d9d7f;
  text-shadow: none;
  box-shadow: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.menu-fixed {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.nav.navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-text {
  max-width: 550px;
  margin-top: 10%;
  margin-left: 10%;
}

.swiper-text p {
  font-size: 1.5em;
  text-transform: uppercase;
}

.slider-more {
  margin: 30px auto 0 0;
}

.adv__img-container {
  width: 60px;
  border: 2px solid #0d9d7f;
  border-radius: 50%;
  padding: 20px;
  box-sizing: content-box;
  margin: 0 auto 20px auto;
}

.adv__img-container--green {
  background-color: #0d9d7f;
}

.adv__desc {
  font-size: 0.89em;
}

.adv__title {
  font-weight: bold;
}

.adv__item {
  width: 30%;
  text-align: center;
}

.adv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 90px;
  padding: 50px 0 40px 0;
  position: relative;
}

.adv__text {
  max-width: 290px;
  margin: 0 auto;
}

.adv::before {
  content: "";
  left: calc(-50vw + 50%);
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: absolute;
  display: block;
  box-shadow: 0px 0px 37.24px 0.76px rgba(0, 0, 0, 0.18);
}

.ft-catalog {
  margin-top: 100px;
}

.section-title {
  text-transform: uppercase;
  text-align: center;
}

.ft-catalog-item_box {
  width: 20%;
}

.ft-catalog .name {
  color: black;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-left: 10px;
}

.ft-catalog .name::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 4px;
    bottom: 0;
    border: 1px solid #0d9d7f;
}

.ft-catalog img {
  margin: 0 auto;
  display: block;
}

.ft-catalog-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ft-catalog__more {
  background-color: #0d9d7f;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  border-radius: 50px;
  text-align: center;
  width: 200px;
  margin: 20px auto 0 auto;
  padding: 7px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ft-catalog-item:hover .ft-catalog__more, .ft-catalog-item:focus .ft-catalog__more {
  opacity: 1;
}

.ft-catalog__item-wrap {
  transition: all 0.3s;
  padding-bottom: 10px;
}

.ft-catalog-item:hover .ft-catalog__item-wrap, .ft-catalog-item:focus .ft-catalog__item-wrap {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}

.sale {
  margin-top: 100px;
}

.lifst-flex {
  margin-top: 50px;
}

.product_block img {
  margin: 0 auto;
}

.akciya {
  background: #ffed00;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  font-size: 0.9em;
  position: relative;
  margin: 0 40px 0 auto;
}

.akciya:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12px;
  bottom: 0;
  left: 0px;
  margin: auto;
  margin-top: -12px;
  opacity: 0;
  animation: akciya 2s linear infinite;
  padding: 12px 6px;
  border: 1px solid #ffed00;
  border-radius: 100%;
}

@keyframes akciya{
  0%{-webkit-transform:scale(0.6);opacity:0}
  50%{-webkit-transform:scale(0.9);opacity:0}
  60%{-webkit-transform:scale(1.1);opacity:.6}
  70%{-webkit-transform:scale(1.2);opacity:.85}
  80%{-webkit-transform:scale(1.3);opacity:.6}
  100%{-webkit-transform:scale(1.4);opacity:0}
}

.product_block-title {
  font-size: 1em;
  text-align: center;
}

.sale .price .new {
  font-size: 1.1em;
  font-weight: bold;
}

.sale .price .old {
  font-size: 0.9em;
  color: grey;
}

.product_block-bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.product_block-buy, .last-news__more {
  background-color: #0d9d7f;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  border-radius: 50px;
  text-align: center;
  width: 150px;
  padding: 7px;
  border: none;
}

.last-news__more {
  margin-top: 30px;
}

.product_block {
  transition: all 0.3s;
  cursor: pointer;
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_block:hover, .product_block:focus {
  box-shadow: 0px 0px 31.36px 0.64px rgba(0, 0, 0, 0.15);
}

.last-news {
  margin-top: 100px;
}

.news-list {
  margin-top: 50px;
}

.last-news__title {
  font-weight: bold;
}

.last-news__desc {
  font-size: 0.9em;
  color: black;
}

.information-thumb {
  display: block;
  padding: 10px 10px 20px 10px;
}

.information-thumb:hover, .information-thumb:focus {
  box-shadow: 0px 0px 31.36px 0.64px rgba(0, 0, 0, 0.15);
}

.about {
  margin-top: 100px;
  position: relative;
  padding: 30px 0 50px 0;
}

.about::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(-50vw + 50%);
  top: 0;
  background-color: #0d9d7f;
  z-index: -1;
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
}

.about-content {
  margin-top: 50px;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.about-text {
  width: 55%;
  color: white;
}

.about-subtitle {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}

.about-desc {
  font-size: 0.8em;
}

@keyframes shadow {
  0%{box-shadow: 0 0 0 0 rgba(255,255,255,1)}
  50%{box-shadow: 0 0 50px 0 rgba(255,255,255,1)}
  0%{box-shadow: 0 0 0 0 rgba(255,255,255,1)}
}

.about img {
  border: 10px solid white;
  animation: shadow 5s linear infinite;
  transition: all 0.3s;
}

.section-title--about {
  font-weight: bold;
  text-transform: none;
  text-align: left;
  padding-left: 50px;
}

.faq {
  margin-top: 100px;
}

.faq .panel-group {
  max-width: 1000px;
  margin: 50px auto 0 auto;
}

.faq .panel {
  box-shadow: none;
  border: none;
  margin-bottom: 30px;
}

.faq .panel-default>.panel-heading {
  border: none;
  padding: 0;
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.faq .panel-default>.panel-heading {
  background-color: transparent;
}

.faq .panel-heading a {
  width: 100%;
  display: block;
  padding: 15px 30px;
  color: black;
  background-color: white;
  border-radius: 50px;
  border: 2px solid #0d9d7f;
}

.faq .panel-heading a.collapsed {
  background-color: #0d9d7f;
  color: white;
}

.subscribe {
  margin-top: 100px;
}

.subscribe-content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 0 20px 0;
}

.subscribe-content::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc(-50vw + 50%);
    top: 0;
    background-color: #0d9d7f;
    z-index: -1;
}

.section-title--subscribe {
  text-transform: none;
  font-weight: bold;
}

.write-us-form {
  display: flex;
  flex-wrap: wrap;
}

.write-us-form input {
  border: none;
  font-size: 0.8em;
  border-radius: 50px;
  padding: 10px 25px;
  width: 300px;
}

.write-us-item {
  margin-left: 5px;
  margin-right: 5px;
}

.write-us-button {
  margin-bottom: 10px;
  margin-left: 5px;
  border: none;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 50px;
  background-color: #ffed00;
  padding: 10px 25px;
  transition: all 0.3s;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.social__img {
  fill: white;
}

.social__link {
  display: flex;
  border: 1px solid white;
  border-radius: 50%;
  padding: 8px;
}

.social__item:not(:last-child) {
  margin-right: 10px;
}

.subscribe .social {
  position: relative;
  padding-left: 50px;
}

.subscribe .social::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: white;
  position: absolute;
  transform: rotate(90deg);
  left: 0;
}

.social--footer .social__img {
  fill: #0d9d7f
}

.social--footer .social__link {
  border-color: #0d9d7f;
}

.social--footer {
  margin-left: auto;
}

footer h5 {
  font-size: 1em;
  font-weight: bold;
}

footer a {
  color: black;
}

.callback--footer {
  margin-right: 0;
  padding: 7.2px 15px;
  width: auto;
  display: block;
}

.copyright {
  text-align: center;
}

.callback:hover, .callback:focus, .write-us-button:hover, .write-us-button:focus {
  box-shadow: 0 0 3px 3px #ffed00;
  color: black;
}

.category-desc {
  margin-top: 50px;
}

.pagination-result {
  font-size: 14px;
}

.category-title {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb li a {
  color: black;
}

.breadcrumb>li+li:before {
  padding: 0;
}

.categories__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.categories__item a {
  display: flex;
  align-items: center;
  color: #0d9d7f;
  width: 190px;
  height: 100%;
  font-size: 0.8em;
  line-height: 1.1em;
  border: 1px solid #0d9d7f;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
}

.categories__item a:hover, .categories__item a:focus {
  color: white;
  background-color: #0d9d7f;
}

.product-list .btn-oc-wrap {
  width: 33%;
}

.product-list .button-group {
  display: flex;
  gap: 10px;
}

.product-list .product-thumb .button-group button {
  width: 33%;
}

.cart-star, .cart-cart {
  vertical-align: sub;
}

.to-fav-button:hover svg, .to-fav-button:focus svg {
  fill: #ffed00;
}

.to-cart-button:hover svg, .to-cart-button:focus svg {
  fill: white;
}

.product-thumb .button-group button svg, #product-product .button-group button svg {
  transition: all 0.3s;
}

#product-product .thumbnail {
  border: none;
}

#product-product .btn-group {
  width: 100%;
}

.btn-oc-wrap button.btn-oc, #product-product .button-group .btn-oc-wrap button.btn-oc{
    width: 100% !important;
    border: none;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #0d9d7f;
    color: white;
    border-radius: 50px;
    border: 2px solid #0d9d7f;
}
.btn-oc-wrap button.btn-oc:hover, #product-product .button-group .btn-oc-wrap button.btn-oc:hover {
    color: #0d9d7f;
    background-color: white;
    text-decoration: none;
    cursor: pointer;
}

.product-title {
    font-size: 1.2em;
    font-weight: bold;
}

#product-product .button-group button {
  width: 33%;
}

#product-product .btn-oc-wrap {
  width: 33%;
}

#product-product .button-group {
  display: flex;
  gap: 10px;
}

.product-old-price {
  color: grey;
  font-size: 0.9em;
  margin-left: 15px;
}

.product-char {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 3px solid #0d9d7f;
}

.product-char>li {
  margin-bottom: 0;
}

.product-char>li>a {
  color: black;
  font-size: 0.9em;
  font-weight: bold;
  transition: all 0.3s;
  border-radius: 50px 50px 0 0;
  padding: 2px 35px;
  margin: 0 10px;
  border: 1px solid #0d9d7f;
}

.product-char>li.active>a, .product-char>li.active>a:focus, .product-char>li.active>a:hover {
  background-color: #0d9d7f;
  color: white;
}

.product-char>li>a:hover, .product-char>li>a:focus {
  background-color: #0d9d7f;
  color: white;
  border-color: #0d9d7f;
}

.payments__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.payments__item {
    margin: 10px;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
}

.navbar-nav .dropdown-inner {
  padding-bottom: 20px;
}

.label-agree a {
  color: #0d9d7f;
}

.callback-form__item:not(:last-of-type) input {
  border: 1px solid #0d9d7f;
  font-size: 0.9em;
  border-radius: 50px;
  padding: 5px 15px;
  width: 250px;
}

.modal-title {
  text-align: center;
  font-weight: bold;
}

.callback-form__item:not(:last-of-type) label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.label-agree {
  display: inline;
  font-size: 12px;
}

.callback-form {
  max-width: 250px;
  margin: 0 auto;
}

.callback-form .write-us-button {
  display: block;
  margin: 20px auto 0 auto;
}

.scroll-to-top {
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: -1;
    opacity: 0;
}
html {
    scroll-behavior: smooth;
}
.bf-layout-id-32 .ui-state-default {
    border: 1px solid rgb(204, 204, 204);
}
.product-layout {
    margin-bottom: 25px;
}
.advise__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.advise__list::before {
    display: none;
}
.advise__item {
    width: auto;
}












@media (max-width: 767px) {
  .nav.navbar-nav {
    display: block;
  }
  .adv__item, .about-text, .ft-catalog-item_box {
    width: 100%;
  }
  .about-text {
    margin-top: 15px;
  }
  .subscribe-content {
    flex-wrap: wrap;
  }
  .write-us-form {
    justify-content: center;
  }
  .subscribe .social {
    padding-left: 0;
    margin-top: 20px;
  }
  .subscribe .social::before {
    display: none;
  }
  .about::before {
    clip-path: none;
  }
  .callback--header {
    margin: 10px auto 0 auto;
    font-size: 16px;
    line-height: 25.6px;
  }
  .top-bar .row {
    display: block;
  }
  .top-bar__links {
    margin: 15px 0;
  }
  .ft-catalog__more {
    display: none;
  }
  .ft-catalog-item_box {
    margin-bottom: 15px;
  }
  .breadcrumb {
    display: none;
  }
  .categories__item a {
    width: auto;
  }
  #product-product .button-group button {
    width: 50%;
  }

  #product-product .btn-oc-wrap {
    width: 100%;
  }
  #product-product .button-group {
    display: block;
  }
  .top-bar__contacts address {
      font-size: 12px;
  }
  .product-char > li > a {
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 0;
      margin: 0;
      font-size: 14px;
  }
}
