@charset "UTF-8";
.footer {
  background-color: #F8FAFF;
  padding: 1.875em 5.0625em 2.125em;
}
.footer__top {
  padding: 0 0.375em 0.875em 5.25em;
  border-bottom: 0.125em solid #0C2638;
  position: relative;
  z-index: 2;
}
.footer__center {
  padding: 0.875em 0.375em 0.875em 5.25em;
  position: relative;
}
.footer__bottom {
  padding: 9.1875em 18.625em 0;
  position: relative;
}

.f-social {
  display: flex;
  justify-content: flex-end;
}
.f-social__item {
  display: block;
  margin-left: 1.5625em;
}
.f-social__item:first-child {
  margin-left: 0;
}
.f-social__link {
  width: 2.3125em;
  height: 2.3125em;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.f-up {
  background-image: url(../img/icons/arrow-up.svg);
  display: block;
  width: 2.1875em;
  height: 2.1875em;
  background-color: #0C2638;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1.3125em auto;
  background-size: 1.3125em auto;
  border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  position: absolute;
  bottom: -1.125em;
  left: 50%;
  margin-left: -0.65625em;
}

.f-address {
  max-width: 12.2666666667em;
}

.f-logo {
  position: absolute;
  left: 50%;
  top: 3.25em;
  margin-left: -4.65625em;
}
.f-logo__link {
  display: block;
  width: 9.3125em;
  height: auto;
}
.f-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.f-info__title {
  text-align: center;
}
.f-info__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 38.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625em;
}
.f-info__text {
  font-weight: 700;
  text-align: left;
  max-width: 10em;
}
.f-info__copy {
  margin-top: 3.4666666667em;
  text-align: center;
}
.f-info__copy a:hover {
  text-decoration: underline;
}

.f-dog {
  position: absolute;
  left: 0.25em;
  bottom: -0.9375em;
}
.f-dog__img {
  display: block;
  width: 19.5625em;
  height: auto;
}

/* Модалки */
.modal-sale__pattern {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(12, 38, 56, .8);
}
.modal-sale__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-sale,
.modal {
  width: 58em;
  padding: 0;
  background-color: transparent;
  position: relative;
}

