

/* Start:/bitrix/templates/main/components//bitrix/system.pagenavigation/page_nav_catalog/style.css?17473069481467*/
span.blog-page-previous{
    background: #e1e1e1;
    border-radius: 17px;
    padding: 5px 10px 3px 10px;
    margin: 7px;
    color: #000;
}

a.blog-page-next,a.blog-page-previous{
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px 4px 6px;
	white-space: nowrap;
	color: #3166aa;
	text-decoration: none;
}

a.blog-page-next:hover,a.blog-page-previous:hover,.blog-page-navigation a:hover {
    color: #fefefe;
    background: #3166aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 17px;
    padding: 5px 10px 3px 10px;
}


.blog-page-navigation span.blog-page-current{
	color: #fefefe;
    background: #3166aa;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
        border-radius: 17px;
    padding: 5px 10px 3px 10px;
    margin: 7px;
}


.blog-page-navigation a {
	color: #3166aa;
   background: #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 17px;
    padding: 5px 10px 3px 10px;
    margin: 7px;
    text-decoration: none;
}

.blog-page-navigation {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.blog-page-navigation > .disabled {
    background: #e1e1e1;
    border-radius: 17px;
    padding: 5px 10px 3px 10px;
    margin: 7px;
    color: #000;
}

.editor {
    background-color: none;
}


/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/slider_blog/style.css?15997708769177*/
.blog-section * {
	box-sizing: border-box;
}
.blog-section {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.blog-section .item {
	width: 100%;
	padding: 15px;
}
.blog-section .item-link {
	text-decoration: none;
	color: #555;
}

@media (min-width: 768px) {
	.blog-section .item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.blog-section .item {
		width: 33.33%;
	}
}
.blog-section .item-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* margin-bottom: 25px; */
	padding: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.2s;
}
.blog-section .item-inner:hover {
	box-shadow: 2px 2px 5px grey;
	-webkit-box-shadow: 2px 2px 5px grey;
	-moz-box-shadow: 2px 2px 5px gray;
}

/* adaptive */
.blog-section .item .img-box {
	width: 100%;
	height: 200px;
	padding: 0;
}
.blog-section .item .img-box img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* description*/

/* description info */
.blog-section .item .desc-box {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.blog-section .item .desc-box .title {
	margin: 0 0 15px;
	/* font-size: 1rem; */
	font-size: 14px;
	color: #365585;
	font-weight: 400;
}
.blog-modal__consult{
	flex:1;
	font-size: 1rem;
}
/* description btns */
.buttons-box {
	display: flex;
	flex:1;
	justify-content: flex-end;
	padding: 10px 0;
	margin-right: -5px;
	margin-left: -5px;
}
.buttons-box a {
	display: inline-block;
	padding: 7.5px 15px;
	margin: 5px;
	border: 1px solid #003659;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	background: linear-gradient(to bottom, #4a82d8 0, #36407b 100%);

	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	vertical-align: middle;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	transition: 0.2s;
}
.buttons-box a:hover {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	transition: 0.2s;
}
.buttons-box button {
	display: inline-block;
	padding: 7.5px 15px;
	margin: 5px;
	border: 1px solid #003659;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	background: linear-gradient(to bottom, #4a82d8 0, #36407b 100%);

	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	vertical-align: middle;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	transition: 0.2s;
	cursor:pointer;
}
.buttons-box button:hover {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	transition: 0.2s;
}

/* modal fix, slick fix */
.slick-dotted.slick-slider {
	margin-bottom: 15px !important;
}
.blog-modalLink-opener {
	display: inline-block;
	padding-bottom: 15px;
	height: 200px;
	width: 100%;
}
@media (min-width: 768px) {
	.blog-modalLink-opener {
		height: auto;
	}
}
/* .blog-modal-window{} */
.blog-modal-window .blog-modal__slider-list {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: hidden;
}
.blog-modal-window .blog-modal__slider-list.p_b {
	padding-bottom: 40px;
}
.blog-modal__slider-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
.blog-modal__slider-item img {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100%;
	width: 100%;
}
.blog-modal__content-name {
	display: inline-block;
	padding-bottom: 15px;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 700;
}
.blog-modal__content-footer{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media(min-width:768px){
	.blog-modal__content-footer{
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	.blog-modal__slider-item {
		height: auto;
	}
}

.blog-modal__content-list {
	overflow: hidden;
}

.blog-modal__content-item {
	outline: none;
}

.blog-modal-window .slick-arrow.slick-prev,
.blog-modal-window .slick-arrow.slick-next {
	top: 80px;
	/* bottom: 5px; */
	z-index: 1060;
	transform: translate(0, 0%);
	padding: 10px;
	height: 80px;
	width: 50px;
}
@media(min-width:768px){
	.blog-modal-window .slick-arrow.slick-prev,
	.blog-modal-window .slick-arrow.slick-next {
		top:180px;
	}
}
@media(min-width:1024px){
	.blog-modal-window .slick-arrow.slick-prev,
	.blog-modal-window .slick-arrow.slick-next {
		top:240px;
	}
}
.blog-modal-window .slick-arrow.slick-prev {
	left: 10px;
}
.blog-modal-window .slick-arrow.slick-next {
	right: 10px;
}

.blog-modal-window .slick-arrow.slick-prev::before,
.blog-modal-window .slick-arrow.slick-next::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 60px;
	width: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blog-modal-window .slick-arrow.slick-prev::before {
	background-image: url("/img/btn-left.png");
}
.blog-modal-window .slick-arrow.slick-next::before {
	background-image: url("/img/btn-right.png");
}
.blog-modal-window .slick-dots {
	bottom: 5px;
	height: 30px;
}

.blog-modal-window .slick-dots li button::before {
	font-size: 10px;
}
.blog-modal-window .slick-track {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/* ===== modal window styles ===== */
/* modal css */
[data-modalname] {
	cursor: pointer;
}

body.blog-modal-show {
	overflow: hidden;
}
@media (min-width: 1200px) {
	body.blog-modal-show {
		padding-right: 17px;
	}
}

.blog-modal-window {
	position: fixed;
	top: 0;
	left: 0;
	/* z-index: 1050; */
	z-index: 3500;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	/* form state */
	/* end form state */
}
.blog-modal-window.preshow {
	display: block;
	opacity: 0;
	transition: 0.3s;
}
.blog-modal-window.show {
	display: block;
	opacity: 1;
	transition: 0.3s;
}
.blog-modal-window .background {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #f3f3f2;
	background-color: rgba(51, 51, 51, 0.5);
}
.blog-modal-window .container {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	height: auto;
	width: 90%;
	max-width: 90%;
	margin: 50px auto;
	padding: 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0 rgba(7, 8, 21, 0.4);
}
@media (min-width: 992px) {
	.blog-modal-window .container {
		width: 850px;
	}
}
.blog-modal-window .container.small {
	width: 320px;
}
.blog-modal-window .content {
	position: relative;
	padding: 15px;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
}
.blog-modal-window .blog-modal-head {
	position: relative;
	/* padding-bottom: 15px; */
}
.blog-modal-window .blog-modal-head .name {
	display: inline-block;
	width: 100%;
	padding-right: 15px;
	font-size: 1.2rem;
	font-weight: 700;
}
.blog-modal-window .blog-modal-head .close-btn {
	position: absolute;
	z-index: 1051;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
	background-color: #264763;
	border-radius: 30px;
	box-shadow: 0 0 3px #000;
}
.blog-modal-window .blog-modal-head .close-btn::before,
.blog-modal-window .blog-modal-head .close-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 25px;
	background-color: #fff;
}
.blog-modal-window .blog-modal-head .close-btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.blog-modal-window .blog-modal-head .close-btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.navigation{
	margin-left: 30%;
}
.multiple-items {
	width: 1110px;
}
.blog-slider-main > a > img{
	height: 90%;
	margin-top: -30px;
}

.slick-prev, .slick-next{
	height: 40px;
	font-size: 1px;
	line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	display: block;
	width: 20px;
	height: 36px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
#wrapper > div.section > div.blog-section > div > button.slick-prev.slick-arrow:before {
	content: '';
	background-image: url(/local/css/slick/img/arrow-left.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 36px;
}
#wrapper > div.section > div.blog-section > div > button.slick-next.slick-arrow:before{
	content: '';
	background-image: url(/local/css/slick/img/arrow-right.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 36px;
}

#wrapper > div.section > div.blog-section > div > button.slick-prev.slick-arrow{
	height: 40px;
}
#wrapper > div.section > div.blog-section > div > button.slick-next.slick-arrow{
	height: 40px;
}
/* End */
/* /bitrix/templates/main/components//bitrix/system.pagenavigation/page_nav_catalog/style.css?17473069481467 */
/* /bitrix/templates/main/components/bitrix/news.list/slider_blog/style.css?15997708769177 */
