

/* Start:/bitrix/templates/doweb/components/bitrix/news.list/actions/style.css?15917073384775*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.section-green {
	/* background: #3bd5c7 url("/bitrix/templates/doweb/components/bitrix/news.list/actions/images/doweb-bg.png") no-repeat center center; */
	background-color: #3bd5c7;
	background-repeat: no-repeat;
	background-position: center;
	padding:30px 0 45px;
	display: block;
}
/* .no-webp.section-green {
	background: #3bd5c7 url("/bitrix/templates/doweb/components/bitrix/news.list/actions/images/doweb-bg.png") no-repeat center center;
} */

.section-green .tabs {
	position:relative;
}
.section-green .tab-content {
	opacity:0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.section-green .tab-content.active {
	position:absolute;
	opacity:1;
	visibility: visible;
	z-index: 2;
	top:0;left:0;
	right:0;
}
.action {
	width:100%;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	line-height: 100%;
}
.action .inner-info {
	padding-top:65px;
}
.action > div {
	width:100%;
}
.action .title-action {
	font-family: "Montserrat-bl";
	font-weight: normal;
	line-height: 1.1;
	text-transform: uppercase;
	color: #ffffff;
	font-size:43px;
}
.action .title-action span {
	color: #444f5f;
	display: block;
}
.action .preview-text {
	margin: 15px 0;
	font-size: 18px;
	font-family: "Montserrat";
	color: #ffffff;
	line-height: 1.2;
}
.action .preview-text strong {
	font-family: "Montserrat-b";
}
.action .btn-action {
	line-height: 1;
	color: #2f3947;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 50px 15px 35px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	background-image:none;
	font-weight: normal;
	font-family: "Montserrat";
}
.action .btn-action:hover {
	background-color: #ffffff;
	background-image: none;
	color: #2f3947;
}
.action .jcf-checkbox span {
	background-color: #ffffff;
}
.action .form-group__label_check a {
	color: #ffffff;
	text-decoration: underline;
}
.action .form-group__label_check a:hover {
	color: #Ffffff;
}
.action input {
	border-bottom-color:#ffffff;
}
.action .form_sm {
	margin-bottom:0;
}
/*.action .btn-action:before {*/
	/*background-image: url("https://doweb.pro/bitrix/templates/doweb/img/icon/arrow-right-dark.svg");*/
	/*content: " ";*/
	/*position: absolute;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*right: 20px;*/
	/*margin: auto;*/
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-size: 10px auto;*/
	/*width:13px;*/
	/*vertical-align: middle;*/
/*}*/
.action .time {
	width:100%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	padding:50px 0 20px;
	font-family: "Montserrat-l";
	font-size: 12px;
}
.action .time span {color: #ffffff;}
.action .time span span {
	font-family: "Montserrat-b";
	color: #2f3947;
}
.curr-time {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin:15px 0;
}
.curr-time > div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
	width:32px;
}
.curr-time > div div {
	font-family:'Montserrat-bl';
	font-size: 24px;
	color: #ffffff;
}
.curr-time > div span {
	font-size: 10px;
	text-transform: uppercase;
}
.curr-time div.colon{
	font-size: 20px;
	padding:0 10px;
	color: #ffffff;
}
.section-green .tabs-title {
	display:block;
	border-top:1px solid #6ce0d5;
}
.section-green .tabs-title .list-tabs {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
}
.section-green .tabs-title .list-tabs a {
	width:100%;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height:70px;
}
.section-green .tabs-title .list-tabs a.active {
	margin-top:-1px;
	border-top:2px solid #ffffff;
}
.section-green .tabs-title .list-tabs a .title {
	font-family: "Montserrat";
	color: #ffffff;
	font-size: 16px;
	padding-left: 20px;
}
@media only screen and (max-width: 1000px) {
	.action .inner-info {
		padding-top:0;
	}
	.action .btn-action {padding: 15px 0 15px;text-align: center;width:100%;}
}
@media only screen and (max-width: 765px) {
	.action .inner-info {
		padding-top:20px;
	}
	.action {
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		padding-bottom: 20px;
	}
	.section-green {padding-bottom:0;/*margin-top:50px;*/}
	.action .preview {display:none;}
	.action .time {text-align: center}
	.curr-time {justify-content: center}
	.section-green .tabs-title .list-tabs {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}
/* End */


/* Start:/bitrix/templates/doweb_blog/components/bitrix/news.detail/gallery/style.css?1776416108581*/
.detail-blog-slider__title.title-site {
	color: #49505f;
}

.block-list .detail-form-block_1,
.block-list .detail-form-block_2
{
    margin-left: calc(-6em - 15px);
    margin-right: calc(-6em - 15px);
    width: calc(100% + (6em + 15px) * 2);
}

.block-list .detail-form-block_1 > *,
.block-list .detail-form-block_2 > *
{
    padding-left: calc(6em + 15px);
    padding-right: calc(6em + 15px);
}
.action .inner-info {
    padding-top: 0px;
}
.action .inner-info.form_action_blog {
    padding-top: 50px;
}
.block-list .detail-form-block_2 .form-btn
{
    margin-bottom: 40px;
}

/* End */


/* Start:/bitrix/templates/doweb_blog/components/bitrix/news.list/work/style.css?1629814706463*/
.slider-blog{
	background-color: #fff;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.slider-blog__title.title-site {
	color: #49505f;
}
.slider-blog__item {
	position: relative;
}
.slider-blog__item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(53, 67, 84, 0.6);
}
.slider-blog__item-content {
	display: block;
}
.slider-blog__name {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/pd/ajax.call_order/form_subscribe/style.css?159645757493*/
.subscribe_form .form-group input[type="submit"] {
    width: 100%;
    text-align: center;
}
/* End */
/* /bitrix/templates/doweb/components/bitrix/news.list/actions/style.css?15917073384775 */
/* /bitrix/templates/doweb_blog/components/bitrix/news.detail/gallery/style.css?1776416108581 */
/* /bitrix/templates/doweb_blog/components/bitrix/news.list/work/style.css?1629814706463 */
/* /bitrix/templates/.default/components/pd/ajax.call_order/form_subscribe/style.css?159645757493 */
