*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body{
	background:#e8e8e8;
	font-family: calibri,sans-serif;
	min-width: 320px;
}
.container{
	width: 1310px;
	margin: 0 auto;
}
.container-small{
	width: 970px;
	margin: 0 auto;
}
#links li.mobile-menu{
	display: none;
}
.share{
	text-align: center;
}
h1.main-title{
	color: #595959;
	font-family: tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
h2{
	color: #595959;
	font-family: tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
h3{
	color: #888;
	font-family: tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.head{
	background: url(../img/sekundomer2.png) center no-repeat;
	height:140px;
	max-width:1100px;
	min-width: 320px;
	margin:10px auto;
	text-align: center;
}
.head img{
	margin: 0 auto;
	height: 100%;
	width: auto;
}
.content{
	border:3px solid #285f99;
	border-radius:3px;
	background:#1d4671;
	width:100%;
	padding:20px;
	text-align:center;
	margin:0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.timer{
	color: #fff;
	font-size: 100px;
	font-family: calibri,sans-serif;
	text-align: center;
}
.timer-sets a{
	display: inline-block;
	background: #eee;
	color:#222;
	border-radius: 50px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	margin:2px 4px;
	font-size: 18px;
	position: relative;
	padding: 0 10px;
}
.timer-sets a span{
	position: absolute;
	display: block;
	right: -6px;
	top:-6px;
	width: 14px;
	height: 14px;
	text-align: center;
	background: #ff0000;
	border-radius: 14px;
}
.timer-sets a span:before{
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	line-height: 12px;
	font-size: 12px;
	position: absolute;
	color:#fff;
	content: 'x';
	display: block;
}
.timer-sets .manual{
	background: #31c2cf;
}
.timer-sets .add{
	background: #b1ddc0;
}
#timerAddBlock{
	padding: 10px 0;
	color:#fff;
	background: #28588b;
	margin: 20px 0 10px 0;
	display: none;
}
.metronom-title{
	color:#fff;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
.metronom-input{
	color:#fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.metronom{
	margin: 0 50px;
}
.metronom input{
	display: inline-block;
	line-height: 33px;
	height: 33px;
	font-size: 18px;
	width: 60px;
	text-align: center;
	border-radius: 3px;
	color:#333333;
	box-sizing: border-box;
	padding: 3px;
	border:2px  solid #b8c4d1;
}
.alarmclock-table{
	display: table;
	width: 100%;
}
.alarmclock-input{
	display: table-row;
}
.alarmclock-input>span{
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.alarmclock-input.calc-input>span{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.alarmclock-input.calc-input>span .skolko-do-btn{
    margin: 0;
}
.alarmclock-input>span:first-child{
	text-align: left;
}
.alarmclock-input>span:last-child{
	text-align: right;
}
.alarmclock-input input{
	display: inline-block;
	line-height: 33px;
	height: 33px;
	font-size: 18px;
	width: 60px;
	text-align: center;
	border-radius: 3px;
	color:#333333;
	box-sizing: border-box;
	padding: 3px;
	border:2px  solid #b8c4d1;
}
.alarmclock-input.calc-input input{
    line-height: 42px;
    height: 42px;
}
.alarmclock-input.calc-input input.full{
    width: 100%;
}
.alarmclock-input #datepicker{
	width: 120px;
}
.alarmclock-input .datepicker{
	width: 120px;
}
.alarmclock-input label{
	display: inline-block;
	padding: 0 6px 0 4px;
	font-size: 21px;
}
.alarmclock-input input:first-child{
	margin-left: 10px;
}
.alarmclock-input .button{
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}
.alarmclock-input .button a{
	vertical-align: middle;
}
.alarmclock-input{
	color: #fff;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 20px;
}
#timerAddBlock input{
	display: inline-block;
	line-height: 33px;
	height: 33px;
	font-size: 18px;
	width: 60px;
	text-align: center;
	border-radius: 3px;
	color:#333333;
	box-sizing: border-box;
	padding: 3px;
	border:2px  solid #b8c4d1;
}
#timerAddBlock input#timerAddName{
	width: 170px;
	text-align: left;
	margin-left: 20px;
}
#timerAddBlock label{
	display: inline-block;
	padding: 0 6px 0 4px;
}
#timerAddBlock .addButton{
	display: inline-block;
	background: linear-gradient(#eee,#d1d1d1);
	height: 33px;
	line-height: 33px;
	color:#333333;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px rgba(255,255,255,.5);
	margin-left: 15px;
}
.button-block{
	display: table;
	width: 366px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.button{
	width:122px;
	height:43px;
	display:table-cell;
	padding:10px;
	text-align: center;
}
.button a{
	width:112px;
	height:33px;
	display: inline-block;
}
.sound{
	background: url(../img/sound_on.png) no-repeat;
	width: 48px;
	height: 48px;
	display: table-cell;
	vertical-align: middle;
	filter:invert(100%);
	-ms-filter: invert(100%);
}
.sound.off{
	background: url(../img/sound_off.png) no-repeat;
}
a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.7;
}
.start{
	background:url(../img/start.png) no-repeat;
}
.test{
	background:url(../img/test.png) no-repeat;
}
.stop{
	background:url(../img/stop.png) no-repeat;
}
.zero{
	background:url(../img/zero.png) no-repeat;
}
.refresh{
	background:url(../img/refresh.png) no-repeat;
}
.results{color:#fff;font-family:calibri;font-size:22px;}
.results div{
	padding:2px;
	text-align:center;
}
.footer{
	color:#888;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin: 20px 0;
}
.hotkeys{
	color: #fff;
	margin-top: 10px;
	display: block;
}
.control-items{
	color: #fff;
	margin-top: 10px;
	display: block;
    font-size: 18px;
}
.control-items label{
    margin: 5px;
    display: inline-block;
}

#links{
	background: #eee;
	text-align: center;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#links li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
#links a{
	display: inline-block;
	text-decoration: none;
	padding: 4px 16px;
	color:#1d4671;
	font-size: 16px;
}
#links span,#links h1{
	display: inline-block;
	text-decoration: none;
	padding: 4px 16px;
	background:#e8e8e8;
	font-size: 16px;
	font-weight:normal;
}
#links>li:not(.mobile-menu){
	position: relative;
}
#links>li:not(.mobile-menu)>ul:before{
	content: '';
	display: block;
	position: absolute;
	left: 70px;
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #ffffff transparent;
}
#links>li:not(.mobile-menu)>ul{
	display: none;
	position: absolute;
	top: 26px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
