section.contact {}
section.contact h1 {
	color: var(--color);
	font-size: 46px;
	line-height: 46px;
}
section.contact h2 {
	color: var(--color);
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

section.contact .mb{
	margin-bottom:15px!important;
}

section.contact p {
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 0;
}
section.contact .grid {
	grid-template-columns: 1fr 1fr;
}
section.contact .left {}
section.contact .right {
	padding-top: 28px;
}
section.contact .captcha {
	text-align: center;
	background: var(--dark);
	padding: 10px;
	border-radius: var(--border-radius);
	margin-top: 10px;
}
section.contact .captcha img {
	height: 44px;
}
section.contact form {
	display: block;
	margin-top: 15px;
}
section.contact .social ul {
	margin: 15px 0;
	text-align: ce;
}
section.contact .social ul li {
	display: inline-block;
	margin-right: 10px
}
section.contact .social ul li a {
	display: block;
	position: relative;
	opacity: 0.5;
	text-align: center;
}
section.contact .social ul li a:hover {
	opacity: 1;
}
section.contact .social ul li i {
	font-size: 22px;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 31px;
	object-fit: contain;
	color: white;
}
section.contact .social ul li svg {
	height: 21px;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 31px;
	object-fit: contain;
	color: white;
	position: relative;
	top: 2px
}
section.contact .social ul li img:hover {
	opacity: .5
}
section.contact .social ul li a .tooltip {
	position: absolute;
	top: -28px;
	left: -20px;
	right: 0;
	width: 72px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	color: var(--color);
	background: var(--darker);
	border-radius: var(--border-radius);
	line-height: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: black;
}
section.contact .social ul li a:hover .tooltip {
	opacity: 1;
	visibility: visible
}
section.contact .departments {
}
section.contact .department {
	grid-template-columns: 48px 1fr;
	display: grid;
	margin-top: 10px;
	grid-gap: 6px;
}
section.contact .department .icon {
	text-align: center;
	font-size: 26px;
	color: var(--color);
	line-height: 26px;
	padding-top: 8px;
}
section.contact .department .content {}
section.contact .department h3 {
	font-size: 20px;
	margin-bottom: 0;
	color: var(--color-darker);
}
section.contact .department .desc {
    color: white;
    font-size: 16px;
    line-height: 16px;
}
section.contact .department .email {
    color: var(--color);
}
section.contact .department .email a{
	margin-bottom: 3px;
	display: block;
	font-size: 18px;
	line-height: 18px;
}
section.contact .department .email a:hover{
	color:var(--color-lighter)
}
section.contact  textarea{
	height: 74px;
}
section.contact .button{
	margin-top:15px;
	text-align: center;
}
section.contact .right h2{
	font-size: 30px;
	line-height: 30px;
}



/* [xxl] */
@media all and (max-width: 1440px) {
	section.contact {

	}
	section.contact h1 {

	}
	section.contact h2 {

	}
	section.contact p {

	}
	section.contact .grid {

	}
	section.contact .left {

	}
	section.contact .right {

	}
	section.contact .captcha {

	}
	section.contact .captcha img {

	}
	section.contact form {

	}
	section.contact .social ul {

	}
	section.contact .social ul li {

	}
	section.contact .social ul li a {

	}
	section.contact .social ul li a:hover {

	}
	section.contact .social ul li i {

	}
	section.contact .social ul li svg {

	}
	section.contact .social ul li img:hover {

	}
	section.contact .social ul li a .tooltip {

	}
	section.contact .social ul li a:hover .tooltip {

	}
	section.contact .departments {

	}
	section.contact .department {

	}
	section.contact .department .icon {

	}
	section.contact .department .content {

	}
	section.contact .department h3 {

	}
	section.contact .department .desc {

	}
	section.contact .department .email {

	}
	section.contact .department .email a {

	}
	section.contact .department .email a:hover {

	}
	section.contact  textarea {

	}
	section.contact .button {

	}
	section.contact .right h2 {

	}
}

/* [xl] */
@media all and (max-width: 1320px) {
	section.contact {

	}
	section.contact h1 {

	}
	section.contact h2 {

	}
	section.contact p {

	}
	section.contact .grid {

	}
	section.contact .left {

	}
	section.contact .right {

	}
	section.contact .captcha {

	}
	section.contact .captcha img {

	}
	section.contact form {

	}
	section.contact .social ul {

	}
	section.contact .social ul li {

	}
	section.contact .social ul li a {

	}
	section.contact .social ul li a:hover {

	}
	section.contact .social ul li i {

	}
	section.contact .social ul li svg {

	}
	section.contact .social ul li img:hover {

	}
	section.contact .social ul li a .tooltip {

	}
	section.contact .social ul li a:hover .tooltip {

	}
	section.contact .departments {

	}
	section.contact .department {

	}
	section.contact .department .icon {

	}
	section.contact .department .content {

	}
	section.contact .department h3 {

	}
	section.contact .department .desc {

	}
	section.contact .department .email {

	}
	section.contact .department .email a {

	}
	section.contact .department .email a:hover {

	}
	section.contact  textarea {

	}
	section.contact .button {

	}
	section.contact .right h2 {

	}
}

/* [l] */
@media all and (max-width: 1140px) {
	section.contact {

	}
	section.contact h1 {

	}
	section.contact h2 {

	}
	section.contact p {

	}
	section.contact .grid {

	}
	section.contact .left {

	}
	section.contact .right {

	}
	section.contact .captcha {

	}
	section.contact .captcha img {

	}
	section.contact form {

	}
	section.contact .social ul {

	}
	section.contact .social ul li {

	}
	section.contact .social ul li a {

	}
	section.contact .social ul li a:hover {

	}
	section.contact .social ul li i {

	}
	section.contact .social ul li svg {

	}
	section.contact .social ul li img:hover {

	}
	section.contact .social ul li a .tooltip {

	}
	section.contact .social ul li a:hover .tooltip {

	}
	section.contact .departments {

	}
	section.contact .department {

	}
	section.contact .department .icon {

	}
	section.contact .department .content {

	}
	section.contact .department h3 {

	}
	section.contact .department .desc {

	}
	section.contact .department .email {

	}
	section.contact .department .email a {

	}
	section.contact .department .email a:hover {

	}
	section.contact  textarea {

	}
	section.contact .button {

	}
	section.contact .right h2 {

	}
}

/* [m] */
@media all and (max-width: 960px) {
	section.contact {

	}
	section.contact h1 {

font-size: 34px;

line-height: 34px;

}
	section.contact h2 {

	}
	section.contact p {

	}
	section.contact .grid {

	}
	section.contact .left {

	}
	section.contact .right {

padding-top: 24px;

}
	section.contact .captcha {

	}
	section.contact .captcha img {

	}
	section.contact form {

	}
	section.contact .social ul {

	}
	section.contact .social ul li {

	}
	section.contact .social ul li a {

	}
	section.contact .social ul li a:hover {

	}
	section.contact .social ul li i {

	}
	section.contact .social ul li svg {

	}
	section.contact .social ul li img:hover {

	}
	section.contact .social ul li a .tooltip {

	}
	section.contact .social ul li a:hover .tooltip {

	}
	section.contact .departments {

	}
	section.contact .department {

	}
	section.contact .department .icon {

	}
	section.contact .department .content {

	}
	section.contact .department h3 {

	}
	section.contact .department .desc {

	}
	section.contact .department .email {

	}
	section.contact .department .email a {

	}
	section.contact .department .email a:hover {

	}
	section.contact  textarea {

	}
	section.contact .button {

	}
	section.contact .right h2 {

	}
}

/* [s] */
@media all and (max-width: 720px) {
	section.contact {

	}
	section.contact h1 {

	}
	section.contact h2 {

	}
	section.contact p {

	}
	section.contact .grid {

grid-template-columns: 1fr;

}
	section.contact .left {

	}
	section.contact .right {

	}
	section.contact .captcha {

	}
	section.contact .captcha img {

	}
	section.contact form {

	}
	section.contact .social ul {

	}
	section.contact .social ul li {

	}
	section.contact .social ul li a {

	}
	section.contact .social ul li a:hover {

	}
	section.contact .social ul li i {

	}
	section.contact .social ul li svg {

	}
	section.contact .social ul li img:hover {

	}
	section.contact .social ul li a .tooltip {

	}
	section.contact .social ul li a:hover .tooltip {

	}
	section.contact .departments {

	}
	section.contact .department {

	}
	section.contact .department .icon {

	}
	section.contact .department .content {

	}
	section.contact .department h3 {

	}
	section.contact .department .desc {

	}
	section.contact .department .email {

	}
	section.contact .department .email a {

	}
	section.contact .department .email a:hover {

	}
	section.contact  textarea {

	}
	section.contact .button {

	}
	section.contact .right h2 {

	}
}

/* [xs] */
@media all and (max-width: 576px) {
	section.contact {

	}
	section.contact h1 {

font-size: 28px;

line-height: 28px;

}
	section.contact h2 {

font-size: 24px;

line-height: 24px;

}
	section.contact p {

	}
	section.contact .grid {

	}
	section.contact .left {

	}
	section.contact .right {

	}
	section.contact .captcha {

	}
	section.contact .captcha img {

	}
	section.contact form {

	}
	section.contact .social ul {

	}
	section.contact .social ul li {

	}
	section.contact .social ul li a {

	}
	section.contact .social ul li a:hover {

	}
	section.contact .social ul li i {

	}
	section.contact .social ul li svg {

	}
	section.contact .social ul li img:hover {

	}
	section.contact .social ul li a .tooltip {

	}
	section.contact .social ul li a:hover .tooltip {

	}
	section.contact .departments {

	}
	section.contact .department {

	}
	section.contact .department .icon {

	}
	section.contact .department .content {

	}
	section.contact .department h3 {

	}
	section.contact .department .desc {

	}
	section.contact .department .email {

	}
	section.contact .department .email a {

	}
	section.contact .department .email a:hover {

	}
	section.contact  textarea {

	}
	section.contact .button {

	}
	section.contact .right h2 {

	}
}