

/* Start:/local/templates/sakhatime_v2/components/bitrix/news.index/top-margue/style.css?1742298275187*/
.list-03 {margin:10px;padding:0 20px;}
.list-03-item {}
.list-03-item-date-time {}
.list-03-item-name {font-weight:bold;}
.list-03-item-name a, .list-03-item-name a:hover {color:#000000;}
/* End */


/* Start:/local/templates/sakhatime_v2/components/bitrix/search.title/search_01/style.min.css?17422982753445*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/sakhatime_v2/components/bitrix/search.title/search_01/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/sakhatime_v2/components/bitrix/menu/top_menu_1/style.css?17422982754177*/
/* цвет фона и рамки навигационного меню */
.navbar-default
{
	margin:7px 0 0 0;
	padding:0;
/*	background-color:#f6fcfc; */
	background-color: transparent;
	border:none;
/*	border-bottom:3px solid #00b4cf; */
}
/* цвет текста, содержащий название сайта или бренда */
.navbar-default .navbar-brand
{
	color:#ffffff;
}
.icon-logo
{
	margin:5px 0;
	padding-bottom:5px;
}
/* цвет текста (название сайта или бренда), при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color:#ffffff;
}
/* Цвет пунктов навигационного меню */
.navbar-default .navbar-nav > li > a {
	margin:10px;
	padding:10px;
	color:#ffffff;
	font-weight:bold;
}
/* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color:#fe2013;
}
/* Цвет и фон активного пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #E7E7E7;
}
/* Цвет и фон открытого пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #D5D5D5;
}
/* Цвет стрелочки (треугольничка) у раскрывающихся пунктов меню */
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #777;
	border-bottom-color: #777;
}
/* Цвет стрелочки (треугольничка) при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
/* Цвет стрелочки (треугольничка), открывшегося пункта меню */
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
/* CSS стили для мобильных устройств */
/* Цвет рамки у кнопки, которая открывает меню */
.navbar-default
{
	border-color: #DDD;
}
.navbar-toggler
{
/*	margin-top:7px;*/
	background-color:white;
}
/* Цвет фона кнопки (которая открывает меню) при поднесении к ней курсора мышки или при нахождении её в фокусе */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color:transparent;
}
/* Цвет полосочек в кнопочке, которая открывает меню */
.navbar-default .fa-bars {
	color:#ffffff;
}
 
@media (max-width: 767px) {
/* Цвет пунктов меню в раскрывающихся списках */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
    }
/* Цвет и фон пункта меню в раскрывающихся списках, при поднесении к нему курсора мышки или при нахождении его в фокусе */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
    }
}
/* End */


