* {
	padding: 0;
	margin: 0;
	border: none;
	font-family: 'Montserrat', sans-serif;
	color: #333646;
	transition: 0s;
}

body {
	/*background: linear-gradient(180deg, #333646 0%, #343643 100%);*/
	background: #ffffff;
}

#first-background {
	min-height: 1150px;
	background-image: url("./bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	right: 0;
	z-index: -99999999999999999999999999999999999;
}

#first {
}

#first-left-name {
	font-style: normal;
	font-weight: 300;
	font-size: 88px;
	line-height: 107px;
}
#first-left-surname {
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 78px;
	text-transform: uppercase;
}
#first-left-decor {
	/*margin-top: 24px;*/
	width: 95px;
	height: 8px;
	background: #FFAF29;
}


#first-right-title {
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFAF29;
}

#first-right-subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
}

#first-right-text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

#first-contact-address {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}


.first-contact-name {
	display: inline-block;
	min-width: 32px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #FFAF29;	
}

.first-contact-value {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.feature {
	padding: 15px;
}

.feature > div {
	min-height: 350px;
	padding: 40px;
	background-color: #ffffff/*#252734*/;
	height: 100%;
	width: 100%;
	box-shadow: 0px 48px 48px rgba(50, 50, 71, 0.16), 0px 24px 24px rgba(50, 50, 71, 0.24);

	-webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: 	background-color 250ms ease-in-out;
    -o-transition: 		background-color 250ms ease-in-out;
    transition: 		background-color 250ms ease-in-out;
}

.feature > div > svg {
	-webkit-transition: fill 250ms ease-in-out;
    -moz-transition: 	fill 250ms ease-in-out;
    -o-transition: 		fill 250ms ease-in-out;
    transition: 		fill 250ms ease-in-out;
}


.feature > div:hover {
	background-color: #FFAF29;
	box-shadow: 0px 48px 48px rgba(50, 50, 71, 0.24), 0px 24px 24px rgba(50, 50, 71, 0.32);

	-webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: 	background-color 250ms ease-in-out;
    -o-transition: 		background-color 250ms ease-in-out;
    transition: 		background-color 250ms ease-in-out;
}

.feature > div:hover svg {
	fill: #fff;

	-webkit-transition: fill 250ms ease-in-out;
    -moz-transition: 	fill 250ms ease-in-out;
    -o-transition: 		fill 250ms ease-in-out;
    transition: 		fill 250ms ease-in-out;
}

/*.feature > div:hover .feature-card-text {
	display: block;
}
*/


.feature-card-icon {
	width: 72px;
	height: 72px;
}


.feature-card-title {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
}

.feature-card-text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	/*display: none;*/
}



@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        display: block;
    }
    35% {
        opacity: 1;
        display: block;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        display: block;
    }
    35% {
        opacity: 1;
        display: block;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

#websiteOverlay{
	display:flex;
	justify-content:center;
	align-items:center;

  	text-align:center;
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: linear-gradient(180deg, #333646 0%, #343643 100%);
  	opacity: 0;

  	-webkit-animation: fadeOut 1s;
  	animation: fadeOut 1s;

  	z-index: 9999999999999999;
}



.page-center-title {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-left: auto;
  	margin-right: auto;
}



.input-title {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.input-block {
	margin-top: 16px;
}

.input-input {
	width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;

	height: 52px;
	background: #f4f4f4/*#252734*/;
	padding-left: 16px;

	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.input-input-message  {
	justify-content: top;
	align-items: top;
	width: 100%;
	height: 100%;
	min-height: 100px;
	height: 100px;
	padding: 16px 16px;
}


.input-send {
	float: right;

	width: 107px;
	height: 52px;

	background-color: rgba(0, 0, 0, 0);
	color: #ffffff;

	border: 3px solid #FFAF29;
	box-sizing: border-box;

	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;

	opacity: 0.5;

	transition: background-color 50ms ease-in-out;
}

.input-send-disabled {

}

.input-send-active {
	border: none;
	box-sizing: border-box;
	background-color: #FFAF29;
	opacity: 1;
}

.input-send-active:hover {
	background-color: #E89710;
	cursor: pointer;

	transition: background-color 50ms ease-in-out;
}


#footer-bottom {
	height: 80px;
	min-width: 80px;
	background: #F0F0F0/*#252734*/;

	display:flex;
	justify-content:center;
	align-items:center;
}

#footer-bottom > span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	text-align: center;
	opacity: 0.75;
}


@media (max-width: 991px) { 

	#first-background {
		min-height: 1150px;
		background-image: url("./bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
		position: absolute;
		width: 100%;
		top: -300px;
		left: 0;
		right: 0;
		z-index: -99999999999999999999999999999999999;
	}

}



@media (max-width: 575px) {

	#first-left-name {
		font-style: normal;
		font-weight: 300;
		font-size: 64px;
		line-height: 88px;
	}

	#first-left-surname {
		font-style: normal;
		font-weight: 600;
		font-size: 48px;
		line-height: 64px;
		text-transform: uppercase;
	}

	#first-background {
		min-height: 1150px;
		background-image: url("./bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
		position: absolute;
		width: 100%;
		top: -300px;
		left: 0;
		right: 0;
		z-index: -99999999999999999999999999999999999;
	}

}