header.b-hosting{
	position: relative;
	text-align: center;
	height: 660px;
}

header.b-hosting.wordpress .cover {
	background-image: url(/imgs/wordpress-header.webp);
}

header.b-hosting.magento .cover {
	background-image: url(/imgs/magento-header.webp);
}

header.b-hosting.opencart .cover {
	background-image: url(/imgs/opencart-header.webp);
}

header.b-hosting.prestashop .cover {
	background-image: url(/imgs/prestashop-header.webp);
}

header.b-hosting .info {
	padding-top: 45px;
}

header.b-hosting .info h1 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 30px;
}

header.b-hosting .info h2 {
	font-size: 14px;
	margin-bottom: 50px;
	font-weight: 600;
	opacity: 0.7;
}

header.b-hosting .info p {
	font-size: 14px;
}

header.b-hosting .info p strong {
	font-weight: 600;
}

header.b-hosting .switch-btn {
	margin-top: 50px;
}

/* B. Hosting > layer 1 */

.b-hosting .layer-1 {
	margin-top: 30px;
}

.b-hosting .layer-1 .wrapper,
.b-hosting .layer-1 .wrapper .row {
	overflow:visible;
}

.b-hosting .layer-1 .col {
	margin-bottom: 30px;
	position: relative;
}

.b-hosting .layer-1 .popup-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1;
}

/* popup box */

.b-hosting .layer-1 .popup-box {
	position: absolute;
	width: 96%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 250px;
	background-color: #fafdff;
	z-index: 2;
	border: 6px solid rgba(0,114,185,.1);
	border-radius: 3px;
	padding: 60px 0 40px;
	text-align: left;
}

.b-hosting .layer-1 .popup-box h5 {
	font-size: 18px;
	font-weight: 200;
	margin: 0 0 12px 10px;
	color: #0071b9;
	border-bottom: 7px solid rgba(0,114,185,.1);
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.b-hosting .layer-1 .popup-box h6 {
	font-size: 15px;
	font-weight: 600;
	margin-left: 10px;
	color: #0071b9;
	display: inline-block;
	line-height: 35px;
}

.b-hosting .layer-1 .popup-box h6 strong {
  color: #0071b9;
  background-color: rgba(0,114,185,.09);
  padding: 4px 6px 4px 6px;
  font-weight: 600;
}

.b-hosting .layer-1 .popup-box .info {
	margin: 40px 0 0 25px;
	font-size: 0;
}

.b-hosting .layer-1 .popup-box .info a {
	display: inline-block;
	cursor: pointer;
	margin-right: 14px;
	transition: transform 100ms;
}

.b-hosting .layer-1 .popup-box .info a:hover{
	transform: translate3d(0, -4px, 0);
}

.b-hosting .layer-1 .popup-box .info a.icon-1 {
	width: 40px;
	height: 40px;
	background-position: -943px -277px;
}

.b-hosting .layer-1 .popup-box .info a.icon-2 {
	width: 54px;
	height: 37px;
	background-position: -943px -196px;
}

.b-hosting .layer-1 .popup-box .info a.icon-3 {
	width: 55px;
	height: 38px;
	background-position: -943px -236px;
}

.b-hosting .layer-1 .popup-box .info a.icon-4 {
	width: 54px;
	height: 40px;
	background-position: -943px -153px;
	margin-right: 0;
}

.b-hosting .layer-1 .popup-box .server {
	background-image: url('/imgs/srv-popup.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 101px;
	margin: 0 auto;
}

.b-hosting .layer-1 .col p {
	line-height: 22px;
}

.b-hosting .layer-1 .col ul {
	list-style-type: none;
}

.b-hosting .layer-1 .col .tag{
    display: block;
    background-color: rgba(0,190,188,.1);
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    position: absolute;
    width: 160px;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    top: -10px;
    right: -25px;
}

.b-hosting .layer-1 .col .tagprice{
    display: block;
    background-color: #D8EFEF;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    position: absolute;
    width: 160px;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    top: -10px;
    right: -25px;
}

.b-hosting .layer-1 .col .inside {
	border: 5px solid rgba(255, 255, 255, 0);
	background-color: #fff;
	padding: 30px 20px 20px 20px;
	position: relative;
	box-shadow: 3px 3px 2px 0.4px rgba(0, 0, 0, 0.11);
	transition: border 150ms;
	z-index: 2;
}

.b-hosting .layer-1 .col .inside:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 9px);
	height: calc(100% + 9px);
	border:1px solid #e2e2e2;
	z-index: 0;
	pointer-events: none;
	transition: border 150ms;
}

