/*.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto
}*/

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem
}

.row.reverse {
  flex-direction: row-reverse
}

.col.reverse {
  flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

[dir=ltr] .start-xs {
  text-align: left
}

[dir=rtl] .start-xs {
  text-align: right
}

.start-xs {
  justify-content: flex-start
}

.center-xs {
  justify-content: center;
  text-align: center
}

[dir=ltr] .end-xs {
  text-align: right
}

[dir=rtl] .end-xs {
  text-align: left
}

.end-xs {
  justify-content: flex-end
}

.top-xs {
  align-items: flex-start
}

.middle-xs {
  align-items: center
}

.bottom-xs {
  align-items: flex-end
}

.around-xs {
  justify-content: space-around
}

.between-xs {
  justify-content: space-between
}

.first-xs {
  order: -1
}

.last-xs {
  order: 1
}

@media only screen and (min-width:48em) {
  .container {
    width: 49rem
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  [dir=ltr] .start-sm {
    text-align: left
  }

  [dir=rtl] .start-sm {
    text-align: right
  }

  .start-sm {
    justify-content: flex-start
  }

  .center-sm {
    justify-content: center;
    text-align: center
  }

  [dir=ltr] .end-sm {
    text-align: right
  }

  [dir=rtl] .end-sm {
    text-align: left
  }

  .end-sm {
    justify-content: flex-end
  }

  .top-sm {
    align-items: flex-start
  }

  .middle-sm {
    align-items: center
  }

  .bottom-sm {
    align-items: flex-end
  }

  .around-sm {
    justify-content: space-around
  }

  .between-sm {
    justify-content: space-between
  }

  .first-sm {
    order: -1
  }

  .last-sm {
    order: 1
  }
}

@media only screen and (min-width:64em) {
  .container {
    width: 65rem
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  [dir=ltr] .start-md {
    text-align: left
  }

  [dir=rtl] .start-md {
    text-align: right
  }

  .start-md {
    justify-content: flex-start
  }

  .center-md {
    justify-content: center;
    text-align: center
  }

  [dir=ltr] .end-md {
    text-align: right
  }

  [dir=rtl] .end-md {
    text-align: left
  }

  .end-md {
    justify-content: flex-end
  }

  .top-md {
    align-items: flex-start
  }

  .middle-md {
    align-items: center
  }

  .bottom-md {
    align-items: flex-end
  }

  .around-md {
    justify-content: space-around
  }

  .between-md {
    justify-content: space-between
  }

  .first-md {
    order: -1
  }

  .last-md {
    order: 1
  }
}

@media only screen and (min-width:75em) {
  .container {
    width: 76rem
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  [dir=ltr] .start-lg {
    text-align: left
  }

  [dir=rtl] .start-lg {
    text-align: right
  }

  .start-lg {
    justify-content: flex-start
  }

  .center-lg {
    justify-content: center;
    text-align: center
  }

  [dir=ltr] .end-lg {
    text-align: right
  }

  [dir=rtl] .end-lg {
    text-align: left
  }

  .end-lg {
    justify-content: flex-end
  }

  .top-lg {
    align-items: flex-start
  }

  .middle-lg {
    align-items: center
  }

  .bottom-lg {
    align-items: flex-end
  }

  .around-lg {
    justify-content: space-around
  }

  .between-lg {
    justify-content: space-between
  }

  .first-lg {
    order: -1
  }

  .last-lg {
    order: 1
  }
}

html {
  font-family: "Arial", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0
}

.text-danger {
  color: #e5202e
}

.text-center {
  text-align: center
}

.bg-grey {
  background: #f8f8f8
}

.bg-white {
  background: #fff;
  position: relative
}

.highlight {
  color: #e5202e
}

.justify-end {
  display: flex;
  justify-content: flex-end
}

.mb-1 {
  margin-bottom: 8px
}

.mb-2 {
  margin-bottom: 16px
}

.mb-3 {
  margin-bottom: 24px
}

.mb-4 {
  margin-bottom: 32px
}

p>a,
p>strong>a {
  color: #e5202e
}

.LEmbed--video>iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.LEmbed--html>iframe {
  display: block;
  margin: 0 auto
}

.LEmbed--fbiframe iframe {
  width: 100%
}

.LAdvert>iframe {
  display: block;
  margin: 0 auto
}

.LAdvert--horizontal-small iframe,
.LAdvert--horizontal iframe,
.LAdvert--intext iframe {
  margin: 0 auto !important
}

#scroller:not(:empty) {
  z-index: 9999;
  width: 100% !important
}

#wallpaper:not(:empty) {
  height: 100% !important;
  width: 100% !important
}

#stpd_lrytas.lt_320x50_mobile_sticky_domestic {
  z-index: 99998 !important
}

.container {
  width: 100% !important;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px
}

.container--small {
  max-width: 1012px;
  position: relative;
  background-color: #fff;
  padding-top: 16px
}

.LBlock {
  display: flex;
  flex-wrap: wrap
}

.LBlock__content {
  flex-basis: 900px;
  max-width: 900px;
  padding-right: 16px
}

@media (max-width:1249px) {
  .LBlock__content {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0
  }
}

.LBlock__sidebar {
  flex-basis: 300px;
  max-width: 300px
}

@media (max-width:1249px) {
  .LBlock__sidebar {
    display: none
  }
}

.LBlock__sidebar-item+.LBlock__sidebar-item {
  margin-top: 16px
}

.LBlock+.LBlock {
  margin: 16px 0
}

.LBlock--category .LAdvert--horizontal,
.LBlock--top .LAdvert--horizontal {
  margin-bottom: 16px
}

.LLink {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center
}

.LLink .LLink__arrow {
  display: inline-block;
  height: 8px;
  width: 12px;
  background: url(images/arrow.png) no-repeat 50%/cover
}

.slide-fade-enter-active {
  transition: all .3s ease
}

.slide-fade-leave-active {
  display: none;
  transition: all .8s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(125px);
  opacity: 0
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #e5202e;
  z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none
}

.nuxt-progress-failed {
  background-color: red
}

.LSpacer[data-v-e77f339e] {
  margin: 15px 0 16px;
  border: 0;
  border-top: 1px solid #eee
}

.btn-fb[data-v-e77f339e],
.btn-google[data-v-e77f339e] {
  display: inline-block;
  border-radius: 1px;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  transition: background-color .218s, border-color .218s, box-shadow .218s
}

.btn-fb .fb-content[data-v-e77f339e],
.btn-fb .google-content[data-v-e77f339e],
.btn-google .fb-content[data-v-e77f339e],
.btn-google .google-content[data-v-e77f339e] {
  display: flex;
  align-items: center;
  width: 300px;
  height: 50px
}

.btn-fb .fb-content .logo[data-v-e77f339e],
.btn-fb .google-content .logo[data-v-e77f339e],
.btn-google .fb-content .logo[data-v-e77f339e],
.btn-google .google-content .logo[data-v-e77f339e] {
  padding: 15px;
  height: inherit
}

.btn-fb .fb-content svg[data-v-e77f339e],
.btn-fb .google-content svg[data-v-e77f339e],
.btn-google .fb-content svg[data-v-e77f339e],
.btn-google .google-content svg[data-v-e77f339e] {
  width: 18px;
  height: 18px
}

.btn-fb .fb-content p[data-v-e77f339e],
.btn-fb .google-content p[data-v-e77f339e],
.btn-google .fb-content p[data-v-e77f339e],
.btn-google .google-content p[data-v-e77f339e] {
  width: 100%;
  line-height: 1;
  letter-spacing: .21px;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto", sans-serif
}

.btn-google[data-v-e77f339e] {
  margin-bottom: 8px;
  background: #fff
}

.btn-google[data-v-e77f339e]:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3)
}

.btn-google[data-v-e77f339e]:active {
  background-color: #eee
}

.btn-google .google-content p[data-v-e77f339e] {
  color: #757575
}

.btn-linkedin[data-v-e77f339e] {
  background: #0e76a8
}

