<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.header {
  background-color: #fff;
}
[scroll='goScrollToForm'] {
  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f7f9fa;
  font-family: sans-serif;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8px 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .header__wrapper {
    padding: 24px 8px;
  }
}
li,
ol,
ul {
  font-size: 18px;
  line-height: 29px;
}
#content {
  padding: 40px 8px 0 8px;
  box-sizing: border-box;
}
#content h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0.67em;
}
#content p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 1em;
  font-weight: 400;
}
#content a {
  color: #0056b3;
}
#content h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 23px;
}
.red {
  color: red;
}
.art-img {
  max-width: 650px;
  width: 100%;
  display: block;
  margin: 0 auto 1em;
}
.art-img__text {
  text-align: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
.block {
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.block.--green {
  background-color: #cdffcd;
}
.block.--grey {
  background-color: #d4d5d4;
}
.block p:last-child {
  margin-bottom: 0 !important;
}
.comment__item {
  display: flex;
  margin-bottom: 1em;
}
.comment__img-wrapper {
  flex: 0 0 50px;
  height: 50px;
  margin-right: 10px;
}
.comment__img-wrapper img {
  width: 100%;
  height: 100%;
}
.comment__name {
  margin: 0 0 8px 0 !important;
}
.comment__text {
  margin-top: 0;
}
.comment__text img {
  max-width: 300px;
  width: 100%;
}
img {
  height: auto;
}

.loading {
  display: flex;
  align-items: center;
}

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

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

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

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

.comments__kma {
  overflow: hidden;
}

.loading {
  font-style: italic;
}

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

@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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; span {
    font-size: 40px;
    line-height: 41px;
  }
}

@media only screen and (max-width: 450px) {
  .vik-winners-bl .win_line &gt; 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 &gt; div {
    font-size: 14px !important;
  }

  .vik-winners-bl .lb_text &gt; span {
    font-size: 20px;
  }

  .vik-winners-bl .lb_top {
    padding: 10px;
  }
}

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

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

#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%;
}

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

form a {
  text-decoration: none !important;
}
</pre></body></html>