/* default ctyle */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import "/assets/fonts/stylesheet.css";
@import "/assets/fonts/MuseoSans/stylesheet.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body{
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-weight: 400;
  overflow-x: none;
}
div:focus{
  outline: none!important;
}
a{
  text-decoration: none;
}
.form-control{
  background: #FFFFFF!important;
  border: 1px solid #3E82CC;
}
a:hover{
  transition: all 0.2s;
}
.scroll-none{
  overflow: hidden;
}
input:focus{
  box-shadow: none!important;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
.filters-menu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #3E82CC;
  padding: 10px 40px;
  display: flex;
  background: #D5E9FF;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}
.filter-item{
  width: 100%;
  background-color: #fff;
  color: #000;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-item:hover{
  background-color: #3E82CC;
  color: #fff;
}
.ul-menu li:hover > .mega-menu{
  opacity: 1!important;
  overflow: visible!important;
  visibility: visible!important;
}
.category{
  width: fit-content;
  padding: 10px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1rem;
  background: #D5E9FF;
  transition: all 0.3s;
}
.category-title{
  font-size: 3rem;
}
.brand-title{
  font-weight: 700;
}
.brand{
  border-bottom: 2px solid #EDF0F4;
}
.category.active{
  background: #3E82CC;
  color: #fff;
}
.category:hover{
  color: #fff;
  background: #3E82CC;
}
.category:active{
  color: #fff;
  background: #3E82CC;
}
.mega-menu{
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  left: 0;
  top: 100%;
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.sub-buff::before{
  top: -30%!important;
  left: -10%!important;
  transform: rotate(170deg)!important;
}

.blue-bg{
  background: linear-gradient( rgba(255,255,255,1) 0%, #D5E9FF 10%, #D5E9FF 90%, rgba(255,255,255,1) 100%);
}
.containers {
  cursor: pointer;
  margin-left: 20px;
  font-size: 24px;
  color: #3E82CC;
}

.trash-i{
  background: #363636;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #393939;
  transition: all 0.2s;
}
.trash-i:hover{
  background: #3E82CC;
  color: #fff;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}



.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    bottom: 0;
    right: 0;
    background-color: #D5EAFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav.show{
    width: 60%;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color:   var(--blacks);
    display: block;
    transition: 0.3s;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid rgba(6, 168, 150, 0.1);;
}

.sidenav a:hover {
    color: var(--greens);
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}




/* new style  */
.overlay{
    width: 100%;
    height: 100vh;
    background-color: var(--blacks);
    opacity: 0.3;
    transition: ease 0.4s all;
}


.cats_button{
    font-size: 1rem;
}
.blue-bg-1{
  background-color:  #D5E9FF;
}
.leaf1::after{
  position: absolute;
  z-index: 100;
  content: "";
  width: 74.9px;
  height: 97.39px;
  background-image:  url(../img/leaf1.png);
  background-size: contain;
  top: -50%;
  right: -5%;
}
.h-line{
  position: relative;
}
.bg2{
  left: 0;
  top: 60%;
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: -1;
  background:  #D5E9FF;;
}
.h-line::after{
  position: absolute;
  content: "";
  width: 80%;
  height: 0px;
  border-bottom: 2px solid #000;
  bottom: -25px;
  left: 10%;
}
.history-text{
  z-index: 10;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  padding: 40px 90px;
  background: #FFFFFF;
  border: 2px solid #000000;
  color: #000000;
}
.shop-item-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 8px 40px;
  border: 1px solid #93A2B1;
  background: transparent;
  color: #000;
  transition: all 0.2s;
}
.shop-item-btn:hover{
  background: #3E82CC;
  border: 1px solid #3E82CC;
  color: #fff;
}
.history-text::before{
  z-index: -1;
  position: absolute;
  height: 91.7653976177162px;
  width: 127.73485773918996px;
  border-radius: 0px;
  top: 55%;
  left: -8.5%;
  content: "";
  background-image: url(/assets/img/1Монтажная\ область\ 6\ 2.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-50deg);
}
.history-text::after{
  z-index: -1;
  position: absolute;
  height: 91.7653976177162px;
  width: 127.73485773918996px;
  border-radius: 0px;
  top: 70%;
  right: -7%;
  content: "";
  background-image: url(/assets/img/1Монтажная\ область\ 6\ 2.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.p-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blue-bg-t{
  background-color: #D5E9FF;
}
.blue-bg-big-cloud{
  background: -30%  url(/assets/img/big-cloud.png) no-repeat ,135% url(/assets/img/big-cloud.png) no-repeat,center url(/assets/img/big-cloud.png) no-repeat ,linear-gradient( rgba(255,255,255,1) 0%, #D5E9FF 10%, #D5E9FF 90%, rgba(255,255,255,1) 100%);
}
.volume-radio{
  display: none;
}
.volume-radio + label{
  border: 1px solid #93A2B1;
  width: auto!important;
  background: transparent!important;
  padding: 5px!important;

}
.volume-radio:checked + label{
  background: #3E82CC!important;
}
.path{
  list-style: none;
  display: flex;
  padding-left: 0;
  flex-direction: row;

}
.path li a{
  font-size: 1rem;;
  color: #000;
}
.path li+li::before{
  content: "/";
  margin: 0 5px;
}
.blog-title{
  font-size: 3rem;
}
.sidenav .side-ul a + a{
  border-top: 1px solid #3E82CC!important;
}
.sidenav .side-ul a {
  margin-top: 20px;
  text-align: right;
  padding: 8px 10px 8px 32px;
  text-decoration: none;
  color:   black;
  display: block;
  transition: 0.3s;
  font-size: 18px;
  line-height: 21px;
}
.sidenav a:active{
  font-weight: 700;
}

.sidenav a:hover {
  color: var(--greens);
}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



.form-control:focus{
  background: none!important;
}
/* new style  */
.overlay{
  width: 100%;
  height: 100vh;
  background-color: var(--blacks);
  opacity: 0.3;
  transition: ease 0.4s all;
}
.NavBar{
  background: var(--blues);
  padding: 10px 0;
}
.count{
  position: absolute;
  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  right: -60%;
  bottom: 30%;
  color: #3E82CC;

}

.navbar-list-link{
  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;

  color: #000000;
}
.navbar-list  li.active span{
  opacity: 1;
  width: 100%;
}

.navbar-list-item {
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;

}
.line{
  display: block;
  height: 4px;
  width: 1px;

  opacity: 0;
  background-color: #3E82CC ;
  transition: all .4s;
}
.btn-close-i{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #000;
  color: black!important;
}
.navbar-list-item:hover .line{
  opacity: 1;
  width: 100%;
}
.ph-icon{
  color: #3E82CC;
  font-size: 24px;
}
.search-i:hover{
  color: #CEF5B3;
}
.footer ul li{
  padding: 0;
  margin-top: 5px;
  font-size: 14px!important;
}
#first-section{
  width: 100%;
}
.cart{
  color: #3E82CC;
  font-size: 24px;
}

#collapseSearch{
  width: 100%;
  background: #F3F9F9;
}
.form-control{
  background: transparent;
  border: none;
}
/* adaptive*/
.carousel-caption{
  padding-left: 20%;
}
.btn-search{
  font-size: 24px;
  color:  #3E82CC;
}

.my-form-control{
  padding-left: 15px;
  height: 53px;
  border: transparent;
  background: transparent;
  border-radius: 40px;
}
.my-h{
  height: 640px;
  overflow: hidden;
}

.sub-buff{
  background: #CEF5B3;
  border-radius: 20px;
}
.img-date{
  left: 0%;
  bottom: 5%;
  z-index: 5;
  position: absolute;
  background: #6593D1;
  padding: 10px 40px;
  color: #fff;
}
.slick-slide{
  padding: 0 20px;
}
.bl-border{
  background: #EAF4FF;
}
.card{
  padding: 5px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(62, 130, 204, 0.5);
}
.section-title{

  position: relative;

  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}
.card-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}


.slick-dots li button:before {
  font-size: 32px!important;
  margin-top: 40px;
}
.btn:hover{
  transition: 0.2s;
  background-color:  #3E82CC!important;
  color: white!important;
}
.card-price{
  /* 1248 */
  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #000000;


}
.slider2::after{
  position: absolute;
  font-style: italic;
 
  height: fit-content;
  color: #3E82CC!important;
  font-size: 280px;
  bottom: -195%;
  right: -5%;

}
.slider2::before{
  position: absolute;
  font-style: italic;
  
  color: #3E82CC!important;
  font-size: 280px;
  top: -120%;
  left: -10%;

}
.slick-arrow::before{
  color: #3E82CC!important;
}
.slick-prev::before{
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'!important;
  font-weight: 900!important;
  content: "\f053"!important;
  font-size: 32px!important;
}
.slick-next::before{
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'!important;
  font-weight: 900!important;
  content: "\f054"!important;
  font-size: 32px!important;
}
.btn{
  border-radius: 0px!important;
  border: 2px solid #3E82CC!important;
}
.card-btn{
  margin-left: 5px;
  padding: 5px 20px;
  border: 1px solid #3E82CC;

  font-family: 'Museo Sans Cyrl 500';
  /*text-transform: uppercase;*/
  font-style: normal;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px!important;
  color: #3E82CC;
}
.feedback-slide{
  margin-left: auto;
  margin-right: auto;
}
.slick-dots li.slick-active button:before {

  color: #3e82cc !important;
}
.second-btn{
  border-radius: 0px!important;
  border: 2px solid #3E82CC;
  padding: 10px 60px;
  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  /* identical to box height */


  color: #3E82CC;
}
.card-volume{

  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  width: 20%;

  color: #000000;


}
.select-volume{
  border: none;
}
.t1{


  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;

  color: #000000;


}

.bg1{
  position: absolute;
  width: 100%;
  height: 125px;
  top: 10%;
  left: -60%;
  background: #EAF4FF;

}
.footer-title{
  width: fit-content;
  position: relative;
  font-family: 'Roboto';
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;

}

.footer-title::after{
  content: "";
  z-index: 1;
  left: 0;
  width:100%;
  height: 0;
  bottom: 0;
  position: absolute;
  border-bottom: 2px solid #3E82CC;
}
#type{
  background-size: cover;
}

.footer{
  background: #D5EAFF;
}
.footer ul{
  padding-left: 25px;
}
.footer-input{
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #3E82CC;
}
.footer-btn{
  background-color: #3E82CC;
  color: #fff;
  transition: all 0.2s;
}
.footer-btn:hover{
  color: #3E82CC!important;
  background: transparent!important;
  border: 2px solid #3E82CC!important;
  font-weight: 700;
}
.footer div{
  font-size: 14px!important;
}
.ul-category li{
  border-bottom: 2px solid transparent ;
  transition: all 0.2s;
}
.ul-category li:hover{
  border-bottom: 2px solid #3E82CC;;
}
.contact-link:hover span{
  transition: all 0.2s;
  color: #4287C5;
}
.full-price{
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  color: #363636;
  text-transform: uppercase;
}
.item-title{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #363636;

}
.section-title-shop{
  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}
.shop-item-title{
  font-family: 'Museo Sans Cyrl 500';
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  color: #000000;
  text-align: left;
}
.wall-nav a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #282828;
}
.wall-nav .active{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #3E82CC;
}
.b-line{
  border-bottom: 2px solid #3E82CC;
}
.desc-ul{
  list-style: none;
}
.desc-ul li{
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.modal-input{
  margin: 10px 0;
  padding: 10px;
  background: #FEFEFE;
  border: 2px solid #DADADA;

}
.rating {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.rating__star.checked {
  color: #3E82CC;
  background-size: contain;
}

.rating__star {
  color: #3E82CC;
  margin: 0 1px;
  display: flex;
  position: relative;
  font-size: 0.9krem;
  background-size: contain;
}
.modal-input::placeholder{
  /* Введите фио */
  font-weight: 600;
  font-size: 14px;
  /* identical to box height */

  color: #ABABAB;


}
.review-input label {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.review-input input {
  background: transparent;
  border: 2px solid #353535;
  padding: 5px;
}
.review-input textarea {
  resize: none;
  background: transparent;
  border: 2px solid #353535;
  padding: 5px;
}
.volume-select{
  padding: 5px;
  font-size: 0.8rem;
  background: transparent;
  border: 1px solid #3E82CC;
  border-radius: 0px!important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #3E82CC !important;
}
.slick-list, .slick-track{
  height: 100%!important;
}
.slick-slide{
  height: 100%!important;
}
.desc-ul li::before{
  margin-right: 20px;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  font-size: 12px;
  content: "\f0c8";
  color: #3E82CC;
}
.blog-item{
  background: #FFFFFF;
  box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.25);
  padding-bottom: 15px;
}
input{
  border: 1px solid;
  border-radius: 0px;
}
.h-line-1{
  position: relative;
}
.h-line-1::after{
  position: absolute;
  content: "";
  width: 50%;
  height: 0px;
  border-bottom: 2px solid #000;
  bottom: -10px;
  left: 0%;
}
.progress-bar{
  border-radius: 0px!important;
  height: 14px;
  background-color: #EEEEEE;
  position: relative;
  border: none;
}
.progress{
  position: absolute;
  border-radius: 0px!important;
  left: 0;
  top: 0;
  height: 14px;
  width: 33%;
  background: #3E82CC;
}
input[type=radio] {
  display: none;
}

input[type=radio]+label {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid #363636;
  transition: all 0.2s;
}
.value{
  font-weight: 500;
  font-size: 24px;
}

input[type=radio]:checked+label {
  background-image: none;
  outline: 0;
  color: #FFFFFF;
  background: #3E82CC;
  font-weight: 600;
  border: 1px solid #3E82CC;
}
.cart-item{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.cart-items{
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 500px;
}
.cart-items::-webkit-scrollbar {
  width: 0.5em;
}

.cart-items::-webkit-scrollbar-track {
  background: #C4C4C4;
  width: 0.5em;
}

.cart-items::-webkit-scrollbar-thumb {
  background: #3E82CC;
  width: 1em;

}
.cart-item-info{
  display: flex;
  flex-direction: column;
}
.value-group{
  border: 1px solid #3E82CC;
  color: #3E82CC;
}
.cart-item span{
  text-transform: uppercase;
}
.value-btn{
  font-size: 24px;
  border: none;
  background-color: #fff;
}
.footer div ul{
  list-style: none;
}
.lupa{
  transition: all 0.25s;
}
.lupa:hover{
  transition: all 0.25s;
  transform: scale(1.2);
}
input:focus{
  outline: none;

}
.contact-input{
  background: transparent;
  padding: 10px 10px;
  border: none;
  border-bottom: 2px solid #3E82CC;
}
.contact-input::placeholder, .contact-area::placeholder{

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #343434;


}
.w-fit{
  width: fit-content;
}
textarea:focus{
  outline: none;
}
.contact-area{
  background: transparent;
  padding: 10px 10px;
  resize: none;
  border: 2px solid #3E82CC;
}
.subtitle{
  font-size: 2.5rem;
}
.about-text{
  font-size: 1.5rem;
}
.overlay{
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  right: 0;
}
@media (max-width:992px){
    .cats_button{ font-size: 0.75rem; }
  .path li a{ font-size: 0.6rem; }
  .shop-item-title{ font-size: 1.25rem; line-height: 23px; }
  .section-title-shop{
      font-size: 24px;
  }
  .slider2::after, .slider2::before{
    content: none!important;
  }
  .shop-item-btn{
    padding: 4px 30px;
    font-size: 0.7rem;
  }
  .bg-none{
    background:linear-gradient( rgba(255,255,255,1) 0%, #D5E9FF 10%, #D5E9FF 90%, rgba(255,255,255,1) 100%)!important;
  }
  .bg2{
    display: none;
  }
  .navbar-list-item + .navbar-list-item{

    margin-left: 10px;
  }
  .bg1{
    display: none;
  }
  .j1{
    justify-content: space-between!important;
  }
  header .ph-icon{
    margin-left: 50px;
  }
  .footer ul{
    padding: 0;
  }
  .section-title{
    font-size: 29px;
  }
  .history-text::after{
    display: none;
  }
  .history-text::before{
    display: none;
  }
}
@media(max-width: 768px){
  .leaf1::after{
    display: none;
  }
  .footer div{
    margin-top: 15px;
  }
  .w-mob-100{
    width: 100%;
  }
  .category{
    width: 100%;
  }
  .brand-btn{
    width: 100%!important;
  }
  .category-title{
    font-size: 2rem;
  }
  .slick-arrow{
    font-size: 12px!important;
    margin: 0;
  }
  .ul-menu{
    align-items: start;
  }
  .ul-menu li{
    margin-top: 20px;
  }
  .about-text{
    font-size: 1rem;
  }
  .subtitle{
    text-align: center;
    font-size: 1.5rem;
  }
  .feedback-slide > p{
    width: 100%;
    font-size: 0.7rem;
  }
  .blog-title{
    font-size: 2rem;
  }
  .history-text{
    font-size: 14px;
    padding: 10px 20px;
  }
  .cart-item{
    padding: 0!important;
  }
  .cart-item-info > div, .cart-item-info > span{
    font-size: 16px!important;
    padding: 0;
  }
  .sidenav.show{
    right: 0%;
    transition: all 0.5s;
    z-index: 999;
  }
  .history-text{
    border: 0px;
  }
  .cart-items{

    max-height: fit-content;
    overflow-y: hidden;
  }
    .catrs_buttons{
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width:400px){

  .slick-prev{
    left: 0px!important;
  }
  .slick-next{
    right: 0px!important;
  }
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  transition: all 0.3s;
  font-size: 1rem; /* Change the size of the stars */
  color: white; /* Color on idle state */
  text-shadow: -1px 0 #3E82CC, 0 1px  #3E82CC, 1px 0 #3E82CC, 0 -1px  #3E82CC;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  transition: all 0.3s;
  color:#3E82CC!important;
  text-shadow: -1px 0 #3E82CC, 0 1px  #3E82CC, 1px 0  #3E82CC, 0 -1px  #3E82CC;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  transition: all 0.3s;
  color: #3E82CC;
  text-shadow:-1px 0 #3E82CC, 0 1px  #3E82CC, 1px 0  #3E82CC, 0 -1px #3E82CC;
}
.nav-tabs{

  border-bottom: 0px!important;
}
.nav-tabs .nav-item{
  padding: 0px 5px;
}
.nav-tabs .nav-item a.active{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #428BCD;
  border-radius: 0px!important;
  color: white;
  padding: 5px 0px;
}
.nav-tabs .nav-item a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background:white;
  border-radius: 0px!important;

  border-bottom: 1px solid #428BCD;
  padding: 5px 0px;
}
.review{
  margin-top: 10px;
  background: #F3F9F9;
  padding:  20px;
  display: flex;
  flex-direction: column;
}
.review-author{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #353535;
}
.review-comment{
  font-weight: 300;
  font-size: 16px;
  color: #353535;
}
.text-bold{
  font-size: 700;
}
.more-a-open, .more-a-close{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #4287C5;
}
.more-a-open span, .more-a-close span{

  text-decoration: underline;

}
.more-desc{
  padding: 5px;
  overflow: hidden;
}



.category_grid{
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media  (max-width: 992px){
  .nav-tabs .nav-item a { font-size: 13px; }
  .category_grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media  (max-width: 768px){
  .category_grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media  (max-width: 450px){
  .category_grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.series-item{position: relative;}
.series-item span {
  transition: all .2s ease-in-out;
  text-align:center;
  z-index: 1;
  font-size: 0.75rem;
  color: #fff;
  border: 1px solid #828282;
  color: #828282;
  font-weight: 600;
  padding: 8px 15px;
}


.series-item:hover span{
  opacity: 1;
}

.series-item span:hover{
  background: #828282;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px !important;œ
}



.simple-slider-list__item:hover {
    z-index: 5;
}
.simple-slider-list__item {
    white-space: normal;
    font-size: 13px;
    display: block;
    vertical-align: top;
    text-align: center;
    padding: 20px 0 24px;
    position: relative;

    pointer-events: auto;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.simple-slider-list__item .simple-slider-hover {
    content: '';
    left: -24px;
    right: -24px;
    top: 0;
    height: 130%;
    bottom: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -moz-transform: translate3d(0,0,0) scale(.5);
    -webkit-transform: translate3d(0,0,0) scale(.5);
    transform: translate3d(0,0,0) scale(.5);
    -moz-box-shadow: 0 0 10px rgba(62, 130, 204,.35);
    -webkit-box-shadow: 0 0 10px rgb(62 130 204 / 35%);
    box-shadow: 0 0 10px rgb(62 130 204 / 35%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.simple-slider-list__link {
    text-decoration: none;
    color: #333;
    display: block;
    position: relative;
    margin: 0 0 10px;
}

.simple-slider-list__image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    height: 220px;
    line-height: 220px;
    position: relative;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}

.simple-slider-list__image img {
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

.info-product-wrapper {
    margin-top: 10px;
}

.simple-slider-list__item .simple-slider-list__label {
    margin: 10px auto;
    position: relative;
    height: 0;
    width: 58px;
    color: #999;
    border-top: 20px solid #999;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.simple-slider-list__item .simple-slider-list__label.action {
    color: red;
    border-top-color: red;
}

.simple-slider-list__item .simple-slider-list__label:before {
    height: 0;
    width: 38px;
    border-top: 16px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -18px;
    left: -6px;
    content: "";
}

.simple-slider-list__item .simple-slider-list__label i {
    display: block;
    height: 20px;
    text-transform: uppercase;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
}

.simple-slider-list__name {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin: 0 0 1px;
    letter-spacing: .6px;
    padding: 0 32px;
    line-height: 1.5;
    color: #333;
    display: block;
    word-break: break-word;
}

.simple-slider-list__price_container {
    margin-top: 5px;
}

.simple-slider-list__price_container>span {
    display: inline-block;
    margin-right: 7px;
}

.simple-slider-list__price_old {
    color: #999;
    line-height: 1.3;
    text-decoration: line-through;
    font-size: 11px;
}

.simple-slider-list__price {
    font-weight: 500;
    color: #333;
}

.simple-slider-list__price_container>span:last-child {
    margin-right: 0;
}

.simple-slider-list__price_container>span>span:after {
    display: inline;
}

.simple-slider-list__price_container>span>span.rus::after {
    /*content: ' грн.';*/
}

.simple-slider-list__other-info {
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    -moz-transform: translate3d(0,20%,0);
    -webkit-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-item__volume-select {
    margin-bottom: 15px;
    vertical-align: middle;
}

.simple-slider-list-buttons {
    text-align: center;
}

.simple-slider-list-buttons .button {
    padding: 14px 44px;
    margin: 0
}

.button {
    background-color: #06A896;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 14px 10px;
    display: inline-block;
    text-transform: uppercase;
}

@media ( max-width: 992px ){
    .back-number{
        font-size: 205px;
        left: -2%;
    }
    
    
    .delierer .new-desc{
        font-size: 19px;
    }
    
    .simple-slider-list__item{
        padding-top: 5px;
    }

    .simple-slider-list__link {
        text-decoration: none;
        color: #333;
        display: flex;
        position: relative;
        margin: 0 0 10px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
}
@media ( min-width: 992px ){
    .simple-slider-list__item:hover .simple-slider-list__other-info,
    .simple-slider-list__item.active .simple-slider-list__other-info {
        background: #fff;
        opacity: 1;
        visibility: visible;
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        padding-top: 24px;
    }

    .simple-slider-list__item:hover .simple-slider-hover,
    .simple-slider-list__item.active .simple-slider-hover{
        visibility: visible;
        opacity: 1;
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@media ( max-width: 400px ){
    .side-filter-btn {
        top: 135px;
    }
}

#reviews > div.row.my-2 > div > h2{
    font-size: 1.5rem;
}

#reviews > div:nth-child(4) > div > h2{
    font-size: 1rem;
}
.simple-slider-list__description{ font-size: 12px; }


.containers {
    cursor: pointer;
    margin-left: 45px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #3E82CC;
    border-radius: 20px;
    margin: 8px 0;
    transition: 0.4s;
}


.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.filter-item {
    font-size: 0.75rem;
}

footer{
    font-family: "Museo Sans Cyrl 300";
}