@import "reset.css";
@import "fonts.css";
@import "global.css";
@import "header.css";
@import "footer.css";

/* =========================About=========================== */
.main__about{
  padding: 90px 0 150px;
  background: var(--accent-bg);
}
.tab-controls {
  display: flex;
align-items: center;
justify-content: center;


font-family: 'NAMU Pro';
font-size: 20px;
padding: 25px 0;
margin-bottom: 100px;

overflow-x: auto; 
  white-space: nowrap;  
  scrollbar-width: none; 
  -ms-overflow-style: none; 
  justify-content: flex-start; 
}
.tab-controls::-webkit-scrollbar {
  display: none;
}
.tab-controls__item {
  display: inline-flex; 
  flex: 0 0 auto;
}
.tab-controls__link:hover{
  border-bottom: 2px solid var(--accent-color);
  color: var(--accent-color);
}
.tab-controls__link--active.tab-controls__link{
  border-bottom: 4px solid #111;
  color: var(--general-text);
  padding: 26px 30px;
}
.tab-controls__link {
  border-bottom: 2px solid #ababab;
  padding: 28px 30px;
  transition: all .3s;
  display: inline-block;
}
.tab-content {
  display: none;
  padding: 0px 115px;
}
.tab-content:first-child{
  padding: 0;
}
.tab-content--show{
  display: block;
}
.tab-content__package {
  display: grid;
  grid-template: repeat(2,auto)/40.9% 1fr 1fr;
  gap: 20px;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.tab-content__package-item{
  border-radius: 3px;
  background: var(--general-bg);
  transition: all .4s;
  width: 100%;
  max-width: 785px;
}
.tab-content__package-item:hover{
  box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.05), 0 4px 41px 0 rgba(0, 0, 0, 0.05);
}
.tab-content__package-info{
  padding: 0px 40px 55px;
}
.nozzle3 .tab-content__package-img,
.nozzle4 .tab-content__package-img {
  display: block;
  object-position: 50px top;
}
.tab-content__package-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.nozzle1 {
  grid-row: 1/-1;
  max-width: 555px;
}
.nozzle1 img{
  margin-bottom: 55px;
  width: 100%;
  font-style: 1;
}
.nozzle2 {
  grid-column: 2/-1;
  display: flex;
}
.nozzle2 .tab-content__package-info{
  margin-top: 40px;
}
.tab-content__desc {
  padding-top: 20px;
}
.tab-content__desc-item:first-child{
  border-top: 1px solid #000;
}
.tab-content__desc-item {
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 61% auto;
  padding: 30px 0px 25px;
}
.tab-content__desc-characteristic{
  display: flex;
  align-items: center;
}
.tab-content__desc-param {
  font-family: 'NAMU 1850';
  font-size: 30px;
}
.tab-content__delivery{
  /* padding: 0px 115px; */
  display: flex;
  gap: 48px;
}
.tab-content__delivery-title{
  margin-bottom: 36px;
  font-size: 30px;
  text-align: left;
}
.tab-content__delivery-list{
  max-width: 540px;
}
.tab-content__delivery-item{
  display: flex;
  align-items: baseline;
}
.tab-content__delivery-item::before{
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: var(--general-text);
  border-radius: 100%;
  margin-right: 23px;
  flex-shrink: 0;
}
.tab-content__payment-text {
  margin-bottom: 27px;
}
.tab-content__payment-text:last-child {
  margin-bottom: 0px;
}
.tab-content__payment-title{
  margin-bottom: 9px;
}
.tab-content__payment-list {
  margin-bottom: 37px;
  padding-left: 1em;
}
.tab-content__certificate{
  display: flex;
  gap: 20px;
  max-height:378px;
  max-width: 268px;
}
.tab-content__certificate-img{
  width: 100%;
}


