

/* Start:/local/templates/main/components/bitrix/news/blog/style.css?17869530431112*/
.gallery-container {
  max-width: 100%;
  margin: 0 auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  width: 240px;
  height: 160px;
  object-fit: cover;
  margin: 32px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
}

.close {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.prev-button,
.next-button {
  position: absolute;
  top: 20%;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}

.next-button {
  right: 30px;
}

.prev-button {
  left: 30px;
}

.content__title-count {
  color: rgba(34, 34, 34, 1);
  font-weight: 400;
  font-size: 16px;
}

.content__title.content__title_big {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?178705172514809*/
body {
	overflow-x: hidden;
}

.text-description {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.text-description-hr {
	width: 100%;
	height: 1px;
	background: rgba(221, 221, 221, 1);
}

.text-description-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.text-description-section {
	padding: 0 7px;
	height: 24px;
	display: flex;
	align-items: center;
	background: rgba(244, 244, 244, 1);
	color: rgba(0, 76, 119, 1);
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}

.text-description-date,
.text-description-reading_time {
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 3px;
}

.text-description-author {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(85, 85, 85, 1);
}

.author_name {
	color: rgba(34, 34, 34, 1);
	font-size: 16px;
	font-weight: 500;
}

.author_post {
	font-size: 14px;
}

.text-description__text.wysiwyg.picture {
	margin-top: 30px;
	margin-bottom: 32px;
}

.content__block {
	padding-bottom: 0 !important;
}

.content__article_contents {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 16px;
	color: rgba(34, 34, 34, 1);
	font-weight: 600;
	margin-bottom: 48px;
	background: rgba(244, 244, 244, 1);
}

.content__article_contents_items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.content__article_contents_item {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: rgba(34, 34, 34, 1);
}

.content__article_contents_item:hover {
	color: rgba(255, 140, 0, 1);
}

.text-description__text.wysiwyg h3 {
	text-align: left;
}

.text-description__text.wysiwyg b {
	color: #000;
}

.text-description__text.wysiwyg ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.text-description__text.wysiwyg ul li {
	font-size: 14px;
	font-weight: 400;
}

.text-description__text.wysiwyg ol li {
	padding: 16px 30px;
	border-top: 1px solid rgba(221, 221, 221, 1);
}

.text-description__text.wysiwyg ol li:last-child {
	border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.text-description__text.wysiwyg ul li::before {
	background-color: rgba(85, 85, 85, 1);
}

.text-description__text.wysiwyg ol li::before {
	font-weight: 400;
	font-size: 16px;
}

.text-description__quote {
	padding: 24px;
	background: rgba(244, 244, 244, 1);
	display: flex;
	gap: 10px;
}

.quote__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.quote__line {
	align-self: stretch;
	width: 2px;
	background: #3C91CF;
}

.quote__info_text_insert {
	width: calc(100% - 12px);
}

.block_services {
	padding: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
	background: rgba(244, 244, 244, 1);
}

h3.block_services__title {
	margin-bottom: 16px;
}

.block_services__text {
	font-size: 18px;
	font-weight: 500;
	color: rgba(85, 85, 85, 1);
	margin-bottom: 32px;
	max-width: 460px;
}

.block_services__btn {
	height: 48px;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0 20px;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	background: rgba(255, 140, 0, 1);
	border-radius: 6px;
	width: fit-content;
}

.block_services__btn:hover {
	background: #ff5c00;
}

.star_1 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 !important;
}

.star_2 {
	position: absolute;
	right: 200px;
	bottom: 0;
	margin: 0 !important;
}

.orders-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.orders-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    color: #6b6b6b;
    font-size: 14px;
}

.orders-table thead th {
    background: rgba(22, 66, 129, 1);
    color: #fff;
    font-weight: 400;
    text-align: left;
    padding: 16px 20px;
    vertical-align: top;
    white-space: normal;
}

.orders-table tbody td {
    padding: 20px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 1);
    line-height: 1.35;
    word-break: break-word;
    color: rgba(52, 52, 52, 1);
}

.orders-table tbody tr:nth-child(even) td {
    background: rgba(244, 244, 244, 1);
}

.orders-table a {
    color: #5fa0c9;
    text-decoration: none;
}

.orders-table a:hover {
    text-decoration: underline;
}

.orders-table th:last-child,
.orders-table td:last-child {
    text-align: right;
}

.orders-table th div,
.orders-table td div {
	white-space: nowrap;
}

.content__block.content__block_fill.content__block_fill_grey {
	padding-bottom: 26px !important;
}

.hero-slider {
    position: relative;
    width: 100%;
}

.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    height: 100%;
}

.hero-slider .swiper-slide {
    position: relative;
}

.hero-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider-wrap .swiper-button-prev,
.hero-slider-wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
}

.hero-slider-wrap .swiper-button-prev {
    left: -40px;
}

.hero-slider-wrap .swiper-button-prev svg {
	transform: rotate(180deg);
}

.hero-slider-wrap .swiper-button-next {
    right: -40px;
}

.hero-slider-wrap .swiper-button-prev::after,
.hero-slider-wrap .swiper-button-next::after {
    display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    stroke: #3c91cf;
    width: 16px;
    height: 15px;
}

