﻿@charset "UTF-8";
@supports (column-gap: 0.5em) {
}
@supports (-webkit-overflow-scrolling: touch) {
}
@supports (position: sticky) {
}
@supports (position: sticky) {
}
@supports (position: sticky) {
}
@supports (position: sticky) {
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
@supports (position: sticky) {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
header,
main,
nav {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  text-align: left;
  background-color: #fff;
}
h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
img {
  vertical-align: middle;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
h2 {
  margin: 2em 0 1em;
}
h2 {
  font-size: 1.4375em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.9375em;
    margin-bottom: 0.77419355em;
  }
}
h2:first-child {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.humburger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 16px;
}
.humburger:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
}
.humburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: background-color 0.3s, opacity 0.3s,
    -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
  transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
  transition: transform 0.3s, background-color 0.3s, opacity 0.3s,
    -webkit-transform 0.3s;
}
.humburger span:first-child {
  top: 0;
}
.humburger span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.humburger span:last-child {
  bottom: 0;
}
::-moz-selection {
  background-color: #4d3bfe;
  color: #fff;
}
::selection {
  background-color: #4d3bfe;
  color: #fff;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: 16px;
  background: #eee;
  background: #fff;
  margin-bottom: 121px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a,
a:visited {
  color: #111;
}
a:active,
a:focus,
a:hover {
  color: #4d3bfe;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.post-card__comments:before,
.search-icon {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  font-weight: 700;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(1px) translateZ(0);
  transform: translateY(1px) translateZ(0);
}
.main-navigation-inner,
.site-content,
.site-header-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .main-navigation-inner,
  .site-content,
  .site-header-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1400px) {
  .main-navigation-inner,
  .site-content,
  .site-header-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.site {
  overflow: hidden;
}
.fixed.site-content,
.fixed.site-header-inner,
.main-navigation.fixed,
.site-header.fixed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 1190px;
  }
}
.site-content {
  background: #fff;
}
.site-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-area {
  position: relative;
  width: 100%;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 992px) {
  .content-area {
    max-width: calc(100% - 300px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-right: 70px;
  }
}
.widget-area {
  display: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .widget-area {
    display: block;
    padding-bottom: 30px;
  }
}
.site-header {
  -webkit-box-shadow: inset 0 -1px 0 0 #f2f5f9;
  box-shadow: inset 0 -1px 0 0 #f2f5f9;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.site-header + .main-navigation {
  margin-top: -30px;
}
.site-header-inner {
  position: relative;
}
@media (min-width: 768px) {
  .site-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.site-branding {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-branding {
    padding-right: 0;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .site-branding {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .site-logotype {
    margin-right: 1.3rem;
  }
}
.site-logotype img {
  max-height: 100px;
}
@media (max-width: 767px) {
  .header-search {
    position: absolute;
    top: 5px;
    right: 20px;
  }
}
.humburger {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 700;
}
@media (min-width: 768px) {
  .humburger {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .humburger {
    display: none;
  }
}
.main-navigation {
  display: none;
  background: #fff;
}
@media (min-width: 992px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .main-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li > a {
  position: relative;
  display: block;
  padding: 20px;
  text-decoration: none;
  font-weight: 700;
  z-index: 1;
}
@media (min-width: 992px) {
  .main-navigation ul li > a {
    padding: 20px 15px;
  }
  .main-navigation ul li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: -1;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-navigation ul li > a:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-width: 992px) {
  .main-navigation ul li.only-hamburger {
    display: none;
  }
}
.main-navigation {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mobile-menu-placeholder {
    display: none;
  }
}
.top-menu {
  display: none;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .top-menu {
    display: block;
  }
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-menu ul li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.top-menu ul li > a {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-menu ul li > a:hover {
  opacity: 1;
}
.top-menu > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 40%;
  height: 2px;
  background: #4d3bfe;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.top-menu > ul > li > a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.widget {
  margin-bottom: 2.5rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-header {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.widget-area .widget-articles .post-card {
  margin-bottom: 30px;
}
.search-icon {
  font-size: 1.5em;
  cursor: pointer;
}
.search-icon:hover {
  color: #4d3bfe;
}
.search-icon:before {
  content: "🔍";
}
.post-card {
  position: relative;
  max-width: 730px;
  margin: 0 auto 50px;
}
.post-card__title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0.4em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .post-card__title {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .post-card__title {
    font-size: 1.6em;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .post-card__title {
    font-size: 2em;
  }
}
.post-card__title a {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-card__meta {
  position: relative;
  font-size: 0.85em;
  margin-bottom: 0.8em;
  opacity: 0.8;
}
.post-card__comments {
  position: relative;
  display: inline-block;
  padding-left: 1.7em;
  margin-right: 20px;
  margin-bottom: 0.3em;
}
.post-card__comments:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4d3bfe;
}
.post-card__comments:before {
  content: "💬";
}
.post-card__thumbnail {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  margin-bottom: 1em;
}
.post-card__thumbnail a:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4d3bfe;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-card__thumbnail a:hover:before {
  top: 0;
  opacity: 0.15;
}
.post-card__body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  @supports (display: grid) {
  }
}
@supports (display: grid) {
}
.post-card--vertical {
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  min-width: 280px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@supports (display: grid) {
  .post-card--vertical {
    min-width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .post-card--vertical {
    min-width: 185px;
    margin-left: 20px;
    margin-right: 20px;
  }
  @supports (display: grid) {
    .post-card--vertical {
      margin-left: 0;
      margin-right: 0;
    }
  }
}
@media (min-width: 1200px) {
  .post-card--vertical {
    min-width: 240px;
  }
}
.post-card--vertical .post-card__title {
  font-size: 1em;
}
@media (min-width: 768px) {
  .post-card--vertical .post-card__title {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  .post-card--vertical .post-card__title {
    font-size: 1.1em;
  }
}
.post-card--vertical .post-card__meta {
  font-size: 0.8em;
  margin-bottom: 0;
}
.entry-title {
  margin-top: 0.8em;
}
.entry-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 1.7;
}
.entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.comments-area {
  padding-top: 30px;
}
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list .comment {
  margin-bottom: 5px;
}
.comment-list .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
@media (min-width: 992px) {
  .comment-list .comment-avatar {
    width: 60px;
  }
}
.comment-list .comment-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comment-list .comment-meta {
  margin-bottom: 10px;
}
.comment-list .comment-author {
  font-style: normal;
  font-weight: 700;
  color: #333;
}
.comment-list .comment-time {
  color: #000;
  margin-left: 20px;
  font-size: 0.8em;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-list .comment-body {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .comment-list .comment-body {
    padding-left: 85px;
    min-height: 70px;
  }
}
.comment-list .comment-body:hover .comment-reply-link {
  opacity: 0.3;
}
.comment-list .comment-body:hover .comment-reply-link:hover {
  opacity: 1;
}
.comment-list .comment-content {
  font-size: 0.95em;
}
.comment-list .comment-content p {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.comment-reply-link {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0.85em;
  cursor: pointer;
}
[scroll="goScrollToForm"] {
  cursor: pointer;
}
.scroll-button-wrapper {
  text-align: center;
}
.scroll-button {
  padding: 15px 105px;
  color: #fff;
  font-size: 22px;
  background-color: red;
  border: 2px solid #555;
  border-radius: 20px;
}

a,
a:visited,
.comment-reply-link {
  color: #0c9e9c;
}

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

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

.cr {
  color: red;
}

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

.mt {
  margin-top: 1rem;
}

.udl {
  text-decoration: underline;
}

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

@media (min-width: 768px) {
  .mt {
    margin-top: 1.5rem;
  }
}

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

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

.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;
    max-width: 435px;
  }
}

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

.verified-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 1px;
  color: transparent;
  /* background: url(images/fff.svg) no-repeat 0 0; */
  background-size: 100%;
  vertical-align: -4px;
  border: 2px solid #d7e3ec;
  margin-left: 8px;
}

.tgme_widget_message_user {
  float: left;
}

.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
  font-size: 16px;
  line-height: 23px;
  margin: 1px 0;
  color: #2481cc;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}

.tgme_widget_message_bubble {
  position: relative;
  border: 2px solid #d7e3ec;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  padding: 12px 17px;
}

.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
  margin-left: 51px;
}

.tgme_widget_message_bubble_tail {
  pointer-events: none;
  position: absolute;
  left: -8px;
  top: -1px;
}

.tgme_widget_message_footer {
  font-size: 14px;
  line-height: 19px;
  color: #738ca7;
  margin: 5px 0 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shakingbutton {
  animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
  0% {
    transform: translateX(0);
  }

  46% {
    transform: translateX(0);
  }

  48% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(10px);
  }

  52% {
    transform: translateX(-10px);
  }

  54% {
    transform: translateX(10px);
  }

  56% {
    transform: translateX(-5px);
  }

  58% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(0);
  }

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

.b-top-bar-button .btn-main {
  display: none;
  padding: 7px 35px;
  text-align: center;
  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.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;
}

@media screen and (min-width: 451px) {
  .l-wr-main {
    margin-top: 0;
  }
}

.huy {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huy__img {
  margin: 0 5px 0 0;
}
.huy img {
  width: 49%;
  max-width: 300px;
}
.foot__copy {
  text-align: center;
  margin: 30px 0;
}
