@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;
}

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

body,html {
  margin: 0;
}

b,body,div,footer,h1,h3,header,html,img,nav,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;
}

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

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

.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 .15s ease-out;
  transition: color .15s ease-out;
}

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

  .Menu-item:last-of-type {
    border-right: none;
  }

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

.Menu-link {
  -o-transition: color .15s ease-out;
  transition: color .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: .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, .5);
}

.MaterialMeta {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: gray;
  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 .25s ease-out;
  transition: color .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, .15);
}

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

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

.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 .25s ease-out;
  -o-transition: -o-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out;
}

.App-content,.App-footer {
  transition: -webkit-transform .25s ease-out;
  -o-transition: -o-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .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;
}

textarea {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 10px auto !important;
  border: 1px solid #000;
  border-radius: 6px;
  outline: medium none;
  text-indent: 60px;
  color: #252525;
  font-size: 30px;
  box-sizing: content-box;
  transition: all .3s ease 0s;
  -webkit-appearance: none;
}

@media (max-width:768px) {
  textarea {
    font-size: 24px;
  }
}

textarea {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 10px auto !important;
  border: 1px solid #000;
  border-radius: 6px;
  outline: medium none;
  text-indent: 60px;
  color: #252525;
  font-size: 30px;
  box-sizing: content-box;
  transition: all .3s ease 0s;
  -webkit-appearance: none;
}

@media (max-width:768px) {
  textarea {
    font-size: 24px;
  }
}

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

input,textarea {
  outline: 0;
}

input:active,textarea:active {
  outline: 0;
}

:focus {
  outline: 0;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.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 .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;
  }
}

.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";
}

.text-red {
  color: #c00;
}

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

.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) {
  .MediaMaterialHeader-first {
    font-size: 23px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .MediaMaterialHeader-first {
    font-size: 33px;
  }
}

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

  .ft-logo {
    max-width: 290px;
  }

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

.comment-name,.comment-bottom {
  margin-left: 65px;
  font-size: 18px !important;
}

.comment-name {
  font-weight: 700;
}

.App-content {
  background: #182847;
}

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

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

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

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

.comments__kma {
  overflow: hidden;
}

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

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

.comment-name {
  font-weight: 700;
  margin-bottom: 10px;
}

.comment-bottom img {
  width: 350px;
  margin-top: 10px;
}

.comment-name,.comment-bottom {
  margin-left: 65px;
  font-size: 18px !important;
}

.comment-bottom a {
  color: #4193d4 !important;
}

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

@media screen and (min-width: 768px) {
  .Body p,  .Body li {
    font-size: 18px;
  }

  .grats::after {
    bottom: -40px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
  margin-bottom: 1rem;
}

.cr {
  color: red;
}

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

.bordered {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.pimg img {
  max-width: 700px;
  width: 100%;
  border-radius: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
  margin-bottom: 1rem;
}

.cr {
  color: red;
}

.gr {
  color: green;
}

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

.bordered {
  border: 2px solid #000;
  padding: 5px;
}

.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;
}

.titki_container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.titki_table {
  width: 100%;
  border-collapse: collapse;
}

.titki_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.titki_image-wrap {
  flex: 0 0 100px;
  margin-right: 20px;
}

.titki_image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #4caf50;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.titki_text {
  flex: 1;
}

.titki_text b {
  color: #2e7d32;
}

@media (max-width: 600px) {
  .titki_row {
    flex-direction: column;
    align-items: center;
  }

  .titki_image-wrap {
    margin-bottom: 15px;
  }

  .titki_image {
    width: 80px;
    height: 80px;
  }
}

.oioi_title {
  text-align: center;
  font-size: 26px;
  color: #1b5e20;
  margin-bottom: 30px;
  font-weight: bold;
}

.oioi_timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.oioi_block {
  background-color: #c8e6c9;
  border: 2px solid #81c784;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.oioi_block:hover {
  transform: translateY(-3px);
}

.oioi_period {
  font-weight: bold;
  font-size: 18px;
  color: #2e7d32;
  text-align: center;
  margin-bottom: 10px;
}

.oioi_description {
  text-align: center;
  font-size: 16px;
  color: #1b1b1b;
}

@media (max-width: 600px) {
  .oioi_block {
    padding: 15px 18px;
  }

  .oioi_period {
    font-size: 16px;
  }

  .oioi_description {
    font-size: 15px;
  }
}

.important-note {
  max-width: 960px;
  margin: 1rem auto;
  padding: 1.5rem;
  border: 2px solid #e63946;
  border-radius: 8px;
  background: #f7fff5;
  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;
}

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

.important-note b {
  color: #1d1d1f;
}

.important-note .highlight {
  color: #e63946;
  font-weight: bold;
  animation: fadeIn 1.2s ease-in-out;
}

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

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

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

.important-note {
  max-width: 960px;
  margin: 1rem auto;
  padding: 1.5rem;
  border: 2px solid #e63946;
  border-radius: 8px;
  background: #fff5f5;
  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;
}

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

.important-note b {
  color: #1d1d1f;
}

.important-note .highlight {
  color: #e63946;
  font-weight: bold;
  animation: fadeIn 1.2s ease-in-out;
}

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

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

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

.animated-border {
  border: 5px solid green;
  border-radius: 10px;
  animation: border-color-change 3s infinite alternate;
}

@keyframes border-color-change {
  0% {
    border-color: green;
  }

  100% {
    border-color: red;
  }
}

.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;
  }
}

