@import url(reset.css);

@import url(header.css);


@import url(footer.css);

@import url(timer.css);

@import url(slider.css);

@import url(form.css);





body {
    font-family: "Poppins", "Helvetica Neue", Helvetica, sans-serif;
    background-color: #222831;
    color: rgba(238, 238, 238, 0.75);
    font-size: 18px;
}
/*------------------------*/
.wrapper {
    min-height: 100%;
    overflow: clip;

    display: flex;
    flex-direction: column;
}
/*------------------------*/

.page{
    flex: 1 1 auto;
    padding-top: 101px;
}

@media(max-width: 420px) {
    .page {
        padding-top: 85px;
    }
}

@media(max-width: 390px) {
    .page {
        padding-top: 80px;
    }
}

@media(max-width: 360px) {
    .page {
        padding-top: 75px;
    }
}

@media(max-width: 320px) {
    .page {
        padding-top: 68px;
    }
}

/*------------------------*/
[class*="__container"] {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
/*---------------------*/
/*--It makes image flexible: only works if we have both activities below!--*/

.page__main {
    position: relative;
    text-align: center; 
    flex: 0 0 53.2%;
}

.page__main img {
    max-width: 100%;
}
  

.wrap-text {
    position: absolute;
    top: 18%;  /* position the top  edge of the element at the middle of the parent */
    left: 43%; /* position the left edge of the element at the middle of the parent */
    padding-right: 180px;
    transform: translate(-50%, -50%); 
       
}
    
.wrap-text > div {
    padding-top: 44px;
    color: #fff;
    background:rgb(237, 44, 44);
    height:120px;
    width: 120px;
    border-radius: 50%;
    rotate: -45deg;
    
}


/*---------------------*/
.price-container {
      display: flex;
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
      font-family: Arial, sans-serif;
      color: white;
    }

    .price-block {
      flex: 1;
      text-align: center;
      padding: 10px;
         }

    .old-price-block {
      background-color: rgb(34, 39, 48);
    }

    .promo-price-block {
      background-color: red;
    }

    

    .price {
      font-size: 24px;
    }

    .old-price {
      text-decoration: line-through;
    }
 .text_price {
    margin-bottom: 10px;
    
 }

 .discount-badge {
      position: absolute;
      top: 66.5vh;
      left: 50%;
      transform: translateX(-50%);
      background-color: white;
      color: red;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 22px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      z-index: 2;
    }




@media (max-width: 450px) {

    .price__new {
        font-size: 16px;
        line-height: 40px;
        padding-right: 10px;
        
    }
    .price__old__special{
        padding-left: 10px;
    }

}

/*----Button-----*/

.button__style {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    
    
    padding: 5px 82px;
    color: #ae2a2a;
    background-color:  rgb(34, 39, 48);
    border-radius: 12px;
    color: rgb(225, 203, 0);
    border: 2px solid rgb(255, 203, 0);

    transition: background-color 0.3s ease 0s;
    margin-bottom: 20px;

    


}

.button {
    display: flex;
    justify-content: center;
    margin: 0, auto;
    max-width: 100%;
    margin-bottom: 5px;
    position: relative;
    margin: 0 auto;
    align-items: center;
    background-color: #fff;
    max-width: 480px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(255, 203, 0);

   
}

@media(max-width: 420px){
    
    .button__style {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 55px;
    line-height: 40px;
}


}

/*-------------------------*/

.img__only {
    position: relative;
    text-align: center; 
    flex: 0 0 53.2%;
}

.img__only img{
    max-width: 100%;
}
  
.properties__content {
    position: relative;
    margin: 0 auto;
    align-items: center;
    background-color: #fff;
    max-width: 480px;
    padding-top: 20px;
    padding-bottom: 10px;
    color:black;
}

.properties__title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    color:rgb(13, 4, 61);

}

.main_title {
    position: relative;
    margin: 0 auto;
    align-items: center;
    background-color: #e1f4f5;
    max-width: 480px;
    padding-top: 20px;
    padding-bottom: 20px;
    color:black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size:26px;
    font-weight: 600;
}



