

/* Start:/bitrix/templates/.default/components/bitrix/highloadblock.view/tags.view/style.css?171097220085*/
@import url('/bitrix/templates/.default/components/bitrix/news/blog/css/index.css');

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/blog/css/index.css?171097220023207*/
@import url('/bitrix/templates/main/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.min.css');

.text-pink {
    color: #ce0080;
}

.bit-button__pink-fill,
a.bit-button__pink-fill,
button.bit-button__pink-fill {
    background-color: #ce0080;
    border-color: #ce0080;
    color: #ffffff;
    box-shadow: none;
}

.bit-button__pink-fill:hover, .bit-button__pink-fill:focus,
a.bit-button__pink-fill:hover,
a.bit-button__pink-fill:focus,
button.bit-button__pink-fill:hover,
button.bit-button__pink-fill:focus {
    color: #ffffff;
    background-color: #9b0161;
    border-color: #9b0161;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.bit-breadcrumbs {
    padding: 27px 0;
}

@media all and (max-width: 990px) {
    .bit-breadcrumbs {
        padding: 17px 0;
    }
}

.breadcrumbs {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    color: #352c85;
    font-size: 16px;
    font-weight: 300;
}

.breadcrumbs a {
    color: #352c85;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs span {
    margin-right: 7px;
}

.breadcrumbs span:last-child {
    margin-right: 0;
}
body a.blog-cloud__item, body  a.blog-cloud__item:hover{
    color:#352c85;
    text-decoration: none;
}
a.blog-cloud__item.blog-cloud__item-active{
    border-color: #ce0080;
}
@media all and (max-width: 990px) {
    .breadcrumbs {
        font-size: 14px;
    }
}

.blog-header {
    background-size: cover;
    background-position: center center;
    background-image: url(/bitrix/templates/.default/components/bitrix/news/blog/css/../images/detail-bg.jpg);
    color: #ffffff;
    position: relative;
    font-size: 17.3px;
}

.blog-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #352c85;
    opacity: 0.75;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-header .container {
    position: relative;
    z-index: 2;
    padding-top: 68px;
    padding-bottom: 95px;
}

.blog-header__tags {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}

.blog-header__tags a {
    color: #f6d93f;
    margin-right: 23px;
}

.blog-header__tags a:hover {
    text-decoration: underline;
}

.blog-header__title {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: 1.1px;
    max-width: 860px;
    margin-top: 35px;
}

.blog-header__info {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}

.blog-header__date {
    margin-right: 45px;
}

.blog-header__time {
    margin-right: 45px;
}

.blog-header__author {
    position: relative;
    padding-left: 39px;
}

.blog-header__author:before {
    content: "";
    width: 19px;
    height: 2px;
    background-color: #ce0080;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
}

.blog-header__form {
    margin-top: 44px;
    position: relative;
}

.blog-header__form.open {
    margin-top: 68px;
}

.blog-header__form.open .j-spoiler-control {
    display: none;
}

.blog-header__form-content {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    background-color: #f9f9fa;
    color: #414141;
    padding: 33px 55px;
}

