/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);

/*Import CSS Plugins*/
@import url(style-switcher.css);

* {
	border-radius: 0;
}

body {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
}

body.header-fixed-space {
	padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
	color: #555;
}

a {
	color: #72c02c;
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
	text-decoration: none;
}
a:hover {
	color: #72c02c;
	text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
	display: none;
}


/* Autor: Kolobaev */
* {
	vertical-align: top;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #F0F0F0;
	background-image: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px;
	color: #9D9D9D;
	cursor: pointer;
}

select > option {
	padding: 5px;
	color: black;
}

.select {
	position: relative;
	display: block;
	background: #2c3e50;
	overflow: hidden;
}

.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	pointer-events: none;
}

#link_settings, #link_tarifs, #link_block, #link_recovery {
	cursor: pointer;
}

.auth_error {
	position: absolute;
	margin-top: -50px;
	left: 85px;
	color: red;
}

.question {
	height: 160px;
}

.question > .text {
	background: #ffffff;
	color: #000000;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
	border-top: 2px solid black;
}

.question > .text2 {
	margin-top: 7px;
	padding-left: 120px;
	color: #000000;
	font-size: 16px;
}

.question > .text > .pic {
	background: url(../images/question.png) no-repeat;
	width: 84px;
	height: 113px;
	top: 30px;
	left: 20px;
	position: absolute;

}

.info_title {
	background: url(../images/info.png) left no-repeat;
	padding-left: 45px;
	margin-bottom: 10px;
}

.contact_title {
	background: url(../images/contact.png) left no-repeat;
	padding-left: 45px;
	margin-bottom: 10px;
}

.phone {
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	text-align: center;
	padding: 5px 10px;
	border: 2px solid #ffffff;
}