/* Start:/local/templates/sakhatime_v2/components/bitrix/news.index/base-col-first/style.css?1742298275267*/
.list-02 {}
.list-02-item {margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #000000;}
.list-02-item-date-time {}
.list-02-item-section {}
.list-02-item-section a {color:#000000;}
.list-02-item-name {font-weight:bold;}
.list-02-item-name a {color:#000000;}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1742298200467*/
.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:/local/templates/sakhatime_v2/components/bitrix/news.index/base-col-last/style.css?174229827539*/
.news-date-time {
	color:rgb#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/partners/style.css?1748660585257*/
.partners .btn-group>.btn-group:not(:last-child)>.btn, .partners .btn-group>.btn.dropdown-toggle-split:first-child, .partners .btn-group>.btn:not(:last-child):not(.dropdown-toggle)
{
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
/* End */


/* Start:/local/templates/sakhatime_v2/components/bitrix/menu/bottom_menu_1/style.css?1742298275642*/
/* Bottom menu*/
ul.bottom-menu-1
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.bottom-menu-1 li
{
	display: inline;
	padding: 10px 16px;
/*	background:#F5F5F5 url(/local/templates/sakhatime_v2/components/bitrix/menu/bottom_menu_1/images/left_menu_bg.gif) top repeat-x; */
}

ul.bottom-menu-1 li a
{
	font-size:100%;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

ul.bottom-menu-1 li a:visited
{
	color:#000000;
}

ul.bottom-menu-1 li a:hover
{
	color:#000000;
}


ul.bottom-menu-1 li a.selected:link,
ul.bottom-menu-1 li a.selected:visited,
ul.bottom-menu-1 li a.selected:active,
ul.bottom-menu-1 li a.selected:hover
{
	color:#000000;
}




/* End */


/* Start:/local/templates/sakhatime_v2/styles.css?17488603994593*/
.block {margin:0 0 20px 0;}
.block-header {margin:2px 0;padding:5px;font-size:120%;font-weight:bold;text-align:center;color:#ffffff;background:red;}
.block-body {position:relative;margin:0 0 10px 0;padding:5px 0 0 0;}
.block-body-img {}
.block-body-title {position:absolute;padding:10px;width:100%;bottom:0;left:0;margin:5px 0 0 0;font-weight:bold;background:rgba(0,0,0,.4);text-align:center;color:#ffffff !important;}
.block-body-title a {}

.detail-head {margin:0 0 20px 0;padding:0 10px;font-family:'Cuprum', sans-serif;font-size:150%;font-weight:bold;text-transform:uppercase;letter-spacing:2px;border-left:10px solid #c71616;color:#2d3a67;}
.detail-head a {color:#2d3a67;}
.detail-head a:hover {padding-bottom:1px;text-decoration:none;border-bottom:2px dashed #2d3a67;color:#c71616;}

.list-04 {}
.list-04-item {margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #000000;}
.list-04-item-name {margin:5px 0 0 0;font-weight:bold;}
.list-04-item-name a {color:#000000;}

.list-05 {}
.list-05-item {margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #000000;}
.list-05-item-name {font-weight:bold;}
.list-05-item-name a {color:#000000;}

.list-06 {}
.list-06-item {position:relative;margin:0 0 10px 0;}
.list-06-item-name {position:absolute;padding:10px;width:100%;bottom:0;left:0;margin:5px 0 0 0;font-weight:bold;background:rgba(0,0,0,.4);}
.list-06-item-name a {color:#ffffff;}

.list-07 {margin:0 0 10px 0;padding:10px 0;border-bottom:1px solid #000000;}
.list-07-item {position:relative;margin:10px 0;}
.list-07-item-name {position:absolute;padding:10px;width:100%;bottom:0;left:0;font-size:120%;font-weight:bold;background:rgba(0,0,0,.4);}
.list-07-item-name a, .list-07-item-name a:hover {color:#ffffff !important;}

.list-08 {}
.list-08-item {position:relative;margin:0 0 10px 0;}
.list-08-item-name {position:absolute;padding:10px;width:100%;bottom:0;left:0;font-size:100%;font-weight:bold;background:rgba(0,0,0,.4);}
.list-08-item-name a, .list-08-item-name a:hover {color:#ffffff;}

.alarm-covid {margin-top:5px;padding:5px;border-top:3px solid red;color:#3a59ab;font-weight:bold;}
.alarm-covid a, .alarm-covid a:hover {color:#3a59ab;}

.block-left {margin:0 0 20px 0;}
.block-left-header {margin:2px 0;padding:5px;font-size:120%;font-weight:bold;text-align:center;color:#ffffff;background:red;}
.block-left-body {padding:5px 0 0 0;}

.block-center {margin:10px 0 20px 0;}
.block-center-header {margin:2px 0;padding:5px 10px;font-size:120%;font-weight:bold;border-top:3px solid #000000;}
.block-center-header a {color:red;}
.block-center-body {padding:5px 0 0 0;}

.center-list {}
.center-list-header {margin:2px 0;padding:5px 10px;font-size:120%;font-weight:bold;border-top:3px solid #000000;}
.center-list-body {}
.center-list-body-item {}
.center-list-body-item-img {margin-bottom:10px;}
.center-list-body-item-date {}
.center-list-body-item-name {font-weight:bold;}
.center-list-body-item-name a, .list-10-item-name a:hover {color:#000000;}

@media (max-width: 575.98px)
{
	.center-list-body-item {margin-top:10px;padding-top:20px;border-top:1px dashed #cccccc;}
}
@media (min-width: 576px)
{
	.center-list-body-item {margin-bottom:10px;}
}

.block-right-text {margin:2px 0;padding:5px;font-size:120%;font-weight:bold;text-align:center;color:#ffffff;background:#3a59ab;}
.block-right-text a {text-decoration:none;color:#ffffff;}

.ads-block-top {margin:0 0 20px 0;}
.ads-block-top-body {}

.ads-block-right {margin:0 0 20px 0;padding:0 0 20px 0;border-top:3px solid red;border-bottom:1px solid #3a59ab;}
.ads-block-right-header {margin:3px 5px;font-size:80%;}
.ads-block-right-header a {color:navy;}
.ads-block-right-body {}

#ST-ATC-970x250, #ST-MCC-970x250, #ST-ABC-970x250 {width:970px;height:250px;}
#ST-ATC-480x320, #ST-MCC-480x320, #ST-ACC-480x320, #ST-ABC-480x320 {width:480px;height:320px;}
#ST-ACR1-240x400 {width:240px;height:400px;}
#ST-ACR2-300x250 {width:300px;height:250px;}
#banner-240x400, #banner_240x400, .banner_240x400 {height:450px;text-align:center;}
#banner-300x250, #banner_300x250, .banner_300x250 {height:3000px;text-align:center;}
#banner_728x90, .banner_728x90 {height:90px;text-align:center;}
.banner-728x90 img {margin:10px 1px;padding:1px;width:100%;max-width:728px;height:90px;background:#ffffff;}
.banner-300x250 img {margin:10px 1px;padding:1px;width:100%;max-width:300px;height:250px;background:#ffffff;}
.banner-240x400 img {margin:10px 1px;padding:1px;width:100%;max-width:240px;height:400px;background:#ffffff;}
.banner-600x90 img {margin:10px 1px;padding:1px;width:100%;max-width:600px;height:90px;background:#ffffff;}
/* End */


/* Start:/local/templates/sakhatime_v2/template_styles.css?17488603992253*/
#header {margin:0 0 20px 0;}
.logo-menu {background:#3a59ab;}
.date-time-social-auth {padding:10px 0;border-bottom:3px solid #3a59ab;}
.banners-top {padding-top:20px;margin:20px 0;border-top:3px solid #3a59ab;}

#section-left {margin:0 0 20px 0;}

#section-center {margin:0 0 20px 0;}

#section-right {margin:0 0 20px 0;}

.bottom-menu {padding:10px 0;border-top:3px solid #3a59ab;}

#footer {position:relative;margin:0 0 20px 0;padding:20px;color:#ffffff;background:#3a59ab;}
#footer a, #footer a:hover {color:#ffffff;}
.infomaster {margin:0 0 20px 0;}
.infomaster a {color:#000000;}
.statistic {margin:0 0 20px 0;}

.fa-arrow-up, .fa-cc-visa, .fa-cc-mastercard, .fa-cc-paypal, .fa-envelope, .fa-building, .fa-user, .fa-phone-square, .fa-facebook-square, .fa-vk, .fa-telegram, .fa-address-card, .fa-linkedin-square, .fa-twitter-square, .fa-skype {color:#3a59ab;}
.fa-arrow-up:hover, .fa-cc-visa:hover, .fa-cc-mastercard:hover, .fa-cc-paypal:hover, .fa-envelope:hover, .fa-building:hover, .fa-user:hover, .fa-phone-square:hover, .fa-facebook-square:hover, .fa-vk:hover, .fa-telegram:hover, .fa-address-card:hover, .fa-linkedin-square:hover, .fa-twitter-square:hover, .fa-skype:hover {color:red;}

@media (max-width:767px) {
	.share-buttons-ii {margin:20px 0;}
	.ya-share2__container_size_m .ya-share2__icon {
		padding:10px 0;
		height: 40px !important;
		width:  40px !important;
		background-size: 40px 40px !important;
	}
	.sixteen-plus {position:absolute;top:25px;right:10px;}
}
@media (min-width:768px) and (max-width:1023px) {
	.share-buttons-ii {margin:20px 0;}
	.ya-share2__container_size_m .ya-share2__icon {
		height:28px !important;
		width:28px !important;
		background-size:28px 28px !important;
	}
	.sixteen-plus {position:absolute;top:10px;right:10px;}
}
@media (min-width:1024px) {
	.ya-share2__container_size_m .ya-share2__icon {
		height:20px !important;
		width:20px !important;
		background-size:20px 20px !important;
	}
	#to_the_top {display:none;position:fixed;bottom:150px;right:55px;}
	.arrow-top {cursor:pointer;}
	.sixteen-plus {position:absolute;top:5px;right:5px;}
}

a:link {text-decoration:none;color:#000000;}
a:visited {text-decoration:none;color:#000000;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}
/* End */
/* /local/templates/sakhatime_v2/components/bitrix/news.index/top-margue/style.css?1742298275187 */
/* /local/templates/sakhatime_v2/components/bitrix/search.title/search_01/style.min.css?17422982753445 */
/* /local/templates/sakhatime_v2/components/bitrix/menu/top_menu_1/style.css?17422982754177 */
/* /local/templates/sakhatime_v2/components/bitrix/news.index/base-col-first/style.css?1742298275267 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1742298200467 */
/* /local/templates/sakhatime_v2/components/bitrix/news.index/base-col-last/style.css?174229827539 */
/* /local/templates/.default/components/bitrix/news.list/partners/style.css?1748660585257 */
/* /local/templates/sakhatime_v2/components/bitrix/menu/bottom_menu_1/style.css?1742298275642 */
/* /local/templates/sakhatime_v2/styles.css?17488603994593 */
/* /local/templates/sakhatime_v2/template_styles.css?17488603992253 */
