body {
  max-width: 100%;
  overflow-x: clip;
}

.rc-header__nav.rc-header__nav--secondary.rc-md-up {
  height: 3px !important;
}
.rc-header--scrolled .rc-header__nav--secondary {
  transform: translateY(-3px) !important;
}
.footer__fz {
  font-size: 10px;
  font-family: inherit;
}
.footer__tac {
  text-align: center;
}
.rc-btn--icon-label:after,
.btn--icon-label:after,
.rc-btn--icon-tab:after {
  transform: translateY(-50%) translate(-50%) !important;
}
.field-wrapper {
  margin-bottom: 40px;
}
.field-wrapper__label {
  margin-bottom: 0;
}
@media all and (max-width: 330px) {
  .field-wrapper__label {
    padding-right: 35px;
  }
}
.radio .rc-input {
  max-width: 100% !important;
}
.radio .rc-input__label--inline {
  padding-left: 2rem;
  padding-right: 0;
}
.radio .rc-input__label--inline:before {
  left: 0;
  right: auto;
}
.radio .rc-input__label--inline:after {
  left: 7px !important;
  right: auto !important;
}
.radio .rc-input__radio:checked + .rc-input__label--inline:after {
  background: #e2001a;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #e2001a;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }
  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }
  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  to {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0);
  }
  to {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.number-field .rc-input {
  width: 100%;
  max-width: none !important;
}
.select-field {
  margin-top: 2rem;
}
.select-field .rc-select {
  margin-top: 1rem;
  max-width: 100% !important;
}
.select-field .choices__inner {
  padding: 0.9em 3rem 0.9em 0;
  display: flex;
}
.select-field .choices__list {
  text-align: left;
}
.select-field .choices:after {
  right: 0.5rem;
  left: auto;
}
.select-field .choices__list--dropdown .choices__item--selectable:after {
  display: none;
}
.home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 69vh;
}
@media all and (max-width: 879px) {
  .home {
    min-height: 84vh;
  }
}
.home__cont {
  width: 100%;
}
.home__hero {
  position: relative;
  margin: 10px auto 32px;
  padding: 0 14px;
  max-width: 540px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .home__hero {
    margin: 16px auto 10px;
    padding: 0;
  }
}
.home__shape {
  max-width: 258px;
  margin: 15px auto 16px;
}
@media all and (max-width: 786px) {
  .home__shape {
    margin: 24px auto 22px;
    max-width: 290px;
  }
}
@media all and (max-width: 1024px) {
  .home__images {
    display: none;
  }
}
.home__dog {
  position: absolute;
  top: 10px;
  left: 100%;
  transform: translate(30px) scaleX(-1);
  width: 255px;
}
.home__cat {
  position: absolute;
  top: 10px;
  right: 100%;
  transform: translate(-30px) scaleX(-1);
  width: 255px;
}
.home__search {
  padding: 12px 0 0;
}
.home__bottom {
  margin: 48px auto 120px;
  max-width: 926px;
  text-align: center;
}
.home__bottom p {
  margin: 0;
}

.rc-btn-group {
  flex-wrap: wrap;
  width: 600px;
  row-gap: 8px;
  margin: auto;
}

