header {
    background-color: #000618!important;
}

.main .hero-bottom-info.mob{
    display: none;
}

.language-list {
    min-width: max-content;
}

#req-form-section {
    padding: 32px 30px!important;
}

#req-form-section input[type="text"],
#req-form-section input[type="tel"],
#req-form-section input[type="email"] {
	background: #F4F3FB;
	border-color: #F4F3FB !important;
	padding: 10px 20px;
	transition: border-color .35s ease;
}

#req-form-section input[type="text"]::placeholder,
#req-form-section input[type="tel"]::placeholder,
#req-form-section input[type="email"]::placeholder {
	color: #9FA6A3;
}

#req-form-section input[type="text"]:focus,
#req-form-section input[type="tel"]:focus,
#req-form-section input[type="email"]:focus {
	border-color: #dddddd !important;
}

#req-form-section input[type="submit"] {
	width: 187px;
	height: 48px;
	margin: 10px auto 0 auto;
	border-radius: 36px;
	display: block;
	background-color: #13BCDC;
	transition: all 0.35s ease;
}

#req-form-section input[type="submit"]:hover {
	background-color: #0CA7C5;
}


@media (max-width: 767px) {
    .header-menu {
        width: 100%;
        justify-content: center;    
    }
    
    .main h1 {
        font-size: 30px;
        line-height: 1.4;
    }
    
    #req-form-section {
        margin-top: 16px;
        margin-bottom: 32px;
    }
    
    .main .hero-bottom-info:not(.mob) {
        display: none;
    }
    
    .main .hero-bottom-info.mob{
        display: block;
    }
    
}


