* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	position: relative;
	height: 100%;
	width: 100%;
	color: #fff;
	font-family: 'aFuturaRound Regular', Arial, sans-serif;
	letter-spacing: 1.5px;
	text-align: center;
	/*overflow-x: hidden;*/
}


a {
	cursor: pointer;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}

.wrapper {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 5px;
	z-index: 999;
}


/* header */


header {
	position: relative;
	/*background: url(../img/bg_header.jpg) center top no-repeat;*/
	height: 950px;
	z-index: 999;
}

.img_bg {
	position: absolute;
	width: 100%;
	height: 950px;
	background-size: cover;
	-webkit-animation: grays 8s ease-in-out 0s 1 normal forwards running;
	        animation: grays 8s ease-in-out 0s 1 normal forwards running;
	-webkit-filter: blur(0);
	        filter: blur(0);
	-webkit-transition: grayscale 2s ease;
	transition: grayscale 2s ease;
	top: 0;
	z-index: 111;
}

@-webkit-keyframes grays {
	0% {
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
	33% {
		-webkit-filter: blur(1px);
		        filter: blur(1px);
	}
	100% {
		-webkit-filter: blur(5px);
		        filter: blur(5px);
	}
}

@keyframes grays {
	0% {
		-webkit-filter: blur(0);
		        filter: blur(0);
	}
	33% {
		-webkit-filter: blur(1px);
		        filter: blur(1px);
	}
	100% {
		-webkit-filter: blur(5px);
		        filter: blur(5px);
	}
}

.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 80px;
}

.header-top .logo {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
}

.header-top .logo img {
	height: 150%;
	width: 150%;
}


.menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
}

.menu ul li {
	font-family: 'SignPainter HouseScript', Arial, sans-serif;
	padding: 0 15px;
	margin: 0 20px;
}

.menu ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 100;
	font-size: 24px;
	padding: 7px 15px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.menu ul li a:hover {
	border-bottom: 1px outset #60d6d7;
	color: #60d6d7;
}

.header-contacts {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
	text-align: center;
}

.header-contacts span {
	display: block;
	font-size: 28px;
	font-weight: 100;
}

button {
	height: 40px;
	width: 200px;
	font-size: 20px;
	letter-spacing: 1.5px;
	font-family: 'SignPainter HouseScript', Arial, sans-serif;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.header-contacts button {
	color: #60d6d7;
	margin-top: 8px;
}

.header-contacts button:hover {
	color: #fff;
	background-color: #60d6d7;
}

.header-bottom h1 {
	font-size: 150px;
	font-family: 'SignPainter HouseScript', Arial, sans-serif;
	font-weight: 100;
	text-align: center;
	color: #eb7556;
	text-shadow: 0px 0px 50px #000, 0px 0px 100px #000;
	margin: 15% auto -40px;
}

.header-bottom p {
	font-family: 'OfficinaSansC Book', Arial, sans-serif;
	font-size: 75px;
	color: #fff;
	font-weight: 100;
	margin: -15px auto 30px;
}


/* main */

main {
	background: url(../img/bg_main.png) center top repeat;
	background-size: cover;
}

/* first section */

h2 {
	color: #6a6565;
	font-size: 60px;
	font-weight: 700;
	font-family: 'aFuturaRound Regular', Arial, sans-serif;
	text-align: center;
}

/* .our-services {
	padding-top: 70px;
} */

.our-services h2 {
	padding-top: 120px;
	padding-bottom: 30px;
}

.our-services p {
	width: 75%;
	color: #6a6565;
	opacity: 0.8;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}

.our-services-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	width: 100%;
	/* margin: 100px 0 230px; */
	text-align: center;
}


.our-services-item {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 5px;
	margin: 25px 0;
	-webkit-transition: 0.3s background-color linear;
	transition: 0.3s background-color linear;
}

.our-services-item:focus {
	outline: none;
}

.our-services-item:hover {
	background-color: #60d6d8;
}

.our-services-item-active {
	background-color: #60d6d8;
}

.our-services-item h3 {
	font-size: 30px;
	font-weight: 100;
	margin: 0;
}

/*add position:relative*/
.our-services-item-img {
	height: 100%;
	width: 100%;
	padding: 30px 0;
	position: relative;
}

/*... new css*/
.our-services-item-img text{
	height: 100%;
	width: 100%;
	padding: 30px 0;
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: 0.3s opacity linear;
	transition: 0.3s opacity linear;
	z-index:0;
}

.our-services-item-img text p {
    color: #fff;
}

/*add 
	opacity:1;
	transition: 0.3s opacity linear;
	z-index:1;
*/
.our-services-item-img img {
	height: 200px;
	margin: 100px auto;
	opacity:1;
	-webkit-transition: 0.3s opacity linear;
	transition: 0.3s opacity linear;
	z-index:1;
}