.btn-linkedin .google-content p[data-v-e77f339e] {
  color: #fff
}

.btn-fb[data-v-e77f339e] {
  background: #4267b2;
  margin-bottom: 8px
}

.btn-fb[data-v-e77f339e]:hover {
  box-shadow: 0 0 3px 3px rgba(59, 89, 152, .3)
}

.btn-fb[data-v-e77f339e]:active {
  background-color: #3b5998
}

.btn-fb .fb-content p[data-v-e77f339e] {
  color: hsla(0, 0%, 100%, .87)
}

.customGPlusSignIn[data-v-e77f339e] {
  display: inline-block;
  background: #fff;
  color: #444;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap
}

.customGPlusSignIn span.label[data-v-e77f339e] {
  font-family: serif;
  font-weight: 400
}

.customGPlusSignIn span.icon[data-v-e77f339e] {
  background: url(images/g-normal.png) transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px
}

#customBtn[data-v-e77f339e]:hover {
  cursor: pointer
}

span.buttonText[data-v-e77f339e] {
  display: inline-block;
  vertical-align: middle;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif
}

.LLayout--headerless .LLayout__page[data-v-e77f339e] {
  padding: 32px 0 100px
}

@media (max-width:1050px) {
  .LLayout--headerless .LLayout__page[data-v-e77f339e] {
    padding: 16px 0 50px
  }
}

.LLayout--np .LLayout__page[data-v-e77f339e] {
  padding-bottom: 0
}

.LLayout__page[data-v-e77f339e] {
  padding: 0 0 100px;
  min-height: 100vh
}

@media (max-width:1050px) {
  .LLayout__page[data-v-e77f339e] {
    padding: 0 0 50px
  }
}

.LLiveWidgetWrap[data-v-e77f339e] {
  position: fixed;
  left: 6px;
  bottom: 6px;
  z-index: 99999;
  max-width: 360px;
  width: 100%
}

@media (max-width:768px) {
  .LLiveWidgetWrap[data-v-e77f339e] {
    display: none
  }
}

.LLiveWidget+.LLiveWidget[data-v-e77f339e] {
  margin-top: 8px
}

#stpd_lrytas.lt_320x50_mobile_sticky_domestic[data-v-e77f339e] {
  z-index: 99998 !important
}

.LReportDialog__title[data-v-e77f339e] {
  text-align: center;
  color: #222
}

.LReportDialog__content[data-v-e77f339e] {
  padding: 32px 0
}

.LReportDialog__bottom[data-v-e77f339e] {
  text-align: center
}

.LNavbar[data-v-476da01a] {
  max-width: 1200px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 16px;
  z-index: 99999
}

.LNavbar__bottom[data-v-476da01a],
.LNavbar__middle[data-v-476da01a],
.LNavbar__top[data-v-476da01a] {
  display: flex
}

.LNavbar__bottom[data-v-476da01a],
.LNavbar__top[data-v-476da01a] {
  height: 25px
}

.LNavbar__bottom[data-v-476da01a] {
  border-top: 1px solid #fff
}

.LNavbar__bottom .LMenu--mobile[data-v-476da01a] {
  display: none
}

@media (max-width:1140px) {
  .LNavbar__bottom[data-v-476da01a] {
    border-top: 0;
    height: 42px;
    background-color: #333
  }

  .LNavbar__bottom .LMenu[data-v-476da01a] {
    display: none
  }

  .LNavbar__bottom .LMenu--mobile[data-v-476da01a] {
    display: flex
  }

  .LNavbar__bottom .LMenu--mobile .LIcon[data-v-476da01a] {
    display: none
  }
}

.LNavbar__bottom[data-v-476da01a],
.LNavbar__middle[data-v-476da01a] {
  background-color: #333
}

.LNavbar__top[data-v-476da01a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ebebeb
}

@media (max-width:1140px) {
  .LNavbar__top[data-v-476da01a] {
    display: none
  }
}

.LNavbar__middle[data-v-476da01a] {
  position: relative;
  height: 42px
}

@media (max-width:1140px) {
  .LNavbar__middle[data-v-476da01a] {
    height: 58px;
    background-color: #e5202e;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px
  }

  .LNavbar__middle .LMenu[data-v-476da01a] {
    display: none
  }
}

.LNavbar__middle>.LButton[data-v-476da01a] {
  display: none
}

@media (max-width:1140px) {
  .LNavbar__middle>.LButton[data-v-476da01a] {
    display: flex
  }
}

.LNavbarActions[data-v-476da01a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.LNavbarActions__action[data-v-476da01a] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 100%;
  cursor: pointer;
  background-color: #333;
  border: 0;
  outline: 0
}

.LNavbarActions__action .LIcon[data-v-476da01a] {
  display: block;
  width: 24px;
  height: 100%;
  fill: #fff
}

.LNavbarActions__action--login[data-v-476da01a] {
  width: auto !important;
  min-width: 50px;
  padding: 0 14px;
  text-decoration: none
}

.LNavbarActions__action--login span[data-v-476da01a] {
  font-weight: 700;
  margin-left: 8px;
  font-size: 13px
}

.LNavbarActions__action--login .LIcon[data-v-476da01a] {
  height: 20px
}

.LNavbarActions__action[data-v-476da01a]:hover {
  background-color: #404040
}

@media (max-width:1140px) {
  .LNavbarActions__action[data-v-476da01a]:hover {
    background-color: #e5202e
  }
}

.LNavbarActions__loading[data-v-476da01a] {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 127px;
  gap: 10px;
}

.LNavbarMobileActions[data-v-476da01a] {
  display: none;
  justify-content: flex-start;
  align-items: stretch
}

@media (max-width:1140px) {
  .LNavbarMobileActions[data-v-476da01a] {
    display: flex
  }
}

.LNavbarMobileActions__action[data-v-476da01a] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 58px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: #e5202e
}

.LNavbarMobileActions__action svg[data-v-476da01a] {
  display: block;
  width: 30px;
  height: 100%
}

.LNavbarMobileActions__action svg path[data-v-476da01a] {
  fill: #fff
}

.LNavbarMobileActions__action svg.header-svg-bendraukime[data-v-476da01a] {
  width: 26px;
  height: auto
}

.LNavbarMobileActions__action--bendraukime[data-v-476da01a] {
  flex-direction: column;
  justify-content: space-evenly;
  width: 82px;
  text-decoration: none;
  outline: none
}

.LNavbarMobileActions__text[data-v-476da01a] {
  font-size: 8px;
  font-weight: 700;
  font-family: "Arial", sans-serif
}

@media (max-width:1140px) {
  .LNavbarActions__action[data-v-476da01a] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 58px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: #e5202e
  }

  .LNavbarActions__action svg[data-v-476da01a] {
    display: block;
    width: 30px;
    height: 100%
  }

  .LNavbarActions__action svg path[data-v-476da01a] {
    fill: #fff
  }

  .LNavbarActions__action svg.header-svg-bendraukime[data-v-476da01a] {
    width: 26px;
    height: auto
  }

  .LNavbarActions__action--bendraukime[data-v-476da01a] {
    flex-direction: column;
    justify-content: space-evenly;
    width: 82px;
    text-decoration: none;
    outline: none
  }

  .LNavbarActions__text[data-v-476da01a] {
    font-size: 8px;
    font-weight: 700;
    font-family: "Arial", sans-serif
  }
}

.LPremiumButton[data-v-476da01a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-width: 0;
  flex: 0 0 auto;
  text-align: center;
  border-radius: 7px;
  box-shadow: none;
  background-color: #f4f4f4;
  color: #000;
  cursor: pointer;
  color: #fff;
  height: 36px;
  border-radius: 0;
  padding: 0 16px;
  font-weight: 700;
  text-decoration: none
}

.LPremiumButton[data-v-476da01a],
.LPremiumButton[data-v-476da01a]:focus {
  background: #c90403;
  border: 0;
  outline: none
}

.LPremiumButton[data-v-476da01a]:hover {
  background-color: #e20503
}

