html, body {
	scroll-behavior: smooth;
}
#content iframe {
	margin-top: 0;
}
#content.page {
	padding: 85px 0;
}
#content.page h2 {
	font-size: 36px;
	margin: 0 0 65px 0;
	font-family: Roboto;
    font-weight: 800;
    color: #000;
}
.page-table {
	width: 100%;	
	margin-bottom: 65px;
}
.page-table tr {}
.page-table tr td {
	padding: 4px 15px;
	font-family: "Poppins";
	font-size: 14px;
	color: #737373;
}
.page-table tr td a {
	color: #737373;
	text-decoration: none;
}
.page-table tr td a:hover, .page-table tr td a:focus {
	color: #737373;
	text-decoration: underline;
}
.page-table tr td:first-child {
	padding-left: 0;
}
.page-table tr td:last-child {
	padding-right: 0;
	text-align: right;
}
.page-table tr td strong {
	color: #000000;
	font-weight: 700;
}
.page-table tr.page-table__title td {
	text-align: left;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	padding: 32px 0;
}
.page-table tr:first-child.page-table__title td {
	padding-top: 0;
	padding-bottom: 5px;
}
.page-table.page-table--bordered {margin-bottom: 125px;}
.page-table.page-table--bordered table {width: 100%;}
.page-table.page-table--bordered > tbody > tr > td {border: 1px solid #e6e6e6;padding: 25px 30px;}
.page-table.page-table--bordered tr td:last-child {text-align: left;}
.page-table.page-table--bordered > tbody > tr.spacer {height: 3px;}
.page-table.page-table--bordered > tbody > tr.spacer > td {border: none;padding: 0;}

header {
	background-image: url("../img/header-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
header .header__slider {
	position: relative;
	background-color: #fff;
	border-radius: 18px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .header__buttons {
	margin-left: auto;
	width: fit-content;
	width: -moz-fit-content;
}
header .header__buttons > div {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	
}
header .header__buttons .icon-custom {
	margin-bottom: 10px;
    width: 100%;
}
header .header__slider .header__slider--img img {
	border-radius: 18px;
}
header .header__slider .header__slider--desc {
	position: absolute;
	left: 70px;
    top: 65px;
}
header .header__slider .header__slider--person {
	position: absolute;
	right: 35px;
	bottom: 35px;
	padding: 22px 25px 22px 70px;
	background-image: url("../img/icon-medic.png");
	background-repeat: no-repeat;
	background-position: left 15px top 17px;
	background-color: #fff;
    border-radius: 10px;
	max-width: 370px;
}
header .header__slider .header__slider--person h2 {
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #1e1a16;
}
header .header__slider .header__slider--person p {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #767676;
}
.header__slider--desc p {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #1e1a16;
}
.header__slider--desc h1 {
	font-family: "Abril Fatface", serif;
	font-size: 63px;
	margin-bottom: 30px;
	color: #1e1a16;
}
.header__slider--desc ul {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.header__slider--desc li::before {
	content: "";
	border: 3px solid #b977a9;
	width: 14px;
    display: block;
    height: 14px;
    border-radius: 25px;
	margin-right: 8px;
}
.header__slider--desc li {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #1e1a16;
}
.header__slider--desc {
	max-width: 580px;
}
@media (min-width: 1620px) {
	header .head-logo {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	header .header__nav {
		padding: 20px 0 40px;
	}
	header .header__menu nav {
		margin-left: -20% !important;
	}
}
@media (max-width: 1380px) {
	header .header__slider {
		padding: 70px;
	}
	header .header__slider .header__slider--desc {
		position: unset;
		max-width: 100%;
	}
	header .header__slider .header__slider--person {
		position: unset;
		background-color: #f7f0f5;
		max-width: 350px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	header .header__slider .header__slider--img {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	header .header__slider .header__slider--img img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		max-width: 350px;
		height: 325px;
		object-fit: cover;
	}
}
@media (max-width: 1200px) {
	header .header__slider {
		padding: 50px;
	}
	header .header__slider .header__slider--person {
		max-width: 290px;
	}
	header .header__slider .header__slider--img img {
		max-width: 290px;
		height: 290px;
	}
	header nav.navbar.navbar-light .navbar-collapse {
		z-index: 9999;
		top: 90px;
		background-color: #f8e5f2;
	}
	header nav.navbar.navbar-light {
		margin-bottom: 11px;
		margin-top: 0;
	}
	header .head-logo img {
		height: 50px;
	}
}
@media (max-width: 993px) {
	header .header__slider .header__slider--person {
		max-width: 100%;
		width: 100%;
		margin-top: -10px;
	}
	header .header__slider {
		flex-direction: column;
	}
	header .header__slider .header__slider--img img {
		max-width: 100%;
		height: unset;
	}
	header .header__slider .header__slider--img {
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.header__slider--desc li {
		position: relative;
		padding-left: 25px;
	}
	.header__slider--desc li::before {
		position: absolute;
		left: 0;
		top: 5px;
	}
}
@media (max-width: 576px) {
	.header__slider--desc h1 {
		font-size: 40px;
	}
	.header__slider--desc p {
		font-size: 20px;
	}
	header .header__slider {
		padding: 40px 20px 20px;
	}
	.modal {
		top: 80px;
	}
	.modal .close {
		font-size: 2rem;
	}
}
.purplebtn {
	background-color: #b977a9;
    border: 2px solid #b977a9;
	color: #fff;
	text-align: center;
	padding: 12px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 7px;
	display: block;
	width: fit-content;
	width: -moz-fit-content;
}
.purplebtn a {
	color: #fff;
}
.purplebtn:hover *{
	color: #b977a9 !important;
} 
.blackbtn {
	background-color: #1e1a16;
    border: 2px solid #1e1a16;
	color: #fff;
	text-align: center;
	padding: 12px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 7px;
	display: block;
	width: fit-content;
	width: -moz-fit-content;
}
.blackbtn span, .purplebtn span {
	padding: 5px 0;
	display: block;
}
.owl-carousel .purplebtn span {
	padding: 0;
}
.icon-custom span {
	background-repeat: no-repeat !important;
	background-position: left center;
	padding-left: 29px;
}
.icon-note span {
	background-image: url("../img/icon-note.png");
    background-position: left 32px center;
}
.icon-calendar span {
	background-image: url("../img/icon-calendar.png");
}
.icon-note:hover span{
	background-image: url("../img/icon-note-hover.png");
}
.icon-calendar:hover span{
	background-image: url("../img/icon-calendar-hover.png");
}
.purplebtn span, .blackbtn span {
	color: #fff;
}
.purplebtn, .blackbtn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none!important;
}
.purplebtn span, .blackbtn span {
	position: relative;
	transition: all .45s ease-Out;
}
.circle {
	width: 0%;
	height: 0%;
	opacity: 0;
	line-height: 40px;
	border-radius: 50%;
	background: #f7f0f5;
	position: absolute;
	transition: all .5s ease-Out;
	top: 20px;
	left: 70px;
} 
.purplebtn:hover .circle, .blackbtn:hover .circle {
	width: 200%;
	height: 500%;
	opacity: 1;
	top: -70px;
	left: -70px;
}
.purplebtn:hover a, .blackbtn:hover a {
	text-decoration: none;
}
.purplebtn:hover a {
	color: #b977a9;
}
 .blackbtn:hover a {
	color: #1e1a16;
}
.header__extended {
	padding-bottom: 120px;
}
@media (min-width: 1500px) {
	.container {
		max-width: 1400px;
	}
}
.homepage__locations {
	position: relative;
    display: flex;
    height: 100%;
}
.homepage__locations .homepage__locations--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: fit-content;
	width: -moz-fit-content;
	margin: auto;
}
.homepage__locations .homepage__locations--textbox {
	border-radius: 10px;
	background-color: #d7a9cc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
	padding: 100px 12px 120px;
	margin-top: 135px;
	width: 100%;
    height: calc(100% - 135px);
}
.homepage__locations .homepage__locations--textbox a {
	text-decoration: none;
}
.homepage__locations--row > div:nth-child(2) .homepage__locations--textbox {
	background-color: #c58db7;
}
.homepage__locations--row > div:nth-child(3) .homepage__locations--textbox {
	background-color: #b977a9;
}
.homepage__locations .homepage__locations--textbox .dots {
	display: flex;
	justify-content: center;
	margin: 0 0 20px;
}
.homepage__locations .homepage__locations--textbox .dots span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	display: block;
	margin: 0 2px;
}
.homepage__locations .homepage__locations--textbox p {
	margin-bottom: 0;
	font-family: "Poppins", serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 0 20px;
	line-height: 21px;
}
.homepage__locations .homepage__locations--textbox span {
	font-family: "Abril Fatface", serif;
	font-size: 20px;
	color: #fff;
}
.homepage__locations .homepage__locations--textbox h2 {
	font-family: "Abril Fatface", serif;
	font-size: 30px;
	color: #fff;
	margin: 0 0 20px;
}
.homepage__locations .whitebtn {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.whitebtn {
	background-color: #fff;
	color: #b977a9;
	background-image: url("../img/arrow-right-purple.png");
	background-repeat: no-repeat;
	background-position: right 16px center;
	text-align: center;
	padding: 14px 38px 14px 17px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 7px;
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	margin: auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	transition-duration: 0.2s;
}
.whitebtn:hover {
	text-decoration: none;
	background-position: right 14px center;
	color: #b977a9;
	background-color: #f7f0f5;
}
.homepage__news {
	background-color: #f7f0f5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	height: 100%;
	padding: 15px 18px;
}
.homepage__news h2 {
	color: #b977a9;	
    font-family: "Abril Fatface", serif;
    font-size: 36px;
    line-height: 70px;
    margin: 8px 0 17px;
}
.homepage__news .homepage__news--single {
	background-color: #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	margin-bottom: 2px;
    padding: 14px 20px 14px 55px;
	background-image: url("../img/icon-document.png");
	background-repeat: no-repeat;
	background-position: left 18px top 13px;
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1e1a16;
}
.homepage__news .homepage__news--single:hover {
	text-decoration: none;
	color: #b977a9;
}
.morebtn {
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #b977a9;
	background-image: url("../img/arrow-right-purple.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	width: fit-content;
	width: -moz-fit-content;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.morebtn:hover {
	text-decoration: none;
    color: #b977a9;
}
.homepage__news .morebtn {
	margin-left: auto !important;
	margin-right: 0 !important;
	text-align: right;
	margin: 35px 0 20px;
}
@media (max-width: 993px) { 
	.homepage__news .morebtn {
		margin-right: auto !important;
		margin-left: 0 !important;
	}
}
.homepage__section {
	padding: 100px 0 135px;
}

.homepage__about {
    padding: 40px 0 135px;
}
.homepage__section--dark {
	background-color: #f7f0f5;
}
.homepage__services--single:hover a {
	text-decoration: none;
}
.homepage__services--single img {
	width: 270px !important;
	height: 270px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	object-fit: scale-down;
	margin: auto;
}
.homepage__services--single h2 {
	color: #b977a9;
    font-family: "Abril Fatface", serif;
    font-size: 32px;
	margin: 25px 0;
	text-align: center;
}
.homepage__services--single p {
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
	line-height: 30px;
    color: #1e1a16;
	text-align: center;
}
.homepage__services .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none !important;
	outline: none !important;
}
.homepage__services .owl-nav .owl-prev {
	left: -100px;
}
.homepage__services .owl-nav .owl-next {
	right: -100px;
}
@media (min-width: 1500px) {
	.homepage__services .container {
		max-width: 1200px;
	}
}
@media (max-width: 1500px) and (min-width: 1380px) {
	.homepage__services .container {
		max-width: 1100px;
	}
}
@media (max-width: 1380px) and (min-width: 1200px)  {
	.homepage__services .container {
		max-width: 940px;
	}
}
@media (max-width: 1200px) and (min-width: 993px) {
	.homepage__services .container {
		max-width: 820px;
	}
	.homepage__services .owl-nav .owl-prev {
		left: -70px;
	}
	.homepage__services .owl-nav .owl-next {
		right: -70px;
	}
}
@media (max-width: 1200px) {
	.homepage__section {
		padding: 50px 0 60px;
	}
}
footer {
	background-color: #fff;
}
footer .footer__box {
	background-image: url("../img/icon-pin.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
footer h3 {
	color: #b977a9;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0;
}
footer .footer__box p, footer .footer__box a {
	color: #696969;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-bottom: 0;
}
footer .footer__box p strong {
	color: #000;
	font-weight: 700;
}
footer .footer__social h3 {
	text-align: right;
	margin-bottom: 15px;
}
footer .footer__social ul {
	display: flex;
	justify-content: flex-end;
}
footer .footer__social ul li {
	padding: 0;
	margin-right: 15px;
	min-width: unset;
	min-height: unset;
	border: none !important;
} 
footer .footer__social ul li:last-child {
	margin-right: 0;
}
footer .footer__copyright {
	margin: 60px 0 0;
	padding: 37px 0;
	border-top: 1px solid #ecf2f7;
	text-align: center;
}
footer.homepage__section--dark .footer__copyright {
	border-top: 1px solid #fff;
}
footer .footer__copyright p, 
footer .footer__copyright a {
	color: #8d8d8d;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
@media (min-width: 1200px) {
    footer .row > .col-xl-3 {
        flex: 0 0 21.5%;
        max-width: 21.5%;
    }
    footer .row > .col-xl-2 {
        flex: 0 0 14%;
        max-width: 14%;
    }
    footer .footer__social {
        padding: 0;
    }
}
@media (max-width: 1200px) {
	footer .footer__social {
		padding: 30px 0 0;
	}
	footer .footer__social ul {
		justify-content: center;
	}
	footer .footer__social h3 {
		text-align: center;
	}
}
#content {
	padding: 80px 0 !important;
}
.position-unset {
	position: unset;
}
@media (max-width: 993px) {
	footer .footer__social {
		padding: 0px 0 0;
	}
	footer .footer__social ul {
		justify-content: flex-start;
	}
	footer .footer__social h3 {
		text-align: left;
	}
	footer .footer__box {
		margin-bottom: 30px;
	}
	footer .footer__copyright {
		margin: 30px 0 0;
	}
	#content {
		padding: 40px 0 !important;
	}
}
.page-header {
	margin-top: 0;
}
#content.subpage p, #content.subpage ul li, #content.subpage ol {
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1a16;
    line-height: 28px;
}
#content.subpage .container > *:first-child {
	 margin-top: 0 !important;
}
#content.subpage h2 {
    color: #b977a9;
	font-family: "Poppins", sans-serif;
    font-size: 36px;
	font-weight: 600;
	margin: 30px 0 10px;
}
#content.subpage h3 {
    color: #b977a9;
	font-family: "Poppins", sans-serif;
    font-size: 30px;
	font-weight: 600;
	margin: 30px 0 10px;
}
#content.subpage h4 {
    color: #b977a9;
	font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
	margin: 30px 0 10px;
}
#content.subpage a {
    color: #b977a9;
}
#content.subpage table tr th {
	background-color: #f7f0f5;	
}
#content.subpage table tr td, #content.subpage table tr th {
	border: 1px solid #f7f0f5;
    color: #1e1a16;
	font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.references {
	padding-bottom: 40px;
}
.header__bread {
	padding: 0px 0 45px;
}
.header__bread h1 {
	font-family: "Poppins", sans-serif;
    font-size: 63px;
    margin-bottom: 0px;
    color: #1e1a16;
	text-align: center;
}
.header__bread .breadcrumb {
	background-color: transparent;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.header__bread .breadcrumb a, .header__bread .breadcrumb, .header__bread .breadcrumb span {
	font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #1e1a16;
}
.header__bread .breadcrumb * {
	margin: 0 5px;
}
header {
	box-shadow: none;
}
.references .filters-button-group button {
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    padding: 12px 30px;
}
.references .filters-button-group button:hover {
    color: #b977a9;
}
.references .filters-button-group button.is-checked {
	background-color: #b977a9;
}
#content .hp-news .hp-news-list .hp-news-box {
	box-shadow: none;
	background-color: #f7f0f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
    padding: 30px 30px 15px;
}
#content .hp-news .hp-news-list .hp-news-box .new-text-box {
	padding: 0 0 10px;
}
#content .hp-news .hp-news-list .hp-news-box .new-text-box h3 {
    color: #b977a9;
    font-family: "Abril Fatface", serif;
    font-size: 36px;
    line-height: 40px;
	margin-bottom: 15px;
}
#content .hp-news .hp-news-list .hp-news-box .new-text-box p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1e1a16;
}
#content .hp-news .hp-news-list .hp-news-box .new-photo-box img {
	border-radius: 10px;
	margin-bottom: 30px;
}
#content .hp-news .hp-news-list .hp-news-box .new-text-box .date {
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1e1a16;
}
section {
	padding: 0;
}
#content.subpage .contact-form-block button {
	background-color: #b977a9;
    border: 2px solid #b977a9;
    color: #fff;
    text-align: center;
    padding: 12px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
}
#content.subpage .contact-form-block button:hover {
    border: 2px solid #b977a9;
	color: #b977a9;
}
#content.subpage .contact-form-block textarea:focus, #content.subpage .contact-form-block input:focus {
	border: 1px solid #b977a9;
}
header nav.navbar.navbar-light .head-main-menu {
	flex-wrap: wrap;
}
header nav.navbar.navbar-light .head-main-menu li.active a, header nav.navbar.navbar-light .head-main-menu li.show a,header nav.navbar.navbar-light .head-main-menu li a:hover {
	color: #b977a9 !important;
}
header nav.navbar.navbar-light .head-main-menu li a {
	text-transform: initial;
}
.news-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2rem;
}
#content .hp-news .hp-news-list .hp-news-box-wrap {
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width: 1200px) {
	.news-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 991px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 576px) {
	.news-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
#content .hp-news .hp-news-list .hp-news-box .new-text-box h3 {
	font-size: 24px;
	line-height: unset;
	font-weight: bold;
}
.homepage__locations--image img {
	width: 201px;
	height: 201px;
	object-position: center;
	object-fit: cover;
}