/*... new css*/
.our-services-item:hover .our-services-item-img img {
	opacity:0;
	z-index:0;
}
.our-services-item:hover .our-services-item-img text {
	opacity:1;
	z-index:1;
}

.our-services-list button {
	height: 80px;
	width: 400px;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'SignPainter HouseScript', Arial, sans-serif;
	color: #fff;
	border: 4px solid #cac7ca;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
}

.our-services-item button:hover {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.4);
	border: transparent;
}

.our-services-item button:focus {
	outline: none;
}

.our-services-list button a {
    display: inline-block;
	/*height: 100%;*/
	width: 100%;
	padding-top: 2%;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'SignPainter HouseScript', Arial, sans-serif;
	color: #fff;
	/*border: 4px transparent #cac7ca;*/
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.our-services-item button a:hover {
	/*background-color: #fff;*/
	color: rgba(0, 0, 0, 0.4);
	/*border: transparent;*/
}

.our-services-item button a:focus {
	outline: none;
}

.our-services-item-info {
	position: absolute;
	padding: 100px 5px;
	overflow: hidden;
	top: 0px;
	width: 100%;
	max-height: 70%;
	font-size: 14px;
	display: none;
}

.our-services-item-info p {
	color: #fff;
}

#more_btn {
	color: #fff;
	font-weight: 100;
	letter-spacing: 1.5px;
	opacity: 0.5;
	text-transform: lowercase;
	border: none;
}

#more_btn:hover {
	opacity: 1;
	/* color: #60d6d8; */
	border: none;
	background-color: transparent !important;
}

.blog {
	position: relative;
	padding: 0px 0 100px;
	margin-top: 160px;
}

.blog h2 {
	padding-bottom: 30px;
	font-weight: 700;
	font-family: 'aFuturaRound Regular', Arial, sans-serif;
}

.blog p {
	width: 75%;
	color: #6a6565;
	opacity: 0.8;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}

.side-arrows {
	width: 100%;
	height: 70%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
}

