
.new-design .container {
	width: 100% !important;
	max-width: 1366px !important;
	padding: 0 25px !important;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.new-design .container {
		padding: 0 18px !important;
	}
}

.new-contact-header-title {
	font-size: 40px;
	font-style: normal;
	line-height: 130%;
	color: #30466d;
	font-weight: 700;
	margin: 0;
	padding-top: 0;
}

.new-contact-subtitle {
	color: #30466d;
	opacity: .6;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.new-contact-hero {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/bg-wave.svg") #30466d right center/contain no-repeat;
	height: calc(50vh + 60px);
	padding-top: 60px;
	position: relative;
}

.new-contact-hero .container {
	height: 100%;
}

.new-contact-hero-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	min-height: 50vh;
	height: 100%;
	position: relative;
}

.new-contact-hero-form {
	max-width: 600px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 5px;
	box-shadow: 0 10px 100px -5px rgba(48, 70, 109, .3);
	z-index: 1;
}

.new-contact-hero-form .form-wrapper {
	padding: 30px;
}

.new-contact-hero-form .new-contact-form-contacts {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background-color: #f8f9fb;
	border-radius: 0 0 5px 5px;
	flex-wrap: wrap;
}

.new-contact-hero-form .new-contact-form-contacts .contact-title p {
	margin: 0;
	color: #30466d;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 6px 0;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .4px;
	position: relative;
	padding: 6px 0;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item a {
	margin-left: 22px;
	display: block;
	white-space: nowrap;
	transition: all .3s ease;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item a:hover {
	color: #668fd7;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item a:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	transition: all .3s ease;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item:first-child a:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/envelope-open.svg") no-repeat;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item:first-child a:hover:before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(517%) hue-rotate(181deg) brightness(91%) contrast(84%);
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item:nth-child(2) a:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/phone-icon.svg") no-repeat;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item:nth-child(2) a:hover:before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(517%) hue-rotate(181deg) brightness(91%) contrast(84%);
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item:last-child a:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/whatsapp-icon.svg") no-repeat;
}

.new-contact-hero-form .new-contact-form-contacts .contact-wrapper .contact-block-item:last-child a:hover:before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(517%) hue-rotate(181deg) brightness(91%) contrast(84%);
}

.new-contact-hero-form-code p {
	padding: 0;
	margin: 0;
}

.new-contact-hero-form-code form {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	font-size: 16px;
}

.new-contact-hero-form-code form .visible-input-wrapper {
	position: relative;
}

.new-contact-hero-form-code form .visible-input-wrapper .wpcf7-form-control-wrap {
	position: unset;
}

.new-contact-hero-form-code form .visible-input-wrapper label {
	transition: top .4s ease;
	color: #30466d;
	display: block;
	padding: 0;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	top: 20px;
	left: 16px;
	z-index: 1;
}

.new-contact-hero-form-code form .visible-input-wrapper input:focus~label, .new-contact-hero-form-code form .visible-input-wrapper textarea:focus~label {
	top: 8px;
	opacity: .6;
	font-size: 13px;
}

.new-contact-hero-form-code form .visible-input-wrapper input:not(:-moz-placeholder-shown)~label, .new-contact-hero-form-code form .visible-input-wrapper textarea:not(:-moz-placeholder-shown)~label {
	top: 8px;
	opacity: .6;
	font-size: 13px;
}

.new-contact-hero-form-code form .visible-input-wrapper input:not(:-ms-input-placeholder)~label, .new-contact-hero-form-code form .visible-input-wrapper textarea:not(:-ms-input-placeholder)~label {
	top: 8px;
	opacity: .6;
	font-size: 13px;
}

.new-contact-hero-form-code form .visible-input-wrapper input:not(:placeholder-shown)~label, .new-contact-hero-form-code form .visible-input-wrapper textarea:not(:placeholder-shown)~label {
	top: 8px;
	opacity: .6;
	font-size: 13px;
}

.new-contact-hero-form-code form .visible-input-wrapper input:invalid~label {
	color: #f69183;
	font-size: 13px;
}

.new-contact-hero-form-code form .visible-input-wrapper input[type=email]:invalid:not(:focus):-moz-placeholder-shown~label {
	font-size: 16px;
}

.new-contact-hero-form-code form .visible-input-wrapper input[type=email]:invalid:not(:focus):-ms-input-placeholder~label {
	font-size: 16px;
}

.new-contact-hero-form-code form .visible-input-wrapper input[type=email]:invalid:not(:focus):placeholder-shown~label {
	font-size: 16px;
}

.new-contact-hero-form-code form .visible-input-wrapper .wpcf7-not-valid-tip {
	color: #f69183;
	font-weight: 500;
	position: absolute;
	width: 250px;
	font-size: 12px;
	bottom: -18px;
	left: 16px;
	margin: 0;
	padding: 0;
}

.new-contact-hero-form-code form .visible-input-wrapper .icon {
	display: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	height: 24px;
}

.new-contact-hero-form-code form .wpcf7-response-output {
	display: none;
}

.new-contact-hero-form-code form .button-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-contact-hero-form-code form .button-wrapper .form__file {
	display: flex;
}

.new-contact-hero-form-code form .button-wrapper .form__file p {
	display: flex;
}

.new-contact-hero-form-code input[type=text], .new-contact-hero-form-code input[type=email], .new-contact-hero-form-code input[type=tel], .new-contact-hero-form-code textarea {
	width: 100%;
	min-height: 54px;
	border: 1px solid #ebeef6;
	border-radius: 5px;
	background-color: #fff;
	padding: 16px 16px 0 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: .4px;
	color: #424242;
	position: relative;
}

.new-contact-hero-form-code input[type=text]::-moz-placeholder, .new-contact-hero-form-code input[type=email]::-moz-placeholder, .new-contact-hero-form-code input[type=tel]::-moz-placeholder, .new-contact-hero-form-code textarea::-moz-placeholder {
	opacity: 0;
}

.new-contact-hero-form-code input[type=text]:-ms-input-placeholder, .new-contact-hero-form-code input[type=email]:-ms-input-placeholder, .new-contact-hero-form-code input[type=tel]:-ms-input-placeholder, .new-contact-hero-form-code textarea:-ms-input-placeholder {
	opacity: 0;
}

.new-contact-hero-form-code input[type=text]::placeholder, .new-contact-hero-form-code input[type=email]::placeholder, .new-contact-hero-form-code input[type=tel]::placeholder, .new-contact-hero-form-code textarea::placeholder {
	opacity: 0;
}

.new-contact-hero-form-code input[type=text]:focus, .new-contact-hero-form-code input[type=email]:focus, .new-contact-hero-form-code input[type=tel]:focus, .new-contact-hero-form-code textarea:focus {
	border: 1px solid #b6bfd7;
}

.new-contact-hero-form-code input[type=text]:invalid, .new-contact-hero-form-code input[type=email]:invalid, .new-contact-hero-form-code input[type=tel]:invalid, .new-contact-hero-form-code textarea:invalid {
	border: 1px solid #f69183;
}

.new-contact-hero-form-code input[type=text]:invalid~.icon, .new-contact-hero-form-code input[type=email]:invalid~.icon, .new-contact-hero-form-code input[type=tel]:invalid~.icon, .new-contact-hero-form-code textarea:invalid~.icon {
	display: block;
}

.new-contact-hero-form-code input[type=email]:not(:invalid)~.wpcf7-not-valid-tip {
	display: none;
}

.new-contact-hero-form-code input[type=email]:invalid~.wpcf7-not-valid-tip {
	display: block;
}

.new-contact-hero-form-code textarea {
	min-height: 100px;
	padding: 22px 16px 8px 16px;
	resize: vertical;
}

.new-contact-hero-form-code .form__file input {
	display: none;
}

.new-contact-hero-form-code .form__file .form__file.btn-upload {
	display: flex;
	align-items: center;
	padding-left: 16px;
	text-transform: unset;
	opacity: 1;
}

.new-contact-hero-form-code .form__file .form__file.btn-upload .btn-upload__text {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
	color: #30466d;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .08em;
	max-width: 110px;
	font-weight: 400;
}

.new-contact-hero-form-code .form__file .form__file.btn-upload i {
	position: relative;
	top: 0;
	width: 32px;
	height: 32px;
	border: none;
}

.new-contact-hero-form-code .form__file .form__file.btn-upload i:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 15px;
	margin: -7.5px 0 0 -8px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-file-attach.svg") no-repeat 0 0;
	background-size: contain;
}

