

/* Start:/local/templates/main/assets/css/pet/style.css?17853797258563*/
.section {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .section {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .section {
    margin-bottom: 60px;
  }
}

.pet__main {
  background-color: #1B2631;
}
.pet__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.032em;
}
@media (max-width: 991px) {
  .pet__text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .pet__text {
    font-size: 14px;
  }
}
.pet__text ul, .pet__text ol {
  margin-left: 20px;
}
.pet__text ul li, .pet__text ol li {
  margin-bottom: 10px;
}
.pet__text ul li:last-child, .pet__text ol li:last-child {
  margin-bottom: 0;
}
.pet__text ul li {
  list-style: disc;
}
.pet__text strong {
  font-weight: 500;
}
.pet__title {
  color: #FFF;
  font-family: var(--font-faberge);
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
@media (max-width: 1199px) {
  .pet__title {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .pet__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .pet__title {
    font-size: 40px;
  }
}
.pet__title--small {
  font-size: 41px;
  line-height: 121%;
  letter-spacing: -0.05em;
}
@media (max-width: 1199px) {
  .pet__title--small {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .pet__title--small {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .pet__title--small {
    font-size: 28px;
  }
}
.pet-hero {
  max-width: 1440px;
  margin: 160px auto 82px auto !important;
  color: #FFF;
}
@media (max-width: 860px) {
  .pet-hero {
    margin-top: 120px !important;
  }
}
@media (max-width: 400px) {
  .pet-hero {
    margin-top: 90px !important;
  }
}
.pet-hero__wrapper {
  display: flex;
  gap: 30px 5.6%;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pet-hero__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pet-hero__wrapper {
    gap: 16px 0;
  }
}
.pet-hero__title {
  font-family: var(--font-faberge);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 119%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  flex: auto 0 0;
}
@media (max-width: 1199px) {
  .pet-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .pet-hero__title {
    font-size: 50px;
  }
}
.pet-hero__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 176%;
  letter-spacing: -0.01em;
  padding: 0 0 14px 4.6%;
}
@media (max-width: 1299px) {
  .pet-hero__text {
    padding: 0 0 14px 2.6%;
    font-size: 18px;
    line-height: 166%;
  }
}
@media (max-width: 1199px) {
  .pet-hero__text {
    padding: 0 0 0 0;
  }
}
.pet-hero__icons {
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .pet-hero__icons {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .pet-hero__icons {
    flex-direction: row;
  }
}
.pet-hero__icons-item img {
  max-width: 66px;
}
.pet-hero__image img {
  border-radius: 23px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/0.44408;
}
@media (max-width: 575px) {
  .pet-hero__image img {
    border-radius: 16px;
    aspect-ratio: 1/0.7;
  }
}
.pet-requirements__separator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.pet-requirements__separator span {
  border: 1px solid #F5D7BE;
}
.pet-requirements__separator span:first-child, .pet-requirements__separator span:last-child {
  flex: 1;
  height: 1px;
  border-top: none;
}
.pet-requirements__separator span:not(:first-child):not(:last-child) {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
}
.pet-requirements__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .pet-requirements__wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .pet-requirements__wrapper {
    grid-template-columns: 1fr;
    padding: 50px 0;
  }
}
.pet-requirements__info {
  margin-top: 10px;
}
.pet-requirements__title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.013em;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .pet-requirements__title {
    font-size: 18px;
    line-height: 16px;
  }
}
.pet-services__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
  align-items: center;
}
@media (max-width: 767px) {
  .pet-services__wrapper {
    grid-template-columns: 1fr;
  }
}
.pet-services__text {
  margin-top: 40px;
  padding-right: 22%;
}
@media (max-width: 1199px) {
  .pet-services__text {
    margin-top: 20px;
    padding-right: 10%;
  }
}
@media (max-width: 575px) {
  .pet-services__text {
    padding-right: 0;
  }
}
.pet-services__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.78949;
  border-radius: 23px;
}
.pet-cleaning__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pet-cleaning__wrapper {
    grid-template-columns: 1fr;
  }
}
.pet-cleaning-item {
  border-radius: 30px;
  border: 0.4px solid #3E70B6;
  background: linear-gradient(171deg, #234370 -7.7%, #162D4E 82.15%);
  padding: 45px 30px;
  min-height: 245px;
}
@media (max-width: 767px) {
  .pet-cleaning-item {
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .pet-cleaning-item {
    padding: 30px 24px;
  }
}
.pet-cleaning-item__title {
  color: #FFF;
  font-family: var(--font-faberge);
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 173%;
  letter-spacing: -0.047em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .pet-cleaning-item__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .pet-cleaning-item__title {
    font-size: 22px;
  }
}
.pet-rules__wrapper {
  margin-top: 30px;
  border-radius: 30px;
  border: 0.4px solid #3E70B6;
  background: #FFF;
  padding: 30px 30px 56px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
}
@media (max-width: 1199px) {
  .pet-rules__wrapper {
    gap: 30px 55px;
  }
}
@media (max-width: 991px) {
  .pet-rules__wrapper {
    gap: 30px 40px;
  }
}
@media (max-width: 767px) {
  .pet-rules__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .pet-rules__wrapper {
    padding: 30px 26px;
  }
}
.pet-rules-item {
  border-bottom: 1px solid #BFBBBB;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .pet-rules-item {
    padding-bottom: 20px;
  }
}
.pet-rules-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .pet-rules-item:last-child:nth-child(odd) {
    border-bottom: none;
  }
  .pet-rules-item:nth-last-child(2):nth-child(odd), .pet-rules-item:last-child:nth-child(even) {
    border-bottom: none;
  }
}
.pet-rules-item__title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .pet-rules-item__title {
    font-size: 19px;
  }
}
.pet-rules-item__text {
  color: black;
  font-weight: 400;
}
.pet-rules-item--link {
  justify-content: center;
}
.pet-rules-item__link {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
}
@media (max-width: 1199px) {
  .pet-rules-item__link {
    gap: 14px;
  }
}
.pet-rules-item__link img {
  flex: 53px 0 0;
  transition: scale 0.3s ease;
  will-change: auto;
  width: 53px;
}
@media (max-width: 1199px) {
  .pet-rules-item__link img {
    flex: 48px 0 0;
    width: 48px;
  }
}
.pet-rules-item__link span {
  color: #473F39;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: text-underline-offset 0.3s ease;
  will-change: auto;
}
@media (max-width: 1199px) {
  .pet-rules-item__link span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .pet-rules-item__link span {
    line-height: 140%;
  }
}
.pet-rules-item__link:hover img {
  scale: 1.04;
}
.pet-rules-item__link:hover span {
  text-underline-offset: 5px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/form/premium/bitrix/form.result.new/.default/style.css?17853825794980*/
.error-fld {
  display: block;
  float: left;
  height: 13px;
  width: 15px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/components/bitrix/form/premium/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.form-group {
  flex: 1;
}
@media (max-width: 399px) {
  .form-group {
    flex: 100% 1 1;
  }
}
.form-group:first-of-type {
  flex: 100% 1 1;
}
.form-group-checkbox {
  margin: 6px 0 14px 0;
}
@media (max-width: 767px) {
  .form-group-checkbox {
    margin: 10px 0 16px 0;
  }
}
.form-checkbox {
  display: none;
}
.form-checkbox:checked + .form-checkbox-label {
  color: #F5D7BE;
}
.form-checkbox:checked + .form-checkbox-label:before {
  background-color: #F5D7BE;
  border-color: #BCA088;
}
.form-checkbox:checked + .form-checkbox-label:after {
  background-image: url("/local/templates/main/assets/images/premium/check.svg");
}
.form-checkbox-label {
  color: #D9D9D9;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  transition: all 0.3s ease;
  padding-bottom: 1px;
  display: block;
}
@media (max-width: 767px) {
  .form-checkbox-label {
    font-size: 12px;
    line-height: 20px;
  }
}
.form-checkbox-label:hover {
  color: white;
}
.form-checkbox-label:hover:before {
  background-color: white;
  border-color: #BCA088;
}
.form-checkbox-label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 8px;
  background: #D9D9D9;
  transition: all 0.3s ease;
  border: 1px solid #D9D9D9;
}
.form-checkbox-label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: all 0.3s ease;
}
.form-checkbox-label a {
  color: #F5D7BE;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.form-checkbox-label a:hover {
  color: rgb(134, 119, 106);
}
.form-input {
  border-radius: 30px;
  background-color: rgb(134, 119, 106);
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  border: 1px solid rgb(134, 119, 106);
  outline: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .form-input {
    height: 44px;
    padding: 0 26px;
  }
}
.form-input::placeholder {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
}
.form-input:hover {
  background-color: #A48A75;
  border-color: #A48A75;
}
.form-input:focus {
  background-color: #86776A;
  border-color: #F5D7BE;
}
.form-input:active {
  background-color: #A48A75;
  border-color: #DDC0A7;
}
.form-footer {
  flex: 100% 1 1;
}
.form-btn {
  border-radius: 30px;
  background: rgb(245, 215, 190);
  color: rgb(22, 45, 78);
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
  font-family: var(--font-inter);
  display: flex;
  height: 48px;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .form-btn {
    height: 44px;
  }
}
.form-btn:hover {
  background-color: #DCC1AA;
}
.form-btn:active, .form-btn:focus {
  box-shadow: inset 1px 1px 1px 0 rgba(54, 44, 34, 0.35);
  background: rgb(245, 215, 190);
}
.form-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form__success {
  font-size: 16px;
  color: white;
}