.matreshka__wrapper {
  background-image: url(../images/bg1-100.webp);
  /*background-size: cover;*/
  background-position: center center;
  padding-bottom: 10px;
}

.matreshka__item img {
  margin: 0px !important;
}

h2.matreshka__title {
  text-align: center;
}

h2.matreshka__title::after {
  display: none;
}

.matreshka__wrapper {
  max-height: 460px;
}

@media (max-width: 1023px) {
  .matreshka__wrapper {
    max-height: 440px;
  }
}

@media screen and (max-width: 768px) {
  .matreshka__wrapper {
    max-height: 430px;
  }
}

@media screen and (max-width: 480px) {
  .matreshka__wrapper {
    max-height: 322px;
  }
}

@media screen and (max-width: 415px) {
  .matreshka__wrapper {
    max-height: 291px;
  }
}

@media screen and (max-width: 400px) {
  .matreshka__wrapper {
    max-height: 284px;
  }
}

@media screen and (max-width: 390px) {
  .matreshka__wrapper {
    max-height: 290px;
  }
}

@media screen and (max-width: 350px) {
  .matreshka__wrapper {
    max-height: 250px;
  }
}

@media screen and (max-width: 321px) {
  .matreshka__wrapper {
    max-height: 260px;
  }
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #000;
  }

  100% {
    transform: scale(0.3);
    background-color: #fff;
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #000;
  }

  100% {
    -o-transform: scale(0.3);
    background-color: #fff;
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #000;
  }

  100% {
    -ms-transform: scale(0.3);
    background-color: #fff;
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #000;
  }

  100% {
    -webkit-transform: scale(0.3);
    background-color: #fff;
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #000;
  }

  100% {
    -moz-transform: scale(0.3);
    background-color: #fff;
  }
}

.load__comment {
  display: flex;
}

.comment-input {
  border: 1px solid #43a047;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_mlyjekpdfdd1 {
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 0;
  transition: 1s;
  width: 100%;
  border-radius: 10px;
}

#push-comments #push_mlyjekpdfdd1.hide {
  opacity: 0;
  display: block !important;
}

#push-comments #push_mlyjekpdfdd1__form {
  box-sizing: border-box;
  margin: auto;
}

#push-comments #push_mlyjekpdfdd1__title {
  color: #222d34;
  border-bottom: 0px solid;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid #e0e5ef;
  box-shadow: 0px 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
  text-indent: 10px;
}

#push-comments #push_mlyjekpdfdd1__submit {
  background: #222d34;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  border: none;
  box-shadow: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  display: table;
  margin: 20px 0 0;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  padding: 10px 30px;
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
  background: #391f66;
  text-shadow: none;
  box-shadow: none;
}

#push-comments #push_mlyjekpdfdd1__label::before,#push-comments #push_mlyjekpdfdd1__label::after {
  content: "";
  display: none;
}

form a {
  text-decoration: none !important;
}

.b-top-bar-button .btn-main {
  display: none;
  padding: 7px 35px;
  text-align: center;
  font-family: Arial !important;
  border-radius: 50px;
  background: #398e3d !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

.b-top-bar-button .btn-main {
  background: linear-gradient(0deg, #ffb155 0%, #e37d03 25%, #c66d04 50%, #e37d03 75%, #ffcb8d 100%) !important;
}

.b-top-bar-button.sticky .btn-main {
  cursor: pointer;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

.b-top-bar-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.b-top-bar-button.sticky {
  position: fixed;
  background: #fff;
  z-index: 999;
  display: block;
}

.b-top-bar-button {
  padding: 0.6em 0;
}

.form_control_vik_group select,.form_control_vik_group input.form_control_vik.name,.form_control_vik_group input.form_control_vik.phone {
  background: #ededed !important;
  box-shadow: 0px 2px 4px 0px #00000040 !important;
  font-family: Open Sans;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 29.51px !important;
  text-align: left !important;
  border-width: 1px !important;
  border-radius: 20px !important;
  color: #000 !important;
  width: 100% !important;
  height: 65px !important;
  padding: 15px !important;
}

.product-banner1 {
  top: -71px !important;
}

#push-comments #push_mlyjekpdfdd1__message,#push-comments .pole {
  border: 1px solid #e0e5ef !important;
  box-shadow: 0px 2px 4px -3px #237a27 !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
  padding: 10px 20px !important;
  width: 100% !important;
  text-indent: 10px !important;
  font-family: monospace !important;
  cursor: pointer !important;
}

@media (min-width: 768px) {
  .sale {
    top: 26%;
  }

  .pimg img {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .pimg img {
    width: 100% !important;
  }
}

.two-images {
  display: flex;
  gap: 6px;
}

.two-images img {
  width: calc(50% - 3px) !important;
  max-width: 600px;
}

.two-images.comm img {
  max-width: 350px;
}

@media (max-width: 500px) {
  .two-images img {
    width: 100% !important;
  }

  .two-images.comm img {
    margin: 0;
  }

  .two-images.comm {
    margin: 15px 0;
  }

  .two-images {
    flex-wrap: wrap;
  }
}