
.transparent{
    border-bottom: transparent;
}
.btn-conteiner{
    display: flex;
    justify-content: flex-start;
    margin: 79px 0 56px 0;

}
.btn-back p{
   opacity: 50%;
   color:rgba(0, 0, 0, 1)
}

.presentation,
.presentation-product,
.features,
.gallery{
    margin-bottom: 160px;
}
  /*----------------------________________PRESENTATION-product________________----------------------*/
  .presentation_conteiner{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:124.5px;
  }
  .presentation_conteiner.even {
    flex-direction: row-reverse;
  }
 .presentation-photo_product{
    position: relative;
    background-color: rgba(241, 241, 241, 1);
    width: 540px;
    height: 560px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.shadow-big{
    position: absolute;
    bottom: 10px;
    display: inline-block;
    background-image: url(./assets/images/photo/shadow-big.png);
    background-repeat: no-repeat;
    width: 349px;
    height: 144px;
}
.presentation-text_product{
    width: 445.5px;
    height: 407px;
    display: flex;
    flex-direction: column;
}

.presentation-text_product .home-text_product{
    color: rgba(216, 125, 74, 1);
    margin-bottom: 16px;
}
.presentation-text_product p{
    color:rgba(0, 0, 0, 1);
    opacity:50%;
    margin-bottom: 32px;
}
.text-price{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.23px;
    color:rgba(0, 0, 0, 1);
    margin-bottom: 47px;
}
  /* -------FORM------- */
  .form-conteiner_row{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:16px;
  }
.quantity{
    width: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.border-left,
.number-quntity,
.border-right{
    height: 48px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    color:rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 33.33%;
    background-color: rgba(241, 241, 241, 1);
    border:none;
    cursor: pointer;
}
.number-quntity{
    color:rgba(0, 0, 0, 1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-sub{
    background-color: rgba(216, 125, 74, 1);
    width: 160px;
    height: 48px;
    border: none;
    color:rgba(255, 255, 255, 1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
/*----------------------________________HOME-features________________----------------------*/ 
.features_conteiner{
    display: flex;
    flex-direction: row;
    gap:125px;

}
.features_article{
    display: flex;
    flex-direction: column;
    width: 635px;
}
.features_article p{
    color:rgba(0, 0, 0, 1);
    opacity: 50%;
}
.features_complectation{
    width: 350px;
}
.option-row{
    display: flex;
    flex-direction: row;
    gap:24px;
    margin-bottom: 8px;
}
.option-cnt{
    font-weight: 700;
    line-height: 25px;
    font-size: 15px;
    color:rgba(216, 125, 74, 1);
}
.option-name{
    opacity: 50%;
}
/*----------------------________________HOME-gallery________________----------------------*/
.gallery-conteiner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:30px;
}
.gallery-conteiner_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.gallery-conteiner_left-first,
.gallery-conteiner_left-second{
    width: 445px;
    height: 280px;
}
.gallery-conteiner_left-first,
.gallery-conteiner_left-second,
.gallery-conteiner_right{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.gallery-conteiner_right{
    width: 635px;
    height: 592px;
}
/*----------------------________________HOME-vidjets________________----------------------*/
.vidjets-conteiner{
    height: 571px;
    margin-bottom: 160px;
}

.vidjets-conteiner h4{
    text-align: center;
    margin-bottom: 64px;
}

 .widget_wpalsolikepostswidget{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:30px
}

.widjet-conteiner{
    display: flex;
    flex-direction: column;
    gap:40px;
    width: 350px;
}
.widjet-bg{
    display: flex;
    min-width: 350px;
    min-height: 318px;
    background-color: rgba(241, 241, 241, 1);
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.widjet-article{
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media(max-width: 768px) and (min-width: 375px){

.presentation-product,
.features,
.gallery{
    margin-bottom: 120px;
}
.presentation-product .presentation_conteiner{
    align-items: flex-end;
    flex-direction: row;
    gap:69px;

}
.presentation-product .presentation-photo_product{
    width: 281px;
    height: 480px;
}

.presentation-product .presentation-text_product{
  margin-bottom: 45px;
    width: 339.5px;
    height: 390px;
    align-items: flex-start;
}
.presentation-product .presentation-text_product h3,
.presentation-product .presentation-text_product p{
    text-align: start;
}
.presentation-product .shadow-big{
    bottom: 45px;
}

/*-----------------------features----------------------*/ 
.features_conteiner{
    display: flex;
    flex-direction: column;
    gap:120px;

}
.features_complectation{
    display: flex;
    flex-direction: row;
    gap:11px;
}
.features_complectation h4{
    width: 339px;
}
.option-row{
    width: 199px;
}
/*-----------------------gallery----------------------*/ 
.gallery-conteiner_left-first,
.gallery-conteiner_left-second{
    width: 277px;
    height: 174px;
}

.gallery-conteiner_right{
    width: 395px;
    height: 368px;

}
.gallery-conteiner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:18px;
}
/*-----------------------vidjets----------------------*/ 
.vidjets-conteiner{
    height: 691px;
    margin-bottom: 120px;
}

.vidjets-conteiner h4{
    margin-bottom: 56px;
}

 .widget_wpalsolikepostswidget{
    gap:11px;
}

.widjet-bg{
    display: flex;
    min-width: 223px;
    min-height: 318px;
    background-color: rgba(241, 241, 241, 1);
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

}
@media(max-width: 376px) and (min-width: 150px){

.btn-conteiner {     
    margin: 16px 0 24px 0;
}
.presentation-product .presentation_conteiner{
    align-items: flex-end;
    flex-direction: column;
    gap:32px;

}
.presentation-product,
.features,
.gallery{
    margin-bottom: 88px;
}
.presentation-product .presentation-photo_product{
    width: 327px;
    height: 327px;
}
.presentation-product .presentation-text_product{
    margin-bottom: 0;
    width:327px;
    height: 390px;
    align-items: flex-start;
  }

  .presentation-product .presentation-text_product h3,
  .presentation-product .presentation-text_product p{
      text-align: start;
  }

/*-----------------------features----------------------*/ 
.features_conteiner{
    display: flex;
    flex-direction: column;
    gap:88px;

}
.features_complectation{
    flex-direction: column;
    gap:24px;
}
.features_complectation h4{
    width: 327px;
}

.features_article{
    width: 327px;
}
/*-----------------------gallery----------------------*/ 
.gallery-conteiner_left-first,
.gallery-conteiner_left-second{
    width: 327px;

}

.gallery-conteiner_left{
    gap:18px
}

.gallery-conteiner{
    flex-direction: column;
    justify-content: space-between;
    gap:18px;
}
/*-----------------------vidjets----------------------*/ 
.vidjets-conteiner{
    height: auto;
}

.vidjets-conteiner h4{
    margin-bottom: 40px;
}

 .widget_wpalsolikepostswidget{
    flex-direction: column;
    gap:56px
}

.widjet-conteiner{
    display: flex;
    flex-direction: column;
    gap:32px;
    width: 350px;
}
.widjet-bg{
    display: flex;
    min-width: 350px;
    min-height: 120px;
    background-color: rgba(241, 241, 241, 1);
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.widjet-bg img{
    max-width: 70px;
    max-height: auto;
}
.widjet-article{
    display: flex;
    flex-direction: column;
    align-items: center;
}

}