/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.woff2') format('woff2'),
	url('fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Medium.woff2') format('woff2'),
	url('fonts/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Light.woff2') format('woff2'),
	url('fonts/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: Inter, sans-serif;
	color: #232323;
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: -0.32px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #F9F9F9;
	min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
	margin: auto;
	width: 1560px;
	padding: 0 20px;
}

.title {
	color: #232323;
	font-size: 45px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.9px;
}

.title > * {
	font-size: 45px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.9px;
	margin: 0;
}

.title span {
	color: #A30100;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: none;
	background: #A30100;
	color: #FFF;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.32px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.button:hover {
	color: #A30100;
	background: #EBEBEB;
}

.mini-button {
	display: inline-flex;
	padding: 13px;
	border: none;
	background: #A30100;
	color: #FFF;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.32px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.mini-button:hover {
	color: #A30100;
	background: #EBEBEB;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	padding: 20px 0 30px;
}

.header__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	width: 253px;
	flex-shrink: 0;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__nav {
	font-weight: 300;
	line-height: 100%;
}

.header__nav a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.header__nav li:hover > a,
.header__nav a:hover {
	color: #A30100;
}

.header__nav li {
	position: relative;
}

.header__nav li.parent > a {
	padding-right: 15px;
	position: relative;
}

.header__nav li.parent > a:after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 12px;
	height: 9px;
	background: url(img/nav-down.svg) no-repeat;
}

.header__nav li:hover.parent > a:after {
	background-image: url(img/nav-down-red.svg);
}

.header__nav ul {
	display: flex;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__nav ul ul {
	z-index: 5;
	position: absolute;
	left: 0;
	top: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	background: #fff;
	width: 265px;
	color: #232323;
	font-size: 12px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.24px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out;
}

.header__nav ul ul:before {
	content: '';
	position: absolute;
	top: -5px;
	height: 5px;
	left: 0;
	right: 0;
}

.header__nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.header__items {
	display: flex;
	gap: 27px;
	align-items: center;
	height: 53px;
	background: #F2F2F2;
	padding: 0 30px;
}

.header__item {
	position: relative;
}

.header__item:before {
	content: '';
	position: absolute;
	background: rgba(35, 35, 35, 0.20);
	width: 1px;
	height: 27px;
	top: 50%;
	transform: translate(0, -50%);
	left: -14px;
}

.header__item:first-child:before {
	display: none;
}

.header__phone {
	color: rgba(35, 35, 35, 0.70);
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.32px;
}

.header__phone a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.header__phone a:hover {
	color: #232323;
}

.header__button {
	text-decoration: none;
	color: #232323;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.32px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.header__button:hover {
	color: rgba(35, 35, 35, 0.70);
}

.header__button a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.header__region {
	color: rgba(35, 35, 35, 0.70);
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.32px;
}

.header__hamburger {
	display: inline-block;
	user-select: none;
	cursor: pointer;
	flex-shrink: 0;
	width: 33px;
	height: 15px;
	background: url(img/hamburger.svg) no-repeat;
}

.header__calc-button {
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(img/calc.svg) no-repeat;
	cursor: pointer;
}

.header__search-button {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(img/search.svg) no-repeat;
	cursor: pointer;
}

.header__sections {
	margin-top: 10px;
	color: #232323;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.32px;
}

.header__sections ul {
	display: flex;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__sections li {
	flex-grow: 1;
}

.header__sections a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 53px;
	color: inherit;
	text-decoration: none;
	position: relative;
	transition: all 0.2s ease-out;
}

.header__sections a:hover {
	background: #E8E8E8;
}

.header__sections a img {
	margin-right: 20px;
	flex-shrink: 0;
}

.header__sections li + li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 26px;
	width: 1px;
	background: #232323;
	opacity: 1;
	transition: all 0.2s ease-out;
}

.header__sections li:hover > a:before {
	opacity: 0;
}

.header__sections li:hover + li > a:before {
	opacity: 0;
}

.header__wrapper {
	position: relative;
}

.search-popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5px 10px 5px 40px;
	background: #F2F2F2;
	display: none;
	z-index: 10;
}

.search-popup:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(img/search-popup-icon.svg) no-repeat;
}

.search-popup__input {
	background: #E4E4E4;
	border: none;
	height: 43px;
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.24px;
	padding: 0 40px 0 10px;
	outline: none;
}

.search-popup__close {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	background: #CBC8C8 url(img/search-popup-close.svg) no-repeat center;
	border-radius: 50%;
	cursor: pointer;
}

.search-popup__result {
	position: absolute;
	top: 58px;
	left: 40px;
	right: 10px;
	background: #E4E4E4;
	padding: 10px;
	display: block;
	margin: 0;
	list-style-type: none;
	z-index: 5;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.24px;
}

.search-popup__result li a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	position: relative;
	color: inherit;
	transition: all 0.2s ease-out;
}

.search-popup__result li a:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 12px;
	height: 12px;
	background: url(img/search-popup-icon.svg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.search-popup__result li a:hover {
	background: #F3F3F3;
}

.search-popup__result li + li {
	margin-top: 5px;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.navbar {
	position: absolute;
	right: 0;
	left: 0;
	top: 53px;
	background: #F2F2F2;
	z-index: 5;
	display: none;
}

.navbar__close {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #CBC8C8 url(img/navbar-close.svg) no-repeat center;
}

.navbar__wrapper {
	display: flex;
	padding-right: 186px;
}

.navbar__item {
	width: 186px;
	padding: 0 18px;
	position: absolute;
	right: 0;
}

.navbar__item_button {
	bottom: 20px;
}

.navbar__item_phone {
	bottom: 50px;
}

.navbar__item_region {
	top: 20px;
}

.navbar__button {
	text-decoration: none;
	color: #232323;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.32px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.navbar__button:hover {
	color: rgba(35, 35, 35, 0.70);
}

.navbar__button a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.navbar__phone {
	color: rgba(35, 35, 35, 0.70);
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.32px;
}

.navbar__phone a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.navbar__phone a:hover {
	color: #232323;
}

.navbar__region {
	color: rgba(35, 35, 35, 0.70);
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.32px;
}

.navbar__nav {
	position: relative;
	color: #232323;
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.32px;
	padding: 20px;
}

.navbar__nav a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.navbar__nav a:hover {
	color: #A30100;
}

.navbar__nav li.parent > a {
	padding-right: 15px;
	position: relative;
}

.navbar__nav li.parent > a:after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 12px;
	height: 9px;
	background: url(img/nav-down.svg) no-repeat;
	display: none;
}

.navbar__nav ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navbar__nav ul ul {
	flex-direction: column;
	gap: 10px;
	padding: 15px;
	background: #fff;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: -0.28px;
	display: none;
	transition: all 0.2s ease-out;
}

.navbar__nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.navbar__sub-nav {
	width: 305px;
	padding: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: -0.28px;
}

.navbar__sub-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style-type: none;
}

.navbar__sub-nav a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.navbar__sub-nav a:hover {
	color: rgba(35, 35, 35, 0.70);
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	padding-bottom: 100px;
}

.main .label {
	display: none;
}

.main .title {
	margin-bottom: 20px;
	max-width: 692px;
}

.main__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.main__text {
	max-width: 557px;
	margin-bottom: 27px;
}

.main .form {
	margin-top: auto;
}

.form {
	border: 1px solid rgba(163, 1, 0, 0.50);
	background: #F2F2F2;
	padding: 40px;
}

