.euthanasia-steps {
  background: #a30100 url('img/euthanasia-steps.svg') no-repeat right / contain;
  padding: 50px 0 25px;
}
.euthanasia-steps .container {
  position: relative;
}
.euthanasia-steps .label {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.7);
}
.euthanasia-steps .title {
  color: #fff;
  margin: 0 0 40px 0;
}
.euthanasia-steps__bottom-block {
  position: absolute;
  right: 20px;
  top: 0;
}
.euthanasia-steps__bottom-block button {
  width: 183px;
  height: 43px;
  background: #A30100;
  border: 0;
  cursor: pointer;
  margin-right: 20px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
}
.euthanasia-steps__bottom-block a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.euthanasia-steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -23px;
}
.euthanasia-steps__item {
  width: calc(50% - 23px);
  margin: 0 23px 25px 0;
  height: 267px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.euthanasia-steps__item--black {
  color: #fff;
  background: #232323 url('img/ug.svg') no-repeat right top;
}
.euthanasia-steps__item--black .euthanasia-steps__text:before {
  background: rgba(255, 255, 255, 0.7);
}
.euthanasia-steps__name {
  margin: 0;
  padding-right: 40px;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.euthanasia-steps__number {
  position: absolute;
  right: 40px;
  top: 40px;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.euthanasia-steps__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 135px 40px 40px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.euthanasia-steps__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 140px;
  height: 1px;
  background: rgba(35, 35, 35, 0.7);
}
.main-question {
  padding: 100px 0;
}
.main-question .label {
  margin-bottom: 25px;
}
.main-question .title {
  margin: 0 0 20px 0;
  max-width: 965px;
}
.main-question__top-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.main-question__top-text span {
  font-weight: 700;
}
.main-question__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-question__steps {
  background: #fff;
  width: 49.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 108px 40px 40px;
}
.main-question__step:not(:last-child) {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.main-question__step:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: rgba(35, 35, 35, 0.7);
}
.main-question__number {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #A30100;
}
.main-question__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(35, 35, 35, 0.7);
}
.main-question__banner {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #232323;
  color: #fff;
  padding: 40px 360px 40px 40px;
  position: relative;
}
.main-question__banner .main-question__desc {
  color: #fff;
}
.main-question__name {
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.main-question__image {
  font-size: 0;
  position: absolute;
  right: 16px;
  bottom: 0;
}
.main-question__button {
  width: 237px;
  height: 42px;
  background: #A30100;
  border: 0;
  cursor: pointer;
  margin-right: 20px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 40px;
}
.places {
  padding: 50px 0 30px;
}
.places .label {
  margin-bottom: 25px;
}
.places .title {
  margin: 0 0 40px 0;
  max-width: 1263px;
}
.places__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -20px;
}
.places__item {
  width: calc(33.33334% - 20px);
  margin: 0 20px 20px 0;
  height: 323px;
  position: relative;
  background: #F5F5F5;
}
.places__item--red {
  background: #a30100 url('img/places.svg') no-repeat right top / contain;
  color: #fff;
}
.places__icon {
  position: absolute;
  left: 40px;
  top: 40px;
}
.places__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.rodents-euthanasia {
  padding: 50px 0 30px;
}
.rodents-euthanasia .label {
  margin-bottom: 25px;
}
.rodents-euthanasia .title {
  margin: 0 0 40px 0;
  max-width: 965px;
}
.rodents-euthanasia__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rodents-euthanasia__desc {
  width: 30.6%;
}
.rodents-euthanasia__desc p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.rodents-euthanasia__desc p.bold {
  font-weight: 600;
}
.rodents-euthanasia__list {
  width: 66.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rodents-euthanasia__items {
  width: calc(50% - 10px);
}
.rodents-euthanasia__item {
  margin-bottom: 20px;
  background: #F5F5F5;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rodents-euthanasia__number {
  color: #A3A3A3;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.rodents-euthanasia__name {
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin: 0;
}
.rodents-euthanasia .euthanasia-steps__bottom-block {
  position: relative;
  right: auto;
  top: auto;
  margin-top: -73px;
}
.rodents-euthanasia .euthanasia-steps__bottom-block a {
  color: #000;
}
.birds-euthanasia {
  padding: 50px 0;
}
.birds-euthanasia .container {
  position: relative;
}
.birds-euthanasia .label {
  margin-bottom: 25px;
}
.birds-euthanasia .title {
  margin: 0 0 40px 0;
  max-width: 1468px;
}
.birds-euthanasia__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.birds-euthanasia__info {
  width: 38.5%;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.birds-euthanasia__info span {
  color: #A30100;
}
.birds-euthanasia__item {
  width: 49.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: radial-gradient(131.86% 569.32% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
  color: #fff;
  padding: 40px;
}
.birds-euthanasia__name {
  margin: 0 0 178px 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.birds-euthanasia__desc {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.birds-euthanasia__image {
  width: 49.4%;
  height: 454px;
}
.birds-euthanasia__bottom-text {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 38.5%;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.birds-euthanasia .euthanasia-steps__bottom-block {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 20px;
  font-weight: 400;
}
.birds-euthanasia .euthanasia-steps__bottom-block a {
  color: #000;
}
.euthanasia-steps2 {
  padding: 50px 0 10px;
}
.euthanasia-steps2 .label {
  margin-bottom: 25px;
}
.euthanasia-steps2 .title {
  margin: 0 0 40px 0;
  max-width: 1265px;
}
.euthanasia-steps2 .title--mb {
  margin-bottom: 24px;
}
.euthanasia-steps2__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}
.euthanasia-steps2__item {
  width: 49.3%;
  background: #F5F5F5;
  height: 212px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 20px;
}
.euthanasia-steps2__item--black {
  color: #fff;
  background: radial-gradient(131.86% 569.32% at 7.05% 93.3%, #232323 0%, rgba(35, 35, 35, 0.94) 55.82%, #424040 100%);
}
.euthanasia-steps2__item--black .euthanasia-steps2__desc {
  color: rgba(255, 255, 255, 0.7);
}
.euthanasia-steps2__item--black .euthanasia-steps2__desc:before {
  background: #fff;
}
.euthanasia-steps2__name {
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin: 0;
}
.euthanasia-steps2__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 40px 40px 40px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(35, 35, 35, 0.7);
}
.euthanasia-steps2__desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 140px;
  height: 1px;
  background: rgba(35, 35, 35, 0.7);
}
.euthanasia-steps2__about {
  width: 49.3%;
  padding: 16px 126px 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.euthanasia-steps2__about span {
  font-weight: 600;
}
.euthanasia-steps2__item2 {
  width: 49.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F5F5F5;
  padding: 40px;
}
.euthanasia-steps2__number {
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #A3A3A3;
}
.euthanasia-steps2__item3 {
  width: 24%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 30px;
  height: 365px;
  background: #E4E4E4;
  position: relative;
}
.euthanasia-steps2__item3--silver {
  background: #F5F5F5;
}
.euthanasia-steps2__item3--white {
  background: #fff;
}
.euthanasia-steps2__item3 .euthanasia-steps2__desc {
  padding: 15px 30px 30px 30px;
}
.euthanasia-steps2__item3 .euthanasia-steps2__desc:before {
  left: 30px;
}
.euthanasia-steps2__item3 .euthanasia-steps2__name {
  padding-left: 44px;
  position: relative;
}
.euthanasia-steps2__item3 .euthanasia-steps2__name span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #A3A3A3;
}
.contants__title{
	margin-top: 100px;
}
.contacts__list{
	padding: 0;
	list-style: none;
}
.contacts__list li{
	margin-bottom: 10px;
}
@media(max-width: 767.98px){
	.contants__title {
		margin-top: 50px;
	}
}

@media (max-width: 1559px) {
  .euthanasia-steps__bottom-block {
    position: relative;
    top: auto;
    right: auto;
  }
  .euthanasia-steps__text {
    padding: 40px;
  }
  .main-question__steps {
    padding: 40px;
  }
  .main-question__banner {
    padding: 40px 250px 40px 40px;
    overflow: hidden;
  }
  .main-question__image {
    right: 0;
    width: 306px;
  }
}
@media (max-width: 1239px) {
  .euthanasia-steps__item {
    width: calc(100% - 23px);
  }
  .main-question__steps {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-question__banner {
    width: 100%;
    padding: 40px 240px 240px 40px;
  }
  .rodents-euthanasia__list {
    width: 100%;
    order: 1;
  }
  .rodents-euthanasia__desc {
    width: 100%;
    order: 2;
  }
  .rodents-euthanasia .euthanasia-steps__bottom-block {
    margin-top: 0;
  }
  .birds-euthanasia__info {
    width: 100%;
    margin-bottom: 30px;
  }
  .birds-euthanasia__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .birds-euthanasia__bottom-text {
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
  }
  .birds-euthanasia__image {
    width: 100%;
    height: 285px;
    margin-bottom: 30px;
  }
  .euthanasia-steps2__about {
    width: 100%;
    padding: 0;
    margin: 0 0 55px 0;
  }
  .euthanasia-steps2__item2 {
    width: 100%;
  }
  .euthanasia-steps2__item3 {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .places__item {
    width: calc(50% - 20px);
  }
  .rodents-euthanasia__items {
    width: 100%;
  }
  .euthanasia-steps2__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .euthanasia-steps {
    overflow: hidden;
  }
  .euthanasia-steps {
    padding: 30px 0;
  }
  .euthanasia-steps .title {
    margin-bottom: 30px;
  }
  .euthanasia-steps .label {
    margin-bottom: 20px;
  }
  .euthanasia-steps__item {
    padding: 30px;
  }
  .euthanasia-steps__number {
    top: 30px;
    right: 30px;
  }
  .euthanasia-steps__text {
    padding: 20px 25px 30px 30px;
    font-size: 14px;
  }
  .euthanasia-steps__text:before {
    left: 30px;
  }
  .euthanasia-steps__bottom-block button {
    display: block;
    margin: 0 0 20px 0;
  }
  .euthanasia-steps__bottom-block a {
    font-size: 12px;
  }
  .main-question {
    padding: 80px 0;
  }
  .main-question .label {
    margin-bottom: 20px;
  }
  .main-question__top-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .main-question__steps {
    padding: 30px;
  }
  .main-question__desc {
    font-size: 14px;
  }
  .main-question__step:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .main-question__banner {
    padding: 30px 25px 280px 30px;
  }
  .main-question__name {
    margin-bottom: 20px;
  }
  .main-question__image {
    right: -14px;
    bottom: -64px;
  }
  .main-question__image img {
    max-width: 100%;
  }
  .main-question__button {
    display: none;
  }
  .places {
    padding: 30px 0 10px;
    overflow: hidden;
  }
  .places .label {
    margin-bottom: 20px;
  }
  .places .title {
    margin-bottom: 30px;
  }
  .places__item {
    width: calc(100% - 20px);
    height: 265px;
  }
  .places__icon {
    top: 30px;
    left: 30px;
    max-width: 75px;
    max-height: 64px;
  }
  .places__desc {
    padding: 0 25px 30px 30px;
    font-size: 14px;
    color: rgba(35, 35, 35, 0.7);
  }
  .places__item--red .places__desc {
    color: #fff;
  }
  .rodents-euthanasia {
    padding: 30px 0 80px;
  }
  .rodents-euthanasia .label {
    margin-bottom: 20px;
  }
  .rodents-euthanasia .title {
    margin-bottom: 30px;
  }
  .rodents-euthanasia__item {
    padding: 30px;
  }
  .rodents-euthanasia__number {
    width: 100%;
    margin-bottom: 30px;
  }
  .rodents-euthanasia .euthanasia-steps__bottom-block a {
    font-size: 16px;
  }
  .birds-euthanasia {
    padding: 30px 0;
  }
  .birds-euthanasia .label {
    margin-bottom: 20px;
  }
  .birds-euthanasia .title {
    margin-bottom: 20px;
  }
  .birds-euthanasia__info {
    font-size: 14px;
  }
  .birds-euthanasia__item {
    padding: 30px;
  }
  .birds-euthanasia__name {
    margin: 0 0 50px 0;
  }
  .birds-euthanasia__desc {
    font-size: 14px;
  }
  .birds-euthanasia .euthanasia-steps__bottom-block a {
    font-size: 16px;
  }
  .euthanasia-steps2 {
    padding: 30px 0 1px;
  }
  .euthanasia-steps2 .label {
    margin-bottom: 20px;
  }
  .euthanasia-steps2 .title {
    margin-bottom: 30px;
  }
  .euthanasia-steps2__item {
    height: 254px;
    padding: 30px;
  }
  .euthanasia-steps2__desc {
    padding: 15px 30px 30px 30px;
  }
  .euthanasia-steps2__desc:before {
    left: 30px;
  }
  .euthanasia-steps2__item2 {
    position: relative;
    padding: 26px 60px 26px 73px;
  }
  .euthanasia-steps2__item2 .euthanasia-steps2__name {
    width: 100%;
  }
  .euthanasia-steps2__item2 .euthanasia-steps2__number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
  .euthanasia-steps2__item3 {
    width: 100%;
    height: 254px;
  }
  .euthanasia-steps2__desc {
    font-size: 14px;
  }
}