/* ==================================================== */
.main__faq {
  padding:150px 0;
}
.faq__title {
  font-size: 42px;
  margin-bottom: 60px;
}
.accordion-list {
  margin-bottom: 150px;
}
.accordion-list__item {
  border-bottom: 1px solid var(--non-accent-text);
}
.accordion-list__item:first-child {
  border-top: 1px solid var(--non-accent-text);
}
.accordion-list__item--opened .accordion-list__control-icon path {
  fill: var(--accent-color);
}
.accordion-list__item--opened .accordion-list__control-icon{
  transition: all .4s;
}
.accordion-list__item--opened .accordion-list__control-icon{
  transform: rotate(45deg);
}
.accordion-list__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  gap: 50px;
}
.accordion-list__control-title {
  font-size: 20px;
  font-weight: 400;
}
.accordion-list__content {
  max-height: 0;
  overflow: hidden;
  /* В обычном состоянии высота 0 пикселей, а все, что не уместилось скрыть */
  transition: all .4s;
}
.accordion-list__content-text{
    padding: 16px 0 50px;
  max-width: 908px;
}
.faq__video {  
  position: relative;
}
.faq__video img{  
  width: 100%;
}
.faq__video-control {
  position: absolute;
  bottom: calc(50% - 52px);
  right: calc(50% - 51px); 
}
.faq__video-control:hover svg{
  transform-origin: 50% 50%;
  transform: scale(110%);
}
/* ==================================================== */
.main__products {
  padding-bottom: 150px;
}
.main__products-title {
  margin-bottom: 60px;
  font-weight: 900;
  font-size: 42px;
}
.main__products-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  gap: 20px;
  margin-bottom: 130px;
  width: 100%;
}
.main__products-item{
  display: block;
}
.main__products-item:nth-last-child(-n+3) {
  display: none;
}
.main__products-list.btn-more-open .main__products-item {
  display: block;
}
.button-more-icon.btn-more-open{
  transform: rotate(180deg);
}
.product-card{
  border-radius: 3px;
}
.product-card__inner:hover{
  box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.05), 0 4px 41px 0 rgba(0, 0, 0, 0.05);
}
.product-card__inner {
  max-width: 440px;
  max-height: 761px;
  border-radius: 3px;
  box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.05);
}
.product-card__inner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.information__title {
  font-size: 24px;
  margin-bottom: 40px;
  height: 108px;
}
.product-card__information {
  padding: 40px;
  position: relative;
}
.product-card__availability {
  margin-bottom: 16px;
}
.product-card__price {
  margin-bottom: 80px;
}
.product-card__price-before {
  font-size: 24px;
}
.product-card__price-after {
  font-size: 42px;
  order: -1;
}
.product-card__button {
  background: var(--general-bg);
  opacity: 0;
  margin:-40px;
  transition: all .2s;
}
.product-card:hover .product-card__button{
  opacity: 1;
  }
