html
{
	background:#FEFEFE url('/img/movie_poster.png') no-repeat top;
	background-position: center -20px !important;
}
video
{
	display:initial;
}
.plans_table_container table tr:last-child td p, #hosting tr:last-child td p
{
	margin-bottom: 10px;
}
table.plans, table.offer, table.comparison
{
	width:100%;
	margin:50px 0;
	table-layout:fixed;
	border-spacing:15px 0;
	line-height:21px;
}
table.plans p, table.offer p, table.comparison p
{
	margin:0 15px;
	padding:5px 3px;
	border:1px solid #CCC;
	border-width:1px 0 0 0;
}
table.plans tr:hover p, table.offer tr:hover p, table.comparison tr:hover p
{
	background:rgba(200, 200, 200, 0.2);
}
.table_header_block > table.plans tr:hover p, table.offer tr.row-header:hover th, table.comparison tr.row-header:hover th
{
	background-color:transparent;
}
table.plans td, table.offer td, table.comparison td
{
	text-align:center;
}
table.plans td, table.plans th
{
	/* width:25%; */
	vertical-align:top;
}
table.plans thead tr:first-child th
{
	padding:15px 12px;
	font-size:24px;
	text-transform:uppercase;
	line-height: 1.1;
}
table.plans thead tr:last-child th
{
	padding:50px 15px 40px 15px;
	font-size:30px;
	vertical-align:middle;
	line-height: 1;
}
table.plans thead tr:last-child th big
{
	font-size:60px;
}
table.plans thead tr:last-child th small
{
	font-size:12px;
}
table.plans thead th, table.plans tfoot th
{
	text-align:center;
}
table.plans tbody th, table.offer tbody th, table.comparison tbody th
{
	font-weight:normal;
	text-align:left;
}
table.plans tbody th p, table.offer tbody th p, table.comparison tbody th p
{
	margin:0;
}
table.plans thead tr:first-child th
{
	color:#FFF;
	word-break: break-word;
}

table.plans tr > *:nth-child(2), table.offer tr > *:nth-child(2), table.offer tr > *:nth-child(3), table.offer tr > *:nth-child(5)
{
	border:1px solid #B8B8B8;
	border-width:0 1px 0 1px;
	background:#EEE;
}
table.comparison tr
{
	border:1px solid #B8B8B8;
	border-width:0 1px 0 1px;
	background:#EEE;
}

table.offer tr:first-child > *:nth-child(2) p,table.offer tr:first-child > *:nth-child(3) p, table.comparison tr:first-child p
{
	border-top: 0px;
}

table.plans tr > *:nth-child(2) p, table.offer tr > *:nth-child(2) p, table.offer tr > *:nth-child(3) p
{
	border-color:#CCC;
}
table.plans thead tr:first-child th:nth-child(2)
{
	border-radius:5px 5px 0 0;
	background:#B8B8B8;
}
table.plans tr > *:nth-child(3)
{

	border:1px solid #0E56C2;
	border-width:0 1px 0 1px;
	background:#0E56C2;
	color:#FFF;
}
table.plans tr > *:nth-child(3) p
{
	border-color:#1760CF;
}
table.plans thead tr:first-child th:nth-child(3)
{
    border-radius:5px 5px 0 0;
	background:#0247AC;
}
table.plans tr > *:nth-child(4)
{
	border:1px solid #1A1A1A;
	border-width:0 1px 0 1px;
	background:#2C2C2C;
	color:#FFF;
}
table.plans tr > *:nth-child(4) p
{
	border-color:#3B3B3B;
}
table.plans thead tr:first-child th:nth-child(4)
{
	border-radius:5px 5px 0 0;
	background:#1A1A1A;
}
table.plans tfoot th
{
	padding:20px;
	border-width:0 1px 1px 1px !important;
	border-radius:0 0 5px 5px !important;
}
table.plans tfoot a
{
	display:block;
	background:#C31111;
	color:#FFF;
}
table.plans tbody tr:last-child p
{
	border-width:1px 0;
}
table.plans
{
	margin-bottom: 0px;
}
.table_container .table_header_block
{
	cursor:pointer;
}
.table_container .table_header_block p
{
	border: 0;
}
.plans_middle_container table tr:last-child p
{
	border-bottom: 0;
}
.plans tr:last-child p
{
	border-bottom: 0;
}
.table_container .td-header
{
	font-size: 20px !important;
	font-weight: bold;
	line-height: 40px !important;
	height: 40px !important;
	pointer-events: none;
	position: relative;
	padding: 10px;
	background-color: transparent !important;
	border-color: transparent;
	padding-bottom: 0px;
	width: 72%;
	float:right;
	clear:both;
	margin-right: -5px;
	margin-top: -12px;
}
.table_container .td-header p
{
	position:absolute;
	width: calc(100% + 34px);
    top: 0;
    background-color: #0247AC !important;
    color: white;
    left: -35px;
    border: none;
	-webkit-box-shadow: 0px 13px 0px -11px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 13px 0px -11px rgba(0,0,0,0.2);
	box-shadow: 0px 13px 0px -11px rgba(0,0,0,0.2);
	z-index: 1;
}
.table_container .td-header p:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #023D93 #023D93 transparent transparent;
}
.table_container .td-header p:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #023D93  transparent transparent #023D93;
}
.table_container .row-header - tr td
{
	padding-bottom: 20px;
}
.table_container .row-header + tr td
{
	padding-top: 10px;
}
.table_container .row-header + tr th
{
	vertical-align: bottom;
}
.table_container .row-header + tr td p, table.plans .row-header + tr th p
{
	border-top: none;
}
table.plans_middle tbody tr:first-child td p, table.plans_middle tbody tr:first-child th p
{
	border-top: 0px;
}
table.plans_middle
{
	margin:0px;
}
table.plans_footer
{
	margin-top: 0px;
	margin-bottom: 50px;
}
.plans_table_container
{
	padding-top: 5px;
	margin-top: -5px;
	padding-right: 5px;
	margin-right: -5px;
}
.plans_table_container, .plans_middle_container
{
	display:none;
}
table.plans_footer div
{
	padding: 15px;
	padding-top: 0px;
	font-weight: normal;
	text-decoration: underline;
	cursor:pointer;
}
table.offer thead th:nth-child(2), table.offer thead th:nth-child(3)
{
	text-transform: uppercase;
	border-radius:5px 5px 0 0;
	background:#B8B8B8;
}
table.comparison thead th
{
	text-transform: uppercase;
	border-radius:5px 5px 0 0;
	background:#B8B8B8;
}

