/* mixin */
/* base colors */
/* animate classes */
.delay-s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-sl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* general style */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #171717;
  background-color: #fff;
  font-family: "Gilroy", Arial, sans-serif;
}

button, *[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button:focus, input:focus, textarea:focus, .btn:focus, .navbar-toggler:focus,
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  color: #171717;
  text-decoration: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.con_numbers_input {
    position: relative;
}

.con_coun_number {
    position: relative;
    width: 100%;
}

.selected_coun_number {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.dropdown-menu {
    position: absolute;
    top: 150%;
    left: -25px;
    left: 0;
    background-color: white;
    width: 250px;
    z-index: 10;
    border: 1px solid #ddd;
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    height:350px;
}

.con_coun_number {
    gap: 10px;
    align-items: center;
    width: fit-content;
    z-index: 99;
    /*padding: 13px;*/
    /*background-color: #eee;*/
    border: none;
    width: 100%;
    position: relative;
    height: 100%;
    /*margin-bottom: 10px;*/
    font-weight: 400;
    border-radius: 8px;
    color: rgba(33, 33, 33, 1);
    /*font-size: 15px;*/
    display: flex;
}

.selected_coun_number {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    margin: 0;
}

.selected-flag {
    width: 14px;
    object-fit: contain;
}

.dropdown-item img {
    width:20px;
}
input{
    -webkit-appearance: none;
}
/*pages*/
.page-content ul li::marker{
    color: #337376;
    font-size: 20px;
    line-height: 0;
}
/*end*/
/*contact*/
.con_numbers_input{ 
  
    z-index: 10;
    position: relative;
    height: 48.2px;
    margin-bottom: 10px;
   
    /*font-size:15px;*/
    
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    padding: 12px 20px;
    margin-bottom: 15px;
    width: 100%;
}
.con_coun_number{
    display: flex;
    gap:10px;
    align-items: center;
}
.con_coun_number input{
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    border: none !important;
    outline: none !important;
    background: transparent  !important;
}
.selected_coun_number{
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    margin: 0;
}
.selected_coun_number img{
    width: 14px;
    object-fit: contain;
}
.image-none img{
    display:none;
}

.just , .just p{
    text-align: justify;
}

.static-content img {
    margin-bottom: 20px;
}

.f-thumbs__viewport  {
    margin-left: 0px!important;
}

.one-image img {
    width: 100%;
    object-fit:contain;
    border-radius: 8px;
}
.one-image .img-2 {
        display:none;
    }

.one-image {
    margin-top: 60px;
}

/* Footer-top */
.footer-top .line {
    height: 1px;
    width: 25px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-top: 1px;
    margin-right: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-top {
    padding-top: 50px;
}

.footer-top .container {
    border-bottom: 1px solid #ededed;
    padding-bottom: 16px;
}

.footer-top .row-section.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-top .row-section.links .column {
    width: 20%;
}

.footer-top .row-section.links h5 {
    font-size: 16px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.footer-top .row-section.links .footer-links a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    line-height: 30px;
}

.footer-top .row-section.links .footer-links .more-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-top .row-section.links .footer-links a:hover {
    color: #000;
}

.footer-top .row-section.links .footer-links a:hover span:first-child {
    background: #000;
}

.footer-top .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.footer-top .socials .social-link {
    margin: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-top .socials .social-link:first-child i {
    font-size: 22px;
}

.footer-top .socials .social-link:hover i {
    color: #000;
}

.footer-top .socials .social-link i {
    font-size: 25px;
    color: #b2b2b2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.footer-top .langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-top .lang {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-top .langs .lang::before {
    content: "";
    font-family: "honorIconFont" !important;
    line-height: 0;
    margin-right: 7px;
}

.footer-bottom {
    padding: 16px 0;
}

.footer-bottom .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.footer-bottom .footer-menu .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-bottom .footer-menu a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    display: block;
    margin-right: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.footer-bottom .footer-menu a:hover {
    color: #000;
}

.footer-bottom .copy h6 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin-bottom: 0;
}

.copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 992px) {
    .footer-top .row-section.links .column {
        width: 50%;
        margin-bottom: 26px;
    }

    .footer-bottom .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .footer-bottom .footer-menu {
        margin-bottom: 30px;
    }

    .footer-bottom .footer-menu .left {
        margin-bottom: 6px;
    }
}

@media (max-width: 576px) {
    .footer-top .row-section.links .column {
        width: 100%;
    }

    .footer-top .langs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    .footer-bottom .footer-menu .menu-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.blog-content ul li::marker,
.psico-full ul li::marker {
    color: #00d182;
}




.projects a:hover {
    text-decoration: none;
}
.projects.xeber-static {
    background: #fff;
}
.projects .owl-item {
filter: grayscale(100%);
}
.projects.xeber-static .owl-item {
filter: none;
}
.projects .owl-item.active.center {
  filter: inherit;
}


.projects {
    background: #f8f8f8;
    padding: 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;

}

.projects .item-txt {
    padding: 20px;
    text-align: left;
    background: #fff;
}

.projects.xeber-static .item-txt {
    background:#f2f3f5!important;
}

.projects .owl-carousel img {
    height: 415px;
    object-fit: cover;
    width: 100%;
}

.projects .owl-carousel .owl-item {
    overflow: hidden;
    transition: 0.3s;
    border: 2px solid #f5f6fa;
    border-radius: 12px;
    width: 100%;
}

.projects .item-txt small {
    font-size: 14px;
    line-height: 16px;
    color: #909090;
}
 .item-txt p {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;  /* ровно одна строка */
  overflow: hidden;
} 

.xeber-static.projects .item-txt p {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;  /* ровно одна строка */
  overflow: hidden;
} 
.xeber-static .owl-item img {
    height: 265px!important;
    object-fit:cover
}

.projects .item-txt p {
    font-size: 20px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.142857px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 10px;
}

.projects>a {
    margin: 40px auto;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.1px;
    padding-right: 25px;
    transition: .3s;
}

.projects>a::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    background-image: url("/img/project-svg.svg");
    width: 13px;
    height: 10px;
    transition: 0.3s transform;
}

.projects>a:hover {
    opacity: .6;
}

.projects>a:hover::before {
    transform: translateX(5px);
}

.projects .owl-carousel {
    position: relative;
}

.projects .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 29%!important;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}


.projects .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 29%!important;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.projects .owl-nav .owl-next:last-child svg {
    transform: rotate(180deg);
}

.projects .section-title h2 {
    line-height: 1.23;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    color: #000;
    text-transform: unset;
}

.section-title p {
    margin-top: 12px;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #909090;
    font-weight: 300;
}


/* PARTNERS SECTION*/
.section-title {
    text-align: center;
    margin: 0 auto;
}

/* end o fburger menu section*/
@media only screen and (max-width: 991px) {

    .projects .owl-nav .owl-next,
    .projects .owl-nav .owl-prev {
        background: #ff5a2d82 !important;
    }

    .projects .owl-nav .owl-next svg path,
    .projects .owl-nav .owl-prev svg path {
        fill: #fff;
    }

    body {
        padding-bottom: 60px;
    }

    .projects .owl-nav .owl-prev {
        left: 0;
    }

    .projects .owl-nav .owl-next {
        right: 0;
    }

    .projects .item-txt {
        text-align: center;
    }

   
}


.projects .owl-carousel {
  position: relative;
}
.projects .owl-nav .owl-prev { 
  position: absolute;
  top: 40%;
  left: 29%;
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  background-color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

}


.projects .owl-nav .owl-next { 
  position: absolute;
  top: 40%;
  right: 29%;
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  background-color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.projects .owl-nav .owl-next:last-child  svg{
    transform: rotate(180deg);
}
.projects .owl-nav button span {
  font-size: 45px;
}
@media only screen and (max-width: 991px) {
 
  .projects .owl-nav .owl-next, .projects .owl-nav .owl-prev {
      background:#dfc29e !important;
  }
  .projects .owl-nav .owl-next svg path, .projects .owl-nav .owl-prev svg path{
      fill:#fff;
  }
  
  .section-title p {
    font-size: 17px;
    padding: 0 10px;
}
.projects {
    padding-bottom: 30px;
}

  

.projects .owl-nav .owl-prev{
  left: 0!important;
}
.projects .owl-nav .owl-next{
  right:0!important;
}

}

/*new-slider*/
.custom-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.solgun {
    opacity: .6;
}

/* Слайды */
.custom-swiper .swiper-slide {
}

/* === Вертикальный прогресс-бар слева === */
.left-progress {
  --bar-width: 1.6px; 
  --bar-bg: rgba(255,255,255,.85);
  --bar-fill: #c2a73d;

  position: absolute;
  left: 45px;                 /* отступ от левого края */
  top: 0;
  bottom: 0;
  width: var(--bar-width);
  background: #c2a73d;
  overflow: hidden;
  z-index: 10;
  transform:rotate(-180deg);
}

.left-progress__fill {
  
  position: absolute;
  left: 0;
  bottom: 0;          /* ключевой момент – привязка к низу */
  top: auto;          /* чтобы не конфликтовало */
  height: 0%;         /* стартовое состояние – невидима */
  width: var(--bar-width);        /* твоя толщина */
  background: #00000061;
  transition: height .06s linear;
  
}

.swiper-slide {
    height:100vh;
    display:flex;
    flex-direction: column;
    justify-content:flex-end;
    padding-bottom: 40px;
    position:relative;
    z-index:9999;
}

.swiper-slide__content img {
    width:100%;
     height:100vh;
     position:absolute;
     top: 0;
     left: 0;
     object-fit:cover;
}

.swiper-slide .btns {
    display:flex;
    gap:10px
}

.swiper-slide .text{
    position:relative;
    z-index:4;
}


.swiper-slide__content {
     
padding: 0 30px 0 60px;
}

.swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000065;
}

.swiper-slide .slide-title{
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    color: #fff;
    padding-bottom: 90px;
}
 .btns{
    display: flex;
    gap:15px
 }
 
 .container-fluid.container-fluid-2 {
    
 }
 
 .btn-content {
       position: absolute;
    bottom: 30px;
    z-index: 2;
    padding-left: 60px;
 }

 .museum {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    right: 75px;
    background: #fedbb0d1;
    padding: 13px 20px;
    border-radius:10px;
}

 .museum div {
     display:flex;
     gap:20px;
     padding: 6px 0;
     align-items:center;
 }
 
  .museum div a {
      background:black;
      color:#fff;
      display: inline-block;
      padding: 10px 20px;
      border-radius:30px;
      transition:0.2s;
  }
  .museum div a:hover {
      opacity:0.6;
  }
  .museum div h3{
    font-size: 16px;
    width: 140px;
    margin-bottom: 0;
}
.font22 {
    font-size:22px!important;
}
.custom-swiper .more-btn {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: auto!important;
}

.custom-swiper .more-btn .more-btn-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  will-change: transform;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.custom-swiper .more-btn .more-btn-icon i {
  font-size: 8px;
}

.custom-swiper .more-btn .more-btn-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-slide .more-btn span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 25px;
  letter-spacing: 3px;
}