.new-contact-hero-form-code .form__bts:after {
	content: none;
}

.new-contact-hero-form-code button.wpcf7-submit {
	cursor: pointer;
	border-radius: 5px;
	text-transform: unset;
	padding: 16px 24px;
	min-width: 176px;
	height: auto;
	font-size: 14px;
	line-height: 14px;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: none;
	background-color: #2b4167;
	border: none;
}

.new-contact-hero-form-code button.wpcf7-submit:after {
	content: none;
}

.new-contact-hero-form-code button.wpcf7-submit:before {
	content: none;
}

.new-contact-hero-form-code button.wpcf7-submit:hover {
	color: #fff;
	border: none;
	background: linear-gradient(110deg, #30466d 9.86%, #234d97 58.33%);
	transition: none;
}

.new-contact-hero-form-code button.wpcf7-submit:focus {
	color: #fff;
	border: none;
	background: linear-gradient(110deg, #30466d 9.86%, #234d97 58.33%);
	transition: none;
}

.new-contact-hero-form-code button.wpcf7-submit:focus:hover {
	color: #fff;
	border: none;
	background: linear-gradient(110deg, #30466d 9.86%, #234d97 58.33%);
	transition: none;
}

.new-contact-hero-form-code button.wpcf7-submit:disabled {
	color: #5e5e5e;
	background: rgba(94, 94, 94, .2);
	border: none;
	cursor: not-allowed;
}

.new-contact-hero-info {
	color: #fff;
	margin-right: 200px;
}

.new-contact-hero-info .info-wrapper {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.new-contact-hero-info .info-wrapper .info-item {
	display: flex;
	gap: 24px;
}

.new-contact-hero-info .info-wrapper .info-item p {
	margin: 0;
}

.new-contact-hero-info .info-wrapper .info-item-title {
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

.new-contact-hero-info .info-wrapper .info-item-text span {
	display: block;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}

.new-contact-map {
	height: calc(30vh - 30px);
}

.new-contact-map .map-wrapper {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.new-contact-map .map-wrapper img {
	height: auto;
}

.new-contact-brands {
	padding: 0;
	height: calc(20vh - 30px);
	background: #fafafa;
}

.new-contact-brands .brands-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	height: calc(20vh - 30px);
	gap: 74px;
	align-items: center;
}

.new-contact-brands .brands-item img {
	width: 100%;
}

.new-contact-reviews {
	padding: 0 0 96px 0;
	background: #fafafa;
}

.new-contact-reviews .reviews-wrapper {
	display: flex;
	gap: 24px;
}

.new-contact-reviews .reviews-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.new-contact-reviews .reviews-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	flex-basis: 33%;
	height: 100%;
}

.new-contact-reviews .reviews-item:hover {
	box-shadow: 0 10px 50px -5px rgba(48, 70, 109, .15);
}

.new-contact-reviews .reviews-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.new-contact-reviews .reviews-name {
	display: flex;
	align-items: center;
	gap: 16px;
}

.new-contact-reviews .reviews-name p {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
}

.new-contact-reviews .reviews-desc p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 176%;
}

.new-contact-reviews .reviews-star {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.new-contact-reviews .reviews-star span {
	font-size: 14px;
}

.new-contact-reviews .clutch-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.new-contact-reviews .clutch-logo {
	vertical-align: middle;
}

.new-contact-reviews .clutch-desc {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
}

.new-contact-reviews .clutch-desc p {
	margin: 0;
}

.new-contact-reviews .clutch-stars {
	display: flex;
	flex-wrap: nowrap;
}

.new-contact-loc {
	padding-top: 100px;
}

.new-contact-loc-title {
	color: #30466d;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin: 0 0 24px 0;
}

.new-contact-loc-subtitle {
	opacity: .6;
	font-size: 15px;
	font-weight: 400;
	line-height: 176%;
	max-width: 620px;
	margin-bottom: 64px;
}

.new-contact-loc-items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	gap: 82px;
	margin-bottom: 54px;
}

.new-contact-loc-box {
	position: relative;
	z-index: 2;
	height: calc(100% - 40px);
	border-bottom: 1px solid transparent;
	transition: all ease-in-out .2s;
	cursor: pointer;
	display: flex;
	gap: 20px;
}

.new-contact-loc-box.active .location-icon svg path {
	fill: #fc3f38;
}

.new-contact-loc-box-title {
	color: #30466d;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
}

.new-contact-loc-box-description {
	font-size: 15px;
	line-height: 176%;
	color: #5e5e5e;
	margin-bottom: 21px;
	font-weight: 300;
}

.new-contact-loc-box-phone {
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.new-contact-loc-map {
	width: 100%;
	height: 340px;
	overflow: hidden;
	border-radius: 5px;
}

.new-contact-loc-map #map {
	height: 100%;
}

.new-contact-loc-map #map .gm-style {
	font-family: "Maison Neue", sans-serif;
}

.new-contact-loc-map #map .gm-style .new-contact-loc-box {
	margin: 0;
	padding: 0;
	border: none;
}

.new-contact-loc-map #map .gm-style .new-contact-loc-box-title {
	margin: 0;
}

