body * {
  font-family: sans-serif;
}

.article__title {
  margin: 0;
}
img {
  height: auto;
}
.article__subtitle {
  font-size: 26px;
  margin: 0;
}
.loupe {
  display: inline-block;
}
.red-text-1 {
  font-size: 24px;
  padding: 5px 10px;
  display: block;
  margin-bottom: 20px;
  color: red;
}
.photo-mob {
  display: none;
}
a:active,
a:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
.comment-user p {
  text-indent: 0 !important;
}
a,
b,
body,
center,
div,
em,
form,
h3,
h4,
html,
i,
img,
li,
p,
small,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ul {
  list-style: none;
}
a {
  color: inherit;
}
.main-content,
.page-wrap {
  position: relative;
}
.main-content,
body {
  background: 0 0;
}
.content::after,
.main-content::after {
  height: 0;
  content: " ";
  visibility: hidden;
  clear: both;
}
@media (max-width: 530px) {
  body {
    position: relative;
  }
}
.content::after {
  display: block;
}
.page-wrap {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  cursor: auto;
}
@media (max-width: 900px) {
  .page-wrap {
    padding: 0 24px;
  }
}
.main-content {
  z-index: 11;
}
.main-content::after {
  display: block;
}
.content {
  min-height: 700px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.content__inner {
  float: left;
}
.content__inner_wide {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .content__inner_wide {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .page-wrap {
    padding: 0;
    overflow: hidden;
  }
}
.content {
  clear: both;
}
.article {
  width: 100%;
  padding: 24px 70px;
}
@media (max-width: 530px) {
  .article {
    padding: 24px 12px;
  }
}
@media (max-width: 1024px) {
  .article {
    width: auto;
  }
}
.article::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.article__date {
  font: 14px/18px sans-serif;
  color: #555;
}
.article__date .article__time {
  padding-left: 12px;
  padding-right: 12px;
}
.article__date .article__author {
  padding: 0 12px;
  border-left: 1px solid #ccc;
}
.article__title {
  font: 32px/36px sans-serif;
  padding: 4px 0 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.article__text {
  font: 16px/24px sans-serif;
  color: #333;
  padding-left: 0;
  padding-top: 24px;
}
@media (max-width: 1280px) {
  .article__text {
    padding-left: 0;
  }
}
.article__text img {
  max-width: 100%;
}
.article__text a {
  text-decoration: underline;
  color: #0095da;
}
a.button,
a:hover {
  text-decoration: none;
}
.article__text b,
.article__text strong {
  font-weight: 700;
}
@media (max-width: 900px) {
  .page-wrap {
    padding: 15px 24px 0;
  }
}
@media (max-width: 1024px) {
  .page-wrap {
    padding: 15px 64px 0;
  }
}
@media (max-width: 530px) {
  .page-wrap {
    padding: 15px 0 0;
  }
}
@media (max-width: 670px) {
  .page-wrap {
    padding: 0;
  }
}
.broadcast-item_current::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  background: url() 0 -1779px;
  width: 24px;
  height: 25px;
}
@media (max-width: 800px) {
  img.img2 {
    margin-left: -20px;
    width: 500px;
  }
}
@media (max-width: 700px) {
  img.img2 {
    margin-left: 0 !important;
    width: 100% !important;
  }
  p.indent {
    text-indent: 0 !important;
  }
}
.head {
  font: 700 23px/100% sans-serif;
  text-indent: 0;
}
img {
  max-width: 100%;
}
.comment-block {
  background: #fff;
}
.comment-user {
  min-height: 130px;
  clear: both;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.comment-block .user-name {
  font-weight: 700;
  padding: 0 0 10px;
}
.comment-block .user-avatar {
  width: 60px;
  float: left;
  margin: 0 20px 0 0;
}
a.button {
  font-size: 20px;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 30px;
  padding: 15px;
}
a.button:hover {
  background-color: #c11f1f;
}
.right {
  text-align: right;
  font-style: italic;
}
.red-line-container {
  max-width: 1119px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0 auto;
}
@media (max-width: 670px) {
  .loupe,
  .official-version,
  .photo-desktop {
    display: none;
  }
  .photo-mob {
    display: block;
  }
  .red-line-container {
    padding: 15px;
  }
  .article__title {
    font-size: 18px;
    line-height: inherit;
  }
  .article__subtitle,
  .red-text-1 {
    font-size: 18px;
  }
}
.comment-user p,
.rub-ramka {
  text-indent: 0 !important;
}
form {
  display: block;
  margin-top: 0;
}
:focus,
a:active,
a:focus,
input,
input:active,
textarea,
textarea:active {
  outline: 0;
}
textarea {
  resize: horizontal;
}
.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, 0.04);
  padding: 12px 15px !important;
  color: #080808;
  font-size: 18px;
  font-family: sans-serif;
  border: 2px solid #bd3d4d;
  border-radius: 4px;
  text-shadow: 0 0 0 #616161;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .rub-ramka {
    text-align: justify !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: sans-serif;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: sans-serif;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
html {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4285em;
  color: #3a3939;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: sans-serif;
  line-height: 1.28571429em;
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
  font-weight: 400;
  padding: 0;
}
h1 {
  min-height: 1rem;
  font-size: 2rem;
}
h2 {
  font-size: 1.71428571rem;
}
h3 {
  font-size: 1.28571429rem;
}
h4 {
  font-size: 1.07142857rem;
}
h5 {
  font-size: 1rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}
p {
  margin: 0 0 1em;
  line-height: 1.4285em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: red;
  text-decoration: none;
}
a:hover {
  color: #d90000;
  text-decoration: none;
}
::-webkit-selection {
  background-color: #cce2ff;
  color: #3a3939;
}
::-moz-selection {
  background-color: #cce2ff;
  color: #3a3939;
}
::selection {
  background-color: #cce2ff;
  color: #3a3939;
}
input::-webkit-selection,
textarea::-webkit-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: #3a3939;
}
input::-moz-selection,
textarea::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: #3a3939;
}
input::selection,
textarea::selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: #3a3939;
}
body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}
body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
body ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  transition: color 0.2s ease;
}
body ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}
body ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8);
}
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

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

