
.priceTableTitle{
    text-align: center;
    margin: 20px 0px;
    font-size: 24px;
    font-weight: 600;
}

.priceTableBody{
    text-align: center;
    padding: 5px 0px;
    font-size: 16px;
}

.size{
    font-weight: 600;
}

.price a{
    font-weight: 600;
    color: #ff9515;
}

.price a:hover{
    color: #ff7715;
}


.kitImg{
    width: 416px;
    height: 300px;
}

.oddRows{
    background-color: #fcf4e2;
}

.cardSpan1{
    position: absolute;
    top: 20px;
    right: 80px;
    font-size: 16px;
    color: #E99122;
}

.cardSpan2{
    position: absolute;
    top: 50px;
    right: 80px;
    font-size: 14px;
    color: #5C595B;
}

.productsLink{
    color: white;
    border: 1px solid;
    border-radius: 5px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #F4c95f;
    margin-top: 80px;
    margin-left: 80px;
    font-size: 24px;
    display: block;
}

.kitToTableImg{
    width: 900px;
    height: 300px;
}

.kitToTableH3{
    margin-top: 40px;
    text-align: center;
}

.rowsInterval{
    margin-top: 140px;
    margin-bottom: 40px;
}

.rowsTitleH3{
    font-weight: 900;
}

.rowsP{
    font-size: 16px;
    line-height: 1.5;
}

.kitMapImg{
    width: 100%;
    height: 100%;
}

.literature {
    margin-top: 80px;
    text-align: center;
}

.pdfImg{
    width: 48px;
    height: 48px;
}