.new-contact-loc-map #map .gm-style .new-contact-loc-box-description {
	margin: 0;
}

.new-contact-team {
	padding-top: 96px;
	padding-bottom: 50px;
}

.new-contact-team-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-contact-team-wrapper .new-contact-header {
	max-width: 275px;
}

.new-contact-team-wrapper .new-contact-header-desc {
	color: #30466d;
	opacity: .6;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 176%;
}

.new-contact-team-items {
	display: flex;
	gap: 18px;
}

.new-contact-team-box {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.new-contact-team-box-img {
	max-width: 400px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.new-contact-team-box-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.new-contact-team-box-content {
	flex: 1;
	font-weight: 300;
}

.new-contact-team-box-header {
	margin-bottom: 21px;
}

.new-contact-team-box-name {
	color: #30466d;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.new-contact-team-box-position {
	color: #30466d;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 176%;
}

.new-contact-team-box-info-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.new-contact-team-box-info-list li {
	padding-left: 30px;
	position: relative;
}

.new-contact-team-box-info-list li a {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	transition: all .3s ease;
}

.new-contact-team-box-info-list li a:hover {
	color: #668fd7;
}

.new-contact-team-box-info-list li a:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	transition: all .3s ease;
	top: 0;
}

.new-contact-team-box-info-list li a.linkedin:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/linkedin-icon.svg") no-repeat;
	top: -2px;
}

