

/* Start:/local/templates/iskra-zolotaya/template_styles.css?177338912221030*/
@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/iskra-zolotaya/fonts/OpenSans-Light.woff2") format("woff2"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-Light.woff") format("woff"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/iskra-zolotaya/fonts/OpenSans-Regular.woff2") format("woff2"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-Regular.woff") format("woff"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/iskra-zolotaya/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-SemiBold.woff") format("woff"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/local/templates/iskra-zolotaya/fonts/OpenSans-Bold.woff2") format("woff2"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-Bold.woff") format("woff"), url("/local/templates/iskra-zolotaya/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

body {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #010200;
  background: #fcfcfc;
}
body.overflow-hidden {
  overflow: hidden;
}
@media all and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}

.container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: #007c3a;
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 22px 30px 20px 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #010200;
  text-decoration: none;
  white-space: nowrap;
  background: #FFFFFF;
}
@media all and (max-width: 991px) {
  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

b, strong {
  font-weight: 700;
}

h1 {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: clamp(45px, 3.8vw, 65px);
  line-height: 145%;
  color: #fff;
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 145%;
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 135%;
  }
}

.section {
  margin-top: 140px;
}
@media all and (max-width: 991px) {
  .section {
    margin-top: 80px;
  }
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin: 0 0 80px 0;
}
.section-head .title {
  flex-grow: 1;
  min-width: 1;
}
.section-head .text {
  max-width: 560px;
  flex: 0 0 calc(50% - 20px);
}
.section-head p {
  margin: 10px 0 0 0;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  .section-head p:first-child {
    margin-top: 10px;
  }
}
.section-head p:last-child {
  padding-bottom: 15px;
}
@media all and (max-width: 991px) {
  .section-head p:last-child {
    padding-bottom: 0;
  }
}
@media all and (max-width: 991px) {
  .section-head p {
    font-size: 15px;
  }
}
.section-head.vertical {
  display: block;
  text-align: center;
}
.section-head.vertical h2 {
  margin-bottom: 40px;
}
.section-head.vertical p {
  margin: 0 auto;
  max-width: 741px;
}
.section-head.vertical p:last-child {
  padding-bottom: 0;
}
@media all and (max-width: 991px) {
  .section-head.vertical p {
    margin-right: 0;
    margin-left: 0;
  }
}
@media all and (max-width: 991px) {
  .section-head.vertical {
    text-align: left;
  }
}
@media all and (max-width: 991px) {
  .section-head {
    display: block;
    margin-bottom: 40px;
  }
}

.subtitle {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 15px;
  color: rgba(1, 2, 0, 0.3);
}
.subtitle span {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background: rgba(1, 2, 0, 0.3);
}
@media all and (max-width: 991px) {
  .subtitle {
    margin-bottom: 10px;
  }
}

