/*!
Theme Name: Unitbud
Author: Enot
Version: 1.1.0
*/


/* Footer*/

.footer {
	background-color: #090908;
}

.footer__wrap {
	background: radial-gradient(circle at 50% 150%, #77D14D 0%, rgba(119, 209, 77, .85) 15%, rgba(119, 209, 77, .6) 30%, rgba(119, 209, 77, .4) 45%, rgba(119, 209, 77, .2) 60%, rgba(119, 209, 77, .1) 75%, transparent 100%);
}

.footer hr {
	border: none;
	margin: 0;
	border-top: solid 1px #6E6E6E;
}

.footer__content {
	padding: 40px 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 20px;
}

.footer__col {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__logo {
	display: block;
	text-decoration: none;
	height: 57px;
	width: auto;
	margin-bottom: 20px;
}

.footer__logo img,
.footer__logo-img {
	height: 57px;
	width: auto;
	display: block;
}

.footer__logo--text {
	line-height: 1.5rem;
	font-size: 14px;
	color: #AFAFAE;
}

.footer__subtitle {
	margin-bottom: 15px;
	color: #fff;
}

.footer__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	margin-bottom: 25px;
}

.footer .footer__soc a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #ffffff0d;
	backdrop-filter: blur(8px);
	border: 1px solid #ffffff1a;
	border-color: #ffffff1a;
	border-radius: 15px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
}

.footer__soc a img {
	position: relative;
	z-index: 1;
	display: block;
	width: 20px;
	height: 20px;
}

.footer .footer__soc a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #77d14d;
	border-radius: 15px;
	z-index: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.footer__soc a:hover::before {
	transform: translateY(0)
}

.footer__menu {
	padding-left: 10px;
}

.footer__menu--first {
	margin-top: 15px;
	margin-bottom: 25px;
}

.footer__menu--first .footer__item,
.footer__menu--middle .footer__item,
.footer__menu--last .footer__item {
	margin-bottom: 10px;
}

.footer__menu--first .footer__item:last-of-type,
.footer__menu--middle .footer__item:last-of-type,
.footer__menu--last .footer__item:last-of-type {
	margin-bottom: 0;
}

.footer__title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
}

.footer__title:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -4px;
	width: 4px;
	height: 25px;
	border-radius: 15px;
	background: #77d14d;
}

.footer ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.footer ul li a {
	text-decoration: none;
	color: #fff;
	position: relative;
}

.footer ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 15px;
	background: #77d14d;
	transition: transform 0.3s cubic-bezier(.68, -.55, .27, 1.55);
	transform: scale(0);
}

.footer__language-list li a::before {
	display: none !important;
}

.footer ul li:hover a {
	color: #77d14d;
}

.footer ul li:hover a::before {
	transform: scale(1);
}

.footer ul li a span {
	font-size: 14px;
	display: inline-block;
	transition: transform 0.3s ease;
}

.footer ul li:hover a span {
	transform: translateX(10px);
}

.footer .contact {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	margin-bottom: 15px;
}

.footer .contact:last-child {
	margin-bottom: 0;
}

.footer .contact .footer__email {
	margin: 0;
}

.footer .contact.address .icon {
	background-image: url(/wp-content/themes/unitbud/assets/image/contact-address.svg);
}

.footer .contact.phone .icon {
	background-image: url(/wp-content/themes/unitbud/assets/image/contact-phone.svg);
}

.footer .contact.email .icon {
	background-image: url(/wp-content/themes/unitbud/assets/image/contact-email.svg);
}

.footer .contact.whatsapp .icon {
	background-image: url(/wp-content/themes/unitbud/assets/image/contact-whatsapp.svg);
}

.footer .contact.time .icon {
	background-image: url(/wp-content/themes/unitbud/assets/image/contact-time.svg);
}

.footer .contact .icon {
	min-width: 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
}

.footer__email a {
	text-decoration: none;
	color: inherit;
}

.footer__phone {
	color: #fff;
}

