body.fixed-top {
	padding-top: 60px;
	position: relative;
}
textarea {
    resize: vertical;
}
iframe {
	border: 0 none;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
kbd {
    background: #d9edf7;
    color: #000;
}
.rotate-left {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	/* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.navbar-default {
	min-height: 60px;
}
.navbar-nav > li > a {
	line-height: 30px;
}
.navbar-toggle {
	padding: 14px 10px;
}
#g-plus {
	position: absolute;
	top: 20px;
	left: 1181px;
}
.panel-title {
	font-size: 18px;
}
.main a {
	text-decoration: underline;
}
.main .left-menu a, .main .nav a, .main .panel a[data-toggle] {
	text-decoration: none;
}
.main .left-menu {
	margin-top: 20px;
}
a:hover, .fa.link, .text-link {
	color: #0092da;
}
abbr.term {
	cursor: pointer;
	color: #009933;
	border-color: #009933;
}
.modal-body.term img {
	display: block;
    margin: 20px auto;
}
.main .btn, .main .button, .text-white {
	color: #fff !important;
}
.main .main-header a, .carousel-section a {
	border: 0 none;
}
.main .btn, .main .button, .main .no-text-decoration {
	text-decoration: none;
}
.main .btn-default, .main .button-default {
	color: #333 !important;
}
.main .button {
	padding: 0 20px;
}
.main.section:before {
    display: block; 
    content: " "; 
    margin-top: -60px; 
    height: 60px; 
    visibility: hidden; 
}
.main .beta-link {
	display: block;
	position: fixed;
	top: 167px;
	right: 0;
	z-index: 10000;
	width: 110px;
	padding: 5px 0;
	background: #008edb;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.main .beta-link:hover {
	color: #fff;
}
.navbar-brand {
	padding: 10px 15px;
}
.navbar-brand.ny {
	padding: 9px 7px;
}
.lang img {
	vertical-align: -2px;
	margin: 0 4px 0 0;
}
.m-t-0 {
	margin-top: 0;
}
.m-t-20 {
	margin-top: 20px;
}
.m-b-20, .nav-tabs {
	margin-bottom: 20px;
}
.m-l-10 {
	margin-left: 10px;
}
.p-t-b-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fa-48px {
	font-size: 48px;
}
.lh-1_43em {
	line-height: 1.42857143em;
}
.table.va-middle td, .table.va-middle th {
	vertical-align: middle;
}
.label {
	padding: .3em .6em;
}
.row-label {
	margin: 0 0 .5em;
	padding: 0 0 0 10px;
}
.row-label:last-child {
	margin: 0;
}
.col-label {
	padding: 5px 0 0;
}
.col-label + span {
	padding: 0 10px;
}
#fancybox-wrap, #fancybox-wrap * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-safari-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
#calc #result {
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.42857143;
}
.text-dashed {
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: 1px dashed inherit;
}
.starrequired {
	color: #a94442;
}
.pricing-table-head h2 a {
	color: #fff;
	text-decoration: underline;
}
.btn-area {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
	background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
	background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
	background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
	background-image: linear-gradient(to top, #ececec, #f4f4f4);
	margin-bottom: 60px;
	border-bottom: 0;
	padding: 15px 0;
}
.btn-area .btn, .btn-area .button {
	margin: 10px 5px;
}
.review {
	border: 0 none;
}
.stars img {
	display: inline-block;
}
.gray {
	color: gray;
}
.smalltext {
	font-size: 80%;
}
.table-hashes {
	table-layout: fixed;
}
.table-hashes td {
	width: 80px; 
}
.table-hashes td + td {
	width: auto;
	word-wrap: break-word;
}
.bullet1 {
	list-style: none;
}
.bullet1 li:before {
	content: url("/bitrix/templates/rut2016/images/bullet.png");
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 0 0 -14px;
	vertical-align: 1px;
}
.left-menu-header {
	padding: 0 15px 15px;
}
.left-menu-header a {
	text-decoration: none;
}
.main iframe {
    display: block;
    max-width: 100%;
}
.main .wysibb {
	word-wrap: normal;
	font-size: 16px;
}
.main .wysibb .wysibb-text {
	padding: 0;
}
.main .wysibb-texarea, .main .wysibb-texarea:active {
	padding: 6px 12px !important;
	margin: 5px 0 0;
}
.modeSwitch {
	display: none !important;
}
.bx-auth-serv-icons div {
	margin: 10px 0;
}
.bx-auth-serv-icons span {
	margin: 3px;
	display: inline-block;
	vertical-align: -5px;
	cursor: pointer;
}
div.bx-auth-service-form {
	margin: 15px 0 0;
	border: 0 none;
}
.btn-file, .button-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file], .button-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.year .selected {
	font-weight: bold;
}
.dropdown-menu {
	font-size: 16px;
}
button.close {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 31px;
	line-height: 31px;
	padding: 15px;
}
@media (min-width:768px) {
	.m-l-sm-10 {
		margin-left: 10px;
	}
	.table-hashes td {
		width: 180px; 
	}
}
@media (min-width: 992px) {
    .navbar-nav .open .dropdown-submenu > .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 173px;
    }
    .navbar-nav .open .dropdown-submenu > .dropdown-menu a {
		padding-left: 30px;
		padding-right: 10px;
    }
	.bx-auth-serv-icons div {
		display: inline-block;
		margin: 0 15px 0 0;
	}
}
@media (max-width: 991px) {
.navbar-nav li a {
	line-height: 30px !important;
}
@media (max-width: 370px) {
	.pull--right-370 {
		float: left !important;
		margin-top: 15px;
	}
}