/* Кнопки */
.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
  color: #fff;
}



.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 0;
}

.ymaps-2-1-79-image {
    background-size: contain;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}

.custom-dropdown-menu-wrap {
  position: relative;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu {
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  -webkit-transform: scale(1, 0) translateX(-50%);
  transform: scale(1, 0) translateX(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, .16) 0px 28px 52px 0px;
          box-shadow: rgba(0, 0, 0, .16) 0px 28px 52px 0px;
  min-width: 260px;
  left: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu li a {
  display: block;
  padding-left: 25px;
  color: #454749;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.custom-dropdown-menu-wrap .custom-dropdown-menu li a:hover,
.custom-dropdown-menu-wrap .custom-dropdown-menu li.active a {
  background-color: #f5f5f5;
}

.title-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.title {
  margin: 0;
}

.desc {
  color: #6d7c90;
  font-size: 17px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.article-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 2.5%;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 60px 230px 60px 85px;
  transition: 500ms all ease;
}

header .navbar-brand {
  margin-right: 50px;
}

header .navbar-brand img {
  height: 58px;
  filter: brightness(0) invert(1);
}

header.inside-header .navbar-brand img   {
  filter: none;
}

header.main-header.sticky .navbar-brand img {
    filter:none;
}

header .lang-list li {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 8px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

header .lang-list li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

header .lang-list li:hover, header .lang-list li.active {
  background-color: rgba(0, 0, 0, 0.58);
}

header #myMenu .navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

header #myMenu .navbar-nav .nav-item {
  margin-left: 30px;
}

header #myMenu .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 48px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 0 10px;
  position: relative;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

header.sticky #myMenu .navbar-nav .nav-item .nav-link,
header.inside-header #myMenu .navbar-nav .nav-item .nav-link {
    color: #171717;
}

header #myMenu .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c2a73d;
  opacity: 0;
  -webkit-transform: scale(0.2) translateY(-50%);
  transform: scale(0.2) translateY(-50%);
  -webkit-transition: opacity .4s ease,transform .4s ease;
  -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: opacity .4s ease,transform .4s ease;
  transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
}

header #myMenu .navbar-nav .nav-item .nav-link i {
  position: relative;
  top: -1px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

/*header #myMenu .navbar-nav .nav-item:hover .nav-link,*/
/*header #myMenu .navbar-nav .nav-item.active .nav-link {*/
/*  color: #c2a73d;*/
/*}*/

header #myMenu .navbar-nav .nav-item:hover .nav-link::before,
header #myMenu .navbar-nav .nav-item.active .nav-link::before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

header #myMenu .navbar-nav .nav-item:hover .nav-link i {
  opacity: 0;
}

header #myMenu .navbar-nav .nav-item .wp-btn {
  display: block;
  padding: 14px 22px;
  background-color: white;
  font-size: 15px;
  border-radius: 25px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  white-space: nowrap;
  margin-left: 15px;
  font-weight:500;
}
a:hover {
    color:inherit;
}
header #myMenu .navbar-nav .nav-item .wp-btn i {
    font-size: 15px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

header #myMenu .navbar-nav .nav-item .wp-btn:hover {
  opacity:0.5;
}

header.sticky, header.inside-header {
    position: fixed;
    background-color: #fff;
    padding: 25px 60px;
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 25px rgba(0, 0, 0, .05);
}

header.sticky #myMenu .navbar-nav .nav-item .wp-btn, header.inside-header #myMenu .navbar-nav .nav-item .wp-btn {
    background-color: #dfc29e;
}

header.sticky #myMenu .navbar-nav .nav-item .wp-btn:hover, 
header.inside-header #myMenu .navbar-nav .nav-item .wp-btn:hover {
    opacity:0.8;
}

header .navbar-toggler .menu-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
   position: relative;
   z-index: 9999;
}

header .navbar-toggler .menu-wrapper .menu-wrap {
  width: 50px;
  height: 50px;
  -webkit-transition: visibility .6s ease,opacity .6s ease,transform .6s ease;
  -webkit-transition: visibility .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  transition: visibility .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  transition: visibility .6s ease,opacity .6s ease,transform .6s ease;
  transition: visibility .6s ease,opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

header .navbar-toggler .menu-wrapper .menu-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dfc29e;
  border-radius: 50%;
  -webkit-transition: background-color .4s ease,transform .4s ease;
  -webkit-transition: background-color .4s ease,-webkit-transform .4s ease;
  transition: background-color .4s ease,-webkit-transform .4s ease;
  transition: background-color .4s ease,transform .4s ease;
  transition: background-color .4s ease,transform .4s ease,-webkit-transform .4s ease;
}

header .navbar-toggler .menu-wrapper .menu-wrap .menu-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-in,-webkit-transform 0.4s ease-in;
  transition: opacity 0.4s ease-in,-webkit-transform 0.4s ease-in;
  transition: opacity 0.4s ease-in,transform 0.4s ease-in;
  transition: opacity 0.4s ease-in,transform 0.4s ease-in,-webkit-transform 0.4s ease-in;
  position: absolute;
}