.premium-contacts {
  scroll-margin-top: 200px;
}
.premium-contacts__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .premium-contacts__wrapper {
    flex-direction: column;
    row-gap: 28px;
  }
}
.premium-contacts__content {
  flex: 40% 0 0;
  margin-top: -10px;
}
@media (max-width: 575px) {
  .premium-contacts__content {
    padding: 0 10px;
  }
}
.premium-contacts form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.premium-contacts__form {
  flex: 50% 0 0;
}

.heading {
  font-family: var(--font-faberge);
  font-size: 65px;
  font-weight: 400;
  line-height: 124%;
  text-transform: uppercase;
  margin-bottom: 13px;
  text-wrap-style: balance;
  color: white;
  letter-spacing: -0.05em;
  max-width: 680px;
}
@media (max-width: 1199px) {
  .heading {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.heading__description {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: -0.05em;
  max-width: 390px;
}
@media (max-width: 1199px) {
  .heading__description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading__description {
    color: rgb(177, 177, 177);
  }
}
@media (max-width: 575px) {
  .heading__description {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .heading__description {
    text-wrap-style: balance;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/assets/css/pet/style.css?17853797258563 */
/* /local/templates/main/components/bitrix/form/premium/bitrix/form.result.new/.default/style.css?17853825794980 */
