:root {
	font-size: 10px;
}

/* хром, сафари */
.element::-webkit-scrollbar {
	width: 0;
}

ul {
	list-style-type: none;
}
body {
	max-width: 100%;
	margin: 0 auto;
}
.container {
	max-width: 120rem;
	margin: 0 auto;
	overflow: hidden;
}
button {
	cursor: pointer;
}
button,
button:active,
button:focus {
	outline: none;
}
a {
	text-decoration: none;
}
main {
	transition: 1s ease all;
}
footer {
	transition: 1s ease all;
}
header {
	background: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 40;
}
header .container {
	padding: 0 4rem;
	padding-top: 2.9rem;
	padding-bottom: 3.2rem;
}
header .header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu {
	font-size: 1.5rem;
	font-family: Arial, Helvetica, sans-serif;
}
.black {
	transition: 1s ease all;
	z-index: 4;
	opacity: 0;
	width: 0;
	height: 100%;
	background-color: black;
	box-sizing: border-box;
	padding-top: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 1s ease all;
}
.menu .menu__item {
	color: rgba(84, 84, 84, 1);
	margin-left: 3.2rem;
	font-weight: 400;
	transition: 1s ease all;
	position: relative;
}
.menu__item:hover {
	color: rgba(41, 41, 41, 1);
}
.menu__item-now {
	color: rgba(250, 250, 250, 1);
	line-height: 2.4rem;
	position: relative;
}
.menu__item::after {
	content: "";
	position: absolute;
	width: 5rem;
	height: 0.3rem;
	background-color: rgba(241, 205, 179, 1);
	bottom: -0.6rem;
	left: 0.1rem;
	opacity: 0;
	transition: 1s ease all;
}
.menu__item:nth-child(1)::after {
	width: 11.4rem;
}
.menu__item:nth-child(2)::after {
	width: 5.6rem;
}
.menu__item:nth-child(3)::after {
	width: 10rem;
}
.menu__item:nth-child(4)::after {
	width: 6rem;
}
.menu__item:active::after {
	opacity: 1;
}
.menu__item-now::after {
	content: "";
	position: absolute;
	width: 11.4rem;
	height: 0.3rem;
	background-color: rgba(241, 205, 179, 1);
	bottom: -0.6rem;
	left: 0.1rem;
	opacity: 1;
}
.menu__item-disabled {
	pointer-events: none;
	cursor: default;
}
.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 3.9rem;
	letter-spacing: 0.19rem;
	font-size: 3.2rem;
	font-stretch: expanded;
	color: rgba(84, 84, 84, 1);
}
.logo a {
	color: rgba(84, 84, 84, 1) !important;
	text-decoration: none;
	color: rgba(84, 84, 84, 1);
}
.logo-text {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 0.9rem;
	font-size: 1.3rem;
	padding: 1.1rem 0 0 0.5rem;
	letter-spacing: 0.13rem;
	color: rgba(41, 41, 41, 1);
}
h1 {
	margin: 0;
}
.our-friends {
	padding-top: 12rem;
	background-color: rgba(246, 246, 246, 1);
}

