/*block1*/
.product {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.product_left {
    padding: 0 5%;
}
.product_left img {
    display: block;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;

}
.product_rigth {
    flex:1;
}
.product_rigth__this {
    margin-bottom: 40px;
}
.product_rigth h1 {
    font-size: 26px;
}
.product_rigth ul{
    font-size: 16px;
    max-width: 400px;   
    width: 100%;
    display: block;
}
.product_rigth ul li {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    column-gap: 1em;  
    border-bottom: 1px dotted #d4d4d4;
}
.product_rigth ul li span {
    color: #979797;
}
.product_rigth ul li i {
    font-style: normal;
    text-align: right; 
}
.product_rigth {
}
.product_rigth {
}


/*block2*/
.description-column h2 {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 10px;
}

.container {
    font-size: 15px;
    line-height: 1.25em;

    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    row-gap: 2em;
  
    
}
.description-column {
    width: 32%;

    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap:0.5em;
}
/*block3*/

/*block4*/

/*block5*/

/*block6*/

/*block7*/

/*block8*/
  
/*block9*/


/*block10*/


.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#333;
}
/*-------------------------------------- Media Queries ----959---------------------------------*/
@media screen and (max-width: 900px) {
    .description-column {
        width: 48%;
    }
    
}
/*-------------------------------------- Media Queries ----639---------------------------------*/
@media screen and (max-width: 659px) {
    .description-column {
        width: 100%;
    }

    .product {
        display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 2em;
    }
  
}