.phone2 {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

.contacts {
	width: 100%;
	color: #000000;
	text-align: center;
}

.contacts > thead > tr > td {
	padding-bottom: 20px;
	font-size: 16px;
}

.contacts > tbody > tr > td {
	padding-bottom: 7px;
}

.contacts > tbody > tr:nth-child(odd) {
	font-weight: bold;
}

.office {
	text-align: center;
	background: #ffffff;
	color: #000000;
	border-bottom: 2px solid #e67e22;
	margin-top: 15px;
	padding: 20px 0px;
}

.lk_table {
	font-size: 16px;
}

.window {
	width: 500px;
	position: fixed;
	background: #ffffff;
	padding: 10px;
	border-top: 2px solid #e67e22;
	z-index: 9997;
}

.window_bg {
	background: black;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
}

.window > .title {
	text-align: right;
	font-size: 14pt;
	color: #555;
	cursor: default;
}

.window > .title > .close {
	background: url(../images/close.png) no-repeat;
	width: 17px;
	height: 18px;
	margin-top: 5px;
	margin-left: 10px;
}

.window > .body {
	font-size: 12pt;
	padding: 5px;
}

.settings_window {
	text-align: center;
	width: 1020px;
	height: 350px;
}

.settings_window > .body {
	overflow-y: auto;
	width: 1000px;
	height: 300px;
}

.settings_block {
	width: 250px;
	margin: 20px;
	margin-top: 0px;
	text-align: left;
	display: inline-block;
}

.table_settings {
	width: 100%;
	margin-top: 10px;
	border-spacing: 0px 8px;
	border-collapse: separate;
}

.table_settings > tbody > tr > td {
	background: #EFEFEF;
	padding: 8px;
}

.tarif_text {
	margin-bottom: 15px;
	font-size: 14px;
}

.tarif_now {
	color: #9D9D9D;
	padding: 5px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	background: #F0F0F0;
}

.tarif_now > span {
	float: right;
	color: black;
}

.tarif_new {
	margin-bottom: 15px;
}

.button {
	padding: 5px 20px;
	color: #ffffff;
	border: none;
	background: #FF780E;
}

.button:hover {
	color: #000000;
}

.auth_bg {
	width: 100%;
	background: url(../images/auth_bg.png) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.auth_bg > div {
	width: 300px;
	height: 300px;
	padding: 50px;
	padding-top: 70px;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	position: fixed;
	font-size: 16px;
}

.auth_bg > div > form > input[type="text"] {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 3px;
	width: 100%;
}

.auth_bg > div > form > input[type="password"] {
	margin-bottom: 12px;
	padding: 3px;
	width: 100%;
}

.auth_bg > div > form > input[type="submit"] {
	margin-top: 12px;
}

.no-padding {
	padding: 0px;
}

.payments_block {
	margin-bottom: 20px;
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	color: #555;
	font-size: 16px;
}

.payments_pay_left {
	display: inline-block;
	border-right: 1px solid gray;
	padding-right: 70px;
}

.payments_pay_right {
	display: inline-block;
	padding-left: 70px;
}

.payments_form {
	width: 310px;
	height: 140px;
	/*height: 200px;*/
	/*float: right;*/
	/*margin-top: -90px;*/
	margin-top: 20px;
	/*margin-right: 60px;*/
}

.payments_form  input{
	margin-bottom: 5px;
	padding: 3px;
	width: 100%;
}

.pbm {
	padding: 10px;
}

.pthead {
	position: absolute;
	top: 20px;
	left: 0px;
}

.payments_table > tbody > tr > td {
	border: none;
	border-bottom: 1px solid #ddd;
}

.pthead > tbody > tr > td {
	border: none;
}

.payments_form  input[type="submit"]{
	width: 130px;
	margin-left: 20px;
	margin-top: -15px;
}

.payments_title {
	background: url(../images/payments.png) left no-repeat;
	padding-left: 45px;
	margin-bottom: 10px;
}

.smotreshka_block {
	margin-bottom: 20px;
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	color: #555;
	font-size: 22px;
	text-align: justify;
}

.smotreshka_about {
	padding: 0 37px;
	margin-bottom: 40px;
	text-align: justify;
}

.smotreshka_status {
	text-align: center;
	font-size: 24px;
	padding-bottom: 30px;
	color: #FF8333;
}

.smotreshka_connect {
	padding: 50px;
	padding-top: 0px;
	text-align: center;
}

.smotreshka_hop {
	display: inline-block;
	width: 240px;
	height: 200px;
	padding-top: 100px;
	margin: 4px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.smotreshka_hop_info {
	height: 80px;
	margin-top: 10px;
	color: #555;
	font-size: 15px;
}

.smotreshka_usl {
	margin-top: 40px;
	border-bottom: 2px solid #e67e22;
	font-size: 20px;
}

.smotreshka_usl > ul {
	margin: 20px;
}

.smotreshka_ab {
	text-align: center;
	margin-bottom: 40px;
}

.smotreshka_link {
	background: #2D2D2D;
	color: #ef7e2d;
	width: 200px;
	font-size: 14px;
	margin-top: 20px;
}

.smotreshka_link:hover {
	color: #ffffff;
}

.smotreshka_link2 {
	background: #2D2D2D;
	color: #ffffff;
	width: 200px;
	font-size: 14px;
	margin-top: 20px;
}

.smotreshka_link2:hover {
	color: #ef7e2d;
}

.smotreshka_link3 {
	background: #2D2D2D;
	color: #ffffff;
	width: 230px;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.smotreshka_link3:hover {
	color: #ef7e2d;
}

.smotreshka_table > tbody > tr > td {
	border: none;
	border-bottom: 1px solid #ddd;
}

.hop1 {
	background: url(../images/hop1.png) no-repeat center top;
}

.hop2 {
	background: url(../images/hop2.png) no-repeat center top;
}

.hop3 {
	background: url(../images/hop3.png) no-repeat center top;
}

.smotreshka_pinfo {
	min-width: 50%;
	max-width: 412px;
	padding-top: 60px;
	height: 237px;
	display: inline-block;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	cursor: default;
}

.writeoff_title {
	background: url(../images/writeoff.png) left no-repeat;
	padding-left: 45px;
	margin-bottom: 10px;
}

.blocking_title {
	background: url(../images/blocking.png) left no-repeat;
	padding-left: 45px;
	margin-bottom: 10px;
}

.mob_menu {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: black;
	z-index: 9999;
	color: gold;
	font-size: 18px;
}

.mob_menu > li {
	list-style: none;
	padding: 5px;
}

.margin-top-0 {
	margin-top: 0px;
	padding-top: 10px;
}
#form_block {
    text-align: right;
    cursor: default;
}

#form_block > input[type="datetime-local"] {
    margin: 0px 20px 5px 10px;
    width: 200px;
}

#form_block > label {
    margin-left: 10px;
    margin-right: 120px;
    margin-top: -3px;
    cursor: pointer;
}

#form_block > button {
    text-align: center;
    cursor: pointer;
}