.our-friends .container {
	padding-top: 8.1rem;
	padding-bottom: 10rem;
	display: flex;
	flex-direction: column;
}
.our-friends__name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	width: 40rem;
	letter-spacing: 0.21rem;
	line-height: 4.5rem;
	color: rgba(84, 84, 84, 1);
	margin: 0 auto;
	text-align: center;
	padding-left: 0.2rem;
}
.our-friends-items {
	box-sizing: border-box;
	margin-top: 5.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 2.9rem;
	transition: 1s ease all;
}
.our-friends-buttons {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 34rem;
}
.our-friend-btn {
	font-size: 2.2rem;
	text-align: center;
	line-height: 4.7rem;
	width: 4.7rem;
	height: 4.7rem;
	border: 2px solid #fddcc4;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s ease all;
	font-family: Georgia;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0, 06em;
	text-align: center;
	color: rgba(41, 41, 41, 1);
}
.our-friend-btn:hover {
	background: #fddcc4;
	border: 2px solid #fddcc4;
}
.our-friend-btn:active {
	background: #f1cdb3;
	border: 2px solid #f1cdb3;
}
.our-friend-btn__disabled {
	border: 2px solid rgba(205, 205, 205, 1);
	color: rgba(205, 205, 205, 1);
	cursor: none;
}
.our-friends-buttons .our-friend-btn__disabled:hover {
	border: 2px solid rgba(205, 205, 205, 1);
	background-color: rgba(246, 246, 246, 1);
	cursor: not-allowed;
}
.our-friends-items {
	transition: 0.2s ease-in all;
	transform: rotate(0deg);
}
.our-friends__cards-pets {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0.9rem;
	box-sizing: border-box;
	padding: 0 3.5rem 0 3.5rem;
	width: 27rem;
	height: 43.5rem;
	background-color: #fafafa;
	transition: 0.5s ease-in all;
	margin-bottom: 3.1rem;
}
.our-friends__cards-pets:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px -42px rgba(41, 41, 41, 1);
	-moz-box-shadow: 0px 0px 75px -42px rgba(41, 41, 41, 1);
	box-shadow: 0px 0px 75px -42px rgba(41, 41, 41, 1);
}
.our-friends__cards-img {
	margin-bottom: 1rem;
}
.our-friends__cards-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2rem;
	color: rgba(84, 84, 84, 1);
	letter-spacing: 0.12rem;
	margin-left: 0.1rem;
	margin-bottom: 3.1rem;
}
.our-friends__cards-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7rem;
	color: rgba(41, 41, 41, 1);
	width: 18.7rem;
	border-radius: 3rem;
	border: 2px solid #fddcc4;
	background-color: #fafafa;
	height: 5.2rem;
	letter-spacing: 0.1rem;
	padding-top: 0.3rem;
	margin-left: 0.1rem;
	transition: 0.5s ease all;
}
.our-friends__cards-button:hover {
	background-color: #fddcc4;
}
.our-friends__btn {
	width: 26rem;
	height: 5.2rem;
	margin: 0 auto;
	border-radius: 10rem;
	border: none;
	background-color: rgba(241, 205, 179, 1);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	transition: 0.5s ease all;
}
.our-friends__btn:hover {
	background-color: #fddcc4;
}
.our-friend-btn__page {
	cursor: auto;
}
footer {
	background: url("../../assets/images/95577108af837b8b441616746225b66e.png"),
		radial-gradient(100% 215.42% at 0% 0%, #5b483a 0%, #262425 100%), #211f20;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin: 0;
}
footer h3 {
	margin: 0;
}

footer .container {
	display: flex;
	justify-content: space-between;
	padding-top: 5.7rem;
	flex-wrap: wrap;
}
.footer-info {
	display: flex;
	flex-wrap: wrap;
}
.footer-image {
	margin-top: -2rem;
}
.footer-image img {
	width: 100%;
	height: 100%;
}
.footer__item-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5rem;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	width: 29rem;
	margin: 0;
	letter-spacing: 0.21rem;
	line-height: 4.5rem;
	color: #ffffff;
	padding-bottom: 3.5rem;
}
.footer-phone-email {
	padding-right: 10rem;
}

footer a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.3rem;
	letter-spacing: 0.12rem;
	text-align: left;
	color: rgba(241, 205, 179, 1);
	padding-left: 4rem;
	width: 27.8rem;
	height: 4rem;
}
.footer-phone-email a {
	padding-left: 6.1rem;
	padding-top: 1rem;
	margin-bottom: 2.2rem;
}

.footer__link-email {
	background-image: url("../../assets/icons/icon-email.png");
	background-repeat: no-repeat;
	background-position: 0px 0.5rem;
}

.footer__link-phone {
	background-image: url("../../assets/icons/icon-phone.png");
	background-repeat: no-repeat;
	background-position: 0px 0.5rem;
}
.footer-address .footer__item-name {
	padding-bottom: 3rem;
}

