/* @font-face {
    font-family: 'Bicubik';
    src: url('../fonts/subset-Bicubik.eot');
    src: local('Bicubik Regular'), local('Bicubik'),
        url('../fonts/subset-Bicubik.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Bicubik.woff') format('woff'),
        url('../fonts/subset-Bicubik.ttf') format('truetype'),
        url('../fonts/subset-Bicubik.svg#Bicubik') format('svg');
    font-weight: normal;
    font-style: normal;
}
 */

body {
	font-family: 'PT Sans', sans-serif;
}

h1 {
	margin-top: 10px;
	margin-bottom: 145px;
	font-family: 'PT Sans', sans-serif;
	color: #fcfdfd;
	font-size: 2.4rem;
	line-height: 110%;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px hsla(0, 0%, 100%, 0.18);
}

.top:before {
	content: '';
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(
		45deg,
		rgba(147, 39, 143, 0.6),
		rgba(0, 169, 157, 0.7)
	);
	background-image: linear-gradient(
		45deg,
		rgba(147, 39, 143, 0.6),
		rgba(0, 169, 157, 0.7)
	);
}

.top:after {
	content: '';
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/bg.jpg') 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0.9;
}

.item {
	position: relative;
	display: block;
	height: 275px;
	max-width: 420px;
	margin-bottom: 120px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.28);
	border-radius: 5px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(
		270deg,
		#fff,
		rgba(147, 182, 200, 0.71) 83%,
		rgba(81, 137, 167, 0.63)
	);
	background-image: linear-gradient(
		180deg,
		#fff,
		rgba(152, 186, 206, 0.32) 83%,
		rgb(171, 171, 171)
	);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
	text-align: center;
	cursor: pointer;
}

.before {
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	position: absolute;
	top: -120px;
	left: 50%;

	transition: ease 0.5s all;
}

.w-col:hover > .before {
	transform: translate(-50%, -30px);
	-webkit-transform: translate(-50%, -30px);
	-moz-transform: translate(-50%, -30px);
}

.w-row .w-col:first-child .before {
	background: url('../images/ladder.png') 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 320px;
	height: 220px;
}

.w-row .w-col:nth-child(2) .before {
	background: url('../images/agent.png') 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 320px;
	height: 300px;
}
.w-row .w-col:nth-child(3) .before {
	background: url('../images/bas.png') 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 172px;
	height: 220px;
	top: -100px;
}
.w-row .w-col:nth-child(4) .before {
	background: url('../images/bas.png') 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 172px;
	height: 220px;
	top: -100px;
}

.item:hover {
	box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.08);
}

.img_ware {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.button {
	display: inline-block;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	border-radius: 4px;
	opacity: 0.8;
	background-color: rgba(147, 39, 143, 1);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	width: 200px;
}

.button.button--2 {
	background-color: rgba(147, 39, 143, 1);
}

.button.button--3 {
	background-color: #00a99d;
}

.button:hover {
	opacity: 1;
	box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.11);
}

.button.button--3:hover {
	background-color: #00a99d;
	opacity: 1;
}

.button:active {
	background-image: -webkit-linear-gradient(45deg, #93278f, #00a99d);
	background-image: linear-gradient(45deg, #93278f, #00a99d);
	box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.logo {
	display: block;
	width: 180px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	opacity: 0.9;
}

.wrap_img {
	display: block;
	width: 80%;
	height: 70px;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	margin-left: auto;
}

.main {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	padding-top: 25px;
	padding-bottom: 25px;
}

.bg {
	height: 100%;
	min-height: 100%;
	background-color: #fff;
}

.rel {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.innerbg {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-image: url('../images/pattern7.png');
	background-position: 0% 0%;
	/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
	background-repeat: repeat-all;
	background-attachment: fixed;
}

.wrap {
	position: relative;
}

.item h3 {
	/* font-family: 'Bicubik'; */
	font-size: 30px;
	line-height: 120%;
	margin-top: 10px;
}

@media (max-width: 991px) {
	h1 {
		font-size: 2.2rem;
	}
	.main {
		padding-top: 30px;
	}
	.innerbg {
		background-image: url('../images/main_bg_1000x562.jpg');
	}
}
@media only screen and (max-device-width: 991px) and (orientation: portrait) {
	.item {
		max-width: 60%;
		height: auto;
		margin-bottom: 15%;
		padding: 8% 0;
	}
	.wrap_img {
		margin-bottom: 60px;
	}

	.button {
		height: 50px;
		line-height: 145%;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2rem;
		line-height: 108%;
	}
	.item {
		margin-bottom: 150px;
	}
	.main {
		padding-top: 20px;
	}
}

@media (max-width: 479px) {
	h1 {
		font-size: 1.4rem;
		line-height: 100%;
	}
	.top {
		height: 100vh;
	}
	.main {
		padding-bottom: 30px;
	}
	.rel {
		background-image: url('../images/stock-photo-107923577.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.item:before {
		top: -48px;
		right: -32px;
		width: 90px;
		height: 90px;
	}
}

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
	.item {
		max-width: 80%;
		height: auto;
		padding-bottom: 20px;
	}
	.wrap_img {
		height: auto;
		margin-bottom: 20px;
	}

	.item h3 {
		line-height: 100%;
		margin-top: 0;
		font-size: 25px;
	}
}

.item span {
	margin-top: 39px;
	display: block;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
footer {
	text-align: center;
	color: #fff;
	height: 10vh;
	padding: 10px 0;
	margin-top: 5vh;
}
footer p {
	font-size: 18px;
}