#form_block > .btn-center {
    text-align: center;
}

.block_text {
    margin-bottom: 15px;
    font-size: 14px;
}

.htv24_phone {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
}

.htv24_phone > form > h4 {
	margin-bottom: 0px;
}

.htv24_phone > form > input[type="tel"] {
	font-size: 14pt;
	width: 300px;
	padding: 4px;
}

.htv24_phone > form > input[type="submit"]:hover {
	background: #1e90ff;
	border-color: #1e90ff;
}

.htv24_nophone {
	font-size: 16pt;
	text-align: center;
	margin-bottom: 30px;
}

.htv24_phones > ul {
	width: 90%;
	padding: 0;
	margin: auto;
	margin-bottom: 30px;
	list-style: none;
	font-size: 14pt;
}

.htv24_phones > ul > li {
	border-bottom: 1px #808080 solid;
}

.htv24_phones > ul > li > span {
	float: right;
}

.htv24_phones > ul > li > span > a {
	color: #2e6da4;
}

.htv24_phones > ul > li > span > a:hover {
	color: #ef7e2d;
}

.htv24_connect {
	margin-bottom: 30px;
}

.htv24_connect > h3 {
	margin-top: 20px;
	text-align: center;
}

.htv24_connect > .how {
	width: 100%;
	height: 500px;

}

.htv24_connect > .how > .pic {
	position: absolute;
	width: 98%;
	height: 500px;
	background: url(../images/24htv_how_connect.png) no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.htv24_connect > .quest {
	margin-left: 20px;
	color: #BC6323;
}

.htv24_connect > .anwser {
	margin-left: 40px;
	margin-bottom: 15px;
}

.htv24_promo {
	background: url(/images/kinokanikuli24tv.jpg) center no-repeat;
	background-size: cover;
	width: 1130px;
	height: 200px;
	margin: auto;
	padding-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-3, .news-v3-in, .table .lk_table, .col-md-9 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /*.payments_form {
        position: absolute;
        padding-top: 100px;
    }*/

    /*.payments_block_pay {
        height: 300px;
    }*/

    .payments_pay_left {
        border-right: 0px;
        padding-right: 0px;
    }

    .payments_pay_right {
        border-top: 1px solid #E5E5E5;
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
    }

    .auth_bg {
        background: #EFEFEF;
    }

    .auth_bg > div {
        background: transparent;
        margin-left: -20px;
        position: absolute;
    }

	.htv24_connect > .how {
		height: 100%;
	}

	.htv24_connect > .how > .pic {
		background: none;
		height: 100%;
	}

	.htv24_promo {
		display: none;
	}
}

@media (max-width: 1199px) {
    .window {
        width: 80%;
    }

    .table_settings {
        width: 80%;
    }

    .settings_block {
        width: 80%;
        margin: 0;
        left: 0;
    }

    .settings_window {
        width: 80%;
    }

    .settings_window > .body {
        width: 90%;
    }

    .tarif_new {
        width: 100%;
    }
}