header .navbar-toggler .menu-wrapper .menu-wrap .menu-open {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header .navbar-toggler .menu-wrapper .menu-wrap .menu-open .line {
  width: 15px;
  height: 1px;
  background-color: #121212;
}

header .navbar-toggler .menu-wrapper .menu-wrap .menu-close {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

header .navbar-toggler .menu-wrapper span {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 15px;
  text-transform: uppercase;
  -webkit-transition: visibility .4s ease,opacity .4s ease,transform .4s ease;
  -webkit-transition: visibility .4s ease,opacity .4s ease,-webkit-transform .4s ease;
  transition: visibility .4s ease,opacity .4s ease,-webkit-transform .4s ease;
  transition: visibility .4s ease,opacity .4s ease,transform .4s ease;
  transition: visibility .4s ease,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;
  visibility: visible;
  opacity: 1;
}

header .navbar-toggler .menu-wrapper.opened .menu-wrap::before {
    background-color: #171717;
}

header .navbar-toggler .menu-wrapper.opened .menu-wrap::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

header .navbar-toggler .menu-wrapper.opened .menu-wrap .menu-open {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

header .navbar-toggler .menu-wrapper.opened .menu-wrap .menu-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.sticky .navbar-toggler .menu-wrapper span,
header.inside-header .navbar-toggler .menu-wrapper span {
    color: #e64c20;
}

header .navbar-toggler .menu-wrapper.opened span {
    color: #171717;
}





/* main section */
#main {
  overflow: hidden;
  position:relative;
}

#main #wowslider-container1 {
  height: 100vh;
}

#main #wowslider-container1 img.img-1 {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.img-2 {
  position: relative;
  display: block;
}

.img-2::after {
  content: "";
  position: absolute;
  inset: 0; /* растянуть на всю картинку */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  /* ↑ от прозрачного к чёрному (можно заменить цвет) */
}

.img-22 {
  /* inset: 0; */ /* растянуть на всю картинку */
  /* background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); */
  background: url("/img/donor3.png") center / cover no-repeat;

  /* маска делает fade */
  -webkit-mask-image: linear-gradient(to right, transparent, black);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
 -webkit-mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0)   0%,   /* прозрачный */
    rgba(0,0,0,0.2) 20%,  /* 20% прозрачности */
    rgba(0,0,0,0.4) 40%,  /* 40% прозрачности */
    rgba(0,0,0,0.6) 60%,  /* 60% прозрачности */
    rgba(0,0,0,0.8) 80%,  /* 80% прозрачности */
    rgba(0,0,0,1)   100%  /* полностью чёрный */
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0)   0%,
    rgba(0,0,0,0.2) 20%,
    rgba(0,0,0,0.4) 40%,
    rgba(0,0,0,0.6) 60%,
    rgba(0,0,0,0.8) 80%,
    rgba(0,0,0,1)   100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  
  margin-left: 0px!important; 
  margin-top: 0!important;
  width: 50%!important;
    height: 100vh!important;
    right: 0px!important;
    position: absolute!important;
    z-index:2;
}



#main #wowslider-container1 img.img-2 {
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.8);
  position:absolute;
  left: 50%;
          filter: brightness(0.8);
}

#main #wowslider-container1 .lines {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 1;
  height: 100%;
}

/*#main #wowslider-container1 .lines .line {*/
/*  width: 60px;*/
/*  height: 100%;*/
/*  position: relative;*/
/*}*/

/*#main #wowslider-container1 .lines .line::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  background-color: rgba(255, 255, 255, 0.2);*/
/*  z-index: 1;*/
/*}*/

#main #wowslider-container1 .ws_images li .slide-title-wrap {
  z-index: 2;
  display: flex!important;
    flex-direction: column!important;
}

#main #wowslider-container1 .ws_images li .slide-title-wrap .slide-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: #fff;
}

#main #wowslider-container1 .ws_images li .slide-title-wrap .more-btn {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 40px;
  height: auto!important;
}

#main #wowslider-container1 .ws_images li .slide-title-wrap .more-btn .more-btn-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  will-change: transform;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

#main #wowslider-container1 .ws_images li .slide-title-wrap .more-btn .more-btn-icon i {
  font-size: 8px;
  margin-top: 2px;
}

#main #wowslider-container1 .ws_images li .slide-title-wrap .more-btn .more-btn-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#main #wowslider-container1 .ws_images li .slide-title-wrap .more-btn span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 25px;
  letter-spacing: 3px;
}

#main #wowslider-container1 .ws_images li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000065;
}

#main #wowslider-container1 .ws_effect div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/shadow_overlay.png") 0 0/100% 100%;
}

#main #wowslider-container1 .ws_cover {
  display: none !important;
}

#main #wowslider-container1 .ws_bullets {
  left: 0;
  height: 100%;
}

#main #wowslider-container1 .ws_bullets div {
  left: 0;
  height: 100%;
}

#main #wowslider-container1 .ws_bullets div a {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 60px;
  height: 100%;
  opacity: 0;
  padding-bottom: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#main #wowslider-container1 .ws_bullets div a.ws_selbull {
  opacity: 1;
}

#main #wowslider-container1 .ws_bullets div a span {
  display: block;
  font-size: 13px;
  color: #fff;
}

#main #wowslider-container1 .ws_bullets div .ws_bulframe {
  display: none !important;
}

#main #wowslider-container1 .ws_bullets .bullet-progress {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 1px;
  height: 0;
  background-color: #c2a73d;
  -webkit-animation: progress 6s infinite ease-in-out;
          animation: progress 6s infinite ease-in-out;
}

@-webkit-keyframes progress {
  100% {
    height: 100%;
  }
  0% {
    height: 0;
  }
}

@keyframes progress {
  100% {
    height: 100%;
  }
  0% {
    height: 0;
  }
}

/* best products */
#best-products {
  padding: 60px 0;
  background-color: #f2f3f5;
}

.eks-static,  .sergi-static, .xeber-static {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

 .cat-content .eks-static .product-box , .cat-content .sergi-static .product-box, .xeber-static .owl-item img{
    width: 100%!important;
}

#best-products.sergi {
    background: #fff;
}




#best-products .exo-btns {
    display:flex;
    align-items:center;
    gap: 10px
}

#best-products .exo-btns  a {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    transition: .2s;
}

#best-products .exo-btns  a:hover {
    opacity: .6;
     border-bottom: 1px solid #000000b0;
    
}



#best-products .custom-nav button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

#best-products .custom-nav button svg {
  stroke: #171717;
}

#best-products .custom-nav button:hover {
  background-color: #fff;
}

#best-products.sergi .custom-nav button:hover{
    background-color: #f2f3f5
}

.cat-content .product-box {
    margin: 4px;
    width: calc(25% - 8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.product-box a {
  display: block;
  color: #171717;
  position:relative;
  z-index:99;
}

.product-box a .img-wrap {
  height: 355px;
  position: relative;
}

.product-box a .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.product-box a .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-box .box-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 25px 0 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 1;
  cursor: pointer;
  bottom: -100px;
}

.product-box .box-top .product-cat {
  color: #fff;
  display: block;
}

.product-box .box-top .heart {
  position: relative;
  width: 25px;
  height: 25px;
}

.product-box .box-top .heart svg {
  width: 100%;
  height: 100%;
}

.product-box .box-top .heart svg path {
  fill: #ddd;
  -webkit-transition: 0.62s fill ease-in-out;
  transition: 0.62s fill ease-in-out;
}

.product-box .box-top .heart .heart-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transition: 0.31s opacity ease-out, 0.31s -webkit-transform ease-in-out;
  transition: 0.31s opacity ease-out, 0.31s -webkit-transform ease-in-out;
  transition: 0.31s transform ease-in-out, 0.31s opacity ease-out;
  transition: 0.31s transform ease-in-out, 0.31s opacity ease-out, 0.31s -webkit-transform ease-in-out;
  opacity: 0;
}