.myh4,
.rub-ramka a {
  text-transform: uppercase;
}

.rub-ramka {
  background: rgba(3, 224, 0, 0.04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, 0.32);
  font-family: sans-serif;
  line-height: 28px;
  font-size: 16px;
  max-width: 86%;
  margin: 0 auto;
  font-weight: 400;
  color: #4a4a4a;
}

.myh4 {
  padding: 6px 4px 4px 5px;
  width: 100%;
  display: table;
  border: 1px dotted #e2e2e2;
  border-right: none;
  color: #3a753a;
  font-size: 14px;
  margin-bottom: 9px;
  line-height: 23px;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: -3px;
  font-weight: 600;
  background-color: #f5fef5;
  background-image: -webkit-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    #f5fef5 100%
  );
  background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
  background-image: -ms-repeating-linear-gradient(
    0deg,
    #bfe6bf 0,
    rgba(3, 224, 0, 0.04) 100%
  );
}

.rub-ramka a {
  color: #ce5353;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px dashed;
  text-shadow: 0 0 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 1px;
}

@media screen and (max-width: 1020px) {
  .rub-ramka {
    max-width: 95%;
  }
}

.v-order-wrapper-fon-bg2 {
  margin-bottom: 50px;
  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 10px;
  }

  .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: sans-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 10px !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(../img/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;
}

.matreshka__wrapper {
  background-image: url(../img/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;
    background-image: url(../img/bg3-100.webp);
  }
}

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

.matreshka__wrapper.go_go_dance .matreshka__item {
  -webkit-animation: bounceAndRotate 3s linear infinite;
  -moz-animation: bounceAndRotate 3s linear infinite;
  -ms-animation: bounceAndRotate 3s linear infinite;
  -o-animation: bounceAndRotate 3s linear infinite;
  animation: bounceAndRotate 3s linear infinite;
}

@-webkit-keyframes bounceAndRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes bounceAndRotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.matreshka__wrapper.go_go_dance:hover .matreshka__item {
  animation: shake 1.22s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

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

#push-comments #push_3dv4f7 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: sans-serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

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

#push-comments #push_3dv4f7__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_3dv4f7__title {
  color: #43a047;
  border-bottom: 0px solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

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

#push-comments #push_3dv4f7__submit {
  background: #43a047;
  border: none;
  box-shadow: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_3dv4f7__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}

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

#push-comments #push_mlyjekpdfdd1 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: sans-serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

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

#push-comments #push_mlyjekpdfdd1__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_mlyjekpdfdd1__title {
  color: #43a047;
  border-bottom: 0px solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  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 #43a047;
  box-shadow: 0px 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
  resize: none;
}

#push-comments #push_mlyjekpdfdd1__submit {
  background: #43a047;
  border: none;
  box-shadow: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}

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

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium;
  cursor: pointer;
  outline: medium;
}

.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;
  font-family: sans-serif !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.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;
  }
}

.come {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.come__line {
  width: 100%;
  height: 2px;
  background: #b4b4b4;
}

.come__text {
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 10px;
  color: #148fb9;
  font-weight: 600;
  white-space: nowrap;
}

.block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 400px) {
  .block {
    flex-direction: column;
  }
}

ul.block {
  margin-bottom: 15px;
  padding: 0;
}

ul.block li {
  flex-basis: 30%;
  list-style: none;
  text-align: center;
}

ul.block li img {
  max-width: 150px;
  width: 100%;
}

ul.block li:nth-child(4) img {
  max-width: 80px;
}

ul.block li:nth-child(5) img {
  max-width: 80px;
}

.red-line {
  padding: 0 15px;
}