.footer__link-1 {
	padding-left: 4.1rem;
	padding-top: 0.3rem;
	padding-bottom: 1.4rem;
	background-image: url("../../assets/icons/icon-marker.png");
	background-repeat: no-repeat;
	background-position: 0rem 1rem;
	margin-bottom: 1rem;
}
.footer__link-2 {
	padding-left: 4.1rem;
	background-image: url("../../assets/icons/icon-marker.png");
	background-repeat: no-repeat;
	padding-top: 1.9rem;
	background-position: 0rem 1.2rem;
}
.burger {
	margin-top: 0.4rem;
	display: none;
	width: 30px;
	height: 22px;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	right: 5.3rem;
	transform: rotate(0);
	z-index: 10;
}
.burger div {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #f1cdb3;
}
.bg-fon {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(41, 41, 41, 0.6);
	z-index: 100;
	transition: 1s ease all;
}
.popup:hover .close {
	background-color: #ffffff;
}
.popup__content:hover .close {
	background-color: rgba(0, 0, 0, 0);
}
.popup .close {
	cursor: pointer;
	width: 51px;
	height: 51px;
	position: absolute;
	right: -4rem;
	top: -5rem;
	border: 1px solid #f1cdb3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	z-index: 201;
	transition: 1s ease all;
}
.popup .close:hover {
	background-color: #f1cdb3;
}
.popup .popup__content {
	border-radius: 1rem;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	background-color: #ffffff;
}

@media (max-width: 1280px) {
	.our-friends__cards-pets:nth-child(n + 7) {
		display: flex;
	}
}
@media (max-width: 1079.5px) {
	.our-friends__cards-pets:nth-child(n + 7) {
		display: none;
	}
}
@media (max-width: 880px) {
	header .container {
		padding: 0 3rem;
		padding-top: 3rem;
		padding-bottom: 3.2rem;
	}
	.our-friends .container {
		padding-bottom: 7.7rem;
	}
	.our-friends-items {
		margin-top: 3rem;
		justify-content: center;
		margin-bottom: 0.6rem;
	}
	.our-friends__cards-pets:nth-child(2n + 1) {
		margin-right: 3.8rem;
	}
	.our-friends__cards-pets:nth-child(n + 7) {
		display: none;
	}
	footer .container {
		padding-top: 3rem;
		justify-content: center;
	}
	.footer-phone-email {
		padding-right: 0rem;
		padding-left: 2rem;
	}
	.footer-info {
		padding-bottom: 4.3rem;
	}
}

