

/* Start:/bitrix/templates/.default/components/bitrix/news/template-test/bitrix/news.detail/.default/style.css?175691189711380*/
h1 {
    background-color: #112046 !important;
    color: white !important;
    padding-left: 15px !important;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    padding-top: 1.5rem!important;
    margin-bottom: 0 !important;
    /*margin-top: 20px !important;*/
}
.news-detail h2, .news-detail h3, .news-detail h4, .news-detail h5 {
	margin-top: 30px;
}
.head-articles-detail{
    background-color: #112046;
    color: whitesmoke;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
	box-shadow: 0 6px 4px 0 #00000075;
}
.author-row{
    padding-left: 30px !important;
}
.author-img-head {
	padding-left: 15px !important;
}
.date-active, .date-create, .time-2-read{
    color: darkgray;
}
.author-img-head img, .author-img img{
    border-radius: 0.5rem;
}
.head-articles-detail .btn-read-after {
	padding: 0 10px !important;
	color: #06559C;
	border-radius: 0.5rem;
	border: 1px solid #06559C;
	background-color: whitesmoke;
	font-size: 14px;
}
.head-articles-detail .btn-read-after:hover{
	background-color: #494847;
    color: white;
    border: 1px solid #494847;
}
.head-articles-detail button, .author-row button{
    padding: 17px 40px !important;
    color: #06559C;
    border-radius: 0.5rem;
    border: 2px solid #06559C;
}
.head-articles-detail button:hover, .author-row button:hover{
    background-color: #494847;
    color: white;
    border: 2px solid #494847;
}

