.table-striped {
    border-collapse: collapse;
}
.table-striped th {
    padding: 12px 30px 15px;
    background: #ffffff;
    text-align: left;
    vertical-align: top;
}
.table-striped td {
    padding: 25px 30px 21px;
    vertical-align: top;
}
.table-striped td p:first-child {
    margin-top: 0;
}
.table-striped td p:last-child {
    margin-bottom: 0;
}
.table-striped tr:nth-child(odd) td {
    background: rgba(218, 227, 240, 0.6);
}
.table-striped tr:nth-child(even) td {
    background: rgba(242, 246, 252, 0.6);
}
.price-configurator__top a, .feedback-fl a, .drop-box__bot a, .sale-text a {
    color: #E93E7C;
}
.price-configurator__top a:hover,
.drop-box__bot a:hover,
.sale-text a:hover,
.feedback-fl a:hover
{
    color: #408DF2;
}

.dots {
    margin: 40px 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.dots li {
    width: 50%;
    margin: 15px 0;
    padding: 0 100px 0 26px;
    position: relative;
    /*float: left;*/
}
.dots:after {
    clear: both;
    display: block;
    content: "";
}
.dots li:before {
    position: absolute;
    background: #E93E7C;
    width: 10px;
    height: 10px;
    content: "";
    left: 0;
    top: 8px;
    border-radius: 50%;
    display: block;
}
.dots li > strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    font-family: 'IBM Plex Sans', 'Arial', sans-serif;
    margin: 0 0 10px 0;
}