.footer__phone a,
.footer__whatsapp a {
	text-decoration: none;
	color: inherit;
}

.footer__phone a:hover,
.footer__email a:hover,
.footer__whatsapp a:hover {
	color: #7acf55;
}

.footer__location {
	color: #fff;
	line-height: 1.5rem;
	font-size: .75rem;
}

.footer__location a {
	color: #fff;
	text-decoration: none;
}

.footer__language {
	display: block;
	width: 127px;
	position: relative;
	padding-bottom: 5px;
	z-index: 5;
	min-height: 15px;
}

.footer__language-current {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #6E6E6E;
	font-size: 12px;
	color: #fff;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__language svg {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer__language-current svg path {
	fill: #fff;
}

.footer__language.active .footer__language-current svg {
	transform: rotate(-180deg) !important;
}

ul.footer__language-list {
	list-style: none;
	position: absolute;
	left: 0;
	top: 20px;
	border-radius: 5px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.5s linear;
	color: #fff;
	padding: 5px;
	display: none;
}

.footer__language.active ul.footer__language-list {
	display: block;
}

.footer .footer__language-list li {
	margin-bottom: 0;
}

.footer ul.footer__language-list li a {
	font-size: 12px;
	color: #535353;
	width: 100%;
	display: block;
	padding: 5px 0;
}

.footer ul.footer__language-list li a:hover {
	color: #77d14d;
}

.footer__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-direction: column;
	gap: 15px;
	padding: 15px 0;
}

.footer__copyright--title {
	font-size: .625rem;
	text-transform: uppercase;
	color: #fff;
}

.footer__copyright--description {
	color: #fff;
	font-size: .5rem;
	text-align: left;
	letter-spacing: .05em;
	text-transform: uppercase;
	width: 50%;
}

.footer__policy {
	letter-spacing: .05em;
	font-size: .625rem;
	letter-spacing: .05em;
	text-transform: capitalize;
}

.footer__policy a {
	text-decoration: none;
	color: #fff;
}

.footer__policy a:hover {
	color: #77d14d;
}

.scroll-top {
	position: fixed;
	bottom: 10px;
	right: 42px;
	height: 69px;
	width: 69px;
	z-index: 100;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: opacity .3s ease;
}

.scroll-top.visible {
	opacity: 1;
	visibility: visible;
}

.scroll-top:hover {
	opacity: .5;
}

