.page-footer {
    position: relative;
    z-index: 1;
    background-color: #E8E9E9;
    padding-top: 141px;
    clip-path: polygon(0 3.5%, 100% 0, 100% 100%, 0% 100%);
}

.footer-text-logo {
    position: absolute;
    top: 19px;
    right: -14px;
    max-width: 245px;
}

.page-footer h3 {
	font-size: 20px;
	font-weight: 700;
	color: #B2292D;
	padding-bottom: 10px;
}

.page-footer ul {
	padding: 0;
	margin: 0;
}

.page-footer ul li:before {
	display: none;
}

.footer-top a {
	background: var(--gradient-coral);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 0px 0px;
    position: relative;
	transition: all ease 0.3s;
}

.page-footer ul li {
	padding: 0;
	margin: 0;
}

.footer-top-first-left ul li {
	margin-bottom: 4px;
    display: flex;
	flex-wrap: wrap;
}

.footer-top-first-left ul li a {
    font-size: var(--primary-font-size);
	color: var(--black);
    font-weight: 400;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	letter-spacing: 0.05em;
}

.footer-top-first-left ul li a i {
	color: var(--red);
	font-size: 20px;
	margin-right: 10px;
}

.footer-top-first {
	margin-bottom: 30px;
}

.footer-top-first-right ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer-top-first-right li i {
	background: linear-gradient(to bottom, #091F40 0%, #113C7C 100%);
    border-radius: 100%;
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
    color: #E8E9E9;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 1.8;
    padding-left: 1px;
}

.footer-top-first-right li i::after {
    content: "";
    background: rgba(17,60, 124,0.4);
    border-radius: 50%;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    transition: transform 0.5s,opacity 0.4s,-webkit-transform 0.5s;
}

.footer-top-first-right ul li:not(:last-child) {
    margin-right: 8px;
}

.footer-top-first-right ul li a {
    display: flex;
	flex-wrap: wrap;
	background: transparent;
}

.footer-top-first__iso {
    font-size: 15px;
    line-height: 1.25em;
    font-weight: 700;
    padding-bottom: 9px;
    color: var(--black);
    display: block;
    margin-top: 15px;
    padding-bottom: 0;
    max-width: 250px;
}

.footer-top-location-col label {
	font-size: 18px;
	font-weight: 700;
	color: var(--black);
	padding-bottom: 5px;
	display: block;
	letter-spacing: 0.05em;
}

.footer-top-location-col label br {
	display: none;
}

.footer-top-location-col a {
	font-size: 15px;
    color: var(--black);
    font-weight: 400;
    display: inline-block;
}

.footer-top-location-col a i {
    font-size: 17px;
	color: var(--red);
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.footer-top-location-col {
	margin-bottom: 12px;
}

.footer-top-second-location {
	margin-bottom: 35px;
    padding-right: 50px;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
}

.footer-top-locations-grp {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.page-footer h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    padding-bottom: 8px;
	text-transform: none;
}

.footer-top-link-flex {
	display: flex;
	width: calc(100% + 40px);
	margin: 0 -20px;
}

.footer-top-second-link-item {
	width: calc(50% - 40px);
	margin: 0 20px;
}

.footer-top-second-link-item ul li a {
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    display: inline;
    align-items: center;
}

.footer-top-second-link-item ul li {
	margin-bottom: 8px;
}

.footer-top-second-link-item ul li:last-cihld {
	margin-bottom: 0;
}

.footer-top-second-link {
    padding-bottom: 50px;
}

.footer-bottom {
	padding: 41px 0 60px;
	background-color: var(--dark-blue);
}

.footer-bottom-content ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-bottom-content ul li a {
	background: none;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.05em;
}

.footer-bottom-content ul li  {
	margin: 0 13px 5px;
	font-size: 14px;
    color: var(--white);
	letter-spacing: 0.05em;
	text-align: center;
}

.footer-bottom-content ul li:last-child {
	margin-bottom: 0;
	width: 100%;
}

.footer-bottom__wrapper {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
}

.back-top-btn {
	display: block;
	text-align: center;
	margin-bottom: 22px;
}

.back-top-btn a {
	background: none;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
    color: var(--white);
}

.back-top-btn a i {
    margin-left: 12px;
    transform: rotate(270deg);
    display: inline-block;
}

.footer-top-location-flex-gti{
    flex-shrink: 1;
    width: fit-content;
    max-width: 33%;
	max-width: 50%;
}

.footer-top-location-flex {
	width: 40%;
}

@media (max-width: 559px) {
	.footer-top-second-location {
		padding-right: 0;
	}
}

@media (max-width: 767px) {

	.footer-top-second-location {
		padding-right: 0;
	}

	.footer-top-location-flex {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.footer-top-second {
	    display: flex;
	    width: calc(100% + 72px);
	    margin: 0 -36px 77px;
	    flex-direction: row-reverse;
	}

	.footer-top-second-location {
		width: calc(70% - 72px);
		margin: 0 36px;
		padding-right: 0;
	}

	.footer-top-second-link {
	    width: calc(30% - 72px);
	    margin: 0 36px;
	    padding-bottom: 0;
	}

	.footer-top-link-flex {
		margin: 0;
		width: 100%;
		display: block;
	}

	.footer-top-second-link-item {
		width: 100%;
		margin: 0 0 20px;
	}

	.footer-top-second-link-item:last-child {
		margin: 0;
	}

	.footer-bottom-content ul li:last-child {
	    margin-bottom: 0;
	    width: auto;
	}

	.footer-bottom-content ul li {
	    margin: 0 17px;
	}

	.footer-top-location-col a {
	    font-size: 16px;
	}

	.footer-top-location-col {
	    margin-bottom: 22px;
	}

	.footer-top-first-left ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.footer-top-first-left ul li {
		margin-right: 34px;
	}

	.footer-top-first__wrapper {
	    display: flex;
	    align-items: flex-end;
	}

	.footer-top-first-left ul li a i {
	    font-size: 18px;
	    margin-right: 8px;
	}

	.footer-top-first-left ul li a i.icon-Email {
	    font-size: 20px;
	}

	.footer-top-first__iso {
		margin-left: 25px;
	}

	.footer-bottom {
	    padding: 38px 0 47px;
	}

	.page-footer {
	    padding-top: 202px;
	    clip-path: polygon(0 7.5%, 100% 0, 100% 100%, 0% 100%);
	}

	.footer-text-logo {
	    right: 0;
	    max-width: 376px;
	    opacity: 0.6;
	}
}

@media (min-width: 1025px) {
	.footer-top-location-flex {
		width: 65%;
	}

		.footer-top-second-location-item {
			column-count: 2;
		}

	.footer-top-location-flex-gti {
		width: 30%;
	}

}

@media (min-width: 1200px) {
	.page-footer h3 {
	    font-size: 25px;
	}

	.footer-top a:hover {
		background-size: 8px 8px;
	}

	.footer-top-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.footer-top-first-left ul {
	    display: block;
	}

	.footer-top-first-right li:hover i {
		background: var(--red);
	}

	.footer-top-first-right li:hover i::after {
		background: var(--coral);
		-webkit-transform: scale(1.3);
		transform: scale(1.5);
		opacity: 0;
	}

	.footer-top-first__iso {
		margin-top: 15px;
		margin-left: 0;
	}

	.footer-top-first__wrapper {
	    display: block;
	}

	.footer-top-second {
	    width: calc(100% + 72px);
	    margin: 0 -36px 0;
	    flex-direction: row;
	    justify-content: space-between;
	    padding-left: 25px;
	}

	.footer-top-first {
	    margin-bottom: 0;
	}

	.footer-top-link-flex {
	    display: flex;
	    width: calc(100% + 40px);
	    margin: 0 -20px;
	}

	.footer-top-second-link-item {
	    width: calc(50% - 20px);
	    margin: 0 20px;
	}

	.footer-top-second-location {
	    width: 550px;
	}

	.footer-top-second-link {
	    width: 429px;
	    margin: 0;
	}

	.footer-top-location-col label br {
		display: block;
	}

	.footer-bottom__wrapper {
	    flex-direction: row;
	    justify-content: space-between;
	}

	.back-top-btn {
	    margin-bottom: 0;
	}

	.footer-bottom-content ul li a {
	    font-size: 16px;
	}

	.footer-bottom-content ul li {
	    font-size: 16px;
	    margin: 0 65px 0 0;
	}

	.footer-bottom-content ul li:last-child {
	    margin: 0;
	}

	.footer-bottom {
	    padding: 35px 0;
	}

	.footer-top {
		margin-bottom: 60px;
	}

	.footer-top-second-link-item ul li a {
	    font-size: 17px;
	}

	.footer-text-logo {
	    max-width: 745px;
	    opacity: 0.4;
	}

	.page-footer {
	    padding-top: 315px;
	    clip-path: polygon(0 12.2%, 100% 0, 100% 100%, 0% 100%);
	}

	.page-footer a:hover {
		color: #b2292d;
	}

	.footer-bottom-content ul li a:hover {
		color: #99c2ff;
	}

	.back-top-btn a:hover {
		color: #99c2ff;
	}

	.footer-top-location-col label {
	    font-size: 18px;
	}

	.page-footer h4 {
	    font-size: 20px;
	}
}


@media (min-width: 1600px) {
	.footer-top-second-location {
	    width: 650px;
	}

	.page-footer {
	    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
	}
}

.page-id-293 .bialty-container {
    position: relative;
}

.page-id-293 .bialty-container::after {
    content: '';
    background-color: #f1f1f1;
    width: 100%;
    height: 315px;
    display: block;
    position: absolute;
    bottom: -315px;
    z-index: -1;
}