/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/*
.errortext{
display: none !important;
}
 */

@media only screen and (min-width: 1100px) {
    .listitem {
        display: flex;
        position: relative;
        width: 1000px;
        -webkit-flex-wrap: wrap;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1100px) {
    .listitem {
        display: flex;
        position: relative;
        -webkit-flex-wrap: wrap;
        margin: 0 auto;
        width: 90%;
    }
}
@media only screen and (min-width: 1100px) {
    .listitem a {
        text-decoration: none;
    }
}
@media only screen and (min-width: 1100px) {
    .linkpdf {
        color: #4871b9;
        z-index: 1;
        display: block;
        max-width: 300px;
        margin: 1% 1%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1100px) {
    .linkpdf {
        color: #4871b9;
        z-index: 1;
        display: block;
        max-width: 300px;
        margin: 1% 1%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 1100px) {
    .imgpdf {
        width: 230px;
        height: 300px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1100px) {
    .imgpdf {
        width: 90px;
        height: 95px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1100px) {
    .imgpdf img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1100px) {
    .imgpdf img {
        display: block;
        max-width: 100%;
        height: 35px;
    }
}
@media only screen and (max-width: 1100px) {
    .imgpdf img {
        height: 100px !important;
        margin: 0 auto;
    }
}

.section.__advantages.__gray .container {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.section_title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

.section_subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}
@media only screen and (min-width: 1100px) {
    .section_subtitle {
        display: block;
    }
}
.advantages {
    padding: 30px 0 0;
}
.advantages_row:first-child {
    margin-bottom: 79px;
}
.advantages_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advantages_item {
    float: left;
    width: 315px;
}
.advantages_item_img {
    float: left;
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #5882b9;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.advantages_item_text {
    float: left;
    width: 235px;
}
.advantages_item_title {
    font-weight: 700;
    color: #5882b9;
    font-size: 18px;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}