.b-hosting .layer-1 .col.featured .inside {
	border-width: 5px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #0071b9 0%, #00bebc 100% ) 50 50 50 50;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0), inset 0px 0px 0px 0 #fff;
	border-image-slice: 1;
	overflow: hidden;
	background-color: #e5fbfb;
}

.b-hosting .layer-1 .col.featured .inside:before {
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to bottom, #0071b9 0%, #00bebc 100% ) 50 50 50 50;
	border-image-slice: 1;
}

.b-hosting .layer-1 .col:not(.featured):hover .inside,
.b-hosting .layer-1 .col:not(.featured):hover .inside:before {
	border-color:#00bebc;
	overflow: hidden;
}

.b-hosting .layer-1 .col h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.b-hosting .layer-1 .col p.descr {
	font-size: 14px;
	margin-bottom: 25px;
}

.b-hosting .layer-1 .col .price .from {
	font-size: 15px;
	font-weight: 600;
}

.b-hosting .layer-1 .col .price .from span {
    background-image: linear-gradient(to bottom, rgba(0, 113, 185, .5), rgba(0, 190, 188, .2));
}

[class*=text-highlight-] {
	background: left 1em/1em .2em repeat-x;
}

.b-hosting .layer-1 .col .price .sign{
	font-size: 22px;
}

.b-hosting .layer-1 .col .price .price-wrap {
	position: relative;
	height: 60px;
}

.b-hosting .layer-1 .col .price {
	position: relative;
	height: 70px;
}

.b-hosting .layer-1 .col .price .sum{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #0071b9;
	margin-top: 25px;
	display: none;
}

.b-hosting .layer-1 .col .price .sum.active{
	display: block;
}

.b-hosting .layer-1 .col .price strong{
	font-size: 22px;
	font-weight: 600;
	background: -webkit-linear-gradient(0deg,#0071b9 0%,#00bebc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.b-hosting .layer-1 .col .price b{
	font-size: 22px;
	font-weight: 600;
	background: -webkit-linear-gradient(0deg,#0071b9 0%,#00bebc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.b-hosting .layer-1 .col .promo{
	font-size: 15px;
	margin-top: 5px;
}

.b-hosting .layer-1 .col .promo span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0,113,185,.1);
	height: 24px;
	line-height: 24px;
	color: #000;
	padding: 0 5px 0 10px;
	font-size: 14px;
	font-weight: 600;
}

.b-hosting .layer-1 .col .promo span:after{
	content:'';
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
	height: 24px;
	border-style: solid;
	border-width: 24px 12px 0 0;
	border-color: rgba(0,113,185,.1) transparent transparent transparent;
}

.b-hosting .layer-1 .col .imunify span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(82, 182, 129, .1);
	height: 24px;
	line-height: 24px;
	color: #000;
	padding: 0 5px 0 10px;
	font-size: 14px;
	font-weight: 600;
}

.b-hosting .layer-1 .col .imunify span:after{
	content:'';
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
	height: 24px;
	border-style: solid;
	border-width: 24px 12px 0 0;
	border-color: rgba(82, 182, 129, .1) transparent transparent transparent;
}

.b-hosting .layer-1 .col .promoprice{
	font-size: 15px;
	margin-top: 12px;
}

.b-hosting .layer-1 .col .promoprice small{
	line-height: 15px;
}

.b-hosting .layer-1 .col .promoprice strong{
	font-weight: 600;
}

.b-hosting .layer-1 .col .promoprice span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0,190,188,.09);
	height: 24px;
	line-height: 24px;
	color: #000;
	padding: 0 5px 0 10px;
	font-size: 14px;
	font-weight: 400;
}

.b-hosting .layer-1 .col .promoprice span:after{
	content:'';
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
	height: 24px;
	border-style: solid;
	border-width: 24px 12px 0 0;
	border-color: rgba(0,190,188,.09) transparent transparent transparent;
}