.hero-slider-wrap {
    position: relative;
}

.item__quantity:not(.item__quantity_show) {
    display: none !important;
}

.item__cart {
    margin-top: 0px !important;
}

.orders-table [type="button"],
.quantity.quantity_small {
	height: 40px;
	max-width: 152px;
}

.orders-table-wrap .quantity_small .quantity__button,
.orders-table-wrap .quantity_small .quantity__input {
	height: 40px;
}

.modal_back,
.modal_success {
	background-color: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_back.active,
.modal_success.active {
	display: flex;
}

.modal_wrap {
	background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(34, 34, 34, .1);
    min-height: auto;
    padding: 40px;
    width: 500px;
    position: relative;
}

.modal_success__content {
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(34, 34, 34, .1);
    min-height: auto;
    padding: 40px;
    width: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal_success__content_title {
    font-size: 24px;
    font-weight: 700;
}

.modal_success__content_text {
    color: #555;
    font-size: 14px;
    line-height: 1.3;
}

.solutions-slider-wrap {
    position: relative;
}

.solutions-slider {
    width: 100%;
    overflow: hidden;
}

.solutions-card {
    position: relative;
    display: block;
    height: 258px;
    overflow: hidden;
    text-decoration: none;
    background: #f4f4f4;
}

.solutions-card__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 32px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.solutions-card__play svg {
    display: block;
    width: 32px;
    height: 34px;
}

.solutions-slider-wrap .swiper-button-prev,
.solutions-slider-wrap .swiper-button-next {
    position: absolute;
    top: calc(50% + 15px);
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
}

.solutions-slider-wrap .swiper-button-prev {
    left: -40px;
}

.solutions-slider-wrap .swiper-button-prev svg {
    transform: rotate(180deg);
}

.solutions-slider-wrap .swiper-button-next {
    right: -40px;
}

.solutions-slider-wrap .swiper-button-prev::after,
.solutions-slider-wrap .swiper-button-next::after {
    display: none;
}

.solutions-slider-wrap .swiper-button-prev svg,
.solutions-slider-wrap .swiper-button-next svg {
    stroke: #3c91cf;
    width: 16px;
    height: 15px;
}

.modal_video {
	background-color: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_video__content {
    width: min(1000px, 90vw);
}

.modal_video__content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}

.modal_video.active {
	display: flex;
}

.author_block {
	border: 1px solid rgba(221, 221, 221, 1);
	padding: 24px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	gap: 16px;
}

.author_block__title {
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: rgba(34, 34, 34, 1);
}

.author_block__info {
	display: flex;
	gap: 24px;
	align-items: center;
}

.author_block__img {
	border-radius: 50px;
	overflow: hidden;
	width: 82px;
	height: 82px;
}

.author_block__img img {
	width: 100%;
}

.author_block__col {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: calc(100% - 106px);
}

.author_block__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: rgba(34, 34, 34, 1);
}

.author_block__position {
	font-weight: 400;
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
	line-height: 130%;
}

.blog_detail__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	gap: 16px;
}

.blog_detail__share {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: rgba(34, 34, 34, 1);
}

.blog_detail__share_items {
	display: flex;
	gap: 8px;
}

.blog_detail__share_item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid rgba(221, 221, 221, 1);
	width: 46px;
	height: 46px;
	cursor: pointer;
}

.blog_detail__share_item:hover {
	border: 2px solid rgba(255, 140, 0, 1);
}

.blog_detail__share_item:hover svg path {
	stroke: rgba(255, 140, 0, 1);
	fill: rgba(255, 140, 0, 1);
}

.blog_detail__share_item.js_copy_link:hover svg path {
	fill: #fff;
}

.blog_detail_likes {
    display: flex;
    gap: 16px;
}

.blog_detail_like_item {
    display: flex;
    width: 72px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: rgba(244, 244, 244, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    gap: 10px;
    color: rgba(34, 34, 34, 1);
    cursor: pointer;
}

.blog_detail_like_item.active {
    background: rgba(255, 140, 0, 0.1);
    color: rgba(255, 140, 0, 1);
}

.blog_detail_like_item.active svg path {
    fill: rgba(255, 140, 0, 1);
}

.blog_detail_likes.js_loading .blog_detail_like_item {
    opacity: 0.6;
    pointer-events: none;
}

.text-description__text .swiper {
	overflow: hidden;
}

.button.button_square.button_orange.js_do_comment,
.button.button_square.button_orange.js_send_comment {
	height: 40px;
}

.button.button_square.button_orange.js_send_comment {
	width: fit-content;
}

.blog_detail__comments_title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 24px;
}

.blog_detail__comments_title h3 {
	margin-bottom: 0 !important;
}

.comment_close {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.blog_detail__comments_new_comment {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 32px;
}

.blog_detail__comments_new_comment textarea {
	border: 1px solid rgba(221, 221, 221, 1);
	color: rgba(34, 34, 34, 1);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	padding: 9px 12px;
	min-height: 170px;
	border-radius: 6px;
}

.blog_detail__comments_new_comment textarea::placeholder {
	color: rgba(85, 85, 85, 1);
}

.blog_detail__comments_items {
	display: flex;
	flex-direction: column;
}

.blog_detail__comments_item:first-child {
	border-top: 1px solid rgba(221, 221, 221, 1);
}

.blog_detail__comments_item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-bottom: 1px solid rgba(221, 221, 221, 1);
	padding: 24px 0;
}