.LPremiumButton[data-v-476da01a]:active {
  background-color: #ec0504
}

.LNavbarLinks[data-v-8472ab1e] {
  display: flex;
  align-items: center;
  height: 100%
}

.LNavbarLinks__link[data-v-8472ab1e] {
  position: relative;
  font-size: 12px;
  color: #333;
  padding: 0 9px
}

.LNavbarLinks__link[data-v-8472ab1e],
.LNavbarLinks__link>a[data-v-8472ab1e] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%
}

.LNavbarLinks__link>a[data-v-8472ab1e] {
  color: inherit
}

.LNavbarLinks__link[data-v-8472ab1e]:hover {
  color: #e5202e
}

.LNavbarLinks__link:hover .LNavbarLinks__submenu[data-v-8472ab1e] {
  display: block
}

.LNavbarLinks__link--dropdown .LIcon[data-v-8472ab1e] {
  margin-left: 6px;
  height: 100%
}

.LNavbarLinks__link--dropdown:hover .LIcon[data-v-8472ab1e] {
  transform: rotateX(180deg);
  fill: #e5202e
}

.LNavbarLinks__link--dropdown>a[data-v-8472ab1e] {
  color: #e5202e
}

.LNavbarLinks__link--social[data-v-8472ab1e] {
  padding: 0
}

.LNavbarLinks__link--social[data-v-8472ab1e]:hover {
  background-color: #dedede
}

.LNavbarLinks__link--social:hover .LIcon[data-v-8472ab1e],
.LNavbarLinks__link--social:hover .LIcon path[data-v-8472ab1e]:first-child {
  fill: #e5202e
}

.LNavbarLinks__link--social .LIcon[data-v-8472ab1e] {
  fill: #333;
  padding: 7px 0;
  height: 25px;
  width: 25px
}

.LNavbarLinks__submenu[data-v-8472ab1e] {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 2;
  list-style: none;
  padding: 0;
  box-shadow: 0 0 12px 3px rgba(119, 120, 121, .25)
}

.LNavbarLinks__submenu[data-v-8472ab1e]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 13px;
  top: -5px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 4px 5px
}

.LNavbarLinks__submenu-link[data-v-8472ab1e] {
  display: block;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 12px;
  color: #353535
}

.LNavbarLinks__submenu-link[data-v-8472ab1e]:hover {
  background-color: #ccc
}

.LNavbarLinks__submenu-link[data-v-8472ab1e]:active {
  background-color: #bfbfbf
}

.LNavbarLinks__submenu li+li[data-v-8472ab1e] {
  border-top: 1px solid #e1e1e1
}

.LNavbarLinks__submenu-link[data-v-8472ab1e] {
  color: #333
}

.LNavbarExtra[data-v-a304ccfe] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%
}

.LNavbarExtra__link[data-v-a304ccfe] {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-left: 1px solid #ccc;
  height: 100%;
  font-size: 12px;
  font-weight: 800;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ebebeb
}

.LNavbarExtra__link[data-v-a304ccfe]:hover {
  background-color: #dedede
}

.LNavbarExtra__link--red[data-v-a304ccfe] {
  background-color: #e5202e;
  color: #fff;
  border: 0
}

.LNavbarExtra__link--red[data-v-a304ccfe]:hover {
  background-color: #e83743
}

.LLogo[data-v-6532197a] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5202e;
  flex-basis: 125px;
  max-width: 125px;
  flex-shrink: 0;
  transition: background-color .3s cubic-bezier(.075, .82, .165, 1);
  cursor: pointer;
  height: 100%;
}

.LLogo[data-v-6532197a]:hover {
  background-color: #e83743
}

@media (max-width:768px) {
  .LLogo[data-v-6532197a]:hover {
    background-color: #e5202e
  }
}

@media (max-width:768px) {
  .LLogo[data-v-6532197a] {
    max-width: 130px;
    flex-basis: 130px;
    height: 100%
  }
}

.LLogo__svg[data-v-6532197a] {
  width: 115px;
  height: 42px;
  display: block
}

.LLogo__svg path[data-v-6532197a] {
  fill: #fff
}

@media (max-width:768px) {
  .LLogo__svg[data-v-6532197a] {
    height: auto;
    width: 130px
  }
}

.fil1[data-v-6532197a],
.fil2[data-v-6532197a] {
  fill: #fff
}

.fil1[data-v-6532197a] {
  fill-rule: nonzero
}

.LLogo svg[data-v-6532197a] {
  height: 100%;
  width: 100%
}

@media (max-width:768px) {
  .LLogo svg[data-v-6532197a] {
    margin-left: 0
  }
}

.LLogo .LLogo__img[data-v-6532197a] {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%
}

.LLogo[data-v-6532197a] {
  background-image: url(../img/UA_logo.webp);
  background-size: 126px;
  background-repeat: no-repeat;
  background-position: 50%
}

@media (max-width:768px) {
  .LLogo[data-v-6532197a] {
    background-size: 136px
  }
}

.LMenu[data-v-82c88d5a] {
  display: flex;
  flex: 1
}

.LMenu__fakebg[data-v-82c88d5a] {
  right: 0;
  position: absolute;
  height: 24px;
  background-color: #333;
  top: 100%;
  margin-top: 1px;
  left: 0;
  z-index: 1;
  display: none
}

.LMenu__item-wrap .LMenu[data-v-82c88d5a] {
  display: none
}

.LMenu__item-wrap:hover>.LMenu__item[data-v-82c88d5a] {
  box-shadow: inset 0 4px 0 0 #e5202e
}

.LMenu__item-wrap:hover .LMenu[data-v-82c88d5a] {
  display: flex;
  position: absolute;
  height: 24px;
  background-color: #333;
  top: 100%;
  margin-top: 1px;
  z-index: 2
}

.LMenu__item-wrap:hover .LMenu__fakebg[data-v-82c88d5a] {
  display: block
}

.LMenu__item-wrap--dropdown[data-v-82c88d5a]:hover:after {
  content: "";
  position: absolute;
  top: calc(100% - 14px);
  left: 0;
  width: 100%;
  height: 15px;
  cursor: pointer
}

@media (max-width:768px) {
  .LMenu__item-wrap--dropdown[data-v-82c88d5a]:hover:after {
    display: none
  }
}

.LMenu__item-wrap--dropdown[data-v-82c88d5a]:hover:before {
  content: "";
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 100%;
  height: 30px
}

@media (max-width:768px) {
  .LMenu__item-wrap--dropdown[data-v-82c88d5a]:hover:before {
    display: none
  }
}

.LMenu__item-wrap+.LMenu__item-wrap .LMenu__item[data-v-82c88d5a] {
  border-left: 1px solid #484848
}

@media (max-width:1140px) {
  .LMenu__item-wrap+.LMenu__item-wrap .LMenu__item[data-v-82c88d5a] {
    border-left: 1px solid #484848 !important
  }
}

.LMenu__item-wrap--red[data-v-82c88d5a] {
  background: #e5202e
}

.LMenu__item-wrap--projektai .LMenu[data-v-82c88d5a] {
  left: 0
}

.LMenu__item-wrap--projektai .LMenu .LMenu__item-wrap[data-v-82c88d5a] {
  flex: 0 0 auto
}

.LMenu__item-wrap--projektai .LMenu .LMenu__item[data-v-82c88d5a] {
  padding: 0 7px
}

.LMenu__item-wrap--align-right .LMenu[data-v-82c88d5a] {
  right: 0
}

.LMenu__item-wrap--align-right .LMenu .LMenu__item-wrap[data-v-82c88d5a] {
  flex: 0 0 auto
}

.LMenu__item-wrap--align-right .LMenu .LMenu__item[data-v-82c88d5a] {
  padding: 0 7px
}

.LMenu__item[data-v-82c88d5a] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 800;
  color: #fff;
  padding: 0 14px;
  font-size: 12px;
  transition: box-shadow .15s ease-in-out;
  height: 100%
}