table.comparison thead th:first-child
{
	background: #fff !important;
}

table.comparison tbody td
{
	border-right: 1px solid #B8B8B8 !important;
	border-left: 1px solid #B8B8B8 !important;
}

table.comparison tbody tr:last-child td
{
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #B8B8B8 !important;
}

table.comparison tbody th:first-child
{
	background: #fff !important;
}

table.comparison tbody th:last-child
{
	background: #fff !important;
}

table.comparison thead th:last-child
{
	background: #0247AC !important;
}

table.comparison tbody td:last-child
{
	color: #fff !important;
	background: #0E56C2 !important;
}

table.comparison tbody tr > *:last-child
{
	border-right: 1px solid #0247AC !important;
	border-left: 1px solid #0247AC !important;
}

table.offer thead th, table.comparison thead th
{
	padding:15px;
	text-align:center;
	color:#FFF;
}

table.comparison tbody tr:last-child > td:last-child
{
	border-bottom: 0 !important;
	border-radius: 0 !important;
}

table.comparison tr > *:last-child p
{
	border: 1px solid #0247AC!important;
	border-width: 1px 0 0 0!important;
}

table.comparison tfoot tr > th:last-child p
{
	border: 1px solid #0247AC !important;
	border-width: 1px 0 0 0 !important;
}

table.comparison thead img
{
	margin-top: -30px;
	width: 80px;
	position: absolute;
		-moz-transform: rotate(60deg); /* Для Firefox */
		-ms-transform: rotate(60deg); /* Для IE */
		-webkit-transform: rotate(60deg); /* Для Safari, Chrome, iOS */
		-o-transform: rotate(60deg); /* Для Opera */
		transform: rotate(60deg);
}

table.comparison tfoot tr th
{
	background-color: #fff !important;
}

table.comparison tfoot tr > *:last-child
{
	border-right: 1px solid #0247AC;
	border-left: 1px solid #0247AC;
	border-bottom: 1px solid #0247AC;
	border-radius: 0 0 5px 5px;
	text-align: center;
	padding: 5px;
	background-color: #0E56C2 !important;
}

#content table.comparison .button
{
	width: 74%;
	word-break: break-all;
	font-size: 13px;
	background-color: #C31111 !important;
	color: #FFFFFF !important;
}

@media all and (max-width: 1024px)
{
	table.comparison tfoot .button
	{
		font-size: 11px !important;
	}
}

