_* {
  outline: dotted 1px #b2b2b2; }

*:focus {
  outline: solid 0px !important; }

body {
  background-color: #fdfdfd;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #424242;
  overflow-x: hidden;
  padding-top: 50px; }

a {
  color: #3299bb; }
  a:hover {
    color: #42b1cf;
    text-decoration: none; }

textarea {
  resize: both;
}

.navbar-default {
  background-color: #ff9900;
  border-color: #ff9900;
  border: 0; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0; }
  .navbar-default .navbar-brand {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #ffffff; }
  .navbar-default .since2005 {
    color: #FFF6E8;
    font-size: 10px;
    width: 130px;
    position: absolute;
    top: 15px;
    overflow: hiddden;
    opacity: .7;
    white-space: nowrap;
    line-height: 12px; }
  .navbar-default .navbar-nav li > a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    transition: background-color .25s ease; }
    .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
      color: #ffffff;
      background-color: #FFA811; }
  .navbar-default .navbar-nav .active > a {
    color: #ffffff;
    background-color: #FFA811; }
    .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
      color: #ffffff;
      background-color: #FFA811; }
  .navbar-default .navbar-nav .open > a {
    color: #ffffff;
    background-color: #FFA811; }
    .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav .open > a:focus {
      color: #ffffff;
      background-color: #FFA811; }
  .navbar-default .navbar-toggle {
    border-color: #ffffff; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #FFA811; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ffffff; }
  .navbar-default .btn-admin-panel {
    margin: 11px 5px 10px 10px;
    border: 0px;
    border-radius: 3px;
    padding: .4em .8em .4em 2.5em;
    height: 2.2em;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    transition: background-color .25s ease;
    display: inline-block; }
    .navbar-default .btn-admin-panel:hover {
      color: #ffffff;
      background-color: #71ba54;
      border-color: #71ba54; }
      .navbar-default .btn-admin-panel:hover .glyphicon-cog {
        color: #ffffff; }
    .navbar-default .btn-admin-panel .glyphicon-cog {
      color: #3299bb;
      font-size: 15px;
      position: absolute;
      top: 4px;
      left: 6px;
      transition: background-color .25s ease; }
    @media (max-width: 768px) {
      .navbar-default .btn-admin-panel {
        margin: 0px 0px 20px 0px; } }
  .navbar-default .container {
    position: relative; }
    .navbar-default .container::after {
      content: '';
      position: absolute;
      left: 22px;
      height: 0px;
      top: 50px;
      border: 30px solid transparent;
      border-top: 15px solid #ff9900; }

.prices {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-around;				
}
.price-box {
	padding: 0 !important;
	overflow: hidden;
	color: #222222;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 15px 30px;
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
	border-radius: 16px;				
	min-height: 420px;
	min-width: 240px;
	max-width: 280px;
	width: 100%;
	transition: all .25s ease;
}
.price-box:hover {
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16);				
}
.price-box .top .price {
	
}
.price-box .top {
	padding: 20px;
	position: relative;
	height: 100%;
}
.price-box .top h3 {
	margin: 10px 0 14px;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.price-box .top h3 span {				
	font-size: 11px;
	line-height: 13px;				
	opacity: 0.5;
}
.price-box .top .unlim {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;

	color: #2DAD4A;				
}
.price-box .top .price {
	display: block;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;

	color: #EB3535;
}
.price-box .top .descr{
	display: block;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 10px;
}
.price-box .top .prices {
	display: block;
}
.price-box .params .param {
	display: flex;
	font-size: 13px;
	line-height: 15px;
}
.price-box .params .param .param-val{
	display: block;
	width: 60%;
	font-weight: bold;				
}
.price-box .params .param .param-descr{
	display: block;
	width: 40%;
}

.price-box .bottom {
	position: relative;
	padding: 20px;
	background: #f0f0f0;
	min-height: 170px;	
}						
.price-box .bottom::before {
	content: '';
	border: 24px solid transparent;
	border-top: 14px solid #ffffff;
	position: absolute;
	top: -5px;
	z-index: 100;
	right: 50px;
	transition: all .25s ease;
}			
.price-box .bottom:hover::before {
	margin-top: 4px;
}
.price-box:nth-child(1) .bottom {
	background: linear-gradient(180deg, rgba(32, 116, 128, 0.2) 0%, rgba(21, 74, 81, 0) 12.81%), #EEF9FB;
}
.price-box:nth-child(2) .bottom {
	background: linear-gradient(180deg, rgba(128, 110, 48, 0.2) 0%, rgba(81, 68, 21, 0) 12.81%), #FAF3EA;
}
.price-box:nth-child(3) .bottom {
	background: linear-gradient(180deg, rgba(54, 132, 52, 0.2) 0%, rgba(22, 81, 21, 0) 12.81%), #F5FAEB;
}			
.price-box .bottom .form-check {
	margin: 0 0 10px;
}
.price-box .bottom label {
	text-transform: uppercase;				
}
.price-box .bottom .price-econom {
	display: flex;
	margin: 10px auto;
}
.price-box .bottom .price-econom .price {				
	width: 100%;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
}
.price-box .bottom .price-econom .btn-buy{
	min-width: 110px;
	border: 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	height: 40px;				
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #2DAD4A;
	border-radius: 6px;
	color: #FFFFFF;
	transition: all .25s ease;
}					
.price-box .bottom .btn-buy:hover {
	box-shadow: 0 8px 12px -4px rgba(0,0,0,0.2);
}
.free-price-box {
	min-width: 200px;
	max-width: 200px;
	box-shadow: none;
	border: 2px dashed #E2E2E2;
}
.free-price-box:hover {
	// box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);				
	box-shadow: none;	
	border: 2px solid #f0f0f0;
}			
.free-price-box .bottom {
	background: #ffffff;
	min-height: 0;
}
.free-price-box .bottom .price-econom .btn-buy {
	background: #8D97A0;
}
@media (max-width: 991px) {
	.prices {
		flex-direction: column;
	}
	.price-box, .free-price-box {				
		min-width: 240px;
		max-width: 400px;
		margin: 0 auto 30px;
	}

}
			
table.price {
  border:1px #aaaaaa solid;
  padding: 10px;
  border-collapse: collapse;
}
table.price td {
  border:1px #aaaaaa solid;
  padding: 4px;
}
.row1 {
	background-color: #ECECEC;
	padding: 4px;
}
.h3, .read-this h3, .links h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #e9e9e9; }

.read-this {
  margin-top: 30px; }

.domain-box {
  padding: 0 20px 10px 20px;
  border: solid 2px #f0f0f0;
  border-radius: 6px;
  transition: all .25s ease; }
  @media (max-width: 1000px) {
    .domain-box {
      padding: 0 20px 10px 20px; } }
  .domain-box:hover {
    background: #f2f2f2;
    border: solid 2px #f2f2f2; }
    .domain-box:hover .h3, .domain-box:hover .read-this h3, .read-this .domain-box:hover h3, .domain-box:hover .links h3, .links .domain-box:hover h3 {
      color: #71ba54;
      border-bottom: 1px solid #ccc; }
    .domain-box:hover .btn-go {
      background: #71ba54;
      color: #ffffff; }
    .domain-box:hover hr {
      border-top: 1px solid #ccc; }
  @media (max-width: 1000px) {
    .domain-box .checkbox label, .domain-box .radio label {
      font-size: 13px; } }
  .domain-box .btn-go {
    transition: all .25s ease; }
  .domain-box .form-group {
    margin-bottom: 0px; }
  .domain-box hr {
    margin: 2px 0 10px 0; }
    .domain-box hr-or {
      border-top: 1px solid #ff9900; }

.links {
  margin-top: 30px; }

.icon {
  font-size: 27px;
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #FFD18B;
  opacity: 0;
  margin-left: -50px;
  transition: all .25s ease; }

.show {
  opacity: 1;
  margin-left: 0; }

.footer {
  min-height: 160px; }
  .footer .counter {
    float: left;
    margin-right: 20px; }
  .footer .copy {
    font-size: 13px; }
    .footer .copy a {
      line-height: 13px;
      color: #ff9900;
      font-size: 18px; }

.abuse, .control-panel {
  width: 150px;
  height: 20px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-align: center;
  padding: 1px 5px;
  background: #3299bb; }
  .abuse:hover, .control-panel:hover {
    background: #12799b; }
  .abuse a, .control-panel a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none; }

.control-panel {
  right: 150px;
  width: 30px;
  background: #ff9900; }
  .control-panel:hover {
    background: #ffb920; }
  .control-panel a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none; }
    .control-panel a span {
      line-height: 18px; }

/*.active {
  background: #acacac; } */

.modal .modal-header .close {
  margin-right: -10px; }
.modal .modal-content {
  padding: 0 20px; }
.modal .btn-primary {
  background-color: #71ba54;
  border-color: #71ba54; }
  .modal .btn-primary:hover {
    background: #7ec45f;
    border-color: #7ec45f; }
.modal .login-input-box:after {
  content: ".";
  position: absolute;
  right: -2px;
  top: 10px; }

.col-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left; }
  @media (max-width: 991px) {
    .col-5 {
      width: 100%; } }

.col-4 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 24%;
  float: left; }
  @media (max-width: 991px) {
    .col-4 {
      width: 100%; } }

.title .slogan {
  margin: 32px 0 40px 0;
  font-weight: 300; }
  @media (max-width: 991px) {
    .title .slogan {
      font-size: 13px;
      margin: 30px 0 10px 0; } }

.page a {
  text-decoration: none; }
.page h1 {
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e9e9e9; }
.page h2 {
  font-size: 28px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e9e9e9; }
.page h3 {
  font-size: 24px;
  margin: 30px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #e9e9e9; }
.page h4 {
  font-size: 22px;
  margin: 30px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #e9e9e9; }

.page h5 {
  font-size: 18px;
  margin: 20px 0 10px 0;
  padding-bottom: 5px;
  font-style: bold; }

@media (max-width: 768px) {
  .admin-panel h2 {
    font-size: 20px; } }
.admin-panel .form-admin-panel #nameID, .admin-panel .form-admin-panel #passwID {
  max-width: 300px; }

/*# sourceMappingURL=ho.css.map */

INPUT[type=text],
INPUT[type=password],
SELECT,
TEXTAREA {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
INPUT[type=text],
INPUT[type=password],
SELECT {
	height: 34px;
}
INPUT[type=text]:disabled,
INPUT[type=password]:disabled,
SELECT:disabled,
TEXTAREA:disabled {
	background-color: #DDD;
	opacity: 0.5;
}
INPUT[type=submit],
INPUT[type=button],
BUTTON {
	-moz-user-select: none;
	background-color: #337AB7;
	border-color: #2E6DA4;
	color: #FFF;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	padding: 6px 12px;
	text-align: center;
	white-space: nowrap;
}
INPUT[type=submit]:hover,
INPUT[type=button]:hover,
INPUT[type=submit]:focus,
INPUT[type=button]:focus,
BUTTON:hover,
BUTTON:focus {
	background-color: #286090;
}
INPUT[type=submit]:disabled,
INPUT[type=button]:disabled,
BUTTON:disabled {
	background-color: #CCC;
}
INPUT:invalid,
TEXTAREA:invalid,
SELECT:invalid {
	outline: 0;
	box-shadow: none;
	background-color: #FFD0D0;
}
OUTPUT {
	display: inline-block;
	font-size: inherit;
}

/* admin.cgi */
.admin INPUT[type=text],
.admin INPUT[type=password],
.admin INPUT[type=submit],
.admin BUTTON,
.admin TEXTAREA,
.admin SELECT {
	margin-top: 3px;
	margin-bottom: 3px;
}
.admin INPUT[type=checkbox],
.admin INPUT[type=radio] {
	margin-top: 3px;
	margin-bottom: 3px;
}
.admin LABEL {
	margin: 0;
}
.admin .admin-textarea-label {
	vertical-align: top;
	padding-top: 13px;
}

/* Admin panel */
.adm-changed {
	color: #FF9900;
}
.adm-table-data TH {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.adm-table-header A:not([href]) {
	color: inherit;
}
.adm-table-edit INPUT[type=text],
.adm-table-edit INPUT[type=password],
.adm-table-edit TEXTAREA,
.adm-table-edit SELECT {
	padding-left: 0.2em;
	padding-right: 0.2em;
}

/* Control panel */
.cp-content .error,
.cp-content .cp-unconfirmed {
	color: #3299BB;
}
.cp-content TABLE {
	font-size: 15px;
}
.cp-table-list TR:nth-child(odd) TD,
.cp-table-list TR:nth-child(even) TD {
	background-color: #F0F0F0;
}
.cp-table-functions BUTTON {
	width: 13em;
}
.cp-content INPUT[type=text],
.cp-content INPUT[type=password],
.cp-content INPUT[type=submit],
.cp-content INPUT[type=button],
.cp-content BUTTON,
.cp-content SELECT {
	margin: 5px;
}
.cp-table-list-cont TH:nth-child(1) {
	width: 40%;
}
.cp-table-list-cont TH:nth-child(2) {
	width: 35%;
}
.cp-table-list-cont TH:nth-child(3) {
	width: 20%;
}
.cp-table-list-db TH {
	width: 22%;
}
.cp-table-list-db TH:first-child {
	width: 29%;
}
.invoice BUTTON {
	width: 100%;
}
.cp-icon-reload {
	background-size: contain;
	background-image: url(/cp/image/reload.svg);
	cursor: pointer;
}
.cp-icon-reloading {
	background-image: url(/cp/image/reloading.svg);
	cursor: wait;
}
/* IE and Opera */
@media screen\0 {
	.cp-icon-reloading {
		background-image: url(/cp/image/reloading.gif);
	}
}
.form-group small {
  font-weight: normal;
  font-size: 8pt;
  line-height: 10px;
}
