/* -----------------
	Header Home
------------------ */

header.home {
	position: relative;
	background: #0780e3;
}

header.home .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(/imgs/banners/home_bg.webp);
	background-size: cover;
	animation-name: bg-zoom;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
	opacity: 0.15;
}

header.home .slider {
	position: relative;
}

header.home .slider .wrapper {
	font-size: 0;
}

/* home > slider > offer */

header.home .slider {
	text-align: center;
	color: #fff;
}

header.home .slider h1 {
	margin-bottom: 15px;
	font-weight: 600;
	font-family: 'poppins', Arial, sans-serif;
	letter-spacing: -1px;
}

header.home .slider h2 {
	font-family: 'poppins', Arial, sans-serif;
	letter-spacing: 3px;
	line-height: 1.8;
	font-size: 18px;
}

header.home .slider a.btn-more {
    font-size: 14px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    width: 300px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    background: rgba(130, 196, 255, 0.45);
    font-family: 'poppins', Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.2s;
}

header.home .slider a.btn-more:hover {
	border: 2px solid rgba(255, 255, 255, 0.45);
}

/* Home > Layer 1 */
/* ------------------ */

.home .layer-1 {
	background-image: url(/imgs/clouds-bg.webp);
	background-size: cover;
}

.home .layer-1 .wrapper {
	padding: 40px 0;
	font-size: 0;
}

.home .layer-1 h2 {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 200;
	text-align: center;
	margin-bottom: 40px;
}

.home .layer-1 h2 strong {
	font-weight: 600;
}

.home .layer-1 .row {
	border-radius: 12px;
}

.home .layer-1 .col {
	padding: 30px 25px;
	border: 1px solid #dce0e4;
	background-color: rgba(255, 255, 255, 0.82);
	border-radius: 12px;
	box-shadow: 8px 8px 10px 0px rgba(56, 70, 80, 0.05);	
	cursor: default;
	transition: background-color 250ms;
}

.home .layer-1 .col:hover {
	background-color: rgba(255, 255, 255, 1);	
}

.home .layer-1 .col i {
	display: block;
	width: 132px;
	height: 105px;
	transition: transform ease 250ms;
	margin: 0 auto 20px auto;
}

.home .layer-1 .col:hover i {
	transform: translateY(-10px);
}

.home .layer-1 .col i.ic-vps {
	background-image: url(/imgs/vps_icon.webp);
}

.home .layer-1 .col i.ic-srv {
	background-image: url(/imgs/serv_icon.webp);
}

.home .layer-1 .col h3 {
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 200;
	margin-bottom: 15px;
}

.home .layer-1 .col h4 {
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 30px;
}

.home .layer-1 .col p.descr {
	font-size: 14px;
	color: #788b96;
}

.home .layer-1 .col p.price {
	margin-top: 10px;
	font-size: 18px;
	font-family: 'poppins', Arial, sans-serif;
	color: #788b96;
	line-height: normal;
}

.home .layer-1 .col p.price strong {
	font-family: 'open_sans', Arial, sans-serif;
	font-size: 26px;
	font-weight: 600;
}

.home .layer-1 .row-2 .col p.price,
.home .layer-1 .row-3 .col p.price{
	margin-top: 25px;
}

.home .layer-1 .row-2 .col i,
.home .layer-1 .row-3 .col i{
	margin-bottom: 35px;
	width: 124px;
	height: 90px;
	display: inline-block;	
}

.home .layer-1 .col a.btn-more {
	position: relative;
	margin-top: 20px;
	display: inline-block;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #0780e3;
	padding: 12px 0;
	width: 190px;
	text-align: center;
	background-color: #0780e3;
	color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	transition: all 250ms;
}

.home .layer-1 .col a.btn-more:hover {
	color: #0780E3;
	background-color: #fff;
	border: 1px solid #0780E3;
	padding-left: 30px;
}

.home .layer-1 .col a.btn-more:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -344px;
	transition: all 150ms;
}

.home .layer-1 .col a.btn-more:hover:after {
	left: 5px;
}

.home .layer-1 .row-2 .col a.btn-more,
.home .layer-1 .row-3 .col a.btn-more{
	margin-top: 30px;
}

.home .layer-1 .col i.ic-1 {
	background-position: 0px 0px;
}

.home .layer-1 .col i.ic-2 {
	background-position: -124px 0px;
}

