/*преиммущества*/
.pre-icon {
    min-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pre-icon img {
    width: 40px;
    height: 40px;
}

.pre-block-text {
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #67697e;
    font-weight: 300;
}
.pre-block-title {
    text-align: left;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    color: #2e2f38;
    font-size: 20px;
}
.pre {
    margin-bottom: 80px;
}
.pre-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #ededf3;
}
.pre-block {
    width: 32%;
    display: flex;
    padding: 15px;
    border-radius:  0px;
    background-color: transparent;
}
.pre-image {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    width: auto;
    min-width: 45px;
}
.pre-text {
    text-align: left;
    font-size: 16px;
    color: #393939;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.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;
}
.seo-text table {
    width: 100%;
}
.seo-text table td {
    padding: 5px;
    border: 1px solid #ececec;
}

.seo-text ul li {
    background: url(/d/svgexport-15_6.svg) no-repeat;
    background-size: 20px;
    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;
   } 
      .pre-icon img {
    width: 24px;
    height: 24px;
}
.pre-icon {
    min-height: 30px;
}
.pre-image {
    margin-right: 12px;
    justify-content: start;
    min-width: 30px;
}
}
@media all and (max-width: 280px) {
.pre-block {
    width: 100%;
}
   .seo-text h2{
   	font-size:20px;
   } 
   .pre-image {
	display:none;
}

}