﻿@font-face {
  font-family: Formular;
  src: url(../fonts/formular-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

body,
html {
  margin: 0;
}

b,
body,
div,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
  font-family: sans-serif;
}

footer,
header,
nav {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: #b88b58;
  text-decoration: none;
}

.Body {
  font-size: 16px;
  line-height: 24px;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.MediaMaterialHeader-title {
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.Body > * {
  max-width: 980px;
}

.Body:last-child > :last-child {
  margin-bottom: 0;
}

.Body a {
  color: inherit;
  box-shadow: inset 0 -1px #b88b58;
}

.Body a:hover {
  color: #b88b58;
}

.Body p {
  margin-bottom: 15px;
  font-size: 15px;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}

.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}

.Menu {
  display: none;
  font-weight: 600;
  color: #fff;
}

@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    display: block;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.Menu-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-align: center;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0 15px;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:last-of-type {
    border-right: none;
  }
}

@media only screen and (min-width: 64em) {
  .Menu-item:hover {
    color: #999;
    background-color: inherit;
  }
}

.Menu-link {
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  text-decoration: none;
  color: #000;
  position: relative;
  line-height: 45px;
  top: 1px;
  font-family: Formular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.Menu-item:hover .Menu-link {
  color: #999;
}

.MeduzaLogo {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center 10px;
  background-size: contain;
}

.Header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (min-width: 64em) {
  .Header {
    padding: 15px 0;
  }
}

.Header-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 16%;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}

.Header-center {
  height: 100%;
  display: none;
}

@media only screen and (min-width: 64em) {
  .Header-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}

.Header-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-basis: 16%;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Header-meduzaLogo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 10px;
  width: 130px;
}

@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}

.Copyright {
  padding: 0 12px;
  line-height: 1.2;
}

@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0;
  }
}

.Copyright-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  padding: 13px 0 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .Copyright-container {
    max-width: 675px;
    padding: 10px 0 18px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
}

@media only screen and (min-width: 64em) {
  .Copyright-container {
    max-width: 860px;
  }
}

.Copyright-block {
  padding-top: 13px;
  font-size: 17px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media only screen and (min-width: 48em) {
  .Copyright-block {
    padding-top: 0;
    border-top: 0;
  }
}

.Copyright-block:last-child {
  text-align: right;
}

.MaterialTag {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  color: #b88b58;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

span.MaterialTag {
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}

.MaterialTag--solid {
  color: #fff;
  background: #b88b58;
  border-color: #b88b58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.MaterialMeta {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  font-weight: 400;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}

.MaterialMeta--source {
  background-image: url(../images/3oeigfnatno3838797cfrjgosh.svg);
  background-position-y: 1px;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    background-position-y: 4px;
    white-space: nowrap;
  }
}

.MaterialMeta--time {
  background-size: 12px 12px;
  background-image: url(../images/1fkqy3hauftlt37g7rx0sjmafb.svg);
}

.MediaMaterialHeader {
  max-width: 840px;
}

.MediaMaterialHeader-first {
  color: #000;
  line-height: 27px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-size: 21px;
  font-weight: 700;
}

@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 36px;
  }
}

.MediaMaterial {
  background-color: #fff;
  padding: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 50px 20px;
  }
}

.MediaMaterial-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 650px;
  margin: 0 auto 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}

.MediaMaterial-tag {
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
}

.MediaMaterial-meta {
  margin-top: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}

.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}

.Material-shadow--top {
  top: 0;
}

.Material-container {
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}

.MaterialContent--bannerless .Body > * {
  margin-right: auto;
  margin-left: auto;
}

.App {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
}

.App-content,
.App-footer {
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
}

.App-footer {
  position: relative;
  z-index: 1;
}

.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #f2f2f2;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.App-header {
  position: relative;
  z-index: 200;
}

.Footer {
  padding: 10px 0 5px;
  color: #fff;
  background-color: #182847;
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  float: left;
  vertical-align: middle;
}

.Body a {
  color: #00f;
}

.Body a:hover {
  box-shadow: none;
}

a:active,
a:focus {
  outline: 0;
}