.product-box .box-top .heart .heart-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #dfc29e;
}

.product-box .box-top .heart .heart-dot:nth-of-type(1) {
  -webkit-transition-delay: 0.0344444444s, 0.1894444444s;
          transition-delay: 0.0344444444s, 0.1894444444s;
  -webkit-transform: rotate(70deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(70deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(2) {
  -webkit-transition-delay: 0.0688888889s, 0.2238888889s;
          transition-delay: 0.0688888889s, 0.2238888889s;
  -webkit-transform: rotate(110deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(110deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(3) {
  -webkit-transition-delay: 0.1033333333s, 0.2583333333s;
          transition-delay: 0.1033333333s, 0.2583333333s;
  -webkit-transform: rotate(150deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(150deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(4) {
  -webkit-transition-delay: 0.1377777778s, 0.2927777778s;
          transition-delay: 0.1377777778s, 0.2927777778s;
  -webkit-transform: rotate(190deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(190deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(5) {
  -webkit-transition-delay: 0.1722222222s, 0.3272222222s;
          transition-delay: 0.1722222222s, 0.3272222222s;
  -webkit-transform: rotate(230deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(230deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(6) {
  -webkit-transition-delay: 0.2066666667s, 0.3616666667s;
          transition-delay: 0.2066666667s, 0.3616666667s;
  -webkit-transform: rotate(270deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(270deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(7) {
  -webkit-transition-delay: 0.2411111111s, 0.3961111111s;
          transition-delay: 0.2411111111s, 0.3961111111s;
  -webkit-transform: rotate(310deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(310deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(8) {
  -webkit-transition-delay: 0.2755555556s, 0.4305555556s;
          transition-delay: 0.2755555556s, 0.4305555556s;
  -webkit-transform: rotate(350deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(350deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart .heart-dot:nth-of-type(9) {
  -webkit-transition-delay: 0.31s, 0.465s;
          transition-delay: 0.31s, 0.465s;
  -webkit-transform: rotate(390deg) translate(-250%, 0%) scale(0.5);
          transform: rotate(390deg) translate(-250%, 0%) scale(0.5);
}

.product-box .box-top .heart.fav svg path {
  fill: #dfc29e;
  -webkit-transition: 0.31s fill ease-in-out;
  transition: 0.31s fill ease-in-out;
}

.product-box .box-top .heart.fav .heart-dot {
  -webkit-transition: 0.1s opacity ease-in-out, 0.31s -webkit-transform ease-in-out;
  transition: 0.1s opacity ease-in-out, 0.31s -webkit-transform ease-in-out;
  transition: 0.31s transform ease-in-out, 0.1s opacity ease-in-out;
  transition: 0.31s transform ease-in-out, 0.1s opacity ease-in-out, 0.31s -webkit-transform ease-in-out;
  opacity: 1;
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(1) {
  -webkit-transform: rotate(70deg) translate(0%, 0%) scale(1.5);
          transform: rotate(70deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(2) {
  -webkit-transform: rotate(110deg) translate(0%, 0%) scale(1.5);
          transform: rotate(110deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(3) {
  -webkit-transform: rotate(150deg) translate(0%, 0%) scale(1.5);
          transform: rotate(150deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(4) {
  -webkit-transform: rotate(190deg) translate(0%, 0%) scale(1.5);
          transform: rotate(190deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(5) {
  -webkit-transform: rotate(230deg) translate(0%, 0%) scale(1.5);
          transform: rotate(230deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(6) {
  -webkit-transform: rotate(270deg) translate(0%, 0%) scale(1.5);
          transform: rotate(270deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(7) {
  -webkit-transform: rotate(310deg) translate(0%, 0%) scale(1.5);
          transform: rotate(310deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(8) {
  -webkit-transform: rotate(350deg) translate(0%, 0%) scale(1.5);
          transform: rotate(350deg) translate(0%, 0%) scale(1.5);
}

.product-box .box-top .heart.fav .heart-dot:nth-of-type(9) {
  -webkit-transform: rotate(390deg) translate(0%, 0%) scale(1.5);
          transform: rotate(390deg) translate(0%, 0%) scale(1.5);
}

.product-box a .title-wrapper {
  background-color: #fff;
  padding: 25px;
  /*min-height: 220px;*/
  
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.best-products-carousel-2 .product-box a .title-wrapper,  .cat-content  .sergi-static .product-box a .title-wrapper{
    background:#f2f3f5!important;
    height:inherit;
    min-height: 110px;
}

.product-box a .title-wrapper .title-wrap h5 {
  font-size: 24px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 58px;
}

.product-box a .title-wrapper .title-wrap .product-code {
  display: block;
  font-size: 15px;
  color: #b3bdc7;
  margin-top: 4px;
}

.product-box a .title-wrapper .box-bottom {
  /*display: -ms-flexbox;*/
  /*display: -webkit-box;*/
  /*display: flex;*/
  /*-ms-flex-align: center;*/
  /*-webkit-box-align: center;*/
  /*        align-items: center;*/
  /*-ms-flex-pack: justify;*/
  /*-webkit-box-pack: justify;*/
  /*        justify-content: space-between;*/
  margin: 18px 0 10px;
}

.stock {
  font-size: 15px;
  margin: 0;
}

.stock i {
  margin-right: 4px;
}

.has-stock {
    color: #27ae60;
}

.no-stock {
    color: red;
}

.product-box a .title-wrapper .box-bottom .more-btn {
  background-color: #f2f3f5;
  padding: 15px 28px;
  border-radius: 32px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-weight: 500;
  
  width: max-content;
  margin-left: auto;
}

.product-box:hover .img-wrap::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.product-box:hover .title-wrapper .box-bottom .more-btn {
  background-color: #dfc29e;
}

/* categories */
#categories {
  padding: 100px 0;
  background-color: #171717;
  overflow: hidden;
}

#categories .carousels-wrapper {
  position: relative;
  left: 50%;
  -webkit-transform: rotate(-3deg) translateX(-50%);
          transform: rotate(-3deg) translateX(-50%);
}

#categories .carousels-wrapper .cat-carousel {
  margin-bottom: 32px;
}

#categories .carousels-wrapper .cat-carousel.cat-carousel1 {
  width: calc(100% + 80px);
}

#categories .carousels-wrapper .cat-carousel.cat-carousel2 {
  margin-left: -80px;
  width: calc(100% + 80px);
}

.cat-box-wrap {
    margin: 15px 0;
}

.cat-box {
  height: 250px;
  border: 1px solid transparent;
  border-radius: 16px;
  overflow: hidden;
}

.cat-box a {
  display: block;
  position: relative;
  color: #fff;
  height: 100%;
}

.cat-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat-box a h6 {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  text-align: center;
  z-index: 2;
}

.cat-box a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.cat-box a:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.cat-box.dif-cat-box {
  background-color: transparent;
  border: 2px solid #c2a73d;
}

.cat-box.dif-cat-box a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.cat-box.dif-cat-box a h6 {
  position: static;
  color: #c2a73d;
  font-size: 20px;
}

/* stores */
#stores {
  padding: 60px 0;
  background-color: #f2f3f5;
  position: relative;
}

#stores .stores-row h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 0;
}

/*#stores .stores-row p {*/
/*  font-size: 20px;*/
/*  font-weight: 500;*/
/*  line-height: 32px;*/
/*}*/

#stores .stores-row h2 span {
  color: #dfc29e;
}

/*#stores .stores-row .stores-wrap {*/
/*  position: absolute;*/
/*  top: 60px;*/
/*  right: 100px;*/
/*}*/

/*#stores .stores-row .stores-wrap .store-box-wrap {*/
/*    width: 47%;*/
/*}*/

#stores .stores-row .store-box-wrap .store-box {
  border-radius: 90px;
  height: 340px;
  overflow: hidden;
  position: relative;
}

#stores .stores-row .store-box-wrap .store-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#stores .stores-row .store-box-wrap .store-box .store-text {
  position: absolute;
  top: 60%;
  left: 16px;
  right: 16px;
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 14px;
  background-color: #fff;
}

#stores .stores-row .store-box-wrap .store-box .store-text::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

/* news */
#news {
  padding: 60px 115px;
  background-color: #171717;
}

#news .section-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 54px;
}

#news .section-bottom .all-news {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}

#news .section-bottom .all-news::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

#news .section-bottom .all-news:hover::after {
  width: 0;
  left: auto;
  right: 0;
}

#news .section-bottom .carousel-controls {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#news .section-bottom .carousel-controls .swiper-pagination {
    position: static;
    width: max-content;
    color: #fff;
}

#news .section-bottom .carousel-controls .swiper-pagination-current,
#news .section-bottom .carousel-controls .swiper-pagination-total {
  font-size: 18px;
  position: relative;
}

#news .section-bottom .carousel-controls .swiper-pagination-current {
    padding-right: 52px;
    color: #fff;
}

#news .section-bottom .carousel-controls .swiper-pagination-total {
    color: #bcbcbc;
    font-weight: bold;
}

#news .section-bottom .carousel-controls .swiper-pagination-current.zero::before,
#news .section-bottom .carousel-controls .swiper-pagination-total::before {
  content: '0';
  font-size: 18px;
  color: inherit;
  position: absolute;
  left: -14px;
}

#news .section-bottom .carousel-controls .swiper-pagination-current::after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #bcbcbc;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#news .section-bottom .custom-nav {
  margin-left: 34px;
  display: flex;
  align-items: center;
}

#news .section-bottom .custom-nav div {
  width: 72px;
  height: 72px;
  margin: 0 11px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  position: static;
}

#news .section-bottom .custom-nav div::after {
    content: none;
}

#news .section-bottom .custom-nav div svg {
  stroke: #171717;
  width: 44px;
  height: 44px;
}

#news .section-bottom .custom-nav .swiper-button-disabled {
  border-color: rgba(23, 23, 23, 0.5);
  pointer-events: none;
  opacity: 1;
}

#news .section-bottom .custom-nav .swiper-button-disabled svg {
  stroke: rgba(23, 23, 23, 0.5);
}

#news .section-bottom .custom-nav .swiper-button-next {
  margin-right: 0;
}

#news .section-bottom .custom-nav div:hover {
  background-color: #171717;
}

#news .section-bottom .custom-nav div:hover svg {
  stroke: #fff;
}

#news .title {
  margin-bottom: 50px;
  color: #fff;
}

.news-box {
    height: 480px;
    overflow: hidden;
}

.cat-content .news-box-wrap {
    margin: 15px 0;
}

.news-box a {
  display: block;
  height: 100%;
  color: #fff;
  position: relative;
}

.news-box a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(#1e1e1e));
  background-image: linear-gradient(180deg, rgba(30, 30, 30, 0), #1e1e1e);
  z-index: 1;
}

.news-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  will-change: transform;
}

.news-box a .date {
  display: block;
  position: absolute;
  top: 64px;
  left: 80px;
  z-index: 2;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .5;
  text-transform: uppercase;
}

.news-box a h6 {
  position: absolute;
  bottom: 64px;
  left: 80px;
  right: 43px;
  max-width: 65%;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-box:hover a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* call-to-action */
#call-to-action {
  padding: 144px 0;
  background-color: #dfc29e;
}

#call-to-action h3 {
  font-size: 38px;
  color: #fff;
  padding-right: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

#call-to-action .buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#call-to-action .buttons .action-btn {
  display: block;
  padding: 32px;
  width: 100%;
  max-width: 47%;
  border-radius: 10px;
  -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease, -webkit-box-shadow 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
}

#call-to-action .buttons .action-btn span {
  display: block;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
}

#call-to-action .buttons .action-btn .arrow {
  margin-top: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Icons Startup X Template', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

#call-to-action .buttons .action-btn:hover {
  -webkit-box-shadow: 0 10px 22px 0 rgba(41, 44, 50, 0.1);
          box-shadow: 0 10px 22px 0 rgba(41, 44, 50, 0.1);
  -webkit-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

#call-to-action .buttons .action-btn:first-child {
  background-color: #fff;
  color: #171717;
  margin-top: 40px;
  margin-right: 15px;
}

#call-to-action .buttons .action-btn:first-child:hover {
  background-color: #fbf9f8;
  color: #dfc29e;
}

#call-to-action .buttons .action-btn:last-child {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  margin-left: 15px;
}

#call-to-action .buttons .action-btn:last-child:hover {
  background-color: #fbf9f8;
  color: #dfc29e;
}

/* footer */
footer .section-top {
  background-color: #171717;
  padding: 40px 0;
}

footer .section-top h4 {
  font-size: 33px;
  margin-bottom: 20px;
  color: #c2a73d;
}

footer .section-top h4 span {
  color: #7e7963;
}

footer .section-top ul li {
  font-size: 16px;
  font-weight: 600;
}

footer .section-top ul li a {
  color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

footer .section-top ul li:hover a,
footer .section-top ul li.active a {
  color: #c2a73d;
}

footer .section-top ul.footer-list li {
  float: left;
  margin-left: 15px;
}

footer .section-top ul.footer-list li a {
  display: block;
  position: relative;
}

footer .section-top ul.footer-list li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #c2a73d;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

footer .section-top ul.footer-list li:hover a::after,
footer .section-top ul.footer-list li.active a::after {
  width: 100%;
}

footer .section-bottom {
  padding: 20px 0;
  font-weight: 500;
}

footer .section-bottom .copyright-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer .section-bottom .copyright-wrap .social-media {
  position: relative;
}

footer .section-bottom .copyright-wrap .social-media li {
  float: left;
  font-size: 20px;
  margin-right: 16px;
}

footer .section-bottom .copyright-wrap .social-media li:nth-child(1) {
    font-size: 17px;
}

footer .section-bottom .copyright-wrap .social-media li a {
  display: -ms-grid;
  display: grid;
  color: #b2b2b2;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

footer .section-bottom .copyright-wrap .social-media li:hover:nth-child(1) a {
  color: #3b5998;
}

footer .section-bottom .copyright-wrap .social-media li:hover:nth-child(2) a {
  color: #c82070;
}

footer .section-bottom .copyright-wrap .social-media::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #b2b2b2;
}

footer .section-bottom .copyright-wrap span {
  display: block;
  margin-left: 18px;
  color: #b2b2b2;
}

footer .section-bottom p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  color: #b2b2b2;
}


/* modal */
.modal {
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal:not(#productModal) .modal-dialog {
    width: 500px;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 20px;
    position: relative;
}

.modal:not(#productModal) .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    border: none;
    border-bottom: 2px solid #f5f5f5;
}

#productModal .modal-dialog {
    max-width: 700px;
}

#productModal .modal-header {
    padding: 0;
    border: none;
}

.modal-title {
    font-weight: 500;
}

.modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 26px;
    top: 26px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal:not(#productModal) .modal-body {
    padding: 0 40px 40px;
}

.modal-open {
    overflow: hidden !important;
}


/* pagination */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.pagination .nav-icon, .pagination a:link, 
.pagination a:visited, .pagination a:active,
.pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 13px;
    margin: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    min-width: 35px;
    min-height: 30px;
}

.pagination .nav-icon {
    padding: 0;
}

.pagination .nav-icon span,
.pagination .nav-icon a {
    margin: 0;
    min-width: 100%;
    min-height: 100%;
}

.pagination span {
    background-color: #cbcbcb;
}

.pagination i {
    font-size: 13px;
}

.pagination a:link, .pagination a:visited, .pagination a:active {
    background-color: #e4c858;
    -webkit-transition: 500ms background ease;
	-moz-transition: 500ms background ease;
	-o-transition: 500ms background ease;
    transition: 500ms background ease;
}

.pagination a:hover {
    background-color: #c2a73d;
}


/* form */ 
.custom-form .effect {
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #f5f5f5;
    border-radius: 4px;
    padding: 12px 20px;
    margin-bottom: 15px;
    width: 100%;
}

.custom-form .effect:focus {
    /*-webkit-animation: kiss-in 0.45s ease-out;*/
    /*-moz-animation: kiss-in 0.45s ease-out;*/
    /*animation: kiss-in 0.45s ease-out;*/
    border-color: #c2a73d;
}

@-webkit-keyframes kiss-in {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    
    66% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kiss-in {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    
    66% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.custom-form .submit-btn {
    font-weight: 500;
    color: #000;
    text-align: right;
    border-radius: 4px;
    border: 2px solid #dfc29e;
    background-color: #dfc29e;
    min-width: 130px;
    padding: 12px 85px;
    background-image: url('../img/send-iconn.png');
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 20px center;
    float: right;
    transition: 500ms all ease-in-out;
}

.custom-form .submit-btn:hover {
    opacity: .6;
}


/* breadcrumb */
.breadcrumb-2 {
      display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.breadcrumb-2-visible li .hidden-breadcrumb-2 {
}

.breadcrumb-2-visible li .hidden-breadcrumb-2.active {
     display:flex;
}

.breadcrumb-2-visible li.active .hidden-breadcrumb-2 {
    display:flex;
}

.breadcrumb-2 ul {
  display: flex;
  gap: 80px; /* расстояние между пунктами */
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-2 li {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position:relative;
}

.hidden-breadcrumb-2 {
}

.hidden-breadcrumb-2 {
    gap: 30px
}

.breadcrumb-2 .hidden-breadcrumb-2 li  {
    font-size: 16px!important;
}

.breadcrumb-2 li a {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.breadcrumb-2 li.active>a {
  border-bottom: 2px solid #000;
}

.breadcrumb-2 .arrow {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
  user-select: none;
}

.breadcrumb-2 .arrow.up {
  transform: rotate(180deg) translateY(1px); /* ^ */
}
.breadcrumb {
    padding: 18px 0;
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    font-weight: 500;
}

.breadcrumb-list li i {
    padding: 0 15px;
    font-size: 12px;
}

.breadcrumb-list a {
    color: #a3a2a2;
}


/* inside pages */
.inside-pages .title-wrap-page {
    background-color: #f2f3f5;
    padding: 44px 0;
    text-align: center;
    margin-top: 100px;
    color: #b49312;
}
.inside-pages.contact .title-wrap-page  {
    padding-top: 60px;
}

.inside-pages .static-content {
    font-size: 16px;
}

.inside-pages .static-content img {
    border-top: 5px solid #dfc29e;
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 20px;
}

.inside-pages .static-content .is-draggable img {
    border-radius: 0;
    border-top: none;
}

.inside-pages .static-content .f-thumbs__slide button img {
    height: 72px;
}

.f-thumbs__slide {
    border: none!important;
}
.f-thumbs__slide button:after {
    box-shadow:none!important;
}

.f-thumbs__slide.is-selected button:after {
    box-shadow: var(--f-thumb-shadow) !important;
    border: 2px solid #d78d32 !important;
    border-radius: 0;
}

.inside-pages .static-content ul li {
    padding-left: 20px;
    margin: 10px 0;
}

.inside-pages .static-content ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../img/list.png') no-repeat;
    background-size: 16px;
    display: inline-block;
    margin: 0 7px -2px 0;
}

.inside-pages .contact-content #map {
    height: 350px;
}

.inside-pages .content-all {
    padding: 42px 0 60px;
}

.inside-pages .content-all .contact-box {
    padding: 50px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .03);
    border-radius: 40px;
}

.inside-pages .content-all .contact-list {
    border-bottom: 1px solid #cccccc80;
    padding-bottom: 8px;
}

.inside-pages .content-all .contact-list li {
    margin: 15px 0;
}

.inside-pages .content-all .contact-list li a,
.inside-pages .content-all .contact-list li address {
    color: #79776f;
    font-size: 16px;
    margin: 0;
}

.inside-pages .content-all .contact-list li a img,
.inside-pages .content-all .contact-list li address img {
    margin-right: 20px;
    width: 20px;
}

.inside-pages .content-all .contact-form h5 {
    margin-top: 50px;
}

.inside-pages .content-all .social-media-list {
    min-height: 40px;
}

.inside-pages .content-all .social-media-list li {
    width: calc(50% - 12px);
    height: 40px;
    border-radius: 12px;
    float: left;
    margin: 0 6px;
    transition: 500ms all ease;
}

.inside-pages .content-all .social-media-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    transition: 500ms all ease;
}

.inside-pages .content-all .social-media-list li i {
    font-size: 14px;
    margin-right: 5px;
}

.inside-pages .content-all .social-media-list li:nth-child(1) {
    border: 1px solid #3b5998;
    background-color: #3b5998;
}

.inside-pages .content-all .social-media-list li:nth-child(2) {
    border: 1px solid #f09433;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.inside-pages .content-all .social-media-list li:hover {
    background: none;
    background-color: #fff;
}

.inside-pages .content-all .social-media-list li:nth-child(1):hover a {
    color: #3b5998;
}

.inside-pages .content-all .social-media-list li:nth-child(2):hover {
    border-color: #c82070;
}

.inside-pages .content-all .social-media-list li:nth-child(2):hover a {
    color: #c82070;
}

.bullets, #productModal .carousel-indicators {
    flex-wrap: wrap;
}

.full-content .bullets img,
#productModal .carousel-indicators button {
    border: 2px solid transparent;
    border-radius: 5px;
    width: 50px;
    height: 50px !important;
    display: inline-block;
    border-radius: 5px;
    margin: 4px;
    cursor: pointer;
    flex: none;
}

.full-content .bullets .active,
#productModal .carousel-indicators button.active {
    border-color: #eb7353;
}

.full-content .bullets img {
    object-fit: cover;
}

.full-content .zoom-box .viewer-box {
    display: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #bdbdbd;
}

.inside-pages .full-content .big-image {
    height: 300px;
    width: 100%;
    /*object-fit: contain;*/
}

.full-content .zoom-box {
    position: relative;
    margin-bottom: 15px;
    border-top: 5px solid #e85e3a;
}

.full-content .zoom-box img {
    border: none;
}

.full-content .zoom-box .zoom-selector {
    position: absolute;
    display: none;
    cursor: pointer;
}

.full-content .zoom-box .viewer-box > img {
    position: absolute;
    object-fit: contain;
}

.full-content .product-name {
    margin-bottom: 10px;
} 

.full-content .product-code span {
    color: #b3bdc7;
}

.full-product-content {
    overflow-x: hidden;
}

.carousel-products {
    /*padding: 0 50px 50px;*/
    padding: 0 50px;
}

.carousel-products .carousel-item {
    text-align: center;
    float: none !important;
    display: none;
    /*height: 500px;*/
    height: 300px;
    object-fit: contain;
}

.carousel-products .carousel-item.active {
    display: block;
}

#productModal .carousel-indicators {
    bottom: -15px;
    position: static;
}

#productModal .carousel-indicators button {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-y: 50%;
    opacity: 1;
}