.LMenu__item[data-v-82c88d5a]:active {
  box-shadow: inset 0 42px 0 0 #e5202e
}

.LMenu__item .LIcon[data-v-82c88d5a] {
  width: 12px;
  height: 12px;
  margin-right: 8px
}

.LMenu--dense .LMenu__item[data-v-82c88d5a] {
  padding: 0 9px;
  font-weight: 700;
  border-left: 0 !important;
  transition: background-color .15s ease-in-out
}

.LMenu--dense .LMenu__item[data-v-82c88d5a]:hover {
  box-shadow: none;
  background-color: #e5202e
}

.LMenu--dense .LMenu__item[data-v-82c88d5a]:hover:after {
  display: none
}

@media (max-width:1140px) {
  .LMenu[data-v-82c88d5a] {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
  }

  .LMenu[data-v-82c88d5a]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent
  }

  .LMenu[data-v-82c88d5a]::-webkit-scrollbar,
  .LMenu[data-v-82c88d5a]::-webkit-scrollbar-track {
    background-color: transparent;
    display: none;
    visibility: hidden;
    pointer-events: none;
    opacity: 0
  }

  .LMenu[data-v-82c88d5a]::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .LMenu[data-v-82c88d5a]::-webkit-scrollbar-thumb {
    background-color: transparent;
    display: none;
    visibility: hidden;
    pointer-events: none;
    opacity: 0
  }

  .LMenu .LMenu__item[data-v-82c88d5a] {
    white-space: nowrap
  }

  .LMenu .LMenu__item.nuxt-link-exact-active[data-v-82c88d5a],
  .LMenu .LMenu__item[data-v-82c88d5a]:hover {
    box-shadow: inset 0 -4px 0 0 #e5202e
  }

  .LMenu .LMenu__item.nuxt-link-exact-active[data-v-82c88d5a]:after,
  .LMenu .LMenu__item[data-v-82c88d5a]:hover:after {
    display: none
  }

  .LMenu .LMenu__item-wrap:hover>.LMenu__item[data-v-82c88d5a] {
    box-shadow: inset 0 -4px 0 0 #e5202e
  }
}

@-webkit-keyframes spin-data-v-b543ef00 {
  to {
    stroke-dashoffset: -264
  }
}

@keyframes spin-data-v-b543ef00 {
  to {
    stroke-dashoffset: -264
  }
}

.LPreloader[data-v-b543ef00] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto
}

.LPreloader__spinner circle[data-v-b543ef00] {
  fill: none;
  stroke: #e5202e;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-dasharray: 0, 0, 70, 194;
  stroke-dashoffset: 0;
  -webkit-animation: spin-data-v-b543ef00 1s linear infinite;
  animation: spin-data-v-b543ef00 1s linear infinite;
  transform: rotate(0deg);
  will-change: stroke-dashoffset
}

.LPreloader--nm[data-v-b543ef00] {
  margin: 0
}

.LPreloader--nm svg[data-v-b543ef00] {
  height: 22px;
  width: 22px
}

.LNavbarSearch[data-v-2f4ab2ee] {
  background-color: #fff;
  box-shadow: 0 0 12px 3px rgba(119, 120, 121, .25);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 5
}

.LNavbarSearch--inline[data-v-2f4ab2ee] {
  position: relative
}

.LNavbarSearch[data-v-2f4ab2ee]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 71px;
  top: -5px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 4px 5px
}

.LNavbarSearch__header[data-v-2f4ab2ee] {
  position: relative;
  padding: 10px 16px
}

.LNavbarSearch__button[data-v-2f4ab2ee] {
  border: 0;
  outline: 0;
  height: 30px;
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 9px;
  cursor: pointer;
  background: #fff
}

.LNavbarSearch__button .LIcon[data-v-2f4ab2ee] {
  display: block;
  width: 24px;
  height: 100%
}

@media (max-width:768px) {
  .LNavbarSearch__button[data-v-2f4ab2ee] {
    right: 16px
  }
}

.LNavbarSearch__input[data-v-2f4ab2ee] {
  height: 30px;
  width: 100%;
  outline: none;
  padding: 0 120px 0 8px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  font-family: "Arial", sans-serif;
  color: #333;
  font-size: 16px
}

.LNavbarSearch__input[data-v-2f4ab2ee]:-moz-placeholder,
.LNavbarSearch__input[data-v-2f4ab2ee]:-ms-input-placeholder,
.LNavbarSearch__input[data-v-2f4ab2ee]::-moz-placeholder,
.LNavbarSearch__input[data-v-2f4ab2ee]::-webkit-input-placeholder {
  color: #777
}

@media (max-width:768px) {
  .LNavbarSearch__input[data-v-2f4ab2ee] {
    padding-right: 50px
  }
}

.LMegamenu[data-v-def929d0] {
  background-color: #fff;
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, .15);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 30px;
  z-index: 50
}

@media (max-width:768px) {
  .LMegamenu[data-v-def929d0] {
    height: calc(100vh - 58px);
    overflow-y: scroll;
    padding: 0;
    background-color: #333
  }
}

.LMegamenu[data-v-def929d0]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 21px;
  top: -5px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 4px 5px
}

.LMegamenu__row[data-v-def929d0] {
  flex-wrap: wrap;
  justify-content: space-between
}

.LMegamenu__row[data-v-def929d0],
.LNavbarActions[data-v-def929d0] {
  display: flex;
  align-items: flex-start
}

.LNavbarActions[data-v-def929d0] {
  justify-content: flex-start
}

.LNavbarActions__action[data-v-def929d0] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  padding: 32px 0;
  background-color: #333;
  border: 0;
  outline: 0
}

.LNavbarActions__action .LIcon[data-v-def929d0] {
  display: block;
  width: 24px;
  height: 100%;
  fill: #fff
}

.LNavbarActions__action--login[data-v-def929d0] {
  display: flex;
  padding: 16px 14px;
  flex: 1;
  text-decoration: none
}

.LNavbarActions__action--login span[data-v-def929d0] {
  font-weight: 700;
  margin-left: 8px;
  font-size: 13px
}

.LNavbarActions__action--login .LIcon[data-v-def929d0] {
  height: 20px
}

.LNavbarActions__action[data-v-def929d0]:hover {
  background-color: #404040
}

@media (max-width:1140px) {
  .LNavbarActions__action[data-v-def929d0]:hover {
    background-color: #333
  }
}

.LMegamenuColumn[data-v-3fc40d50] {
  flex: 0 0 auto;
  flex-basis: 16.66666%;
  display: flex
}

.LMegamenuColumn[data-v-3fc40d50]:nth-child(n+7) {
  margin-top: 30px
}

@media (max-width:768px) {
  .LMegamenuColumn[data-v-3fc40d50]:nth-child(n+7) {
    margin-top: 0
  }
}

.LMegamenuColumn:nth-child(n+7) .LMegamenuList__anchor[data-v-3fc40d50],
.LMegamenuColumn:nth-child(n+7) .LMegamenuList__item--subroute[data-v-3fc40d50] {
  display: none !important
}

@media (max-width:768px) {
  .LMegamenuColumn[data-v-3fc40d50]:nth-last-child(-n+2) {
    background: #222
  }
}

@media (max-width:768px) {
  .LMegamenuColumn[data-v-3fc40d50] {
    flex: 1;
    flex-basis: 100%;
    margin: 0
  }
}

.LMegamenuColumn--mobile[data-v-3fc40d50] {
  display: none
}

.LMegamenuColumn--mobile .LMegamenuList__link[data-v-3fc40d50] {
  background-color: #e5202e;
  border: 0
}

@media (max-width:768px) {
  .LMegamenuColumn--mobile[data-v-3fc40d50] {
    display: block
  }
}

.LMegamenuList[data-v-b68267de] {
  list-style: none;
  padding: 0;
  flex: 1
}

.LMegamenuList+.LMegamenuList[data-v-b68267de] {
  border-left: 1px solid #666
}

.LMegamenuList__item[data-v-b68267de] {
  line-height: 1em;
  position: relative
}

