.trig-item22 h3, .trig-item222 h3 {
    font-weight: bold;
    font-size: 20px;
}


.trig-item22 p, .trig-item222 p {
    padding-top: 10px;
    text-align: justify;
}

.list li {
    padding: 5px;

}


.flex-block p {
    text-align: left;
}

.numbers {
    font-size: 30px;
    color: blueviolet;
    margin-right: 10px;
    
}

.usugi-title {
    margin: 0;
}

.color {
    font-size: 20px;
    color: blueviolet;
}


.business {
    margin-bottom: 50px;
}

.price {
    width: 100%;
    height: 100px;
    background: blanchedalmond;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
}

.business p {
    text-align: left;
    font-size: 18px;
}

.business1 ul li {
    padding: 5px;
    text-align: left;
}

.business ul {
    padding-bottom: 50px;
}

.business h3 {
    color: blueviolet;
}



/* блоки с двумя флексбоксами */

.flex, .flex2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}


.flex-block, .flex-block2 {
    flex: 1 1 300px;
    text-align: left;
}

.content h3 {
    text-align: center;
}

.tables h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.orderbtn {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    color: white;
    background: blueviolet;
    margin: 10px auto;
    line-height: 40px;
    transition: all .5s ease;
    text-decoration: none;
    border-radius: 10px;
}

.orderbtn:hover {
    background: orange;
    color: black;
}

.margin {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding {
    margin: 20px;
}

.bigtext {
    text-transform: uppercase;
}

h1 {
    text-align: center;
}


.content h4 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
}

.content img {
    display: block;
    margin: 15px auto;
    border-radius: 50px;
}


.review {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}



.review__img {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.review__feedback {
    margin: 5px;
}

.review__name {
    text-align: center;
    color: blueviolet;
    font-weight: bold;
    margin-top: 10px;
}

.flex-steps {
    text-align: left;
}

.flex-nums {
max-width: 50px;
    font-size: 40px;
    color: blueviolet;
}

.blocks {
    display: block;
    height: 50px;
    width: 100%;
    font-weight: bold;
    text-decoration:underline; 
    
}

