/*преиммущества*/
.pre-icon {
    height: 55px;
    width: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px;
    border-radius: 50%;
    background: #f8ae09;
    align-items: center;
}
.pre-icon img {
    width: 36px;
    height: 36px;
}
.pre-block-text {
    padding-top: 5px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #67697ecc;
    font-weight: 400;
}
.pre-block-title {
    text-align: left;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #2e2f38;
    font-size: 16px;
    line-height: 120%;
}
.pre {
    margin-bottom: 80px;
}
.pre-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap:wrap;
}
.pre-block {
    width: 33%;
    margin-bottom: 20px;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: #f2f4f8;
}
.pre-image {
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
    width: auto;
    min-width: 55px;
}
.pre-text {
    text-align: left;
    font-size: 16px;
    color: #393939;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-title {
    padding: 15px;
    border: 1px solid#eeeeee;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 80px;
    color: #af2339;
}
/*текст*/
.seo-text{
    margin-bottom: 80px;
    text-align: left;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #808080;
}
.seo-text ul li {
    background: url(/d/svgexport-15_10_1.svg) no-repeat;
    background-size: 15px;
    background-position: left 0% top 50%;
    padding: 3px 0px 3px 29px;
    list-style: none;
}


@media all and (max-width: 1050px) {
.pre-block {
    width: 48%;
}
    
}



@media all and (max-width: 960px) {
.pre-block {
    width: 48%;
    margin-bottom: 20px;
    display: flex;
    padding: 20px;
}}

@media all and (max-width: 768px) {
    .pre-block {
        box-sizing: border-box;
    }
    .seo-form-title {
        font-size: 28px;
    }
    .pre-block {
        width:100%;
    }
}
@media all and (max-width: 768px) {
    .top-title {
        font-size: 20px;
    }
    .wrap h2 {
        line-height: normal !important;
        font-size: 20px !important;
    }
    .wrap h2 br {
    display: none;
    }
    .pre-block {
        width: 100%;
        margin-bottom: 10px;
    }
    .pre-content {
        flex-direction: column;
    }
    .button-tab {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    
}
@media all and (max-width: 680px) {
.pre-block {
    width: 100%;
}
   .seo-text h2{
   	font-size:24px;
   } 

}
@media all and (max-width: 280px) {
.pre-block {
    width: 100%;
}
   .seo-text h2{
   	font-size:20px;
   } 
   .pre-image {
	display:none;
}

}