@media (max-width: 767px) and (min-width: 320px) {
	header {
		position: relative;
	}
	.our-friends {
		padding-top: 0;
	}
	header .container {
		padding: 0 1rem;
		padding-top: 3rem;
		z-index: 1;
		height: auto;
	}
	.container {
		position: relative;
		transition: 1s ease all;
	}
	.header-top__logo {
		z-index: 107;
		transition: 2s ease all;
	}
	.logo {
		transition: 2s ease all;
	}
	.logo-text {
		transition: 2s ease all;
	}
	.menu {
		padding: 24.9rem 3.8rem 1rem 3.9rem;
		box-sizing: border-box;
		right: -34rem;
		height: 100vh;
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		width: 32rem;
		position: fixed;
		background-color: #ffffff;
		z-index: 105;
		transition: 1s ease all;
	}
	body header .menu__item-now::after {
		bottom: -0.2rem;
		left: 5rem;
		width: 13.6rem;
	}
	.menu__item:nth-child(2)::after {
		width: 13.6rem;
	}
	.menu__item:nth-child(1)::after {
		bottom: -0.2rem;
		left: 0rem;
		width: 24.3rem;
	}
	.menu .menu__item {
		line-height: 5.12rem;
		margin-bottom: 4.1rem;
		font-size: 3rem;
		text-align: center;
		margin-left: 0;
	}
	.burger {
		display: flex;
		z-index: 106;
		transform: rotate(0deg);
		transition: 0.7s ease all;
	}
	.burger * {
		transform: rotate(0deg);
		transition: 0.7s ease all;
	}
	.burger *:active {
		transform: rotate(-90deg);
	}
	header .container {
		padding: 0 1rem;
		padding-top: 3rem;
		padding-bottom: 3.2rem;
	}
	header .header-top {
		position: relative;
	}
	.our-friends__cards-pets:nth-child(2n + 1) {
		margin-right: auto;
	}
	.our-friends .container {
		padding-top: 4.2rem;
		padding-bottom: 4.5rem;
	}
	.our-friends-items {
		margin-top: 4.2rem;
		margin-bottom: 0.8rem;
	}
	.our-friends__cards-pets {
		margin: 0 auto;
		margin-bottom: 3.1rem;
	}
	.our-friends__name {
		width: 30rem;
		font-size: 2.5rem;
		text-align: center;
		line-height: 3.25rem;
		letter-spacing: 0.14rem;
	}
	.our-friends-buttons {
		width: 30rem;
	}

	footer .container {
		padding-top: 2.9rem;
		justify-content: space-between;
	}
	.footer__item-name {
		margin: 0 auto;
		text-align: center;
		width: 28rem;
		font-size: 2.5rem;
		line-height: 3.2rem;
		letter-spacing: 0.15rem;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}
	.footer__item-name:first-child {
		margin-left: 2rem;
		margin-bottom: 2.5rem;
	}
	.footer__link-email {
		margin-left: 3.3rem;
	}
	.footer__link-phone {
		margin-left: 3.9rem;
	}
	.footer-phone-email {
		padding-bottom: 0.4rem;
		padding-right: 0;
		padding-left: 0rem;
	}
	.footer-address {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: -4.5rem;
	}
	.footer-address .footer__item-name {
		margin-bottom: 0.6rem;
		margin-left: 1.8rem;
		margin-bottom: 0.5rem;
	}
	.footer__link-1 {
		margin-left: 0.9rem;
		margin-bottom: 1.9rem;
	}
	.footer__link-2 {
		margin-left: 0.9rem;
	}
	.footer-info {
		padding-bottom: 2.9rem;
		justify-content: center;
	}
	.footer-image {
		margin: 0 auto;
	}
	.footer-image img {
		display: block;
		margin: 0 auto;
		width: 85%;
	}
	@media (max-width: 539.5px) {
		.our-friends__cards-pets:nth-child(n + 4) {
			display: none;
		}
		.popup .close {
			right: 0rem;
			top: -5.4rem;
		}
	}
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(41, 41, 41, 0.6);
	z-index: 200;
	transition: 1s ease all;
}
.popup:hover .close {
	background-color: #ffffff;
}
.popup__content:hover .close {
	background-color: rgba(0, 0, 0, 0);
}
.popup .close {
	cursor: pointer;
	width: 51px;
	height: 51px;
	position: absolute;
	right: -4.5rem;
	top: -5.4rem;
	border: 1px solid #f1cdb3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	transition: 1s ease all;
}
.popup .close:hover {
	background-color: #f1cdb3;
}

.popup .popup__content {
	border-radius: 1rem;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	max-width: 90rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	background-color: #ffffff;
}

.popup .popup__content-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup .popup__content-img img {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	width: 100%;
}

.popup .popup__content-text {
	padding-top: 5.1rem;
	padding-left: 8.1rem;
	padding-right: 1.9rem;
	padding-bottom: 6.5rem;
}