.spoiler-list-item {
  padding: 20px 0 20px 20px;
  margin: 20px 0 0 0;
  background: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.spoiler-list-item__name {
  display: block;
  position: relative;
  padding: 0 46px 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  color: #010200;
}
.spoiler-list-item__name:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/iskra-zolotaya/images/spoiler-list-open.svg") 50% 50%/contain no-repeat;
}
@media all and (max-width: 991px) {
  .spoiler-list-item__name:after {
    right: 15px;
  }
}
@media all and (max-width: 991px) {
  .spoiler-list-item__name {
    padding-right: 41px;
    font-size: 16px;
  }
}
.spoiler-list-item__inner {
  display: none;
  opacity: 0;
  line-height: 1.45;
  padding: 0 46px 0 0;
}
.spoiler-list-item__inner > div {
  margin-top: 0;
}
.spoiler-list-item:first-child {
  margin-top: 0;
}
.spoiler-list-item.opened {
  background: #c1b89b;
}
.spoiler-list-item.opened .spoiler-list-item__name:after {
  background-image: url("/local/templates/iskra-zolotaya/images/spoiler-list-close.svg");
}
.spoiler-list-item.opened .spoiler-list-item__inner {
  opacity: 1;
}
.spoiler-list-item.opened .spoiler-list-item__inner > div {
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  .spoiler-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1740px;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.header__burger {
  display: none;
  flex: 0 0 24px;
  padding: 0 15px 0 0;
  position: relative;
}
.header__burger a {
  display: block;
  width: 24px;
  height: 30px;
  background: url("/local/templates/iskra-zolotaya/images/burger.svg") 50% 50% no-repeat;
}
.header__burger:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #010200;
  border-radius: 2px;
}
@media all and (max-width: 991px) {
  .header__burger {
    display: block;
  }
}
.header__logo {
  flex: 0 0 124px;
  height: 100px;
  background: url("/local/templates/iskra-zolotaya/images/logo.png") 0 50%/contain no-repeat;
}
@media all and (max-width: 991px) {
  .header__logo {
    flex: 0 0 120px;
    height: 43px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-grow: 1;
  min-width: 1px;
  height: stretch;
  margin: 10px 0;
  padding: 0 0 0 50px;
  border-left: 1px solid #d9d9d9;
}
.header__menu .menu-item {
  font-weight: 700;
  font-size: 18px;
  color: #010200;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .header__menu {
    display: none;
  }
}
.header__buy .button {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  color: #fff;
  background: #0F6838;
  border-bottom: 1px solid #0d6a36;
}
@media all and (max-width: 991px) {
  .header__buy .button {
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 14px;
    border-radius: 5px;
  }
}
@media all and (max-width: 991px) {
  .header__buy {
    flex-grow: 1;
    min-width: 1px;
    text-align: right;
  }
}
@media all and (max-width: 1440px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 991px) {
  .header {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    gap: 15px;
  }
}

.header-mobile {
  display: none;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: 1000;
}
.header-mobile > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header-mobile__top {
  display: flex;
  align-items: center;
}
.header-mobile__top .burger {
  flex: 0 0 24px;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  position: relative;
}
.header-mobile__top .burger a {
  display: block;
  width: 24px;
  height: 30px;
  background: url("/local/templates/iskra-zolotaya/images/burger-close.svg") 50% 50% no-repeat;
}
.header-mobile__top .burger:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #010200;
  border-radius: 2px;
}
.header-mobile__top .logo {
  flex: 0 0 120px;
  height: 43px;
  background: url("/local/templates/iskra-zolotaya/images/logo.png") 0 50%/contain no-repeat;
}
.header-mobile__menu {
  flex-grow: 1;
  margin: 40px 0 0 0;
}
.header-mobile__menu .menu-item {
  display: block;
  margin: 30px 0 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #010200;
  width: max-content;
  text-decoration: none;
}
.header-mobile__menu .menu-item:first-child {
  margin-top: 0;
}
.header-mobile__buy {
  margin: 20px 0 0 0;
}
.header-mobile__buy a {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #0F6838;
}