.product-card__button-control{
  width: 220px;
}
.product-card__button-like{
  position: absolute;
  top: 42%;
  left: 81%;
  z-index: 2;
}
.main__button-more {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 1.5vw 3vw;
  margin: 0 auto;

  font-size: 30px;
  background: none;
  border: 1px solid var(--general-text);
  border-radius: 3px;
  transition: all .4s;
}
.main__button-more path{
  transition: fill .4s;
}
.main__button-more:hover{
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.main__button-more:hover path{
  fill: var(--accent-color);
}

/* ==================================================== */
@media (max-width: 1300px) {
  body{
    font-size: 16px;
  }  
  .container {
    max-width: 658px;  
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
  }
  .header__menu{
    gap: 36px;
  }
  .header__menu img{
    max-height: 62px;
  }
  .header__menu-burger svg{
    height: 40px;
    width: 40px;
  }
  .hero{
    padding: 12px 0 70px;
  }
  .breadcrumb__list{
    font-size: 16px;
    margin-bottom: 22px;
  }
  .hero__main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .hero__gallery{
    margin-bottom: 40px;
  }
  .gallery__prev, .gallery__next{
    display: none;
  }
  .gallery__slider{
    padding: 0;
    margin: 0;
  }
  .gallery__slide:hover img{
  transform: scale(1);
  box-shadow: none;
  }
  .gallery__button-like{
    display: none;
  }
  .information__button-like{
    display: flex;
  }
  .swiper-pagination{
    display: flex;
  }
  .hero__title{
    font-size: 26px;
    max-width: none;
    margin-bottom: 14px;
  }
  .hero__text-container{
    height: auto;
  }
  .hero__text{
    position: static;
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .hero__text-btn{
    display: block;
  }
  .hero__text.expanded {
    display: block;
    -webkit-line-clamp: unset;
  }
  .hero__text:hover {
    box-shadow: none;
    padding: 0px;
  }
  .information__availability{
    margin-bottom: 12px;
  }
  .information__price {
    justify-content: start;
    gap: 33px;
  }
  .information__price-after{
    order: -1;
    font-size: 36px;
  }
  .information__price-before{
    font-size: 24px;
  }
  .information__button-control{
    width: 222px;
  }
  .hero__button-basket{
    width: 387px;
  }

  .main__about{
    padding: 15px 0 70px;
  } 
  .about__tab-controls{
    margin-bottom: 35px;
  }
  .tab-content {
    padding: 0px 0px;
  }
  .tab-content__package{
    display: block;
  }
  .tab-content__package-item{
    display: flex;
    margin-bottom: 20px;
  }
  .nozzle1 {
    max-width: none;
  }
  .nozzle1 img{
    width: 302px;
    height: 302px;
    margin-bottom: 0;
  }
  .nozzle2 .tab-content__package-info {
    margin-top: 0px;
}
  .nozzle3 .tab-content__package-img,
.nozzle4 .tab-content__package-img {
    object-position: 0px 0px;
  }
.tab-content__package-info{
  padding: 40px 40px 55px;
}
.tab-content__desc-param{
  font-size: 24px;
}
.tab-content__delivery{
  flex-direction: column;
}
.tab-content__delivery-title{
  font-size: 24px;
  margin-bottom: 20px;
}
.tab-content__certificate img{
  max-width: 141px;
  max-height: 200px;
}
.main__faq{
  padding: 70px 0 105px;
}
.faq__title{
  font-size: 30px;
}
.accordion-list__control-title{
  font-size: 16px;
}
.accordion-list__control-icon svg{
height: 30px;
width: 30px;
}
.accordion-list{
  margin-bottom: 100px;
}
.faq__video-control{
  right: calc(50% - 25px);
  top: calc(50% - 25px);
  }
.faq__video-button svg{
height: 50px;
width: 50px;
}
.main__products-title{
  font-size: 30px;
  }
.main__products{
  padding-bottom: 70px;
}
.main__products-list{
  margin-bottom: 40px;
}
.product-card__information{
  padding: 10px 12px 12px;
  font-size: 12px;
}
.product-card__title{
  font-size: 12px; 
  line-height: 1.3;
  margin-bottom: 10px;
  height: 48px;
}
.product-card__availability{
  margin-bottom: 8px;
}
.product-card__availability span::before {
  width: 8px;
  height: 8px;
}
.product-card__price{
  margin-bottom: 10px;
}
.product-card__price-after{
  font-size: 20px;
}
.product-card__price-before{
  font-size: 12px;
}
.product-card__button{
  margin: 0 -12px -12px;
}
.product-card__button-control{
  display: none;
}
.product-card__button{
  opacity: 1;
}
.product-card__button-basket{
  max-height: 50px;
  font-size: 16px;
}
.product-card__button-like{
  top: 35%;
}
.product-card__button-like svg{
  max-width: 24px;
  max-height: 24px;
}
.main__button-more{
  font-size: 16px;
  gap: 8px;
}
.main__button-more svg{
  max-width: 16px;
}
.footer__img{
  max-width: 110px;
}
.footer_info{
  font-size: 12px;
}
.footer_info{
  grid-column: 1/-1;
}
.footer__tel{
  grid-row: 1/-2;
  font-size: 12px;
}
}
@media (max-width: 750px) {
  body{
    font-size: 12px;
  }
  .container {
    max-width: 370px;  
    margin: 0 auto;
    padding: 0 10px;
    height: 100%;
  } 
  .header__menu {
    gap: 25px;
  }
  .header__menu img{
    max-height: 39px;
  }
  .header__menu-burger svg{
    height: 30px;
    width: 30px;
  }
  .header__nav svg{
    height: 24px;
    width: 24px;
  }
  .header__nav-item span {
    height: 13px;
    width: 13px;
    font-size: 9px;
}
  .header__nav-list{
    gap: 25px;
  }
  .hero{
    padding: 20px 0 46px;
  }
  .hero__breadcrumb{
    display: none;
  }
  .hero__gallery{
    margin-bottom: 36px;
  }
  .gallery__slider-mini{
    display: none;
  }
  .gallery__slider{
    max-width: 350px;
    width: 100%;
  }
  .swiper-pagination{
    top: 102% !important;
    left: 36% !important;
    gap: 2px;
  }
  .swiper-pagination-bullet{
    height: 6px;
    width: 6px;
  }
  .information__button-like{
    display: none;
  }
  .hero__title{
    font-size: 17px;
    margin-bottom: 12px;
  }
  .hero__text-container{
    margin-bottom: 27px;
  }
  .information__availability{
    margin-bottom: 0px;
  }
  .information__availability span::before {
    height: 10px;
    width: 10px;
    margin-right: 13px;
}
  .information__price {
    justify-content: space-between;
  }
  .information__price-after{
    order: 1;
    font-size: 32px;
  }
  .information__price-before{
    font-size: 20px;
  }
  .information__button{
    display: block;
  }
  .information__button-control{
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    gap: 16vw;
  }
  .information__button-control svg{
    width: 14px;
    height: 14px;
  }
  .information__button-quantity{
    font-size: 17px;
  }
  .hero__button-basket{
    width: 100%;
    font-size: 17px;
    height: 60px;
  }
    .hero__button-basket svg{
    width: 25px;
    height: 25px;
  }
  .hero__text-btn{
    font-size: 13px;
  }
  .about__tab-controls{
    margin-bottom: 26px;
    font-size: 13px;
    padding: 10px 0;
  }
  .tab-controls__link{
    padding: 18px 7px;
  }
  .tab-controls__link--active.tab-controls__link{
    padding: 16px 7px;
  }
  .tab-content__package-item{
    margin-bottom: 12px;
  }
  .tab-content__package-img{
    width: 140px;
    height: 140px;
  }
  .nozzle1 img{
    width: 140px;
    height: 140px;
  }
  .tab-content__package-info {
    margin-top: 0px;
    font-size: 11px;
    padding: 16px 16px 16px 10px;
}
.tab-content__package-title{
  font-size: 13px;
  margin-bottom: 8px;
}
.tab-content__desc-param{
  font-size: 17px;
}
.tab-content__delivery{
  gap: 36px;
}
.tab-content__delivery-item::before{
  width: 6px;
  height: 6px;
}
.tab-content__delivery-title{
  font-size: 13px;
  margin-bottom: 8px;
}
.tab-content__certificate{
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  margin: 0 auto;
}
.tab-content__certificate img{
  max-width: 170px;
  max-height: 240px;
}
.main__faq{
  padding: 46px 0 72px;
}
.faq__title{
  font-size: 20px;
  margin-bottom: 38px;
}
.accordion-list__control-title{
  font-size: 13px;
}
.accordion-list__control-icon{
  gap: 33px;
}
.accordion-list__control-icon svg{
height: 24px;
width: 24px;
}
.accordion-list{
  margin-bottom: 68px;
}
.main__products-title{
font-size: 20px;
margin-bottom: 40px;
}
.main__products-list {
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}
.main__products-item:nth-last-child(-n+3) {
  display: block;
}
.main__products-item:nth-last-child(-n+2) {
  display: none;
}
.product-card__information{
  padding: 10px;
  font-size: 10px;
}
.product-card__title{
  height: 42px;
  font-size: 10px;
}
.product-card__availability span::before {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.product-card__price{
  margin-bottom: 10px;
  gap: 15px;
}
.product-card__price-after{
  font-size: 17px;
}
.product-card__price-before{
  font-size: 12px;
}
.product-card__button-like {
  top: 30%;
}
.footer_info{
  font-size: 10px;
  line-height: 1.4;
}
.footer__tel{
  font-size: 10px;
  line-height: 1.4;
}
}

/* ==================================================== */
/* ==================================================== */