.LMegamenuList__item[data-v-b68267de]:first-child {
  margin-bottom: 8px
}

@media (max-width:768px) {
  .LMegamenuList__item[data-v-b68267de]:first-child {
    margin: 0
  }
}

.LMegamenuList__item:first-child .LMegamenuList__link[data-v-b68267de] {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

@media (max-width:768px) {
  .LMegamenuList__item:first-child .LMegamenuList__link[data-v-b68267de] {
    font-size: 14px
  }
}

.LMegamenuList__chevron[data-v-b68267de] {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -16px
}

.LMegamenuList__chevron--active[data-v-b68267de] {
  transform: rotate(180deg)
}

.LMegamenuList__chevron svg[data-v-b68267de] {
  width: 32px;
  height: 32px
}

@media (max-width:768px) {
  .LMegamenuList__item--subroute[data-v-b68267de] {
    display: none;
    background: #222
  }
}

.LMegamenuList__item--subroute.active[data-v-b68267de] {
  display: block
}

.LMegamenuList__link[data-v-b68267de] {
  font-size: 14px;
  line-height: 1.3em;
  padding: 1px 0;
  color: #333;
  display: block;
  text-decoration: none
}

@media (max-width:768px) {
  .LMegamenuList__link[data-v-b68267de] {
    text-transform: uppercase;
    color: #fff;
    padding: 0 48px 0 16px;
    height: 42px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #666
  }
}

.LArticle__infinite[data-v-4b6c0145] {
  padding-top: 96px;
  padding-bottom: 96px
}

.LAdvert[data-v-4900f260]:empty {
  margin: 0;
  min-height: auto !important
}

.LAdvert+.LAdvert[data-v-4900f260] {
  margin-top: 16px
}

.LAdvert--horizontal[data-v-4900f260] {
  width: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
  margin-bottom: 16px;
  height: auto !important;
  min-height: 180px
}

@media (max-width:576px) {
  .LAdvert--horizontal[data-v-4900f260] {
    min-height: auto
  }
}

.LAdvert--horizontal iframe[data-v-4900f260] {
  margin: 0 auto !important
}

.LAdvert--horizontal-small[data-v-4900f260] {
  height: 180px;
  width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto
}

.LAdvert--horizontal-small iframe[data-v-4900f260] {
  margin: 0 auto !important
}

.LAdvert--vertical[data-v-4900f260] {
  height: auto !important
}

.LAdvert--floating[data-v-4900f260] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999
}

.LAdvert--intext[data-v-4900f260] {
  float: left;
  margin: 16px 32px 16px 0;
  height: auto !important;
  min-height: 250px
}

.LAdvert--intext[data-v-4900f260]:empty {
  display: none
}

.LAdvert--intext iframe[data-v-4900f260] {
  margin: 0 auto !important
}

@media (max-width:576px) {
  .LAdvert--intext[data-v-4900f260] {
    float: none;
    margin: 16px auto;
    width: 300px;
    height: auto !important
  }

  .LAdvert--intext iframe[data-v-4900f260] {
    margin: 0 auto
  }
}

#stpd_lrytas.lt_320x50_mobile_sticky_domestic[data-v-4900f260] {
  z-index: 99998 !important
}

.LArticle[data-v-3cd5b865] {
  min-height: 100vh;
  position: relative
}

.LArticle .LArticleEmbed[data-v-3cd5b865] {
  clear: both
}

.LArticle .LEmbed[data-v-3cd5b865] {
  position: relative;
  clear: both;
  margin: 16px 0
}

.LArticle .LEmbed--video[data-v-3cd5b865] {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%
}

.LArticle+.LArticle[data-v-3cd5b865] {
  margin-top: 32px
}

#wallpaper:not(:empty)+.LArticle[data-v-3cd5b865] {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 8px
}

.LGalleryAdvert[data-v-3cd5b865] {
  width: 300px !important;
  height: 600px !important
}

.LExtraVideo__header[data-v-3cd5b865] {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px
}

.LExtraVideo__icon[data-v-3cd5b865] {
  line-height: 1;
  margin-top: 3px
}

.LExtraVideo__icon svg[data-v-3cd5b865] {
  display: block;
  height: auto;
  width: 14px;
  height: 18px
}

.LExtraVideo__title[data-v-3cd5b865] {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 18px;
  margin-left: 16px
}

.LReportDialog__title[data-v-3cd5b865] {
  font-size: 18px;
  line-height: 21px;
  color: #222
}

.LReportDialog__content[data-v-3cd5b865] {
  padding: 32px 0
}

.LReportDialog__bottom[data-v-3cd5b865] {
  text-align: right
}

.LArticleComments[data-v-3cd5b865] {
  text-align: center;
  margin-top: 64px
}

@media (max-width:768px) {
  .LArticleComments[data-v-3cd5b865] {
    margin-top: 32px
  }
}

.LArticleComments__text[data-v-3cd5b865] {
  font-size: 18px;
  font-weight: 700;
  font-family: "Arial", sans-serif
}

@media (max-width:768px) {
  .LArticleComments__text[data-v-3cd5b865] {
    font-size: 16px
  }
}

.LArticleComments__text a[data-v-3cd5b865] {
  color: #e5202e;
  text-decoration: none
}

.LArticleComments__bottom[data-v-3cd5b865] {
  margin-top: 16px
}

.arr-main[data-v-3cd5b865] {
  height: 20px;
  width: 12px
}

@media (max-width:768px) {
  .arr-main[data-v-3cd5b865] {
    height: 10px !important;
    width: 6px !important
  }
}

.LArticleContent[data-v-6a3241dd] {
  position: relative;
  flex: 0 0 680px;
  max-width: 664px
}

@media (max-width:1040px) {
  .LArticleContent[data-v-6a3241dd] {
    flex: 0 0 auto;
    max-width: 100%
  }
}

.LArticleMain {
  display: flex
}

.LArticleMain .LArticleMiddle {
  flex: 1;
  padding-right: 16px;
  min-width: 100px;
  flex-basis: 0px;
  flex-grow: 1
}

@media (max-width:1040px) {
  .LArticleMain .LArticleMiddle {
    padding-right: 0
  }
}

.LArticleMain .LArticleSide {
  flex: 0 0 300px;
  max-width: 300px
}

@media (max-width:1040px) {
  .LArticleMain .LArticleSide {
    display: none
  }
}

.LArticleHeadline a {
  color: #e5202e
}

.LArticleHeadline[data-v-577847ce] {
  margin: 16px 0
}

@media (max-width:768px) {
  .LArticleHeadline[data-v-577847ce] {
    margin-top: 0
  }
}

.LArticleHeadline__title[data-v-577847ce] {
  font-size: 32px;
  line-height: 37px;
  color: #333
}

@media (max-width:768px) {
  .LArticleHeadline__title[data-v-577847ce] {
    font-size: 24px;
    line-height: 23px
  }
}

.LArticleHeadline__subheadline[data-v-577847ce] {
  color: #e5202e;
  font-size: 18px;
  line-height: 20px
}

.LArticleHeadline__summary[data-v-577847ce] {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 16px
}

.LArticleHeadline__summary a[data-v-577847ce] {
  color: #e5202e
}

@media (max-width:768px) {
  .LArticleHeadline__summary[data-v-577847ce] {
    font-size: 20px;
    line-height: 24px
  }
}

.LArticleHeadline__summary[data-v-577847ce],
.LArticleHeadline__title[data-v-577847ce] {
  font-family: "Arial", Helvetica, sans-serif
}

.LArticleHeadline__comments[data-v-577847ce] {
  text-decoration: none;
  color: #e5202e
}

