/* ------------------------------------  Menu  ------------------------------*/
header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 5px;
	z-index: 1;
	background: rgba(100, 100, 100, 0.8);
	overflow: hidden;
	
}
.logo-pic {
	width: 80px;
	height: 80px;
}
.onelogo {
	margin-left: 40px;
}
.sec-lg {
	display: flex;
	align-items: center;
}
.sec-mobile {
	position: fixed;
	padding: 20px 0px 20px 50px;
	right: -300px;
	top: 0px;
	width: 300px;
	background: rgba(100, 100, 100, 0.8);
	z-index: 9;
	transition: transform 0.4s ease-in;
}
.sec-mobile-active {
	transform: translateX(-100%);
}

.item > a {
	color: white;
	margin-right: 30px;
}
.item > a:hover {
	color: #a6e7ff;
}
.btn-imenu {
	margin: 0px 10px 0px 10px;
	padding: 4px 12px;
}
.btn-imenu a {
	margin: 0px 10px 0px 10px;
}

.btn-imenu:hover{
	color: #a6e7ff;

}
.mobile-nav-text {
	color: #a6e7ff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 40px;
}
.mobile-item {
  margin-bottom: 30px;
}
.mobile-link {
	color: white;
	font-size: 1.2rem;
	font-weight: 500;
}
.mobile-link:hover {
	color:  #a6e7ff;
}

/* ------------------------------------  Menu  Scroll ------------------------------*/
.header {
	background: rgba(100, 100, 100, 0);
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 1s ease;
}
.header.out_bg {
	background: rgba(100, 100, 100, 0.8);
}
.header.out {
	transform: translateY(-100%);
}
/* ----------------------------------------------------- Main screen ------------------------------- */
.main-pic {
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
	width: 100%;
}
.main-banner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 950px;
	max-height: 330px;
	text-align: center;
	/* vertical-align: middle; */
	
}
.main-banner-m {
	font-size: 4.0rem;
	font-weight: bold;
	color: white;
	/* font-family: "Raleway"; */
}
.main-banner-t {
	font-size: 1rem;
	color: #a6e7ff;
}
#typing {
	color: white;
	font-size: 3rem;
	font-weight: bold;
}
#contact-pic-text {
	color: black;
	font-weight: 500;
	font-size: 1.8rem;
}

/* --------------------------- Benefit ------------------------------------------ */
.jumbotron {
	margin-bottom: 0px;
	background-color:#E9ECEF;
}
.benefit {
	height: 290px;
	overflow: hidden;
	transition: all 0.4s ease-in;
}
.benefit-all {
	height: 650px;
}
.jumbotron p {
	margin-bottom: 0;
}
.knopka {
	width: 135px;
	height: 40px;
	background-color:#17A2B8;
	border-radius: 5px;
	color: white;
	text-align: center;
	padding-top: 7px;
	
}
.knopka:hover{
	cursor: pointer;
	background-color: darkcyan;

	
}

/* ------------------------------- accountants joke ------------------------------- */

.secondblock {
	background-color: #e9ecef;
}
/* ----------------------------------- Partners -------------------------------------------- */
.main-partners {
	margin: 40px 0px 60px 0px;
	padding: 0px 20px 00px 20px ;
}
.header-partners{
	margin: 20px 0px 40px 80px;
}
.p-item{
	width: 170px;
	height: auto;
	margin: 10px;
}
.smile {
	width: 30px;
	height: 30px;
	margin-bottom: .5rem;
}
.joke {
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
}

/* ----------------------------------- Contact -------------------------------------------- */
.about-contact {
	background-color: white;
}
.wrap-contact {
	margin: 50px 0px 150px 0px;
}
.contact-pic {
	margin: 20px;
	width: 620px;
	height: 500px;
}
.contact-form {
	position: relative;
	margin: 20px 0px 20px 0px;
	width: 620px;
	height: 500px;
}
.run-txt {
	margin: 0px 0px 5px 5px;
}
.stay-txt {
	margin: 0px 0px 15px 3px;
	font-size: 0.7rem;
	color: #8d8d8d;
}
.img-pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 405px;
	overflow: hidden;
	object-fit: fill;
}
.operator-pic {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.label {
	display: inline-block;
	max-width: 100%;
	margin: 45px 0px 0px 15px;
	font-weight: 700;
}
.span-input-contact {
	margin-top: 10px;
	margin-bottom: 20px !important;
}
.input-contact {
	padding: 12px 20px;
	width: 300px;
	color: #8d8d8d;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	margin-bottom: 10px;
	margin: 10px 0px 0px 0px;
}
.area-contact {
	padding: 12px 20px;
	width: 300px;
	color: #8d8d8d;
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	margin: 10px 0px 0px 0px;
	resize: none;
	border-radius: 10px;
	width: 430px; 
	height: 150px;

	
}
.btn-input-contact {
	position: absolute;
	bottom: -55px;
	left: 15px;
	padding: 8px 20px 8px 20px;
	border: none;
	border-radius: 100px;
	background-color: #0FC0FC;
	color: white;
	font-weight: 700;
}
.btn-input-contact:hover {
	background-color:#0F8EFF;
}
.error {
	border: 1px solid rgb(245, 129, 216);
}
.errorContact {
   color:rgb(245, 129, 216);
   font-weight: normal;
   font-size: 0.8rem;
   margin-left: 10px;
}
.sucess-contact {
	color:green;
	font-size: 1.2rem;
	margin-left: 50px;


}

/* --------------------------- D-Footer ------------------------------------------ */
.d-footer {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.back_top {
	color: #2d598d;
	border: 1px solid #2d598d;
	border-radius: 15px;
	padding: 5px 15px;
	font-size: 1.3rem;
	font-weight: bold;
}


/* ----------------------------------- 992px ----------------------------- */
@media screen and (max-width: 992px) {

	.main-banner-m {
		font-size: 2rem;
	}
	.main-banner {
		max-height: 550px;
	}
	#contact-pic-text {
		font-size: 1.4rem;
	}
	#typing {
		color: white;
		font-size: 2rem;
		font-weight: bold;
	}
	.logo-pic {
		margin: 0;
	}
	.sec-lg {
		display: none;
	}
	.burger {
		display: flex;
	}

}

/* ----------------------------------- 660px ------------ */
@media screen and (max-width: 660px) {

	.main-banner-t	{
		display: none;
	}
	
	.main-banner {
		max-height: 550px;
		margin: 90px 0px 0px 0px;
	}
	#typing {
		color: white;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.bene,
	.main-banner-m {
		font-size: 1.4rem;
	}
	.header-partners {
		font-size: 1.4rem;
		text-align: center;
		margin-left: -10px;
	}
	.burger {
		margin-right: 40px;
	}
	.mobile-item-pic {
		margin-left: -30px;
	}
	.area-contact {
		width: 300px;
	}


}
/* ----------------------------------------------- */