.side-arrows p {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.side-arrows p:first-child {
	margin-bottom: 20px;
}

.side-arrows-left {
	/*width: 20%;
	text-align: left;*/
	width: 25%;
	margin-bottom: 60px;
}

.side-arrows-right {
	width: 25%;
	margin: 50px 0 0 200px;
}

.side-arrows-left img, .side-arrows-right img {
	width: 45%;
	margin: 10px;
}

.social-services-blog {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.social-services-blog .hexagon-blog {
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	cursor: pointer;
}

.social-services-blog .hexagon2-blog {
	width: 200px;
	height: 300px;
	margin: 50px 0 0 0px;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.social-services-blog .hexagon2-blog:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services-blog .hexagon3-blog {
	width: 200px;
	height: 300px;
	margin: -110px 0px 0px 220px;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.social-services-blog .hexagon3-blog:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services-blog .hexagon4-blog {
	width: 200px;
	height: 300px;
	margin: -300px 0px 0 -210px;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.social-services-blog .hexagon4-blog:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services-blog .hexagon-in1-blog {
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.social-services-blog .hexagon-in2-blog {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #99665b;
	visibility: visible;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.social-services-blog .fab {
	position: absolute;
}

.social-services-blog .fa-vk {
	font-size: 125px;
	margin: 140px 0 0 -70px;
	z-index: 999;
	/*border: 1px solid white;*/
	color: white;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
	opacity: 0.8;
}

.social-services-blog .fa-vk:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services-blog .fa-facebook-square {
	font-size: 125px;
	margin: -22px 0 0 -165px;
	z-index: 999;
	/*border: 1px solid white;*/
	color: white;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
	opacity: 0.8;
}

.social-services-blog .fa-facebook-square:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services-blog .fa-instagram {
	font-size: 125px;
	margin: -215px 0 0 55px;
	z-index: 999;
	/*border: 1px solid white;*/
	color: white;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
	opacity: 0.8;
}

.social-services-blog .fa-instagram:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog .and_yet {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 30px auto;
}


/* partners */

#partners h3 {
	color: #6a6565;
	font-size: 48px;
	font-weight: 700;
	font-family: 'aFuturaRound Regular', Arial, sans-serif;
	text-align: center;
}
.our-partners-list {
	width: 80%;
	padding: 50px 0 100px;
	margin: 0 auto;
	/* border: 1px solid black; */
}

.our-partner {
	width: 100%;
	height: 100%;
	margin: 1% 0 0;
	/* border: 1px solid red; */
}

.our-partner:focus {
	outline: none;
}

.our-partner img {
	width: 60%;
	margin: 0 auto;
	filter: grayscale(100%);
	transition: filter 0.3s linear;
}

.our-partner img:hover {
	filter: grayscale(0%);
}


/* footer */

footer {
	position: relative;
	background: url(../img/bg_footer.jpg) center top;
	background-size: cover;
	/*margin-top: 50px;*/
	padding: 100px 0 30px;
	overflow: hidden;
}

.footer-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-top p {
	-ms-flex-preferred-size: 15%;
	    flex-basis: 15%;
	font-size: 30px;
}

.footer-top form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-top form input {
	width: 370px;
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
	/*flex-grow: 1;*/
	font-size: 18px;
	margin: 0 10px;
	padding: 15px 25px;
	opacity: 0.8;
}

.footer-top form input[type="submit"] {
	width: 200px;
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	background-color: #71e6e4;
	font-family: 'SignPainter HouseScript', Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
	cursor: pointer;
	/*margin-left: 30px;*/
}

.footer-top form input[type="submit"]:hover {
	background-color: #71e6e4;
	opacity: 1;
}

/* .footer-bottom {

} */

.footer-bottom-up {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 100px;
	padding-bottom: 70px;
}

.footer-bottom .logo {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
}

.footer-bottom .logo img {
	height: 100%;
	width: 100%;
}

.social-services {
	position: relative;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.social-services .hexagon {
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	cursor: pointer;
}

.social-services .hexagon2 {
	width: 50px;
	height: 100px;
	margin: 0px 0 0 0px;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-transition: 0.5s all linear;
	transition: 0.5s all linear;
}

.social-services .hexagon2:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services .hexagon3 {
	width: 50px;
	height: 100px;
	margin: -50px 0px 0px 58px;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-transition: 0.5s -webkit-transform linear;
	transition: 0.5s -webkit-transform linear;
	transition: 0.5s transform linear;
	transition: 0.5s transform linear, 0.5s -webkit-transform linear;
}

.social-services .hexagon3:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services .hexagon4 {
	width: 50px;
	height: 100px;
	margin: -100px 0px 0 -54px;
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	-webkit-transition: 0.5s -webkit-transform linear;
	transition: 0.5s -webkit-transform linear;
	transition: 0.5s transform linear;
	transition: 0.5s transform linear, 0.5s -webkit-transform linear;
}

.social-services .hexagon4:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.social-services .hexagon-in1 {
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.social-services .hexagon-in2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #99665b;
	visibility: visible;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	-webkit-transition: 0.3s background-color linear;
	transition: 0.3s background-color linear;
}

.in3 {
	background-color: #868285 !important;
}

.in4 {
	background-color: #bcd0cf !important;
}

.in5 {
	background-color: #71e6e4 !important;
}

.social-services .hexagon-in2:hover {
	background-color: #71e6e4 !important;
}

.fab {
	position: absolute;
}

.fa-vk {
	font-size: 24px;
	margin: 38px 0 0 -13px;
	z-index: 999;
}

.fa-facebook-square {
	font-size: 24px;
	margin: -12px 0 0 -39px;
	z-index: 999;
}

.fa-instagram {
	font-size: 24px;
	margin: -62px 0 0 19px;
	z-index: 999;
}


.social-services a {
	color: #fff;
}


.footer-contacts {
	text-align: end;
	-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
}

.footer-contacts a {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

.footer-contacts a:last-child {
	font-size: 29px;
}

.footer-bottom-down {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* opacity: 0.7; */
	letter-spacing: 1.5px;
}

.footer-bottom-down span a {
	color: rgba(255, 255, 255, 1);
	transition: color 0.3s linear;
}

#text-over {
	z-index: 9999;
}

.footer-bottom-down span a:hover {
	color: #71e6e4;
}

.footer-bottom-down span:nth-child(2n) {
	flex-grow: 1;
}

.overlay {
	position: absolute;
	margin: 630px auto 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
	padding: 5% 5% 5%;
	opacity: 1;
	transition: all 1s linear;
}

.crash-btn {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 50px;
	top: 50px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s linear;
}

.crash-btn:hover {
	opacity: 1;
}

.crash-btn span:before {
	display: block;
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	transform: rotate(45deg);
	background-color: #fff;
	/* opacity: 0.6; */
}

.crash-btn span:after {
	display: block;
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	transform: rotate(-45deg);
	background-color: #fff;
	/* opacity: 0.6; */
}

.policy {
	width: 53%;
	/* padding: 0 10px; */
	height: 100%;
	margin: 0 auto;
	/* padding: 55px 0; */
	overflow-y: scroll;
	text-align: left;
}

.policy-header {
	display: flex;
	justify-content: space-between;
}

.policy-header h5, h6 {
	font-size: 24px;
}

.policy-header h6 {
	/* opacity: 0.5; */
	color: #60d6d8;
}



/* .policy p {
	text-align: left;
} */

.policy p ul li {
	list-style: disc;
}

/* .polytics p {
	overflow-y: scroll; 
} */