.form-group {
	margin: 0px!important;
}
.input-group {
	background-color: #ffffff!important;
	margin-bottom: 12px!important;
	border-color: rgb(0 0 0 / 91%)!important;
}
.hero__pos {
	display: block!important;
}
input#sendForm {
	margin-top: 10px!important;
	color: white!important;
}
@media screen and (max-width: 768px) {
	.hero__pos {
		display: block!important;
	}
}
@media screen and (max-width: 426px) {
	.hero__pos {
		display: block!important;
	}
}
@media screen and (max-width: 376px) {
	.hero__pos {
		display: block!important;
	}
}
@media screen and (max-width: 321px) {
	.hero__pos {
		display: block!important;
	}
}

@media screen and (min-width: 1200px) {
    .about-gen__slider {
        max-width: 100%;
    }
}


.hero {
	position: relative;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}
.hero .container {
	position: relative;
	z-index: 10;
}
.hero .title {
	color: #fff;
}

.footer-offices {
	color: #7887a2;
	font-size: 12px;
	font-family: "Tahoma";
	letter-spacing: 1.35px;
}
#sendForm {
	width: 100%;
    background-color: #045270e2;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0);
    height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.14;
    letter-spacing: .06em;
    color: var(--color-white);
    margin-bottom: 20px;
    transition: background-color var(--anim-trans);
        margin-top: 10px !important;
    color: white !important;
}

.grata-error-message,
.grata-form-message.error {
   color: red;
   font-size: 16px;
}

.grata-error-message.show {
/*   margin-top: 20px;*/
}
.justice-thanks {
   min-height: calc(100vh - 90px);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0 20px;
   text-align: center;
}