/*-----mobile-slider------*/
.main-slider-background .main-carousel-item {
  height: 220px;
  width: 95%;
  margin: 0 auto;
  border-radius: 7px;
}
.main-slider-background {
  background: #f4f4f4;
  padding: 20px 0;
}
.main-mobile-carousel .owl-dots {
  bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.main-mobile-carousel .owl-dots .owl-dot span {
  width: 20px !important;
  height: 20px !important;
  background-color: #86979100 !important;
  border-radius: 50% !important;
  border: 3px solid #696969;
  display: block;
  margin: 0 5px;
}

.main-mobile-carousel .owl-dots .owl-dot span:hover {
  border: 3px solid #ffbe00;
}
.main-mobile-carousel .owl-dots .owl-dot.active span {
  background-color: #86979100 !important;
  border: 3px solid #ffbe00;
}
/*----------------------*/


.header-top-mobile {
  display: none;
}
.top-mobile__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.top-mobile__logo img {
  height: 70px;
  margin: 0 20px 0 10px;
}
.top-mobile__logo p {
  color: #696969;
  font-size: 16px;
}
.top-mobile-info {
  margin: 0 10px 0 10px;
}
.top-mobile-info p {
  color: #696969;
  margin-bottom: 10px;
}
.top-mobile-info p a {
  margin-left: 10px;
  color: #171718;
  font-weight: 600;
}
.top-mobile-info p a:hover {
  color: #ffbe00;
}
.top-mobile-info p a strong {
  margin-left: 10px;
  color: #171718;
  font-weight: 600;
}
.top-mobile-info .header-top__info_feedback {
  margin: 20px 0;
}
.top-mobile-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.top-mobile-number a {
  color: #171718;
  font-weight: 600;
  font-size: 16px;
}
.top-mobile-number a:hover {
  color: #ffbe00;
}
.top-mobile-number__feed {
  font-weight: 300 !important;
  border: 2px solid #ffbe00;
  padding: 9px 31px;
  border-radius: 35px;
}

/* Mobile filter
----------------------------------------*/
.mobile-filter{
  display: none;
}
.mobile-filter .archive-list__filter{
  display: block;
  width: 100%;
  padding: 15px;
}
.mobile-filter .accordion-btn{
  background-color: transparent;
}
.mobile-filter .left-filter__heading--filter{
  display: none;
}

@media screen and (max-width: 1200px) {
  .filter-reset {
    font-size: 15px;
  }
  .list-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .header-top__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-top__logo p {
    font-size: 15px;
  }
  .header-top__info p {
    font-size: 15px;
  }
  .header-top__info p {
    font-size: 14px;
  }
  .header-bottom__menu ul li a {
    font-size: 14px;
  }
  .main-benefits__block {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .basket-list {
    width: 100%;
  }
  .basket-list {
    margin-bottom: 20px;
  }
  .basket-order {
    width: calc(50% - 30px);
  }
  .footer-block__item {
    width: calc(33.33333% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .main-catalog__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .main-video{height: auto;}
  .top-mobile__logo{
    padding-top: 10px;
  }
  .header-top__blocks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-top__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-top__logo img {
    border-right: none;
    padding-right: 0;
    padding-right: 0;
  }
  .header-top__info {
    margin-bottom: 10px;
  }
  .header-bottom__blocks {
    display: none;
  }
  .main-slider {
    height: 450px;
  }
  .main-carousel-item {
    height: 450px;
  }
  .main-benefits__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-catalog__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-block__info {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-block__info {
    text-align: center;
  }
  .about-block__img {
    width: 100%;
  }
  .cart-block__images {
    width: 100%;
  }
  .gallery-product-carousel img {
    height: 350px;
    width: auto !important;
    margin: 0 auto;
  }
  div#sync2 .owl-stage {
    margin: 0 auto;
  }
  .cart-block__info {
    width: 100%;
  }
  .idTabs ul li a {
    padding: 15px 20px;
    font-size: 16px;
  }
  .idTabs .items table {
    width: 100%;
  }
  .archive-list__filter {
    display: none;
  }
  .archive-list__product {
    width: 100%;
  }
  .list-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .basket-order {
    width: calc(66.66667% - 30px);
  }
  .footer-block__item {
    width: calc(50% - 30px);
  }
  .footer-block__item {
    margin-bottom: 20px;
  }
  .nav-buttons {
    display: grid;
  }
  .nav {
    display: grid;
  }
  .page__left {
    display: grid;
  }
  .page__row:not(.page__row--revert) .page__left {
    width: 100%;
  }
  .page__form {
    width: 60%;
  }
  .main-reviews{
    padding: 30px 0;
  }
  .main-partners{
    padding: 30px 0;
  }
  .reviews-carousel-item img{
    height: auto;
  }

  /* Alert
  ----------------------------------------*/
  .alert-text{
    padding: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .compare-heading__add{
    padding: 9px;
  }
  .compare-table td{
    padding: 10px;
  }
  .compare-table__key{
    width: auto;
  }
  .compare-table__attribute{
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .product-gallery__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__logo{
    display: flex;
    align-items: center;
  }
  .footer__logo img{
    margin: 0 15px 0 0;
  }
  .footer-block__item {
    width: 100%;
  }
  .footer-block__item ul {
    justify-content: left;
    padding-left: 20px;
  }
  .footer-block__social{
    padding-left: 0 !important;
  }
  .footer-block__social li a img{
    margin-bottom: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
	.header-top__blocks{
		padding:10px 0;
	gap:20px;
	}
	
	.header-top__blocks .header-bottom__icons {
	display:flex;
		margin-bottom:20px;
}
  .header-top__logo {
    width: 100%;
	  justify-content: space-between;
  }
  .header-top__info {
    width: 100%;
  }
  .header-top__info {
  
    justify-content: space-between;
	  flex-wrap:wrap;
	  
  }
  .header-top__info p {
    margin: 0 0 20px 0;
 }

 
  .main-slider {
    height: 300px;
  }
  .main-carousel-item {
    height: 300px;
  }
  .main-title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .main-about{
    padding: 30px 0;
  }
  .main-benefits{
    padding: 15px 0;
  }
  .main-benefits .main-title{
    display: none;
  }
  .main-benefits .owl-dots {
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  .main-benefits .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    background-color: #86979100 !important;
    border-radius: 50% !important;
    border: 3px solid #696969;
    display: block;
    margin: 0 5px;
  }
  .main-benefits .owl-dots .owl-dot span:hover {
    border: 3px solid #ffbe00;
  }
  .main-benefits .owl-dots .owl-dot.active span {
    background-color: #86979100 !important;
    border: 3px solid #ffbe00;
  }
  .benefits-block__item{
    padding: 20px;
  }
  .benefits-block__item img{
    height: 90px;
    width: auto !important;
    margin-left: 15px;
  }
  .main-benefits__block {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-catalog__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .breadcrumb {
    text-align: center;
    line-height: 1.7;
    padding: 10px 0;
  }
  .gallery-product-carousel img {
    height: auto;
    width: 300px !important;
  }
  .container-mini{
    padding: 30px 15px;
  }
  div#sync2 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important;
  }
  .idTabs ul li a {
    padding: 12px 13px;
    font-size: 12px;
  }
  .idTabs .items {
    padding: 15px;
  }
  .idTabs .items table {
    font-size: 13px;
    width: 100%;
  }
  .idTabs .items section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .idTabs .items section iframe {
    width: 100% !important;
    margin: 0;
    height: 180px;
  }
  .idTabs .items section iframe:not(:last-of-type){
    margin-bottom: 15px;
  }
  .idTabs .items a{
    font-size: 14px;
  }
  .archive-products{
    padding: 15px 0;
  }
  .archive-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .archive-list__product h1 {
    text-align: center;
    font-size: 25px;
  }
  .archive-block__description{
    padding-top: 15px;
    font-size: 14px !important;
  }
  .archive-block__description *{
    font-size: 14px !important;
  }
  .list-products {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .item-product {
    padding: 90px 15px 15px 15px;
  }
  
  .item-product p{
    font-size: 14px;
    min-height: auto;
  }
  .item-product__more{
    padding: 10px 15px;
    font-size: 14px;
  }
  .basket-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .basket-order {
    width: 100%;
  }
  .basket-list__blocks img {
    height: 60px;
  }
  .basket-list__name {
    font-size: 14px !important;
  }
  .basket-list__qant span {
    font-size: 14px !important;
  }
  .basket-list__qant p {
    font-size: 14px !important;
  }
  .basket-list__price {
    font-size: 14px !important;
  }
  .footer-block__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page__form {
    width: 80%;
  }
  .archive-list__heading {
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
  }
  .cart-block__images {
    padding-right: 0;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .cart-block {
    margin: 15px 0;
  }
  .cart-block__icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .product-gallery{
    padding-top: 45px;
  }
  .product-gallery__thumb {
    height: 54px;
    padding: 2px;
  }
  .product-gallery__thumb-image {
    width: 40px;
    height: 40px;
  }
  .cart-tabs{
    padding: 15px 0;
  }
}
@media screen and (max-width: 415px) {
  .top-mobile-number__feed {
    padding: 5px 6px;
  }
  .product-gallery__thumb-image {
    width: 55px;
    height: 55px;
  }
  .product-gallery__thumb {
    height: 75px;
  }
  .catalog-block__item img {
    height: 80px;
  }
  .catalog-block__item p {
    font-size: 16px;
    line-height: 16px;
  }
  .header-top-mobile {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;*/
  }
  .mobile-class {
    display: none;
  }
  .top-mobile__logo img {
    height: 40px;
    margin: 0 10px 0 0;
  }
  .top-mobile-number a {
    font-size: 10px;
  }
  .top-mobile-info{
    margin: 0;
  }
  .top-mobile-info p {
    margin-bottom: 0;
  }
  .top-mobile-info p a{
    margin-left: 0;
  }
  .top-mobile__logo p {
    font-size: 12px;
    line-height: 14px;
  }
  .header-top__blocks {
  /*  display: none;*/
  }
  .header-top__info {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;*/
  }
  .header-top__info p {
  
  }
	
	.header-top__info_feedback a {
	    padding: 9px 22px;}
  .idTabs ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .idTabs ul li {
    width: 100%;
    text-align: center;
  }
  .idTabs ul li a.selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .basket-list ul li:first-child {
    display: none;
  }
  .basket-list__block-one {
    width: 100%;
  }
  .basket-list__block-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .basket-list__block-two {
    width: 100%;
  }
  .basket-list__block-three {
    width: 100%;
  }
  .basket-list__blocks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .basket-list__blocks img {
    height: 200px;
    margin-bottom: 20px;
  }
  .basket-list__blocks img {
    height: 150px;
    margin: 0 auto 20px auto;
  }
  .basket-list__qant {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .basket-order__qant {
    font-size: 14px;
  }
  .basket-order__price {
    font-size: 14px;
  }
  .basket-order__pay p {
    font-size: 14px;
  }
  .basket-pay__peice {
    font-size: 14px;
  }
  .basket-order__add {
    font-size: 14px;
  }
  .basket-order__feedback {
    font-size: 14px;
  }
  .page__form {
    width: 100%;
  }
}
@media screen and (max-width: 321px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}