

/* Start:/assets/blog.css?173857558723150*/
.spacer-20 {
    width: 100%;
    height: 20px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-40 {
    width: 100%;
    height: 40px;
}

.spacer-50 {
    width: 100%;
    height: 50px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.section__blog {
    position: relative;
    max-width: 904px;
    margin: auto;
}

.section__blog a {
    color: #77b0d1;
}

.art-sect a {
    color: #102D69;
}

.blog__container__bottom .btn_blog {
    color: #FFF;
}

.section__blog__row {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    min-height: 401px;
    flex-wrap: wrap;
}

.blog__container {
    width: 288px;
    height: 447px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #eef3f8;
    position: relative;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    margin: 10px 5px;
}

.blog__container__top {
    width: 100%;
    height: 194px;
    min-height: 194px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    background-size: cover !important;
}

.blog__container__bottom {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 253px;
    padding: 10px 15px 25px 15px;
}

.blog_1 {
    background: url('/assets/blog_img/blog-010.png')
}

.blog_2 {
    background: url('/assets/blog_img/blog-012.png')
}

.blog_3 {
    background: url('/assets/blog_img/blog-013.png')
}

.share__section {
    position: fixed;
    min-width: 50px;
    background-color: #FFF;
    padding: 15px 5px;
    top: 30%;
    right: 100px;
    z-index: 100;
    border-radius: 38px;
    box-shadow: 0 5px 7px 1px rgb(226, 226, 226);
}

.share__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 64px;
}

.share__title {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #85c4e8;
    padding: 1px;
    margin-bottom: 5px;
}

.share__item {
    width: 32px;
    height: 32px;
    background-color: #85c4e8;
    margin: 2px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 50%;
}

.share__item:hover {
    cursor: pointer;
}

.share__item__img {
    border-radius: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    /* transform: scale(0.9); */
}

.autor__section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin-bottom: 25px;
}

.autor__section__img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #cfe5f8;
    background-color: #cfe5f8;
    background-position: 50%;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    left: 15px;
    background-size: cover !important;
}

.autor__section__text {
    border: 2px solid #cfe5f8;
    border-radius: 25px;
    padding: 15px 50px;
    background-color: #FFF;
    position: absolute;
    left: 140px;
}

.autor__name {
    font-family: 'Cocon';
    font-size: 24px;
}

.autor__descript {
    font-size: 18px;
}

.section__blog__top-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section__blog__top-banner-img {
    width: 40%;
}

.section__blog__top-banner-img img {
    width: 100%;
    height: auto;
    margin: 0;
}

.section__blog__top-banner-list {
    width: 55%;
}

.section__blog__top-banner-list ul.goat li:before {
    left: 0 !important;
}

.section__blog__top-banner-list ul.goat li a {
    padding-left: 0 !important;
}

.top-banner-list__title {
    line-height: 1;
    font-size: 22px;
    /* font-family: 'Cocon', sans-serif; */
    font-weight: bold;
}

@media (max-width: 1371px) {
    .share__section {
        right: 15px;
    }
}