.page-preview {
  background: #0F6838;
}
.page-preview .inner {
  display: flex;
  align-items: stretch;
  gap: 40px;
  max-width: 1740px;
  margin: 0 auto;
  background: #0F6838;
}
@media all and (max-width: 991px) {
  .page-preview .inner {
    flex-direction: column-reverse;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-preview__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%;
  padding: 5.25vw 0 5.25vw 50px;
  max-width: 59.8%;
  color: #fff;
}
.page-preview__text p {
  max-width: 700px;
  font-weight: 600;
  font-size: clamp(32px, 2.8vw, 38px);
  line-height: 135%;
}
@media all and (max-width: 991px) {
  .page-preview__text p {
    font-size: 20px;
  }
}
.page-preview__text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 3.44vw 0 0 0;
  max-width: 850px;
  list-style: none;
}
.page-preview__text ul li {
  padding: 0 0 0 32px;
  position: relative;
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
}
.page-preview__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/local/templates/iskra-zolotaya/images/list-marker.png") 50% 50%/contain no-repeat;
  border-radius: 50%;
}
@media all and (max-width: 991px) {
  .page-preview__text ul li:before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
}
.page-preview__text ul li:first-child {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .page-preview__text ul li {
    margin-top: 16px;
    padding-left: 32px;
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .page-preview__text ul {
    display: block;
    margin-top: 30px;
  }
}
.page-preview__text .buttons {
  margin: 3.44vw 0 0 0;
}
@media all and (max-width: 991px) {
  .page-preview__text .buttons a {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .page-preview__text .buttons {
    margin-top: 30px;
  }
}
@media all and (max-width: 1440px) {
  .page-preview__text {
    padding-left: 20px;
  }
}
@media all and (max-width: 991px) {
  .page-preview__text {
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
    max-width: unset;
  }
}
.page-preview__pic {
  flex-grow: 1;
  min-width: 1px;
}
.page-preview__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 991px) {
  .page-preview__pic {
    margin: 0 -20px;
  }
}

.product-about {
  margin-top: 120px;
}
.product-about .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.product-about .features .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.product-about .features .title {
  margin: 20px 0 10px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
}
@media all and (max-width: 991px) {
  .product-about .features .title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  .product-about .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .product-about .features {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .product-about {
    margin-top: 60px;
  }
}

.product-instruction .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.product-instruction .steps .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: #ffffff;
  background: #0d6a36;
  border-radius: 5px;
}
.product-instruction .steps .title {
  margin: 0 0 50px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
}
@media all and (max-width: 991px) {
  .product-instruction .steps .title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
@media all and (max-width: 991px) {
  .product-instruction .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .product-instruction .steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.product-reviews .reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.product-reviews .reviews .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 40px 40px 40px;
  background: #f0f0f0 url("/local/templates/iskra-zolotaya/images/„.svg") 40px 40px no-repeat;
  border-radius: 5px;
}
.product-reviews .reviews .item .user {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 40px 0 0 0;
}
.product-reviews .reviews .item .user__pic {
  flex: 0 0 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.product-reviews .reviews .item .user__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 991px) {
  .product-reviews .reviews .item .user__pic {
    flex: 0 0 45px;
    height: 45px;
  }
}
.product-reviews .reviews .item .user__info span {
  display: block;
  font-size: 14px;
}
@media all and (max-width: 991px) {
  .product-reviews .reviews .item .user__info span {
    font-size: 12px;
  }
}
@media all and (max-width: 991px) {
  .product-reviews .reviews .item .user {
    margin-top: 20px;
    gap: 10px;
  }
}
@media all and (max-width: 991px) {
  .product-reviews .reviews .item {
    padding-top: 43px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-size: 14px;
    background-position: 20px 20px;
  }
}
@media all and (max-width: 991px) {
  .product-reviews .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .product-reviews .reviews {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.product-buy .shops {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.product-buy .shops .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
.product-buy .shops .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media all and (max-width: 991px) {
  .product-buy .shops .item {
    min-height: unset;
  }
}
@media all and (max-width: 991px) {
  .product-buy .shops {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.footer {
  margin: 140px 0 0 0;
  padding: 60px 0;
  border-top: 1px solid #0d6a36;
}
.footer .container {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 991px) {
  .footer .container {
    display: block;
  }
}
.footer__logo {
  flex: 0 0 calc((100% - 120px) / 4);
}
.footer__logo span {
  display: block;
  width: 200px;
  max-width: 100%;
  height: 162px;
  background: url("/local/templates/iskra-zolotaya/images/logo.png") 0 0/contain no-repeat;
}
@media all and (max-width: 991px) {
  .footer__logo span {
    width: 160px;
    height: 57px;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  min-width: 1px;
}
.footer__right .contacts {
  display: flex;
  gap: 40px;
}
.footer__right .contacts__mail, .footer__right .contacts__hotline {
  flex: 0 0 calc((100% - 80px) / 3);
  font-size: 16px;
  line-height: 1.45;
}
.footer__right .contacts__mail a, .footer__right .contacts__hotline a {
  display: block;
  margin: 5px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.08em;
  color: #010200;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .footer__right .contacts__mail a, .footer__right .contacts__hotline a {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  .footer__right .contacts__mail, .footer__right .contacts__hotline {
    padding-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
  }
}
.footer__right .contacts__socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 8.5px 0;
  flex: 0 0 calc((100% - 80px) / 3);
}
.footer__right .contacts__socials .social-item {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
}
.footer__right .contacts__socials .social-item.vk {
  background: url("/local/templates/iskra-zolotaya/images/vk.png") 50% 50%/contain no-repeat;
}
.footer__right .contacts__socials .social-item.tg {
  background: url("/local/templates/iskra-zolotaya/images/tg.png") 50% 50%/contain no-repeat;
}
.footer__right .contacts__socials .social-item.ok {
  background: url("/local/templates/iskra-zolotaya/images/ok.png") 50% 50%/contain no-repeat;
}
.footer__right .contacts__socials .social-item.youtube {
  background: url("/local/templates/iskra-zolotaya/images/youtube.png") 50% 50%/contain no-repeat;
}
@media all and (max-width: 991px) {
  .footer__right .contacts__socials {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
@media all and (max-width: 991px) {
  .footer__right .contacts {
    display: block;
  }
}
.footer__right .copyright {
  font-size: 16px;
  line-height: 145%;
  color: rgba(1, 2, 0, 0.5);
}
@media all and (max-width: 991px) {
  .footer__right .copyright {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .footer__right {
    display: block;
  }
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-top__logo {
  flex: 0 0 calc((100% - 120px) / 4);
}
.footer-top__logo span {
  display: block;
  width: 200px;
  max-width: 100%;
  height: 71px;
  background: url("/local/templates/iskra-zolotaya/images/logo.png") 0 0/contain no-repeat;
}
@media all and (max-width: 991px) {
  .footer-top__logo span {
    width: 160px;
    height: 57px;
  }
}
.footer-top__mail, .footer-top__hotline {
  flex: 0 0 calc((100% - 120px) / 4);
  padding: 0 0 14px 0;
}
.footer-top__mail a, .footer-top__hotline a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.08em;
  color: #010200;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .footer-top__mail a, .footer-top__hotline a {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  .footer-top__mail, .footer-top__hotline {
    padding-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
  }
}
.footer-top__socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15.5px 0;
  flex: 0 0 calc((100% - 120px) / 4);
}
.footer-top__socials .social-item {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
}
.footer-top__socials .social-item.vk {
  background: url("/local/templates/iskra-zolotaya/images/vk.svg") 50% 50% no-repeat;
}
.footer-top__socials .social-item.tg {
  background: url("/local/templates/iskra-zolotaya/images/tg.svg") 50% 50% no-repeat;
}
.footer-top__socials .social-item.ok {
  background: url("/local/templates/iskra-zolotaya/images/ok.svg") 50% 50% no-repeat;
}
.footer-top__socials .social-item.youtube {
  background: url("/local/templates/iskra-zolotaya/images/youtube.svg") 50% 50% no-repeat;
}
@media all and (max-width: 991px) {
  .footer-top__socials {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
@media all and (max-width: 991px) {
  .footer-top {
    display: block;
  }
}
.footer-bottom {
  margin: 40px 0 0 0;
  color: rgba(1, 2, 0, 0.5);
}
.footer-bottom p {
  margin-top: 10px;
}
.footer-bottom p:first-child {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .footer-bottom {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .footer {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

/* End */
/* /local/templates/iskra-zolotaya/template_styles.css?177338912221030 */