.new-contact-team-box-info-list li a.linkedin:hover:before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(517%) hue-rotate(181deg) brightness(91%) contrast(84%);
}

.new-contact-team-box-info-list li a.phone:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/phone-icon2.svg") no-repeat;
}

.new-contact-team-box-info-list li a.phone:hover:before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(517%) hue-rotate(181deg) brightness(91%) contrast(84%);
}

.new-contact-team-box-info-list li a.email:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/mail-icon.svg") no-repeat;
}

.new-contact-team-box-info-list li a.email:hover:before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(517%) hue-rotate(181deg) brightness(91%) contrast(84%);
}

.new-contact-team-box-info-list li a.whatsapp:before {
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/svg/whatsapp-icon2.svg") no-repeat;
}

.new-contact-team-box-info-list li a.whatsapp:hover:before {
	filter: brightness(0) saturate(100%) invert(55%) sepia(51%) saturate(517%) hue-rotate(181deg) brightness(91%) contrast(84%);
}

.new-contact-partners {
	padding: 64px 0;
}

.new-contact-partners .partners-wrapper {
	display: flex;
	justify-content: space-between;
}

.new-contact-partners .partners-item {
	margin: 0;
	border: none;
}

.new-contact-partners .partners-item img {
	filter: opacity(50%);
}

