.footer {
  padding-top: 32px;
  padding-bottom: 16px;
  background: #000;
  color: #fff;
  height: max-content;
}
@media (max-width: 1023px) {
  .footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 719px) {
  .footer {
    padding-bottom: 58px;
    margin-top: 48px;
  }
}
@media (max-width: 719px) {
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .footer__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 719px) {
  .footer__content {
    display: block;
  }
}
@media (any-hover: hover) {
  .footer__content a:hover {
    text-decoration-line: underline;
  }
}
@media (max-width: 719px) {
  .footer__drop {
    border-bottom: 1px solid #4d4d4d;
  }
  .footer__drop.active {
    background: #000;
  }
  .footer__drop.active .footer__body {
    max-height: max-content;
    opacity: 1;
    visibility: visible;
    padding-bottom: 16px;
  }
  .footer__drop.active .footer__arr svg {
    transform: rotate(-180deg);
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #4d4d4d;
}
@media (max-width: 719px) {
  .footer__top {
    padding: 0px;
    margin-bottom: 0;
    border: none;
  }
  .footer__top a {
    padding: 16px 0 16px 20px;
  }
}
.footer__top a {
  line-height: 110% !important;
}
.footer__arr {
  width: 48px;
  flex: 1 1 auto;
  height: 48px;
  display: none;
  transition: all 0.2s ease 0s;
}
.footer__arr svg {
  transition: all 0.2s ease 0s;
}
.footer__arr:hover {
  background: transparent;
}
@media (max-width: 719px) {
  .footer__arr {
    display: inline-flex;
    align-items: center;

    justify-content: flex-end;
    padding-right: 20px;
  }
}
.footer__arr svg {
  fill: #fff;
}
@media (max-width: 719px) {
  .footer__body {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__bottom {
  margin-top: 30px;
  padding-top: 12px;
  border-top: 1px solid #4d4d4d;
  color: #707070;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 719px) {
  .footer__bottom {
    margin-top: 24px;
    padding-top: 0;
    border: none;
    flex-direction: column;
    gap: 16px;
    padding: 0px 20px;
  }
}
.footer__left p:not(:last-child) {
  margin-bottom: 4px;
}
.footer__right {
  text-align: right;
}
@media (max-width: 719px) {
  .footer__right {
    text-align: left;
  }
}
.footer__right a {
  text-decoration: underline;
}

.info-footer {
  width: 304px;
  flex-shrink: 0;
}
@media (max-width: 1319px) {
  .info-footer {
    width: 265px;
  }
}
@media (max-width: 1023px) {
  .info-footer {
    order: 1;
  }
}
@media (max-width: 719px) {
  .info-footer {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.info-footer__logo {
  width: 233px;
  display: inline-block;
}
@media (max-width: 719px) {
  .info-footer__logo {
    width: 200px;
  }
}
.info-footer__logo img {
  max-width: 100%;
}
.info-footer__wrap {
  margin-top: 24px;
}
.info-footer__subtitle {
  font-weight: 600;
  line-height: 115%;
}
@media (max-width: 1319px) {
  .info-footer__subtitle {
    font-size: 12px;
  }
}
.info-footer__form {
  margin-top: 12px;
}
@media (max-width: 719px) {
  .info-footer__form {
    margin-top: 8px;
  }
}
.info-footer__form .input-box .input {
  height: 44px;
  padding: 14px 16px;
  font-size: 14px;
  border-color: #303030;
}
@media (max-width: 719px) {
  .info-footer__form .input-box .input {
    height: 38px;
    padding: 12px;
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .info-footer__form .input-box .input:hover {
    background: #f8f8f8;
  }
  .info-footer__form .input-box .input:focus:hover {
    background: #fff;
  }
}
.info-footer__form .input-box .input.parsley-error {
  border-color: #c7281c;
}
.info-footer__form .input-box .error {
  bottom: 14px;
}
@media (max-width: 719px) {
  .info-footer__form .input-box .error {
    bottom: 11px;
  }
}
.info-footer__form .btn {
  height: 44px;
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 719px) {
  .info-footer__form .btn {
    margin-top: 6px;
    font-size: 12px;
    height: 38px;
  }
}
.info-footer__polit {
  color: #707070;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 719px) {
  .info-footer__polit {
    margin-top: 8px;
    text-align: center;
  }
}
.info-footer__polit a {
  text-decoration-line: underline;
}

/***************************************************************/
.menu-footer {
  gap: 24px;
  margin: 0 24px 0 81px;
}
@media (max-width: 1319px) {
  .menu-footer {
    margin: 0 18px 0 32px;
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .menu-footer {
    order: 3;
    flex: 0 0 100%;
    margin: 24px 0px 0px 0px;
    justify-content: space-between;
  }
}
@media (max-width: 719px) {
  .menu-footer {
    gap: 0;
    flex-direction: column;
  }
}
.menu-footer__col {
  width: 193px;
}
@media (max-width: 1319px) {
  .menu-footer__col {
    width: 148px;
  }
}
@media (max-width: 1023px) {
  .menu-footer__col {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
@media (max-width: 719px) {
  .menu-footer__col {
    width: 100%;
  }
}
.menu-footer__col li {
  line-height: 17px;
}
.menu-footer__col li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 719px) {
  .menu-footer__col li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 1319px) {
  .menu-footer__col a {
    font-size: 13px;
  }
}
@media (max-width: 719px) {
  .menu-footer__col a {
    font-size: 14px;
  }
}

/***************************************************************/
.contact-footer {
  margin-left: auto;
  width: 240px;
}
@media (max-width: 1023px) {
  .contact-footer {
    order: 2;
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
@media (max-width: 719px) {
  .contact-footer {
    width: 100%;
  }
}
.contact-footer__item {
  margin-bottom: 12px;
}
.contact-footer__item div {
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1319px) {
  .contact-footer__item div {
    font-size: 13px;
  }
}
@media (max-width: 719px) {
  .contact-footer__item div {
    font-size: 14px;
  }
}
.contact-footer__item li {
  line-height: 17px;
}
.contact-footer__item a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 1319px) {
  .contact-footer__item a {
    font-size: 13px;
  }
}
@media (max-width: 719px) {
  .contact-footer__item a {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .contact-footer__item a:hover {
    text-decoration: none;
  }
}
.contact-footer__item a span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
.contact-footer__item a span svg {
  width: inherit;
  height: inherit;
  fill: transparent;
  stroke: #fff;
}
.contact-footer__item p {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 110%;
}
.contact-footer__btn.btn {
  height: 37px;
}
@media (max-width: 719px) {
  .contact-footer__btn.btn {
    max-width: 240px;
    height: 39px;
  }
}
@media (any-hover: hover) {
  .contact-footer__btn.btn:hover {
    text-decoration: none;
  }
}
.contact-footer .social {
  margin-top: 20px;
}
@media (max-width: 719px) {
  .contact-footer .social {
    margin-top: 16px;
  }
}

/***************************************************************/
.social {
  gap: 8px;
}
.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.social a img {
  width: 100%;
  object-fit: cover;
}

/***************************************************************/
.btn-up {
  position: fixed;
  right: 50px;
  bottom: 48px;
  border-radius: 4px;
  background: #e4e4e4;
  width: 48px;
  height: 48px;
  transition: all 0.2s ease 0s;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
}
@media (max-width: 1319px) {
  .btn-up {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .btn-up {
    bottom: 60px;
  }
}
@media (max-width: 719px) {
  .btn-up {
    display: none;
  }
}
@media (any-hover: hover) {
  .btn-up:hover {
    background: #c7281c;
  }
  .btn-up:hover svg {
    stroke: #fff;
  }
}
.btn-up:active {
  background: #e43a2d;
}
.btn-up:active svg {
  stroke: #e4e4e4;
}
.btn-up svg {
  stroke: #3f3f3f;
  transition: inherit;
  width: 28px;
  height: 28px;
}
.btn-up.in {
  opacity: 1;
  pointer-events: all;
}

.popup_modal {
  padding: 40px;
}
.popup_modal.popup::after {
  display: none;
}
.popup_modal .popup__title {
  font-size: 16px;
}
@media (max-width: 719px) {
  .popup_modal .popup__title {
    font-size: 14px;
    line-height: 15px;
  }
}

.fancybox-content {
  max-width: 328px;
  overflow: visible;
}

.fancybox-active {
  height: 100%;
}

.fancybox-bg {
  background: rgba(40, 40, 40, 0.24);
}

#popup {
  display: none;
}

.popup-help {
  max-width: 320px;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}
.popup-help__title {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}
.popup-help__text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
}

.panel-menu {
  display: none;
  position: fixed;
  bottom: -120%;
  background: #fff;
  box-shadow: 0px -4px 8px 0px rgba(40, 40, 40, 0.08);
  width: 100%;
  z-index: 11;
}
@media (max-width: 1023px) {
  .panel-menu {
    bottom: 0;
  }
}
.panel-menu__item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 6px 8px;
}
.panel-menu__item.active .icon,
.panel-menu__item._active .icon {
  stroke: #e43a2d;
}
.panel-menu__icon {
  width: 20px;
  height: 20px;
}
.panel-menu__icon .icon {
  width: inherit;
  height: inherit;
  stroke: #fff;
  fill: transparent;
}
.panel-menu__icon_basket {
  position: relative;
}
.panel-menu__icon_basket span {
  position: absolute;
  top: 0;
  right: -6px;
  padding: 1px 2px;
  border-radius: 12px;
  background: #282828;
  color: #fff;
  display: inline-flex;
  justify-content: center;
font-family: 'Tilda Sans', sans-serif;
  font-size: 6px;
  font-weight: 600;
  line-height: 115%;
  min-width: 12px;
}
.panel-menu__icon_basket.in span {
  background: #e43a2d;
}
.panel-menu__name {
  margin-top: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 115%;
}

#season_form .btn-form,
#rim_types_quest .btn-form {
  font-size: 16px !important;
}

#rightColomn * {
font-family: 'Tilda Sans', sans-serif;
}

#rightColomn * {
  box-sizing: content-box !important;
}

#rightColomn .title {
  font-size: 18px !important;
}