.faq {
	
}
.faq-item {
	margin-bottom: 1rem;
}
.faq-item-heading {
	padding: 1rem;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	background: #f8f1f6;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: space-between;


}
.faq-item-heading::after {
	content: url(./../img/arrow-faq.png);
}
.faq-item-heading.active::after {
	content: url(./../img/arrow-faq-close.png);
}
.faq-item-content {
	display: none;
}
.faq-item.active .faq-item-content {
	display: block;
}
.faq-item-content {
	padding: 1rem;
}
.faq-item-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.faq-item-content ul li {
	padding-left: 1rem;
	position: relative;
}
.faq-item-content ul li::before {
	content: '';
	width: 8px;
	height: 2px;
	background: #b977a9;
	position: absolute;
	left: 0;
	top: 13px;
	
}
.header__buttons-mobile {
	display: flex;
	gap: .75rem;
}
.header__buttons-mobile .blackbtn.icon-note span {  
	background-position: left 0 center;
}
@media screen and (max-width: 576px) {
	.header__buttons-mobile .blackbtn, .header__buttons-mobile .purplebtn {
		padding: 8px 12px;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 355px) {
	.header__buttons-mobile .blackbtn, .header__buttons-mobile .purplebtn {
		padding: 6px 12px;
	}
	.header__buttons-mobile .blackbtn span, .header__buttons-mobile .purplebtn span {
		font-size: 12px;
		padding-left: 20px;
		background-size: 15px;
	}
}