.carousel-products svg {
    width: 16px;
    height: 26px;
    fill: rgba(51,51,51,.2);
    transition: fill .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.carousel-products .carousel-control-next, 
.carousel-products .carousel-control-prev {
    width: 5%;
    top: 45%;
    transform: translateY(-50%);
    height: max-content;
}

.full-content .product-info-wrap {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 25px;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    margin-top: 20px;
}

.full-content .product-info-wrap p {
    font-size: 12px;
    margin-bottom: 9px;
    color: #333;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.full-content .product-info-wrap a {
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
}

.full-content .product-info-wrap a i {
    margin-right: 10px;
    color: #DABD4C;
    position: relative;
}

.full-content .product-features h4 {
    color: #e85e3a
}

.full-content table tbody tr td {
  border: 1px solid #ddddddc4 !important;
  padding: 10px !important;
  background: #f2f2f29c !important;
  line-height: 1.3;
}

.full-content table tbody tr td:first-child {
  background-color: #c2a83e !important;
  color: #fff;
}

.full-content table tbody tr:not(:first-child) td:not(:first-child):hover {
  background-color: #eaeaea !important;
}




@media only screen and (max-width: 1700px) {
  header {
    /*padding: 60px 208px 60px 85px;*/
    padding: 60px 170px 60px 60px;
  }
  header .navbar-brand {
    margin-right: 40px;
  }
  header .lang-list li {
    margin: 0 4px;
  }
  header #myMenu .navbar-nav .nav-item {
    margin-left: 24px;
  }
}