@media (min-width: 768px) {
	.footer__wrap {
		background: radial-gradient(ellipse 100% 100% at 50% 124%, #77D14D 0%, rgba(119, 209, 77, .8) 0%, rgba(119, 209, 77, .6) 10%, rgba(119, 209, 77, .4) 20%, rgba(119, 209, 77, .3) 30%, rgba(119, 209, 77, .2) 40%, rgba(119, 209, 77, .15) 50%, rgba(119, 209, 77, .1) 60%, rgba(119, 209, 77, .05) 70%, rgba(119, 209, 77, .02) 80%, black 100%);
	}

	.footer__content {
		grid-template-columns: 1fr 1fr;
		gap: 40px 20px;
	}

	.footer__col--first {
		grid-column: 1 / 3;
	}

	.footer__menu--first {
		margin-top: 0;
		margin-bottom: 0;
	}

	.footer__line {
		flex-direction: row;
	}

	.footer__copyright--description {
		text-align: center;
		width: 100%;
	}

	.footer__policy a {
		color: #AFAFAE;
	}
}

@media (min-width: 992px) {
	.footer__content {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 0 20px;
	}

	.footer__col--first {
		grid-column: 1 / 2;
	}

	.footer__menu {
		padding-left: 0;
	}
}

/* Breadcrumbs */
.breadcrumbs {
	margin: 25px 0;
}

.breadcrumbs ul {
	list-style: none;
	margin: 0;
}

.breadcrumbs ul li {
	display: inline-block;
	font-family: "Murecho", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	text-transform: none;
}

.breadcrumbs ul li a {
	color: #757777;
	text-decoration: none;
}

.breadcrumbs ul li:after {
	content: '';
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 8' xmlns='http://www.w3.org/2000/svg' width='15' height='8' fill='none'%3E%3Cpath fill='%23000' d='M14.354 4.354a.5.5 0 0 0 0-.708L11.172.464a.5.5 0 1 0-.708.708L13.293 4l-2.829 2.828a.5.5 0 1 0 .708.708l3.182-3.182ZM0 4.5h14v-1H0v1Z' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain;
	display: inline-block;
	margin: 0 20px 0 18px;
	width: 15px;
	height: 8px;
}

.breadcrumbs ul li:last-of-type:after {
	display: none;
}

/** text__section */

.text__section {
	padding: 25px 0;
	margin: 25px 0;
}

.text__title {
	font-family: "Days One", sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	color: #000;
	padding-left: 25px;
	border-left: 10px solid #77D14D;
	display: inline-block;
	hyphens: auto;
}

.text__placer {
	position: relative;
	font-family: "Murecho", sans-serif;
	font-size: 16px;
	height: 500px;
	overflow: auto;
	padding-right: 40px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}

.text__placer.is-end {
	-webkit-mask-image: none;
	mask-image: none;
}

.text__section .text__placer p {
	letter-spacing: normal;
}

.text__section .text__placer p+p {
	margin-top: 10px;
}

.text__section .text__placer h2 {
	color: #000;
	font-weight: 700;
	margin: 1em 0 1em;
}

.text__placer::-webkit-scrollbar {
	width: 5px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
}

.text__placer::-webkit-scrollbar-track {
	width: 1px;
	background: #75777726;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.text__placer::-webkit-scrollbar-thumb {
	background: #7ACF55;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 20px;
	width: 1px;
}

.text__section .text__placer-wrap:after {
	content: none;
}

.text__section .text__placer-wrap:before {
	content: none;
}

.text__placer strong {
	color: #000;
}

.text__placer h3 {
	margin: 1em 0 1em;
	font-weight: 700;
	color: #000;
}

.text__section img {
	border-radius: 15px;
}

.text__placer ul,
.text__placer ol {
	padding: 0 0 0 20px;
	margin: 10px 0;
}

.text__section ul {
	list-style: none;
}

.text__section ul li {
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 5px 0;
}

.text__section ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: -20px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #77d14d;
}

.text__section ol li::marker {
	color: #7acf55;
	font-weight: 600;
	font-size: 18px;
}

@media (min-width: 992px) {
	.text__section {
		padding: 50px 0;
		margin: 50px 0;
	}

	.text__title {
		font-size: 42px;
	}

	.text__placer ul,
	.text__placer ol {
		padding: 0 0 0 40px;
		margin: 20px 0;
	}
}


nav.pagination {
	text-align: center;
}

.pagination .page-list {
	display: flex;
	justify-content: center;
	border: none;
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: 1px;
	list-style: none;
}

.pagination .page-list li {
	display: inline-block;
	border: none;
	background: none;
	margin: 0;
	font-size: 1.125rem;
	color: #CCCCCC;
	padding: 0;
	float: left;
	overflow: hidden;
}

.pagination .page-list li a {
	color: inherit;
	transition: all 0.3s linear;
	text-decoration: none;
	font-family: "Murecho", sans-serif;
	font-size: 16px;
	width: 32px;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block;
}

.pagination .page-list li a:hover {
	color: #000;
	background: none;
	text-decoration: underline;
}

.pagination .page-list li span {
	color: #000;
	background: none;
	font-family: "Murecho", sans-serif;
	font-size: 16px;
	width: 32px;
	background: #f5f5f5;
	margin: 0;
	text-decoration: none;
	line-height: 1;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block;
}

.toggle__content.active {
	margin: 15px 0 10px 0;
	opacity: 1;
}

#load-more {
	display: block;
	margin: 0 auto 25px;
	border-bottom: 1px solid #000000;
	position: relative;
	font-size: 24px;
	text-decoration: none;
	line-height: 1em;
	box-sizing: border-box;
}