.modal-sale .f-button {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 1.4375em;
  top: 1.4375em;
  background-color: #0C2638;
  opacity: 1;
  background-image: url(../img/modal/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.625em auto;
  background-size: 0.625em auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.modal-sale .f-button:hover {
  background-color: #0C2638 !important;
}

.modal-sale .f-button svg {
  display: none !important;
}

.m-img {
  width: 50%;
  -webkit-background-size: 175% auto;
  background-size: 175% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 1.5em 0 0 1.5em;
  -webkit-border-radius: 1.5em 0 0 1.5em;
  position: relative;
}
.m-img__logo {
  display: block;
  width: 8.9375em;
  height: 8.875em;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 2.0625em;
  bottom: 1.0625em;
}

.m-info {
  background-color: #ffffff;
  width: 50%;
  padding: 3.6875em 2.4375em 3.375em;
  border-radius: 0 1.5em 1.5em 0;
  -webkit-border-radius: 0 1.5em 1.5em 0;
  text-align: center;
}
.m-info__title {
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
.m-info__input {
  margin-bottom: 1.2222222222em;
  color: #000000;
}
.m-info__button {
  margin-top: 0.375em;
}

.navigator {
  padding: 0.875em 2.75em 0.6875em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FCFBFC;
  z-index: 99;
  display: none;
}

.n-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
.n-menu__item {
  display: block;
}
.n-menu__link {
  display: block;
  opacity: 0.6;
  position: relative;
}
.n-menu__link-active {
  opacity: 1;
}
.n-menu__count {
  position: absolute;
  right: 0;
  top: -1em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #0C2638;
  color: #ffffff;
  font-size: .7em;
}
.n-menu__icon {
  width: 1.5625em;
  height: 1.5625em;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}
.n-menu__title {
  display: block;
  width: 100%;
  text-align: center;
  color: #0C2638;
  font-size: 0.75em;
}

/* Мобильные popup */
.m-contacts {
  padding: 0.75em 2.5em 0.9375em;
  border-top: 0.0625em solid #E6E6E6;
}
.m-contacts__title {
  font-size: 1.25em;
  font-weight: 700;
  color: #032640;
  display: block;
  width: 100%;
  margin-bottom: 1.1em;
}
.m-contacts__info {
  display: block;
  font-size: 0.9375em;
  color: #576778;
  line-height: 1.7;
}
.m-contacts__info a {
  font-size: 0.9333333333em;
  font-weight: 600;
  color: #576778;
}

.m-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.75em 2.5em 0.9375em;
  border-top: 0.0625em solid #E6E6E6;
}
.m-social__title {
  font-size: 1.25em;
  font-weight: 700;
  color: #032640;
  display: block;
}
.m-social__list {
  display: flex;
  justify-content: flex-end;
}
.m-social__item {
  display: block;
  margin-left: 2.125em;
}
.m-social__item:first-child {
  margin-left: 0;
}
.m-social__link {
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.m-wholesalers {
  display: flex;
  justify-content: center;
  margin-top: 1.4375em;
  margin-bottom: 2.3125em;
}
.m-wholesalers__button {
  font-weight: 500;
  display: inline-block;
}

.m-title {
  margin-top: 0.7em;
  display: block;
  text-align: center;
  padding-left: 2.85em;
  padding-right: 2.85em;
}

.m-catalog {
  padding: 1.8125em 2.0625em 0.875em;
}
.m-catalog__part {
  padding-bottom: 2.0625em;
}
.m-catalog__banner {
  height: 10em;
  display: block;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  position: relative;
}
.m-catalog__category {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.m-catalog__bottom {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.25em 3.125em 0.25em 1.25em;
  background-color: rgba(246, 246, 246, 0.62);
}
.m-catalog__bottom::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/icons/angle-right.svg);
  border-radius: 0.1875em;
  -webkit-border-radius: 0.1875em;
  background-color: #0C2638;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.4375em auto;
  background-size: 0.4375em auto;
  position: absolute;
  right: 1.25em;
  bottom: 0.1875em;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.m-catalog__bottom-active::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.m-catalog__title {
  font-weight: 800;
  color: #0C2638;
  font-size: 1.25em;
}
.m-catalog__list {
  padding-left: 1.4375em;
  padding-right: 1.3125em;
  margin-top: 1.875em;
}
.m-catalog__item {
  display: block;
  width: 100%;
  margin-bottom: 1.25em;
}
.m-catalog__item:last-child {
  margin-bottom: 0;
}
.m-catalog__link {
  font-size: 0.9375em;
  color: #032640;
  display: block;
  position: relative;
  padding-left: 3.1875em;
  font-weight: 500;
}
.m-catalog__link:hover {
  font-weight: 700;
}
.m-catalog__link:hover .m-catalog__icon {
  background-color: #FCD039;
}
.m-catalog__icon {
  display: block;
  width: 2.3333333333em;
  height: 2em;
  background-color: #E6EEFF;
  border-radius: 0.3333333333em;
  position: absolute;
  left: 0;
  top: -0.4em;
  -webkit-background-size: 1.3333333333em 1.3333333333em;
  background-size: 1.3333333333em 1.3333333333em;
  background-repeat: no-repeat;
  background-position: center center;
}

#pod-vid {
  border-radius: 1.375em;
  box-shadow: 0 0.25em 12.25em 0 #000000;
  width: 71.875em;
}

.m-podatok {
  padding: 6.6875em 7.5em 6.6875em 5.8125em;
  overflow: hidden;
}
.m-podatok__group {
  margin-bottom: 2.8125em;
}
.m-podatok__group:last-child {
  margin-bottom: 0;
}
.m-podatok__title {
  font-size: 2.1875em;
  color: #032640;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5714285714em;
}
.m-podatok table {
  text-align: left;
  color: #032640;
  font-size: 1.5625em;
  font-weight: 400;
}
.m-podatok table td {
  padding: 0.88em 1.44em;
}
.m-podatok table tr td:first-child {
  width: 38%;
}
.f-info__studio {
  position: absolute;
  right: 0;
  bottom: 0;
}
.f-info__studio a {
  text-decoration: none;
}
.f-info__studio a:hover {
  color: #FCD039;
}
#discount-form {
  background-color: #F8FAFF;
  background-image: url(../img/layout/index-banner.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 50%;
  padding: 3.6875em 2.4375em 3.375em;
  border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  text-align: center;
}
#discount-form .s1-info {
  max-width: none;
  width: 100%;
}
#discount-form .s1-info__title {
  line-height: 100%;
  margin-bottom: .2em;
}
#discount-form .s1-info__subtitle {
  margin-bottom: 0;
  margin-top: .5em;
}