@media only screen and (max-width: 1600px) {
  /*header {*/
  /*  padding: 60px 180px 60px 60px;*/
  /*}*/
  header .navbar-brand {
    margin-right: 30px;
  }
  header #myMenu .navbar-nav .nav-item {
    margin-left: 20px;
  }
  header #myMenu .navbar-nav .nav-item .nav-link,
  header #myMenu .navbar-nav .nav-item.custom-dropdown-menu-wrap .custom-dropdown-menu li a {
    font-size: 15px;
  }
  header.en-header #myMenu .navbar-nav .nav-item .nav-link,
  header.en-header #myMenu .navbar-nav .nav-item.custom-dropdown-menu-wrap .custom-dropdown-menu li a {
    font-size: 14px;
  }
  
  /*#stores .stores-row .stores-wrap {*/
  /*  right: 70px;*/
  /*}*/
  #news {
    padding: 60px 85px;
  }
}


@media only screen and (max-width: 1530px) {
  header {
    padding: 60px;
  }
  
  header #myMenu .navbar-nav .nav-item .nav-link {
      padding: 0 0 0 10px;
  }
  /*#stores .stores-row .stores-wrap .store-box-wrap .store-box .store-text {*/
  /*  padding: 8px 10px;*/
  /*}*/
}


@media only screen and (min-width: 1200px) {
    .custom-dropdown-menu-wrap:hover .custom-dropdown-menu {
      -webkit-transform: scale(1, 1) translateX(-50%);
      transform: scale(1, 1) translateX(-50%);
    }
    
    header #myMenu .navbar-nav .nav-item:hover .nav-link, 
    header #myMenu .navbar-nav .nav-item.active .nav-link {
       color: #c2a73d;
    }
    
    header.sticky .lang-list li,
    header.inside-header .lang-list li {
        background-color: rgba(0, 0, 0, 0.01);
    }
    
    header.sticky .lang-list li a,
    header.inside-header .lang-list li a {
        color: #919191;
    }
    
    header.sticky .lang-list li:hover, 
    header.sticky .lang-list li.active,
    header.inside-header .lang-list li:hover, 
    header.inside-header .lang-list li.active {
        background-color: rgba(0, 0, 0, 0.07);
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1390px) {
    header {
        padding: 60px 30px 60px 60px;
    }
    
    header.sticky, header.inside-header {
        padding: 25px 30px;
    }

    header .navbar-brand img {
        width: 150px;
        height: auto;
    }
    
    header .lang-list li {
        width: 44px;
        height: 44px;
    }
    
    header #myMenu .navbar-nav .nav-item {
        margin-left: 10px;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link,
    header #myMenu .navbar-nav .nav-item.custom-dropdown-menu-wrap .custom-dropdown-menu li a {
        font-size: 14px;
    }
    
    .inside-pages .title-wrap-page {
        margin-top: 98px;
    }
}


