﻿.container-1000 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.before-table {
	border-right: 1px solid #f2f3f4;
	border-left: 1px solid #f2f3f4;
}
.band{
	float:left;
}
.band h3 {
	font-size: 39px;
}
.band p {
	font-size: 28px;
}
.pc {
	background-image: url(../images/pc.png);
	height: 400px;
	width: 100%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.server {
	background-image: url(../images/server.jpg);
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.server-text {
	height: 400px;
}
.offers-after {
	
}
a {
	color: #ffffff;
	text-decoration: unset;
}
	a:hover {
		color: #ffffff;
		text-decoration: unset;
	}
.table-tab {
	color: #000;
	width: 100%;
}
	.table-tab tr {
		padding: 8px 15px;
		border-bottom: 1px solid #e3e3e3;
	}
table tr td {
	padding: 23px;
	padding-left: 15px;
	padding-right: 15px;
}
.tab-table-1 {
	background-color: #fff;
}
.tab-table-2 {
	background-color: #f6f7f8;
}

.tab-table-3 {
	background-color: #ffffff;
}
.price {
	margin: 3px;
	padding: 0px;
}
.euro {
	font-size: 30px;
	position: absolute;
	margin-left: -26px;
	margin-top: 2px;
}
.price-size {
	font-size: 54px;
	font-weight: bold;
}
.decimal {
	position: relative;
	top: -28px;
}

.tabs {
	float: left;
	width: 20%;
	color: #fff;
	cursor: pointer;
}
	.tabs .inner{
		min-height:unset;
		padding:0;
	}

.extra-section {
	background-color: #3b69af;
	color: #000;
}
	.extra-section .holder {
		height: 100%;
		overflow: hidden;
		float: left;
		width: 25%;
		min-height: 274px;
	}
	.extra-section .tags {
		float: left;
		width: 277px;
		margin: 15px;
		height: 100%;
	
		color: #fff;
		text-align: left;
		overflow: hidden;
		padding-bottom: 12px;
	}
		.extra-section .tags .inner {
			background-repeat: no-repeat;
			height: auto;
			background-position: 0px 29px;
			background-size: 56px;
			padding: 0px;
			padding-left: 71px;
			padding-right: 10px;
			padding-bottom: 10px;
			overflow: hidden;
		}
	.extra-section h3 {
		margin-top: 21px;
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: 300;
	}
	.extra-section .tags .inner tx {
		color: #fff;
		height:auto;
	}
.check-green {
	color: #4cbc51;
	margin-right: 6px;
	font-size: 16px;
}
.act2 {
	padding: 50px 0;
	text-align: -webkit-center;
	background-color: #213a5f;
}
.panel-group-div div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.trusted {
	background-image: url(../icons/trust.png);
	background-repeat: no-repeat;
	background-size: 80%;
	height: 29px;
	width: 50px;
	padding-right: 28px;
	margin-right: 10px;
	background-position: left;
}
.head-string-color {
	color: #fff;
}
@media (max-width: 1200px) {
	.extra-section .holder {
		margin: 0 auto;
		width: 50%;
	}
	.band{
		width:auto;
	}
	.server-text {
		overflow: hidden
	}
}
@media (max-width: 990px) {
	.extra-section .holder {
		margin:0 auto;
		width: 50%;
	}
	.band {
		margin: 55px -5px 0px -36px;
	}
}
@media (max-width: 640px) {
	.extra-section .holder {
		float: none;
		width: auto;
	}
}