#links>li:not(.mobile-menu)>ul ul{
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    right: 100%;
    top: 0;
}
#links>li.right-sub>ul{
	right: 0;
}
#links>li.right-sub>ul:before{
	left: initial;
	right: 70px;
}
#links>li:not(.mobile-menu):hover>ul{
	display: block;
}
#links>li:not(.mobile-menu)>ul li:hover ul{
	display: block;
}
#links>li:not(.mobile-menu)>ul li{
	display: block;
	height: auto;
	border-bottom: 1px solid #1d4671;
    position: relative;
}
#links>li:not(.mobile-menu)>ul li:last-child{
	border-bottom: none;
}
#links>li:not(.mobile-menu)>ul li a{
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	height: auto;
	white-space: nowrap;
}
#links>li:not(.mobile-menu)>ul li span{
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
    white-space: nowrap;
    background: #fff;
}
#links>li:not(.mobile-menu)>ul li a:hover{
	background: rgba(40, 95, 153, 0.2);
}
#links>li:not(.mobile-menu)>ul li span:hover{
	background: rgba(40, 95, 153, 0.2);
}
.profitelLogo{
	text-align: center;
}
.profitelLogo img{
	max-width: 270px;
}
.citem1{
	margin-right: 20px;
	width: 336px;
	height: 280px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.citem2{
	margin-left: 20px;
	width: 336px;
	height: 280px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.citem3{
	width: 970px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.citem6{
	width: 970px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.citem5,
.citem4{
	width: 160px;
	height: 600px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.citem_mobile1,
.citem_mobile2{
	display: none;
	margin: 20px 0;
}
.test-ad2,
.test-ad1{
	width: 336px;
	height: 280px;
	display: block;
	background: #76ebff;
	color: black;
	font-size: 20px;
	text-align: center;
}
.test-ad3{
	width: 970px;
	height: 90px;
	display: block;
	background: #76ebff;
	color: black;
	font-size: 20px;
	text-align: center;
}
.test-ad5,
.test-ad4{
	width: 160px;
	height: 600px;
	display: block;
	background: #76ebff;
	color: black;
	font-size: 20px;
	text-align: center;
}
.test-ad_mobile1,
.test-ad_mobile2{
	width: 100%;
	height: 90px;
	display: block;
	background: #76ebff;
	color: black;
	font-size: 20px;
	text-align: center;
}
.content-text{
	display: flex;
	justify-content: center;
    align-items: flex-start;
	margin-top: 20px;
}
.content-text-center{
	padding: 0 10px;
    flex-grow: 1;
    width: 100%;
}
.article{
	color: #888;
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.article p{
	margin: 18px 0;
}
.article ul{
	padding-left: 40px;
}
.article ul li{
	margin-bottom: 10px;
}
.article table th{
	text-align: center;
	padding: 5px;
	background: #1d4671;
	color: #fff;
}
.article table td{
	padding: 5px;
	font-weight: normal;
	background: #fff;
}
.article table tr:nth-child(odd) td{
	background: #e1e1e1;
}
.footer-links{
	margin-top: 20px;
	text-align: center;
}
.footer-links ul{
	margin: 0;
	display: inline-block;
	border-top: 1px solid #ccc;
	padding: 20px 20px 10px 20px;
}
.footer-links ul li{
	margin: 0 10px;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.footer-links ul li a{
	text-decoration: none;
	color: #1d4671;
	font-size: 16px;
}
.footer-links ul li a:hover{
	text-decoration: underline;
}
.whitetext {
	color: #fff;
	margin-top: 10px;
	display: block;
}

.sitemap{

}
.sitemap ul{
	padding-left: 30px;
	list-style: none;
}
.sitemap ul li:before{
	content: '- ';
	color: #888;
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sitemap ul li a{
	text-decoration: none;
	color: #1d4671;
	font-size: 16px;
	padding: 5px 0;
	display: inline-block;
}
.sitemap ul li a:hover{
	text-decoration: underline;
}

.sitemap-404{
	text-align: center;
	background: #eee;
	padding-top: 20px;
	padding-right: 20px;
	margin-left: 20px;
	opacity: 0.7;
}
.sitemap-404>ul{
	display: inline-block;
	text-align: left;
}
.sitemap-404 ul li a{
	font-weight: bold;
	font-size: 18px;
}
.alarmclock{
	color: #fff;
	font-size: 16px;
}
.alarmclock .metronom-input{
	font-weight: normal;
}
.alarmclock .metronom-input p{
	font-size: 18px;
}
.clock{
	border-top: 1px solid #ccc;
	text-align: center;
	color: #333333;
	padding: 10px 0;
}
.clock>p{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
}
.clock #timestampUtc,
.clock #timestamp{
	font-size: 120px;
	font-weight: normal;
}
.clock #date{
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0;
}
.content .clock{
	color: #fff;
	border-top: none;
}
.beze-select{
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}
.line-arrow-r{
	background: #169BD5;
	width: 200px;
	height: 5px;
	position: relative;
	margin-top: 30px;
	z-index: 1;
}
.line-arrow-r:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #169cd5;
	top: -7px;
	right: -5px;
}
.line-arrow-q{
	margin-top: -30px;
	z-index: 2;
	position: relative;
}
.line-arrow-s_a{
	z-index: 1;
	position: relative;
}
.line-arrow-s{
	z-index: 2;
	position: absolute;
	top: -20px;
	left: calc(50% - 25px);
	transform: rotate(59deg);
}
.namaz{
	width: 700px;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.namaz-header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.namaz-header>div{
	font-size: 25px;
}
.namaz .namaz-item{
	width: 200px;
	height: 170px;
	padding-top: 20px;
	position: relative;
}
.namaz .namaz-item .namaz-item-time{
	font-size: 48px;
}
.namaz .namaz-item .namaz-item-title{
	font-size: 25px;
}
.namaz .namaz-item .namaz-item-hint{
	display: none;
}
.namaz .namaz-item-arrow{
	width: 45px;
	position: relative;
}
.namaz .namaz-item-arrow img{
	position: absolute;
	left: -21px;
	top: 35px;
}
.namaz .namaz-item-arrow-big{
	width: 100%;
	position: relative;
	height: 98px;
}
.namaz .namaz-item-arrow-big img{
	transform: rotate(156deg);
}
.namaz .namaz-item.current{
	background: url("/img/u1484.png") center no-repeat;
	z-index: 2;
}
.namaz .namaz-item.current .namaz-item-hint{
	display: block;
	background-color: rgba(0, 157, 217, 1);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
	position: absolute;
	bottom: -48px;
	width: 100%;
}
#namaz-wrap{
	display: none;
}
.namaz-table{
	display: table;
	width: 100%;
}
.namaz-table-row{
	display: table-row;
	font-weight: normal;
	color: #000;
	background: #fff;
}
.namaz-table-row:nth-child(odd){
	background: #ececec;
}
.namaz-table-row.current{
	background: #009dd9;
	color: #fff;
}
.namaz-table-item{
	display: table-cell;
	text-align: center;
	padding: 5px 10px;
}
.namaz-table-row.header{
	font-weight: bold;
	background: #d9d9d9;
}

.widget-settings{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.widget-settings .widget-settings-item{
	text-align: left;
	width: 48%;
}
.widget-settings .widget-settings-item h3{
	text-align: left;
	color: #595959;
}
.widget-settings .widget-settings-item select{
	padding: 5px 10px;
	width: 200px;
}
.widget-settings .widget-settings-item input{
	padding: 5px 10px;
}
.widget-settings .widget-settings-item fieldset{
	background: #fff;
	padding: 10px;
	margin: 5px;
	color: #595959;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
}
.widget-settings .widget-settings-item fieldset label{
	display: block;
	margin-bottom: 5px;
}
.widget-settings-field-wrap{
	display: flex;
}
.color-select{
	margin-bottom: 5px;
}
.color-select button{
	border: 1px solid black;
	width: 28px;
	height: 28px;
	border-radius: 5px;
}
.color-select input{
	border: 1px solid black;
	height: 28px;
	border-radius: 5px;
}
.widget-preview{
	background: #D7D7D7;
	padding: 10px 20px;
	margin: 10px 0;
}
.widget-preview h3{
	text-align: center;
	color: #595959;
}
.widget-code{
	background: #D7D7D7;
	padding: 10px 20px;
	margin: 10px 0;
}
.widget-code h3{
	text-align: center;
	color: #595959;
}
.widget-code textarea{
	width: 100%;
	height: 100px;
	resize: none;
}
.widget-body{
	position: relative;
}
.widget-body .share,
.widget-body .content-text,
.widget-body .citem1,
.widget-body .citem2,
.widget-body .citem3,
.widget-body .citem6,
.widget-body .citem5,
.widget-body .citem4,
.widget-body .citem_mobile1,
.widget-body .citem_mobile2,
.widget-body .footer-links,
.widget-body .head{
	display: none !important;
}
.widget-body .content {
	border: none !important;
	border-radius: 0 !important;
	padding-bottom: 40px !important;
	height: calc(100vh - 57px) !important;
}
.widget-body .content.not-height-widget {
	height: auto !important;
}
.widget-body.not-header .content {
	border: none !important;
	border-radius: 0 !important;
	padding-bottom: 40px !important;
	height: 100vh !important;
}
.widget-body.not-header .content.not-height-widget {
	height: auto !important;
}
.widget-body .footer {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	color: #fff;
}
.widget-body .footer a {
	font-weight: normal !important;
	font-size: 16px !important;
	color: #fff !important;
	text-decoration: none;
}
.widget-body .footer a:hover{
	color: rgba(255, 255, 255, 0.8) !important;
}
.widget-body h1{
	font-size: 30px;
	text-align: center;
	margin: 10px;
	color: #595959;
}
.widget-body .chasy-bezier .skolko-do{
	padding: 0 !important;
}
.widget-body .skolko-do{
	width: 100%;
	max-width: 740px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}