@media only screen and (max-width: 1400px) {
    .cat-content .product-box {
        width: calc(33.33% - 8px);
    }
    
    
}


@media only screen and (max-width: 1390px) {
    #news .news-carousel .news-box {
        height: 400px;
    }
    
    .news-box a .date,
    .news-box a h6 {
        left: 60px;
    }
    
    #news {
        padding: 60px 70px;
    }
}


@media only screen and (max-width: 1199px) {
    header #myMenu .navbar-nav .nav-item .wp-btn {
        background-color: white!important;
    }
    header.sticky, header.inside-header {
        padding: 24px 30px;
    }
    
    header #myMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9999;
        overflow-y: hidden;
    }
    
    header #myMenu .navbar-nav {
        width: 60%;
        height: 100%;
        background-color: #dfc29e;
        position: absolute;
        top: 0;
        right: -100%;
        overflow-y: scroll;
        padding-top:70px;
    }
    
    header #myMenu .navbar-nav .nav-item:first-child {
        border-top: 1px solid #1717171a;
    }
    
    header #myMenu .navbar-nav .nav-item {
        margin-left: 0;
        width: 100%;
    }
    
    header #myMenu .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid #1717171a;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link {
        padding: 10px 80px;
        font-size: 18px;
    }
    
    header #myMenu .navbar-nav .nav-item.custom-dropdown-menu-wrap .custom-dropdown-menu li a {
        font-size: 18px;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link::before {
         left: 60px;
    }
    
    header #myMenu .navbar-nav .nav-item .wp-btn {
        margin: 30px 0 30px 80px;
        width: max-content;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link::before {
        background-color: #e64c20;
    }
    
    .custom-dropdown-menu-wrap .custom-dropdown-menu {
        -webkit-transform: scale(1, 1) translateX(-50%);
        transform: scale(1, 1) translateX(-50%);
        display: none;
        position: relative;
        top: 0;
        width: calc(100% - 80px);
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 30px;
    }
    
    .custom-dropdown-menu-wrap.show .custom-dropdown-menu {
        display: block;
    }
    
    #main #wowslider-container1 .ws_images li .slide-title-wrap {
        width: 60%;
    }
    
    
    .stock, .product-box a .title-wrapper .box-bottom .more-btn {
        font-size: 14px;
    }
    
    #stores .stores-row h2 {
        font-size: 46px;
    }
    
    #news {
        padding: 60px;
    }
    
    .news-box a .date, .news-box a h6 {
        left: 44px;
    }
    
    .news-box a h6 {
        right: 20px;
        max-width: 74%;
    }
    
    #call-to-action h3 {
        font-size: 34px;
    }
    
    #call-to-action .buttons .action-btn span {
        font-size: 20px;
    }
}


@media only screen and (min-width: 990.99px) {
    #categories {
        padding: 100px 0 150px;
    }
    
    #news .news-carousel .swiper-slide {
        width: 25% !important;
    }
    
    #news .news-carousel .swiper-slide:nth-child(6n), 
    #news .news-carousel .swiper-slide:nth-child(6n+1) {
        width: 50% !important;
    }
}


@media only screen and (max-width: 990.99px) {
    #stores .stores-row h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    
    #news {
        padding: 60px 50px;
    }
    
    #call-to-action h3 {
        text-align: center;
        margin-bottom: 30px;
        padding: 0;
    }
    
    footer .section-top li {
        margin-bottom: 10px;
    }
    
    .inside-pages .static-content img {
        height: 100%;
        max-height: 350px;
    }
    
    .cat-content .product-box {
        width: calc(50% - 8px);
    }
}