.form__title {
	display: flex;
	align-items: center;
	color: #A30100;
	font-size: 25px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.form__title_call:after {
	content: '';
	margin-left: 20px;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: url(img/phone-form-title.svg) no-repeat;
}

.input {
	background: #E4E4E4;
	height: 53px;
	display: block;
	width: 100%;
	border: 1px solid #E4E4E4;
	padding: 0 14px;
	outline: none;
}

.form__input + .form__input {
	margin-top: 14px;
}

.form__bottom {
	margin-top: 32px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.submit {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.32px;
	padding: 13px 15px;
	border: none;
	background: #A30100;
	transition: all 0.2s ease-out;
}

.submit:hover {
	color: #A30100;
	background: #EBEBEB;
}

.policy-form {
	color: #8A8A8A;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
}

.form__bottom .policy-form {
	max-width: 326px;
}

.policy-form a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: all 0.2s ease-out;
}

.policy-form a:hover {
	color: #232323;
}

.main__column {
	display: flex;
	flex-direction: column;
}

.main__img {
	position: relative;
}

.main__img img {
	display: block;
	width: 100%;
	height: auto;
}

.main__label {
	position: absolute;
	left: 30px;
	top: 30px;
	color: #232323;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.36px;
	padding: 0 20px;
	height: 42px;
	background: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(6.6px);
	display: flex;
	align-items: center;
	z-index: 1;
}

.main__label_car:before {
	content: '';
	flex-shrink: 0;
	width: 22px;
	height: 18px;
	background: url(img/car.svg) no-repeat;
	margin-right: 10px;
}

.main .owl-carousel {
	max-width: 750px;
	height: 100%;
}

.main .owl-stage-outer {
	height: 100%;
}

.main .owl-carousel .owl-stage {
	height: 100%;
}

.main .owl-carousel .owl-item {
	height: 100%;
}

.main__label_crematorium:before {
	content: '';
	flex-shrink: 0;
	width: 21px;
	height: 20px;
	background: url(img/crematorium.svg) no-repeat;
	margin-right: 10px;
}

.main__label_urn:before {
	content: '';
	flex-shrink: 0;
	width: 20px;
	height: 24px;
	background: url(img/urn.svg) no-repeat;
	margin-right: 10px;
}

.main__label_user:before {
	content: '';
	flex-shrink: 0;
	width: 20px;
	height: 26px;
	background: url(img/user.png) no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.main__items {
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(4 ,1fr);
	gap: 20px;
}

.main__item {
	height: 346px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: #F2F2F2;
	position: relative;
}

.main__item:before {
	content: '';
	position: absolute;
	width: 41px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(img/square1.svg);
	top: 30px;
	right: 30px;
}

.main__item:nth-child(2n) {
	background: #F5F5F5;
}

.main__item:nth-child(2n):before {
	width: 41px;
	height: 41px;
	background-image: url(img/square2.svg);
}

.main__item:nth-child(3n):before {
	width: 41px;
	height: 41px;
	background-image: url(img/square3.svg);
}

.main__item:nth-child(4n) {
	background: #E4E4E4;
}

.main__item:nth-child(4n):before {
	width: 41px;
	height: 41px;
	background-image: url(img/square4.svg);
}

.main__caption {
	max-width: 247px;
	color: #232323;
	font-size: 20px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.4px;
	margin-bottom: 20px;
}

.main__description {
	color: rgba(35, 35, 35, 0.70);
}

.main__advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 14px;
	margin-bottom: 30px;
}

.main_animal-export .main__advantages {
	gap: 6px;
}

.main__advantage {
	display: flex;
	padding: 13px 40px;
	background: #F2F2F2;
	gap: 13px;
}

.main_animal-export .main__advantage {
	padding: 13px 10px;
	gap: 10px;
}

.main__advantage:before {
	content: '';
	width: 17px;
	height: 16px;
	background: url(img/main-advantage.svg) no-repeat;
	margin-top: 1.5px;
}

.main_dog_cremation .main__text {
	max-width: 717px;
}

.main_cat_cremation .main__text {
	max-width: 647px;
}

.main_about .title {
	max-width: inherit;
}

.main_animal-export .main__text {
	max-width: 700px;
}

.main_animal-export .main__column {
	display: flex;
	flex-direction: column;
}

.main__text + .main__text {
	margin-top: auto;
	margin-bottom: 0;
}

.main__img + .main__text:before,
.main__text + .main__text:before {
	content: '';
	display: block;
	height: 1px;
	width: 139px;
	background: #232323;
	margin-bottom: 20px;
}

.main__img + .main__text {
	display: none;
	margin-top: 20px;
}

/* ==========================================================================
   PLUS-MINUS
   ========================================================================== */
.plus-minus {
	background: #fff;
	padding: 50px 0;
}

.plus-minus .container {
	position: relative;
}

.plus-minus .title {
	/*max-width: 1400px;*/
	margin-bottom: 80px;
	padding-right: 243px;
	position: relative;
}

.plus-minus .title:before {
	content: '';
	position: absolute;
	width: 125px;
	height: 156px;
	background: url(img/plus-minus-icon.svg) no-repeat;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.plus-minus__mobile-block {
	display: none;
}

.plus-minus_dog {
	padding: 100px 0 0;
	background: none;
}

.plus-minus__word {
	max-width: 711px;
	margin-bottom: 40px;
}

.plus-minus__word b {
	font-weight: 600;
}

.plus-minus_cat {
	padding: 100px 0 0;
	background: none;
}

.plus-minus_cat .title {
	margin-bottom: 20px;
	padding-right: 371px;
}

.plus-minus_dog .container:before {
	top: -7px;
	right: 43px;
	width: 79px;
	height: 98px;
	background-image: url(img/plus-minus-icon-inner.svg);
}

.label, .label > * {
	color: #A3A3A3;
	line-height: 100%;
	margin-bottom: 25px;
	font-weight: initial;
	font-size: inherit;
}

.plus-minus_dog .title {
	margin-bottom: 40px;
}

.plus-minus__columns {
	display: flex;
	position: relative;
}

.plus-minus__button {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 353px;
}

.plus-minus__button .button {
	display: flex;
	width: 100%;
}

.plus-minus__left {
	width: 457px;
	flex-shrink: 0;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
}

.plus-minus_dog .plus-minus__left {
	width: 493px;
}

.plus-minus_cat .plus-minus__left {
	width: 493px;
}

.plus-minus__important {
	margin-top: auto;
	color: #A30100;
	font-weight: 700;
}

.plus-minus__right {
	flex-grow: 1;
}

.plus-minus_dog .plus-minus__text {
	max-width: 438px;
}

.plus-minus__text span {
	color: #A30100;
}

.plus-minus__text p {
	margin: 30px 0;
}

.plus-minus__text strong,
.plus-minus__text b {
	font-weight: 600;
}

.plus-minus__text strong {
	color: #A30100;
}

.plus-minus__text ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.plus-minus__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.plus-minus__item {
	padding: 40px 76px 40px 40px;
	background: #F5F5F5;
	position: relative;
	min-height: 483px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.plus-minus__item:after {
	content: '';
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 23px;
	height: 13px;
	background: url(img/more.svg) no-repeat;
	transition: all 0.2s ease-out;
}

.plus-minus__item:hover:after {
	opacity: 0.6;
}

.plus-minus__item:nth-child(2n):after {
	background-image: url(img/more-white.svg);
}

.plus-minus__item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(img/red-triangle.svg) no-repeat;
}

.plus-minus__item:nth-child(2n) {
	background: #232323;
}

.plus-minus__item:nth-child(2n):before {
	background-image: url(img/silver-triangle.svg);
}

.plus-minus__caption {
	color: #232323;
	font-size: 25px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

.plus-minus__left .plus-minus__caption {
	margin-bottom: 30px;
	max-width: 326px;
}

.plus-minus__text > *:first-child {
	margin-top: 0;
}

.plus-minus__text > *:last-child {
	margin-bottom: 0;
}

.plus-minus__item:nth-child(2n) .plus-minus__caption {
	color: #fff;
}

.plus-minus__description {
	color: #232323;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.32px;
	margin-bottom: 32px;
	max-width: 299px;
}


.plus-minus__item:nth-child(2n) .plus-minus__description {
	color: #fff;
}

.plus-minus__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: auto 0 0;
	padding: 0;
	list-style-type: none;
	color: rgba(35, 35, 35, 0.70);
	font-weight: 500;
}

.plus-minus__item:nth-child(2n) .plus-minus__list {
	color: rgba(255, 255, 255, 0.70);
}

.plus-minus__minus,
.plus-minus__plus {
	padding-left: 41px;
	position: relative;
}

.plus-minus__minus:before,
.plus-minus__plus:before {
	content: '';
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
}

.plus-minus__plus:before {
	width: 23px;
	height: 23px;
	background-image: url(img/plus.svg);
	top: 50%;
	transform: translate(0, -50%);
	margin-top: -3px;
}

.plus-minus__item:nth-child(2n) .plus-minus__plus:before {
	background-image: url(img/plus-white.svg);
}

.plus-minus__minus:before {
	width: 23px;
	height: 2px;
	background-image: url(img/minus.svg);
	top: 9px;
}

.plus-minus__item:nth-child(2n) .plus-minus__minus:before {
	background-image: url(img/minus-white.svg);
}

/* ==========================================================================
   PRICE
   ========================================================================== */
.price__custom .main__text{
	max-width: 100%;
}
.price {
    padding: 100px 0;
}

.price_animal-export {
	padding-bottom: 0;
}

.price.price_inner {
	padding-top: 0;
}

.price.price_dog-euthanasia {
	padding-bottom: 0;
}

.price.price_cat-euthanasia {
	padding-bottom: 0;
}

.price .title {
	margin-bottom: 30px;
}

.price__text {
	margin-bottom: 30px;
}

.price__items {
	margin-bottom: 30px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}

.price__item {
	color: #232323;
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.4px;
	text-decoration: none;
	padding: 15px;
	background: #F2F2F2;
	text-align: center;
	transition: all 0.2s ease-out;
}

.price__item:hover {
	background: #F5F5F5;
}

.price__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.price__block + .price__block {
	margin-top: 20px;
}

.price__block {
	padding: 40px;
	background: #fff;
}

.price_cat-euthanasia .price__block {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.price_inner .price__block,
.price_animal-export .price__block {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.price__block_silver {
	background: #F5F5F5;
}

.price__block_dark-silver {
	background: #E4E4E4;
}

.price__block_black .price__caption,
.price__block_dark-silver .price__caption {
	font-weight: 500;
}

.price__block_black {
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%), #FFF;
}

.price__caption {
	color: #232323;
	font-size: 25px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.price__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 28px;
}

.price__button {
	display: inline-flex;
	align-items: center;
	color: #A30100;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.32px;
	text-decoration: none;
	margin-top: 7px;
	transition: all 0.2s ease-out;
}

.price__button:after {
	content: '';
	margin-left: 21px;
	flex-shrink: 0;
	width: 23px;
	height: 13px;
	background: url(img/icon-button.svg) no-repeat;
}

.price__button:hover {
	opacity: 0.7;
}

.price table {
	width: 100%;
	font-weight: 500;
}

.price table a {
	color: inherit;
	transition: all 0.2s ease-out;
}

.price table a:hover {
	opacity: 0.5;
}

.price table td {
	padding: 14px 0 15px;
	vertical-align: top;
}

.price table tr:last-child td {
	padding-bottom: 0;
}

.price table th + th,
.price table td + td {
	padding-left: 15px;
}

.price table th {
	color: #8A8A8A;
	text-align: left;
	padding: 0 0 18px;
	vertical-align: top;
	font-weight: 400;
}

.price tr + tr td {
	border-top: 1px solid rgba(35, 35, 35, 0.20);
}

.price tr:first-child + tr td {
	border-top: none;
}

.price__block_black .price__caption {
	color: #fff;
}

.price__block_black .price__button {
	color: #fff;
}

.price__block_black .price__button:after {
	background-image: url(img/icon-button-white.svg);
}

.price__table-last-red td:last-child {
	color: #A30100;
}

.price__block_black table td {
	color: #fff;
}

.price__block_black tr + tr td {
	border-color: rgba(255, 255, 255, 0.30);
}

.line-through {
	text-decoration: line-through;
}

.price__accordion {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.price__accordion-caption {
	font-weight: 500;
	line-height: 1;
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.price__accordion-caption:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 25px;
	height: 25px;
	background: url(img/accordion-plus.svg) no-repeat;
}

.price__block_black .price__accordion-caption {
	color: #fff;
}

.price__cols {
	margin-top: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.price__label {
	margin-bottom: 16px;
	color: rgba(35, 35, 35, 0.50);
}

.price__value {
	height: 53px;
	padding: 0 15px;
	color: #232323;
	background: #fff;
	display: flex;
	align-items: center;
}

.price__value_line-through {
	text-decoration: line-through;
	color: rgba(35, 35, 35, 0.50);
}

.price__block_black .price__label {
	color: rgba(255, 255, 255, 0.50);
}

.price_cat-euthanasia .price__block_black {
	position: relative;
}

.price_cat-euthanasia .price__block_black:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(img/price-triangle.svg) no-repeat;
}

.price_animal-export .price__block_dark-silver table,
.price_inner .price__block_dark-silver table {
	margin-top: auto;
}

.price__button-down {
	cursor: pointer;
	user-select: none;
	padding-right: 31px;
	position: relative;
}

.price__button-down:after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	width: 12px;
	height: 9px;
	background: url(img/nav-down.svg) no-repeat;
	transition: all 0.2s ease-out;
}

.price__button-down:hover:after {
	background-image: url(img/nav-down-red.svg);
}

.price__button-down.active:after {
	transform: rotate(180deg);
}

.price__description {
	padding-top: 15px;
	color: rgba(35, 35, 35, 0.70);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.32px;
	display: none;
	max-width: 493px;
}

.price__table-description td:first-child {
	width: 79%;
}

/* ==========================================================================
   IMPORTANT
   ========================================================================== */
.important {
    padding: 50px 0;
	background: #A30100 url(img/important-bg.svg) no-repeat top center;
}

.important .label {
	color: rgba(255, 255, 255, 0.70);
}

.important__grid {
	display: grid;
	gap: 23px;
	grid-template-columns: 1fr 1fr;
}

.important__text {
	color: #fff;
	max-width: 549px;
	margin-top: auto;
}

.important__text_ttu {
	text-transform: uppercase;
}

.important .title {
	margin-bottom: 51px;
	color: #fff;
}

.important .title + .important__text {
	max-width: 429px;
}

.important__column {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* ==========================================================================
   CAROUSEL-GOODS
   ========================================================================== */
.carousel-goods {
    padding: 128px 0 0;
}

.carousel-goods .title {
	margin-bottom: 41px;
}

.goods-item__img {
	background: #fff;
	padding: 40px 44px;
	margin-bottom: 10px;
}

.goods-item__img img {
	display: block;
	width: 100%;
	height: auto;
}

.goods-item__name {
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 10px;
}

.goods-item__properties {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.28px;
}

.carousel-goods .owl-nav {
	position: absolute;
	right: 0;
	display: flex;
	gap: 7px;
	top: -85px;
}

.carousel-goods .owl-prev,
.carousel-goods .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #E4E4E4 no-repeat center;
	border: none;
	font-size: 0;
}

.carousel-goods .owl-prev {
	background-image: url(img/prev.svg);
}

.carousel-goods .owl-next {
	background-image: url(img/next.svg);
}

/* ==========================================================================
   CALC
   ========================================================================== */
.calc {
    padding: 100px 0;
}

.calc .title {
	max-width: 839px;
	margin-bottom: 40px;
}

.calc__columns {
	display: flex;
}

.calc__left {
	flex-grow: 1;
	padding: 40px;
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.calc__right {
	width: 622px;
	margin-left: 20px;
	padding: 40px;
	background: #F5F5F5;
	position: relative;
}

.calc__right:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(img/red-triangle.svg) no-repeat;
}

.calc__caption {
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}

.calc__right .calc__caption {
	color: #232323;
}

.calc__row {
	display: grid;
	gap: 60px;
	grid-template-columns: 1fr 1fr;
}

.calc__label {
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 10px;
}

.calc__radio {
	color: #FFF;
	display: flex;
	align-items: center;
}

.calc__radio label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.calc__radio input {
	display: none;
}

.calc__radio i {
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
}

.calc__radio i:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 13.5px;
	height: 13.5px;
	background: #A30100;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.calc__radio input:checked + i:after {
	opacity: 1;
}

.calc__radio + .calc__radio {
	margin-top: 10px;
}

.select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	cursor: pointer;
	outline: none;
	background: #E4E4E4 url(img/down-select.svg) no-repeat right center;
	padding: 0 39px 0 15px;
	height: 30px;
	width: 100%;
	max-width: 265px;
	color: #232323;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.26px;
}

.calc__radio .tooltip {
	margin-left: 7px;
}

.tooltip {
	position: relative;
}

.tooltip__icon {
	display: block;
	width: 14px;
	height: 13px;
	background: url(img/tooltip-icon.svg) no-repeat;
}

.tooltip__text {
	position: absolute;
	top: 18px;
	right: -46px;
	width: 265px;
	background: url(img/tooltip-bg.svg) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.24px;
	color: #232323;
	padding: 34px 44px 22px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out;
	z-index: 5;
}

.tooltip__text:before {
	content: '';
	position: absolute;
	height: 10px;
	top: -10px;
	left: 0;
	right: 0;
}

.tooltip__text:after {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E4E4E4;
}

.tooltip__text div {
	position: relative;
	z-index: 1;
}

.tooltip:hover .tooltip__text {
	opacity: 1;
	visibility: visible;
}

.calc__plus {
	color: #A30100;
	margin-left: 30px;
}

.calc table {
	width: 100%;
}

.calc table + table {
	margin-top: 20px;
}

.calc table td + td {
	color: #A30100;
}

.calc table tr + tr td {
	padding-top: 20px;
}

.calc table td + td {
	padding-left: 20px;
}

.calc table td:first-child {
	width: 54%;
}

.calc table span {
	display: block;
	color: rgba(35, 35, 35, 0.50);
	margin-top: 3px;
}

.calc table b {
	font-weight: 600;
}

.calc__block {
	margin-top: 27px;
}

.calc__input {
	max-width: 353px;
}

.calc__input + .calc__input {
	margin-top: 5px;
}

.calc__bottom {
	margin-top: 32px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.calc__bottom .policy-form {
	max-width: 324px;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
    padding: 50px 0;
	background: #fff;
}

.gallery .owl-nav {
	position: absolute;
	right: 0;
	display: flex;
	gap: 7px;
	top: -85px;
}

.gallery .owl-prev,
.gallery .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #E4E4E4 no-repeat center;
	border: none;
	font-size: 0;
}

.gallery .owl-prev.disabled,
.gallery .owl-next.disabled {
	opacity: 0.5;
	cursor: default;
}

.gallery .owl-prev {
	background-image: url(img/prev.svg);
}

.gallery .owl-next {
	background-image: url(img/next.svg);
}

.gallery + .gallery {
	background: none;
}

.gallery .title {
	margin-bottom: 40px;
}

.gallery__items {
	display: grid;
	gap: 26px 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

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

.gallery__item img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery__carousel {
	display: none;
	margin-bottom: 20px;
}

.gallery__columns {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.gallery__column:first-child {
	grid-column: span 2;
}

.gallery__column .gallery__items {
	grid-template-columns: 1fr 1fr;
}

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

.gallery__icon {
	margin-bottom: 50px;
}

.gallery__icon img {
	display: block;
}

.gallery__block {
	display: flex;
	flex-direction: column;
	padding: 40px;
	min-height: 280px;
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.gallery__block:nth-child(3n) {
	background: #F9F9F9;
}

.gallery__caption {
	margin-top: auto;
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
	max-width: 385px;
}

.gallery__block:nth-child(3n) .gallery__caption {
	color: #232323;
}

/* ==========================================================================
   STEPS
   ========================================================================== */
.steps {
    padding: 100px 0 0;
}

.steps .owl-prev {
	display: none;
}

.steps .owl-next {
	position: absolute;
	width: 54px;
	height: 54px;
	right: -27px;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #F1F1F1 url(img/carousel-next.svg) no-repeat center;
	border: none;
	font-size: 0;
}

.steps .title {
	margin-bottom: 40px;
}

.steps__items {
	display: grid;
	gap: 26px 23px;
	grid-template-columns: 1fr 1fr;
}

.steps__item {
	padding: 40px;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	min-height: 267px;
	position: relative;
}

.steps__item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(img/red-triangle.svg) no-repeat;
}

.steps__item:nth-child(3n),
.steps__item:nth-child(2n) {
	background: #fff;
}

.steps__item:nth-child(4n) {
	background: #A30100;
}

.steps__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.steps__caption {
	color: #232323;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.steps__number {
	color: #232323;
	font-size: 26.667px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.533px;
}

.steps__item:nth-child(4n) .steps__caption,
.steps__item:nth-child(4n) .steps__number,
.steps__item:nth-child(4n) .steps__description {
	color: #fff;
}

.steps__description {
	margin-top: auto;
	max-width: 639px;
	color: #232323;
	font-size: 18.667px;
	line-height: 120%;
	letter-spacing: -0.373px;
}

.steps__description:before {
	content: '';
	display: block;
	height: 1px;
	width: 139px;
	background: rgba(35, 35, 35, 0.70);
	margin-bottom: 14px;
}

.steps__item:nth-child(4n) .steps__description:before {
	background: #fff;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
    padding: 100px 0 0;
	overflow: hidden;
}

.reviews .owl-carousel .owl-stage {
	display: flex;
}

.breadcrumbs + .reviews {
	padding-top: 0;
}

.reviews .title {
	margin-bottom: 40px;
}

.reviews_inner .title {
	margin-bottom: 30px;
}

.reviews__section + .reviews__section {
	margin-top: 50px;
}

.reviews__row {
	display: flex;
	gap: 14px;
	align-items: baseline;
	margin-bottom: 28px;
}

.reviews__row .label {
	margin-bottom: 0;
}

.rating {
	display: flex;
	align-items: center;
}

.reviews__row .rating {
	gap: 6px;
}

.reviews__row .title {
	margin-bottom: 0;
}

.rating i {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background: url(img/star.svg) no-repeat;
}

.rating span {
	font-size: 24.426px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.489px;
}

.reviews .title {
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.reviews a.title:hover {
	opacity: 0.8;
}

.reviews__section_yell .title span {
	color: #E84940;
}

.reviews__section_reviews .title span {
	color: #064E82;
}

.reviews__section_yandex .title span {
	color: #FC3F1C;
}

.reviews__section_reviews .reviews__row {
	align-items: center;
}

.reviews__section_yandex .reviews__row {
	align-items: center;
}

.reviews__section_reviews .reviews__row .rating i {
	background-image: url(img/star-orange.svg);
}

.reviews__section_yandex .reviews__row .rating {
	gap: 0;
}

.reviews__section_yandex .reviews__row .rating i {
	background-image: url(img/star-yellow.svg);
}

.reviews__section_reviews .reviews__row .rating span {
	color: #F99B00;
}

.reviews__block {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.reviews__count {
	line-height: 110%;
}

.reviews__count span {
	color: rgba(35, 35, 35, 0.50);
}

.reviews__all {
	margin-left: auto;
	font-size: 17.641px;
	line-height: 100%;
	letter-spacing: -0.353px;
	align-self: flex-end;
	position: relative;
	top: -5px;
}

.reviews__all a {
	color: #A30100;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.reviews__all a:hover {
	opacity: 0.6;
}

.reviews__section_yell .reviews__all a {
	color: #FF3B3B;
}

.reviews__section_reviews .reviews__all a {
	color: #064E82;
}

.reviews__section_yandex .reviews__all a {
	color: #FC3F1C;
}

.reviews__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.reviews__section_reviews .reviews__items {
	grid-template-columns: 1fr 1fr;
}

.reviews__item {
	padding: 20px;
	background: #FFF;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.reviews__top {
	display: flex;
	margin-bottom: 20px;
}

.reviews__logo {
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	background: #E8E6E0;
	border-radius: 50%;
	color: #FFF;
	font-size: 41.615px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.832px;
	display: flex;
	align-self: center;
	justify-content: center;
}

.reviews__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.reviews__info {
	margin-left: 17px;
}

.reviews__name {
	color: #000;
	font-size: 21.712px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.434px;
	margin-bottom: 6px;
}

.reviews__date {
	color: #999;
	line-height: normal;
}

.reviews__date a {
	margin-left: 10px;
	color: #A30100;
	text-decoration: none;
}

.reviews__section_yell .reviews__date a {
	color: #FF3B3B;
}

.reviews__section_yell .reviews__rating i {
	background-image: url(img/star-yell.svg);
}

.reviews__section_yandex .reviews__rating i {
	background-image: url(img/star-yellow.svg);
}

.reviews__rating {
	margin-bottom: 27px;
}

.reviews__text {
	color: #000;
	line-height: normal;
	padding-right: 18px;
	margin-top: auto;
}

.reviews__buttons {
	margin-top: 20px;
	display: flex;
	gap: 7px;
	color: #999;
	font-size: 16.284px;
	line-height: 100%;
	letter-spacing: -0.326px;
}

.reviews__button {
	padding-left: 22px;
	position: relative;
	cursor: pointer;
}

.reviews__button:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background-repeat: no-repeat;
}

.reviews__button_healthy:before {
	width: 17px;
	height: 14px;
	background-image: url(img/healthy.svg);
}

.reviews__button_answer:before {
	width: 16px;
	height: 12px;
	background-image: url(img/answer.svg);
}

.reviews__button_answer span {
	border-bottom: 1px dotted #999;
}

.reviews__button_share:before {
	width: 17px;
	height: 14px;
	background-image: url(img/share.svg);
}

.reviews__caption {
	font-size: 21.712px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.434px;
}

.reviews__section_reviews .reviews__caption {
	color: #064E82;
	margin-bottom: 6px;
}

.reviews__line {
	display: flex;
	align-items: center;
	gap: 13px;
}

.reviews__section_reviews .reviews__line .rating i {
	background-image: url(img/star-yellow.svg);
}

.reviews__name-line {
	font-weight: 500;
	line-height: normal;
	margin-top: 3px;
}

.reviews__date-line {
	color: #999;
	line-height: normal;
	margin-top: 3px;
}

.reviews__description {
	color: #232323;
	text-align: center;
	font-size: 27.14px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.543px;
	max-width: 959px;
	margin: 50px auto 27px;
}

.reviews__send {
	font-size: 0;
	text-align: center;
}

.reviews__send + .reviews__form-wrapper {
	display: none;
}

.button-outline {
	display: inline-flex;
	color: #A30100;
	font-size: 17.641px;
	line-height: 100%;
	letter-spacing: -0.353px;
	border: 1px solid #A30100;
	padding: 20px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.button-outline:hover {
	color: #fff;
	background: #A30100;
}

.reviews__word {
	margin-bottom: 61px;
	font-size: 18.667px;
	line-height: 120%;
	letter-spacing: -0.373px;
}

.reviews__head {
	color: #232323;
	font-size: 26.667px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.533px;
	margin: 40px 0 20px;
}

.reviews__services {
	display: flex;
	align-items: center;
	gap: 20px 45px;
}

.reviews__service {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.reviews__service:hover {
	opacity: 0.7;
}

.reviews__service_yandex .reviews__service__name {
	color: #FC3F1C;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.reviews__service_yandex .reviews__service__name span {
	color: #232323;
	margin-left: 3px;
}

.reviews__service-count {
	color: rgba(35, 35, 35, 0.50);
	font-size: 13.333px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.267px;
}

.reviews__service-count span {
	color: #232323;
}

.reviews__service-rating {
	display: flex;
	align-items: center;
	gap: 2.5px;
	margin-bottom: 3px;
}

.reviews__service-rating i {
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.reviews__service-rating span {
	font-size: 13.333px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.267px;
	margin-right: 3.5px;
}

.reviews__service_yandex .reviews__service-rating i {
	background-image: url(img/star-yellow.svg);
}

.reviews__service_reviews .reviews__service__name {
	color: #064E82;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.reviews__service_reviews .reviews__service-rating i {
	background-image: url(img/star-orange.svg);
}

.reviews__service_reviews .reviews__service-rating span {
	color: #F99B00;
}

.reviews__service_yell .reviews__service__name {
	color: #E84940;
	font-size: 35px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.7px;
}

.reviews__service_yell .reviews__service__name span {
	color: #232323;
}

.reviews__service_yell .reviews__service-rating i {
	background-image: url(img/star-yell.svg);
}

.reviews__form {
	margin: 44px auto 0;
	max-width: 489px;
	border: 1px solid rgba(163, 1, 0, 0.50);
	background: #F2F2F2;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.reviews__form-hidden {
	display: none;
}

.reviews__form-title {
	color: #232323;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.reviews__form-input {
	width: 100%;
	height: 50px;
	background: #E4E4E4;
	border: 1px solid #E4E4E4;
	padding: 0 20px;
	resize: none;
	outline: none;
	margin-bottom: 20px;
}

.reviews__form-textarea {
	width: 100%;
	height: 105px;
	background: #E4E4E4;
	border: 1px solid #E4E4E4;
	padding: 17px 20px;
	resize: none;
	outline: none;
}

.reviews__form-button {
	display: flex;
	justify-content: center;
}

.reviews__form-rating {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.reviews__form-rating i {
	width: 40px;
	height: 40px;
	background: url(img/big-star.svg) no-repeat;
}

.reviews .owl-carousel {
    position: relative;
}

.reviews .owl-nav {
    position: absolute;
    right: 0;
    top: -85px;
    display: flex;
    gap: 7px;
}

.reviews .owl-prev,
.reviews .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E4E4E4 no-repeat center;
    border: none;
    font-size: 0;
}

.reviews .owl-prev {
    background-image: url(img/prev.svg);
}

.reviews .owl-next {
    background-image: url(img/next.svg);
}

/*.reviews .owl-prev {
	display: none;
}

.reviews .owl-next {
	position: absolute;
	width: 54px;
	height: 54px;
	right: -27px;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #F1F1F1 url(img/carousel-next.svg) no-repeat center;
	border: none;
	font-size: 0;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
	padding: 100px 0 0;
}

.faq .title {
	margin-bottom: 40px;
}

.faq__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

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

.faq__item {
	padding: 24px 96px 24px 30px;
	background: #fff;
	position: relative;
}

.faq__caption {
	max-width: 475px;
}

.faq__button {
	position: absolute;
	top: 17px;
	right: 30px;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #E4E4E4 url(img/faq-plus.svg) no-repeat center;
	cursor: pointer;
}

.faq__button.active {
	background-image: url(img/faq-close.svg);
}

.faq__text {
	display: none;
	padding-top: 39px;
}

.faq__text.active {
	display: block;
}

/* ==========================================================================
   MAP
   ========================================================================== */
.map {
    padding: 50px 0 0;
}

.price + .map {
	padding-top: 0;
}

.map_about {
	background: none;
	padding-top: 100px;
}

.map.map_inner {
	padding: 0;
	background: none;
}

.gallery + .map {
	margin-top: 100px;
}

.map .title {
	margin-bottom: 40px;
}

.map__wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 627px;
	position: relative;
}

.map_inner .map__wrapper {
	height: 634px;
}

.map__popup {
	position: absolute;
	width: 275px;
	height: 145px;
	background: url(img/map-popup.svg) no-repeat;
	padding: 20px 50px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.map__close {
	position: absolute;
}

.map__caption {
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.28px;
}

.map__description {
	color: rgba(35, 35, 35, 0.70);
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.24px;
}

.map__button {
	display: flex;
}

.map__button a {
	color: #FFF;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.24px;
	padding: 10px;
	background: #A30100;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.map__button a:hover {
	background: transparent;
	color: #A30100;
}

.map__close {
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 21px;
	right: 20px;
	background: url(img/map-close.svg) no-repeat;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding: 50px 0;
	margin-top: 100px;
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.footer__top {
	display: flex;
	gap: 167px;
}

.footer__logo {
	width: 253px;
	flex-shrink: 0;
	margin-bottom: 29px;
}

.footer__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer__label {
	color: #A3A3A3;
	margin-bottom: 10px;
}

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

.footer__contact,
.footer__operating-mode {
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

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

.footer__nav {
	color: #FFF;
	font-weight: 500;
	line-height: 110%;
}

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

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

.footer__right {
	margin-top: 62px;
	display: flex;
	gap: 200px;
}

.footer__payments {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__payment img {
	display: block;
	max-width: 69px;
	height: auto;
}

.footer__bottom {
	margin-top: 35px;
	display: flex;
	max-width: 1170px;
	justify-content: space-between;
}

.footer__block {
	color: #A3A3A3;
	font-weight: 500;
	line-height: 110%;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

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

.footer .container {
	position: relative;
}

.footer__back-to-top {
	position: absolute;
	right: 20px;
	top: 62px;
	color: #FFF;
	padding-left: 17px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.footer__back-to-top:hover {
	opacity: 0.7;
}

.footer__back-to-top:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 11px;
	height: 15px;
	background: url(img/back-to-top.svg) no-repeat;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
    padding: 50px 0;
	background: #fff;
}

.info__hidden-block {
	display: none;
}

.info__hidden-block a {
	color: inherit;
}

.info .title {
	margin-bottom: 40px;
}

.info__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.info__caption {
	color: #232323;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
	margin-bottom: 49px;
	display: flex;
	margin-top: 0;
}

.info__caption span {
	margin-right: 15px;
	color: #A3A3A3;
	font-weight: 600;
}

.info__column_silver {
	min-height: 323px;
	padding: 40px;
	background: #F5F5F5;
}

.info__text {
	color: rgba(35, 35, 35, 0.70);
	margin-top: auto;
}

.info__caption + .info__text:before {
	content: '';
	display: block;
	height: 1px;
	width: 139px;
	margin-bottom: 15px;
	background: rgba(35, 35, 35, 0.70);
}

.info__text + .info__text:before {
	content: '';
	display: block;
	height: 1px;
	width: 139px;
	margin-top: 57px;
	margin-bottom: 57px;
	background: rgba(35, 35, 35, 0.70);
}

.info__text_list + .info__text:before {
	margin-top: 15px;
	margin-bottom: 15px;
}

.info__column {
	display: flex;
	flex-direction: column;
}

.info__column_black {
	min-height: 323px;
	padding: 40px;
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.info__column_black .info__caption {
	color: #fff;
}

.info__column_silver .info__text {
	max-width: 616px;
}

.info__column_black .info__text {
	color: rgba(255, 255, 255, 0.70);
	max-width: 524px;
}

.info__column_black .info__text:before {
	background: #fff;
}

.info__section + .info__section {
	margin-top: 80px;
}

.info__column_transparent {
	display: block;
}

.info__column_text {
	display: block;
}

.info__column_text .info__text {
	max-width: 674px;
}

.info__column_text .info__text:before {
	display: none;
}

.info__column_transparent .info__text {
	max-width: 656px;
}

.info__text b {
	color: #232323;
}

.info__column_transparent .info__text + .info__text {
	max-width: 562px;
}

.info__column_red {
	background: #A30100 url(img/info-bg.svg) no-repeat top right;
	padding: 40px;
}

.info__column_red .info__caption {
	color: #fff;
}

.info__column_red .info__text {
	color: #fff;
	max-width: 581px;
}

.info__column_red .info__text:before {
	background: #fff;
}

.info__section + .label {
	margin: 40px 0;
}

.info__steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.info__steps_decreased {
	grid-template-columns: 1fr 1fr 1fr;
}

.info__step {
	display: flex;
	flex-direction: column;
	min-height: 323px;
	padding: 30px;
	background: #E4E4E4;
}

.info__steps_decreased .info__step {
	background: #F5F5F5;
}

.info__step:nth-child(2n) {
	background: #F5F5F5;
}

.info__step:nth-child(3n) {
	background: #fff;
}

.info__step:nth-child(4n) {
	background: #F5F5F5;
}

.info__steps_decreased .info__step:nth-child(3n) {
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.info__steps_decreased .info__step:nth-child(3n) .info__caption {
	color: #FFF;
}

.info__steps_decreased .info__step:nth-child(3n) .info__caption span {
	color: rgba(255, 255, 255, 0.30);
}

.info__steps_decreased .info__step:nth-child(3n) .info__text {
	color: rgba(255, 255, 255, 0.70);
}

.info__steps_decreased .info__step:nth-child(3n) .info__text:before {
	background: #fff;
}

.info__steps_decreased .info__text {
	max-width: 385px;
}

.info__bottom {
	margin-top: 44px;
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.info__left {
	grid-column: span 2;
}

.info__right {
	display: flex;
	gap: 15px;
	align-items: center;
}

.info__important {
	font-weight: 600;
	max-width: 737px;
}

.info_dog-euthanasia .info__bottom {
	display: flex;
	gap: 20px 80px;
}

.info_dog-euthanasia .info__important {
	max-width: 692px;
}

.info_cat-euthanasia .info__bottom {
	display: flex;
	gap: 20px 138px;
}

.info_cat-euthanasia .info__important {
	max-width: 635px;
}

.info__link {
	color: #232323;
	transition: all 0.2s ease-out;
}

.info__link:hover {
	opacity: 0.5;
}

.info_dog-euthanasia .title {
	max-width: 1287px;
}

.info_dog-euthanasia .container {
	position: relative;
}

.info_dog-euthanasia .container:before {
	content: '';
	position: absolute;
	right: 32px;
	top: 40px;
	width: 125px;
	height: 156px;
	background: url(img/icon-info-euthanasia.svg) no-repeat;
}

.info_cat-euthanasia .title {
	max-width: 1213px;
}

.info_cat-euthanasia .container {
	position: relative;
}

.info_cat-euthanasia .container:before {
	content: '';
	position: absolute;
	right: 32px;
	top: 40px;
	width: 125px;
	height: 156px;
	background: url(img/icon-info-euthanasia.svg) no-repeat;
}

.info_animal-export .info__column_silver .info__text {
	max-width: 556px;
}

.info__caption + .info__text_list:before {
	display: none;
}

.info__text > *:first-child {
	margin-top: 0;
}

.info__text ul {
	padding-left: 13px;
}

.info__text > *:last-child {
	margin-bottom: 0;
}

.info_animal-export .info__column_black .info__text {
	max-width: 100%;
}

.info__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.info__top .button {
	white-space: nowrap;
	margin-left: 20px;
}

.info .info__top .title {
	margin-bottom: 0;
}

/* ==========================================================================
   VANTAGES
   ========================================================================== */
.vantages {
	padding-top: 100px;
}

.vantages .title {
	margin-bottom: 40px;
}

.vantages__grid {
	display: grid;
	gap: 30px 20px;
	grid-template-columns: 1fr 1fr;
}

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

.vantages__text + .vantages__text {
	margin-top: auto;
}

.vantages__item {
	background: #fff;
	padding: 40px;
	display: flex;
	align-items: center;
	gap: 61px;
	justify-content: space-between;
}

.vantages__item:nth-child(2n) {
	background: #F5F5F5;
}

.vantages__item:nth-child(3n) {
	background: #E4E4E4;
}

.vantages__item:nth-child(4n) {
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.vantages__number {
	color: #A3A3A3;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.vantages__caption {
	text-align: right;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.vantages__item:nth-child(4n) .vantages__number,
.vantages__item:nth-child(4n) .vantages__caption {
	color: #fff;
}

/* ==========================================================================
   INFORMATION
   ========================================================================== */
.information {
	margin-top: 100px;
    padding: 40px 0;
	background: #A30100 url(img/information-bg.svg) no-repeat top center;
}

.information .label {
	color: rgba(255, 255, 255, 0.70);
}

.information__items {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.information__item_full {
	grid-column: span 2;
}

.information__item {
	padding: 40px;
	background: #fff;
	min-height: 369px;
	display: flex;
	flex-direction: column;
}

.information__caption {
	color: #A30100;
	font-size: 25px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
	margin-top: 0;
}

.information__caption > * {
	margin: 0;
}

.information__caption span {
	color: #232323;
}

.information_cat .information__caption {
	max-width: 336px;
}

.information_cat .information__item_black .information__caption {
	max-width: 318px;
}

.information__text {
	margin-top: auto;
}

.information__text > *:first-child {
	margin-top: 0;
}

.information__text > *:last-child {
	margin-bottom: 0;
}

.information__text p {
	margin: 20px 0;
}

.information__text b {
	font-weight: 600;
}

.information__item_black {
	background: #151515;
	position: relative;
}

.information__item_black:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(img/information-triangle.svg) no-repeat;
}

.information__item_black .information__text {
	color: #fff;
	max-width: 558px;
}

.information__item_black .information__caption {
	color: #fff;
}

.information__item_full .information__caption {
	color: #232323;
}

.information__item_dog .information__text {
	max-width: 747px;
}

.information__item_dog {
	position: relative;
	overflow: hidden;
}

.information__item_dog:after {
	content: '';
	position: absolute;
	bottom: -108px;
	right: 77px;
	width: 396px;
	height: 536px;
	background: url(img/information-dog.webp) no-repeat;
	background-size: cover;
}

/* ==========================================================================
   STAFF
   ========================================================================== */
.staff {
	padding-bottom: 100px;
}

.staff .title {
	margin-bottom: 30px;
}

.staff__text > *:first-child {
	margin-top: 0;
}

.staff__text > *:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   ACTIVITY
   ========================================================================== */
.activity {
    padding: 100px 0 0;
}

.activity .title {
	margin-bottom: 30px;
}

.activity__text > *:first-child {
	margin-top: 0;
}

.activity__text > *:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   DRUGS-USED
   ========================================================================== */
.drugs-used {
    padding: 100px 0 0;
}

.drugs-used .title {
	margin-bottom: 30px;
}

.drugs-used__text {
	max-width: 557px;
}

.drugs-used__text > *:first-child {
	margin-top: 0;
}

.drugs-used__text > *:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
	color: rgba(35, 35, 35, 0.50);
	margin-bottom: 20px;
}

.breadcrumbs a {
	color: #232323;
	text-decoration: none;
}

.breadcrumbs span {
	color: #232323;
}
.breadcrumbs span.last{
	color: rgba(35, 35, 35, 0.50);
}
/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {

}

.contacts .title {
	margin-bottom: 30px;
}

.contacts__block + .contacts__block {
	margin-top: 30px;
}

.contacts__label {
	color: #A3A3A3;
	margin-bottom: 20px;
}

.contacts__value {
	color: #232323;
	font-size: 28px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.56px;
}

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

.contacts__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.contacts__column {
	display: flex;
	flex-direction: column;
}

.contacts .form {
	padding-top: 37px;
	margin-top: auto;
}

.contacts__grid + .title {
	margin-top: 100px;
}

.contacts__items {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}

.contacts__item {
	background: #F2F2F2;
	padding: 20px;
	height: 108px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.contacts__item:before {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 22px;
	height: 28px;
	background: url(img/icon-city.svg) no-repeat;
}

/* ==========================================================================
   CATALOG
   ========================================================================== */
.catalog .title {
	margin-bottom: 30px;
}

.catalog__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.catalog__item {
	position: relative;
	padding: 30px 255px 30px 30px;
	background: #F5F5F5;
	height: 300px;
	display: flex;
	flex-direction: column;
	transition: all 0.2s ease-out;
}

.catalog__item:hover {
	background: #EBEBEB;
}

.catalog__img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 235px;
	height: 100%;
	right: 0;
	object-fit: cover;
}

.catalog__name {
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

.catalog__order {
	line-height: 100%;
	margin-bottom: 20px;
}

.catalog__order a {
	color: #A30100;
	font-weight: 600;
	text-decoration: none;
	padding-right: 34px;
	position: relative;
	transition: all 0.2s ease-out;
}

.catalog__order a:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 23px;
	height: 13px;
	background: url(img/catalog-order-icon.svg) no-repeat;
}

.catalog__item:hover .catalog__order a {
	opacity: 0.6;
}

.catalog__properties {
	font-weight: 300;
	line-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	list-style-type: none;
	margin: auto 0 0;
}

.catalog__properties li {
	padding-left: 27px;
	position: relative;
}

.catalog__properties li:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 17px;
	height: 18px;
	background: url(img/catalog-property-icon.svg) no-repeat;
	transition: all 0.2s ease-out;
}

.catalog__item:hover .catalog__properties li:before {
	background-image: url(img/catalog-property-icon-red.svg);
}

/* ==========================================================================
   ARTICLES
   ========================================================================== */
.articles .title {
	margin-bottom: 30px;
}

.articles__items {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.articles__item {
	padding: 30px;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.articles__row {
	display: flex;
	color: rgba(35, 35, 35, 0.70);
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.28px;
	justify-content: space-between;
}

.articles__img img {
	display: block;
	width: 100%;
	height: auto;
}

.articles__name {
	color: #232323;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

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

.articles__description {
	font-weight: 300;
}

.articles__more {
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.32px;
}

.articles__more a {
	text-decoration: none;
	color:  #A30100;
	padding-right: 33px;
	position: relative;
}

.articles__more a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	width: 23px;
	height: 13px;
	background: url(img/articles-icon-more.svg) no-repeat;
}

.articles__time {
	display: flex;
	align-items: center;
}

.articles__time:before {
	content: '';
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	margin-right: 10px;
	background: url(img/time-read.svg) no-repeat;
}

.articles__views {
	display: flex;
	align-items: center;
}

.articles__views:before {
	content: '';
	width: 15px;
	height: 11px;
	flex-shrink: 0;
	margin-right: 10px;
	background: url(img/views.svg) no-repeat;
}

.pagination {
	margin-top: 54px;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: flex-end;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.pagination a {
	color: inherit;
	text-decoration: none;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EBEBEB;
}

.pagination b {
	color: #fff;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A30100;
}

/* ==========================================================================
   BLOCKS
   ========================================================================== */
.blocks {
    padding: 50px 0;
	background: #fff;
}

.blocks + .blocks {
	background: none;
	padding-bottom: 0;
}

.blocks__items {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.blocks__item {
	padding: 30px;
	background: #F5F5F5;
	min-height: 367px;
	display: flex;
	flex-direction: column;
}

.blocks__item:first-child {
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.blocks__caption {
	margin-bottom: 20px;
	color: #232323;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.blocks__text {
	margin-top: auto;
}

.blocks__text > *:first-child {
	margin-top: 0;
}

.blocks__text > *:last-child {
	margin-bottom: 0;
}

.blocks__item:first-child .blocks__caption,
.blocks__item:first-child .blocks__text {
	color: #fff;
}

.blocks__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.blocks__column {
	padding: 30px;
	background: #E4E4E4;
}

.blocks__name {
	margin-bottom: 30px;
	color: #232323;
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
}

.blocks__name > * {
	margin: 0;
}

.blocks__word {
	color: rgba(35, 35, 35, 0.50);
}

.blocks__word > *:first-child {
	margin-top: 0;
}

.blocks__word > *:last-child {
	margin-bottom: 0;
}

.blocks__word p {
	margin: 20px 0;
}

.blocks__word p:before {
	content: '';
	display: block;
	height: 1px;
	width: 139px;
	background: #232323;
	margin-bottom: 20px;
}

.blocks__word span {
	color: #232323;
}

.blocks__column:nth-child(2n) {
	background: #A30100;
}

.blocks__column:nth-child(2n) .blocks__name {
	color: #fff;
}

.blocks__column:nth-child(2n) .blocks__word {
	color: rgba(255, 255, 255, 0.70);
}

.blocks__column:nth-child(2n) .blocks__word span {
	color: #fff;
}

.blocks__column:nth-child(2n) .blocks__word p:before {
	background: #fff;
}

.blocks__cols {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.blocks__col {
	min-height: 367px;
	padding: 30px;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
}

.bocks__description {
	max-width: 495px;
	margin-top: auto;
}

.blocks__icon {
	width: 81px;
	margin-bottom: 20px;
}

.blocks__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.blocks__col_black {
	background: radial-gradient(584.4% 183.87% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}

.blocks__col_black .bocks__description {
	color: #fff;
}

.blocks__col_black .bocks__description {
	max-width: 514px;
}

.blocks__row {
	margin-top: 100px;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.blocks__img img {
	display: block;
	width: 100%;
	height: auto;
}

.block__head {
	font-size: 25px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

.blocks__content {
	display: flex;
	flex-direction: column;
}

.blocks__content .blocks__text {
	max-width: 696px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.popups {
	display: none;
}

.popup {
	max-width: 558px;
	background: #fff;
	padding: 90px 40px 30px;
	position: relative;
	margin: 40px auto;
}

.popup.popup__calc {
	max-width: 645px;
	padding: 0;
	background: none;
}

.popup button.mfp-close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 22px;
	height: 22px;
	opacity: 1;
	font-size: 0;
	background: url(img/popup-close.svg) no-repeat;
	transition: all 0.2s ease-out;
}

.popup button.mfp-close:hover {
	background-image: url(img/popup-close-hover.svg);
}

.popup__title {
	color: #232323;
	font-size: 35px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.7px;
	margin-bottom: 42px;
}

.popup__input + .popup__input {
	margin-top: 20px;
}

.popup__submit {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.popup__policy {
	max-width: 243px;
	margin: 20px auto 0;
	color: rgba(35, 35, 35, 0.50);
	text-align: center;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.2px;
}

.popup__policy a {
	color: #232323;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	transition: all 0.2s ease-out;
}

.popup__policy a:hover {
	color: rgba(35, 35, 35, 0.50);
}

.popup__calc button.mfp-close {
	background-image: url(img/popup-close-white.svg);
}

.popup__calc .calc {
	padding: 0;
}

.popup__calc .calc__columns {
	display: block;
}

.popup__calc .calc__right {
	display: block;
	margin-left: 0;
	width: auto;
	margin-top: 10px;
}

.popup__calc .calc__right:before {
	display: none;
}

.popup__calc .calc__block {
	display: flex;
	gap: 20px;
}

.popup__calc .calc__inputs {
	width: 265px;
	flex-shrink: 0;
}

.popup__calc .calc__bottom {
	margin-top: 0;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

/* start size decreased */
.popup__calc .calc__caption {
	font-size: 18.366px;
	line-height: 110%;
	letter-spacing: -0.367px;
	margin-bottom: 22px;
}

.popup__calc .calc__label {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.235px;
	margin-bottom: 7.5px;
}

.popup__calc .calc__left,
.popup__calc .calc__right {
	padding: 30px;
}

.popup__calc .calc__radio i {
	width: 20px;
	height: 20px;
	margin-right: 7.5px;
}

.popup__calc .calc__radio i:after {
	width: 10px;
	height: 10px;
}

.popup__calc .calc__radio {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.235px;
}

.popup__calc .calc__radio + .calc__radio {
	margin-top: 7.5px;
}

.popup__calc .calc__row {
	gap: 40px;
	grid-template-columns: 300px 1fr;
}

.popup__calc .calc__plus {
	margin-left: 22px;
}

.popup__calc .calc .tooltip__icon {
	width: 11px;
	height: 10px;
	background-size: cover;
}

.popup__calc .calc .select {
	height: 22px;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.191px;
	padding-left: 12px;
	background-size: 20px 7.5px;
	max-width: 194px;
}

.popup__calc .calc table {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.24px;
}

.popup__calc .calc__tables {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	align-items: flex-start;
}

.popup__calc .calc table + table {
	margin-top: 0;
}

.popup__calc .calc .input {
	height: 30px;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.26px;
	padding: 0 10px;
}

.popup__calc .calc .submit {
	font-size: 13px;
	line-height: 100%;
	letter-spacing: -0.26px;
	padding: 10px 15px;
}

.popup__calc .calc .policy-form {
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.2px;
	max-width: 243px;
}

.popup__calc .calc table td:first-child {
	width: 100%;
}

.popup__calc .calc table td + td {
	white-space: nowrap;
}

.popup__calc button.mfp-close {
	top: 30px;
	right: 30px;
	width: 15px;
	height: 15px;
	background-size: cover;
}
/* end size decreased */

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (min-width : 1559.99px) {
	.header__items .header__item:last-child{
		display: none;
	}
}
@media only screen and (max-width : 1559.98px) {
	.container {
		width: 1240px;
	}

	.header__nav {
		display: none;
	}

	.main__img {
		height: 100%;
	}

	.main__img img {
		height: 100%;
		object-fit: cover;
	}

	.plus-minus .plus-minus__left {
		width: 350px;
	}

	.price__items {
		grid-template-columns: repeat(4, 1fr);
	}

	.calc__right {
		width: 470px;
	}

	.footer__top {
		gap: 130px;
	}

	.footer__right {
		gap: 130px;
	}

	.footer__bottom {
		max-width: 1067px;
	}

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

	.gallery__carousel {
		display: block;
	}

	.gallery__columns > .gallery__column:first-child {
		display: none;
	}

	.gallery__blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}

	.plus-minus .title:before {
		display: none;
	}

	.plus-minus .title {
		padding-right: 0;
	}

	.information__item_dog:after {
		right: 0;
	}

	.info_dog-euthanasia .container:before {
		display: none;
	}

	.info_cat-euthanasia .container:before {
		display: none;
	}

	.main .owl-carousel {
		max-width: 590px;
	}
}

@media only screen and (max-width : 1239.98px) {
	.container {
		width: 960px;
	}

	.main .owl-carousel {
		max-width: inherit;
	}

	.articles__items {
		grid-template-columns: 1fr 1fr;
	}

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

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

	.blocks__item {
		min-height: 300px;
	}

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

	.main__items {
		grid-template-columns: 1fr 1fr;
	}

	.plus-minus__columns {
		flex-direction: column;
		gap: 10px;
	}

	.title br:not(.br-mobile) {
		display: none;
	}

	.plus-minus__left {
		padding-bottom: 20px;
	}

	.plus-minus__button {
		padding-top: 20px;
		position: static;
		align-self: center;
	}

	.plus-minus .plus-minus__left {
		width: auto;
		margin-right: 0;
	}

	.price__items {
		grid-template-columns: 1fr 1fr 1fr;
	}

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

	.calc__columns {
		display: block;
	}

	.calc__right {
		margin-left: 0;
		width: auto;
		margin-top: 20px;
	}

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

	.faq__caption {
		max-width: inherit;
	}

	.map__wrapper {
		height: 500px;
	}

	.footer__top {
		gap: 50px;
	}

	.footer__right {
		gap: 50px;
	}

	.main .title {
		max-width: inherit;
	}

	.main .main__text {
		max-width: inherit;
	}

	.plus-minus__text {
		padding-right: 85px;
	}

	.plus-minus_dog .plus-minus__text {
		padding-right: 0;
	}

	.price {
		padding: 80px 0;
	}

	.price_animal-export {
		padding-bottom: 0;
	}

	.price .title {
		margin-bottom: 11px;
	}

	.price__text {
		margin-bottom: 20px;
	}

	.price__block {
		padding: 20px;
	}

	.price__caption {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.4px;
	}

	.price__row {
		margin-bottom: 18px;
	}

	.price__button {
		font-size: 13px;
		line-height: 100%;
		letter-spacing: -0.26px;
	}

	.price__button:after {
		width: 18px;
		height: 10px;
		background-size: cover;
		margin-left: 5px;
	}

	.main__advantage {
		padding: 13px 18px;
	}

	.info__steps {
		grid-template-columns: 1fr 1fr;
	}

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

	.plus-minus__important {
		margin-top: 20px;
	}

	.plus-minus .plus-minus__text {
		max-width: inherit;
	}

	.information__item_dog:after {
		width: 240px;
		height: 330px;
		bottom: -41px;
		right: -29px;
	}

	.information__item_dog .information__text {
		max-width: 650px;
	}

	.contacts__grid {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.contacts .form {
		margin-top: 30px;
	}

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

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

	.blocks__content .blocks__text {
		max-width: inherit;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.container {
		width: 720px;
	}

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

	.header__item_region {
		display: none;
	}

	.navbar {
		width: 680px;
		left: auto;
	}

	.header__sections a img {
		margin-right: 10px;
	}

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

	.price__items {
		grid-template-columns: 1fr 1fr;
	}

	.contacts__items {
		grid-template-columns: repeat(3, 1fr);
	}

	.carousel-goods .title {
		max-width: 550px;
	}

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

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

	.reviews__row {
		flex-wrap: wrap;
	}

	.reviews__all {
		width: 100%;
		position: static;
	}

	.footer__back-to-top {
		top: 8px;
	}

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

	.footer__right {
		margin-top: 0;
		gap: 200px;
	}

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

	.reviews__services {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}

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

	.info__top .button {
		display: none;
	}

	.info__column_order1 {
		order: 1;
	}

	.info__column_order2 {
		order: 2;
	}

	.plus-minus__important_hidden-mobile {
		display: none;
	}

	.plus-minus__item_order2 {
		order: 2;
	}

	.plus-minus__item_order1 {
		order: 1;
	}

	.plus-minus__mobile-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding-top: 20px;
	}

	.plus-minus__mobile-block__text {
		color: #A30100;
		text-align: center;
		font-weight: 700;
	}

	.plus-minus__mobile-block__button {
		width: 265px;
	}

	.plus-minus__mobile-block__button .button {
		display: flex;
		width: 100%;
	}

	.plus-minus_dog {
		padding: 30px 0;
		background: #fff;
		margin: 80px 0 0;
	}

	.price td:last-child {
		width: 128px;
	}

	.reviews__service_yandex .reviews__service__name {
		font-size: 35px;
	}

	.reviews__service_reviews .reviews__service__name {
		font-size: 35px;
	}

	.reviews__service-rating i {
		width: 13px;
		height: 13px;
	}

	.plus-minus_cat {
		background: #fff;
		margin-top: 80px;
	}

	.plus-minus__text {
		padding-right: 0;
	}

	.plus-minus__left_order2 {
		order: 2;
	}

	.plus-minus__left_order2 {
		order: 1;
		margin-top: 30px;
	}

	.information {
		margin-top: 0;
	}

	.information__items {
		display: flex;
		flex-direction: column;
	}

	.information__item_dog .information__text {
		max-width: 450px;
	}

	.price_cat-euthanasia .price__block_black:before {
		display: none;
	}

	.main_article .main__text {
		margin-bottom: 0;
	}

	.main_article .main__text + .main__text {
		display: none;
	}

	.main_article .main__img + .main__text {
		display: block;
	}
}

@media only screen and (max-width : 767.98px) {
	html {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.28px;
	}

	.information {
		background-image: url(img/information-bg-mobile.svg);
	}

	.map_about {
		padding-top: 80px;
	}

	.mblocks__item_order3 {
		order: 3;
	}

	.mblocks__item_order2 {
		order: 2;
	}

	.mblocks__item_order1 {
		order: 1;
	}

	.price__table-description td:first-child {
		width: auto;
	}

	.price__block_black .price__button {
		color: #A30100;
	}

	.price__block_black .price__button:after {
		background-image: url(img/icon-button-red.svg);
	}

	.steps .owl-next {
		right: -10px;
		width: 30px;
		height: 30px;
		top: -55px;
		transform: translate(0, 0);
		background-size: 16px 10px;
	}

	.important {
		background-image: url(img/important-bg-mobile.svg);
	}

	.important__text_ttu {
		text-transform: none;
	}

	.plus-minus__text_mrb {
		padding-right: 85px;
	}

	.price__text_mrb {
		padding-right: 100px;
	}

	.articles__item {
		padding: 20px;
	}

	.articles__description {
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 100%;
		letter-spacing: -0.32px;
	}

	.articles__more {
		font-size: 16px;
		font-style: normal;
		line-height: 100%;
		letter-spacing: -0.32px;
	}

	.pagination {
		margin-top: 30px;
	}

	.blocks__img img {
		height: 450px;
		object-fit: cover;
	}

	.blocks__row {
		margin-top: 80px;
	}

	.block__head {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%;
		letter-spacing: -0.4px;
	}

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

	.blocks__col {
		min-height: 300px;
		padding: 20px;
	}

	.bocks__description {
		max-width: inherit;
	}

	.blocks__col_black .bocks__description {
		max-width: inherit;
	}

	.bocks__description {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.blocks__word {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.main_article .main__text {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.blocks__text {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.blocks__column {
		padding: 20px;
	}

	.blocks__item {
		padding: 20px;
	}

	.catalog__properties li:before {
		background-image: url(img/catalog-property-icon-red.svg);
	}

	.catalog__name {
		margin-bottom: 0;
	}

	.catalog__order {
		margin-bottom: 0;
		order: 4;
	}

	.catalog__item {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding: 20px 18px;
	}

	.catalog__img {
		display: block;
		position: static;
		width: 110px;
		height: auto;
		margin: auto;
	}

	.price__column {
		align-self: stretch !important;
	}

	.container {
		width: 100%;
		padding: 0 10px;
	}

	.reviews__all {
		display: none;
	}

	.contacts__label {
		color: #A3A3A3;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.32px;
		margin-bottom: 10px;
	}

	.contacts__value {
		color: #232323;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%;
		letter-spacing: -0.4px;
	}

	.contacts__grid + .title {
		margin-top: 50px;
	}

	.contacts__item {
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%;
		letter-spacing: -0.4px;
	}

	.contacts .map {
		margin-left: -10px;
		margin-right: -10px;
	}

	.map_inner .map__wrapper {
		height: 338px;
	}

	.contacts__items {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.contacts__block + .contacts__block {
		margin-top: 20px;
	}

	.drugs-used {
		padding-top: 80px;
	}

	.activity {
		padding-top: 80px;
	}

	.staff + .gallery {
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	.staff + .gallery + .map {
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 80px;
	}

	.info__right {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}

	.information__item {
		padding: 30px;
	}

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

	.price__hidden-mobile {
		display: none;
	}

	.information__item_dog .information__text > *:last-child {
		padding-right: 124px;
		padding-bottom: 32px;
	}

	.plus-minus .title {
		padding-right: 25px;
	}

	.plus-minus .title:before {
		top: -42px;
		display: block;
		width: 40px;
		height: 50px;
		background-size: cover;
		transform: translate(0, 0);
	}

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

	.breadcrumbs,
	.breadcrumbs a {
		color: #8A8A8A;
	}

	.header__logo {
		width: 200px;
	}

	.info__bottom {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.info__hidden-block {
		display: block;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.info__important {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.reviews_inner .reviews__word {
		display: none;
	}

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

	.footer__right {
		gap: 42px;
		justify-content: space-between;
	}

	.form {
		padding: 20px;
	}

	.submit {
		font-size: 12px;
		line-height: 100%;
		letter-spacing: -0.24px;
		padding: 10px 15px;
	}

	.main .submit {
		padding: 10px;
	}

	.policy-form {
		font-size: 10px;
	}

	.header {
		padding: 15px 0 20px;
	}

	.header__sections {
		display: none;
	}

	.header__row {
		padding: 0 10px;
		background: #F2F2F2;
	}

	.header__item_button {
		display: none;
	}

	.search-popup {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 999;
	}

	.header__items {
		height: 40px;
		gap: 20px;
		padding: 0;
	}

	.header__phone {
		font-size: 12px;
		letter-spacing: -0.24px;
	}

	.header__hamburger {
		width: 25px;
		height: 12px;
		background-size: cover;
	}

	.main .label {
		display: block;
		font-size: 13px;
		line-height: 100%;
		letter-spacing: -0.26px;
		margin-bottom: 20px;
	}

	.header__calc-button {
		width: 11px;
		height: 12px;
		background-image: url(img/calc-mobile.svg);
	}

	.header__item:before {
		height: 20px;
		left: -10px;
	}

	.header__item:first-child:before {
		display: block;
	}

	.title {
		font-size: 28px;
		line-height: 100%;
		letter-spacing: -0.56px;
	}

	.form__title {
		font-size: 20px;
		line-height: 100%;
		letter-spacing: -0.4px;
		margin-bottom: 20px;
	}

	.form__title_call:after {
		margin-left: 10px;
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.form__input + .form__input {
		margin-top: 10px;
	}

	.form__bottom {
		margin-top: 20px;
	}

	.main__label {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.28px;
		padding: 10px;
		left: 20px;
		top: 20px;
		height: 39px;
	}

	.main__label_car:before {
		width: 16px;
		height: 13px;
		margin-right: 7px;
		background-size: cover;
	}

	.main__label_crematorium:before {
		width: 16px;
		height: 15px;
		margin-right: 7px;
		background-size: cover;
	}

	.main__label_urn:before {
		width: 16px;
		height: 20px;
		margin-right: 7px;
		background-size: cover;
	}

	.main__label_user:before {
		width: 14px;
		height: 18.5px;
		margin-right: 7px;
		background-size: cover;
	}

	.main__items {
		margin-top: 20px;
	}

	.main__items_mt {
		margin-top: 80px;
	}

	.main__item {
		height: 276px;
	}

	.main__description {
		font-size: 16px;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.label {
		font-size: 12px;
		line-height: 100%;
		letter-spacing: -0.24px;
		margin-bottom: 20px;
	}

	.main {
		padding-bottom: 80px;
	}

	.plus-minus .title {
		margin-bottom: 20px;
	}

	.plus-minus__item {
		min-height: 362px;
	}

	.plus-minus__caption {
		margin-bottom: 18px;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.4px;
	}

	.plus-minus__list {
		gap: 20px;
		font-weight: 400;
		padding-right: 60px;
	}

	.plus-minus__item {
		padding: 30px;
	}

	.plus-minus__item:after {
		right: 30px;
		bottom: 30px;
		width: 18px;
		height: 10px;
		background-size: cover;
	}

	.plus-minus__plus:before {
		width: 18px;
		height: 18px;
		background-size: cover;
	}

	.plus-minus__minus:before {
		width: 18px;
		height: 2px;
		background-size: cover;
		top: 7px;
	}

	.plus-minus__minus, .plus-minus__plus {
		padding-left: 31px;
	}

	.plus-minus__description {
		padding-right: 70px;
		max-width: inherit;
	}

	.button {
		font-size: 13px;
		line-height: 100%;
		letter-spacing: -0.26px;
		padding: 15px;
	}

	.plus-minus__button {
		width: 265px;
	}

	.plus-minus {
		padding: 30px 0;
	}

	.price table td {
		padding: 10px 0;
	}

	.price table th {
		padding-bottom: 10px;
	}

	.important {
		padding: 30px 0;
	}

	.important__column {
		padding: 20px 0 20px 20px;
		min-height: 180px;
	}

	.important .title {
		margin-bottom: 58px;
	}

	.carousel-goods {
		padding-top: 80px;
	}

	.carousel-goods .title {
		margin-bottom: 30px;
		padding-right: 100px;
	}

	.carousel-goods .owl-nav {
		top: -73px;
	}

	.calc {
		padding: 80px 0;
	}

	.calc .title {
		margin-bottom: 30px;
	}

	.calc__left {
		padding: 20px;
	}

	.calc__right {
		padding: 20px;
	}

	.calc__caption {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.4px;
		margin-bottom: 20px;
	}

	.calc__label {
		font-size: 12px;
		line-height: 100%;
		letter-spacing: -0.24px;
		margin-bottom: 15px;
	}

	.calc__radio i {
		width: 20px;
		height: 20px;
	}

	.calc__radio i:after {
		width: 10px;
		height: 10px;
	}

	.calc__radio {
		font-size: 13px;
		line-height: 120%;
		letter-spacing: -0.26px;
	}

	.calc__plus {
		margin-left: 22px;
	}

	.select {
		border-radius: 10px;
	}

	.input {
		height: 30px;
		padding: 0 10px;
		font-size: 13px;
		line-height: 120%;
		letter-spacing: -0.26px;
	}

	.calc__inputs {
		max-width: 265px;
	}

	.calc__bottom {
		gap: 10px;
	}

	.calc__bottom .policy-form {
		max-width: 165px;
	}

	.calc__bottom {
		margin-top: 17px;
	}

	.calc__block {
		margin-top: 20px;
	}

	.calc table td:first-child {
		width: 62%;
	}

	.calc__left:before {
		width: 30px;
		height: 30px;
		background-size: cover;
	}

	.calc__right:before {
		width: 30px;
		height: 30px;
		background-size: cover;
	}

	.gallery {
		padding: 30px 0;
	}

	.gallery .title {
		margin-bottom: 17px;
	}

	.gallery .owl-nav {
		gap: 5px;
	}

	.gallery .owl-nav {
		top: -51px;
	}

	.steps {
		padding: 80px 0 0;
	}

	.steps .title {
		margin-bottom: 30px;
	}


	.steps__item {
		padding: 20px;
		min-height: 180px;
	}

	.steps__item:before {
		width: 30px;
		height: 30px;
		background-size: cover;
	}

	.steps__caption,
	.steps__number {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.4px;
	}

	.steps__description {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.28px;
	}

	.reviews {
		padding: 80px 0 0;
	}

	.reviews .title {
		margin-bottom: 30px;
	}

	.reviews__row .title {
		margin-bottom: 0;
	}

	.reviews .owl-next {
		width: 40px;
		height: 40px;
		right: 0;
		top: -52px;
		transform: translate(0, 0);
	}

	.reviews:not(.reviews_inner) .rating i {
		width: 13px;
		height: 13px;
		background-size: cover;
	}

	.reviews__row .rating {
		gap: 5px;
	}

	.reviews__section_reviews .title {
		width: 100%;
		margin-bottom: -5px;
	}

	.reviews:not(.reviews_inner) .reviews__text {
		font-size: 12px;
		letter-spacing: -0.24px;
		line-height: normal;
	}

	.reviews__head {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.32px;
	}

	.reviews:not(.reviews_inner) .reviews__date {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.24px;
	}

	.reviews__rating {
		margin-bottom: 20px;
	}

	.reviews:not(.reviews_inner) .reviews__logo {
		width: 40px;
		height: 40px;
	}

	.reviews:not(.reviews_inner) .reviews__name {
		font-size: 16px;
		line-height: normal;
		letter-spacing: -0.32px;
		margin-bottom: 5px;
	}

	.reviews__name-line {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.24px;
	}

	.reviews__date-line {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.24px;
	}

	.reviews__buttons {
		font-size: 12px;
		line-height: normal;
		letter-spacing: -0.24px;
	}

	.reviews__button {
		padding-left: 19px;
	}

	.reviews__button_healthy:before {
		width: 14px;
		height: 12px;
		background-size: cover;
	}

	.reviews__button_answer:before {
		width: 14px;
		height: 10px;
		background-size: cover;
	}

	.reviews__button_share:before {
		width: 14px;
		height: 12px;
		background-size: cover;
	}

	.reviews__row {
		margin-bottom: 20px;
	}

	.reviews .owl-next {
		top: -44px;
	}

	.reviews_inner .owl-next {
		top: -59px;
	}

	.reviews__description {
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.4px;
		margin: 30px 0 20px;
	}

	.faq {
		padding: 80px 0 0;
	}

	.faq .title {
		margin-bottom: 30px;
	}

	.faq__item {
		padding: 9px 65px 9px 20px;
		font-size: 13px;
		line-height: 120%;
		letter-spacing: -0.26px;
	}

	.faq__text {
		padding-top: 20px;
	}

	.faq__button {
		top: 12px;
		right: 20px;
		width: 25px;
		height: 25px;
		background-size: 13px 13px;
	}

	.faq__caption {
		min-height: 32px;
		display: flex;
		align-items: center;
	}

	.map {
		padding: 80px 0 0;
	}

	.map .title {
		margin-bottom: 20px;
	}

	.map__wrapper {
		height: 300px;
	}

	.footer {
		margin-top: 80px;
		padding: 30px 0;
	}

	.footer__logo {
		width: 190px;
	}

	.footer__back-to-top {
		padding-left: 14px;
		top: 3px;
	}

	.footer__back-to-top:before {
		width: 9px;
		height: 11px;
		background-size: cover;
	}

	.footer__items {
		gap: 10px;
	}

	.footer__contact, .footer__operating-mode {
		font-size: 20px;
		font-weight: 600;
		line-height: 110%;
		letter-spacing: -0.4px;
	}

	.footer__bottom {
		flex-direction: column;
		justify-content: flex-start;
		gap: 7px;
	}

	.footer__block {
		gap: 7px;
	}

	.footer__bottom {
		margin-top: 30px;
	}

	.footer__payment img {
		max-width: 51px;
	}

	.header {
		position: sticky;
		top: 0;
		z-index: 50;
		background: #F9F9F9;
	}

	.navbar {
		width: auto;
		left: -10px;
		right: -10px;
		top: 50px;
		max-height: calc(100vh - 70px);
		overflow-y: auto;
	}

	.header__wrapper {
		position: static;
	}

	.header__row {
		position: relative;
	}

	.navbar__sub-nav {
		display: none;
	}

	.navbar__item_button {
		position: static;
		margin-bottom: 20px;
	}

	.navbar__wrapper {
		display: block;
		padding: 22px 20px;
	}

	.navbar__bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}

	.navbar__search-wrap {
		margin-top: 20px;
	}

	.navbar__search-form {
		display: flex;
		align-items: center;
		background: #fff;
		border: 1px solid rgba(35,35,35,0.2);
		border-radius: 4px;
		padding: 8px 12px;
	}

	.navbar__search-input {
		border: none;
		background: transparent;
		outline: none;
		width: 100%;
		font-size: 14px;
		color: #232323;
		letter-spacing: -0.28px;
	}

	.navbar__search-input::placeholder {
		color: rgba(35,35,35,0.5);
	}

	.navbar__item_phone {
		position: static;
	}

	.navbar__item_region {
		position: static;
	}

	.navbar__item {
		width: auto;
		padding: 0;
	}

	.navbar__nav {
		padding: 0;
	}

	.navbar__phone {
		color: #A30100;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: -0.28px;
	}

	.navbar__region {
		font-size: 12px;
		line-height: 100%;
		letter-spacing: -0.24px;
	}

	.navbar__nav ul ul {
		display: none;
		background: none;
		padding: 20px 0 0;
	}

	.navbar__nav ul ul li + li {
		margin-top: 10px;
	}

	.navbar__nav ul {
		gap: 20px;
	}

	.navbar__nav li.parent > a {
		padding-right: 15px;
		position: relative;
	}

	.navbar__nav a:not(.active):hover {
		color: inherit;
	}

	.navbar__nav li.parent > a:after {
		content: '';
		position: absolute;
		top: 6px;
		right: 0;
		width: 12px;
		height: 9px;
		background: url(img/nav-down.svg) no-repeat;
		display: block;
		transition: all 0.2s ease-out;
	}

	.navbar__nav li.parent > a.active:after {
		transform: rotate(180deg);
		background-image: url(img/nav-down-red.svg);
	}

	.navbar__close {
		display: block;
	}

	.popup {
		padding: 60px 30px 40px 30px;
	}

	.popup__title {
		font-size: 20px;
		line-height: 100%;
		letter-spacing: -0.4px;
		margin-bottom: 20px;
	}

	.popup button.mfp-close {
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.popup__submit {
		margin-top: 20px;
	}

	.popup__input + .popup__input {
		margin-top: 10px;
	}

	.popup__calc .calc__block {
		flex-direction: column;
	}

	.popup__calc .calc__inputs {
		width: auto;
		max-width: inherit;
	}

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

	.popup__calc .calc__row {
		gap: 20px;
	}

	.popup__calc .calc__left, .popup__calc .calc__right {
		padding: 20px;
	}

	.price__items {
		margin-bottom: 5px;
		padding-right: 10px;
		margin-right: -10px;
		overflow-x: auto;
		height: 125px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 10px;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
	}

	.price__items::-webkit-scrollbar {
		width: 0;
	}

	.price__item {
		font-size: 16px;
		line-height: 120%;
		letter-spacing: -0.32px;
		width: 237px;
	}

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

	.main__advantage {
		font-size: 13px;
		font-weight: 300;
		line-height: 100%;
		letter-spacing: -0.26px;
		padding: 8.5px 13px;
		gap: 10px;
	}

	.main__advantage:before {
		margin-top: 0;
	}

	.main__advantages {
		gap: 10px;
		margin-bottom: 20px;
	}

	.info__column_silver {
		padding: 30px;
		min-height: 350px;
	}

	.info__column_black {
		padding: 30px;
		min-height: 350px;
	}

	.info__caption {
		margin-bottom: 20px;
	}

	.info__section + .info__section {
		margin-top: 30px;
	}

	.info .title {
		margin-bottom: 30px;
	}

	.info__top {
		margin-bottom: 30px;
	}

	.info__text + .info__text:before {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.info__column_red {
		padding: 30px;
	}

	.info__section + .label {
		margin: 30px 0 20px;
	}

	.info__step {
		min-height: 254px;
	}

	.vantages .title {
		margin-bottom: 30px;
	}

	.vantages {
		padding-top: 40px;
	}

	.info {
		padding: 30px 0;
	}

	.vantages__caption {
		font-size: 14px;
		line-height: 120%;
		letter-spacing: -0.28px;
	}

	.vantages__item {
		padding: 40px 30px;
	}

	.gallery .title {
		padding-right: 100px;
	}

	.gallery__block {
		min-height: 203px;
		padding: 30px;
	}

	.gallery__caption {
		font-size: 20px;
		line-height: 100%;
		letter-spacing: -0.4px;
	}
}

@media only screen and (max-width : 399.98px) {

}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 576px) {

}

@media only screen and (min-width : 768px) {
	.br-mobile {
		display: none;
	}
	.reviews .owl-nav {
    left: 0;
    top: -50px;
}
	.reviews__row {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}

/* 02/2026 */

.price table td {
    width: 100%;
}
.price table th {
    min-width: 120px;
}
.reviews__row {
    display: flex;
    gap: 14px;
    align-items: baseline;
    margin-bottom: 100px;
}

.reviews .owl-nav {
    left: 0;
    top: -50px;
}
.reviews__row {
    margin-bottom: 60px;
}