.LArticleBreadcrumbs[data-v-046a9500] {
  margin: 12px 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.LArticleBreadcrumbs__breadcrumb[data-v-046a9500] {
  position: relative;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none
}

@media (max-width:576px) {
  .LArticleBreadcrumbs__breadcrumb[data-v-046a9500] {
    font-size: 12px;
    line-height: 14px
  }
}

.LArticleBreadcrumbs__breadcrumb+.LArticleBreadcrumbs__breadcrumb[data-v-046a9500] {
  margin-left: 20px
}

@media (max-width:576px) {
  .LArticleBreadcrumbs__breadcrumb+.LArticleBreadcrumbs__breadcrumb[data-v-046a9500] {
    margin-left: 16px
  }
}

.LArticleBreadcrumbs__breadcrumb+.LArticleBreadcrumbs__breadcrumb[data-v-046a9500]:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -13px;
  transform: translateY(-50%);
  content: ">"
}

@media (max-width:576px) {
  .LArticleBreadcrumbs__breadcrumb+.LArticleBreadcrumbs__breadcrumb[data-v-046a9500]:before {
    margin-left: -11px
  }
}

.LGalleryMain[data-v-0f5ae242] {
  margin: 16px 0;
  overflow: hidden;
  position: relative
}

.LGalleryMain__more[data-v-0f5ae242] {
  display: flex;
  align-items: center;
  text-align: center;
  height: 40px;
  border-radius: 3px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 17px;
  background: rgba(229, 32, 46, .6);
  position: absolute;
  right: 14px;
  bottom: 14px;
  text-decoration: none;
  transition: transform .4s ease, opacity .4s ease;
  z-index: 1;
  cursor: pointer
}

.LGalleryMain__more[data-v-0f5ae242]:hover {
  background: rgba(229, 32, 46, .85)
}

.LGalleryMain__more[data-v-0f5ae242]:active {
  background: #e5202e
}

.LTagsInnerHeader .LGalleryMain[data-v-0f5ae242] {
  margin: 35px 16px 16px 0;
  max-width: 50%;
  width: 50%;
  float: left
}

@media (max-width:576px) {
  .LTagsInnerHeader .LGalleryMain[data-v-0f5ae242] {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 32px 0
  }
}

.LTagsInnerHeader .LGalleryMain .LGalleryMainSlide[data-v-0f5ae242] {
  min-height: auto
}

.LTagsInnerHeader .LGalleryMain .LGalleryMain__more[data-v-0f5ae242] {
  background: #fff;
  color: #333
}

.LTagsInnerHeader .LGalleryMain .LGalleryMain__more[data-v-0f5ae242]:hover {
  background: #fff
}

.LGalleryMain .LGalleryMain__button--left[data-v-0f5ae242],
.LGalleryMain .LGalleryMain__button--right[data-v-0f5ae242] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, .5);
  margin-top: -26px;
  position: absolute;
  top: 50%;
  outline: none;
  cursor: pointer;
  border: 0;
  z-index: 50;
  transition: opacity .3s ease-in-out
}

.LGalleryMain .LGalleryMain__button--left.swiper-button-disabled[data-v-0f5ae242],
.LGalleryMain .LGalleryMain__button--right.swiper-button-disabled[data-v-0f5ae242] {
  opacity: 0
}

.LGalleryMain .LGalleryMain__button--left .LIcon[data-v-0f5ae242],
.LGalleryMain .LGalleryMain__button--right .LIcon[data-v-0f5ae242] {
  height: 20px;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.LGalleryMain .LGalleryMain__button--left[data-v-0f5ae242]:hover,
.LGalleryMain .LGalleryMain__button--right[data-v-0f5ae242]:hover {
  background-color: #888
}

.LGalleryMain .LGalleryMain__button--left[data-v-0f5ae242]:active,
.LGalleryMain .LGalleryMain__button--right[data-v-0f5ae242]:active {
  background-color: #222
}

@media (max-width:768px) {

  .LGalleryMain .LGalleryMain__button--left[data-v-0f5ae242],
  .LGalleryMain .LGalleryMain__button--right[data-v-0f5ae242] {
    width: 30px;
    height: 30px;
    margin-top: -15px
  }

  .LGalleryMain .LGalleryMain__button--left .LIcon[data-v-0f5ae242],
  .LGalleryMain .LGalleryMain__button--right .LIcon[data-v-0f5ae242] {
    height: 12px
  }
}

.LGalleryMain .LGalleryMain__button--left[data-v-0f5ae242] {
  left: 15px
}

.LGalleryMain .LGalleryMain__button--right[data-v-0f5ae242] {
  right: 15px
}

.LGalleryMain__popup[data-v-0f5ae242] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 55555;
  display: flex;
  align-items: center;
  justify-content: center
}

.LGalleryMain__popupInner[data-v-0f5ae242] {
  position: relative;
  background: #f5f5f5;
  min-height: 250px;
  min-width: 300px
}

.LGalleryMain__popupClose[data-v-0f5ae242] {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  top: -15px;
  right: -15px;
  z-index: 99;
  cursor: pointer;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700
}

.LGalleryMainSlide[data-v-40e72d31] {
  position: relative;
  padding-bottom: 66.66%;
  min-height: 330px
}

.LGalleryMainSlide__image[data-v-40e72d31] {
  position: absolute;
  display: block;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center
}

@media (max-width:576px) {
  .LGalleryMainSlide__image[data-v-40e72d31] {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
  }
}

.LGalleryMainSlide__title[data-v-40e72d31] {
  visibility: hidden;
  opacity: 0;
  height: 0
}

.LArticleHeader[data-v-6d699c71] {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width:768px) {
  .LArticleHeader[data-v-6d699c71] {
    flex-direction: column
  }
}

.LArticleHeader .LArticleActions[data-v-6d699c71] {
  margin: 0 0 0 16px
}

.LArticleHeader--large[data-v-6d699c71] {
  justify-content: center;
  flex-wrap: wrap
}

.LArticleHeader--large .LArticleHeader__description[data-v-6d699c71] {
  max-width: 80%;
  text-align: center;
  margin-left: 0;
  margin-top: 8px
}

.LArticleHeader--large .LArticleHeader__authors[data-v-6d699c71] {
  margin-bottom: 8px
}

.LArticleHeader--large .LArticleHeader__left[data-v-6d699c71] {
  flex-direction: column
}

.LArticleHeader__left[data-v-6d699c71],
.LArticleHeader__right[data-v-6d699c71] {
  display: flex;
  align-items: center
}

.LArticleHeader__right[data-v-6d699c71] {
  flex-shrink: 0;
  height: 100%
}

.LArticleHeader__right iframe[data-v-6d699c71] {
  display: block
}

@media (max-width:768px) {
  .LArticleHeader__right[data-v-6d699c71] {
    justify-content: center
  }
}

.LArticleHeader__avatarGroup[data-v-6d699c71] {
  display: flex;
  align-items: center
}

.LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71] {
  position: relative;
  z-index: 5;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 2px #dbdbdb;
  margin-left: -30px
}

.LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71]:first-child {
  margin-left: 0
}

.LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71]:nth-child(n+2) {
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #dbdbdb
}

.LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71]:nth-child(2) {
  z-index: 4
}

.LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71]:nth-child(3) {
  z-index: 3
}

.LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71]:nth-child(4) {
  z-index: 2
}

.LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71]:nth-child(5) {
  z-index: 1
}

@media (max-width:768px) {
  .LArticleHeader__avatarGroup .LAvatar[data-v-6d699c71] {
    height: 50px !important;
    width: 50px !important;
    flex: 0 0 50px !important;
    margin-left: -20px
  }
}

.LArticleHeader__description[data-v-6d699c71] {
  margin-left: 32px
}

@media (max-width:768px) {
  .LArticleHeader__description[data-v-6d699c71] {
    margin-left: 10px
  }
}

.LArticleHeader__author+.LArticleHeader__author[data-v-6d699c71]:before {
  content: ",";
  margin-left: -4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.LArticleHeader__author[data-v-6d699c71],
.LArticleHeader__dates[data-v-6d699c71] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
  text-decoration: none
}

@media (max-width:768px) {

  .LArticleHeader__author[data-v-6d699c71],
  .LArticleHeader__dates[data-v-6d699c71] {
    font-size: 12px;
    line-height: 14px
  }
}