.home .layer-1 .col i.ic-3 {
	background-position: -248px 0px;
}

.home .layer-1 .col i.ic-4 {
	background-position: -372px 0px;
}

.home .layer-1 .col i.ic-5 {
	background-position: 0px -90px;
}

.home .layer-1 .col i.ic-6 {
	background-position:-124px -90px;
}

.home .layer-1 .col i.ic-7 {
	background-position: -372px -90px;
}

.home .layer-1 .col i.ic-8 {
	background-position: -248px -90px;
}

/* Home > Layer 2 */
/* ------------------ */

.home .layer-2 {
	background-color: #0780e3;
	background-image: url(/imgs/earth-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	margin-top: 15px;
}

.home .layer-2 .rocket-icon {
	box-shadow: inset 0px 0px 28px 0px rgba(7, 128, 227, 0.3);
	position: absolute;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	top: -80px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	z-index: 0;
}

.home .layer-2 .rocket-icon:after {
	display: block;
	content: '';
	position: absolute;
	left: 13px;
	bottom: 14px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -524px -189px;
	width: 84px;
	height: 84px;
	z-index: 1;
}

.home .layer-2 .rocket-icon:before {
	display: block;
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 8px solid #fff;
	z-index: 2;
}

.home .layer-2 .rockets {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

.home .layer-2 .rockets .rocket {
	display: inline-block;
	vertical-align: bottom;
}

.home .layer-2 .rocket-big {
	width: 282px;
	height: 225px;
	background-image: url(/imgs/rocket_big.webp);
}

.home .layer-2 .rocket-small {
	width: 154px;
	height: 124px;
	background-image: url(/imgs/rocket_small.webp);
	left: 0;
	right: 0;
	margin: auto;
}

.home .layer-2 .wrapper {
	padding: 40px 0;
	color: #fff;
}

.home .layer-2 h2 {
	margin-bottom: 40px;
	text-align: center;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 200;
}

.home .layer-2 h2 strong {
	font-weight: 600;
}

.home .layer-2 .col {
	margin-bottom: 40px;
}

.home .layer-2 .col h3 {
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 18px;
}

.home .layer-2 .col p {
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.8;
}

.home .layer-2 .col i {
	width: 128px;
	height: 110px;
	display: inline-block;
	margin-bottom: 25px;
}

.home .layer-2 .col i.ic-1 {
	background-position: -128px -189px;
}

.home .layer-2 .col i.ic-2 {
	background-position: -256px -189px;
}

.home .layer-2 .col i.ic-3 {
	background-position: 0px -299px;
}

.home .layer-2 .col i.ic-4 {
	background-position: -384px -189px;
}

.home .layer-2 .col i.ic-5 {
	background-position: 0px -189px;
}

.home .layer-2 .col i.ic-6 {
	background-position: -128px -299px;
}

/* Home > Layer 3 */
/* ------------------ */

.home .layer-3 {
	background-color: #f3f7f9;
	overflow: hidden;
}

.home .layer-3 .wrapper {
	padding: 40px 0;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

.home .layer-3 h2 {
	margin-bottom: 40px;
	font-family: 'poppins', Arial, sans-serif;
}

.home .layer-3 h2 strong {
	font-weight: 600;
}

.home .layer-3 .search-form{
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 8px;
	padding: 8px;
}

.home .layer-3 form {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 20px;
	border: 1px solid #a7d1f2;
	box-shadow: 0px 0px 0px 0px rgba(7, 128, 227, 0);
	transition: box-shadow 200ms;
}

.home .layer-3 form.p-focused {
	box-shadow: 0px 0px 0px 9px rgba(7, 128, 227, 0.2);
}

.home .layer-3 form input[type=text] {
	font-size: 17px;
	height: 38px;
	line-height: 38px;
	width: 100%;
	display: block;
	text-align: center;
	color: #0780e3;
	border: 0;
}

.home .layer-3 form input[type=text]::placeholder {
	color: #0780e3;
	opacity: 0.85;
}

.home .layer-3 h3 {
	line-height: 26px;
	color: #24536e;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 200;
	margin-bottom: 50px;
}

.home .layer-3 h3 strong {
	font-weight: 600;
}

.home .layer-3 .col {
	background-color: #fff;
	border: 1px solid #e3e8eb;
	border-radius: 12px;
	padding: 50px 15px 30px 15px;
	box-shadow: 8px 8px 10px 0px rgba(56, 70, 80, 0.05);
}

.home .layer-3 .col i {
	margin-bottom: 20px;
	display: inline-block;
	width: 100px;
	height: 36px;
	transition: transform 250ms;
}

.home .layer-3 .col:hover i {
	transform: translateY(-8px);
}

.home .layer-3 .col i.ic-1 {
	background-position: -100px 0px;
}

.home .layer-3 .col i.ic-2 {
	background-position: 0px 0px;
}

.home .layer-3 .col i.ic-3 {
	background-position: -200px 0px;
}

.home .layer-3 .col i.ic-4 {
	background-position: -300px 0px;
}

.home .layer-3 .col i.ic-5 {
	background-position: -400px 0px;
}

.home .layer-3 .col i.ic-6 {
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2MC4zIDE0MS44IiB2aWV3Qm94PSIwIDAgMzYwLjMgMTQxLjgiPjxwYXRoIGQ9Ik01OC4xIDQ0LjNjLTUuNyAwLTEwLjUgNC44LTEwLjUgMTAuNXY3NC44YzAgNS43IDQuOCAxMC41IDEwLjUgMTAuNXMxMC41LTQuOCAxMC41LTEwLjVWNTQuOGMwLTUuOS00LjYtMTAuNS0xMC41LTEwLjV6bTEwLjUtMjcuMWMwLTUuNy00LjgtMTAuNS0xMC41LTEwLjVzLTEwLjUgNC44LTEwLjUgMTAuNXY2YzAgNS43IDQuOCAxMC41IDEwLjUgMTAuNXMxMC41LTQuOCAxMC41LTEwLjV2LTZ6bTEwMC4xIDEyMi43YzUuNyAwIDEwLjUtNC44IDEwLjUtMTAuNVY3MS44YzAtMjAuNS0xNi44LTM3LjMtMzcuMy0zNy4zLTEwLjUgMC0xOS44IDQuMy0yNi43IDExLjMtMy42LTMuOC04LjEtNi44LTEzLjMtOC44LTUuNS0yLjEtMTEuNS42LTEzLjYgNi0yLjEgNS41LjYgMTEuNSA2IDEzLjYgNS45IDIuMiA5LjkgNy44IDEwLjMgMTQuMSAwIC40LS4xLjctLjEgMS4xdjU3LjZjMCA1LjcgNC44IDEwLjUgMTAuNSAxMC41aC4zYzUuNyAwIDEwLjUtNC44IDEwLjUtMTAuNVY3MS44YzAtLjMgMC0uNy0uMS0xIC42LTguNSA3LjQtMTUuNCAxNi4xLTE1LjQgOC45IDAgMTYuNCA3LjMgMTYuNCAxNi40djU3LjZjMCA1LjkgNC42IDEwLjUgMTAuNSAxMC41ek0yMDUgNzEuM2g5Ljl2NTguM2MwIDUuNyA0LjggMTAuNSAxMC41IDEwLjVzMTAuNS00LjggMTAuNS0xMC41VjcxLjNoMTMuNmM1LjcgMCAxMC41LTQuOCAxMC41LTEwLjVzLTQuOC0xMC41LTEwLjUtMTAuNWgtMTMuNnYtMTJjMC02IDIuMS0xMS4yIDUuNi0xNC4zIDMuMi0yLjcgNy40LTMuNiAxMi42LTIuOCA1LjYgMSAxMS0yLjkgMTItOC43cy0yLjktMTEtOC43LTEyYy0xMS4zLTEuOC0yMS43LjgtMjkuNSA3LjUtOC4yIDctMTMgMTgtMTMgMzAuMnYxMkgyMDVjLTUuNyAwLTEwLjUgNC44LTEwLjUgMTAuNXM0LjggMTAuNiAxMC41IDEwLjZ6bTExMSA2OC42YzI0LjUgMCA0NC4zLTIzLjYgNDQuMy01Mi43UzM0MC40IDM0LjUgMzE2IDM0LjVzLTQ0LjMgMjMuNi00NC4zIDUyLjcgMTkuOSA1Mi43IDQ0LjMgNTIuN3ptMC04NC4zYzEyLjYgMCAyMy4zIDE0LjUgMjMuMyAzMS43UzMyOC43IDExOSAzMTYgMTE5cy0yMy4zLTE0LjUtMjMuMy0zMS43IDEwLjctMzEuNyAyMy4zLTMxLjd6TTEwLjUgMTQxLjhoMy44YzUuNyAwIDEwLjUtNC44IDEwLjUtMTAuNXMtNC44LTEwLjUtMTAuNS0xMC41aC0zLjhjLTUuNyAwLTEwLjUgNC44LTEwLjUgMTAuNXM0LjggMTAuNSAxMC41IDEwLjV6IiBzdHlsZT0iZmlsbDojNGM4ZmFmIi8+PC9zdmc+);
	width: 70px;
	height: 36px;
	background-size: 70px 36px;
	background-repeat: no-repeat;
	background-position: center;
}

.home .layer-3 .col p.price {
	margin-top: 10px;
	font-size: 16px;
	font-family: 'poppins', Arial, sans-serif;
	color: #788b96;
	line-height: normal;
}

.home .layer-3 .col p.price strong {
	font-family: 'open_sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-top: 5px;
}

.home .layer-3 .col a.btn-order {
	margin: 35px auto 0 auto;
	position: relative;
	display: block;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #24536e;
	border-radius: 5px;
	text-align: center;
	padding: 12px;
	background-color: #24536e;
	color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	transition: all 150ms;
	white-space: nowrap;
	overflow: hidden;
}

.home .layer-3 .col a.btn-order:hover {
	color: #24536e;
	background-color: #fff;
	border: 1px solid #24536e;
	padding-left: 38px;
}

.home .layer-3 .col a.btn-order:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -379px;
	transition: all 150ms;
}

.home .layer-3 .col a.btn-order:hover:after {
	left: 5px;
}

/* Home > Layer 6 */
/* ------------------ */

.home .layer-6 {
	background-color: #f3f7f9;
}

.home .layer-6 .wrapper {
	padding: 40px 0 40px 0;
	font-size: 0;
}

.home .layer-6 h2 {
    font-weight: 200;
    font-family: 'poppins', Arial, sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.home .layer-6 .col h2 strong {
	font-weight: 600;
}

.home .layer-6 .col {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e3e7e9;
	box-shadow: 8px 8px 10px 0px rgba(56, 70, 80, 0.05);
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.home .layer-6 .col .thumb {
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.home .layer-6 .col .post-title {
	margin: 20px 0;
}

.home .layer-6 .col .post-date {
	margin-right: 25px;
}

.home .layer-6 .col .post-date p {
	line-height: 1.1;
	display: block;
	color: #2a363f;
}

.home .layer-6 .col .post-date p.d {
	font-size: 21px;
	font-weight: bold;
}

.home .layer-6 .col .post-date p.m {
	font-size: 14px;
	font-weight: normal;
}

.home .layer-6 .col h3 {
	font-family: 'poppins', Arial, sans-serif;
	line-height: 24px;
}

.home .layer-6 .col .excerpt {
	font-size: 13px;
	color: #616366;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
	-webkit-box-orient: vertical;
	margin-bottom: 25px;
}

.home .layer-6 .col a.more {
	color: rgba(7, 128, 227, 0.95);
	display: block;
	padding: 12px 0;
	text-align: center;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #71b5ec;
	border-radius: 6px;
	transition: all 150ms;
	margin-top: auto;
}

.home .layer-6 .col a.more:hover {
	background-color: #0780e3;	
	border-color: #0780e3;
	color: #fff;
}

/* Home > Layer 7 */
/* ------------------ */

.home .layer-7 {
	position: relative;
}

.home .layer-7 .ic-phone {
	box-shadow: inset 0px 0px 28px 0px rgba(7, 128, 227, 0.3);
	position: absolute;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	top: -80px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	z-index: 0;
}

.home .layer-7 .ic-phone:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -265px -347px;
	width: 65px;
	height: 65px;
	z-index: 1;
}

.home .layer-7 .ic-phone:before {
	display: block;
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 8px solid #fff;
	z-index: 2;
}

.home .layer-7 .wrapper {
	font-size: 0;
	padding: 40px 0 40px 0;
	text-align: center;
}

.home .layer-7 h2 {
	line-height: 26px;
	font-family: 'poppins', Arial, sans-serif;
	color: #0780e3;
	margin-bottom: 25px;
}

.home .layer-7 h2 strong {
	font-weight: 600;
}

.home .layer-7 form {
	border: 1px solid #9dcdf3;
	border-radius: 6px;
	padding: 0 25px 0 0;
	box-shadow: 0px 0px 0px 0px rgba(7, 128, 227, 0);
	transition: box-shadow 200ms;
}

.home .layer-7 form input[type=text] {
	border: 0;
	color: #0780e3;
	font-size: 14px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 75%;
}

.home .layer-7 form.p-focused {
	box-shadow: 0px 0px 0px 9px rgba(7, 128, 227, 0.2);
}

.home .layer-7 form input[type=text]::placeholder {
	color: #0780e3;
	opacity: 0.85;
}

.home .layer-7 form button[type=submit] {
	float: right;
	height: 50px;
	line-height: 50px;
	color: #1598e2;
	border: 0;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	cursor: pointer;
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	/* -----------------
		Home
	------------------ */
	
	header.home .slider h2 {
		font-size: 20px;
	}
	
	header.home .slider a.btn-more {
		font-size: 15px;
	}
	
	.home .layer-2 .col p {
		font-size: 15px;
	}
	
	.home .layer-3 form input[type=text] {
		font-size: 20px;
	}
	
	.home .layer-7 form input[type=text] {
		font-size: 15px;	
	}
	
	.home .layer-7 form button[type=submit] {
		font-size: 18px;
	}
}

/* Breakpoint 992 */

@media only screen and (min-width : 992px) {
	
	header.home {
		overflow: hidden;
	}
	
	header.home .slider a.btn-more {
		font-size: 16px;
	}
	
	.home .layer-1 .wrapper {
		padding: 80px 0;
	}
	
	.home .layer-1 h2 {
		margin-bottom: 70px;
	}
	
	.home .layer-2 .wrapper {
		padding: 170px 0;
	}
	
	.home .layer-2 .col {
		margin-bottom: 100px;
	}
	
	.home .layer-2 h2 {
		margin-bottom: 110px;
	}
	
	.home .layer-3 .wrapper {
		padding: 100px 0;
	}
	
	.home .layer-3 h2 {
		margin-bottom: 80px;
	}
	
	.home .layer-3 .search-form{
		margin-bottom: 80px;
	}
	
	.home .layer-3 form {
		padding: 0 20px 0 80px;
	}
	
	.home .layer-3 form:before {
		display: block;
		content: '';
		width: 41px;
		height: 38px;
		margin-top: -19px;
		position: absolute;
		top: 50%;
		left: 20px;
		background-image: url(/imgs/sprite.webp);
		background-size: 643px 944px;
		background-position: -569px -7px;
	}
	
	.home .layer-3 form input[type=text] {
		font-size: 28px;
		height: 78px;
		line-height: 78px;
	}
	
	.home .layer-3 h3 {
		line-height: normal;
	}
	
	.home .layer-3 .col a.btn-order {
		margin-top: 50px;
	}
	
	.home .layer-3 .col i {
		margin-bottom: 30px;
	}
	
	.home .layer-6 .wrapper {
		padding: 100px 0 180px 0;
	}
	
	.home .layer-6 h2 {
		margin-bottom: 80px;
	}
	
	.home .layer-7 .wrapper {
		padding: 120px 0 70px 0;
	}
	
	.home .layer-7 h2 {
		line-height: normal;
	}
	
	.home .layer-7 form input[type=text] {
		font-size: 18px;
	}
}

/* Breakpoint 1200 */

@media only screen and (min-width : 1200px) {
	
	header.home .slider h1 {
		margin-bottom: 5px;
	}
	
	header.home .slider h2 {
		font-size: 22px;
	}
	
	header.home .slider a.btn-more {
		font-size: 18px;
	}

	.home .layer-1 .wrapper {
		padding-bottom: 100px;
	}
	
	.home .layer-3 .col {
		margin-bottom: 0;
	}
	
	.home .layer-6 .col {
		margin-bottom: 0;
	}
}

/* Breakpoint Retina */

@media
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 192dpi) {
		.home .layer-2 .rocket-icon:after,
		.home .layer-3 form:before,
		.home .layer-7 .ic-phone:after {
		background-image: url(/imgs/sprite_retina.webp);
	}
}