:focus {
  outline: 0;
}

.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social .social__item {
  display: block;
  margin: 0 3px;
}

.social .social__item .social__item-link {
  display: block;
  font-size: 1.125em;
  line-height: 1;
  color: inherit;
  transition: none;
}

.social .social__item .social__item-link .icon {
  display: block;
  transition: color 0.25s;
}

.social .social__item .social__item-link .icon.icon--vkontakte:hover {
  color: #5186bd;
}

.social .social__item .social__item-link .icon.icon--telegram:hover {
  color: #08c;
}

.social .social__item .social__item-link .icon.icon--zen:hover {
  color: #d00;
}

.social .social__item .social__item-link .icon.icon--flipboard:hover {
  color: #f52828;
}

@media screen and (max-width: 1023px) {
  .social .social__item {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .social .social__item {
    font-size: 1.125rem;
  }
}

@font-face {
  font-family: knife-icons;
  src: url(../fonts/knife-icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: knife-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--vkontakte:before {
  content: "\e903";
}

.icon--zen:before {
  content: "\e904";
}

.icon--telegram:before {
  content: "\e907";
}

.icon--flipboard:before {
  content: "\e914";
}

.main-block img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.comments-block img:not(.ava-img) {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 15px 0;
}

.ft-logo {
  max-width: 215px;
  color: #fff;
}

.ft-logo svg {
  width: 100px;
  margin-bottom: 10px;
}

.comments-block > div {
  margin-bottom: 30px;
}

@media screen and (min-width: 321px) and (max-width: 479px) {
  .Body p {
    font-size: 16px;
  }

  .MediaMaterialHeader-first {
    font-size: 23px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .Body p {
    font-size: 17px;
  }

  .MediaMaterialHeader-first {
    font-size: 33px;
  }
}

@media screen and (min-width: 768px) {
  .social .social__item {
    margin: 0 7px;
  }
  .ft-logo {
    max-width: 290px;
  }

  .Body p {
    font-size: 18px;
  }

  .MediaMaterialHeader-first {
    font-size: 36px;
  }
}
.comment-name,
.comment-bottom {
  margin-left: 65px;
  font-size: 18px !important;
}
.comment-name {
  font-weight: 700;
}

.comments__kma > div {
  transition: all 0.3s ease;
}

.comment-add {
  margin: 15px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.comment-hide {
  display: none;
  animation: slideLeft 0.5s;
}

@keyframes slideLeft {
  from {
    transform: translateX(calc(-100% - 10px));
  }

  to {
    transform: translateX(0%);
  }
}

.comment-write {
  transition: all 0.3s ease;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.comment-write img {
  margin-right: 20px;
}

.comments__kma {
  overflow: hidden;
}

.loading {
  font-style: italic;
}

.loading img {
  display: inline;
  width: 60px !important;
}

.loading:after {
  content: ".";
  animation: loading 1s ease alternate infinite;
}

@keyframes loading {
  60% {
    text-shadow: 0.35em 0 0 currentColor;
  }

  100% {
    text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
  }
}

@keyframes race {
  0% {
    transform: skew(0, -3deg);
  }

  25% {
    transform: skew(0, 3deg);
  }

  50% {
    transform: skew(0, -3deg);
  }

  75% {
    transform: skew(0, 3deg);
  }

  100% {
    transform: skew(0);
  }
}
.Body p {
  font-size: 18px;
}

.ava-img {
  height: 50px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .Body h3 {
    font-size: 17px;
  }
}

.App-content {
  background: #182847;
}

.MediaMaterialHeader-first {
  line-height: 1.2;
}

.Material-container {
  max-width: 900px;
  margin: 20px auto;
}

.MediaMaterial-meta {
  margin-bottom: 15px;
}

.mt {
  margin-top: 1rem;
}

.quote {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: italic;
}

.quote::after {
  position: absolute;
  content: "ЦИТАТА";
  background-color: #fff;
  right: 10px;
  top: -15px;
}
:root {
  /* color */
  --pale-yellow: #fff7a4;
  --v-pale-orange: #fff2cc;
  --lg-orange: #faebd7;
  --lg-green: #d9ead3;
  --v-light-gray: #d9d9d9;
  --dark-red: #980000;
  --dark-green: #38761d;

  --black: #000;
  --red: #ff0000;
  --white: #fff;

  /* size */
  --size_base: 1rem;
  --pic-radius: 0.5;
  /* от 0 до 1 */
  --m-inl: 0;
}

/* colors */
.clr-red {
  color: var(--red);
}

.clr-dark-red {
  color: var(--dark-red);
}

.clr-dark-green {
  color: var(--dark-green);
}

/* background */

.bg-pale-yellow {
  background-color: var(--pale-yellow);
}

.bg-v-pale-orange {
  background-color: var(--v-pale-orange);
}

.bg-lg-orange {
  background-color: var(--lg-orange);
}

.bg-lg-green {
  background-color: var(--lg-green);
}

.bg-v-light-gray {
  background-color: var(--v-light-gray);
}

/* text */

.main__title {
  font-size: 24px;
  line-height: 36px;
}

.text--center {
  text-align: center;
}

.text--large {
  font-size: 1.3em;
}

/* image */

img,
video {
  max-width: 100%;
  border-radius: calc((var(--pic-radius) * 1rem));
  height: auto;
}

figure {
  margin: 0;

  picture {
    margin: 0;
  }
}

picture {
  display: block;
}

.figcaption {
  text-align: center;
  font-size: 1em;
}

/* table */

table {
  --border-color: var(--black);
  --border-width: 4;
  width: 100%;
  border-collapse: collapse;
  border: calc((var(--border-width) * 1px)) solid var(--border-color);

  tr td {
    padding: 0.5rem;
    border: calc((var(--border-width) * 1px)) solid var(--border-color);
  }
}

.pic-width {
  width: 40%;
}

.ch1 {
  margin-inline: auto;
  max-width: calc(100% - ((var(--m-inl) * 2) * 1px));
}

/* margin & padding */

.mt {
  margin-top: var(--size_base);
}

.p-1 {
  padding: var(--size_base);
  border-radius: calc((var(--pic-radius) * 1rem));
  margin-bottom: var(--size_base);
  margin-inline: calc((var(--m-inl) * 1px));
}

/* lists */

.list li {
  margin-bottom: var(--size_base);
}

/* border */

.bordered {
  --border-color: var(--black);
  padding: var(--size_base);
  border: 2px solid var(--border-color);
}

.bd-left {
  --color: var(--red);
  margin-left: 5px;
  padding-left: 5px;

  display: inline-block;
  border-left: 6px solid var(--color);
}

/* link */

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (min-width: 768px) {
  :root {
    --m-inl: 0;
  }

  .mt {
    margin-top: calc(var(--size_base) * 1.5);
  }

  .pic-width {
    width: 30%;
  }

  .bd-left {
    margin-left: 0;
    padding-left: 1.5rem;
  }

  .main__title {
    font-size: 36px;
    line-height: 46.8px;
  }
}

.api-form1 .form_control_vik_group {
  margin: 0 0 15px 0 !important;
}
.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
  margin: 0 !important;
  text-align: left !important;
}
input.form_control_vik:focus::placeholder {
  color: transparent;
}
input.form_control_vik.error {
  border-color: #c92f54 !important;
  color: #c92f54 !important;
}
input.form_control_vik.good {
  border-color: #388e3c !important;
  color: #388e3c !important;
}
.api-form1 .error_note {
  text-align: center;
  margin: 4px 0 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54;
}
input.form_control_vik.error:focus {
  border-color: #c92f54 !important;
}
input.form_control_vik.good:focus {
  border-color: #0d7f56 !important;
}

.spin-result-wrapper-110625 {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.close-popup-110625 {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(images/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}
.pop-up-heading-110625 {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text-110625 {
  margin-bottom: 25px;
  color: #000 !important;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button-110625 {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: none;
  cursor: pointer;
  outline: 0;
}
.cursor-text-110625:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-layer-110625 {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
.pop-up-layer-show-110625 {
  display: block;
}
.pop-up-window-110625 {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 70px 10px 20px;
  border-radius: 10px;
  animation: 0.7s pop-up-appear-110625-appear;
}
.pop-up-window-110625::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s 0.6s backwards pop-up-appear-110625-before;
}
.pop-up-window-110625::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s;
  animation: 0.5s 0.6s backwards pop-up-appear-110625-after;
}
.text_small-110625 {
  font-size: 0.5em !important;
  font-weight: 400 !important;
}
.pop-up-window-110625 .form_control_vik_group {
  margin-bottom: 10px;
}
.pop-up-window-110625 .form_control_vik_group input {
  display: inline-block;
  padding: 10px !important;
  width: 80%;
  background-color: #fff;
  height: auto;
}
.pop-up-window-110625 .error_note {
  text-align: center;
  margin: 4px 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54;
}
.pop-up-window-110625 .submit-roulett {
  width: 90%;
  font-size: 22px !important;
  text-transform: uppercase;
  padding: 10px 15px !important;
  margin: 5px 0 15px;
  outline: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}
.pop-up-window-110625 .submit-roulett:hover {
  background: #b00 !important;
  transition: background 0.3s;
}
.pop-up-window-110625 .submit-roulett:active {
  transform: translateY(2px);
  box-shadow: none !important;
}
@keyframes pop-up-appear-110625 {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pop-up-appear-110625-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-110625-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-button-110625:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 670px) {
  body.m-mob {
    overflow: auto !important;
  }
}
.center {
  text-align: center;
}

.cr {
  color: #e76f00;
}

/* ваш акцент, если использовался */
img {
  max-width: 100%;
  height: auto;
}

.sr {
  background: #e9f4e1;
  border-radius: 8px;
  padding: 20px;
  font-family: Arial, sans-serif;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.sr h3 {
  color: #2b7a2b;
  margin: 0 0 15px;
  font-size: 20px;
}

.sr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sr li {
  background: #f9fff5;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.sr li:hover {
  background: #dff3d5;
}

.sr .percent {
  font-weight: bold;
  font-size: 16px;
}

.sr .percent.red {
  color: #d62828;
}

.sr span {
  flex: 1;
  margin-right: 10px;
}

.note {
  max-width: 960px;
  margin: 1rem auto;
  padding: 1.5rem;
  border: 2px solid #e63946;
  border-radius: 8px;
  background: #bcffbc;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.note:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.note b {
  color: #1d1d1f;
}

.note .highlight {
  color: #e63946;
  font-weight: 700;
  animation: noteFade 1.2s ease-in-out;
}

@keyframes noteFade {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .note {
    padding: 1rem;
    font-size: 0.95rem;
  }
}

.hb {
  padding: 20px;
  border: 5px solid red;
  animation: hb 1.5s infinite;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
  background: #fff;
  border-radius: 8px;
}

@keyframes hb {
  0% {
    border-color: red;
  }

  20% {
    border-color: transparent;
  }

  30% {
    border-color: red;
  }

  40% {
    border-color: transparent;
  }

  100% {
    border-color: red;
  }
}

.mi {
  --mi-bg: #fff;
  --mi-ink: #1f2937;
  --mi-muted: #6b7280;
  --mi-ring: #e5e7eb;
  --mi-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.06);
  --mi-radius: 18px;
  --mi-gap: clamp(16px, 2.4vw, 28px);
  --mi-text: clamp(15px, 1.2vw + 10px, 18px);
  --mi-h3: clamp(18px, 1.2vw + 14px, 22px);
  --mi-accent: #16a34a;
}

.mi .mi-grid {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
}

.mi .ingredient {
  --accent: var(--mi-accent);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--mi-gap);
  align-items: center;
  padding: clamp(14px, 1.6vw, 20px);
  background: var(--mi-bg);
  border-radius: var(--mi-radius);
  box-shadow: var(--mi-shadow);
  border: 1px solid var(--mi-ring);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mi .ingredient[data-accent] {
  --accent: attr(data-accent color, var(--mi-accent));
}

.mi .ingredient::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--accent);
  opacity: 0.9;
}

.mi .media {
  width: clamp(84px, 10vw, 120px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: var(--mi-shadow);
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mi .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.mi .content h3 {
  margin: 0 0 6px;
  font-size: var(--mi-h3);
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: -0.015em;
}

.mi .content p {
  margin: 0;
  font-size: var(--mi-text);
  line-height: 1.65;
  color: var(--mi-ink);
}

.mi .muted {
  color: var(--mi-muted);
}

@media (hover: hover) {
  .mi .ingredient {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .mi .ingredient:hover {
    transform: translateY(-2px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: color-mix(in srgb, var(--accent), #fff 70%);
  }
}

@media (max-width: 640px) {
  .mi .ingredient {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: clamp(16px, 4vw, 22px);
    text-align: center;
  }

  .mi .media {
    width: clamp(76px, 22vw, 110px);
  }
}

.mt {
  --mt-bg: #0b1020;
  --mt-card: #242c4f;
  --mt-ink: #0f172a;
  --mt-muted: #6b7280;
  --mt-brand: #2563eb;
  --mt-brand2: #22c55e;
  --mt-ring: rgba(15, 23, 42, 0.08);
  --mt-radius: 20px;
  --mt-shadow: 0 12px 30px rgba(2, 6, 23, 0.08);
  --mt-pad: clamp(16px, 2.2vw, 26px);
  --mt-h: clamp(18px, 1.1vw + 14px, 22px);
  --mt-p: clamp(15px, 0.9vw + 11px, 18px);
}

.mt .mt-timeline {
  position: relative;
  display: grid;
  gap: clamp(14px, 2vw, 22px);
}

.mt .mt-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--mt-brand), var(--mt-brand2));
  border-radius: 4px;
  opacity: 0.35;
}

.mt .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.mt .item:nth-child(odd) .card {
  grid-column: 1/2;
  margin-right: max(24px, 4vw);
}

.mt .item:nth-child(even) .card {
  grid-column: 2/3;
  margin-left: max(24px, 4vw);
}

.mt .card {
  position: relative;
  background: var(--mt-card);
  border-radius: var(--mt-radius);
  box-shadow: var(--mt-shadow);
  border: 1px solid var(--mt-ring);
  padding: var(--mt-pad);
  overflow: clip;
}

.mt .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: var(--mt-h);
  padding: 10px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mt-brand) 14%, #fff 86%);
  color: #0b1220;
  border: 1px solid color-mix(in srgb, var(--mt-brand) 24%, #fff);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.mt .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff, var(--mt-brand));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--mt-brand) 25%, #fff);
}

.mt .card h3 {
  margin: 0 0 6px;
  font-size: var(--mt-h);
  letter-spacing: -0.015em;
}

.mt .card p {
  margin: 0;
  font-size: var(--mt-p);
  line-height: 1.7;
  color: #1f2937;
}

.mt .node {
  position: absolute;
  top: 22px;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.15), 0 6px 16px rgba(2, 6, 23, 0.15);
  border: 2px solid var(--mt-brand);
}

.mt .item:nth-child(even) .node {
  left: 0%;
  transform: translate(-50%, -50%);
}

@media (prefers-reduced-motion: no-preference) {
  .mt .card {
    opacity: 0;
    translate: 0 8px;
    animation: mtRise 0.5s ease forwards;
  }

  .mt .item:nth-child(2) .card {
    animation-delay: 0.06s;
  }

  .mt .item:nth-child(3) .card {
    animation-delay: 0.12s;
  }

  .mt .item:nth-child(4) .card {
    animation-delay: 0.18s;
  }

  @keyframes mtRise {
    to {
      opacity: 1;
      translate: 0 0;
    }
  }
}

@media (max-width: 800px) {
  .mt .mt-timeline::before {
    left: 12px;
    transform: none;
  }

  .mt .item {
    grid-template-columns: 1fr;
  }

  .mt .item .card {
    margin: 0 0 0 30px;
  }

  .mt .node {
    left: 12px;
    transform: translate(-50%, -50%);
  }
}

@media (prefers-color-scheme: dark) {
  .mt {
    --mt-card: #242c4f;
  }

  .mt .card p {
    color: #cbd5e1;
  }

  .mt .badge {
    color: #eaf2ff;
    background: color-mix(in srgb, var(--mt-brand) 25%, #0c1220 75%);
  }

  .mt .node {
    background: #0a0f1a;
  }
}

@media (min-width: 678px) {
  .flex {
    display: flex;
    align-items: center;
    gap: 2rem;

    picture {
      flex-shrink: 0;
    }
  }
}
.snm {
  display: none;
}

.v-order-wrapper-fon-bg2 {
  border: 1px solid #f3e8cb;
  padding: 10px;
  -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(#f3e8cb), to(#fffbf0));
  background: -o-linear-gradient(#f3e8cb, #fffbf0);
  background: linear-gradient(#f3e8cb, #fffbf0);
}

@media (max-width: 720px) {
  .v-order-wrapper-fon-bg2 .vik-winners-bl .left_block {
    background: transparent;
    margin-bottom: 20px;
  }
  .v-order-wrapper-fon-bg2 {
    border-radius: 15px;
    padding: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px;
  }
  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }
  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }
  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }
  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }
  .vik-winners-bl .lb_text > span {
    font-size: 40px;
    line-height: 41px;
  }
}

.vik-winners-bl .left_block {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 50px;
  background: #f9f9f9;
  font-family: PFRegal, Georgia, serif;
}
.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
  background: #fff;
}
.vik-winners-bl .lb_top {
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.vik-winners-bl .lb_top:before {
  display: block;
  content: "";
  width: 40px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 25px;
}
.vik-winners-bl .lbt_text_1 {
  font-size: 20px;
  line-height: 30px;
  color: #272727;
  text-align: center;
}
.vik-winners-bl .lbt_text_2 {
  font-size: 13px;
  line-height: 15px;
  color: #626262;
  margin-top: 10px;
  text-align: center;
}
.vik-winners-bl .lb_text {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 50px 0 15px;
  text-align: center;
}

.vik-winners-bl .lb_text > span {
  display: inline-block;
  font-size: 30px;
  line-height: 76px;
}

.vik-winners-bl .wins {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
}
.vik-winners-bl .win_line {
  display: table;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.vik-winners-bl .win_line > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 5px 0 15px;
  font-size: 17px;
  line-height: 19px;
}
.vik-winners-bl .win_line:first-child {
  background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%);
}
.vik-winners-bl .win_line:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1100px) {
  .vik-winners-bl .left_block {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .vik-winners-bl .left_block {
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 880px) {
  .vik-winners-bl .left_block {
    max-width: 100%;
    float: none;
  }
  .vik-winners-bl .lb_text {
    text-align: center;
  }
}

@media (max-width: 720px) {
  .vik-winners-bl .win_line:first-child {
    display: none;
  }
  .vik-winners-bl .win_line {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .vik-winners-bl .win_line > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  .vik-winners-bl .lb_top {
    padding: 10px 10px 10px 30px !important;
  }
  .vik-winners-bl .lb_top:before {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 25px;
    background-size: 100%;
  }
  .vik-winners-bl .lbt_text_1 {
    font-size: 18px;
    line-height: 20px;
  }
  .vik-winners-bl .lbt_text_2 {
    margin-top: 5px;
  }
  .vik-winners-bl .lb_text {
    font-size: 26px;
    line-height: 27px;
    margin-top: 20px;
  }
  .vik-winners-bl .lb_text > span {
    font-size: 40px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 450px) {
  .vik-winners-bl .win_line > div {
    padding: 0 5px 0 10px;
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 460px) {
  .vik-winners-bl .left_block {
    padding: 0 !important;
  }
  .vik-winners-bl .win_line > div {
    font-size: 14px !important;
  }
  .vik-winners-bl .lb_text > span {
    font-size: 20px;
  }
  .vik-winners-bl .lb_top {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .con-ingredients img {
    width: 100px;
    height: 100px;
  }
}