.web-mark-line-left-bottom-orange::before {
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	bottom: 3px;
	background-color: #dcb154;
	border-radius: 10px;
	width: 52px;
	height: 2px;
	transition: .3s;
}

.web-mark-line-left-bottom-blue::before {
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	bottom: 3px;
	background-color: #1695e6;
	border-radius: 10px;
	width: 52px;
	height: 2px;
	transition: .3s;
}

.web-mark-line-left-bottom-green::before {
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	bottom: 3px;
	background-color: #00bebc;
	border-radius: 10px;
	width: 80px;
	height: 2px;
	transition: .3s;
}

.web-mark-line-left-bottom-orange:hover::before,
.web-mark-line-left-bottom-blue:hover::before,
.web-mark-line-left-bottom-green:hover::before {
/*	transform: rotate(0.5turn); */
}

.b-hosting .layer-1 .col .vat {
	font-size: 14px;
	margin-top: 10px;
}

.b-hosting .layer-1 .col ul.features {
	margin: 25px 0;
}

.b-hosting .layer-1 .col ul.features li {
	margin-bottom: 15px;
	font-size: 15px;
}

.b-hosting .layer-1 .col ul.features li:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin-right: 10px;
	background-image:url(/imgs/sprite.webp?v=2);
	background-size: 1000px 3518px;
	width: 17px;
	height: 13px;
	background-position: -409px -45px;
}

