#state a {
    color: #3578e5;
    font-weight: 600;
}
#state img {
    max-width: 100%;
    margin: 10px auto;
    display: block;
}
.blue{
    color: blue;
}
.bg-blue{
    background-color: #c9daf8;
    display: block;
    margin: 10px auto;
    padding: 10px;
}


.table-container {
    width: 100%;
    margin: 0 0 1em;
    }
table {
    border-collapse: collapse;
    background: #c9daf8;
}
    
table, th, td {
    border: 1px solid rgb(0, 17, 255);
}
.center{
    text-align: center !important;
}
.bg-green{
    background-color: #d9ead3;
    display: block;
    margin: 10px auto;
    padding: 10px;
}
@media (min-width:767px){
    tr td:first-child{
        min-width: 190px;
    }
}


.slider {
    background: #f3f3f3;
    padding: 15px 70px
}

.slider__numbers {
    color: #000
}

@media (max-width:767px) {
    .slider {
        padding: 15px 5px
    }
}

.slider__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    color: #000;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .slider__title {
        font-size: 28px;
        line-height: 34px
    }
}

.slider__text {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 15px
}

.slider__text span {
    font-size: 25px;
    color: red;
    font-weight: 900
}

@media (max-width:767px) {
    .slider__text {
        font-size: 18px;
        line-height: 28px
    }
}

.slider__prod-img {
    margin: 0 auto
}

@media (max-width:767px) {
    .slider__prod-img {
        width: 150px
    }
}

.slider__slider {
    padding-top: 150px;
    position: relative;
    height: 100px
}

@media (max-width:767px) {
    .slider__slider {
        padding-top: 115px
    }
}

.slider__img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-57%);
    z-index: 15;
    cursor: pointer
}

.slider__bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: #ff0;
    background: linear-gradient(90deg, #e00000, yellow)
}

.slider__numbers {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 0px;
}

.slider__numbers li {
    list-style: none;
}
.red{
    color:red;
}
.component_img img{

}
@media (max-width:767px) {
    .slider__numbers li {
        font-size: 15px;
        line-height: 22px
    }
}
/*
.slider__numbers li:nth-child(1) {
    left: 9%;
}

.slider__numbers li:nth-child(2) {
    left: 13%
}

.slider__numbers li:nth-child(3) {
    left: 17%
}

.slider__numbers li:nth-child(4) {
    left: 21%
}

.slider__numbers li:nth-child(5) {
    left: 25%
}
.slider__numbers li:nth-child(6) {
    left: 29%
}
.slider__numbers li:nth-child(7) {
    left: 33%
}
.slider__numbers li:nth-child(8) {
    left: 37%
}
.slider__numbers li:nth-child(9) {
    left: 41%
}
.slider__numbers li:nth-child(10) {
    left: 45%
}
.slider__numbers li:nth-child(11) {
    left: 50%
}
.slider__numbers li:nth-child(12) {
    left: 55%
}
.slider__numbers li:nth-child(13) {
    left: 60%
}
.slider__numbers li:nth-child(14) {
    left: 65%
}
.slider__numbers li:nth-child(15) {
    left: 70%
}
.slider__numbers li:nth-child(16) {
    left: 75%
}
.slider__numbers li:nth-child(17) {
    left: 80%
}
.slider__numbers li:nth-child(18) {
    left: 85%
}
.slider__numbers li:nth-child(19) {
    left: 90%
}
.slider__numbers li:nth-child(20) {
    left: 95%
}
*/