table.offer tbody tr:last-child td
{
	border-width:0 1px 1px 1px !important;
	border-radius:0 0 5px 5px !important;
}
table.plans tfoot th .button
{
	width: 80%;
}
table.plans tfoot th:nth-child(2) .button
{
   color: white !important;
   background-color: #818181 !important;
}
table.plans tfoot th:nth-child(3) .button, table.plans tfoot th:nth-child(4) .button
{
	background-color: #C31111 !important;
	color: #FFFFFF !important;
}
ul.breadcrumb
{
	list-style: none;
	padding: 15px 5px 5px 5px;
	border-bottom: 1px solid #C3C3C3;
}
ul.breadcrumb li
{
	display: inline-block;
}
ul.breadcrumb li a
{
	margin: 0 5px 0 5px;
	color: #0C56C1;
}
ul.breadcrumb li:first-child a
{
	margin-left: 0px;
}
.content a
{
	color:#0E56C2;
}
.content h2
{
	color: #0c56c1;
    font-family: RobotoLight;
    font-size: 35px;
    line-height: 50px;
    margin: 20px 0;
}

.emblem_hosting,
.emblem_hosting_blue,
.emblem_domains,
.emblem_domains_blue,
.emblem_server,
.emblem_server_blue,
.emblem_websites,
.emblem_websites_blue,
.emblem_scripts,
.emblem_php,
.emblem_database,
.emblem_transfer,
.emblem_statistics,
.emblem_registration
{
	background:url('../img/emblem_set_optimized.png') no-repeat;
}
.emblem_hosting
{
	background-position: -176px -3px !important;
}
.emblem_hosting_blue
{
	background-position: -238px -3px !important;
}
.emblem_domains
{
	background-position: -49px -3px !important;
}
.emblem_domains_blue
{
	background-position: -112px -3px !important;
}
.emblem_server
{
	background-position: -306px -43px !important;
}
.emblem_server_blue
{
	background-position: -363px -3px !important;
}
.emblem_websites
{
	background-position: -117px -43px !important;
}
.emblem_websites_blue
{
	background-position: -180px -43px !important;
}
.emblem_scripts
{
	background-position: -366px -43px !important;
}
.emblem_php
{
	background-position: -239px -43px !important;
}
.emblem_database
{
	background-position: 9px -1px !important;
}
.emblem_transfer
{
	background-position: -53px -43px !important;
}
.emblem_statistics
{
	background-position: 9px -43px !important;
}
.emblem_registration
{
	background-position: -299px -3px !important;
}
p .emblem_hosting,
p .emblem_domains,
p .emblem_scripts,
p .emblem_php,
p .emblem_database,
p .emblem_transfer,
p .emblem_statistics,
p .emblem_registration
{
	display: block;
    width: 60px;
    height: 40px;
    float: left;
	margin: 6px 0 0 -68px;
}
.kb_content .current_content a
{
	color:#0E56C2 !important;
}
.kb_content > ul
{
	list-style: none;
	text-align: center;
}
.kb_content > ul > li
{
	display:inline-block;
	position:relative;
	margin: 10px;
	vertical-align: top;
}
.kb_content > ul > li a, .kb_content > ul > li.active .subcategory
{
	background-color: #FEFEFE;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	cursor:pointer;
	display:block;
	opacity: 1 !important;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
	width: 170px;
	height: 150px;
}
.kb_content > ul > li a
{
	position:relative;
	font-weight: bold;
	vertical-align: top;
}
.kb_content > ul > li.active .subcategory
{
	position: absolute;
	bottom: -35px;
	left: 0px;
	text-align:center;
}
.kb_content > ul > li a, .kb_content > ul > li .subcategory
{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.kb_content > ul > li a:hover, .kb_content > ul > li .subcategory:hover
{
   -webkit-transform: scale(1.08);
   -moz-transform: scale(1.08) rotate(0.09deg) !important;
   -o-transform: scale(1.08);
   -ms-transform: scale(1.08);
   transform: scale(1.08);
}
.kb_content > ul > li.active:hover a
{
	opacity: 1 !important;
}
.kb_content > ul > li.active a
{
	box-shadow: 0 0 12px rgba(14, 86, 194, 1);
	border-color:transparent;
}
.kb_content > ul > li.active a ~ div:hover, .kb_content > ul > li.active a:hover ~ div:hover
{
	z-index: 1;
}
.kb_content > ul > li.active a:hover ~ div
{
	z-index: 0;
}
.kb_content > ul > li.active::before, .kb_content > ul > li.active::after
{
    content: '';
    position: absolute;
    bottom: -21px;
    border: 20px solid transparent;
    border-bottom: 20px solid #C3C3C3;
    width:1px;
    left:0px;
    right:0px;
    margin:auto;
    -webkit-transition: bottom 0.3s ease-out 0s;
	-moz-transition: bottom 0.3s ease-out 0s;
	-o-transition: bottom 0.3s ease-out 0s;
	transition: bottom 0.3s ease-out 0s;
}
.kb_content > ul > li.active::after
{
	border-bottom: 20px solid white;
	bottom: -23px;
}
.kb_content > ul > li.hassubcategory::before, .kb_content > ul > li.hassubcategory::after
{
	bottom: -55px;
}
.kb_content > ul > li.hassubcategory::after
{
	bottom: -57px;
}
.kb_content > ul > li.active_blue_arrow::after, .kb_content > ul > li.active_blue_arrow::before
{
	border-bottom-color: #0E56C2;
}
.kb_content > ul > li.hover_firstchild::after
{
	border-bottom-color: #F1F1F1;
}
.kb_content > ul > li > a > img, .subcategory img
{
	width: 120px;
	height: 120px;
	display:block;
	margin: auto;
}
.kb_content > ul > li > div
{
	display: none;
}
.current_content
{
    border-top: 1px solid #C3C3C3;
    margin-top: 10px;
	-webkit-transition: margin 0.3s ease-out 0s;
	-moz-transition: margin 0.3s ease-out 0s;
	-o-transition: margin 0.3s ease-out 0s;
	transition: margin 0.3s ease-out 0s;
}
.current_content.active
{
	border-top: 1px solid #0E56C2;
}
.current_content.hassubcategory
{
	margin-top: 44px;
}
.current_content li
{
	list-style:none;
}
.current_content > ul > li > a
{
    display:block;
	padding: 15px;
	border-bottom: 1px solid #C3C3C3;
	font-weight: bold;
}
.current_content > ul > li.haschilds > a
{
	background: url('/img/arrow_down.png') no-repeat 99% center;
}
.current_content > ul > li.haschilds > a.active
{
	color: #FFFFFF !important;
	background-color: #0E56C2 !important;
	background: url('/img/arrow_up.png') no-repeat 99% center;
	border-bottom: 1px solid transparent;
}
.current_content > ul > li a:hover
{
	background-color: #F1F1F1;
	opacity: 1 !important;
}
.current_content > ul > li > div > ul
{
	display:none;
}
.current_content > ul > li > div > ul > li a
{
    display:block;
	padding: 15px;
	padding-left: 30px;
	border-bottom: 1px solid #C3C3C3;
	font-weight: normal;
}
.toggle-more
{
	color: #0c56c1;
	cursor: pointer;
	font-size: 22px;
	text-transform: uppercase;
}
.toggle-text
{
	overflow:hidden;
}
.vacancies
{
	width: 100%;
	text-align: center;
	display: table;
	border-spacing: 40px;
}
.vacancies > a
{
	width: 40%;
    display: table-cell;
    padding: 20px 20px 50px 20px;
    border: 2px solid #0247AC;
    border-radius: 10px;
    background: #ffffff;
    color: #0E56C2;
    position: relative;
}
.vacancies > a:hover
{
	background: #0e56c2;
    color: #ffffff;
	opacity: 1 !important;
}
.vacancies .vacancie .title
{
	text-align: center;
	font-size: 22px;
	height: 40px;
    border-bottom: 1px solid #0E56C2;
}
.vacancies .vacancie .requirements
{
	border-top: 1px solid #ffffff;
	text-align: left;
	padding: 15px 30px 0px 30px;
}
.vacancies .vacancie .requirements > ul
{
	padding-left: 20px;
}
.vacancies .vacancie .more
{
	text-align: right;
	bottom: 15px;
    position: absolute;
    right: 40px;
}
.vacancies .vacancie .more > a
{
	color: #ffffff;
}
.full-vacancie
{
	padding: 10px 30px 60px 30px;
    border: 2px solid #0247AC;
    border-radius: 10px;
    margin-top: 50px;
}
.full-vacancie .full-vacancie-title
{
	font-size: 32px;
    padding: 30px 0 30px 40px;
	color: #0C56C1;
}
.full-vacancie .full-vacancie-description,
.full-vacancie .full-vacancie-responsibility,
.full-vacancie .full-vacancie-requirements
{
	padding-left: 70px;
    font-size: 18px;
    padding-bottom: 20px;
    color: #0E56C2;
}
.full-vacancie .full-vacancie-responsibility > ul,
.full-vacancie .full-vacancie-requirements > ul
{
	padding-left: 25px;
}
.full-vacancie .full-vacancie-responsibility > p,
.full-vacancie .full-vacancie-requirements > p
{
    margin: 0;
    padding-top: 10px;
}

.plans .buttons .button
{
	width: 80%;
	margin-top: 15px;
}
.plans .buttons .button:hover
{
	opacity: 1 !important;
}
.plans .buttons p
{
	background: none !important;
}
.plans .buttons .button.gray
{
	background: #eeeeee !important;
	color: #675050 !important;
}
.plans .buttons .button.blue
{
	background: #0E56C2 !important;
}
.plans .buttons .button.black
{
	background: #2c2c2c !important;
}
.toggle-text
{
	overflow:hidden;
}
.plan_block
{
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
}
.plan_block.pro_plan, .plan_block.free_plan
{
	margin-top: 20px;
}
.plan_block .plan_block_head
{
	background-color: #0E56C2;
}
.plan_block.free_plan .plan_block_head
{
	background-color: #EEEEEE;
}
.plan_block.vip_plan .plan_block_head
{
	background-color: #2C2C2C;
}
.plan_block .plan_block_head h3
{
	margin: 0px !important;
	color: white !important;
	display:inline-block;
	padding: 10px;
}
.plan_block.free_plan .plan_block_head h3
{
	color: #505050 !important;
}
.plan_block .plan_block_head div
{
	font-weight: bold;
    float: right;
    width: 55%;
    color: white;
    font-size: 170%;
    text-align: right;
    position: relative;
	line-height: 60px;
    height: 60px;
    padding-right: 10px;
    background-color: white;
    color: #0E56C2;
    box-sizing: border-box;
    border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
#page_offer_vps .plan_block .plan_block_head div
{
	font-size: 155%;
}
.plan_block.free_plan .plan_block_head div
{
	color: #505050;
}
.plan_block.vip_plan .plan_block_head div
{
	color: #2C2C2C;
}
.plan_block .plan_block_head span
{
	display:block;
	position:absolute;
	left: 0px;
	top: -1px;
	box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-left: 30px solid #0E56C2;
    border-top: 30px solid #0E56C2;
}
.plan_block.free_plan .plan_block_head span
{
	border-left: 30px solid #EEEEEE;
    border-top: 30px solid #EEEEEE;
}
.plan_block.vip_plan .plan_block_head span
{
	border-left: 30px solid #2C2C2C;
    border-top: 30px solid #2C2C2C;
}
.plan_block .important_cells
{
	width: 100%;
	table-layout: fixed;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 1px solid #E5E5E5;
}
.plan_block .important_cells td
{
	text-align:center;
	white-space: initial;
	padding: 1px;
}
.plan_block .important_cells tr:last-child td
{
	font-weight: bold;
	font-size: 160%;
	color: #0E56C2;
}
.plan_block.free_plan .important_cells tr:last-child td
{
	color: #505050;
}
.plan_block.vip_plan .important_cells tr:last-child td
{
	color: #2C2C2C;
}
.plan_block .details
{
	padding: 5px;
	font-size: 90%;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
.plan_block .details, .plan_block .more_details
{
	display:none;
}
.plan_block .more_details_button
{
	padding: 10px;
	color: #0E56C2;
	text-align:center;
	overflow: hidden;
}
.plan_block .details div
{
	clear:both;
}
.plan_block .details p
{
	margin: 5px;
	display: inline-block;
}
.plan_block .details span:first-child
{
	font-weight: bold;
}
.plan_block .details span:last-child
{
	float:right;
}
.plan_block .plan_block_foot
{
	clear:both;
}
.plan_block .plan_block_foot span
{
	display:block;
	box-sizing:border-box;
	padding: 7px;
	text-align:center;
	font-size: 130%;
	color: white;
	font-weight: bold;
	cursor:pointer;
}
.plan_block .plan_block_foot span:first-child
{
	color:#2F2F2F;
	background-color: #F7F7F7;
	padding: 6px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
.plan_block .plan_block_foot span:first-child img
{
	height: 24px;
	vertical-align: middle;
}
.plan_block .plan_block_foot span:last-child
{
	background-color:#C31111;
	color: white;
}
.upgrades_block
{
	border: 1px solid #B8B8B8;
}
.upgrades_block > div:first-child
{
	background-color: #B8B8B8;
	color:white;
}
.upgrades_block > div:first-child div
{
	width: 49.3%;
	display:inline-block;
	box-sizing: border-box;
	text-align:center;
	padding: 7px;
}
.upgrades_block .upgrades_title
{
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	background-color: #EEEEEE;
	padding: 5px;
	text-align:center;
}
.upgrades_block .upgrades_cells
{
	background-color: #F7F7F7;
}
.upgrades_block .upgrades_cells div
{
	width: 49.3%;
	display:inline-block;
	box-sizing: border-box;
	text-align:center;
	padding: 5px;
}
.upgrades_block .upgrades_cells div:first-child
{
	border-right: 1px solid #B8B8B8;
}


.vacancies-buttons
{
	text-align: left;
}

.vacancies-button-back
{
	margin-bottom: -50px;
	margin-left: 70px;
	color: #fff !important;
    display: inline-block;
	width: 250px !important;
    padding: 10px 12px;
    border: 0;
	float: left;
    border-radius: 5px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    background: #0E56C2;
    color: #FFF;
    cursor: pointer;
    transition: opacity 0.25s;
    vertical-align: top;
}

.vacancies-button-contact
{
	margin-bottom: -50px;
	margin-right: 70px;
	color: #fff !important;
    display: inline-block;
	width: 250px !important;
    padding: 10px 12px;
    border: 0;
	float: right;
    border-radius: 5px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    background: #0E56C2;
    color: #FFF;
    cursor: pointer;
    transition: opacity 0.25s;
    vertical-align: top;
}

#top
{
	height: 480px;
}
#contactform, .contactform_messages
{
	max-width: 700px;
	margin:auto;
	padding-top: 10px;
}
#contactform label > span
{
	font-weight: normal;
	font-size: 80%;
}
#contactform p:first-child label > span:last-child
{
	margin-top: -20px;
}
#contactform label > span:last-child
{
	float:right;
	width:70%;
	margin-top: -30px;
}
#contactform p
{
	clear:both;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1;
}
#contactform .contactform_messages .message:last-child
{
    margin-bottom: 40px;
}
#contactform > p:first-child
{
	margin-bottom: 60px;
}
#contactform
{
	margin-top: 35px;
}
#contactform input, #contactform textarea, #contactform select
{
	padding: 15px !important;
	width: 100%;
	max-width: inherit !important;
	box-sizing: border-box;
}
#contactform textarea
{
	height: 250px;
}
#contactform .buttons span
{
	float:right;
	clear:both;
}
#contactform .visual_confirm
{
	width:205px;
	margin:-3px 0 0 2px;
	border-radius:10px;
}
#contactform .visual_confirm_icons
{
	text-align:center;
	padding-top: 10px;
}
#contactform .visual_confirm_icons input[type='checkbox'] + label
{
	width:70px !important;
	height:70px !important;
	border:1px solid #CCC;
	border-radius:10px;
	background-color:#EEE;
	background-position:center;
	background-repeat:no-repeat;
}
#contactform .visual_confirm_icons input[type='checkbox']:checked + label
{
	border-color:blue;
	background-color:#7587D0 !important;
}
#page_index #content
{
	background:url('/img/background_offer.jpg') no-repeat center 1185px;
}
#page_index #content > div
{
	padding: 125px 0 0 0;
}
#page_index #content form
{
	max-width:1400px;
	left:0px;
	right: 0px;
	margin:auto;
	border-radius:15px;
	position:absolute;
	top:-45px;
	background:#2C2C2C;
	color:#94BFF4;
	z-index: 1;
}
#page_index #content form > div
{
	padding:5px 10px;
}
#page_index #content form input
{
	box-sizing:border-box;
	width:100%;
	padding:7px 12px;
	border-radius:7px;
	font-size:30px;
	border: 0px;
}
#page_index #content h3
{
	height:50px;
	margin:0;
}
#page_index #offer_promoted
{
	display:table;
	width:100%;
	width:calc(100% + 20px);
	height:220px;
	margin:100px -20px 60px -20px;
	table-layout:fixed;
	border-spacing:20px;
}
#page_index #offer_promoted h6
{
	margin:120px 35px 20px 35px;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	color:#0D55C1;
	transition:color 0.5s;
}
#page_index #offer_promoted p
{
	margin:10px 35px;
	transition:color 0.5s;
	font-size: 14px;
	line-height: 25px;
}
#page_index #offer_promoted > div
{
	display:table-row;
}
#page_index #offer_promoted > div > a
{
	display:table-cell;
	height:320px;
	position:relative;
	border:1px solid #AAA;
	border-radius:5px;
	transition:broder-color 0.5s;
}
#page_index #offer_promoted > div > a > .background
{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:-50;
	border:1px solid transparent;
	border-radius:5px;
	opacity:0;
	transition:opacity 0.5s;
	background-size: cover;
}
#page_index #offer_promoted > div > a > .icon
{
	position:absolute;
	top:40px;
	left:30px;
}
#page_index #offer_promoted > div > a > .icon, #page_index #offer_promoted > div > a > .icon span
{
	display:inline-block;
	width:60px;
	height:40px;
	background-position:center;
	background-repeat:no-repeat;
}
#page_index #offer_promoted > div > a > .icon span
{
	transition:opacity 0.5s;
}
#page_index #offer_promoted > div > a:hover
{
	border-color:transparent;
}
#page_index #offer_promoted > div > a:hover > .background
{
	opacity:1;
}
#page_index #offer_promoted > div > a:hover > .icon span
{
	opacity:0;
}
#page_index #offer_promoted > div > a:hover *
{
	color:#FFF;
}
#page_index #offer_details
{
	height:600px;
	color:#FFF;
}
#page_index #offer_details h2
{
	padding:50px 0;
	color:#FFF;
	font-family: RobotoLight;
    font-size: 35px;
    line-height: 50px;
	height:50px;
}
#page_index #offer_details > div
{
	display:table;
	width:100%;
	margin:40px 0;
	table-layout:fixed;
	border-collapse:collapse;
}
#page_index #offer_details > div > div
{
	display:table-row;
}
#page_index #offer_details > div > div > p
{
	display:table-cell;
	height:40px;
	padding:40px 40px 40px 60px;
	border:1px solid #2165C8;
	border-width:1px 0;
	background-position:0 45px;
	background-repeat:no-repeat;
}
#page_index #offer_details > p
{
	padding:25px;
	text-align:center;
}
#page_index #offer_details > p a
{
	display:inline-block;
	margin:auto;
	padding:0 20px;
	border-radius:7px;
	line-height:40px;
	text-transform:uppercase;
	background:#C31111;
	color:#FFF;
	transition:opacity 0.25s;
}
#page_index #offer_details > p a:hover
{
	opacity:0.7;
}
#page_index #news
{
	display:table;
	width:100%;
	margin:75px 0 60px 0;
	table-layout:fixed;
}
#page_index #news > div
{
	display:table-row;
}
#page_index #news > div > div
{
	display:table-cell;
}
#page_index #news > div > div:first-child .more
{
	margin:10px 40px 0 0;
}
#page_index #news > div > div:first-child > div
{
	display:table;
	width:100%;
	margin:10px 0 0 -20px;
	table-layout:fixed;
	border-spacing:20px;
}
#page_index #news > div > div:first-child > div > div
{
	display:table-row;
}
#page_index #news > div > div:first-child > div > div > div
{
	display:table-cell;
	height:120px;
	padding:20px;
	border:1px solid #AAA;
    border-radius:5px;
}
#page_index #news > div > div:first-child > div > div > div > h4
{
	height:100px;
	font-weight:normal;
}
#page_index #news > div > div:first-child > div > div > div > a
{
	color:#0C56C1;
}
#page_index #news > div > div:last-child
{
	width:300px;
}
#page_index #news > div > div:last-child ul
{
	margin: 30px 0;
	list-style-type:none;
}
#page_index #news > div > div:last-child li
{
	padding:15px 0 15px 45px;
	border-top:1px solid #AAA;
	background:url('/img/icon_post.png') no-repeat 15px 18px;
}
#page_index #news > div > div:last-child li:last-child
{
	border-bottom:1px solid #AAA;
}
#page_index #news > div > div:last-child li span
{
	white-space:nowrap;
	color:#0C56C1;
}
#page_index #news > div > div > .more
{
	text-align:right;
}
#page_index #news > div > div > .more a
{
	color:#0C56C1;
}
#page_offer_vps .plan_block .plan_block_head h3
{
	font-size: 160% !important;
}
#page_contact .content > div
{
	display:inline-block;
	vertical-align:top;
}
#page_contact .content > div:first-child
{
	margin-top: 20px;
	width: 50%;
}
#page_contact .content > div:last-child
{
	margin-left: 7%;
	max-width: 42%;
}
#page_contact .contactform
{
	display:none;
	width: 105%;
}
#page_contact .contactform form
{
	padding-top: 0px;
}
#page_contact #content .button
{
	width: 100%;
	margin: 10px;
	padding: 20px;
	font-size: 120%;
	background-color: white;
	border: 2px solid #2C2C2C;
	color: #2C2C2C;
	transition:all 0.25s;
}
#page_contact .content > div > .button:hover, #page_contact .content > div > a > .button:hover, #page_contact .button_active
{
	color: white !important;
	background-color: #2C2C2C !important;
	opacity: 1 !important;
}
#page_contact a:hover
{
	opacity: 1 !important;
}
#page_contact .information
{
	text-align:center;
	margin: 40px;
	font-size: 130%;
	font-weight: bold;
	width: 100%;
}
@media all and (max-width: 1500px)
{
	table.comparison .button
	{
		font-size: 77% !important; 
	}
	table.comparison th img
	{
		display: none;
	}
}
@media all and (max-width: 1500px) and (min-width: 1200px)
{
	table.plans thead tr:first-child th
	{
		font-size: 21px;
	}
}
@media all and (max-width: 1100px)
{
	table.plans thead tr:first-child th
	{
		font-size: 17px;
	}
	.domain_suggester .domain_arrow
	{
		left: 17%;
	}
	#page_index #offer_details > div > div > p
	{
		padding: 40px 10px 0px 60px;
	}
	table.comparison .button
	{
		font-size: 60% !important;
	}
}
@media all and (max-width: 1300px) and (min-width: 1100px)
{
	#page_index #offer_details > div > div > p
	{
		padding: 40px 20px 20px 60px;
	}
	table.comparison .button
	{
		font-size: 70% !important;
	}
}
@media all and (max-width: 1021px)
{
	html
	{
		background: #FEFEFE url('/img/movie_poster_small.png') no-repeat top;
    	background-position: center -53px !important;
	}
	table.plans th
	{
		line-height: 40px;
	}
	#top
	{
		height: 270px !important;
	}
	#page_index	#content
	{
		background:transparent;
	}
	#page_index #content
	{
		padding-top: 270px;
		margin-top: -270px;
	}
	#page_index #content form
	{
		top:-10px;
		margin-left: -10px;
		margin-right: -10px;
		border-radius:0;
	}
	#page_index #offer_promoted
	{
		width:100%;
		margin:60px 0 0 0;
		border-collapse:collapse;
		border-spacing:0;
	}
	#page_index #offer_promoted > div > a
	{
		border-radius:0;
	}
	#page_index #offer_promoted > div > a > .background
	{
		display:none;
	}
	#page_index #offer_promoted > div > a:hover
	{
		border-color:#AAA;
	}
	#page_index #offer_promoted > div > a:hover p
	{
		color:#777;
	}
	#page_index #offer_promoted > div > a:hover h6
	{
		color:#0D55C1;
	}
	#page_index #offer_promoted > div > a:hover > .icon span
	{
		opacity:1;
	}
	#page_index #offer_details
	{
		display:none;
	}
	#page_index #news
	{
		margin:20px 0 0 0;
	}
	#page_index #news h3
	{
		margin:0 0 15px 0;
	}
	#page_index #news > div > div:first-child > div, #page_index #news > div > div:first-child > div > div, #page_index #news > div > div:first-child > div > div > div
	{
		display:block;
		height:auto;
		margin:0;
		border-radius:0;
	}
	#page_index #news > div > div:first-child > div > div > div
	{
		border-width:1px 0 0 0;
	}
	#page_index #news > div > div:first-child > div > div:last-child > div:last-child
	{
		border-width:1px 0;
	}
	#page_index #news > div > div:first-child h4
	{
		display:inline;
		margin:0 15px 0 0;
	}
	#page_index #news > div > div:last-child
	{
		display:none;
	}
	#page_contact .content > div
	{
		display:block !important;
	}
	#page_contact .content .button
	{
		box-sizing:border-box;
		margin: 5px;
	}
	#page_contact .information
	{
		margin: 10px;
	}
	#page_contact .content > div
	{
		width: auto !important;
	}
	.kb_content > ul > li
	{
		margin: 7px;
	}
	.kb_content > ul > li a, .kb_content > ul > li.active .subcategory
	{
		width: 120px;
		height: 100px;
		padding: 7px;
	}
	.kb_content > ul > li > a > img, .subcategory img
	{
		height: 70px;
		width: 70px;
	}
	.kb_content > ul > li.active::before, .kb_content > ul > li.active::after
	{
	    bottom: -18px;
	    border-width: 18px;
	}
	.kb_content > ul > li.active::after
	{
		bottom: -20px;
	}
	.kb_content > ul > li.hassubcategory::before, .kb_content > ul > li.hassubcategory::after
	{
		bottom: -52px;
	}
	.kb_content > ul > li.hassubcategory::after
	{
		bottom: -54px;
	}
}
@media all and (max-width: 700px)
{
	.kb_content > ul > li
	{
		font-size: 70%;
		margin: 5px;
	}
	.kb_content > ul > li a, .kb_content > ul > li.active .subcategory
	{
		width: 70px;
		height: 60px;
		padding: 5px;
	}
	.kb_content > ul > li > a > img, .subcategory img
	{
		height: 30px;
		width: 30px;
	}
	.kb_content > ul > li.active::before, .kb_content > ul > li.active::after
	{
	    bottom: -16px;
	    border-width: 16px;
	}
	.kb_content > ul > li.active::after
	{
		bottom: -18px;
	}
	.kb_content > ul > li.hassubcategory::before, .kb_content > ul > li.hassubcategory::after
	{
		bottom: -50px;
	}
	.kb_content > ul > li.hassubcategory::after
	{
		bottom: -52px;
	}
}