.rc-btn-group > .rc-btn {
  flex: 0 0 50%;
  max-width: 270px;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .home__bottom {
    margin: 60px 0 16px;
    text-align: left;
  }

  .rc-btn-group {
    width: auto;
    row-gap: 0px;
  }
  .rc-btn-group .rc-btn {
    width: 250px;
  }
}
.home__buttons button {
  font-size: inherit !important;
}
@media all and (max-width: 768px) {
  .home__buttons .rc-btn-group {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .home__buttons .rc-btn {
    margin: 12px 0;
  }
}
.search-input {
  margin: 0 auto;
  max-width: 69.375em;
}
.search-input__field {
  position: relative;
  padding: 14px 24px;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .search-input__field {
    margin-top: 13px;
    padding: 7px 9px;
  }
}
.search-input--disabled .search-input__field {
  opacity: 0.5;
}
.search-input__field-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.search-input__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.search-input__icon svg {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .search-input__icon {
    width: 16px;
    height: 16px;
  }
}
.search-input__input-cont {
  padding: 0 18px;
  flex: auto;
}
@media all and (max-width: 768px) {
  .search-input__input-cont {
    padding: 0 9px;
  }
}
.search-input__input {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  color: #666;
  background: transparent;
}
.search-input__input:focus {
  outline: none;
}
.search-input__input::placeholder {
  color: #666;
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
}
@media all and (max-width: 768px) {
  .search-input__input {
    font-size: 14px !important;
  }
}
.search-input__clear {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: transparent;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .search-input__clear {
    width: 16px;
    height: 16px;
  }
}
.search-input__clear svg {
  width: 100%;
  height: auto;
}
.search-input--filled .search-input__clear {
  opacity: 1;
  pointer-events: initial;
}
.search-results {
  margin: 24px auto 0;
  max-width: 69.375em;
}
@media all and (max-width: 768px) {
  .search-results {
    margin-top: 16px;
  }
}
.search-results__empty {
  padding: 12px 0 16px;
  width: 65.7657657658%;
}
@media all and (max-width: 768px) {
  .search-results__empty {
    width: 100%;
  }
}
.search-results__list {
  margin-left: -16px;
}
@media all and (max-width: 768px) {
  .search-results__list {
    margin-left: -12px;
  }
}
.search-results__el {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  border: none;
  width: 100%;
  background: transparent;
  color: #666;
  cursor: pointer;
}
.search-results__el:hover {
  color: #e2001a;
}
@media all and (max-width: 768px) {
  .search-results__el {
    padding: 4px 0;
  }
}
.search-results__el-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.search-results__el-photo {
  margin-right: 8px;
}
@media all and (max-width: 768px) {
  .search-results__el-photo {
    margin-right: 0;
  }
}
.search-results .search-results__el-photo-img {
  object-fit: contain;
  width: 68px;
  height: 68px;
  min-width: 68px;
}
@media all and (max-width: 768px) {
  .search-results .search-results__el-photo-img {
    width: 57px;
    height: 57px;
    min-width: 57px;
  }
}
.search-results__el-text {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: inherit;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  .search-results__el-text {
    font-size: 16px;
  }
}
.estimate-page__cont {
  display: block;
}
@media all and (max-width: 768px) {
  .estimate-page__nav {
    margin-top: 16px;
  }
}
.estimate-page__steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: -16px;
  margin-top: 23px;
}
@media all and (max-width: 768px) {
  .estimate-page__steps {
    margin: 16px 0 0 -8px;
  }
}
@media all and (max-width: 480px) {
  .estimate-page__steps {
    margin-left: 0;
  }
}
.estimate-page__content {
  margin-top: 32px;
}
@media all and (max-width: 768px) {
  .estimate-page__content {
    margin-top: 24px;
  }
}
.estimate-page .disabled {
  pointer-events: none;
}
.price-view {
  display: flex;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .price-view {
    margin-bottom: 40px;
  }
}
.price-view__form {
  order: 1;
}
@media all and (max-width: 768px) {
  .price-view__form {
    padding: 0;
    order: initial;
  }
}
.price-view__product {
  margin-top: -115px;
  order: 2;
}
@media all and (max-width: 768px) {
  .price-view__product {
    padding: 0;
    margin: 0;
    order: initial;
  }
}
.price-view .price-view__buttons {
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .price-view .price-view__buttons button {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .price-view .price-view__buttons *:first-child {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .estimate-current-product__cont {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.estimate-current-product__img {
  margin: 0 auto;
  max-width: 360px !important;
}
@media all and (max-width: 768px) {
  .estimate-current-product__img {
    margin: 0 0 0 -14px;
    max-width: 96px !important;
  }
}
.estimate-current-product__title {
  margin-top: 22px;
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  .estimate-current-product__title {
    margin-top: 6px;
    text-align: left;
  }
}
.estimate-current-product__subtitle {
  margin-top: -10px;
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .estimate-current-product__subtitle {
    margin-top: 8px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.estimate-current-product__subtitle p {
  margin: 0;
}
.product-page {
  padding-bottom: 70px;
  min-height: 52vh;
}
@media all and (max-width: 768px) {
  .product-page {
    padding: 16px 0 35px;
  }
}
.product-page__cont {
  align-items: center;
}
.product-page__image {
  margin: 0 auto;
  max-width: 360px !important;
}
@media all and (max-width: 768px) {
  .product-page__image {
    margin: 18px auto 26px;
    max-width: 63.8888888889% !important;
  }
}
@media all and (max-width: 768px) {
  .product-page__buttons {
    margin: 32px 0 0 !important;
  }
}
@media all and (max-width: 768px) {
  .product-page__buttons .rc-btn {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .product-page .rc-column {
    padding: 0;
  }
}
.questions-view {
  display: flex;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .questions-view {
    margin-bottom: 40px;
  }
}
.questions-view__form {
  order: 1;
}
@media all and (max-width: 768px) {
  .questions-view__form {
    padding: 0;
    order: initial;
  }
}
.questions-view__product {
  margin-top: -115px;
  order: 2;
}
@media all and (max-width: 768px) {
  .questions-view__product {
    padding: 0;
    margin: 0;
    order: initial;
  }
}
@media all and (max-width: 768px) {
  .main-questions .submit {
    display: block;
    margin: 0 auto;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.weight-tooltip__button {
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  margin: 0 0 0 6px;
  line-height: 1;
}
.weight-tooltip__button:focus {
  outline: none;
}
@media all and (max-width: 768px) {
  .weight-tooltip__button {
    margin-top: 2px;
  }
}
.weight-tooltip__button svg {
  width: 24px;
  height: auto;
}
@media all and (max-width: 768px) {
  .weight-tooltip__button svg {
    width: 20px;
  }
}
.weight-tooltip__all {
  position: absolute;
  left: 100%;
  top: -45px;
  z-index: 10;
  padding-left: 17px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.weight-tooltip__button:hover .weight-tooltip__all {
  opacity: 1;
  pointer-events: initial;
}
@media all and (max-width: 768px) {
  .weight-tooltip__button:hover .weight-tooltip__all {
    opacity: 0;
    pointer-events: none;
  }
}
.weight-tooltip__all-arrow {
  position: absolute;
  top: 40px;
  left: 0;
}
.weight-tooltip__all-arrow svg {
  width: 18px;
  height: auto;
}
.weight-tooltip__all-cont {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 575px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 18px #6666661a;
}
.weight-tooltip__all-el {
  width: 33.3333333333%;
}
.weight-tooltip__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.weight-tooltip__modal--visible {
  opacity: 1;
  pointer-events: all;
}
.weight-tooltip__modal .swiper-container {
  padding-bottom: 18px;
}
.weight-tooltip__modal .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.weight-tooltip__modal .swiper-pagination button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  cursor: pointer;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4;
  transition: all 0.3s;
}
.weight-tooltip__modal .swiper-pagination button:focus {
  outline: none;
}
.weight-tooltip__modal
  .swiper-pagination
  button.swiper-pagination-bullet-active {
  background: #e2001a;
}
.weight-tooltip__modal-slide {
  margin: 0 auto;
}
.weight-tooltip__modal-cont {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
  width: 100%;
  height: 100%;
}
.weight-tooltip__modal-close {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.weight-tooltip__modal-close:focus {
  outline: none;
}
.weight-tooltip__modal-close svg {
  width: 24px;
  height: 24px;
}
.weight-tooltip__modal-slider {
  width: 100%;
}
.estimate-result {
  margin-top: -20px;
  padding: 0 0 80px;
}
@media all and (max-width: 786px) {
  .estimate-result {
    margin-bottom: -50px;
  }
}
@media all and (max-width: 768px) {
  .estimate-result .rc-column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .estimate-result .rc-gamma {
    margin-bottom: 24px;
  }
}
.estimate-result .rc-body b {
  color: #e2001a;
}
.estimate-result__image-single-img {
  display: block;
  margin: 0 auto;
  max-width: 360px !important;
}
@media all and (max-width: 768px) {
  .estimate-result__image-single-img {
    max-width: 282px !important;
  }
}
.estimate-result__text {
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  .estimate-result__text {
    margin-top: 0;
  }
}