@media only screen and (max-width: 768px) {
    .one-image .img-1 {
        display:none;
    }
    .one-image .img-2 {
        display:block;
    }
    .breadcrumb-2-din {
        margin-bottom: 60px;
    }
    .hidden-breadcrumb-2 {
        flex-direction: column;
    }
    .breadcrumb-2 .hidden-breadcrumb-2 li {
        font-size: 12px !important;
    }
    .breadcrumb-2-visible li.active .hidden-breadcrumb-2 {
        flex-wrap: wrap;
               width: 260px;
    }
    
    .copy {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    
    .breadcrumb-2 li svg {
        height: 12px;
        width: 12px;
    }
    
    .breadcrumb-2 li {
        font-size: 15px;
        gap:4px
    }
    
    
    .breadcrumb-2-din.breadcrumb-2  .hidden-breadcrumb-2  li {
        font-size: 15px!important;
    }
    .breadcrumb-2-din.breadcrumb-2 li {
         font-size: 15px!important;
    }
    
    .inside-pages .content-all.din-full-story {
        padding-top: 0;
    }
    
    .din-full-story .col-md-6 {
        margin-bottom: 20px;
    }
    
    .breadcrumb-2 ul{
        gap: 10px!important;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .eks-static, .sergi-static, .projects.xeber-static {
        grid-template-columns: 1fr ;
        width: 100%;
    }
    
    .inside-pages.contact .title-wrap-page {
        padding-top: 50px;
    }
    
    .cat-content .eks-static  .product-box , .cat-content .sergi-static  .product-box{
        margin: 0;
    }

    .left-progress {
        display:none;
    }
    header #myMenu .navbar-nav .nav-item .nav-link {
        color:inherit;
    }
    .swiper-slide__content img {
        height:560px;
    }
    .custom-swiper .more-btn .more-btn-icon {
        width:50px;
        height:50px;
    }
    .btn-content {
        padding-left:inherit;
        bottom:10px;
    }
    .museum {
    right: 0;
    left: 0;
    margin: 15px;
    bottom:60px;
    }
    .swiper-slide .slide-title {
        padding-bottom:180px;
        font-size: 30px;
        line-height: 40px;
    }
    .swiper-slide {
        height:560px;
    }
    .swiper-slide__content {
        padding:0;
    }
    header {
        padding: 25px 0;
    }
    
    header.sticky, header.inside-header {
        padding: 15px 10px;
    }
    
    header .navbar-brand img {
        height: 40px;
    }
    
    header #myMenu .navbar-nav {
        width: 80%;
    }
    
    #main #wowslider-container1 .ws_bullets div a {
        width: 30px;
        padding-bottom: 30px;
    }
    
    #main #wowslider-container1 .ws_bullets .bullet-progress {
        left: 30px;
    }
    
    #main #wowslider-container1 .ws_images li .slide-title-wrap {
        width: 70%;
    }
    
    #main #wowslider-container1 .lines .line {
        width: 30px;
    }
    
    #stores .stores-row h2 {
        font-size: 38px;
    }
    
    #call-to-action {
        padding: 100px 0;
    }
    
    footer .section-top {
        padding: 30px 0;
    }
    
    footer .section-top ul.footer-list li {
        margin-left: 0;
        margin-right: 15px;
    }
    
    footer .section-bottom p {
        margin-top: 10px;
    }
    
    .inside-pages .title-wrap-page {
        margin-top: 82px;
    }
    
    .cat-content .product-box {
        width: calc(80% - 8px);
    }
    
    .bullets {
        margin-bottom: 20px;
    }
    
    .full-content .zoom-box .viewer-box {
        display: none !important;
    }
    
    #productModal .modal-dialog {
        max-width: 500px;
    }
    
    .carousel-products {
        padding: 0 38px 50px;
    }
    
    .carousel-products .carousel-item {
        height: 380px;
    }
    
    #news {
        padding: 60px 30px;
    }
    
    #news .section-bottom .custom-nav div {
        width: 50px;
        height: 50px;
    }
    
    #news .section-bottom .custom-nav div svg {
        width: 28px;
        height: 28px;
    }
    
    #news .section-bottom .carousel-controls .swiper-pagination-current, 
    #news .section-bottom .carousel-controls .swiper-pagination-total,
    #news .section-bottom .carousel-controls .swiper-pagination-current.zero::before, 
    #news .section-bottom .carousel-controls .swiper-pagination-total::before {
        font-size: 16px;
    }
}


@media only screen and (max-width: 575.99px) {
    .modal .modal-dialog {
        width: 90% !important;
        margin: 0 auto;
    }
    
    .modal:not(#productModal) .modal-body {
        padding: 0 20px 20px;
    }
    
    .modal-title {
        font-size: 18px;
    }
    
    .modal:not(#productModal) .modal-header {
        padding: 24px 60px 10px;
        margin: 0 auto;
    }
    
    header .navbar-brand {
        margin-right: 10px;
    }
    
    header #myMenu .navbar-nav {
        width: 80%;
    }
    
    header .navbar-toggler .menu-wrapper .menu-wrap {
        width: 40px;
        height: 40px;
    }
    
    header .navbar-toggler .menu-wrapper span {
        font-size: 16px;
        padding-left: 5px;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link, 
    header #myMenu .navbar-nav .nav-item.custom-dropdown-menu-wrap .custom-dropdown-menu li a {
        font-size: 16px;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link {
        padding: 10px 30px;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link::before {
        left: 15px;
    }
    
    header #myMenu .navbar-nav .nav-item .wp-btn {
        margin: 30px 0 30px 30px;
    }
    
    #main #wowslider-container1 .ws_images li .slide-title-wrap {
        width: 80%;
        padding-left: 10px;
    }
    
    #main #wowslider-container1 .ws_images li .slide-title-wrap .slide-title {
        font-size: 30px;
        line-height: 45px;
    }
    
    .product-box .box-top {
        padding: 20px 20px 0 20px;
    }
    
    .product-box a .title-wrapper {
        padding: 20px;
    }
    
    .product-box a .title-wrapper .box-bottom .more-btn {
        padding: 15px 24px;
    }
    
    #stores .stores-row .store-box-wrap .store-box {
        height: 300px;
        border-radius: 60px;
    }
    
    #call-to-action {
        padding: 60px 0;
    }
    
    #call-to-action h3 {
        font-size: 28px;
    }
    
    #call-to-action .buttons .action-btn {
        max-width: 100%;
    }
    
    #call-to-action .buttons .action-btn:first-child {
        margin: 0 0 15px;
    }
    
    #call-to-action .buttons .action-btn:last-child {
        margin: 0;
    }
    
    #call-to-action .buttons .action-btn span {
        font-size: 18px;
    }
    
    footer .section-bottom .copyright-wrap {
        display: block;
    }
    
    footer .section-bottom .copyright-wrap .social-media {
        min-height: 20px;
        margin-bottom: 15px;
    }
    
    footer .section-bottom .copyright-wrap .social-media::after {
        content: none;
    }
    
    footer .section-bottom .copyright-wrap span {
        margin-left: 0;
    }
    
    .inside-pages .title-wrap-page {
        margin-top: 72px;
    }
    
    .carousel-products {
        padding: 0 34px 60px;
    }
    
    .carousel-products .carousel-item {
        height: 220px;
    }
    
    .carousel-products .carousel-control-next, 
    .carousel-products .carousel-control-prev {
        top: 40%;
    }
    
    /*.full-content .bullets img, */
    /*#productModal .carousel-indicators button {*/
    /*    margin: 0 10px;*/
    /*}*/
    
    #productModal .carousel-indicators button {
        width: 30px;
        height: 30px !important;
    }
    
    .custom-form .submit-btn {
        float: none;
        display: block;
        margin: 0 auto;
    }
    
    .inside-pages .content-all .contact-box {
        padding: 30px;
    }
    
    .inside-pages .content-all .social-media-list li {
        width: calc(100% - 12px);
    }
    
    .inside-pages .content-all .social-media-list li:first-child {
        margin-bottom: 8px;
    }
    
    #news {
        padding: 30px;
    }
    
    #news .section-bottom .carousel-controls .swiper-pagination-current {
        padding-right: 44px;
    }
    
    #news .section-bottom .carousel-controls .swiper-pagination-current::after {
        right: 14px;
    }
    
    #news .section-bottom .carousel-controls .swiper-pagination-total::before {
        content: none;
    }
    
    #news .section-bottom {
        display: block;
        margin-top: 30px;
    }
    
    #news .section-bottom .carousel-controls {
        margin-top: 20px;
        justify-content: flex-end;
    }
    
    .full-content table {
        display: block;
        overflow-x: auto;
    }
}


@media only screen and (max-width: 400px) {
    .cat-content .product-box {
        width: calc(100% - 16px);
        margin: 8px;
    }
    
    .news-box a .date, 
    .news-box a h6 {
        left: 30px;
    }
}