.b-hosting .layer-1 a.btn-more {
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto 40px auto;
	padding: 12px 0 11px 8px;
	background-color: #0071be;
	background-image: linear-gradient(to right, #0071be 0%, #00bebc 100%);
	text-align: center;
	border-radius: 100px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.b-hosting .layer-1 a.btn-more:hover {
	background-color: #0071be;
	background-image: linear-gradient(to right, #00bebc 0%, #0071be 100%);
}

.b-hosting .layer-1 a.btn-more:before {
	display: block;
	position: absolute;
	left:9%;
	margin: auto 0;
	top:-1px;
	bottom:0;
	content: '';
	width: 16px;
	height: 23px;
	background-image:url(/imgs/sprite.webp?v=2);
	background-size: 1000px 3518px;
	background-position: -391px -40px;
}

.b-hosting .layer-1 a.btn-more:after {
	box-sizing: content-box;
	content: '';
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 0 2px #00bebc;
	border-radius:100px;
	left: -5px;
	opacity: 0;
	padding: 5px;
	top: -5px;
	transform: scale(1.2);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.b-hosting .layer-1 a.btn-more:hover:after {
	opacity: 1;
	transform: scale(1);
}

.b-hosting .layer-1 .col h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.b-hosting .layer-1 .col h4.pricing {
	margin: 20px 0 20px 0;
}

.b-hosting .layer-1 .col p.pci-inf {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.b-hosting .layer-1 a.btn-order {
	background: linear-gradient(to right, #00aaa9 0%, #00bebc 100%);
	display: block;
	margin: 15px auto 0 auto;
	text-align: center;
	padding: 13px 0;
	border-radius: 17px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	width: 90%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.b-hosting .layer-1 a.btn-order:hover span {
	display: block;
	animation: btt-hover-fx .3s forwards;
}

.b-hosting .layer-1 p.ret-inf {
	font-size: 14px;
	font-weight: 600;
	color: #0071b9;
	text-align: center;
	padding: 15px 0 30px 0;
	position: relative;
}
.b-hosting .layer-1 p.ret-inf:after {
	content:'';
	width:100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: rgb(0, 204, 153);
	background: linear-gradient(left, rgba(0, 204, 153, 0) 0%, rgba(0, 204, 153, .75) 50%, rgba(0, 204, 153, 0) 100%);
}

.b-hosting .layer-1 p.price-inf {
	font-size: 14px;
	margin-bottom: 8px;
}

.b-hosting .layer-1 .col i.tooltip {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background-position: -139px -37px;
	cursor: pointer;
	margin-left: 8px;
	position: relative;
}

.b-hosting .layer-1 .col i.tooltip[data-color="blue"] {
	background-position: -621px -1532px;
}

.b-hosting .layer-1 .col i.tooltip[data-color="green"] {
	background-position: -139px -37px;
}

.b-hosting .layer-1 .col i.tooltip:after {
	box-sizing: content-box;
	content: '';
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 0 2px #00bebc;
	border-radius: 100px;
	left: -5px;
	opacity: 0;
	padding: 5px;
	top: -5px;
	transform: scale(1.2);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.b-hosting .layer-1 .col i.tooltip[data-color="green"]:after {
	box-sizing: content-box;
	content: '';
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 0 2px #00bebc;
	border-radius: 100px;
	left: -5px;
	opacity: 0;
	padding: 5px;
	top: -5px;
	transform: scale(1.2);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.b-hosting .layer-1 .col i.tooltip[data-color="blue"]:after {
	box-sizing: content-box;
	content: '';
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 0 2px #0071b9;
	border-radius:100px;
	left: -5px;
	opacity: 0;
	padding: 5px;
	top: -5px;
	transform: scale(1.2);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.b-hosting .layer-1 .col i.tooltip:hover:after {
	opacity: 0.8;
	transform: scale(1);
}

/* B. Hosting > layer 2 */

.b-hosting .layer-2 .wrapper {
	padding: 60px 0;
	text-align: center;
}

.b-hosting .layer-2 .text{
	margin-bottom: 80px;
}

.b-hosting .layer-2 .text h2 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 25px;
}

.b-hosting .layer-2 .text p {
	font-size: 17px;
}

.b-hosting .layer-2 .row {
	margin-bottom: 40px;
	font-size: 0;
}

.b-hosting .layer-2 .col{
	margin-bottom: 50px;
	vertical-align: top;
}

.b-hosting .layer-2 .col .icon {
	height: 121px;
	margin: 10px auto 30px auto;
}

.b-hosting .layer-2 .col-1 .icon {
	width: 98px;
	background-position: -677px -1325px;
}

.b-hosting .layer-2 .col-2 .icon {
	width: 150px;
	height: 124px;
	background-position: -323px -496px;
	position: relative;
}

.b-hosting .layer-2 .col-2 .icon-wh {
    width: 141px;
	height: 121px;
    background-position: -779px -1325px;
}

.b-hosting .layer-2 .col-2 .icon .ic-n {
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	margin: auto;
	width: 57px;
	height: 57px;
}

.b-hosting .layer-2 .col-2 .icon .ic-wp{
	background-position: -473px -496px;
}

.b-hosting .layer-2 .col-2 .icon .ic-mag{
	background-position: -530px -496px;
}

.b-hosting .layer-2 .col-2 .icon .ic-oc{
	background-position: -473px -553px;
}

.b-hosting .layer-2 .col-2 .icon .ic-ps{
	background-position: -530px -553px;
}

.b-hosting .layer-2 .col-3 .icon {
	width: 114px;
	background-position: -4px -1325px;
}

.b-hosting .layer-2 .col-4 .icon {
	width: 114px;
	background-position: -559px -1325px;
}

.b-hosting .layer-2 .col-5 .icon {
	width: 149px;
	background-position: -406px -1325px;
}

.b-hosting .layer-2 .col-6 .icon {
	width: 132px;
	background-position: -270px -1325px;
	position: relative;
}

.b-hosting .layer-2 .col-6 .ic-n {
	width: 57px;
	height: 57px;
	position: absolute;
	bottom: -15px;
	right: -30px;
	display: block;
}

.b-hosting .layer-2 .col-6 .ic-wp {
	background-position: -239px -496px;
}

.b-hosting .layer-2 .col-6 .ic-mag {
	background-position: -68px -496px;
}

.b-hosting .layer-2 .col-6 .ic-oc {
	background-position: -125px -496px;
}

.b-hosting .layer-2 .col-6 .ic-ps {
		background-position: -182px -496px;
}

.b-hosting .layer-2 .col-7 .icon {
	width: 144px;
	background-position: -122px -1325px;
}

.b-hosting .layer-2 .col h3 {
	font-size: 17px;
	font-weight: 600;
	color: #0071b9;
}

/* B. Hosting > layer 3 */

.b-hosting .layer-3 {
	background-color: #0071b9;
}

.b-hosting .layer-3 .wrapper {
	padding: 70px 0;
	color: #fff;
}

.b-hosting .layer-3 .row-1{
	position: relative;
}

.b-hosting .layer-3 .row-1:after{
	position: absolute;
	height: 1px;
	background-color: #fff;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.2);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);

}

.b-hosting .layer-3 .col-1{
	text-align: center;
}

.b-hosting .layer-3 .row-1 .col-1 h2 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 10px;
}

.b-hosting .layer-3 .row-1 .col-1 h3 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 45px;
}

.b-hosting .layer-3 .row-1 .col-1 p {
	font-size: 14px;
/*	opacity: 0.9; */
	margin-bottom: 35px;
}

.b-hosting .layer-3 .row-1 .col-2 {
	padding-top: 30px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon {
	width: 320px;
	margin: 0 auto;
	position: relative;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-1 {
	width: 320px;
	height: 207px;
	background-image:url(/imgs/laptop.webp);
	background-size: 320px 207px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-2 {
	width: 91px;
	height: 73px;
	background-position: -807px -859px;
	position: absolute;
	top: 50px;
	left: 60px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-wh {
	left: 115px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-n {
	width: 78px;
	height: 78px;
	position: absolute;
	top: 50px;
	right: 60px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-wp {
	background-position: -11px -553px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-mag {
	background-position: -89px -553px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-oc {
	background-position: -167px -553px;
}

.b-hosting .layer-3 .row-1 .col-2 .icon .square-ps {
	background-position: -245px -553px;
}

.b-hosting .layer-3 .row-2 {
	padding-top: 40px;
	text-align: center;
}

.b-hosting .layer-3 .row-2 .col {
	margin-bottom: 50px;
}

.b-hosting .layer-3 .row-2 .col h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 25px;
}

.b-hosting .layer-3 .row-2 .col p {
	font-size: 14px;
}

.b-hosting .layer-3 .row-2 .col .icon {
	height: 160px;
	margin: 0 auto;
}

.b-hosting .layer-3 .row-2 .col .square {
	position: absolute;
}

.b-hosting .layer-3 .row-2 .col .icon {
	position: relative;
	margin: 0 auto;
}

.b-hosting .layer-3 .row-2 .col-1 .icon {
	width: 134px;
}

.b-hosting .layer-3 .row-2 .col-1 .icon .square-1 {
	top: 0;
	left: 0;
	height: 140px;
	width: 134px;
	background-position: -308px -1452px;
}

.b-hosting .layer-3 .row-2 .col-1 .icon .square-2 {
	top: 29px;
	left: 27px;
	width: 88px;
	height: 79px;
	background-position: -623px -789px;
}

.b-hosting .layer-3 .row-2 .ic-n{
	width: 57px;
	height: 57px;
	right: -15px;
	bottom: -10px;
	display: block;
	position: absolute;
}

.b-hosting .layer-3 .row-2 .ic-wp{
	background-position: -11px -496px;
}

.b-hosting .layer-3 .row-2 .ic-mag{
	background-position: -68px -496px;
}

.b-hosting .layer-3 .row-2 .ic-oc{
	background-position: -125px -496px;
}

.b-hosting .layer-3 .row-2 .ic-ps{
	background-position: -182px -496px;
}

.b-hosting .layer-3 .row-2 .col-2 .icon {
	width: 120px;
}

.b-hosting .layer-3 .row-2 .col-2 .icon .square-1 {
	width: 120px;
	height: 140px;
	left: 0;
	top: 0;
	background-position: -5px -1452px;
}

.b-hosting .layer-3 .row-2 .col-2 .icon .square-2 {
	width: 44px;
	height: 65px;
	background-position: -948px -1245px;
	left: 38px;
	top: 38px;
}

.b-hosting .layer-3 .row-2 .col-3 .icon {
	width: 171px;
}

.b-hosting .layer-3 .row-2 .col-3 .icon .square-1 {
	width: 171px;
	height: 140px;
	left: 0;
	top: 0;
	background-position: -131px -1452px;
}

.b-hosting .layer-3 .row-2 .col-3 .icon .square-2 {
	width: 90px;
	height: 50px;
	background-position: -445px -1452px;
	top: 56px;
	left: 39px;
}

/* B. Hosting > layer 4 */

.b-hosting .layer-4 .wrapper {
	padding: 60px 0;
}

.b-hosting .layer-4 h2 {
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
	font-weight: 200;
}

.b-hosting .layer-4 h2 strong {
	font-weight: 600;
}

.b-hosting .layer-4 .row {
}

.b-hosting .layer-4 .col {
}

.b-hosting .layer-4 .col h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 35px;
	text-align: center;
}

.b-hosting .layer-4 .col ul {
	margin-left: 10px;
	list-style-type: none;
}

.b-hosting .layer-4 .col ul > li {
	margin-bottom: 24px;
}

.b-hosting .layer-4 .col ul h4 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}

.b-hosting .layer-4 .col ul h4:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin-right: 25px;
	width: 28px;
	height: 21px;
	background-image:url(/imgs/sprite.webp?v=2);
	background-size: 1000px 3518px;
	background-position: -486px -120px;
}


.b-hosting .layer-4 .col ul p {
	font-size: 14px;
	margin-left: 55px;
}

.b-hosting .layer-4 .col-2{
	padding: 30px 0 0 0;
}

/* B. Hosting > layer 5 */

.b-hosting .layer-5{
	background-color: #0071b9;
}

.b-hosting .layer-5 .wrapper{
	padding: 30px 0;
	color: #fff;
	text-align: center;
	overflow: visible;
}

.b-hosting .layer-5 .wrapper > h2{
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 200;
}

.b-hosting .layer-5 a.btn-more{
	position: relative;
	display: block;
	margin: 40px auto 40px auto;
	width: 275px;
	padding: 12px 0;
	font-size: 13px;
	font-weight: bold;
	color: #1666A2;
	background-color: #fff;
	border-radius: 100px;
	cursor: pointer;
}

.b-hosting .layer-5 a.btn-more:after {
	box-sizing: content-box;
	content: '';
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 0 2px #fff;
	border-radius:100px;
	left: -5px;
	opacity: 0;
	padding: 5px;
	top: -5px;
	transform: scale(1.2);
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.b-hosting .layer-5 a.btn-more:hover:after {
	opacity: 0.8;
	transform: scale(1);
}

.b-hosting .layer-5 .tbl-info .cell{
	width: 24.99999%;
}

/* B. Hosting > layer 6 */

.b-hosting .layer-6 .wrapper {
	padding: 100px 0 60px 0;
	text-align: center;
}

.b-hosting .layer-6 h2 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 100px;
}

.b-hosting .layer-6 h2 strong {
	font-weight: 600;
}

.b-hosting .layer-6 .row {
	font-size: 0;
	margin: 0 -50px 35px -50px;
}

.b-hosting .layer-6 .row .icon {
	margin: 0 50px 30px 50px;
	vertical-align: middle;
	display: inline-block;
}

.b-hosting .layer-6 .icon-1 {
	width: 148px;
	height: 32px;
	background-position: -602px -894px;
}

.b-hosting .layer-6 .icon-2 {
	width: 90px;
	height: 43px;
	background-position: -618px -736px;
}

.b-hosting .layer-6 .icon-3 {
	width: 97px;
	height: 65px;
	background-position: -618px -664px;
}

.b-hosting .layer-6 .icon-4 {
	width: 201px;
	height: 46px;
	background-position: -595px -930px;
}

.b-hosting .layer-6 .icon-5 {
	width: 165px;
	height: 48px;
	background-position: -407px -471px;
}

.b-hosting .layer-6 .icon-6 {
	width: 145px;
	height: 65px;
	background-position: -445px -1505px;
}

.b-hosting .layer-6 .icon-7 {
	width: 176px;
	height: 35px;
	background-position: -416px -934px;
}

.b-hosting .layer-6 .icon-8 {
	width: 134px;
	height: 35px;
	background-position: -421px -525px;
}

/* ADJUST FOR RESPONSIVE - TABLET */
@media only screen and (min-width : 768px) {

	header.b-hosting .info h1 {
		font-size: 26px;
	}

	header.b-hosting .info h2 {
		font-size: 15px;
	}

	header.b-hosting .info p {
		font-size: 15px;
	}

	.b-hosting .layer-1 .col h3 {
		font-size: 26px;
	}

	.b-hosting .layer-2 .text h2 {
		font-size: 26px;
	}

	.b-hosting .layer-2 .text p {
		font-size: 20px;
	}

	.b-hosting .layer-2 .col h3 {
		font-size: 20px;
	}

	.b-hosting .layer-3 .row-1 .col-1 h2 {
		font-size: 26px;
	}

	.b-hosting .layer-3 .row-1 .col-1 p {
		font-size: 15px;
	}

	.b-hosting .layer-3 .row-2 .col h3 {
		font-size: 20px;
	}

	.b-hosting .layer-3 .row-2 .col p {
		font-size: 15px;
	}

	.b-hosting .layer-4 h2 {
		font-size: 26px;
	}

	.b-hosting .layer-4 .col h3 {
		font-size: 26px;
	}

	.b-hosting .layer-4 .col ul h4 {
		font-size: 20px;
	}

	.b-hosting .layer-4 .col ul p {
		font-size: 15px;
	}

	.b-hosting .layer-5 .wrapper > h2{
		font-size: 26px;
	}

	.b-hosting .layer-6 h2 {
		font-size: 26px;
	}
}

/* ADJUST FOR RESPONSIVE - DESKTOP */
@media only screen and (min-width : 993px) {

	header.b-hosting{
		height: 850px;
	}

	header.b-hosting .info {
		padding-top: 70px;
	}

	header.b-hosting .info h1 {
		font-size: 42px;
	}

	header.b-hosting .info h2 {
		font-size: 18px;
	}

	header.b-hosting .info p {
		font-size: 16px;
	}

	.b-hosting .layer-1 {
		margin-top: -200px;
	}

	.b-hosting .layer-1 .col h3 {
		font-size: 30px;
	}

	.b-hosting .layer-1 .col .price strong{
		font-size: 30px;
	}

	.b-hosting .layer-2 .text h2 {
		font-size: 38px;
	}

	.b-hosting .layer-2 .text p {
		font-size: 20px;
	}

	.b-hosting .layer-2 .wrapper {
		padding: 110px 0;
	}

	.b-hosting .layer-2 .text{
		margin-bottom: 130px;
	}

	.b-hosting .layer-2 .row {
		margin-bottom: 80px;
	}

	.b-hosting .layer-2 .col{
		margin-bottom: 0;
	}

	.b-hosting .layer-2 .col h3 {
		font-size: 22px;
	}

	.b-hosting .layer-3 .row-1 .col-1 h2 {
		font-size: 38px;
	}

	.b-hosting .layer-3 .row-1 .col-1 p {
		font-size: 18px;
	}

	.b-hosting .layer-3 .wrapper {
		padding: 130px 0;
	}

	.b-hosting .layer-3 .row-2 .col h3 {
		font-size: 24px;
	}

	.b-hosting .layer-3 .row-2 .col p {
		font-size: 16px;
	}

	.b-hosting .layer-3 .row-2 .col {
		margin-bottom: 0;
	}

	.b-hosting .layer-3 .row-2 {
		padding-top: 120px;
	}

	.b-hosting .layer-3 .row-1 .col-1{
		text-align: left;
		padding-bottom: 80px;
	}

	.b-hosting .layer-4 h2 {
		font-size: 42px;
		margin-bottom: 90px;
	}

	.b-hosting .layer-4 .col h3 {
		font-size: 30px;
		margin-left: 60px;
		text-align: left;
	}

	.b-hosting .layer-4 .wrapper {
		padding: 120px 0;
	}

	.b-hosting .layer-4 .col ul h4 {
		font-size: 24px;
	}

	.b-hosting .layer-4 .col ul p {
		font-size: 18px;
	}

	.b-hosting .layer-4 .col-2{
		padding: 100px 50px 0 50px;
	}

	.b-hosting .layer-5 .wrapper > h2{
		font-size: 38px;
	}

	.b-hosting .layer-5 .wrapper{
		padding: 120px 0;
	}

	.b-hosting .layer-5 .wrapper > h2{
		margin-bottom: 70px;
	}

	.b-hosting .layer-6 .row .icon {
		margin: 0 50px 0 50px;
	}
}

/* ADJUST FOR RETINA */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

	.b-hosting .layer-1 .col ul.features li:before,
	.b-hosting .layer-1 a.btn-more:before,
	.b-hosting .layer-4 .col ul h4:before {
		background-image:url('/imgs/sprite_retina.webp');
	}

}
