

/* Start:/bitrix/templates/domoed/components/bitrix/news.detail/blog/style.css?14976280436601*/
.blog_item-detail a {
    text-decoration: underline;
}
.blog_item-detail a:hover {
    text-decoration: none;
}
.blog_item__preview {
    font-family: Ubuntu-Regular;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.image_container img {
    max-width: 100%;
}
.share_buttons {
    margin-bottom: 20px;
}
.blog_item__description {
    font-size: 14px;
    font-family: Ubuntu-Regular;
    margin-top: 20px;
    line-height: 1.6;
}
.blog_item__description p {
    margin-bottom: 15px;
}
.blog_bullet_list {
    padding-left: 25px;
}
.blog_bullet_list li {
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative;
    /* list-style: disc; */
}
.blog_bullet_list li:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(/bitrix/templates/domoed/img/bullet.png) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.blog_item__description h2 {
    font-family: Ubuntu-Bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.quote_in_blog {
    padding: 0 12px;
    margin: 30px 20px;
    border-left: 3px solid #00c849;
    font-size: 14px;
    font-family: Ubuntu-Light;
}
.plitka_images {
    position: relative;
    margin-bottom: 50px;
}
.plitka_image__item {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.plitka_image__item img {
    width: 100%;
}
.plitka_image__item:last-child {
    margin-right: 0;
}
.slider_big_image {
    float: left;
    width: 55%;
    height: 377px;
    margin-right: 2%;
    position: relative;
}
.slider_big_image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.slider_small_images {
    float: right;
    width: 43%;
}
.slider_small_images__item {
    display: block;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 8px;
    float: left;
}
.slider_small_images__item:nth-child(2n+2) {
    margin-right: 0;
}
.slider_small_images__item.active {
    opacity: 0.5;
}
.prev_slide, .next_slide {
	position: absolute;
	top: 0;
	height: 100%;
	width: 15%;
	cursor: pointer;
}
.prev_slide {
	left: 0;
}
.next_slide {
	right: 0;
}
.prev_slide:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    left: 40%;
    transform: rotate(45deg);
    border: 1px solid #fff;
    border-right: none;
    border-top: none;
}
.next_slide:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    right: 40%;
    transform: rotate(225deg);
    border: 1px solid #fff;
    border-right: none;
    border-top: none;
}
.desc_slide {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 0 20px;
    line-height: 50px;
}
.slider_small_images__item:not(.active) {
    cursor: pointer;
}
.slider_images {
    margin-bottom: 20px;
}
.blog_another {
    margin-top: 50px;
}
.blog_another h2 {
    font-size: 18px;
    font-family: Ubuntu-Bold;
    margin: 20px 0;
}
.blog_another_list__item__descr {
    font-size: 16px;
    margin-top: 5px;
}
.blog_another_list__item__preview img {
    display: block;
}
.blog_another_list__item__preview {
    display: block;
}
.blog_another_list__item {
    width: 31%;
    margin-right: 3.5%;
    float: left;
}
.blog_comments {
    margin-top: 50px;
}
.comments_count {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-size: 18px;
    font-family: Ubuntu-Bold;
    margin-bottom: 20px;
}
.comments_form_title {
    font-family: Ubuntu-Bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.comments_form {
    background: #f7f7ff;
    padding: 20px 30px;
    max-width: 700px;
	position: relative;
}
.input_row {
    margin-bottom: 20px;
}
.comments_form .count-elem2 .standard-input-wrap {
	width: 48%;
	margin-right: 4%;
}
.captcha {
    margin-top: 20px;
}
.description_text_comment {
    margin: 15px 0 30px 15px;
}
.submit_comment {
	cursor: pointer;
}
.comments_form .b-checkout__item-content__textarea {
	height: 100px;
}
input.error, textarea.error {
	border-color: red;
}
.captcha.error #g-recaptcha>div {
    border: 1px solid red;
}
.comments_response {
    padding: 20px;
    font-family: Ubuntu-Regular;
    font-size: 18px;
    margin-right: 60px;
}
.b-popup-td.success, .b-popup-td.error {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.b-popup-td.success .comments_response {
    background: #00c849;
    color: #fff;
}
.b-popup-td.error .comments_response {
    background: #ce4217;
    color: #fff;
}
.comment_item {
    background: #f7f7ff;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e2e0e0;
    position: relative;
}
.commentator_name span {
    color: #000;
}
.commentator_name {
    font-family: Ubuntu-Bold;
    color: #808080;
}
.comment_text {
    margin: 10px 0;
}
.comment_date {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #9a9a9a;
}
.comment_actions.hide {
    display: none;
}
.comment_actions:hover {
    text-decoration: none;
}
.comment_actions {
    display: inline-block;
    text-decoration: underline;
    color: #9a9a9a;
    cursor: pointer;
    margin-right: 15px;
}
.blog_another_list__item img {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .slider_big_image {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: none;
        height: 565px;
    }
    .slider_small_images {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .slider_small_images__item {
        width: 23%;
        margin-right: 2.65%;
    }
    .slider_small_images__item:nth-child(2n+2) {
        margin-right: 2.65%;
    }
    .slider_small_images__item:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 552px) {
    .slider_big_image {
        height: 320px;
    }
    .desc_slide {
        line-height: 20px;
        padding-top: 5px;
    }
    .blog_item__description h2 {
        line-height: 30px;
    }
}
@media screen and (max-width: 400px) {
    .plitka_image__item {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .blog_another_list__item {
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .blog_another_list__item img {
        margin: 0 auto;
    }
}
.blog_item__description p img {
    max-width: 650px;
    height: auto;
    width: 100%;
}
.banner_blog {
    margin-top:25px;
}
/* End */


/* Start:/bitrix/templates/domoed/components/bitrix/news.list/blog_another/style.css?1489496315844*/
.blog_list__item {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}
.blog_list__item__preview {
    margin-right: 25px;
    float: left;
    width: 265px;
}
.blog_list__item__preview img {
	width: 100%;
}
.blog_list__item__descr {
    font-family: Ubuntu-Regular;
    font-size: 16px;
}
.blog_list__item_link {
    display: table;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
    font-size: 28px;
    font-family: Ubuntu-Bold;
}
.blog_list__item_link:hover {
    border-bottom: 1px solid #000;
}
.blog_another_list__item:last-child {
    margin-right: 0;
}
.blog_another_list__item img {
    max-width: 100%;
    width: 266px;
    height: 200px;
    object-fit: cover;
}
.blog_another_list__item_link {
    text-decoration: underline;
}
.blog_another_list__item_link:hover {
    text-decoration: none;
}
/* End */
/* /bitrix/templates/domoed/components/bitrix/news.detail/blog/style.css?14976280436601 */
/* /bitrix/templates/domoed/components/bitrix/news.list/blog_another/style.css?1489496315844 */
