

/* Start:/local/templates/fissman_fast/components/bitrix/system.pagenavigation/page-nav/style.css?1749215529566*/
.pagination li {
	display: inline-block;
	margin: 0 9px;
}
.pagination li a {
	margin: 0;
}
.pagination li span {
	cursor: default;
}
.pagination li .current {
	color: #04b2c5;
}
.pagination__button {
	position: relative;
}
.pagination__button:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	transform: rotate(-45deg);
	transition: border-color ease .2s;
}
.pagination__button:hover:after {
	border-color: #04b2c5;
}
.prev-page.pagination__button:after {
	transform: rotate(135deg);
}
/* End */


/* Start:/local/templates/fissman_fast/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17092020238034*/
.showmore {
    width: 100%;
    line-height: 1;
    font-size: 18px;
    padding: 20px;
    display: block;
    position: relative;
    color: #000;
    background: white;
    text-align: center;
    margin: 0 0px 24px 0px;
	cursor: pointer;
	background: #f7f9fc;
	transition: background ease .2s, color ease .2s;
}
.showmore:hover{
	background: #13b6c8;
	color: #fff;
}
.showmore svg {
    width: 20px;
}
.showmore span {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 5px;
}
.showmore .st0{
    fill: #fff;
	transition: fill ease .2s;
}
.showmore:hover .st0{
	fill: #fff;
}
.blog-tags__list a,
.blog-tags__list-popup a,
.view-all-pots {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    padding: 8px 16px;
}
.blog-tags__list.flex {
    text-transform: lowercase;
    margin: 0 -2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* max-width: 1247px; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blog-tags__list li {
    margin: 0 2px 4px;
    white-space: nowrap;
}
.showAuthForm span:hover{
    color: #fff !important;
}
.blog-filter__mobile .blog-tags__list li{
    white-space: normal;
}

.public__card-video-icon{
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

/* blog */
.blog-wrap.flex {
    padding: 0 0 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.showmore {
    border-radius: 50px;
}

.blog-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-filter {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 44px;
}

.blog-filter__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-filter__mobile {
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.blog-filter__mobile-button {
    display: block;
    border: #d4d8d8 1px solid;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 9px 18px;
    position: relative;
}

.blog-filter__mobile-button span {
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.blog-filter__mobile-button:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 23px;
    background: url(/local/templates/fissman_fast/components/bitrix/news/blog/bitrix/news.list/.default/images/ico-filter.png) no-repeat center;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.blog-filter__mobile-content {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    margin: -1px 0 0;
    border: #d4d8d8 1px solid;
}

.blog-filter__type-content {
    padding: 6px 15px 31px;
    display: none;
}

.blog-filter__type:not(:last-child) {
    border-bottom: #d4d8d8 1px solid;
}

.checkbox-styler {
    display: block;
    margin: 0 0 22px;
}

.checkbox-styler:last-child {
    margin: 0;
}

.checkbox-styler input {
    display: none;
}

.blog-filter__type-button {
    padding: 17px 15px 16px;
    display: block;
    position: relative;
}

.blog-filter__col {
    width: 320px;
}

.select {
    width: 100%;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.select__hint {
    border: #d4d8d8 1px solid;
    padding: 13px 33px 11px 15px;
    cursor: pointer;
    position: relative;
}

.select__hint:after,
.blog-filter__mobile-button:after,
a.blog-filter__type-button:after {
    content: "";
    position: absolute;
    border-top: #4a4a4a 4px solid;
    border-left: transparent 4px solid;
    border-right: transparent 4px solid;
    top: 20px;
    right: 13px;
    -webkit-transition: -webkit-transform ease .2s;
    transition: -webkit-transform ease .2s;
    -o-transition: transform ease .2s;
    transition: transform ease .2s;
    transition: transform ease .2s, -webkit-transform ease .2s;
}

.blog-filter__mobile-button:after,
a.blog-filter__type-button:after {
    right: 18px;
}

a.blog-filter__type-button:after {
    top: 25px;
}

.blog-filter__type-button.active:after,
.blog-filter__mobile-button.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select ul {
    z-index: 100;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border: #d4d8d8 1px solid;
    margin: -1px 0 0;
    padding: 14px 15px 18px;
    display: none;
}

.select li,
.checkbox-styler {
    padding: 9px 0px 9px 26px;
    position: relative;
    cursor: pointer;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    transition: color ease .2s;
}

.checkbox-styler {
    padding: 0 0 0 26px;
}

.select i,
.checkbox-styler i {
    position: absolute;
    border: #000 1px solid;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    left: 0;
    -webkit-transition: border-color ease .2s;
    -o-transition: border-color ease .2s;
    transition: border-color ease .2s;
}

.select .selected,
.select li:hover,
.checkbox-styler:hover,
input[type=checkbox]:checked+i+span {
    color: #04b2c5;
}

.select .selected i,
.select li:hover i,
.checkbox-styler:hover i,
.checkbox-styler input[type=checkbox]:checked+i {
    border-color: #04b2c5;
}

.select i:after,
.checkbox-styler i:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    background: url(/local/templates/fissman_fast/components/bitrix/news/blog/bitrix/news.list/.default/images/selected.svg) no-repeat center / cover;
    opacity: 0;
    left: 4px;
    bottom: 2px;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.select .selected i:after,
.checkbox-styler input[type=checkbox]:checked+i:after {
    opacity: 1;
}

.blog-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 348px;
    padding: 0 0 0 28px;
}

.blog__search.flex {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-filter__mobile .blog__search.flex {
    padding: 0 14px 24px;
}

.blog__search-input,
.input-text {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: #d4d8d8 1px solid;
    border-right: none;
    line-height: normal;
    padding: 13px 33px 11px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px 0 0 2px;
}

.input-text {
    border: #d4d8d8 1px solid;
}

.blog__search-input::-webkit-input-placeholder {
    color: #000;
}

.blog__search-input::-moz-placeholder {
    color: #000;
}

.blog__search-input:-moz-placeholder {
    color: #000;
}

.blog__search-input:-ms-input-placeholder {
    color: #000;
}

.input-text::-webkit-input-placeholder {
    color: #000;
}

.input-text::-moz-placeholder {
    color: #000;
}

.input-text:-moz-placeholder {
    color: #000;
}

.input-text:-ms-input-placeholder {
    color: #000;
}

.blog__search-button {
    width: 47px;
    background: #12b6c8 url(/local/templates/fissman_fast/components/bitrix/news/blog/bitrix/news.list/.default/images/icons_search.svg) no-repeat center;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    transition: background ease .2s;
}

.blog__search-button:hover {
    background-color: #10a1b1;
}

.blog-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 64px;
}

.blog-list__item {
    width: 322px;
    height: 570px;
    position: relative;
    border-radius: 2px;
    border: #ebebeb 1px solid;
    margin: 0 0 28px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.blog-list__item:nth-child(3n+3) {
    margin-right: 0;
}
.blog-title {
    text-align: center;
}
.blog-title h1 {
    display: inline-block;
}
.blog-title h1:after {
    content: "";
    display: block;
    height: 1px;
    width: 99%;
    background: #434343;
    margin: 5px auto 0;
    transition: background ease .2s;
}
/* End */
/* /local/templates/fissman_fast/components/bitrix/system.pagenavigation/page-nav/style.css?1749215529566 */
/* /local/templates/fissman_fast/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17092020238034 */