@media screen and (max-width: 1440px) {
	.new-contact-hero {
		height: 70vh;
	}
	
	.new-contact-hero-form {
		top: 40px;
	}
	
	.new-contact-map {
		height: 30vh;
		background-size: 40%;
	}
	
	.new-contact-brands {
		padding: 64px 0;
		height: auto;
	}
	
	.new-contact-brands .brands-wrapper {
		height: auto;
	}
}

@media screen and (max-width: 1280px) {
	.new-contact-hero-form {
		top: 30px;
	}
	
	.new-contact-hero-info {
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.new-contact-hero-info {
		margin-right: 0;
	}
	
	.new-contact-hero-form {
		max-width: 500px;
	}
	
	.new-contact-brands .brands-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		gap: 36px;
	}
	
	.new-contact-reviews .reviews-wrapper {
		flex-wrap: wrap;
		gap: 36px;
	}
	
	.new-contact-reviews .reviews-block {
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
	}
	
	.new-contact-reviews .reviews-item {
		flex-basis: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.new-contact-header-title {
		font-size: 36px;
	}
	
	.new-contact-subtitle {
		font-size: 14px;
		margin-bottom: 24px;
	}
	
	.new-contact-hero {
		background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-30e8056/elogic.co/wp-content/themes/elogic/resources/images/bg-contact-hero-mobile.svg") #30466d center bottom/contain no-repeat;
		height: auto;
		padding: 80px 0 50px 0;
	}
	
	.new-contact-hero-inner {
		flex-direction: column;
		gap: 36px;
	}
	
	.new-contact-hero-form {
		position: unset;
		max-width: 100%;
	}
	
	.new-contact-hero-form .form-wrapper {
		padding: 24px;
	}
	
	.new-contact-hero-form-code button.wpcf7-submit {
		min-width: 110px;
	}
	
	.new-contact-hero-form-code button.wpcf7-submit span {
		display: none;
	}
	
	.new-contact-hero-form .new-contact-form-contacts {
		padding: 24px;
		flex-wrap: wrap;
		gap: 16px;
	}
	
	.new-contact-hero-form .new-contact-form-contacts .contact-wrapper {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 16px;
	}
	
	.new-contact-hero-info {
		padding: 0;
	}
	
	.new-contact-hero-info .info-wrapper {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.new-contact-hero-info .info-wrapper .info-item {
		flex-direction: column;
		gap: 8px;
		align-items: flex-start;
		flex-basis: 40%;
		padding-left: 25px;
	}
	
	.new-contact-map {
		height: 100%;
	}
	
	.new-contact-map .map-wrapper img {
		width: 100%;
	}
	
	.new-contact-brands {
		padding: 24px 0;
	}
	
	.new-contact-brands .brands-wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
	}
	
	.new-contact-reviews {
		padding: 24px 0;
	}
	
	.new-contact-loc {
		padding: 36px 0;
	}
	
	.new-contact-loc-subtitle {
		margin-bottom: 24px;
	}
	
	.new-contact-loc-items {
		gap: 24px;
		margin-bottom: 24px;
	}
	
	.new-contact-loc-box-description p br {
		display: none;
	}
	
	.new-contact-team {
		padding: 0;
	}
	
	.new-contact-team-wrapper {
		flex-wrap: wrap;
	}
	
	.new-contact-partners {
		padding: 36px 0;
	}
	
	.new-contact-partners .partners-wrapper {
		gap: 20px;
		overflow: scroll;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 460px) {
	.new-contact-team-items {
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.new-contact-team-items-col {
		width: 100%;
	}
	
	.new-contact-team-box-img {
		max-width: 100%;
	}
	
	.new-contact-team-wrapper .new-contact-header {
		max-width: 100%;
	}
}