.popup .popup__content-text h3 {
	font-family: "Georgia", sans-serif;
	font-size: 3.5rem;
	color: #000;
	line-height: 130%;
	letter-spacing: 0.2rem;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.popup .popup__content-text h4 {
	margin-top: 0;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	font-weight: normal;
	font-family: "Georgia", sans-serif;
	font-size: 2rem;
	color: #000;
	line-height: 115%;
	letter-spacing: 0.06em;
}

.popup .popup__content-text h5 {
	font-family: "Georgia", sans-serif;
	font-size: 1.5rem;
	margin-top: 0;
	color: #000;
	line-height: 1.7rem;
	letter-spacing: 0.065em;
	padding-bottom: 4.1rem;
}

.popup .popup__content-text h5 {
	font-size: 1.3rem;
	padding-bottom: 2rem;
}
.popup .popup__content-text ul {
	padding-left: 2rem;
	margin-left: -0.7rem;
	list-style-type: none;
}
.popup .popup__content-text ul > li {
	position: relative;
	padding-left: 2.35rem;
	padding-bottom: 1.15rem;
	padding-left: 0;
	font-family: "Georgia", sans-serif;
	font-size: 1.5rem;
	color: #000;
	line-height: 110%;
	list-style-type: none;
	letter-spacing: 0.06em;
}

.popup .popup__content-text ul > li span {
	font-weight: bold;
}

.popup .popup__content-text ul > li:before {
	left: -1.5rem;
	position: absolute;
	content: "\2022";
	color: #f1cdb3;
}

.show-modal {
	display: block;
}
@media (max-width: 1280px) and (min-width: 768px) {
	.popup .popup__content {
		max-width: 63rem;
	}

	.popup .popup__content-text {
		padding-top: 1.2rem;
		padding-left: 4.7rem;
		padding-right: 0.3rem;
		padding-bottom: 0rem;
	}
	.popup .popup__content-img img {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		width: 100%;
	}
	.popup .popup__content-text h3 {
		margin-top: 0;
		margin-bottom: 0rem;
	}

	.popup .popup__content-text h4 {
		margin-top: 0;
		padding-top: 0.7rem;
		padding-bottom: 2.3rem;
		margin-bottom: 0;
		font-weight: normal;
	}

	.popup .popup__content-text h5 {
		font-size: 1.3rem;
		margin-top: 0;
		font-weight: normal;
		line-height: 1.5rem;
		letter-spacing: 0.06em;
		padding-bottom: 0rem;
		margin-bottom: 1.8rem;
	}

	.popup .popup__content-text ul {
		padding-left: 2rem;
		margin-left: -0.7rem;
		padding-bottom: 2rem;
	}
	.popup .popup__content-text ul > li {
		position: relative;
		padding-left: 2.35rem;
		padding-bottom: 0.7rem;
		padding-left: 0;
		font-family: "Georgia", sans-serif;
		font-size: 1.5rem;
		color: #000;
		line-height: 110%;
		letter-spacing: 0.06em;
	}
}
@media (max-width: 767.5px) and (min-width: 320px) {
	.popup {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(41, 41, 41, 0.6);
		z-index: 200;
	}

	.popup .close {
		cursor: pointer;
		width: 51px;
		height: 51px;
		position: absolute;
		right: -3rem;
		top: -5.4rem;
		border: 1px solid #f1cdb3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 50%;
	}

	.popup .popup__content {
		max-width: 70%;
		margin: 0 auto;
		display: block;
	}

	.popup .popup__content-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: none;
	}

	.popup .popup__content-text {
		padding-top: 1rem;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0rem;
		text-align: center;
	}

	.popup .popup__content-text h3 {
		font-family: "Georgia", sans-serif;
		font-size: 3.5rem;
		color: #000;
		line-height: 130%;
		letter-spacing: 0.2rem;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
	}

	.popup .popup__content-text h4 {
		margin-top: 0;
		padding-top: 1rem;
		padding-bottom: 1.5rem;
		font-weight: normal;
		font-family: "Georgia", sans-serif;
		font-size: 2rem;
		color: #000;
		line-height: 115%;
		letter-spacing: 0.06em;
		margin-bottom: 0.8rem;
	}

	.popup .popup__content-text h5 {
		font-family: "Georgia", sans-serif;
		font-size: 1.5rem;
		margin-top: 0;
		font-weight: normal;
		padding: 0 0.9rem;
		color: #000;
		line-height: 1.25rem;
		letter-spacing: 0.1rem;
		padding-bottom: 3rem;
		text-align: justify;
		margin-bottom: 2.3rem;
	}

	.popup .popup__content-text h5 {
		font-size: 1.3rem;
		padding-bottom: 1.45rem;
	}
	.popup .popup__content-text ul {
		padding-left: 2rem;
		margin-left: 0.5rem;
	}
	.popup .popup__content-text ul > li {
		position: relative;
		text-align: start;
		padding-left: 2.35rem;
		padding-bottom: 0.8rem;
		padding-left: 0;
		font-family: "Georgia", sans-serif;
		font-size: 1.5rem;
		color: #000;
		line-height: 110%;
		letter-spacing: 0.06em;
	}

	.popup .popup__content-text ul > li span {
		font-weight: bold;
	}

	.popup .popup__content-text ul > li:before {
		left: -1.5rem;
		position: absolute;
		content: "\2022";
		color: #f1cdb3;
	}
}