.blog_detail__comments_item_top {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.blog_detail__comments_item_name {
	font-size: 16px;
	line-height: 130%;
	font-weight: 500;
	color: rgba(34, 34, 34, 1);
}

.blog_detail__comments_item_date {
	font-size: 14px;
	line-height: 130%;
	font-weight: 400;
	color: rgba(85, 85, 85, 1);
}

.blog_detail__comments_item_text {
	color: rgba(85, 85, 85, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

@media (max-width: 768px) {
    .solutions-slider-wrap .swiper-button-prev {
        left: 8px;
    }

    .solutions-slider-wrap .swiper-button-next {
        right: 8px;
    }

    .hero-slider .swiper-button-prev {
        left: 12px;
    }

    .hero-slider .swiper-button-next {
        right: 12px;
    }

	.text-description__quote {
		padding: 15px;
	}

	.quote__img, .quote__img svg {
		width: 30px;
	}

	.text-description__text.wysiwyg ul li::before {
		bottom: 0;
	}

	.block_services__text {
		font-size: 1rem;
	}

	.block_services {
		padding: 30px;
	}

	.star_1, .star_2 {
		display: none;
	}

    .orders-table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .orders-table {
        min-width: 700px;
    }

    .star_1, .star_2 {
    	display: none !important;
    }
}
/* End */


/* Start:/local/components/webit/blog.likes/templates/.default/style.css?1787051725684*/
.blog_detail_likes {
    display: flex;
    gap: 16px;
}

.blog_detail_like_item {
    display: flex;
    width: 72px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: rgba(244, 244, 244, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    gap: 10px;
    color: rgba(34, 34, 34, 1);
    cursor: pointer;
}

.blog_detail_like_item.active {
    background: rgba(255, 140, 0, 0.1);
    color: rgba(255, 140, 0, 1);
}

.blog_detail_like_item.active svg path {
    fill: rgba(255, 140, 0, 1);
}

.blog_detail_likes.js_loading .blog_detail_like_item {
    opacity: 0.6;
    pointer-events: none;
}
/* End */


/* Start:/local/components/webit/blog.comments/templates/.default/style.css?17869530432745*/
.button.button_square.button_orange.js_do_comment,
.button.button_square.button_orange.js_send_comment {
    height: 40px;
}

.button.button_square.button_orange.js_send_comment {
    width: fit-content;
}

.blog_detail__comments_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}

.blog_detail__comments_title h3 {
    margin-bottom: 0 !important;
}

.comment_close {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.blog_detail__comments_new_comment {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}

.blog_detail__comments_new_comment textarea {
    border: 1px solid rgba(221, 221, 221, 1);
    color: rgba(34, 34, 34, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 9px 12px;
    min-height: 170px;
    border-radius: 6px;
}

.blog_detail__comments_new_comment textarea::placeholder {
    color: rgba(85, 85, 85, 1);
}

.blog_detail__comments_items {
    display: flex;
    flex-direction: column;
}

.blog_detail__comments_item:first-child {
    border-top: 1px solid rgba(221, 221, 221, 1);
}

.blog_detail__comments_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 24px 0;
}

.blog_detail__comments_item_top {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.blog_detail__comments_item_name {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
}

.blog_detail__comments_item_date {
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
}

.blog_detail__comments_item_text {
    color: rgba(85, 85, 85, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.modal_success {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_success.active {
    display: flex;
}

.modal_success__content {
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(34, 34, 34, .1);
    min-height: auto;
    padding: 40px;
    width: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal_success__content_title {
    font-size: 24px;
    font-weight: 700;
}

.modal_success__content_text {
    color: #555;
    font-size: 14px;
    line-height: 1.3;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17869530431798*/
.news-item__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-item__reading_time {
	display: flex;
	align-items: center;
	gap: 6px;
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
}

.news-item__title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item__description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news__list-item.news-item {
	position: relative;
}

.news-item_tag {
	position: absolute;
    z-index: 9;
    background: white;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 6px;
    border-radius: 0 0 4px 4px;
    left: 10px;
    top: 0;
    color: rgba(0, 76, 119, 1);
    font-weight: 500;
    font-size: 13px;
}

.news-item_tag:hover {
	color: rgba(255, 92, 0, 1);
}

.modal_video {
	background-color: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal_video__content {
    width: min(1000px, 90vw);
}

.modal_video__content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}

.modal_video.active {
	display: flex;
}

.news-item__image-wrap {
    position: relative;
}

.news-item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
/* End */
/* /local/templates/main/components/bitrix/news/blog/style.css?17869530431112 */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?178705172514809 */
/* /local/components/webit/blog.likes/templates/.default/style.css?1787051725684 */
/* /local/components/webit/blog.comments/templates/.default/style.css?17869530432745 */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17869530431798 */
