* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
	scroll-behavior: smooth;
	overflow-x: hidden;
	margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}
ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
hr {
	margin: 0;
}
.img {
	height: auto;
}
/* ---------------------------------------------------------------- */
._container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	overflow-x: hidden;
}
/* ----------------------START HEADER---------------------------------- */
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}
.header__container {
	display: flex;
	justify-content: space-between; 

	min-height: 60px;
}
.header__logo_title {
	display: inline-block;
	font-family: Georgia;
  font-size: 32px;
  font-weight: 400;
  line-height: 35.2px;
  letter-spacing: 0.06em;
	text-align: left;
	color: #F1CDB3;
	margin-bottom: 10px;
	padding-top: 30px;
}
.header__logo_subtitle {
	font-family: 'Arial';
	font-size: 13px;
	font-weight: 400;
	line-height: 14.95px;
	letter-spacing: 0.1em;
	text-align: left;
	font-style: normal;
	padding-left: 4px;
}
@media (max-width: 992px) {
	.header__menu {
		margin: 0 0 0 336px;
	}
}
@media (max-width: 768px) {
	.header__menu {
		margin: 0 0 0 236px;
	}
	.header__logo_title {
		font-size: 24px;
	}
}
.menu__list {
	display: flex;
	flex-wrap: wrap;
}
.menu__item {
	padding-top: 46px;
}
.menu__item:not(:first-child) {
	margin: 0 0 0 35px;
}
.menu__item:not(:last-child) {
	margin: 0 0 0 35px;
}
.menu__item_active::after {
	display: block;
	content: '';
	border-top: 3px solid #F1CDB3;
	padding-top: 10px;
}
.menu__link {
	font: 400 15px/calc(24 / 15 * 100%) Arial, arial, helvetica, sans-serif;
	color: #545454;
}
.menu__link_active {
	font: 400 15px/calc(24 / 15 * 100%) Arial, arial, helvetica, sans-serif;
	color: #292929;
	;
	pointer-events: none;
  text-decoration: none;
  cursor: default;
}
@media (max-width: 768px) {
	.menu__link {
		font-size: 20px;
		text-align: center;
	}
	.menu__item {
    padding-top: 30px;
	}
}
/* -------------END HEADER-------------------------- */
/* ----------------------START BLOCK OUR-FRIENDS--------------- */
.our-friends {
  padding-top: 80px;
	position: relative;
	background:#F6F6F6;

}
.our-friends__container {
	position: relative;
	align-items: center;
}
.our-friends__title {
	font: 400 35px/calc(45.5 / 35 * 100%) 'Georgia', arial, helvetica, sans-serif;
	letter-spacing: 0.06em;
	text-align: center;
	padding-top: 120px;
	margin-bottom: 55px;
}
.our-friends__block {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  height: 930px;
	gap: 0 40px; 
  align-items: center;
  margin-bottom: 27px;
  top: 135px;
  opacity: 0px;
}
.our-friends__card {
	display: flex;
	flex-direction: column;
	background: #FAFAFA;
	margin-bottom: 60px;
	transition: background-color 0.3s ease;
	cursor: pointer;
	z-index: 1;
}
.our-friends__card:hover {
	background-color: #a10c0c2d;
}
.our-friends__card_image {
	width: 270px;
  height: 270px;
	margin-bottom: 32px;
}
.our-friends__card_text {
	font: 400 20px/calc(22.72 / 20 * 100%) 'Georgia', arial, helvetica, sans-serif;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 32px;
}
.our-friends__card_image-img {
	margin-bottom: 10px;
}
.our-friends__card_buttons {
	width: 187px;
	height: 52px;
	padding: 15px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	border: 2px solid #F1CDB3;
	z-index: 5;
  background-color: white;
	margin-bottom: 30px;
}
.our-friends__card_buttons_link {
	font: 400 17px/calc(22.1 / 17 * 100%) 'Georgia', arial, helvetica, sans-serif;
	letter-spacing: 0.06em;
}
.our-friends__card_buttons-know-the-rest {
	width: 261px;
	height: 52px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	background: #F1CDB3;
	margin: 0 auto;
	margin-bottom: 100px;
}
.our-friends__card_buttons_link-know-the-rest {
	font: 400 17px/calc(22.1 / 17 * 100%) 'Georgia', arial, helvetica, sans-serif;
	letter-spacing: 0.06em;
}
.navigation-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 85px;
}
.navigation-block1, .navigation-block2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #CDCDCD;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin: 10px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #CDCDCD;
}
.navigation-block3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1CDB3;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin: 10px;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #292929;
}
.navigation-block4, .navigation-block5 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F1CDB3;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin: 10px;
  cursor: pointer;
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #292929;
}
/* ----------------END BLOCK OUR-FRIENDS------------------- */
/* -------------------------FOOTER------------------------------------ */
.footer {
	background: radial-gradient(237.5% 111.8% at 0% 0%, rgb(91, 72, 58) 0%, rgb(38, 36, 37) 100%);
}
.footer__container {
	display: flex;
}
.footer__questions {
	margin-right: 140px;
}
.footer__questions, .footer__visit {
	width: 300px;
	margin-top: 57px;
}
.footer__questions_title, .footer__visit_title {
	margin-bottom: 40px;
}
.footer__questions_title, .footer__visit_title {
	font: 400 35px/calc(45.5 / 35 * 100%) 'Georgia', arial, helvetica, sans-serif;
	letter-spacing: 0.06em;
	color: #FFFFFF;
}
.footer__visit {
	margin-right: 141px;
}
.footer__visit_title {
	margin-bottom: 33px;
}
.footer__questions__email {
	margin-bottom: 40px;
}
.footer__questions__email, .footer__questions__phone, .footer__visit__adress, .footer__questions__email a, .footer__questions__phone a, .footer__visit__adress a, .footer__visit__adress-link1, .footer__visit__adress-link1 a, .footer__visit__adress-link2, .footer__visit__adress-link2 a {
	display: flex;
	align-items: center;
	gap: 0 20px;
	font: 400 20px/calc(23 / 20 * 100%) 'Georgia', arial, helvetica, sans-serif;
	letter-spacing: 0.06em;
	text-decoration: none;
}
.footer__visit__adress-link1 {
	margin-bottom: 33px;
}
.footer__puppy {
	margin-top: 36px;
}
.footer__puppy {
	padding-left: 20px;
}