@media (max-width: 1125px) {
    .share__section {
        position: relative;
        right: 15px;
        box-shadow: 0 0px 0px 2px #85c4e8;
        width: 220px;
        margin: 35px 0 20px auto;
        padding: 5px 5px;
    }
    .share__block {
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-end;
        flex-direction: row;
        width: 210px;
    }
    .share__item {
        margin: 2px 5px;
    }
    .share__title {
        position: absolute;
        top: -27px;
        width: 220px;
        font-size: 14px;
    }
    .autor__section__img {
        top: 0;
        left: auto;
        width: 120px;
        height: 120px;
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .autor__section__text {
        margin-top: 100px;
        left: auto;
        position: relative;
    }
    .autor__name {
        font-size: 22px;
    }
    .autor__descript {
        font-size: 16px;
    }
    .section__blog img {
        margin-right: auto !important;
        margin-left: auto;
        float: none !important;
        height: auto;
    }
    /* .section__blog ul.goat {
        float: none !important;
        margin-bottom: 0px !important;
        padding-bottom: 0 !important;
    } */
}

@media (max-width: 568px) {
    .section__blog__top-banner {
        justify-content: center;
    }
    .section__blog__top-banner-img {
        width: 100%;
    }
    .section__blog__top-banner-list {
        width: 100%;
        margin-bottom: 30px;
    }
    /* .top-banner-list__title {
        line-height: 1;
        font-size: 32px;
        font-family: 'Cocon', sans-serif;
    } */
}

h2.h2-blog {
    font-family: 'Cocon';
    font-size: 21px;
    color: rgba(27, 38, 104, 255);
    margin-bottom: 21px;
    display: block;
    text-align: left;
}

h2.h2-blog-cont {
    font-family: 'Cocon';
    font-size: 17px;
    color: rgba(27, 38, 104, 255);
    margin-bottom: 21px;
    display: block;
    text-align: left;
    margin-bottom: 21px;
    margin-top: 0;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.h2-blog-cont-mini {
    margin-bottom: 10px;
}

.section__blog>h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.section__blog>h3 {
    margin-bottom: 0;
}

p.text-blog {
    font-family: 'Century Gothic', sans-serif;
    color: #1E1F21;
    font-size: 14px;
    line-height: 1.57;
    color: rgba(29, 57, 114, 255);
    text-align: left;
    margin-bottom: 32px;
}


/**/

input.header-input {
    height: 48px;
    width: 100%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' viewBox='0 0.006 16 15.987'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='1.999 1.999 15.007 14.995' fill='%235b629d'%3E%3Cpath fill='%235b629d' paint-order='stroke fill markers' fill-rule='evenodd' d='M8.574 1.999a6.572 6.572 0 0 1 6.575 6.568 6.572 6.572 0 0 1-6.575 6.568 6.572 6.572 0 0 1-6.575-6.568A6.572 6.572 0 0 1 8.574 2zm-.014 1.87a4.687 4.687 0 0 1 4.689 4.684 4.686 4.686 0 0 1-4.69 4.683 4.687 4.687 0 0 1-4.69-4.683c0-2.588 2.101-4.685 4.69-4.685zm6.858 12.839l-2.82-2.822c-.372-.373-.381-.967-.021-1.328.36-.36.952-.351 1.323.02l2.82 2.824c.372.372.382.966.022 1.327-.36.36-.953.351-1.324-.021z'/%3E%3C/svg%3E%3C/svg%3E") no-repeat #eef3f8;
    background-position: calc(100% - 27px) center;
    border: 1px solid rgba(23, 41, 118, 0.7);
    box-sizing: border-box;
    outline: none;
    border-radius: 27px;
    font-style: normal;
    font-weight: 500;
    font-size: 14pt;
    line-height: 19px;
    color: rgba(23, 41, 118, 1.0);
    padding: 0 23px;
    margin-bottom: 21px;
    margin-top: 21px;
}

input.header-input:focus {
    height: 48px;
    width: 100%;
    background: #eef3f8;
    background-position: 350px center;
    transition: background 0.33s ease;
}

input.header-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Century Gothic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14pt;
    line-height: 22px;
    color: rgba(23, 41, 118, 0.7);
    transition: all 0.23s ease;
}

input.header-input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Century Gothic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14pt;
    color: #FFF;
    transition: all 0.23s ease;
}

input.header-input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Century Gothic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14pt;
    line-height: 19px;
    color: #FFF;
    transition: all 0.23s ease;
}

input.header-input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Century Gothic', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14pt;
    color: #FFF;
}

input.header-input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
    display: none;
    text-indent: 40px;
}

input.header-input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    text-indent: 40px;
}

input.header-input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
    text-indent: 40px;
}

input.header-input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
    text-indent: 40px;
}

.tags-row {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-family: 'Century Gothic', sans-serif;
    font-size: 11px;
    color: rgba(150, 152, 154, 255);
    text-align: left;
    overflow: hidden;
    height: 19px;
    min-height: 19px;
    margin-bottom: 0;
}

.tag {
    margin-right: 10px;
    cursor: default;
}

.tags-row-main {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    color: rgba(150, 152, 154, 255);
    text-align: left;
    overflow: hidden;
    min-height: 23px;
    margin-bottom: 23px;
    padding-left: 3px;
    white-space: normal;
    flex-wrap: wrap;
    line-height: 27px;
}

.tag-main {
    margin-right: 15px;
    cursor: pointer;
    /* font-weight: bold; */
}

.tag-main:hover {
    /* font-weight: bold; */
    color: black;
}

.tag-act {
    color: rgba(27, 38, 104, 255);
    font-weight: bold;
    opacity: 0.8;
}

.blog__container__bottom__row2 {
    font-family: 'Century Gothic', sans-serif;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    color: rgba(29, 57, 114, 255);
    margin-bottom: 16px;
    min-height: 80px;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.btn_blog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 101px;
    min-height: 38px;
    min-width: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    position: absolute;
    bottom: 21px;
}