.properties__items li{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
    color:rgb(11, 5, 46);
	background: url('../img/halka.jpg') left no-repeat;
	border-bottom: 2px solid rgb(255, 203, 0);
   
   
}

.properties__items li:nth-child(1){
    border-top: 2px solid rgb(255, 203, 0);
    padding-top: 20px;
    padding-left:  55px;
    padding-bottom: 20px;
}

.properties__items li:nth-child(2){
    padding-top: 20px;
    padding-left:  55px;
    padding-bottom: 20px;
   }

   .properties__items li:nth-child(3){
    padding-top: 20px;
    padding-left:  55px;
    padding-bottom: 20px;
   }

    .properties__items li:nth-child(4){
        padding-top: 20px;
        padding-left:  55px;
        padding-bottom: 20px;
   
}

.properties__items li:nth-child(5){
    padding-top: 20px;
    padding-left:  55px;
    padding-bottom: 20px;
}

.properties__items li:nth-child(6){
    padding-top: 20px;
    padding-left:  55px;
    padding-bottom: 20px;
}

@media(max-width: 365px) {
    .properties__items li{
      font-size: 14px;             
    }
}

/*-------------------------------*/

.video {
    display: flex;
    justify-content: center;
    
    
    max-width: 100%;
   
    margin-bottom: 5px;
    position: relative;
    margin: 0 auto;
    align-items: center;
    background-color: #fff;
    max-width: 480px;
    padding-top: px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgb(255, 203, 0);

   
   
    
}
.video img {
    max-width: 100%;
    
}

.title-video {
    
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 20px;
    max-width: 480px;
    padding-bottom: 20px;
}

/*---------------------*/




.description__image {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
}

.description__image img {
    width: 100%;
}

.description__text  {
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    color: rgb(9, 3, 44);
    background-color: #fff;
    display: flex;
    margin: 0 auto;
    max-width: 480px;
    padding: 20px 15px 20px 15px;

}




.description__title>span {
    color: rgb(57, 181, 74);
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

/*------------------------*/
.characteristics__title {
    line-height: 30px;
    color: black;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 480px;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
}

.parameters__item {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: black;
    background-color: rgb(240, 240, 240);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    max-width: 480px;
    padding: 10px 25px 10px 25px;
}

.item {
    background-color: #fff;
}

.feedback>p>span {
   color: rgb(248, 193, 40);
   font-weight: 600; 
}

.feedback>p {
    font-weight: 600;
    padding-bottom: 30px;
}

.feedback>h2{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 20px;
}
/*------------------------*/



.delivery__order>img {
    border-radius: 50%;
    height: 23%;
    width: 23%;
}
.delivery__order {
    color: rgb(9, 3, 44);
    background-color: #fff;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 45px;
    max-width: 480px;
    padding: 15px 15px 10px 15px;
    
}

.delivery__order>p>span {
    font-weight: 600;
    line-height: 30px;
    background-color: #fff;

}

@media(max-width: 400px) {
    .delivery__order {
        font-size: 12px;
    }
}
.delivery {
    
    position: relative;
    margin: 0 auto;
    align-items: center;
    background-color: #fff;
    max-width: 480px;
    padding-top: 2px;
    padding-bottom: 30px;
    

   
    
    

}

.back__link {
    line-height: 60px;
    color: black;
    text-decoration: underline;
}
.feedback {
    line-height: 30px;
    font-weight: 600;
    background-color: #fff;
    color: rgb(9, 3, 44);
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 480px;
    padding: 20px 5px 20px 15px;
    
}

/*----------------*/
/*------Ціна перекреслена------*/

    
    .oold-price {
      color: black;
      text-decoration: line-through;
      margin-right: 10px;
      background-color: #fff;
    }
    .neew-price {
      color: red;
      font-weight: bold;
      background-color: #fff;
    }

    .prices {
        font-size: 24px;
    }

    .price_1 {
         font-size: 24px;
         margin-bottom: 20px;
    }