.LArticleHeader__author--secondary[data-v-6d699c71],
.LArticleHeader__dates[data-v-6d699c71] {
  font-weight: 400;
  color: #666
}

.LAvatar[data-v-038ea450] {
  display: flex;
  min-width: 0;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  align-items: center;
  justify-content: center
}

.LAvatar--placeholder[data-v-038ea450] {
  background-color: #f3f3f3
}

.LAvatar--square[data-v-038ea450] {
  border-radius: 0;
  -o-object-fit: contain;
  object-fit: contain
}

.LAvatar__letter[data-v-038ea450] {
  color: #333;
  text-transform: uppercase;
  font-weight: 700
}

.LAvatar__icon[data-v-038ea450] {
  height: 80%;
  width: 80%
}

.LAvatar[src=""][data-v-038ea450] {
  background-color: #f3f3f3
}

.LArticleActions[data-v-16513225] {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 50px;
  border-radius: 50px;
  align-items: center;
  padding: 12px 0
}

.LArticleActions--horizontal[data-v-16513225] {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 32px 0
}

@media (max-width:576px) {
  .LArticleActions--horizontal[data-v-16513225] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding: 8px 16px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .16078);
    border-radius: 0;
    justify-content: space-between
  }
}

.LArticleActions--horizontal .LArticleActions__action[data-v-16513225] {
  height: 40px;
  width: 40px;
  background: #eaeaea
}

.LArticleActions--horizontal .LArticleActions__action[data-v-16513225]:hover {
  background: #ddd
}

.LArticleActions--horizontal .LArticleActions__action[data-v-16513225]:active {
  background: #d8d8d8
}

.LArticleActions--horizontal .LArticleActions__action--active[data-v-16513225] {
  background: #d3d3d3
}

.LArticleActions--horizontal .LArticleActions__action--active .LIcon[data-v-16513225] {
  fill: #333;
  width: 40px
}

.LArticleActions--horizontal .LArticleActions__action+.LArticleActions__action[data-v-16513225] {
  margin-left: 16px
}

@media (max-width:576px) {
  .LArticleActions--horizontal .LArticleActions__action+.LArticleActions__action[data-v-16513225] {
    margin: 0
  }
}

.LArticleActions--header .LArticleActions__action[data-v-16513225] {
  height: 40px;
  width: 40px;
  background: #eaeaea
}

.LArticleActions--header .LArticleActions__action[data-v-16513225]:hover {
  background: #ddd
}

.LArticleActions--header .LArticleActions__action[data-v-16513225]:active {
  background: #d8d8d8
}

.LArticleActions--header .LArticleActions__action--active[data-v-16513225] {
  background: #d3d3d3
}

.LArticleActions--header .LArticleActions__action--active .LIcon[data-v-16513225],
.LArticleActions--header .LArticleActions__action--active .LIcon g[data-v-16513225],
.LArticleActions--header .LArticleActions__action--active .LIcon path[data-v-16513225] {
  fill: #333
}

.LArticleActions--dark[data-v-16513225] {
  background: none
}

.LArticleActions--dark .LArticleActions__action[data-v-16513225] {
  background: #333
}

.LArticleActions--dark .LArticleActions__action .LIcon[data-v-16513225],
.LArticleActions--dark .LArticleActions__action .LIcon g[data-v-16513225],
.LArticleActions--dark .LArticleActions__action .LIcon path[data-v-16513225] {
  fill: #fff
}

.LArticleActions--dark .LArticleActions__action[data-v-16513225]:hover {
  background: #262626
}

.LArticleActions--dark .LArticleActions__action[data-v-16513225]:active {
  background: #212121
}

.LArticleActions__action[data-v-16513225] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  cursor: pointer;
  position: relative
}

.LArticleActions__action[data-v-16513225]:after {
  content: attr(data-tooltip);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 7px 9px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-2px);
  background: #333;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: 700;
  z-index: 99999;
  transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1)
}

@media (max-width:1140px) {
  .LArticleActions__action[data-v-16513225]:after {
    right: 0;
    transform: none;
    left: auto
  }
}

.LArticleActions__action[data-v-16513225]:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateX(-50%) translateY(-2px);
  bottom: 100%;
  left: 50%;
  transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1);
  z-index: 99999
}

.LArticleActions__action .LIcon[data-v-16513225] {
  fill: #9b9b9b
}

.LArticleActions__action--active[data-v-16513225] {
  background: #d3d3d3
}

.LArticleActions__action--active .LIcon[data-v-16513225],
.LArticleActions__action--active .LIcon g[data-v-16513225],
.LArticleActions__action--active .LIcon path[data-v-16513225] {
  fill: #333
}

.LArticleActions__action[data-v-16513225]:hover {
  background: #eaeaea
}

.LArticleActions__action[data-v-16513225]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0)
}

@media (max-width:1140px) {
  .LArticleActions__action[data-v-16513225]:hover:after {
    right: 0;
    transform: none;
    left: auto
  }
}

.LArticleActions__action[data-v-16513225]:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0)
}

.LArticleActions__action[data-v-16513225]:active {
  background: #ddd
}

.LGalleryLightbox .LArticleActions[data-v-16513225] {
  flex: 1;
  flex-grow: 0;
  order: 2;
  padding: 32px;
  margin: 0
}

.LArticleText .LArticleParagraph {
  font-family: "Arial", Helvetica, sans-serif;
  margin: 24px 0;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  display: block
}

@media (max-width:576px) {
  .LArticleText .LArticleParagraph {
    margin: 16px 0
  }
}

.LArticleText .LArticleParagraph a {
  color: #e5202e
}

.LArticleText--size-1 .LArticleParagraph {
  font-size: 19.2px;
  line-height: 29.2px
}

.LArticleText--size-2 .LArticleParagraph {
  font-size: 20.8px;
  line-height: 30.8px
}

.LArticleText--size-3 .LArticleParagraph {
  font-size: 22.4px;
  line-height: 32.4px
}

.LArticleText--size-4 .LArticleParagraph {
  font-size: 24px;
  line-height: 34px
}

.LArticleText--paywall {
  padding-top: 16px
}

.LArticleBottom[data-v-57c8e173] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0;
  flex-wrap: wrap
}

.LArticleBranding[data-v-5f546771] {
  display: flex;
  align-items: center;
  text-decoration: none
}

@media (max-width:768px) {
  .LArticleBranding[data-v-5f546771] {
    flex-direction: column;
    width: 100%;
    flex-basis: 100%
  }
}

.LArticleBranding__text[data-v-5f546771] {
  padding-left: 16px;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 18px;
  white-space: pre-wrap
}

@media (max-width:768px) {
  .LArticleBranding__text[data-v-5f546771] {
    margin-top: 17px;
    padding-left: 0;
    text-align: center
  }
}

.LArticleEmotions[data-v-76a0733a] {
  display: flex;
  align-items: center
}

@media (max-width:768px) {
  .LArticleEmotions[data-v-76a0733a] {
    justify-content: center;
    margin-top: 32px;
    width: 100%
  }
}

.LArticleEmotions__emotion[data-v-76a0733a] {
  text-align: center;
  cursor: pointer
}

.LArticleEmotions__emotion--active .LArticleEmotions__icon[data-v-76a0733a] {
  background-color: #9b9b9b
}

.LArticleEmotions__emotion--active .LIcon[data-v-76a0733a] {
  color: #fff
}

