/*преиммущества*/
.pre-icon {
    min-height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pre-icon img {
    width: 64px;
    height: 64px;
}
.pre-block-text {
    font-weight: 300;
    line-height: 1.5;
    padding-top: 10px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.pre-block-zag {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    color: #ffffff;
}
.pre {
    margin-bottom: 80px;
}
.pre-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap:wrap;
}
.pre-block {
    width: 49%;
    margin-bottom: 20px;
    display: flex;
    padding: 20px;
    padding: 28px 31px;
    border-radius: 20px;
    background-color: #313a83;
}
.pre-image {
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
    width: auto;
    min-width: 80px;
}
.pre-text {
    text-align: left;
    font-family: 'roboto_condensedb', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #393939;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-zag {
    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: 15px;
    text-align: left;
    font-size: 16px;
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.8;
}

.seo-text h2{
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
}
.seo-text ul li {
    background: url(/d/svgexport-7_30.svg) no-repeat;
    background-size: 25px;
    background-position: left 0% top 50%;
    padding: 3px 0px 3px 35px;
    list-style: none;
}
.seo-text ul{
	padding-left:10px;
}
table.s_tab {
    width: 100%;
}
table.s_tab tr:hover td{
	background:#dff6f1;
}
table.s_tab td {
    color: #29c29e;
    padding: 15px;
    font-weight: 600;
    border: 1px solid#f8f8f8;
    background: #ffffff;
    border-radius: 8px;
}

.whats {
    position: fixed;
    bottom: 60px;
    left: 140px;
    z-index: 999;
}
.call {
    position: fixed;
    bottom: 130px;
    left: 140px;
    z-index: 999;
}

@media all and (max-width: 768px) {
    .top-zag {
        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;
    }
.whats {
    position: fixed;
    bottom: 60px;
    left: 10px;
    z-index: 999;
}
.call {
    position: fixed;
    bottom: 130px;
    left: 10px;
    z-index: 999;
}
}







@media all and (max-width: 768px) {
    .pre-block {
        box-sizing: border-box;
    }
    .pre-block {
        width:100%;
    }
}

@media all and (max-width: 960px) {
.pre-block {
    width: 100%;
    border-radius: 20px;
    background: #313a83;
    margin-bottom: 20px;
    display: flex;
    padding: 10px;
}}
.folder-desc-top {
	padding-top: 10px;
}

/*@media (min-width: 1024px) {
form.shop2-product-item.product-item {
    width: calc(25% - 10px) !important;
}
}*/

.row-4-col {
    display: flex;
}
.cat-block4 {
    width: 25%;
    padding: 10px;
}

@media (max-width: 450px) {
.row-4-col {
    display: flex;
    flex-direction: column;
}
.cat-block4 {
    width: 100% !important;
    padding: 10px;
}
}