/*преиммущества*/
.pre-icon1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px;
    border-radius:50%;
    border: 2px solid#01a5b5;
}
.pre-icon1 img {
    width: 54px;
    height: 54px;
}
.pre-block-text1 {
    color: rgba(51,51,51,1);
    font-size: 16px;
    text-align: left;
    text-align-last: left;
    font-weight: 300;
    text-decoration: none;
    line-height: 150%;
    font-family: Roboto, sans-serif;
}
.pre-block-zag1 {
    color: rgba(1,60,99,1);
    font-size: 22px;
    text-align: left;
    text-align-last: left;
    font-weight: 700;
    text-decoration: none;
    line-height: 146%;
    font-family: Lora, serif;
}
.pre1 {
    margin-bottom: 50px;
}
.pre-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap:wrap;
}
.pre-block1 {
    width: 45%;
    border-radius: 0px;
    background: transparent;
    margin-bottom: 20px;
    display: flex;
    padding: 20px 0;
}
.pre-image1 {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
    width: auto;
    min-width: 80px;
}
.pre-text1 {
    text-align: left;
    font-family: 'Montserrat', 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: 80px;
    text-align: left;
    font-size: 16px;
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.8;
}
.seo-text h2 {
    color: rgba(1,60,99,1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 400;
    text-decoration: none;
    line-height: 125%;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-family: 'TagirCTT-Normal_'!important;
}
.seo-text ul li {
    background: url(/d/box.png) no-repeat;
    background-size: 19px;
    background-position: left 0% top 35%;
    padding: 3px 0px 3px 29px;
    list-style: none;
}
/*порядок работ*/
.list-zag{
    color: #000;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Fira Sans Extra Condensed', 'Roboto', Arial, Helvetica, sans-serif;
    text-align:center;
    margin-bottom: 80px;
    font-size: 24px!important;
}
.list2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 80px;
}
.number {
    display: flex;
    justify-content: left;
    color: rgba(255,255,255,1);
    font-size: 50px;
    text-align: left;
    text-align-last: left;
    font-weight: 700;
    text-decoration: none;
    line-height: 115%;
    font-family: Lora, serif;
}
.opis{
    padding-top: 10px;
    font-family: 'Fira Sans Extra Condensed', Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #181818;
    font-size: 18px;
}
.opis a{
    text-decoration: underline;
    color: #eea21a;
    box-shadow: none;
}


p.seo-zag {
    font-family: 'TagirCTT-Normal_'!important;
    color: #01385f;
}

p.seo-zag {
    font-family: 'TagirCTT-Normal_'!important;
    color: #01385f;
    font-size: 20px;
    padding-top: 30px;
}

.seo-text a {
    text-decoration: underline;
    color: #5d802c;
}

.site-main__inner {
    margin: 0 auto 0px;
}
ul.seo-ul {
    padding: 0;
}

ul.seo-ul li {
    background: white !important;
    width: 100%;
    margin: 8px 0px;
    padding: 10px 45px;
    box-shadow: 0px 2px 5px 0px rgba(243, 232, 222, 1);
    color: #0382aa;
    font-size: 20px;
}

ul.seo-ul li:hover {
    background: linear-gradient(rgba(10, 210, 223, 1), rgba(5, 167, 183, 1)) !important;
}

ul.seo-ul li:hover a {
    color: rgba(255, 255, 255, 1);
}

ul .seo-ul a {
    width: 100%;
    color: rgba(1,60,99,1);
    font-size: 18px;
    font-weight: 500;
}

ul {
    padding: 0 0 0 18px;
}

::marker {
    color: #0382aa;
    font-family: 'TagirCTT-Normal_'!important;
}

.seo-text a {
    text-decoration: underline;
    color: #5d802c;
    color: #01385f;
    font-size: 18px;
}

.info2 {
    width: 42%;
    padding: 32px;
    border-radius: 10px;
    background: rgba(1,165,181,1);
    background: -moz-linear-gradient(0deg, rgba(1,165,181,1) , rgba(8,204,214,1));
    background: -webkit-gradient(0deg, color-stop(0%, rgba(1,165,181,1)), color-stop(100%, rgba(8,204,214,1)));
    background: -webkit-linear-gradient(
0deg, rgba(1,165,181,1), rgba(8,204,214,1));
    background: -o-linear-gradient(0deg, rgba(1,165,181,1), rgba(8,204,214,1));
    background: -ms-linear-gradient(0deg, rgba(1,165,181,1), rgba(8,204,214,1));
    background: linear-gradient(
0deg, rgba(1,165,181,1) , rgba(8,204,214,1) );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(1,165,181,1)', endColorstr='rgba(8,204,214,1)', GradientType=0 );
    background-attachment: scroll;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-color: rgba(51,51,51,1);
    border-style: solid;
    border-width: 0px;
    margin-bottom:20px;
}
.opis1 {
    color: rgba(255,255,255,1);
    font-size: 20px;
    text-align: left;
    text-align-last: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: Lora, serif;
    margin-top: 24px;
}
.opis2 {
    font-weight: 400;
    line-height: 18px;
    padding-top: 10px;
    font-size: 16px;
    color: #4c4f57;
    font-family: 'Montserrat', sans-serif;
}
.number-text {
    font-size: 40px;
    font-weight: 900;
    color: #fcb75e;
    background: #4c4f57;
    border-radius: 50%;
    padding: 20px 35px;
    line-height: 40px;
}
.list2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.text_main .title {
    text-align: center;
}

.site-main__inner h1 {
    text-align: center;
}

.clips-item-in .clips-item-text-wrap .clips-item-text a {
    color: #01385f;
    font-family: 'Roboto Slab', Georgia, serif;
    font-weight: 500;
    font-size: 15px;
}

div.clips-item-in .clips-item-text-wrap {
    min-height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.clips-item-in .clips-item-text-wrap .clips-item-text p {
    margin: 0px 0 15px;
}


@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;
    }
    .button-tab {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}







@media all and (max-width: 768px) {
    .pre-block {
        box-sizing: border-box;
    }
    .seo-form-zag {
        font-size: 28px;
    }
    .pre-block {
        width:100%;
    }
}

@media all and (max-width: 960px) {
.pre-block {
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
    margin-bottom: 20px;
    display: flex;
    padding: 10px;
}}
@media all and (max-width: 1050px) {
    .product-block {
    width: 48%;
    min-height: 450px;
}
    
}
@media all and (max-width: 768px){
        .product-block {
    width: 90%;
    min-height: 450px;
}
}



/*товары переходи горизонтальные */
.product1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-block {
    width: 42%;
    display: flex;
    padding: 30px;
    background: transparent;
    margin-bottom: 30px;
    justify-content: space-between;
    border: 1px solid#35393b;
}
.product-content {
    display: flex;
    justify-content: space-between;
    width:100%;
}
.product_text {
    padding-left: 45px;
}
.img-block {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.product-image {
    width: calc((100% / 10) * 2);
    flex: none;
}
.product_text{
    width: calc((100% / 10) * 10);
}
.name{
    color: rgba(51,51,51,1);
    font-size: 20px;
    text-align: left;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 150%;
    font-family: PT Serif, serif;
}
.opis-content{
    color: rgba(64,61,73,0.8);
    font-size: 14px;
    text-align: left;
    text-align-last: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: Tahoma, Geneva, sans-serif;
}
.img-block img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}