.author-row{
    padding: 20px;
    background-color: #112046;
    border-radius: 0.5rem;
    border: none;
	box-shadow: 0 6px 4px 0 #00000075;
    /*max-width: 750px;*/
}
.author-label{
    color: #adadad;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}
/*.popular-in-articles{
	border-top: 3px solid #00AEEF;
    padding-top: 15px;
}*/
.author-creator-name, .author-creator, .popular-in-articles, .popular-in-articles a, .popular-in-articles a:hover {
    color: whitesmoke;
}
.author-creator-name{
    font-weight: bold;
}

.ul-pop-art li::marker{
	color: white;
	font-size: 20px;
	line-height: normal;
}
.ul-pop-art li{
	list-style: square;
}
.ul-pop-art{
	padding-left: 22px;
}

div.vstavka-top-none {
	display: none;
}
div.button-news-detail {
	text-align: center;
	margin-bottom: 10px;
}
button.btn-news-free-cons {
	width: 100%;
}
div.news-detail {
	word-wrap: break-word;
}
.banner_posts{
	margin-bottom: 2rem!important;
}
div.news-list-block-1 {
	border-radius: 0.5rem;
	border: 1px solid;
	border-color: #1D6EB1;
	box-shadow: 0 6px 4px 0 #00000075;
}
div.news-list-block-1 p {
	text-align: center;
	margin-bottom: 0;
	color: black;
}

.art-ad-px{
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.artile-ad-big {
	font-size: 14px;
}
.artile-ad-small {
	font-size: 15px;
}
.art-ad-img-1 {
	max-width: 140px;
	padding-right: 0.5rem;
}
.art-ad-img-2 {
	max-width: 220px;
	padding-right: 0.5rem;
}

div.news-detail img.detail_picture{
	float:left;
	max-width:40%; 
	height: auto;
	margin:0 8px 6px 1px;
	padding: 0 20px 0 5px;
}
.news-date-time{
	color:#486DAA;
}
div.news-detail p, ul.like_item_desc, ol.like_item_desc {
	text-align: justify;
}

.box-with-shadow{
	-webkit-box-shadow: 0 9px 19px 0 rgb(110 127 134 / 44%);
	box-shadow: 0 9px 19px 0 rgb(110 127 134 / 44%);
	border-radius: 15px;
	border: 1px solid #d2d2d2;
	background-color: #d2d2d296;
}

/*Содержание-оглавление*/
.article-ogl {
	background-color: #f7f7f7;
	padding: 5px 10px 5px 20px;
	border-left: 5px solid #2274B6;
	border-radius: 0.5rem;
	margin-bottom: 30px;
	border-top: 1px solid #2274B6;
	box-shadow: 0 6px 4px 0 #00000075;
	-webkit-box-shadow: 0 6px 4px 0 #00000075;
}
.article-ogl span.h2 {
	margin-bottom: 10px;
}
.article-ogl ul{
	list-style: square;
}
.article-ogl ul li{
	margin-bottom: 5px;
	font-weight: bold;
}
.article-ogl ul li ul{
	margin-top: 5px;
}

.accordion{ 
    cursor: pointer;
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid #2174b8;
    border-radius: .25rem;
    padding: 10px 15px 10px 10px;
    display: block;
   /* box-shadow: 0 0px 5px 0 #2174b8;*/
	margin-bottom: 3px;
}

.accordion-body{
    box-shadow: 0 0px 5px 0 rgba(42, 48, 60, 0.5) inset;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
}

.accordion:before {
    content: "\002D";
    font-weight: bold;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 25px;
	color: #2174b8;
    margin-right: 10px;
    color:#fff;
    margin-left: 5px;
    border-right: 1px solid #FFF;
    padding-right: 10px;
    padding-left: 3px;
}

.accordion{
	margin-top: 15px;
	border-radius: 5px;
	color:#fff;
    background: #2476b8;
    background: -moz-linear-gradient(top, #2476b8 0%, #004e96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2476b8), color-stop(100%,#004e96));
    background: -webkit-linear-gradient(top, #2476b8 0%,#004e96 100%);
    background: -o-linear-gradient(top, #2476b8 0%,#004e96 100%);
    background: -ms-linear-gradient(top, #2476b8 0%,#004e96 100%);
    background: linear-gradient(to bottom, #2476b8 0%,#004e96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2476b8', endColorstr='#004e96',GradientType=0 );
}
.active-accordion{
    margin-bottom: 15px;
    margin-top: 15px;
}
.active-accordion:before {
	content: ' \002B'; 
	font-weight: bold; 
	font-size:25px;
}

.accordion-body {
	display: block; 
	visibility: visible;
}

ol.like_item_desc {
    margin-left: 0;
    list-style: none;
    counter-reset: li;
    margin: 10px 0;
    padding-left: 0px;
}
ol.like_item_desc li {
    position: relative;
    margin-bottom: 1.5em;
    border:1px solid #337AB7; 
    padding: 0.6em;
    border-radius: 4px;
    background: #FEFEFE;
    color: #231F20;
    -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
ol.like_item_desc li:before {
    position: absolute;
    top: -0.7em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    font-size: 16px;
    color: #ff8300;
    background: #FEFEFE;
    border-radius: 50%;
    counter-increment: li;
    content: counter(li);
}

ul.like_item_desc {
    list-style: none;
    padding: 0;
    margin: 10px 0;   
}
ul.like_item_desc li {
    padding: 7px 20px;
    margin-bottom: 10px;
    border-radius: 2px;
    border-left: 3px solid #1d6eb1;
	border-bottom: 1px solid #1d6eb1;
	border-top: 1px solid #1d6eb1;
	border-right: 1px solid #1d6eb1;
    transition: 0.3s all linear;
	box-shadow: 0 0px 5px 0 rgba(42, 48, 60, 0.5);
    -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
ul.like_item_desc li:nth-child(2n){border-color: #1d6eb1;}

ul.like_item_desc li:hover, ol.like_item_desc li:hover {
	-webkit-box-shadow: 0px 5px 7px 0 rgba(110,127,134,.44);
   box-shadow: 0px 5px 7px 0 rgba(110,127,134,.44);
   -webkit-transform: translateY(-2px);
   transform: translateY(-2px);
   -webkit-transform-origin: 50% 50% 0;
   transform-origin: 50% 50% 0; cursor:pointer;
}

/*Tablica tarifov BEGIN*/
.padding-rl-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.pricingTable{
    text-align: center;
    background: #727cb6;
    padding-top: 5px;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 5px;
}
.pricingTable > .pricingTable-header{
    color:#fff;
    background: #273238;
    position: relative;
    height: 270px;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
}
.pricingTable:hover .pricingTable-header{
    height: 230px;
    transition: all 0.5s ease 0s;
}
.pricingTable-header > .heading{
    display: block;
    padding: 20px 5px;
}
.heading > h3{
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.15em;
    border-bottom: 1px solid;
}
.pricingTable .heading > span{
    margin-bottom: 15px;
    display: block;
    font-size: 0.85em;
}
.pricingTable-header > .price-value{
    display: block;
    font-size: 60px;
    line-height: 60px;
}
.pricingTable-header > .price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.pricingTable > .pricingContent{
    color:#fff
}
.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
    text-align: center;
}
.pricingTable > .pricingContent > ul > li{
    padding: 15px 7px;
    border-bottom: 1px solid #fff;
    border-left: none;
    box-shadow: none;
    -webkit-transition: none;
    border-radius: 0;
    min-height: 102px;
}
.pricingTable > .pricingContent > ul > li:last-child{
    border: 0px none;
}
.pricingTable-sign-up{
    padding: 30px 0;
}
.pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.orange b, .blue b {
    color: #fff;
}
.pink{
    background: #ed687c;
}
.pink .pricingTable-header:after{
    border-bottom-color: #ed687c;
}
.orange{
    background: #e67e22;
}
.green-t{
    background: #92E4C6;
}
.yellow-t{
    background: #DEE997;
}
.orange .pricingTable-header:after{
    border-bottom-color: #e67e22;
}
.blue{
    background: #3498db;
}
.blue .pricingTable-header:after{
    border-bottom-color: #3498db;
}

@media screen and (max-width: 1200px){
    .pricingTable > .pricingTable-header{
        height: 220px;
    }
    .pricingTable > .pricingTable-header:after{
        border-left: 215px solid transparent;
    }
}

@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }

    .pricingTable > .pricingTable-header:after{
        border-left: 349px solid transparent;
    }
}
@media screen and (max-width: 768px){
    .pricingTable > .pricingTable-header{
        height: 150px;
    }
	.head-articles-detail button{
		padding: 17px 25px !important;
	}
}

@media screen and (max-width: 576px) {
    div.news-detail p, ul.like_item_desc, ol.like_item_desc, .news-detail ul li, .news-detail ol li, .news-detail h2, .news-detail h3, .news-detail h4 {
        text-align: left !important;
    }
    div.news-detail {
        padding-left: 15px;
        padding-right: 15px;
    }
} 

@media screen and (max-width: 480px){
    .pricingTable{
        overflow: hidden;
    }

    .pricingTable > .pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}
/*Tablica tarifov END*/

@media screen and (max-width: 980px)
{
	div.news-detail img.detail_picture 
	{
		max-width:100%; 
		height: auto;}
	div.bx_vertical_menu_advanced {
		display: none;
	}
	.leftcat {
		display: none;
	}
}

@media screen and (min-width: 576px) {
	.author-img-head, .author-img{
		max-width: 120px !important;
	}
	.author-img-head, .author-row{
		padding-left: 30px !important;
	}
	h1{
		padding-left: 30px !important;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/template-test/bitrix/news.detail/.default/style.css?175691189711380 */