.blog-header__form-inner {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.blog-header__form-inner form {
    display: -moz-flex;
    display: flex;
}

.blog-header__form-inner form .text {
    margin: 0;
}

.blog-header__form-inner form .text input[type=email], .blog-header__form-inner form .text input[type=password], .blog-header__form-inner form .text input[type=tel], .blog-header__form-inner form .text input[type=text] {
    padding: 10px 15px;
    height: auto;
    border-radius: 0;
    min-width: 300px;
}

.blog-header__form-label {
    margin: 0;
    font-size: 22.67px;
    font-weight: 300;
}

@media all and (max-width: 990px) {
    .blog-header .container {
        padding-top: 45px;
        padding-bottom: 142px;
    }

    .blog-header__title {
        font-size: 34px;
    }

    .blog-header__form-inner {
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .blog-header__form-inner form {
        width: 100%;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .blog-header__form-inner form button {
        flex-shrink: 0;
        margin-left: 15px;
    }

    .blog-header__form-inner form .text {
        -moz-flex-grow: 1;
        flex-grow: 1;
    }

    .blog-header__form-label {
        margin-bottom: 15px;
    }
}

@media all and (max-width: 620px) {
    .blog-header__form-content {
        padding: 15px;
    }

    .blog-header__form-label {
        font-size: 18px;
    }

    .blog-header__form-inner form {
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .blog-header__form-inner form .text {
        margin-bottom: 15px;
    }

    .blog-header__form-inner form button {
        margin-left: 0;
    }

    .blog-header__form-inner form .text input[type=email], .blog-header__form-inner form .text input[type=password], .blog-header__form-inner form .text input[type=tel], .blog-header__form-inner form .text input[type=text] {
        padding: 6px 15px;
    }

    .blog-header__form-inner form button {
        padding: 8px 39px;
    }
}

@media all and (max-width: 380px) {
    .blog-header__form-inner form .text input[type=email], .blog-header__form-inner form .text input[type=password], .blog-header__form-inner form .text input[type=tel], .blog-header__form-inner form .text input[type=text] {
        min-width: 100%;
    }
}

.blog-columns {
    font-size: 17.3px;
    line-height: 1.46;
    letter-spacing: 0.43px;
}

.blog-columns .container {
    padding-top: 42px;
    padding-bottom: 60px;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.blog-columns img {
    max-width: 100%;
    height: auto;
}

.blog-columns h6 {
    font-size: 21.3px;
    font-weight: 500;
    line-height: 1.94;
    letter-spacing: 0.53px;
    margin: 30px 0;
}

.blog-columns ul {
    list-style: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
}

.blog-columns li {
    position: relative;
}

.blog-columns li:before {
    content: "";
    width: 19px;
    height: 2px;
    background-color: #ce0080;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
}

.blog-columns a {
    color: #ce0080;
    text-decoration: underline;
}

.blog-columns a:hover {
    text-decoration: none;
}

.blog-columns a.bit-button {
    text-decoration: none;
    color: #d3d1e5;
}

.blog-columns a.bit-button__pink-fill {
    color: #ffffff;
}

.blog-columns a.bit-button__pink {
    color: #ce0080;
}

.blog-columns__right {
    width: 280px;
    flex-shrink: 0;
    margin-left: 22px;
}

.blog-columns__left {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.blog-columns__right-title {
    font-size: 22.7px;
    font-weight: 300;
    color: #352c85;
    line-height: 1.35;
    letter-spacing: 0.57px;
    margin-top: 15px;
}

.blog-columns__right-block {
    margin-bottom: 60px;
}

.blog-columns__right-block:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 990px) {
    .blog-columns .container {
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .blog-columns__left {
        width: 100%;
    }
    html.bx-ie11 .blog-columns__left {
        width: 100%;
    }
    .blog-columns__right {
        width: 100%;
        margin: 30px 0 0 0;
    }
}

.blog-feed {
    padding-top: 10px;
}

.blog-feed__item {
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 32px;
}

.blog-feed__item a.blog-feed__title {
    display: inline-block;
    font-size: 14.7px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.37px;
    color: #000000;
    text-decoration: none;
}

.blog-feed__item a.blog-feed__title:hover {
    text-decoration: underline;
}

.blog-feed__image {
    width: 76px;
    flex-shrink: 0;
    margin-right: 23px;
    position: relative;
}

.blog-feed__image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #352c85;
    opacity: 0.21;
    position: absolute;
    top: 0;
    left: 0;
}

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

.blog-feed__content {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.blog-feed__date {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 300;
    color: #352c85;
    line-height: 1;
}

.blog-share {
    background-size: cover;
    background-position: center center;
    background-image: url(/bitrix/templates/.default/components/bitrix/news/blog/css/../images/blog-share-bg.jpg);
    color: #ffffff;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-radius: 4px;
    padding: 30px 30px;
    margin: 50px 0;
}

.blog-share__label {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.53px;
}

.blog-share-list {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: center;
    align-items: center;
}

.blog-share-list li {
    padding: 0;
    margin: 6.5px;
}

.blog-share-list li:before {
    display: none;
}

.blog-share-list li:last-child {
    margin-right: 0;
}

.blog-share-list li:first-child {
    margin-left: 0;
}

.blog-share-list a {
    display: block;
}

.blog-share-list a img {
    display: block;
    opacity: 0.4;
    transition: all 0.5s;
}

.blog-share-list a:hover img {
    opacity: 1;
}

@media all and (max-width: 1200px) {
    .blog-share {
        -moz-flex-direction: column;
        flex-direction: column;
        -moz-align-items: center;
        align-items: center;
    }

    .blog-share__label {
        margin-bottom: 15px;
    }
}

@media all and (max-width: 500px) {
    .blog-share-list {
        -moz-justify-content: center;
        justify-content: center;
    }
}

@media all and (max-width: 350px) {
    .blog-share-list img {
        width: 25px;
    }
}

div.blog-tags {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}

div.blog-tags a:not(.bit-button) {
    color: #ce0080;
    margin-right: 23px;
    text-decoration: none;
}

div.blog-tags a:not(.bit-button):hover {
    text-decoration: underline;
}

.blog-comments {
    margin-top: 70px;
}

.blog-comments__form label {
    font-size: 30.7px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.77px;
    color: #000000;
    margin-bottom: 35px;
    display: block;
}

.blog-comments__form textarea {
    resize: none;
    border: solid 1px #b2b6b7 !important;
    padding: 17px;
    height: 150px;
}

.blog-comments__form-submit {
    text-align: right;
    padding-top: 24px;
}

.blog-comments__list {
    margin: 50px 0 0 0;
    padding: 0;
}

.blog-comments__list li {
    padding: 0 0 25px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #ced0d1;
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.blog-comments__list li:before {
    display: none;
}

.blog-comments__list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

img.blog-comments__list-thumb {
    display: block;
    width: 44px;
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 50%;
}

.blog-comments__list-content {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.blog-comments__list-title {
    font-size: 17.3px;
    font-weight: bold;
    line-height: 1.46;
    letter-spacing: 0.43px;
    margin-top: 0;
}

.blog-comments__list-content {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.blog-comments__title {
    font-size: 30px;
    font-weight: 500;
}

.blog-feedback {
    background-size: cover;
    background-position: center center;
    background-image: url(/bitrix/templates/.default/components/bitrix/news/blog/css/../images/blog-form-bg.jpg);
    color: #ffffff;
    padding: 80px 0;
}

.blog-feedback__title {
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}

.blog-feedback__subtitle {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: 0.48px;
    margin-top: 8px;
}

.blog-feedback__form {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 54px;
}

.blog-feedback__form .text {
    width: 35.33%;
}

.blog-feedback__form .policy-text {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: 0.3px;
    margin-top: 20px;
}

.blog-feedback__form .policy-text a {
    color: #ffffff;
    text-decoration: underline;
}

.blog-feedback__form .policy-text a:hover {
    text-decoration: none;
}

.text input.blog-feedback__input {
    border: solid 1px #b2b6b7 !important;
    background-color: transparent !important;
    padding: 10px 17px !important;
    font-size: 17.3px !important;
    font-weight: 300 !important;
    letter-spacing: 0.43px !important;
    width: 100% !important;
    height: auto !important;
    color: #ffffff;
}

.blog-feedback__submit {
    width: 29.34%;
    text-align: right;
}

.blog-feedback__submit button {
    padding: 12px 29px;
}

.blog-feedback__submit button img {
    display: inline-block;
    margin-right: 15px;
}

@media all and (max-width: 1200px) {
    .blog-feedback__form .text {
        width: 33.33%;
    }

    .blog-feedback__submit {
        width: 33.33%;
    }

    .blog-feedback__submit button {
        padding: 12px 19px;
        width: 100%;
    }
}

@media all and (max-width: 990px) {
    .blog-feedback__form .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-feedback__submit {
        width: 100%;
    }
}

.blog-search .container {
    padding-top: 40px;
    padding-bottom: 12px;
}

.blog-search__form {
    width: 100%;
    position: relative;
}

input.blog-search__input {
    width: 100%;
    padding: 9px 38px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.45px;
    box-sizing: border-box;
    border: solid 1px #b2b6b7;
}

.blog-search__submit {
    display: block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 38px;
    top: 50%;
    margin-top: -10px;
}

.blog-category {
    padding-bottom: 30px;
}

.blog-category:last-child {
    padding-bottom: 0;
}

.blog-category__header {
    background-color: #ce0080;
    color: #ffffff;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 7px 23px;
    margin-bottom: 32px;
}

.blog-category__header_yellow {
    background-color: #f6d93f;
    color: #352c85;
}

.blog-category__header_blue {
    background-color: #352c85;
}

.blog-category__title {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.6px;
}

.blog-category__not-found {
    opacity: 0.6;
    margin-bottom: 25px;
}

.blog-grid {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}
.bx-ie11 .blog-columns__left {
    width: calc(100% - 302px);
}
.blog-grid_case .blog-grid__image {
    height: 318px;
}

.blog-grid_case .blog-grid__desc {
    margin-top: 0;
}

.blog-grid__item {
    width: calc(33.33% - 15.33px);
    margin-right: 23px;
    margin-bottom: 38px;
}

.blog-grid__item:nth-child(3n) {
    margin-right: 0;
}

.blog-grid__item a.blog-grid__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #252525;
    text-decoration: none;
}

.blog-grid__item a.blog-grid__title:hover {
    color: #352c85;
}

.blog-grid__image {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 164px;
    position: relative;
    margin-bottom: 21px;
}

.blog-grid__image:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #352c85;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.blog-grid__image img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
}

.blog-grid__image:hover img {
    opacity: 1;
}

.blog-grid__image:hover:before {
    opacity: 0.46;
}

.blog-grid__desc {
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0.4px;
    font-size: 16px;
    margin: 20px 0;
}

.blog-grid__info {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 300;
    color: #352c85;
}

.blog-grid__tags {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
}

.blog-grid__tags a {
    text-decoration: none;
    margin-right: 10px;
}

.blog-grid__tags a:last-child {
    margin-right: 0;
}

.blog-grid__tags a:hover {
    text-decoration: underline;
}

@media all and (max-width: 690px) {
    .blog-grid {
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .blog-grid__item {
        width: calc(50% - 11.5px);
        margin-right: 0;
    }
}

@media all and (max-width: 500px) {
    .blog-grid__item {
        width: 100%;
    }
}

.blog-action {
    background-size: cover;
    background-position: center center;
    background-image: url(/bitrix/templates/.default/components/bitrix/news/blog/css/../images/blog-action-bg.jpg);
    color: #ffffff;
    text-align: center;
}

.blog-action .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-action__title {
    margin-top: 0;
    font-size: 30.7px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.77px;
    text-transform: uppercase;
}

.blog-action__subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.55px;
    max-width: 830px;
    margin: 0px auto 47px auto;
}

.blog-books .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-books__title {
    font-weight: 300;
    letter-spacing: 0.6px;
    margin-top: 0;
    color: #352c85;
    font-size: 24px;
}

.blog-books__slider {
    margin-top: 40px;
    position: relative;
}

.blog-books__slider.owl-carousel .owl-stage {
    display: -moz-flex;
    display: flex;
}

.blog-books__slider .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}

.blog-books__slider .owl-nav {
    color: #352c85;
    font-size: 40px;
    font-weight: 300;
    margin-top: 20px;
}

.blog-books__slider .owl-nav {
    outline: none;
}

.blog-books__slider .owl-next {
    margin-left: 24px;
}

.blog-books__slider .owl-nav .owl-prev {
    background-image: url(/bitrix/templates/.default/components/bitrix/news/blog/css/../images/nav.png);
    height: 29px;
    width: 10px;
    background-position: -3px 26px;
    float: left;
}

.blog-books__slider .owl-nav .owl-next {
    background-image: url(/bitrix/templates/.default/components/bitrix/news/blog/css/../images/nav.png);
    height: 29px;
    width: 10px;
    background-position: 14px 26px;
}

.blog-books__slider-image {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 374px;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

.blog-books__slider-image span {
    color: #ffffff;
    background-color: #ce0080;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 300;
}

.blog-books__slider-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 0.58px;
    margin-bottom: 0;
}

.blog-books__slider-subtitle {
    margin-top: 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.blog-books__slider-item {
    position: relative;
    padding-bottom: 70px;
    height: 100%;
}

.blog-books__slider-item .bit-button {
    position: absolute;
    bottom: 0;
    left: 2px;
}

.blog-cloud__wrapper {
    max-height: 466px;
    margin-top: 46px;
    overflow: hidden;
}

.blog-cloud__notfound {
    opacity: 0.6;
    font-size: 15px;
    margin-top: 0;
}

.blog-cloud__notfound.hidden {
    display: none;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px !important;
    height: 100% !important;
    border-radius: 5px;
    margin: 0 !important;
    position: relative;
    left: 3px !important;
}

.mCS-dark-2.mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
    display: none;
}

.mCS-dark-2.mCSB_scrollTools {
    right: 0 !important;
}

.blog-cloud__list {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}

.blog-cloud__list input[type="checkbox"]:checked + label {
    border-color: #ce0080;
    background-color: #ffffff;
    position: relative;
}

.blog-cloud__list input[type="checkbox"]:checked + label:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(/bitrix/templates/.default/components/bitrix/news/blog/css/../images/icons/close.svg) center center no-repeat;
    background-size: contain;
}

.blog-cloud__list input[type="checkbox"].found + a {
    order: 1;
}

.blog-cloud__list input[type="checkbox"].found + a .highlight {
    color: #ce0080;
    text-decoration: underline;
}

.blog-cloud__item {
    background-color: #f9f9fa;
    border: 1px solid #f9f9fa;
    font-size: 13px;
    color: #352c85;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 12px;
    margin: 0 8px 8px 0;
    -moz-order: 2;
    order: 2;
    text-align: center;
}

.blog-cloud__item:hover {
    cursor: pointer;
    border-color: #352c85;
}

.blog-cloud__search {
    position: relative;
}

input[type="search"].blog-cloud__search-input, .blog-cloud__search-input {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.blog-cloud__search-submit {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	cursor:default;
}

@media all and (max-width: 720px) {
    .mCS-dark-2.mCSB_scrollTools .mCSB_draggerContainer {
        display: block !important;
    }
}

.blog-comments__title {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.blog-signin .blog-share-list a:hover svg path {
    fill: #ce0080;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/.default/components/pb.search/elastic.search/blog/style.css?17109722011938*/
/*
search-input
 */


.blog-search .container {
    padding-top: 25px;
    padding-bottom: 12px;
}

.blog-search__form {
    width: 100%;
    position: relative;
}

input.blog-search__input {
    width: 100%;
    padding: 9px 38px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.45px;
    box-sizing: border-box;
    border: solid 1px #b2b6b7;
}

.blog-search__submit {
    display: block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 38px;
    top: 50%;
    margin-top: -10px;
}

.header-search-submit-blog {
    width: 25px;
    height: 25px;
    overflow: hidden;
    color: #ce0080;
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    cursor: default !important;
    font: 1.7em FontAwesome;
}

/*
search-result
 */

#search-result-blog {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
}

#search-result-blog .form-title a {
    font-size: 16px;
}

#search-result-blog .form-title {
    margin: 20px 0 0 0;
    padding: 0;
}

#search-result-blog h2 a:hover {
    border-bottom: 1px solid #000;
}

#search-result-blog h2 a {
    color: #000;
}

#search-result-blog a:hover {
    border-bottom: 1px solid #323694;
}

#search-result-blog a {
    text-decoration: none;
    line-height: 18px;
}

#search-result-blog ul li {
    margin: 0 0 7px;
    padding: 0 0 0 20px;
    background-position: 5px 7px;
}

