

/* Start:/bitrix/templates/flebolog/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1784277876467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/flebolog/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17842778764545*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

#toc {
    margin: 0 0 30px;
}
#toc ul, #toc ul li {
    padding: 0;
    list-style: none;
}

/* Lang panel */
.lng-panel {
    display: flex;
    width: 100%;
    padding: 20px 0;
    justify-content: right;
    align-items: center;
}

.dropbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 5px;*/
    padding-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #e2e2e2;
}

.dropbtn span {
    position: relative;
    left: 30px;
    top: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: flex;
    /*display: none;*/
    position: relative;
    /*position: absolute;*/
    background-color: #f9f9f9;
    padding: 10px 20px;
    /*width: 75px;*/
    z-index: 1;
}

.dropdown-content span {
    position: relative;
    left: 10px;
    top: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.dropbtn.rus
{
  background: url('/images/flags/rus.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.dropbtn.eng
{
  background: url('/images/flags/eng.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.dropbtn.chi
{
  background: url('/images/flags/chi.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.dropbtn.ara
{
  background: url('/images/flags/ara.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.dropbtn.kir
{
  background: url('/images/flags/kir.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.dropbtn.kaz
{
  background: url('/images/flags/kaz.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.dropbtn.uzb
{
  background: url('/images/flags/uzb.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.dropbtn.tgk
{
  background: url('/images/flags/tgk.jpg') no-repeat left center;
  background-size: cover;
  width: 30px;
  height: 20px;
}

/*.dropbtn::after {
    background: rgba(0, 0, 0, 0) url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 16px;
}*/

.dropdown-content a.rus
{
  background: url('/images/flags/rus.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a.eng
{
  background: url('/images/flags/eng.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a.chi
{
  background: url('/images/flags/chi.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a.ara
{
  background: url('/images/flags/ara.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a.kir
{
  background: url('/images/flags/kir.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a.kaz
{
  background: url('/images/flags/kaz.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a.uzb
{
  background: url('/images/flags/uzb.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a.tgk
{
  background: url('/images/flags/tgk.jpg') no-repeat left center;
  background-size: contain;
  height: 20px;
}

.dropdown-content a {
    color: black;
    padding: 0px 25px 0px 25px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.dropdown-content a:last-child {
    padding: 0px 0px 0px 25px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

/*.dropdown:hover .dropdown-content {
    display: block;
}*/

@media screen and (max-width: 768px) {
    .lng-panel {
		width: 100%;
		padding: 10px 0px;
		justify-content: center;
		align-items: center;
	}
	
	.dropdown-content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 10px 0 10px 10px;
	}
	
	.dropdown-content a {
		font-size: 14px;
		padding: 0 25px;
		margin-bottom: 10px;
		margin-top: 10px;
		width: 25%;
	}
	
	.dropdown-content span {
		position: relative;
		left: 10px;
		top: 0px;
		text-transform: uppercase;
		font-weight: 500;
	}
}
/* End */


/* Start:/bitrix/templates/flebolog/components/sprint.editor/blocks/flebo_tpl_wf/_style.css?17842778763316*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

img.sp-blurred-image {
    filter: blur(8px);
}

/* End */
/* /bitrix/templates/flebolog/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1784277876467 */
/* /bitrix/templates/flebolog/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17842778764545 */
/* /bitrix/templates/flebolog/components/sprint.editor/blocks/flebo_tpl_wf/_style.css?17842778763316 */