.likes {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(29, 57, 114, 255);
    font-family: 'Century Gothic', sans-serif;
    font-size: 13px;
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    display: none;
}

.like_ic {
    background: url('/assets/blog_img/like.png');
    width: 17px;
    height: 15px;
    min-width: 17px;
    margin-left: 5px;
}

.art-sect {
    width: 100%;
    height: 53px;
    min-height: 53px;
    padding: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(29, 57, 114, 255);
    font-family: 'Century Gothic', sans-serif;
    font-size: 13px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.003);
    margin-bottom: 21px;
    border-radius: 8px;
}

.art-sect.act {
    background: #eef3f8;
}

p.text-blog.mg-10 {
    margin-bottom: 10px;
}

ul.blue {
    color: rgba(29, 57, 114, 255);
}

@media (max-width: 992px) {
    .section__blog {
        padding: 0 23px;
    }
    .blog__container.lazy.loaded {
        margin-bottom: 23px;
        margin: 0 auto 23px auto;
    }
}

@media (min-width: 1372px) {
    .side-bar__menu {
        width: 187px;
        height: auto;
        display: block;
        position: fixed;
        margin-right: 100px;
        transform: translate(-220px, -70px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .art-sect {
        width: 100%;
        height: 53px;
        min-height: 53px;
        padding: 21px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: rgba(29, 57, 114, 255);
        font-family: 'Century Gothic', sans-serif;
        font-size: 13px;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.003);
        margin-bottom: 21px;
        border-radius: 8px;
        text-align: left;
        max-width: 100%;
    }
}

@media (max-width: 1371px) {
    .side-bar__menu {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin-right: 0;
        transform: translate(0, 0);
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .art-sect {
        width: 100%;
        height: 45px;
        min-height: 45px;
        padding: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(29, 57, 114, 255);
        font-family: 'Century Gothic', sans-serif;
        font-size: 10px;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.003);
        margin-bottom: 5px;
        border-radius: 8px;
        max-width: 85px;
        text-align: center;
    }
}

.section__blog p {
    color: rgba(27, 38, 104, 255);
    margin-top: 10px;
}

.section__blog ul li {
    color: rgba(27, 38, 104, 255);
}

div#bx_3218110189_2052:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 52px;
    background: url(/assets/blog_img/badge-1.png);
    top: -8px;
    z-index: 1;
    right: 32px;
}

.section__blog {
    color: #102D69;
}

span.tags-head {
    margin-right: 15px;
    border-bottom: 1px dashed;
    line-height: 173%;
    opacity: 0.85;
    font-size: 13px;
    position: relative;
    top: 1px;
    font-weight: bold;
}

.section__blog ul li {
    position: relative;
    margin: 4px 0;
    padding: 3px 0 3px 5px;
    list-style: circle;
}

.section__blog ul li:before {
    display: none;
}

.section__blog img {
    border-radius: 12px;
    margin-right: 60px;
    margin-bottom: 37px;
}

@media (min-width: 768px) {
    .section__blog .title {
        font-family: Cocon;
        font-weight: 500;
        font-size: 36px;
        margin: 26px 0;
    }
}

@media (max-width: 768px) {
    .section__blog .title {
        font-family: Cocon;
        font-weight: 500;
        font-size: 22px;
        line-height: 1.2;
        color: #102D69;
        margin: 24px 0 16px;
    }
}

.section__blog ul {
    margin-top: 10px;
}

.section__blog ul.goat {
    /* float: left; */
    display: block;
    /* margin-bottom: 70px; */
    margin-top: 10px;
    margin-right: 23px;
}

.section__blog ul.goat li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 0 7px 28px;
}

.section__blog ul.goat li:before {
    display: inline;
    left: auto;
}

.section__blog ul.goat li a {
    padding-left: 25px;
}


/*.art-full-banner.art1 {
    width: 100%;
    height: 300px;
    background: lightblue;
}


.art-full-banner.art1:before {
    position: absolute;
    width: 100vw;
    min-height: 200px;
    content: '';
    left: 0;
    right: 0;

}*/

.section__blog .responsive {
    max-width: 100%;
    height: auto;
    border-radius: 7px !important;
    display: block;
    margin-top: 23px;
}