#search-result-blog ul {
    margin: 15px 0;
}

#search-result-blog {
    box-shadow: 1px 1px 10px #000;
    padding: 0 18px;
    position: absolute;
    background: #FFF;
    margin: 0 0 50px 0;
    z-index: 600;
    width: 600px;
}

#search-wrap-blog {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

#search-result-blog .empty-result {
    color: #56575D;
    padding: 18px 0;
    margin: 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/blog-list/style.css?17667172994627*/
/*
blog-category
 */
.blog-category {
	padding-bottom: 30px; }
.blog-category:last-child {
	padding-bottom: 0; }

.blog-category__header {
	background-color: #ce0080;
	color: #ffffff;
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	justify-content: space-between;
	padding: 7px 23px;
	margin-bottom: 32px; }
.blog-category__header_yellow {
	background-color: #f6d93f;
	color: #352c85; }
.blog-category__header_yellow li.blog-pager__item svg path {
	fill: #352c85; }
.blog-category__header_yellow li.blog-pager__item_active:after {
	background-color: #352c85; }
.blog-category__header_yellow li.blog-pager__item a:not(.bit-button) {
	color: #352c85; }
.blog-category__header_blue {
	background-color: #352c85; }

.blog-category__header a{
	text-decoration: none;
}
.blog-category__header a span{
	text-decoration: underline;
}
.blog-category__header a span.low{
	text-transform: lowercase;
}
.blog-category__title {
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: 0.6px; }

.blog-category__not-found {
	opacity: 0.6;
	margin-bottom: 25px; }

/*
blog-grid
 */
.blog-grid {
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
}
.bx-ie11 .blog-columns__left {
	width: calc(100% - 302px);
}
.blog-grid_case .blog-grid__image {
	height: 318px; }
.blog-grid__image.case:before {
	content: none;
}
.blog-grid_case .blog-grid__image.case {
	padding: 25px;
	color: white;
	font-size: 14px;
	text-decoration: auto;
	height: 180px;
}
.blog-grid_case .blog-grid__desc {
	margin-top: 0 }

.blog-grid__item {
	float:left;
	width: calc(33.33% - 15.33px);
	margin-right: 23px;
	margin-bottom: 38px; }
.blog-grid__item:nth-child(3n) {
	margin-right: 0; }
.blog-grid__item a.blog-grid__title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: 0.4px;
	color: #252525;
	text-decoration: none; }
.blog-grid__item a.blog-grid__title:hover {
	color: #352c85; }

.blog-grid__image {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 164px;
	position: relative;
	margin-bottom: 21px; }
.blog-grid__image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #352c85;
	opacity: 0.3;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transition: all 0.5s; }
.blog-grid__image img {
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s; }
.blog-grid__image:hover img {
	opacity: 1; }
.blog-grid__image:hover:before {
	opacity: 0.46; }

.blog-grid__desc {
	font-weight: 300;
	line-height: 1.33;
	letter-spacing: 0.4px;
	font-size: 16px;
	margin: 20px 0; }

.blog-grid__info {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 300;
	color: #352c85; }

.blog-grid__tags {
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 300;
	margin-top: 20px; }
.blog-grid .blog-grid__tags a, .blog-grid .blog-grid__tags span  {
	text-decoration: none;
	margin-right: 10px; }
.blog-grid__tags a:hover {
	text-decoration: underline; }

@media all and (max-width: 690px) {
	.blog-grid {
		-moz-justify-content: space-between;
		justify-content: space-between; }
	.blog-grid__item {
		width: calc(50% - 11.5px);
		margin-right: 0; }
	.blog-category__header{
		flex-direction: column;
		align-items: flex-start;
	}
}

@media all and (max-width: 500px) {
	.blog-grid__item {
		width: 100%; } }

/*
blog-pager
 */

.blog-pager {
	margin: 0;
	padding: 0;
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	font-weight: 300;
	letter-spacing: 0.4px; }
li.blog-pager__item:not(:first-child) {
	margin-left: 2rem;
}
li.blog-pager__item:before {
	display: none; }
li.blog-pager__item svg {
	display: block;
	width: 15px;
	height: 15px; }
li.blog-pager__item svg path {
	fill: black; }
li.blog-pager__item a:not(.bit-button) {
	color: black;
	text-decoration: none;
	height: 100%; }
li.blog-pager__item_disabled {
	opacity: 0.48; }
li.blog-pager__item_active:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: black;
	opacity: 0.68;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0; }
.pagination_blue .blog-pager a, .pagination_blue .blog-pager span{
	color:#352c85 !important;
}
.pagination_blue  li.blog-pager__item_active:after{
	background: #352c85 !important;
}

/* End */


/* Start:/bitrix/templates/.default/components/bezr/form.result.new.befsend/general2landing.onecol/style.css?17109722001673*/
.bit-form .popup-title {
    background:none;

}
.popup {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
}
.text.error:before {top:-19px;}
.text.error:after { top: 3px;}
.text.error:before {
    content: attr(data-content)
}
.popup.onecol.j-form-popup.hidden{display: none;}
.bit-form input.bit-form__input[type="text"],
.bit-form input.bit-form__input[type="email"],
.bit-form input.bit-form__input[type="password"],
.bit-form input.bit-form__input[type="tel"] {
    border: 1px solid #3b3b40;
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
    height: auto;
    font-weight:bold;
}
.bit-form .text-wrap .error input.bit-form__input[type="tel"] {
    background: #f69999;
}

.bit-form .text-wrap .error .text.success input.bit-form__input[type="tel"] {
    background: none;
}

.bit-form .text-wrap .text.not-success input.bit-form__input[type="tel"],
.bit-form .text-wrap .text.success.not-success input.bit-form__input[type="tel"] {
    background: #f69999;
}

.bit-modal .bit-form input.bit-form__input {
    margin-top:0px;
    margin-bottom: 0px;
}
.bit-modal .popup-content .text {
    margin-bottom: 20px;
}
.fancybox-skin {background:none !important;}
.bit-modal .modal-dialog {margin: 0 auto !important;}
.bit-modal .popup-title {padding: 15px 20px 13px 20px;}
.j-form-product.popup .text-wrap {
    margin-bottom: 20px;
}
.bit-form .popup-content form[name="PRESS_CENTER"] .textarea textarea{
    border: 1px solid #3b3b40;
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
    height: auto;
    font-weight: 700;
    background: transparent;
    color: #414141;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/highloadblock.view/tags.view/style.css?171097220085 */
/* /bitrix/templates/.default/components/bitrix/news/blog/css/index.css?171097220023207 */
/* /bitrix/templates/.default/components/pb.search/elastic.search/blog/style.css?17109722011938 */
/* /bitrix/templates/.default/components/bitrix/news.list/blog-list/style.css?17667172994627 */
/* /bitrix/templates/.default/components/bezr/form.result.new.befsend/general2landing.onecol/style.css?17109722001673 */