.LArticleEmotions__count[data-v-76a0733a] {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  color: #333;
  margin-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.LArticleEmotions__emotion+.LArticleEmotions__emotion[data-v-76a0733a] {
  margin-left: 32px
}

.LArticleEmotions--horizontal .LArticleEmotions__emotion[data-v-76a0733a] {
  display: flex;
  align-items: center
}

.LArticleEmotions--horizontal .LArticleEmotions__count[data-v-76a0733a] {
  margin: 0 0 0 16px
}

.LArticleEmotions--dark .LArticleEmotions__count[data-v-76a0733a] {
  color: #fff
}

.LGalleryLightbox .LArticleEmotions[data-v-76a0733a] {
  flex: 1;
  flex-grow: 0;
  order: 0;
  padding: 32px
}

.LArticleEmotionsIcon[data-v-d9e6ac6c] {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaeaea;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 2px 25px hsla(0, 0%, 91.8%, .5);
  transition: transform .1s ease-in, box-shadow .25s ease-in;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  color: #9b9b9b
}

.LArticleEmotionsIcon.animated[data-v-d9e6ac6c]:before {
  display: block;
  -webkit-animation: topBubbles-data-v-d9e6ac6c .75s ease-in-out forwards;
  animation: topBubbles-data-v-d9e6ac6c .75s ease-in-out forwards
}

.LArticleEmotionsIcon.animated[data-v-d9e6ac6c]:after {
  display: block;
  -webkit-animation: bottomBubbles-data-v-d9e6ac6c .75s ease-in-out forwards;
  animation: bottomBubbles-data-v-d9e6ac6c .75s ease-in-out forwards
}

.LArticleEmotionsIcon[data-v-d9e6ac6c]:active {
  transform: scale(.9);
  background-color: #ddd;
  box-shadow: 0 2px 25px rgba(255, 0, 130, .2)
}

.LArticleEmotionsIcon[data-v-d9e6ac6c]:focus {
  outline: 0
}

.LArticleEmotionsIcon[data-v-d9e6ac6c]:after,
.LArticleEmotionsIcon[data-v-d9e6ac6c]:before {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all .5s ease-in-out;
  background-repeat: no-repeat
}

.LArticleEmotionsIcon[data-v-d9e6ac6c]:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, transparent 50%, #eaeaea 0, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, transparent 10%, #eaeaea 15%, transparent 50%), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}

.LArticleEmotionsIcon[data-v-d9e6ac6c]:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, transparent 10%, #eaeaea 15%, transparent 50%), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0), radial-gradient(circle, #eaeaea 50%, transparent 0);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}

.LArticleEmotionsIcon[data-v-d9e6ac6c]:hover {
  background-color: #ddd
}

.LArticleEmotionsIcon[data-v-d9e6ac6c]:active {
  background-color: #d8d8d8
}

.LArticleEmotionsIcon .LIcon[data-v-d9e6ac6c] {
  height: 18px;
  width: 18px;
  color: currentColor;
  transform: scale(1)
}

.LArticleEmotionsIcon:hover .LIcon[data-v-d9e6ac6c] {
  transform: scale(1.05)
}

.LArticleEmotionsIcon--dark[data-v-d9e6ac6c] {
  background: #333;
  box-shadow: 0 2px 25px rgba(51, 51, 51, .5);
  color: #fff
}

.LArticleEmotionsIcon--dark[data-v-d9e6ac6c]:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, transparent 50%, #333 0, transparent 0), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, transparent 10%, #333 15%, transparent 50%), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%
}

.LArticleEmotionsIcon--dark[data-v-d9e6ac6c]:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, transparent 10%, #333 15%, transparent 50%), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0), radial-gradient(circle, #333 50%, transparent 0);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%
}

.LArticleEmotionsIcon--dark[data-v-d9e6ac6c]:hover {
  background: #262626
}

.LArticleEmotionsIcon--dark[data-v-d9e6ac6c]:active {
  background: #212121
}

.LArticleEmotionsIcon--dark .LIcon[data-v-d9e6ac6c] {
  color: currentColor
}

@-webkit-keyframes topBubbles-data-v-d9e6ac6c {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }

  50% {
    background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }

  to {
    background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
  }
}

@keyframes topBubbles-data-v-d9e6ac6c {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
  }

  50% {
    background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
  }

  to {
    background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
  }
}

@-webkit-keyframes bottomBubbles-data-v-d9e6ac6c {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0
  }

  50% {
    background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0
  }

  to {
    background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
  }
}

@keyframes bottomBubbles-data-v-d9e6ac6c {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0
  }

  50% {
    background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0
  }

  to {
    background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
  }
}

.LMegamenuMobile[data-v-37b2f556] {
  margin-top: 13px
}

@media (max-width:768px) {
  .flex[data-v-37b2f556] {
    display: flex;
    align-items: flex-start
  }
}

.LFooter[data-v-37b2f556] {
  background-color: #333;
  font-family: "Arial", sans-serif;
  position: relative
}

.LFooter__main[data-v-37b2f556] {
  padding: 30px 0 18px
}

.LFooter__bottom[data-v-37b2f556] {
  background-color: #252525;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  letter-spacing: .9px;
  line-height: 1;
  color: #aaa
}

@media (max-width:768px) {
  .LFooter__bottom[data-v-37b2f556] {
    font-size: 10px;
    display: block;
    padding: 7.5px 0;
    height: auto
  }
}

.LFooter__icons[data-v-37b2f556] {
  padding: 13px 0 14px;
  display: flex;
  align-items: flex-start
}

.LFooter__icons-icon[data-v-37b2f556] {
  display: block;
  text-decoration: none
}

.LFooter__icons-icon+.LFooter__icons-icon[data-v-37b2f556] {
  margin-left: 16px
}

.LFooter__icons-icon--gplay img[data-v-37b2f556] {
  width: 126px
}

.LFooter__icons-icon--appstore img[data-v-37b2f556] {
  width: 117px
}

@media (max-width:768px) {
  .LFooter__mobileBottom[data-v-37b2f556] {
    margin-top: 32px
  }
}

.LFooter__paragraph[data-v-37b2f556] {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  letter-spacing: .9px
}

.LFooter__paragraph a[data-v-37b2f556],
.LFooter__paragraph strong[data-v-37b2f556] {
  text-decoration: none;
  font-weight: 700;
  color: #fff
}

.LFooter__paragraph+.LFooter__paragraph[data-v-37b2f556] {
  margin-top: 8px
}

.LFooterNav[data-v-37b2f556] {
  padding: 0;
  margin: 0;
  list-style: none
}

.LFooterNav__item+.LFooterNav__item[data-v-37b2f556] {
  margin-top: 14px
}

.LFooterNav__anchor[data-v-37b2f556] {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 23px;
  letter-spacing: .9px;
  text-transform: uppercase;
  text-decoration: none
}

.LFooterNav__anchor[data-v-37b2f556]:hover {
  color: #e5202e
}

.LFooterNav__anchor[data-v-37b2f556]:active {
  color: #b72019
}

.LMegamenuMobile[data-v-535f4e7f] {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between
}

@media (max-width:768px) {
  .LMegamenuMobile[data-v-535f4e7f] {
    display: flex
  }
}

.LMegamenuMobile__list[data-v-535f4e7f],
.LMegamenuMobile__title[data-v-535f4e7f] {
  flex: 1 1 100%
}

.LMegamenuMobile__title[data-v-535f4e7f] {
  margin-bottom: 28px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 16px 0
}

.LMegamenuMobile__list[data-v-535f4e7f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 16px
}

.LMegamenuMobile__listItem[data-v-535f4e7f] {
  border: 3px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center
}

.LMegamenuMobile__listItem .LIcon[data-v-535f4e7f] {
  fill: #fff;
  height: 24px;
  display: block
}

.LMegamenuMobile__listItem--facebook:hover .LIcon[data-v-535f4e7f] {
  fill: #3b5998
}

.LMegamenuMobile__listItem--youtube:hover .LIcon[data-v-535f4e7f] {
  fill: #c4302b
}

.LMegamenuMobile__listItem--instagram:hover .LIcon[data-v-535f4e7f] {
  fill: #8a3ab9
}

.LMegamenuMobile__listItem--rss:hover .LIcon[data-v-535f4e7f] {
  fill: #ee802f
}

.LMegamenuMobile--standalone .LMegamenuMobile__title[data-v-535f4e7f] {
  display: none
}

.LMegamenuMobile--standalone .LMegamenuMobile__list[data-v-535f4e7f] {
  padding: 0
}