.section__blog .poridge-bullets {
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section__blog .poridge-bullets__cont {
    width: 180px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 23px;
}

.section__blog .poridge-bullets__cont_img1 {
    background: url(/upload/articles/bull1.png);
    width: 180px;
    height: 191px;
    min-width: 180px;
    min-height: 191px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

.section__blog .poridge-bullets__cont_img2 {
    background: url(/upload/articles/bull2.png);
    width: 180px;
    height: 191px;
    min-width: 180px;
    min-height: 191px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

.section__blog .poridge-bullets__cont_img3 {
    background: url(/upload/articles/bull3.png);
    width: 180px;
    height: 191px;
    min-width: 180px;
    min-height: 191px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

.section__blog .poridge-bullets__cont_img4 {
    background: url(/upload/articles/bull4.png);
    width: 180px;
    height: 191px;
    min-width: 180px;
    min-height: 191px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

@media (min-width: 993px) {
    p.title.m-g-first {
        margin: -10px 0 26px 0;
    }
}

@media (max-width: 992px) {
    p.title.m-g-first {
        margin: 0;
    }
}

h1.top-banner__title.mini__title {
    line-height: 113%;
}

.secRadio {
    display: none;
}

.vsemamiForm {
    display: none;
}

div._container-autor:before {
    position: absolute;
    background: url(/assets/blog_img/doctor.png);
    content: '';
    width: 45px;
    height: 52px;
    right: 23px;
    top: -9px;
}

.page._from-farm h1.top-banner__title {
    /* max-width: 617px; */
    line-height: 1.2;
}


/* читать далее */

.blog__container_nxt {
    width: 288px;
    height: 447px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #eef3f8;
    position: relative;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    margin: 10px 5px;
}

.blog__container__top_nxt {
    width: 100%;
    height: 194px;
    min-height: 194px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.blog__container__bottom__row2_nxt {
    font-family: 'Century Gothic', sans-serif;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    color: rgba(29, 57, 114, 255);
    margin-bottom: 16px;
    min-height: 80px;
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.btn_blog-nxt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 101px;
    min-height: 38px;
    min-width: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    position: absolute;
    bottom: 21px;
    color: white;
}

.section__blog_nxt {
    position: relative;
    max-width: 904px;
    margin: auto;
}

@media (max-width: 992px) {
    .blog__container_nxt.lazy.loaded {
        margin-bottom: 23px;
        margin: 0 auto 23px auto;
    }
}

@media (max-width: 635px) {
    .blog__container_nxt {
        min-width: 320px;
        height: 350px;
    }
    .blog__container__top_nxt {
        height: 170px;
        min-height: auto;
        border-radius: 16px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .blog__container__bottom__row2_nxt {
        min-height: auto;
        height: 35px;
        max-height: auto;
        position: relative;
    }
    .btn.btn_blog-nxt {
        bottom: 10px;
        right: 10px;
    }
    .section__blog_nxt h3 {
        padding-left: 20px;
    }
}


/* blog-retarget */

.blog-retarget {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 600;
}

.blog-retarget__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 550px;
    height: 450px;
}

.blog-retarget__img {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.blog-retarget__close {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 350px;
    margin-right: 20px;
}

.blog-retarget__close img {
    display: block;
    width: 100%;
}

.blog-retarget__close img:hover {
    cursor: pointer;
}

@media (max-width: 1200px) {
    .blog-retarget__box {
        background: rgb(255, 255, 255);
        background: -o-linear-gradient(135deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(-45deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 800px) {
    .blog-retarget__box {
        width: 450px;
        height: 350px;
        background: -o-linear-gradient(135deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(-45deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    }
    .blog-retarget__img {
        width: 240px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .blog-retarget__close {
        height: 240px;
        width: 15px;
    }
}

@media (max-width: 500px) {
    .blog-retarget {
        left: 0;
    }
    .blog-retarget__box {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 350px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 1)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    }

    .page._from-farm h1.top-banner__title {
        font-size: 28px;
    }
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.section.list/blog/style.min.css?16028339666236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1602831733150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kabrita/components/bitrix/news.list/rotator.banner.article/style.css?174887230944*/
.banner_article{
    text-align: center;
}
/* End */
/* /assets/blog.css?173857558723150 */
/* /local/templates/kabrita/components/bitrix/catalog.section.list/blog/style.min.css?16028339666236 */
/* /local/templates/kabrita/components/bitrix/news/blog/bitrix/news.list/.default/style.css?1602831733150 */
/* /local/templates/kabrita/components/bitrix/news.list/rotator.banner.article/style.css?174887230944 */
