@import url(reset.css);

@import url(header.css);


@import url(footer.css);

@import url(timer.css);

@import url(slider.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 {
    max-width: 510px;
}

.price {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(91, 90, 96);
    margin: 0 auto;

     
}

.price__new {
    color:#fff;
    line-height: 100px;
    font-size: 40px;
    font-weight: bold;
    padding-right: 30px;
}
.price__old__special {
    background: #fff;
    color:black;
    font-size: 40px;
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 80px;
    position: relative; /*necessary for the red line through*/
}

/*---Red line through for the old price*/
.price__old__special:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 80%;
    height: 50%;
    transform: rotate(7deg);
}

@media (max-width: 450px) {

    .price__new, .price__old__special {
        font-size: 26px;
        line-height: 60px;
        padding-right: 10px;
        
    }
    .price__old__special{
        padding-left: 10px;
    }

}

/*----Button-----*/

.button__style {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    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);

}




.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: 11.5px;             
    }
}

/*-------------------------------*/

.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: 18px;
    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;
    border-bottom: 2px solid rgb(255, 203, 0);
   

   
    
    

}
.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;
    
}

/*----------------*/


