@font-face {
  font-family: "GoodPro";
  src: url("fonts/GoodPro-Regular/GoodPro.eot");
  src: local("GoodPro"), url("fonts/GoodPro-Regular/GoodPro.woff2") format("woff2"), url("fonts/GoodPro-Regular/GoodPro.woff") format("woff"), url("fonts/GoodPro-Regular/GoodPro.ttf") format("truetype"), url("fonts/GoodPro-Regular/GoodPro.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoodPro-Medium";
  src: url("fonts/GoodPro-Medium/GoodPro-Medium.eot");
  src: local("GoodPro"), url("fonts/GoodPro-Medium/GoodPro-Medium.woff2") format("woff2"), url("fonts/GoodPro-Medium/GoodPro-Medium.woff") format("woff"), url("fonts/GoodPro-Medium/GoodPro-Medium.ttf") format("truetype"), url("fonts/GoodPro-Medium/GoodPro-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoodPro-Bold";
  src: url("fonts/GoodPro-Bold/GoodPro-Bold.eot");
  src: local("GoodPro"), url("fonts/GoodPro-Bold/GoodPro-Bold.woff2") format("woff2"), url("fonts/GoodPro-Bold/GoodPro-Bold.woff") format("woff"), url("fonts/GoodPro-Bold/GoodPro-Bold.ttf") format("truetype"), url("fonts/GoodPro-Bold/GoodPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoodPro-News";
  src: url("fonts/GoodPro-News/GoodPro-News.eot");
  src: local("GoodPro"), url("fonts/GoodPro-News/GoodPro-News.woff2") format("woff2"), url("fonts/GoodPro-News/GoodPro-News.woff") format("woff"), url("fonts/GoodPro-News/GoodPro-News.ttf") format("truetype"), url("fonts/GoodPro-News/GoodPro-News.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
}

body {
  font-family: "GoodPro-Medium";
  font-size: 1.6rem;
  color: #231F20;
}

.prva-special main {
  background-color: #231F20;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #000;
  text-decoration: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-wrapper {
  padding-top: 37px;
}
@media (min-width: 992px) {
  .page-wrapper {
    padding-top: 70px;
  }
}

.section-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .section-title-wrapper {
    margin-bottom: 16px;
  }
}
.section-title-wrapper .section-title {
  margin-bottom: 0;
}

.section-title {
  display: block;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.prva-special .section-title {
  color: #fff;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.section-title.page-title {
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .section-title.page-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.section-title a {
  display: block;
  font-size: 21px;
  line-height: 24px;
}
.prva-special .section-title a {
  color: #fff;
}
@media (min-width: 992px) {
  .section-title a {
    font-size: 23px;
    line-height: 26px;
  }
}

.view-all {
  display: none;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 18px;
  color: #EE4423;
}
@media (min-width: 768px) {
  .view-all {
    display: inline-flex;
  }
}
.view-all .icon {
  display: block;
  margin-left: 4px;
}
.view-all .icon svg {
  fill: #EE4423;
}
.view-all.btn {
  position: relative;
  z-index: 0;
}
.view-all.btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EE4423;
  border-radius: 2px;
  transition: 0.2s linear;
  z-index: -1;
}
.view-all.btn:hover .text {
  color: #fff;
  text-decoration: none;
}
.view-all.btn:hover .icon svg {
  fill: #fff;
}
.view-all.btn:hover::after {
  width: 100%;
}
.view-all:hover .text {
  text-decoration: underline;
}
.prva-kick .view-all {
  color: #954AED;
}
.prva-kick .view-all .icon svg {
  fill: #954AED;
}
.prva-world .view-all {
  color: #3F8FFF;
}
.prva-world .view-all .icon svg {
  fill: #3F8FFF;
}
.prva-plus .view-all {
  color: #FE2F39;
}
.prva-plus .view-all .icon svg {
  fill: #FE2F39;
}
.prva-life .view-all {
  color: #39D0FF;
}
.prva-life .view-all .icon svg {
  fill: #39D0FF;
}
.prva-max .view-all {
  color: #FBB45F;
}
.prva-max .view-all .icon svg {
  fill: #FBB45F;
}
.prva-files .view-all {
  color: #ACBACA;
}
.prva-files .view-all .icon svg {
  fill: #ACBACA;
}

.btn-view-all {
  display: flex;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid #EE4423;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .btn-view-all {
    display: none;
  }
}

.banner,
.bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
  line-height: 1.8;
  text-align: center;
}
.banner.home-lead-banner,
.bnr.home-lead-banner {
  margin-bottom: 30px;
  background-color: #231f20;
}

.banner-wrapper,
.bnr-wrapper {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.banner-wrapper:after,
.bnr-wrapper:after {
  content: "Oglas";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.banner-wrapper .banner-inner,
.banner-wrapper .bnr-inner,
.bnr-wrapper .banner-inner,
.bnr-wrapper .bnr-inner {
  position: relative;
  z-index: 2;
}
.bilboard .banner-wrapper,
.bilboard .bnr-wrapper {
  min-height: 100px;
  min-width: 300px;
}
@media (min-width: 992px) {
  .bilboard .banner-wrapper,
  .bilboard .bnr-wrapper {
    min-height: 250px;
  }
}
.bilboard2 .banner-wrapper,
.bilboard2 .bnr-wrapper {
  min-height: 100px;
  min-width: 300px;
}
@media (min-width: 992px) {
  .bilboard2 .banner-wrapper,
  .bilboard2 .bnr-wrapper {
    min-height: 250px;
  }
}
.sidebar .banner-wrapper,
.sidebar .bnr-wrapper {
  width: 300px;
  min-height: 250px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10000;
  display: none;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .modal .modal-wrapper .modal-inner {
    flex: 0 0 878px;
    width: 878px;
  }
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .modal .modal-wrapper .modal-inner .modal-header {
    padding: 30px 60px 10px;
  }
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .modal .modal-wrapper .modal-inner .modal-body {
    padding-inline: 60px;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.swiper-horizontal > .swiper-scrollbar {
  width: 100%;
  left: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-secondary, .btn-light, .btn-dark, .btn-white, .btn-info, .btn-warning-light, .btn-warning, .btn-danger, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #EE4423;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #ce2f10;
  color: #fff !important;
}

.bg-primary {
  background-color: #EE4423;
}

.text-primary {
  color: #EE4423 !important;
}

.btn-danger {
  background-color: #EE4423;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #ce2f10;
  color: #fff !important;
}

.bg-danger {
  background-color: #EE4423;
}

.text-danger {
  color: #EE4423 !important;
}

.btn-warning {
  background-color: #FD7944;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: #fc5512;
  color: #fff !important;
}

.bg-warning {
  background-color: #FD7944;
}

.text-warning {
  color: #FD7944 !important;
}

.btn-warning-light {
  background-color: #FDBD10;
  color: #000 !important;
}
.btn-warning-light:hover {
  background-color: #d89e02;
  color: #000 !important;
}

.bg-warning-light {
  background-color: #FDBD10;
}

.text-warning-light {
  color: #FDBD10 !important;
}

.btn-info {
  background-color: #7969E6;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #523ddf;
  color: #fff !important;
}

.bg-info {
  background-color: #7969E6;
}

.text-info {
  color: #7969E6 !important;
}

.btn-white {
  background-color: #fff;
  color: #000 !important;
}
.btn-white:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff !important;
}

.btn-dark {
  background-color: #231F20;
  color: #fff !important;
}
.btn-dark:hover {
  background-color: #080707;
  color: #fff !important;
}

.bg-dark {
  background-color: #231F20;
}

.text-dark {
  color: #231F20 !important;
}

.btn-light {
  background-color: #D8D8D8;
  color: #000 !important;
}
.btn-light:hover {
  background-color: #bfbfbf;
  color: #000 !important;
}

.bg-light {
  background-color: #D8D8D8;
}

.text-light {
  color: #D8D8D8 !important;
}

.btn-secondary {
  background-color: #fff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #fff;
}

.text-secondary {
  color: #fff !important;
}

.row {
  margin-left: -11px;
  margin-right: -11px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 11px;
  padding-right: 11px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 11px;
  padding-right: 11px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

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

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

.justify-content-center {
  justify-content: center;
}

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

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

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xm-none {
    display: none !important;
  }
  .d-xm-block {
    display: block !important;
  }
  .d-xm-flex {
    display: flex !important;
  }
  .d-xm-inline-block {
    display: inline-block !important;
  }
  .d-xm-inline-flex {
    display: inline-flex !important;
  }
  .flex-xm-wrap {
    flex-wrap: wrap;
  }
  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xm-row {
    flex-direction: row;
  }
  .flex-xm-column {
    flex-direction: column;
  }
  .align-items-xm-start {
    align-items: flex-start;
  }
  .align-items-xm-end {
    align-items: flex-end;
  }
  .align-items-xm-center {
    align-items: center;
  }
  .align-items-xm-stretch {
    align-items: stretch;
  }
  .align-content-xm-start {
    align-content: flex-start;
  }
  .align-content-xm-end {
    align-content: flex-end;
  }
  .align-content-xm-center {
    align-content: center;
  }
  .align-content-xm-stretch {
    align-content: stretch;
  }
  .align-content-xm-between {
    align-content: space-between;
  }
  .justify-content-xm-start {
    justify-content: flex-start;
  }
  .justify-content-xm-end {
    justify-content: flex-end;
  }
  .justify-content-xm-center {
    justify-content: center;
  }
  .justify-content-xm-between {
    justify-content: space-between;
  }
  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 2.4rem;
  }
}

.form-control {
  height: auto;
  line-height: 2rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  border: none;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  color: #231F20;
  padding: 1.3rem 2.4rem;
  font-family: "GoodPro";
}
.form-control::placeholder {
  opacity: 1;
  color: #000;
  font-size: 1.6rem;
  font-family: "GoodPro";
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #EE4423;
  box-shadow: 0 0 3px #EE4423;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #EE4423;
}

.error {
  color: #EE4423;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.fake-radio,
.fake-checkbox {
  width: 16px;
  flex: 0 0 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #a2a2a2;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #231F20;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox-text {
  font-size: 14px;
  line-height: 19px;
  font-family: "GoodPro";
}
.checkbox-text a {
  text-decoration: underline;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
  align-items: center;
}

input[type=radio]:checked + .fake-radio {
  border: none;
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

.btn {
  color: #fff;
  background-color: #EE4423;
  text-transform: uppercase;
  border: none;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.7px;
  padding: 14px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  font-family: "GoodPro-Medium";
}
.btn.transparent-btn {
  background-color: transparent;
  border: 1px solid #EE4423;
  border-radius: 2px;
  color: #EE4423;
  transition: 0.2s linear;
}
.btn.transparent-btn:hover .btn-text {
  text-decoration: underline;
}
.btn .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
@media (min-width: 576px) {
  .btn .icon {
    margin-right: 16px;
  }
}

.selectize-control {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .selectize-control {
    margin-bottom: 25px;
  }
}

.selectize-input.dropdown-active {
  border-radius: 2px;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: transparent;
}

.selectize-input.focus {
  box-shadow: none;
}

.selectize-input {
  border: 1px solid #EE4423;
  box-shadow: none;
  padding: 5px 27px 5px 16px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "GoodPro-Medium";
  background: transparent;
  width: auto;
  text-transform: uppercase;
  color: #EE4423;
}
.selectize-input input {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #231F20;
}
.prva-kick .selectize-input {
  border-color: #954AED;
  color: #954AED;
}
.prva-world .selectize-input {
  border-color: #3F8FFF;
  color: #3F8FFF;
}
.prva-plus .selectize-input {
  border-color: #FE2F39;
  color: #FE2F39;
}
.prva-life .selectize-input {
  border-color: #39D0FF;
  color: #39D0FF;
}
.prva-max .selectize-input {
  border-color: #FBB45F;
  color: #FBB45F;
}
.prva-files .selectize-input {
  border-color: #ACBACA;
  color: #ACBACA;
}

.selectize-input.full {
  background-color: transparent;
}

.selectize-control.single .selectize-input::after {
  border: none;
  background-image: url("../img/icons/dropdown-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 11px;
  height: 10px;
  right: 9px;
  top: 10px;
}
.prva-special .selectize-control.single .selectize-input::after {
  height: 7px;
  margin-top: -1px;
}
.prva-kick .selectize-control.single .selectize-input::after {
  background-image: url("../img/icons/dropdown-kick.svg");
}
.prva-world .selectize-control.single .selectize-input::after {
  background-image: url("../img/icons/dropdown-world.svg");
}
.prva-plus .selectize-control.single .selectize-input::after {
  background-image: url("../img/icons/dropdown-plus.svg");
}
.prva-life .selectize-control.single .selectize-input::after {
  background-image: url("../img/icons/dropdown-life.svg");
}
.prva-max .selectize-control.single .selectize-input::after {
  background-image: url("../img/icons/dropdown-max.svg");
}
.prva-files .selectize-control.single .selectize-input::after {
  background-image: url("../img/icons/dropdown-files.svg");
}

.selectize-control.single .selectize-input.dropdown-active::after {
  border: none;
  margin-top: -3px;
  transform: rotate(180deg);
}
.prva-special .selectize-control.single .selectize-input.dropdown-active::after {
  margin-top: -1px;
}

.selectize-dropdown {
  box-shadow: none;
  border-radius: 2px;
  border: none;
}
.selectize-dropdown .option {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "GoodPro";
  padding: 8px 12px;
}

.selectize-input input {
  width: 0 !important;
}

header {
  position: sticky;
  left: 0;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 999;
}
header .header-top {
  background-color: #231F20;
  display: none;
}
@media (min-width: 992px) {
  header .header-top {
    display: block;
  }
}
header .header-top .additional-menu-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
}
header .header-top .additional-menu-wrapper h6 {
  margin-right: 11px;
}
header .header-top .additional-menu-wrapper h6 span {
  margin-right: 10px;
}
header .header-top .additional-menu-wrapper .additional-menu .menu-item {
  margin-right: 24px;
}
header .header-top .additional-menu-wrapper .additional-menu .menu-item:last-of-type {
  margin-right: 0;
}
header .header-bottom {
  background: linear-gradient(209deg, #fdbd10 -44.29%, #ee4423 67.03%);
  padding-top: 8px;
}
@media (min-width: 992px) {
  header .header-bottom {
    padding: 0;
  }
}
.prva-special header .header-bottom {
  padding-top: 12px;
}
@media (min-width: 992px) {
  .prva-special header .header-bottom {
    padding: 0;
  }
}
.prva-kick header .header-bottom {
  background: linear-gradient(232deg, #633994 1.96%, #402065 72.13%);
}
.prva-world header .header-bottom {
  background: linear-gradient(232deg, #216eda -11.57%, #0e366f 72.13%);
}
.prva-plus header .header-bottom {
  background: linear-gradient(232deg, #d82029 1.96%, #9c1b21 72.13%);
}
.prva-max header .header-bottom {
  background: linear-gradient(210deg, #f7941d 11.02%, #ac6918 106.15%);
}
.prva-life header .header-bottom {
  background: linear-gradient(193deg, #20bff0 -20.75%, #1c8db0 84.26%);
}
.prva-files header .header-bottom {
  background: linear-gradient(193deg, #8090a2 -20.75%, #687482 84.26%);
}
header .header-bottom .header-bottom-inner {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner {
    position: relative;
    padding: 15px 0;
  }
}
header .header-bottom .header-bottom-inner .header-logo {
  display: flex;
  flex: 0 1 auto;
}
header .header-bottom .header-bottom-inner .header-logo img {
  max-width: 80px;
}
@media (min-width: 1300px) {
  header .header-bottom .header-bottom-inner .header-logo img {
    max-width: 115px;
  }
}
header .header-bottom .header-bottom-inner .header-logo-old {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 9px 7px;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner .header-logo-old {
    padding: 20px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
header .header-bottom .header-bottom-inner .header-logo-old img {
  max-width: 70px;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner .header-logo-old img {
    max-width: 96px;
  }
}
header .header-bottom .header-bottom-inner .search-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner .search-link {
    height: 17px;
  }
}
@media (min-width: 992px) {
  .prva-special header .header-bottom .header-bottom-inner .search-link {
    margin-left: 0;
  }
}
header .header-bottom .header-bottom-inner .prva-logo {
  display: none;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner .prva-logo {
    display: inline-block;
    max-width: 60px;
    margin-left: 15px;
  }
}
@media (min-width: 1300px) {
  header .header-bottom .header-bottom-inner .prva-logo {
    max-width: 80px;
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .prva-special header .header-bottom .header-bottom-inner .prva-logo {
    flex: 0 0 45px;
    width: 45px;
  }
}
@media (min-width: 992px) {
  .prva-special header .header-bottom .header-bottom-inner .prva-logo {
    flex: 0 0 80px;
    width: 80px;
  }
}
header .header-bottom .header-bottom-inner .navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner .navbar-toggler {
    display: none;
  }
}
header .header-bottom .header-bottom-inner .main-menu {
  display: none;
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner .main-menu {
    display: flex;
    list-style: none;
    padding-left: 70px;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  header .header-bottom .header-bottom-inner .main-menu {
    padding-left: 159px;
  }
}
@media (min-width: 992px) {
  .prva-special header .header-bottom .header-bottom-inner .main-menu {
    padding-left: 30px;
    margin-left: auto;
  }
}
header .header-bottom .header-bottom-inner .main-menu .menu-item {
  margin-right: 25px;
  position: relative;
}
@media (min-width: 1300px) {
  header .header-bottom .header-bottom-inner .main-menu .menu-item {
    margin-right: 39px;
  }
}
@media (min-width: 992px) {
  header .header-bottom .header-bottom-inner .main-menu .menu-item:hover .submenu {
    display: block;
  }
}
header .header-bottom .header-bottom-inner .main-menu .menu-item.masterchef-link .menu-link img {
  filter: brightness(0) invert(1);
  max-width: 125px;
}
@media (min-width: 1300px) {
  header .header-bottom .header-bottom-inner .main-menu .menu-item.masterchef-link .menu-link img {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .prva-special header .header-bottom .header-bottom-inner .main-menu .menu-item {
    margin-right: 20px;
  }
}
@media (min-width: 1300px) {
  .prva-special header .header-bottom .header-bottom-inner .main-menu .menu-item {
    margin-right: 39px;
  }
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  white-space: nowrap;
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .menu-link .submenu-chevron {
  display: inline-block;
  margin-left: 5px;
  line-height: 15px;
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .menu-link .submenu-chevron svg {
  fill: #fff;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .prva-special header .header-bottom .header-bottom-inner .main-menu .menu-item .menu-link {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .prva-special header .header-bottom .header-bottom-inner .main-menu .menu-item .menu-link {
    font-size: 15px;
  }
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu {
  display: none;
  position: absolute;
  width: 180px;
  height: auto;
  top: 100%;
  left: 0;
  z-index: 4;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 0;
  box-shadow: 0 2px 10px 8px rgba(44, 44, 44, 0.02);
  list-style: none;
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item {
  margin-bottom: 5px;
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item:last-of-type {
  margin-bottom: 0;
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
}
header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background: rgba(230, 231, 232, 0.5);
}
.prva-kick header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background: linear-gradient(180deg, rgba(99, 57, 148, 0.09) 0%, rgba(99, 57, 148, 0.2) 100%);
}
.prva-world header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background: linear-gradient(180deg, rgba(19, 77, 158, 0.09) 0%, rgba(19, 77, 158, 0.2) 100%);
}
.prva-plus header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background: linear-gradient(180deg, rgba(216, 32, 41, 0.09) 0%, rgba(216, 32, 41, 0.2) 100%);
}
.prva-life header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background: linear-gradient(180deg, rgba(0, 172, 225, 0.09) 0%, rgba(0, 172, 225, 0.2) 100%);
}
.prva-max header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background: linear-gradient(180deg, rgba(247, 148, 29, 0.09) 0%, rgba(247, 148, 29, 0.2) 100%);
}
.prva-files header .header-bottom .header-bottom-inner .main-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  background: linear-gradient(180deg, rgba(128, 144, 162, 0.09) 0%, rgba(128, 144, 162, 0.2) 100%);
}
header .mobile-menu-bg {
  display: none;
  background-color: rgba(35, 31, 32, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}
header .mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -1000px;
  z-index: 100;
  transition: 0.2s linear;
  overflow-y: auto;
}
@media (min-width: 768px) {
  header .mobile-menu-wrapper {
    width: 420px;
  }
}
header .mobile-menu-wrapper.menu-on {
  right: 0;
}
header .mobile-menu-wrapper .mobile-menu-inner {
  background: linear-gradient(323deg, #fdbd10 -14.55%, #ee4423 82%);
  padding: 20px 23px;
}
.prva-kick header .mobile-menu-wrapper .mobile-menu-inner {
  background: linear-gradient(232deg, #633994 -0.02%, #402065 54.93%);
}
.prva-world header .mobile-menu-wrapper .mobile-menu-inner {
  background: linear-gradient(232deg, #216eda -11.57%, #0e366f 72.13%);
}
.prva-plus header .mobile-menu-wrapper .mobile-menu-inner {
  background: linear-gradient(232deg, #d82029 1.96%, #9c1b21 72.13%);
}
.prva-life header .mobile-menu-wrapper .mobile-menu-inner {
  background: linear-gradient(193deg, #20bff0 -20.75%, #1c8db0 84.26%);
}
.prva-max header .mobile-menu-wrapper .mobile-menu-inner {
  background: linear-gradient(210deg, #f7941d 11.02%, #ac6918 106.15%);
}
.prva-files header .mobile-menu-wrapper .mobile-menu-inner {
  background: linear-gradient(232deg, #8090a2 -0.02%, #687482 54.93%);
}
header .mobile-menu-wrapper .mobile-menu-inner .mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
header .mobile-menu-wrapper .mobile-menu-inner .mobile-menu-top .close-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 22px;
  height: 22px;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 0.5px solid #FDBD10;
}
.prva-kick header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item {
  border-bottom-color: #9747ff;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item.masterchef-link .menu-link img {
  filter: brightness(0) invert(1);
  max-width: 140px;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.3px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .menu-link .submenu-chevron {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .menu-link .submenu-chevron svg {
  fill: #fff;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .menu-link .submenu-chevron.active-submenu {
  transform: rotate(90deg);
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .submenu {
  display: none;
  list-style: none;
  padding: 15px 0;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .submenu .submenu-item {
  margin-bottom: 15px;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .submenu .submenu-item:last-of-type {
  margin-bottom: 0;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .menu-item .submenu .submenu-item .submenu-link {
  display: block;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .submenu-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -1000px;
  z-index: 10;
  transition: 0.2s linear;
  background: linear-gradient(323deg, #fdbd10 -14.55%, #ee4423 82%);
  padding: 20px 23px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  header .mobile-menu-wrapper .mobile-menu-inner .main-menu .submenu-wrapper {
    width: 420px;
  }
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .submenu-wrapper.active-submenu {
  right: 0;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .submenu-wrapper .submenu-category {
  padding: 18px 0;
  border-bottom: 0.5px solid #FDBD10;
  border-top: 0.5px solid #FDBD10;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 29px;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .submenu-wrapper .submenu-category .submenu-chevron {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
header .mobile-menu-wrapper .mobile-menu-inner .main-menu .submenu-wrapper .submenu-category .submenu-chevron svg {
  fill: #fff;
}
header .mobile-menu-wrapper .mobile-menu-inner .prva-logo {
  display: none;
  max-width: 80px;
  margin-bottom: 30px;
}
.prva-special header .mobile-menu-wrapper .mobile-menu-inner .prva-logo {
  display: inline-block;
}
header .mobile-menu-wrapper .mobile-menu-inner .social-box p {
  color: #fff;
  font-family: "GoodPro";
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
header .mobile-menu-wrapper .mobile-menu-inner .social-box .social-icons {
  display: flex;
}
header .mobile-menu-wrapper .mobile-menu-inner .social-box .social-icons a {
  display: block;
  margin-right: 20px;
}
header .mobile-menu-wrapper .mobile-menu-inner .social-box .social-icons a:last-of-type {
  margin-right: 0;
}
header .mobile-menu-wrapper .mobile-menu-inner .social-box .social-icons svg {
  fill: #fff;
}
header .additional-menu-wrapper {
  background-color: #231F20;
  padding: 20px 23px 27px;
}
header .additional-menu-wrapper h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
header .additional-menu-wrapper h6 span {
  display: block;
  margin-left: 4px;
}
header .additional-menu-wrapper h6 span svg {
  fill: #fff;
}
header .additional-menu-wrapper .additional-link {
  display: none;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 992px) {
  header .additional-menu-wrapper .additional-link {
    margin-left: 7px;
    margin-top: 0;
    margin-bottom: 9px;
  }
}
.prva-kick header .additional-menu-wrapper .additional-link {
  display: flex;
}
header .additional-menu-wrapper .additional-link span {
  margin-left: 0;
  margin-right: 4px;
}
header .additional-menu-wrapper .additional-link a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #EE4423;
}
header .additional-menu-wrapper .additional-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
header .additional-menu-wrapper .additional-menu .menu-item {
  flex: 0 1 auto;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3px;
  padding-bottom: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link.prva-plus {
  color: #D82029;
  border-bottom-color: #D82029;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link.prva-kick {
  color: #633995;
  border-bottom-color: #633995;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link.prva-max {
  color: #F7941D;
  border-bottom-color: #F7941D;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link.prva-life {
  color: #20BFF0;
  border-bottom-color: #20BFF0;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link.prva-files {
  color: #8090A2;
  border-bottom-color: #8090A2;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link.prva-world {
  color: #134D9E;
  border-bottom-color: #134D9E;
}

.subcategory-menu-wrapper {
  top: 56.5px;
  position: sticky;
  z-index: 4;
  left: 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .subcategory-menu-wrapper {
    top: 70.5px;
  }
}
@media (min-width: 1300px) {
  .subcategory-menu-wrapper {
    top: 88.3px;
  }
}
.subcategory-menu-wrapper .subcategory-menu {
  list-style: none;
  display: flex;
  background-color: #fff;
  padding: 15px 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.subcategory-menu-wrapper .subcategory-menu::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .subcategory-menu-wrapper .subcategory-menu {
    padding-left: 150px;
  }
}
@media (min-width: 1300px) {
  .subcategory-menu-wrapper .subcategory-menu {
    padding-left: 275px;
  }
}
.subcategory-menu-wrapper .subcategory-menu .submenu-item {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .subcategory-menu-wrapper .subcategory-menu .submenu-item {
    margin-right: 20px;
  }
}
@media (min-width: 1300px) {
  .subcategory-menu-wrapper .subcategory-menu .submenu-item {
    margin-right: 34px;
  }
}
.subcategory-menu-wrapper .subcategory-menu .submenu-item:last-of-type {
  margin-bottom: 0;
}
.subcategory-menu-wrapper .subcategory-menu .submenu-item .submenu-link {
  display: block;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  position: relative;
}
.subcategory-menu-wrapper .subcategory-menu .submenu-item .submenu-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #EE4423;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s linear;
}
.subcategory-menu-wrapper .subcategory-menu .submenu-item .submenu-link.active::after, .subcategory-menu-wrapper .subcategory-menu .submenu-item .submenu-link:hover::after {
  width: 100%;
}

@media (min-width: 992px) {
  .layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .layout .main-content {
    flex: 0 0 calc(100% - 322px);
    width: calc(100% - 322px);
  }
}
@media (min-width: 576px) {
  .layout .sidebar {
    max-width: 300px;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .layout .sidebar {
    flex: 0 0 300px;
    width: 300px;
    margin-inline: 0;
  }
}
.category-news .layout {
  padding-top: 20px;
  border-top: 1px solid #FDBD10;
}
@media (min-width: 1300px) {
  .category-news .layout {
    padding-top: 35px;
  }
}

.news-item {
  position: relative;
}
.news-item.video-item .news-item-image::after {
  content: "";
  background-image: url("../img/icons/video.svg");
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 2;
  position: relative;
}
.news-item .news-item-image {
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
.news-item .news-item-image:after {
  content: "";
  display: block;
  padding-top: 67%;
}
.news-item .news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-item .news-item-data .news-item-category {
  display: inline-block;
  padding: 7px;
  border-radius: 2px;
  background-color: #EE4423;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1300px) {
  .news-item .news-item-data .news-item-category {
    padding: 7px 11px;
    margin-bottom: 13px;
  }
}
.news-item .news-item-data .news-item-title {
  margin-bottom: 0;
}
.news-item .news-item-data .news-item-title a {
  display: block;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1300px) {
  .news-item .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.12px;
  }
}
.news-item .news-item-data .news-item-description {
  display: none;
  font-size: 14px;
  line-height: 21px;
  font-family: "GoodPro";
  margin-bottom: 0;
}
@media (min-width: 1300px) {
  .news-item .news-item-data .news-item-description {
    font-size: 16px;
    line-height: 25px;
  }
}
.news-item .news-item-data .news-item-time {
  display: none;
}

.big-box-news-wrapper {
  padding: 30px 0;
}
@media (min-width: 1300px) {
  .big-box-news-wrapper {
    padding: 60px 0;
  }
}
.big-box-news-wrapper .btn-view-all {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .big-box-news-wrapper .btn-view-all {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px;
  }
}
@media (min-width: 992px) {
  .big-box-news-wrapper .big-box-news.full-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1300px) {
  .big-box-news-wrapper .big-box-news.full-box {
    margin-bottom: 30px;
  }
}
.big-box-news-wrapper .big-box-news .news-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FDBD10;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-image::before, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(4) .news-item-image::before, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(7) .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
.big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(4) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(7) .news-item-data {
  margin-top: -14px;
}
.big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(7) .news-item-data .news-item-title {
  margin-bottom: 14px;
}
.big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(7) .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(7) .news-item-data .news-item-title a {
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(7) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 1300px) {
  .big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(7) .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:first-of-type {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 23px;
    line-height: 27px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .big-box-news-wrapper .big-box-news .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -0.36px;
  }
}
.big-box-news-wrapper .big-box-news .news-item:nth-of-type(2), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8), .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) {
    display: block;
  }
}
.big-box-news-wrapper .big-box-news .news-item:nth-of-type(2).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9).video-item .news-item-image::after {
  background-size: 30px 30px;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8).video-item .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9).video-item .news-item-image::after {
    background-size: 44px 44px;
  }
}
.big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-image {
  flex: 0 0 105px;
  width: 105px;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-image, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-image {
    width: 100%;
  }
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-image::before, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-image::before, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-image::before, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-image::before, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-image::before, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    height: 27%;
    z-index: 2;
  }
}
.big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-image::after {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-image::after, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-image::after {
    padding-top: 67%;
  }
}
.big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-data {
  flex: 1;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-data, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-data {
    padding-left: 0;
    margin-top: -14px;
  }
}
.big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-data .news-item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-data .news-item-title a {
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 992px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 1300px) {
  .big-box-news-wrapper .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(8) .news-item-data .news-item-title a, .big-box-news-wrapper .big-box-news .news-item:nth-of-type(9) .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
  }
}

.big-box-news-single {
  padding-top: 30px;
}
@media (min-width: 1300px) {
  .big-box-news-single {
    padding-top: 60px;
  }
}
.big-box-news-single .big-box-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px;
  }
}
@media (min-width: 1300px) {
  .big-box-news-single .big-box-news {
    padding-bottom: 60px;
  }
}
.big-box-news-single .big-box-news .news-item:first-of-type {
  flex: 0 0 100%;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FDBD10;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:first-of-type {
    grid-row: 1/3;
    grid-column: 1/3;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.big-box-news-single .big-box-news .news-item:first-of-type .news-item-data {
  margin-top: -14px;
}
.big-box-news-single .big-box-news .news-item:first-of-type .news-item-data .news-item-title {
  margin-bottom: 14px;
}
.big-box-news-single .big-box-news .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 27px;
}
@media (min-width: 992px) {
  .big-box-news-single .big-box-news .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1300px) {
  .big-box-news-single .big-box-news .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -0.36px;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(2), .big-box-news-single .big-box-news .news-item:nth-of-type(3) {
  display: block;
  flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(2), .big-box-news-single .big-box-news .news-item:nth-of-type(3) {
    width: 100%;
    margin-bottom: 0;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(2) .news-item-image, .big-box-news-single .big-box-news .news-item:nth-of-type(3) .news-item-image {
  width: 100%;
}
.big-box-news-single .big-box-news .news-item:nth-of-type(2) .news-item-data, .big-box-news-single .big-box-news .news-item:nth-of-type(3) .news-item-data {
  margin-top: -14px;
}
@media (min-width: 576px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 1300px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(2) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(3) .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(4), .big-box-news-single .big-box-news .news-item:nth-of-type(5), .big-box-news-single .big-box-news .news-item:nth-of-type(6) {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #FDBD10;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4), .big-box-news-single .big-box-news .news-item:nth-of-type(5), .big-box-news-single .big-box-news .news-item:nth-of-type(6) {
    padding: 0;
    border-top: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4), .big-box-news-single .big-box-news .news-item:nth-of-type(5), .big-box-news-single .big-box-news .news-item:nth-of-type(6) {
    display: block;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(4).video-item .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(5).video-item .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(6).video-item .news-item-image::after {
  background-size: 30px 30px;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4).video-item .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(5).video-item .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(6).video-item .news-item-image::after {
    background-size: 44px 44px;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-image, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-image, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-image {
  flex: 0 0 105px;
  width: 105px;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-image, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-image, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-image {
    width: 100%;
  }
  .big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-image::before, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-image::before, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    height: 27%;
    z-index: 2;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-image::after {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-image::after, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-image::after {
    padding-top: 67%;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-data, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-data, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-data {
  flex: 1;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-data, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-data, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-data {
    padding-left: 0;
    margin-top: -14px;
  }
}
.big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a {
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 992px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 1300px) {
  .big-box-news-single .big-box-news .news-item:nth-of-type(4) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(5) .news-item-data .news-item-title a, .big-box-news-single .big-box-news .news-item:nth-of-type(6) .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
  }
}

.three-news-box-big {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .three-news-box-big {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .three-news-box-big {
    padding: 60px 0 90px;
  }
}
.three-news-box-big .three-news-box-item {
  margin-bottom: 50px;
}
.three-news-box-big .three-news-box-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .three-news-box-big .three-news-box-item {
    flex: 0 0 calc(33.3333333333% - 10px);
    width: calc(33.3333333333% - 10px);
    margin-bottom: 0;
    position: relative;
  }
  .three-news-box-big .three-news-box-item::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #FDBD10;
    position: absolute;
    top: 0;
    right: -7.5px;
  }
  .three-news-box-big .three-news-box-item:last-of-type::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .three-news-box-big .three-news-box-item {
    flex: 0 0 calc(33.3333333333% - 29.3333333333px);
    width: calc(33.3333333333% - 29.3333333333px);
  }
  .three-news-box-big .three-news-box-item::after {
    right: -22px;
  }
}
@media (min-width: 1300px) {
  .three-news-box-big .three-news-box-item {
    flex: 0 0 calc(33.3333333333% - 37.3333333333px);
    width: calc(33.3333333333% - 37.3333333333px);
  }
  .three-news-box-big .three-news-box-item::after {
    right: -28px;
  }
}
@media (min-width: 768px) {
  .three-news-box-big .three-news-box-item .section-title-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .three-news-box-big .three-news-box-item .section-title-wrapper .section-title {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .three-news-box-big .three-news-box-item .section-title-wrapper .view-all {
    justify-content: flex-start;
  }
}
.three-news-box-big .three-news-box-item .three-news-box .news-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FDBD10;
}
@media (min-width: 768px) {
  .three-news-box-big .three-news-box-item .three-news-box .news-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:first-of-type .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:first-of-type .news-item-data {
  margin-top: -14px;
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .three-news-box-big .three-news-box-item .three-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 88px;
  }
}
@media (min-width: 992px) {
  .three-news-box-big .three-news-box-item .three-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 24px;
    min-height: 96px;
  }
}
@media (min-width: 1300px) {
  .three-news-box-big .three-news-box-item .three-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
    min-height: 108px;
  }
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type).video-item .news-item-image::after {
  background-size: 30px 30px;
}
@media (min-width: 1300px) {
  .three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type).video-item .news-item-image::after {
    background-size: 35px 35px;
  }
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type) .news-item-image {
  flex: 0 0 105px;
  width: 105px;
}
@media (min-width: 1300px) {
  .three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type) .news-item-image {
    flex: 0 0 135px;
    width: 135px;
  }
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type) .news-item-image::after {
  padding-top: 100%;
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type) .news-item-data {
  flex: 1;
  padding-left: 20px;
}
.three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type) .news-item-data .news-item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .three-news-box-big .three-news-box-item .three-news-box .news-item:not(:first-of-type) .news-item-data .news-item-title a {
    font-size: 16px;
    line-height: 19px;
  }
}

.background-wrapper {
  padding: 30px 0;
  background: linear-gradient(232deg, rgba(253, 189, 16, 0.1) 2.66%, rgba(238, 68, 35, 0.1) 72.13%);
}
@media (min-width: 992px) {
  .background-wrapper {
    padding: 45px 0 36px;
  }
}

.background-wrapper-dark {
  padding: 30px 0;
  background: linear-gradient(232deg, #fdbd10 2.66%, #ee4423 72.13%);
}
@media (min-width: 992px) {
  .background-wrapper-dark {
    padding: 45px 0 36px;
  }
}
.background-wrapper-dark .section-title {
  color: #fff;
}
.background-wrapper-dark .news-item .news-item-data .news-item-title a {
  color: #fff;
}

@media (min-width: 768px) {
  .three-news-box-regular {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px;
  }
}
.three-news-box-regular .news-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FDBD10;
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:first-of-type.video-item .news-item-image::after {
    background-size: 30px 30px;
  }
}
@media (min-width: 992px) {
  .three-news-box-regular .news-item:first-of-type.video-item .news-item-image::after {
    background-size: 44px 44px;
  }
}
.three-news-box-regular .news-item:first-of-type .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:first-of-type .news-item-image::before {
    display: none;
  }
}
.three-news-box-regular .news-item:first-of-type .news-item-data {
  margin-top: -14px;
}
.three-news-box-regular .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .three-news-box-regular .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.12px;
  }
}
.three-news-box-regular .news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:not(:first-of-type) {
    display: block;
  }
}
.three-news-box-regular .news-item:not(:first-of-type).video-item .news-item-image::after {
  background-size: 30px 30px;
}
@media (min-width: 992px) {
  .three-news-box-regular .news-item:not(:first-of-type).video-item .news-item-image::after {
    background-size: 44px 44px;
  }
}
.three-news-box-regular .news-item:not(:first-of-type) .news-item-image {
  flex: 0 0 105px;
  width: 105px;
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:not(:first-of-type) .news-item-image {
    width: 100%;
  }
  .three-news-box-regular .news-item:not(:first-of-type) .news-item-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    height: 27%;
    z-index: 2;
  }
}
.three-news-box-regular .news-item:not(:first-of-type) .news-item-image::after {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:not(:first-of-type) .news-item-image::after {
    padding-top: 67%;
  }
}
.three-news-box-regular .news-item:not(:first-of-type) .news-item-data {
  flex: 1;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:not(:first-of-type) .news-item-data {
    padding-left: 0;
    margin-top: -14px;
  }
}
@media (min-width: 768px) {
  .three-news-box-regular .news-item:not(:first-of-type) .news-item-data .news-item-title a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .three-news-box-regular .news-item:not(:first-of-type) .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.12px;
  }
}
.three-news-box-regular .news-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.latest-news {
  padding-bottom: 37px;
}
@media (min-width: 992px) {
  .latest-news {
    padding-bottom: 70px;
  }
}
@media (min-width: 1300px) {
  .latest-news .section-title {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .latest-news .news-list .news-item .news-item-data {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .latest-news .news-list .news-item .news-item-data {
    padding-right: 40px;
  }
}
@media (min-width: 1300px) {
  .latest-news .news-list .news-item .news-item-data {
    padding-right: 75px;
  }
}
.latest-news .author-info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .latest-news .author-info {
    width: calc(100% - 322px);
  }
}
.latest-news .author-info .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.latest-news .author-info .section-title .author-image {
  width: 55px;
  flex: 0 0 55px;
  display: block;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.latest-news .author-info .section-title .author-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.latest-news .author-info .section-title .author-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.latest-news .author-info p {
  font-size: 16px;
  line-height: 20px;
  font-family: "GoodPro";
}
@media (min-width: 992px) {
  .latest-news .author-info p {
    font-size: 18px;
    line-height: 22px;
  }
}
.latest-news .author-info p:last-of-type {
  margin-bottom: 0;
}

.news-list {
  margin-bottom: 40px;
}
.news-list .news-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #FDBD10;
}
@media (min-width: 1300px) {
  .news-list .news-item {
    padding: 35px 0;
  }
}
.category-news .news-list .news-item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.category-news .news-list .news-item:nth-of-type(5), .category-news .news-list .news-item:nth-of-type(10), .category-news .news-list .news-item:nth-of-type(15) {
  padding-top: 0;
  border-top: none;
  display: block;
}
@media (min-width: 768px) {
  .category-news .news-list .news-item:nth-of-type(5), .category-news .news-list .news-item:nth-of-type(10), .category-news .news-list .news-item:nth-of-type(15) {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #FDBD10;
  }
}
@media (min-width: 1300px) {
  .category-news .news-list .news-item:nth-of-type(5), .category-news .news-list .news-item:nth-of-type(10), .category-news .news-list .news-item:nth-of-type(15) {
    padding: 35px 0;
  }
}
.category-news .news-list .news-item:nth-of-type(5) .news-item-image, .category-news .news-list .news-item:nth-of-type(10) .news-item-image, .category-news .news-list .news-item:nth-of-type(15) .news-item-image {
  width: 100%;
}
@media (min-width: 768px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-image, .category-news .news-list .news-item:nth-of-type(10) .news-item-image, .category-news .news-list .news-item:nth-of-type(15) .news-item-image {
    flex: 0 0 200px;
    width: 200px;
  }
}
@media (min-width: 1300px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-image, .category-news .news-list .news-item:nth-of-type(10) .news-item-image, .category-news .news-list .news-item:nth-of-type(15) .news-item-image {
    flex: 0 0 296px;
    width: 296px;
  }
}
.category-news .news-list .news-item:nth-of-type(5) .news-item-image::after, .category-news .news-list .news-item:nth-of-type(10) .news-item-image::after, .category-news .news-list .news-item:nth-of-type(15) .news-item-image::after {
  padding-top: 67%;
}
.category-news .news-list .news-item:nth-of-type(5) .news-item-image::before, .category-news .news-list .news-item:nth-of-type(10) .news-item-image::before, .category-news .news-list .news-item:nth-of-type(15) .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
@media (min-width: 768px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-image::before, .category-news .news-list .news-item:nth-of-type(10) .news-item-image::before, .category-news .news-list .news-item:nth-of-type(15) .news-item-image::before {
    display: none;
  }
}
.category-news .news-list .news-item:nth-of-type(5) .news-item-data, .category-news .news-list .news-item:nth-of-type(10) .news-item-data, .category-news .news-list .news-item:nth-of-type(15) .news-item-data {
  padding-left: 0;
  margin-top: -14px;
}
@media (min-width: 768px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-data, .category-news .news-list .news-item:nth-of-type(10) .news-item-data, .category-news .news-list .news-item:nth-of-type(15) .news-item-data {
    flex: 1;
    padding-left: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-data, .category-news .news-list .news-item:nth-of-type(10) .news-item-data, .category-news .news-list .news-item:nth-of-type(15) .news-item-data {
    padding-left: 36px;
  }
}
.category-news .news-list .news-item:nth-of-type(5) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(10) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(15) .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 27px;
  display: block;
}
@media (min-width: 768px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(10) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(15) .news-item-data .news-item-title a {
    font-size: 22px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(10) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(15) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1300px) {
  .category-news .news-list .news-item:nth-of-type(5) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(10) .news-item-data .news-item-title a, .category-news .news-list .news-item:nth-of-type(15) .news-item-data .news-item-title a {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}
@media (min-width: 768px) {
  .category-news .news-list .news-item .news-item-data {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .category-news .news-list .news-item .news-item-data {
    padding-right: 40px;
  }
}
@media (min-width: 1300px) {
  .category-news .news-list .news-item .news-item-data {
    padding-right: 75px;
  }
}
@media (min-width: 1600px) {
  .category-news .news-list .news-item .news-item-data {
    padding-right: 106px;
  }
}
.news-list .news-item:last-of-type {
  border-bottom: 1px solid #FDBD10;
}
.news-list .news-item.video-item .news-item-image::after {
  background-size: 30px 30px;
}
@media (min-width: 1300px) {
  .news-list .news-item.video-item .news-item-image::after {
    background-size: 44px 44px;
  }
}
.news-list .news-item .news-item-image {
  flex: 0 0 105px;
  width: 105px;
}
@media (min-width: 768px) {
  .news-list .news-item .news-item-image {
    flex: 0 0 200px;
    width: 200px;
  }
}
@media (min-width: 1300px) {
  .news-list .news-item .news-item-image {
    flex: 0 0 296px;
    width: 296px;
  }
}
.news-list .news-item .news-item-image::after {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .news-list .news-item .news-item-image::after {
    padding-top: 67%;
  }
}
.news-list .news-item .news-item-data {
  flex: 1;
  padding-left: 20px;
}
@media (min-width: 1300px) {
  .news-list .news-item .news-item-data {
    padding-left: 36px;
  }
}
.news-list .news-item .news-item-data .news-item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1300px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.28px;
  }
}

.news-list-lead-item .news-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-list-lead-item .news-item {
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .news-list-lead-item .news-item {
    margin-bottom: 35px;
  }
}
.news-list-lead-item .news-item .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
@media (min-width: 768px) {
  .news-list-lead-item .news-item .news-item-image {
    flex: 0 0 60%;
    width: 60%;
  }
  .news-list-lead-item .news-item .news-item-image::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .news-list-lead-item .news-item .news-item-image {
    flex: 0 0 55%;
    width: 55%;
  }
}
.news-list-lead-item .news-item .news-item-data {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .news-list-lead-item .news-item .news-item-data {
    margin-top: 0;
    padding-left: 22px;
    flex: 1;
    padding-top: 10px;
  }
}
@media (min-width: 1300px) {
  .news-list-lead-item .news-item .news-item-data {
    padding-left: 43px;
  }
}
@media (min-width: 768px) {
  .news-list-lead-item .news-item .news-item-data .news-item-title {
    margin-bottom: 20px;
  }
}
.news-list-lead-item .news-item .news-item-data .news-item-title a {
  font-size: 28px;
  line-height: 32px;
  font-family: "GoodPro-Bold";
}
@media (min-width: 992px) {
  .news-list-lead-item .news-item .news-item-data .news-item-title a {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (min-width: 1300px) {
  .news-list-lead-item .news-item .news-item-data .news-item-title a {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.48px;
  }
}
@media (min-width: 768px) {
  .news-list-lead-item .news-item .news-item-data .news-item-description {
    display: block;
  }
}
@media (min-width: 992px) {
  .news-list-lead-item .news-item .news-item-data .news-item-description {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1300px) {
  .news-list-lead-item .news-item .news-item-data .news-item-description {
    font-size: 22px;
    line-height: 30px;
  }
}

.five-news-box {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .five-news-box {
    margin-bottom: 42px;
  }
}
@media (min-width: 768px) {
  .five-news-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px;
  }
}
@media (min-width: 992px) {
  .five-news-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
.five-news-box .news-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FDBD10;
}
@media (min-width: 768px) {
  .five-news-box .news-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .five-news-box .news-item:first-of-type {
    grid-column: 1/3;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:first-of-type {
    grid-column: 1/5;
  }
}
.five-news-box .news-item:first-of-type .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
@media (min-width: 768px) {
  .five-news-box .news-item:first-of-type .news-item-image {
    flex: 0 0 60%;
    width: 60%;
  }
  .five-news-box .news-item:first-of-type .news-item-image::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:first-of-type .news-item-image {
    flex: 0 0 55%;
    width: 55%;
  }
}
.five-news-box .news-item:first-of-type .news-item-data {
  margin-top: -14px;
}
@media (min-width: 768px) {
  .five-news-box .news-item:first-of-type .news-item-data {
    margin-top: 0;
    padding-left: 22px;
    flex: 1;
    padding-top: 10px;
  }
}
@media (min-width: 1300px) {
  .five-news-box .news-item:first-of-type .news-item-data {
    padding-left: 43px;
  }
}
@media (min-width: 768px) {
  .five-news-box .news-item:first-of-type .news-item-data .news-item-title {
    margin-bottom: 20px;
  }
}
.five-news-box .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 28px;
  line-height: 32px;
  font-family: "GoodPro-Bold";
}
@media (min-width: 992px) {
  .five-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (min-width: 1300px) {
  .five-news-box .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.48px;
  }
}
@media (min-width: 768px) {
  .five-news-box .news-item:first-of-type .news-item-data .news-item-description {
    display: block;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:first-of-type .news-item-data .news-item-description {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1300px) {
  .five-news-box .news-item:first-of-type .news-item-data .news-item-description {
    font-size: 22px;
    line-height: 30px;
  }
}
.five-news-box .news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .five-news-box .news-item:not(:first-of-type) {
    display: block;
  }
}
.five-news-box .news-item:not(:first-of-type).video-item .news-item-image::after {
  background-size: 30px 30px;
}
@media (min-width: 768px) {
  .five-news-box .news-item:not(:first-of-type).video-item .news-item-image::after {
    background-size: 44px 44px;
  }
}
.five-news-box .news-item:not(:first-of-type) .news-item-image {
  flex: 0 0 105px;
  width: 105px;
}
@media (min-width: 768px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-image {
    width: 100%;
  }
  .five-news-box .news-item:not(:first-of-type) .news-item-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    height: 27%;
    z-index: 2;
  }
}
.five-news-box .news-item:not(:first-of-type) .news-item-image::after {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-image::after {
    padding-top: 67%;
  }
}
.five-news-box .news-item:not(:first-of-type) .news-item-data {
  flex: 1;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-data {
    padding-left: 0;
    margin-top: -14px;
  }
}
.five-news-box .news-item:not(:first-of-type) .news-item-data .news-item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.12px;
  }
}
.category-news .five-news-box {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .category-news .five-news-box {
    margin-bottom: 54px;
  }
}
.category-news .five-news-box .news-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.background-wrapper-b92 {
  padding: 30px 0;
  background: #e6e7e8;
}
@media (min-width: 992px) {
  .background-wrapper-b92 {
    padding: 45px 0 36px;
  }
}
.background-wrapper-b92 .section-title {
  margin-bottom: 20px;
  display: inline-block;
}
.background-wrapper-b92 .section-title img {
  width: 40px;
}
@media (min-width: 768px) {
  .background-wrapper-b92 .section-title img {
    width: 50px;
  }
}

.single-show-news .four-news {
  margin-bottom: 40px;
}
.single-show-news .four-news .news-item {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .four-news {
    display: flex;
    flex-wrap: wrap;
  }
}
.four-news .news-item {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .four-news .news-item {
    flex: 0 0 calc(50% - 11px);
    width: calc(50% - 11px);
    margin-right: 22px;
  }
  .four-news .news-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .four-news .news-item {
    flex: 0 0 calc(25% - 16.5px);
    width: calc(25% - 16.5px);
    margin-right: 22px;
    margin-bottom: 0;
  }
  .four-news .news-item:nth-of-type(2n) {
    margin-right: 22px;
  }
  .four-news .news-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.four-news .news-item .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
.four-news .news-item .news-item-data {
  margin-top: -14px;
}
.four-news .news-item .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 27px;
}
@media (min-width: 992px) {
  .four-news .news-item .news-item-data .news-item-title a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1300px) {
  .four-news .news-item .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.12px;
  }
}

.four-news-slider-wrapper {
  padding: 40px 0 60px;
}
@media (min-width: 992px) {
  .four-news-slider-wrapper {
    padding: 70px 0;
  }
}
.four-news-slider-wrapper .view-all {
  display: flex;
  color: #EE4423;
}
.four-news-slider-wrapper .view-all .icon svg {
  fill: #EE4423;
}
.four-news-slider-wrapper .four-news-slider .swiper-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .four-news-slider-wrapper .four-news-slider .swiper-wrapper {
    margin-bottom: 0;
  }
}
.four-news-slider-wrapper .four-news-slider .swiper-slide {
  width: 274px;
}
@media (min-width: 992px) {
  .four-news-slider-wrapper .four-news-slider .swiper-slide {
    flex: 0 0 calc(25% - 6px);
    width: calc(25% - 6px);
    margin-right: 8px !important;
  }
  .four-news-slider-wrapper .four-news-slider .swiper-slide:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1300px) {
  .four-news-slider-wrapper .four-news-slider .swiper-slide {
    flex: 0 0 calc(25% - 16.5px);
    width: calc(25% - 16.5px);
    margin-right: 22px !important;
  }
  .four-news-slider-wrapper .four-news-slider .swiper-slide:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
.four-news-slider-wrapper .four-news-slider .news-item .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
.four-news-slider-wrapper .four-news-slider .news-item .news-item-data {
  margin-top: -14px;
}
.four-news-slider-wrapper .four-news-slider .news-item .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 26px;
}
.prva-special .four-news-slider-wrapper .four-news-slider .news-item .news-item-data .news-item-title a {
  color: #fff;
}
@media (min-width: 1300px) {
  .four-news-slider-wrapper .four-news-slider .news-item .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
  }
}
.four-news-slider-wrapper .swiper-scrollbar {
  height: 1px;
  border-radius: 0;
  background-color: rgba(238, 68, 35, 0.32);
}
@media (min-width: 992px) {
  .four-news-slider-wrapper .swiper-scrollbar {
    display: none;
  }
}
.four-news-slider-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background-color: #EE4423;
  border-radius: 0;
  top: -2px;
}

@media (min-width: 576px) {
  .three-news {
    display: flex;
    flex-wrap: wrap;
  }
}
.three-news .news-item {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .three-news .news-item {
    flex: 0 0 calc(50% - 11px);
    width: calc(50% - 11px);
    margin-right: 22px;
  }
  .three-news .news-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .three-news .news-item {
    flex: 0 0 calc(33.3333333333% - 14.6666666667px);
    width: calc(33.3333333333% - 14.6666666667px);
    margin-right: 22px;
    margin-bottom: 0;
  }
  .three-news .news-item:nth-of-type(2n) {
    margin-right: 22px;
  }
  .three-news .news-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.three-news .news-item .news-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
.three-news .news-item .news-item-data {
  margin-top: -14px;
}
.three-news .news-item .news-item-data .news-item-title a {
  font-size: 23px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .three-news .news-item .news-item-data .news-item-title a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1300px) {
  .three-news .news-item .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.12px;
  }
}

.lead-slider-wrapper {
  position: relative;
  display: block;
  background-color: #231F20;
}
.lead-slider-wrapper:after {
  content: "";
  display: block;
  padding-top: 145.8%;
}
@media (min-width: 576px) {
  .lead-slider-wrapper:after {
    padding-top: 79%;
  }
}
@media (min-width: 768px) {
  .lead-slider-wrapper:after {
    padding-top: 60%;
  }
}
@media (min-width: 1300px) {
  .lead-slider-wrapper:after {
    padding-top: 50%;
  }
}
.lead-slider-wrapper .lead-slider-news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
}
.lead-slider-wrapper .lead-slider-news.owl-loaded {
  opacity: 1;
}
.lead-slider-wrapper .lead-slider-news {
  margin-bottom: 42px;
}
@media (min-width: 992px) {
  .lead-slider-wrapper .lead-slider-news {
    margin-bottom: 60px;
  }
}
@media (min-width: 1300px) {
  .lead-slider-wrapper .lead-slider-news {
    margin-bottom: 125px;
  }
}
.lead-slider-wrapper .lead-slider-news .news-item {
  position: relative;
}
.lead-slider-wrapper .lead-slider-news .news-item.video-item .news-item-image::after {
  background-image: none;
}
.lead-slider-wrapper .lead-slider-news .news-item .news-item-image::after {
  padding-top: 145.8%;
}
@media (min-width: 576px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-image::after {
    padding-top: 79%;
  }
}
@media (min-width: 768px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-image::after {
    padding-top: 60%;
  }
}
@media (min-width: 1300px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-image::after {
    padding-top: 50%;
  }
}
.lead-slider-wrapper .lead-slider-news .news-item .news-item-image img {
  object-position: center center;
}
@media (min-width: 576px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-image.vertical-image {
    display: none;
  }
}
.lead-slider-wrapper .lead-slider-news .news-item .news-item-image.horizontal-image {
  display: none;
}
@media (min-width: 576px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-image.horizontal-image {
    display: block;
  }
}
.lead-slider-wrapper .lead-slider-news .news-item .news-item-data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.6) 27.39%, rgba(35, 31, 32, 0.91) 61.67%, #231f20 85.06%, #231f20 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 28px 30px 80px;
}
@media (min-width: 992px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-data {
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-data {
    padding-bottom: 145px;
  }
}
@media (min-width: 1600px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-data {
    padding-bottom: 215px;
  }
}
.lead-slider-wrapper .lead-slider-news .news-item .news-item-data .news-item-title {
  max-width: 1100px;
  margin-inline: auto;
}
.lead-slider-wrapper .lead-slider-news .news-item .news-item-data .news-item-title a {
  font-size: 25px;
  line-height: 29px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-data .news-item-title a {
    font-size: 35px;
    line-height: 40px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 992px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-data .news-item-title a {
    font-size: 45px;
    line-height: 50px;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1300px) {
  .lead-slider-wrapper .lead-slider-news .news-item .news-item-data .news-item-title a {
    font-size: 50px;
    line-height: 60px;
    -webkit-line-clamp: 4;
  }
}
.lead-slider-wrapper .lead-slider-news .owl-dots {
  margin-top: -50px !important;
}
@media (min-width: 992px) {
  .lead-slider-wrapper .lead-slider-news .owl-dots {
    margin-top: -70px !important;
  }
}
@media (min-width: 1300px) {
  .lead-slider-wrapper .lead-slider-news .owl-dots {
    margin-top: -120px !important;
  }
}
@media (min-width: 1600px) {
  .lead-slider-wrapper .lead-slider-news .owl-dots {
    margin-top: -185px !important;
  }
}
.lead-slider-wrapper .lead-slider-news .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.lead-slider-wrapper .lead-slider-news .owl-dots .owl-dot.active span {
  width: 30px;
  border-radius: 20px;
}
.lead-slider-wrapper .social-box {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 10px;
  padding: 8px 4px;
  background-color: rgba(35, 31, 32, 0.5);
}
@media (min-width: 992px) {
  .lead-slider-wrapper .social-box {
    top: 40px;
    right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1300px) {
  .lead-slider-wrapper .social-box {
    right: calc((100vw - 1260px) / 2);
  }
}
.lead-slider-wrapper .social-box p {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.lead-slider-wrapper .social-box .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead-slider-wrapper .social-box .social-icons a {
  width: 15px;
  height: 15px;
  margin-inline: 5px;
  display: block;
}
@media (min-width: 768px) {
  .lead-slider-wrapper .social-box .social-icons a {
    width: 20px;
    height: 20px;
  }
}
.lead-slider-wrapper .social-box .social-icons svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .lead-slider-wrapper .social-box .social-icons svg {
    width: 20px;
    height: 20px;
  }
}

.program-item .program-item-image {
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
.program-item .program-item-image:after {
  content: "";
  display: block;
  padding-top: 67%;
  background-image: url("../img/icons/video-program.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 39px 39px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1300px) {
  .program-item .program-item-image:after {
    background-size: 51px 51px;
  }
}
.prva-kick .program-item .program-item-image:after {
  background-image: url("../img/icons/video-program-kick.svg");
}
.prva-world .program-item .program-item-image:after {
  background-image: url("../img/icons/video-program-world.svg");
}
.prva-plus .program-item .program-item-image:after {
  background-image: url("../img/icons/video-program-plus.svg");
}
.prva-life .program-item .program-item-image:after {
  background-image: url("../img/icons/video-program-life.svg");
}
.prva-max .program-item .program-item-image:after {
  background-image: url("../img/icons/video-program-max.svg");
}
.prva-files .program-item .program-item-image:after {
  background-image: url("../img/icons/video-program-files.svg");
}
.program-item .program-item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 27%;
  z-index: 2;
}
.program-item .program-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.program-item .program-item-data {
  margin-top: -14px;
  position: relative;
  z-index: 2;
}
.program-item .program-item-data .program-item-category {
  display: inline-block;
  padding: 7px;
  border-radius: 2px;
  background-color: #EE4423;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1300px) {
  .program-item .program-item-data .program-item-category {
    padding: 7px 11px;
    margin-bottom: 13px;
  }
}
.prva-kick .program-item .program-item-data .program-item-category {
  background-color: #633995;
}
.prva-world .program-item .program-item-data .program-item-category {
  background-color: #134D9E;
}
.prva-plus .program-item .program-item-data .program-item-category {
  background-color: #D82029;
}
.prva-life .program-item .program-item-data .program-item-category {
  background-color: #20BFF0;
}
.prva-max .program-item .program-item-data .program-item-category {
  background-color: #F7941D;
}
.prva-files .program-item .program-item-data .program-item-category {
  background-color: #8090A2;
}
.program-item .program-item-data .program-item-title a {
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.prva-special .program-item .program-item-data .program-item-title a {
  color: #fff;
}
.program-item .program-item-data .program-item-time {
  display: none;
}
.prva-special .program-item .program-item-data .program-item-time {
  color: #fff;
}
.program-item .program-item-data .program-item-description {
  display: none;
  font-family: "GoodPro";
}

.five-programs-box .swiper-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .five-programs-box .swiper-wrapper {
    margin-bottom: 0;
  }
}
.five-programs-box .swiper-slide {
  width: 274px;
}
@media (min-width: 992px) {
  .five-programs-box .swiper-slide {
    flex: 0 0 calc(20% - 8px);
    width: calc(20% - 8px);
    margin-right: 8px !important;
  }
  .five-programs-box .swiper-slide:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1300px) {
  .five-programs-box .swiper-slide {
    flex: 0 0 calc(20% - 17.6px);
    width: calc(20% - 17.6px);
    margin-right: 22px !important;
  }
}
.five-programs-box .swiper-slide .program-item .program-item-data .program-item-title a {
  color: #fff;
}
.five-programs-box .swiper-scrollbar {
  height: 1px;
  border-radius: 0;
  background-color: rgba(238, 68, 35, 0.32);
}
@media (min-width: 992px) {
  .five-programs-box .swiper-scrollbar {
    display: none;
  }
}
.five-programs-box .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background-color: #EE4423;
  border-radius: 0;
  top: -2px;
}

.latest-programs {
  background-color: #231F20;
  padding: 25px 0 40px;
}
@media (min-width: 992px) {
  .latest-programs {
    padding-top: 0;
    margin-top: -50px;
  }
}
@media (min-width: 1300px) {
  .latest-programs {
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .latest-programs {
    margin-top: -30px;
  }
}
.latest-programs .section-title {
  color: #fff;
}
@media (min-width: 992px) {
  .latest-programs .section-title {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .latest-programs .latest-programs-slider {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .latest-programs .latest-programs-slider .swiper-wrapper {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .latest-programs .latest-programs-slider .swiper-wrapper .swiper-slide {
    margin-right: 12px !important;
  }
}
@media (min-width: 1300px) {
  .latest-programs .latest-programs-slider .swiper-wrapper .swiper-slide {
    margin-right: 22px !important;
  }
}
@media (min-width: 992px) {
  .latest-programs .latest-programs-slider .swiper-scrollbar {
    display: block;
  }
}

.five-videos-slider-wrapper {
  background: linear-gradient(232deg, #fdbd10 2.66%, #ee4423 72.13%);
  padding: 20px 0 27px;
}
@media (min-width: 992px) {
  .five-videos-slider-wrapper {
    padding: 46px 0 40px;
  }
}
.prva-kick .five-videos-slider-wrapper {
  background: linear-gradient(180deg, rgba(99, 57, 148, 0.09) 0%, rgba(99, 57, 148, 0.2) 100%);
}
.prva-world .five-videos-slider-wrapper {
  background: linear-gradient(180deg, rgba(19, 77, 158, 0.09) 0%, rgba(19, 77, 158, 0.2) 100%);
}
.prva-plus .five-videos-slider-wrapper {
  background: linear-gradient(180deg, rgba(216, 32, 41, 0.09) 0%, rgba(216, 32, 41, 0.2) 100%);
}
.prva-life .five-videos-slider-wrapper {
  background: linear-gradient(180deg, rgba(0, 172, 225, 0.09) 0%, rgba(0, 172, 225, 0.2) 100%);
}
.prva-max .five-videos-slider-wrapper {
  background: linear-gradient(180deg, rgba(247, 148, 29, 0.09) 0%, rgba(247, 148, 29, 0.2) 100%);
}
.prva-files .five-videos-slider-wrapper {
  background: linear-gradient(180deg, rgba(128, 144, 162, 0.09) 0%, rgba(128, 144, 162, 0.2) 100%);
}
.five-videos-slider-wrapper .section-title {
  color: #fff;
}
.five-videos-slider-wrapper .five-videos-slider .swiper-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .five-videos-slider-wrapper .five-videos-slider .swiper-wrapper {
    margin-bottom: 48px;
  }
}
.five-videos-slider-wrapper .five-videos-slider .swiper-slide {
  width: 274px;
}
@media (min-width: 992px) {
  .five-videos-slider-wrapper .five-videos-slider .swiper-slide {
    width: 233px;
  }
}
.five-videos-slider-wrapper .five-videos-slider .swiper-slide .program-item .program-item-data .program-item-title a {
  color: #fff;
}
.five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar {
  height: 1px;
  border-radius: 0;
  background-color: rgba(253, 189, 16, 0.32);
}
.prva-special .five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.32);
}
.five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background-color: #FDBD10;
  border-radius: 0;
  top: -2px;
}
.prva-kick .five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #633995;
}
.prva-world .five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #134D9E;
}
.prva-plus .five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #D82029;
}
.prva-life .five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #20BFF0;
}
.prva-max .five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #F7941D;
}
.prva-files .five-videos-slider-wrapper .five-videos-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #8090A2;
}

.progarm-special-wrapper {
  padding: 35px 0 20px;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, 0 0;
}
@media (min-width: 768px) {
  .progarm-special-wrapper {
    background-size: 0 0, cover;
    background-position: center center, 70% center;
  }
}
@media (min-width: 1300px) {
  .progarm-special-wrapper {
    padding: 70px 0 50px;
  }
}
.progarm-special-wrapper.igra-sudbine-box {
  background-position: center -28px, center center;
}
@media (min-width: 992px) {
  .progarm-special-wrapper.igra-sudbine-box {
    background-position: center -28px, center -18px;
  }
}
@media (min-width: 1300px) {
  .progarm-special-wrapper.igra-sudbine-box {
    background-position: center -28px, center -35px;
  }
}
@media (min-width: 1750px) {
  .progarm-special-wrapper.igra-sudbine-box {
    background-position: center -28px, center -50px;
  }
}
.progarm-special-wrapper .program-special-info {
  padding-inline: 24px;
  padding-top: 250px;
}
@media (min-width: 768px) {
  .progarm-special-wrapper .program-special-info {
    max-width: 400px;
    padding-top: 220px;
  }
}
@media (min-width: 992px) {
  .progarm-special-wrapper .program-special-info {
    max-width: 450px;
    padding: 230px 0 20px;
  }
}
@media (min-width: 1300px) {
  .progarm-special-wrapper .program-special-info {
    max-width: 510px;
  }
}
.progarm-special-wrapper .program-special-info .program-special-title {
  font-size: 40px;
  line-height: 48px;
  font-family: "GoodPro-Bold";
  color: #fff;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .progarm-special-wrapper .program-special-info .program-special-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .progarm-special-wrapper .program-special-info .program-special-title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (min-width: 1300px) {
  .progarm-special-wrapper .program-special-info .program-special-title {
    font-size: 70px;
    line-height: 84px;
  }
}
.progarm-special-wrapper .program-special-info .program-special-text {
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
  color: #fff;
  padding: 10px;
  background-color: rgba(35, 31, 32, 0.5);
}
@media (min-width: 768px) {
  .progarm-special-wrapper .program-special-info .program-special-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1300px) {
  .progarm-special-wrapper .program-special-info .program-special-text {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 40px;
  }
}
.progarm-special-wrapper .program-special-info .btn {
  display: inline-block;
  background-color: rgba(35, 31, 32, 0.5);
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 15px;
  max-width: 150px;
  position: relative;
  z-index: 0;
}
.progarm-special-wrapper .program-special-info .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.2s linear;
  z-index: -1;
}
.progarm-special-wrapper .program-special-info .btn:hover {
  color: #231F20;
}
.progarm-special-wrapper .program-special-info .btn:hover::after {
  width: 100%;
}
.progarm-special-wrapper .program-special-slider-wrapper {
  margin-inline: -11px;
}
@media (min-width: 768px) {
  .progarm-special-wrapper .program-special-slider-wrapper {
    margin-inline: 0;
  }
}
.progarm-special-wrapper .program-special-slider-wrapper .program-special-slider {
  padding: 16px 15px 19px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 1300px) {
  .progarm-special-wrapper .program-special-slider-wrapper .program-special-slider {
    padding: 25px 27px;
  }
}
@media (min-width: 992px) {
  .progarm-special-wrapper .program-special-slider-wrapper .program-special-slider .swiper-wrapper {
    justify-content: space-between;
  }
}
.progarm-special-wrapper .program-special-slider-wrapper .program-special-slider .swiper-scrollbar {
  margin-bottom: 20px;
  left: 4%;
}
@media (min-width: 768px) {
  .progarm-special-wrapper .program-special-slider-wrapper .program-special-slider .swiper-scrollbar {
    left: 2%;
  }
}

.show-item .show-item-image {
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
.show-item .show-item-image:after {
  content: "";
  display: block;
  padding-top: 149%;
}
.show-item .show-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.2s linear;
}
.show-item .show-item-image.horizontal-image {
  display: none;
}
.show-item .show-item-image.horizontal-image:after {
  padding-top: 67%;
}
.show-item .show-item-image:hover img {
  transform: scale(1.05);
}
.show-item .show-item-data .show-item-category {
  display: inline-block;
  padding: 7px;
  border-radius: 2px;
  background-color: #EE4423;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1300px) {
  .show-item .show-item-data .show-item-category {
    padding: 7px 11px;
    margin-bottom: 13px;
  }
}
.prva-kick .show-item .show-item-data .show-item-category {
  background-color: #633995;
}
.prva-world .show-item .show-item-data .show-item-category {
  background-color: #134D9E;
}
.prva-plus .show-item .show-item-data .show-item-category {
  background-color: #D82029;
}
.prva-life .show-item .show-item-data .show-item-category {
  background-color: #20BFF0;
}
.prva-max .show-item .show-item-data .show-item-category {
  background-color: #F7941D;
}
.prva-files .show-item .show-item-data .show-item-category {
  background-color: #8090A2;
}
.show-item .show-item-data .show-item-title a {
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.prva-special .show-item .show-item-data .show-item-title a {
  color: #fff;
}
.show-item .show-item-data .show-item-time {
  display: none;
}
.prva-special .show-item .show-item-data .show-item-time {
  color: #fff;
}
.show-item .show-item-data .show-item-description {
  display: none;
}

.highlight-shows {
  padding: 25px 0 35px;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, 0 0;
}
@media (min-width: 768px) {
  .highlight-shows {
    background-size: 0 0, cover;
  }
}
@media (min-width: 992px) {
  .highlight-shows {
    padding: 36px 0 46px;
  }
}
.highlight-shows .section-title {
  color: #fff;
  margin-bottom: 27px;
}
.highlight-shows .highlight-shows-slider .swiper-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .highlight-shows .highlight-shows-slider .swiper-wrapper {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.highlight-shows .highlight-shows-slider .swiper-slide {
  width: 275px;
}
@media (min-width: 992px) {
  .highlight-shows .highlight-shows-slider .swiper-slide {
    flex: 0 0 calc(25% - 7.5px);
    width: calc(25% - 7.5px);
  }
}
.highlight-shows .highlight-shows-slider .swiper-slide .show-item {
  position: relative;
}
.highlight-shows .highlight-shows-slider .swiper-slide .show-item .show-item-data {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 23px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}
@media (min-width: 992px) {
  .highlight-shows .highlight-shows-slider .swiper-slide .show-item .show-item-data {
    height: auto;
  }
}
.highlight-shows .highlight-shows-slider .swiper-slide .show-item .show-item-data .show-item-title a {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}
.highlight-shows .highlight-shows-slider .swiper-scrollbar {
  height: 1px;
  border-radius: 0;
  background-color: rgba(253, 189, 16, 0.32);
}
@media (min-width: 992px) {
  .highlight-shows .highlight-shows-slider .swiper-scrollbar {
    display: none;
  }
}
.highlight-shows .highlight-shows-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background-color: #FDBD10;
  border-radius: 0;
  top: -2px;
}

.shows-slider-wrapper {
  position: relative;
  padding: 36px 0 46px;
}
@media (min-width: 992px) {
  .shows-slider-wrapper {
    padding: 36px 0 64px;
  }
}
.shows-slider-wrapper.hompage-shows-slider-wrapper {
  background: rgba(230, 231, 232, 0.5);
}
.shows-slider-wrapper.hompage-shows-slider-wrapper .show-slider-general:last-of-type {
  margin-bottom: 0;
}
.shows-slider-wrapper.hompage-shows-slider-wrapper .show-slider-general .section-title-wrapper .view-all {
  display: inline-flex;
}
.shows-slider-wrapper.allformats-shows-slider-wrapper {
  background-color: #231F20;
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .section-title {
  color: #fff;
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-image {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-image {
    margin-bottom: 12px;
  }
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data {
  display: block;
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data .show-item-category {
  display: none;
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data .show-item-title {
  margin-bottom: 7px;
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data .show-item-title a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data .show-item-title a {
    font-size: 18px;
    line-height: 20px;
  }
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data .show-item-time {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-family: "GoodPro";
  color: #FDBD10;
}
@media (min-width: 992px) {
  .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data .show-item-time {
    font-size: 14px;
    line-height: 16px;
  }
}
.prva-special .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .show-item .show-item-data .show-item-time {
  color: #fff;
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .shows-slider-horizontal .owl-nav {
  top: 34%;
}
@media (min-width: 576px) {
  .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .shows-slider-horizontal .owl-nav {
    top: 38%;
  }
}
@media (min-width: 992px) {
  .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .shows-slider-horizontal .owl-nav {
    top: 34%;
  }
}
@media (min-width: 1300px) {
  .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .shows-slider-horizontal .owl-nav {
    top: 38%;
  }
}
.shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .shows-slider-vertical .owl-nav {
  top: 41%;
}
@media (min-width: 1300px) {
  .shows-slider-wrapper.allformats-shows-slider-wrapper .show-slider-general .shows-slider-vertical .owl-nav {
    top: 42%;
  }
}

.show-slider-general {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .show-slider-general {
    margin-bottom: 65px;
  }
}
.prva-special .show-slider-general {
  padding: 28px 0 37px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .prva-special .show-slider-general {
    padding: 76px 0 96px;
  }
}
.show-slider-general .shows-slider-horizontal .show-item .show-item-image.vertical-image {
  display: none;
}
.show-slider-general .shows-slider-horizontal .show-item .show-item-image.horizontal-image {
  display: block;
}
.show-slider-general .show-item .show-item-data {
  display: none;
}
.prva-special .show-slider-general .show-item .show-item-image {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .prva-special .show-slider-general .show-item .show-item-image {
    margin-bottom: 14px;
  }
}
.prva-special .show-slider-general .show-item .show-item-data {
  display: block;
}
.prva-special .show-slider-general .show-item .show-item-data .show-item-category {
  display: none;
}
.prva-special .show-slider-general .show-item .show-item-data .show-item-time {
  display: block;
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-family: "GoodPro";
  color: rgba(255, 255, 255, 0.6);
}
.show-slider-general .owl-carousel .owl-nav.disabled {
  display: block;
}
.show-slider-general .owl-carousel .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
@media (min-width: 1300px) {
  .show-slider-general .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
.show-slider-general .owl-carousel .owl-nav button.owl-prev {
  left: -7px;
}
@media (min-width: 768px) {
  .show-slider-general .owl-carousel .owl-nav button.owl-prev {
    left: -14px;
  }
}
@media (min-width: 1300px) {
  .show-slider-general .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
}
.show-slider-general .owl-carousel .owl-nav button.owl-next {
  right: -7px;
}
@media (min-width: 768px) {
  .show-slider-general .owl-carousel .owl-nav button.owl-next {
    right: -14px;
  }
}
@media (min-width: 1300px) {
  .show-slider-general .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}
.show-slider-general .owl-carousel .owl-nav button span {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EE4423;
  border-radius: 2px;
}
.prva-kick .show-slider-general .owl-carousel .owl-nav button span {
  background-color: #633995;
}
.prva-world .show-slider-general .owl-carousel .owl-nav button span {
  background-color: #134D9E;
}
.prva-plus .show-slider-general .owl-carousel .owl-nav button span {
  background-color: #D82029;
}
.prva-life .show-slider-general .owl-carousel .owl-nav button span {
  background-color: #20BFF0;
}
.prva-max .show-slider-general .owl-carousel .owl-nav button span {
  background-color: #F7941D;
}
.prva-files .show-slider-general .owl-carousel .owl-nav button span {
  background-color: #8090A2;
}
@media (min-width: 1300px) {
  .show-slider-general .owl-carousel .owl-nav button span {
    width: 40px;
    height: 40px;
  }
}
.show-slider-general .owl-carousel .owl-nav button svg {
  fill: #fff;
}
.show-slider-general .owl-carousel .owl-nav [class*=owl-]:hover {
  background: none;
}

.widget-box {
  margin-bottom: 30px;
}
.widget-box .section-title {
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .current-program-widget {
    padding: 20px 14px;
    border-radius: 2px;
    background: rgba(230, 231, 232, 0.5);
  }
}
.current-program-widget .section-title-wrapper .section-title {
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .current-program-widget .section-title-wrapper .section-title {
    font-size: 18px;
    line-height: 20px;
  }
}
.current-program-widget .section-title-wrapper .view-all {
  display: flex;
}
@media (min-width: 992px) {
  .current-program-widget .section-title-wrapper .view-all {
    display: none;
  }
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item {
    margin-bottom: 5px;
  }
}
.current-program-widget .current-program-items .current-program-item .current-program-item-image {
  flex: 0 0 99px;
  width: 99px;
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
.current-program-widget .current-program-items .current-program-item .current-program-item-image:after {
  content: "";
  display: block;
  padding-top: 66.66%;
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item .current-program-item-image:after {
    padding-top: 57%;
  }
}
.current-program-widget .current-program-items .current-program-item .current-program-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.current-program-widget .current-program-items .current-program-item .current-program-item-data {
  padding-left: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item .current-program-item-data {
    padding-left: 0;
  }
}
.current-program-widget .current-program-items .current-program-item .current-program-item-data .current-program-item-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item .current-program-item-data .current-program-item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.current-program-widget .current-program-items .current-program-item .current-program-item-data .current-program-item-time {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item .current-program-item-data .current-program-item-time {
    font-size: 14px;
    line-height: 16px;
  }
}
.current-program-widget .current-program-items .current-program-item:first-of-type {
  display: flex;
  padding: 14px;
  border-radius: 2px;
  background: linear-gradient(247deg, #fdbd10 3.9%, #ee4423 79.47%);
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item:first-of-type {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .current-program-widget .current-program-items .current-program-item:first-of-type .current-program-item-image {
    width: 100%;
  }
  .current-program-widget .current-program-items .current-program-item:first-of-type .current-program-item-data {
    padding: 15px;
    background: linear-gradient(247deg, #fdbd10 3.9%, #ee4423 79.47%);
  }
}
.current-program-widget .current-program-items .current-program-item:not(:first-of-type) {
  display: none;
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item:not(:first-of-type) {
    display: block;
    padding: 15px;
    background-color: #EE4423;
  }
}
@media (min-width: 992px) {
  .current-program-widget .current-program-items .current-program-item:last-of-type {
    margin-bottom: 10px;
  }
}
.current-program-widget .btn {
  display: none;
}
@media (min-width: 992px) {
  .current-program-widget .btn {
    display: block;
    position: relative;
    z-index: 0;
  }
}
.current-program-widget .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EE4423;
  border-radius: 2px;
  transition: 0.2s linear;
  z-index: -1;
}
.current-program-widget .btn:hover {
  color: #fff;
}
.current-program-widget .btn:hover::after {
  width: 100%;
}

.most-read-widget {
  background: rgba(230, 231, 232, 0.5);
  padding: 25px;
}
.most-read-widget .section-title {
  margin-bottom: 26px;
}
.most-read-widget .most-read-news {
  counter-reset: number;
}
.most-read-widget .most-read-news .news-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FDBD10;
  padding-left: 32px;
}
@media (min-width: 992px) {
  .most-read-widget .most-read-news .news-item {
    padding-bottom: 30px;
  }
}
.most-read-widget .most-read-news .news-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.most-read-widget .most-read-news .news-item::before {
  counter-increment: number;
  content: counter(number);
  font-size: 16px;
  line-height: 1;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 30px;
  font-family: "Poppins", sans-serif;
  color: #EE4423;
  font-size: 30px;
  left: 0;
  top: 0;
}
.most-read-widget .most-read-news .news-item .news-item-image {
  display: none;
}
.most-read-widget .most-read-news .news-item .news-item-data .news-item-category {
  display: none;
}
.most-read-widget .most-read-news .news-item .news-item-data .news-item-title a {
  font-size: 16px;
  line-height: 19px;
}

.latest-news-widget {
  background: rgba(230, 231, 232, 0.5);
  padding: 25px;
}
.latest-news-widget .section-title {
  margin-bottom: 26px;
}
.latest-news-widget .latest-news {
  padding-bottom: 0;
}
.latest-news-widget .latest-news .news-item {
  padding-bottom: 22px;
  margin-bottom: 5px;
  padding-left: 18px;
  border-left: 1px solid #EE4423;
  position: relative;
}
.latest-news-widget .latest-news .news-item:last-of-type {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.latest-news-widget .latest-news .news-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EE4423;
}
.latest-news-widget .latest-news .news-item .news-item-image {
  display: none;
}
.latest-news-widget .latest-news .news-item .news-item-data .news-item-category {
  display: none;
}
.latest-news-widget .latest-news .news-item .news-item-data .news-item-title {
  margin-bottom: 7px;
}
.latest-news-widget .latest-news .news-item .news-item-data .news-item-title a {
  font-size: 16px;
  line-height: 19px;
}
.latest-news-widget .latest-news .news-item .news-item-data .news-item-time {
  display: flex;
}
.latest-news-widget .latest-news .news-item .news-item-data .news-item-time span {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #EE4423;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.latest-news-widget .latest-news .news-item .news-item-data .news-item-time span:nth-of-type(2) {
  margin-inline: 4px;
}
.latest-news-widget .view-all {
  justify-content: center;
  position: relative;
  z-index: 0;
}
.latest-news-widget .view-all .icon {
  margin-right: 0;
}

.horoscope-widget {
  padding: 20px 24px;
  border-radius: 2px;
  border: 1px solid rgba(247, 148, 29, 0.4);
}
.horoscope-widget .section-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #FDBD10;
  margin-bottom: 27px;
}
.horoscope-widget .horoscope-slider-wrapper {
  min-height: 292px;
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .horoscope-slider-item .horoscope-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .horoscope-slider-item .horoscope-data .horoscope-icon {
  width: 85px;
  margin-bottom: 28px;
  position: relative;
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .horoscope-slider-item .horoscope-data .horoscope-icon::after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: linear-gradient(136deg, rgba(238, 68, 35, 0.2) 13.4%, rgba(253, 189, 16, 0.2));
  position: absolute;
  border-radius: 50%;
  transition: 0.2s linear;
  z-index: 2;
  bottom: -10px;
  right: -10px;
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .horoscope-slider-item .horoscope-data .horoscope-sign {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .horoscope-slider-item .horoscope-data .horoscope-description {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-family: "GoodPro";
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .owl-nav {
  top: 20%;
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.horoscope-widget .horoscope-slider-wrapper .horoscope-slider-widget .owl-nav .disabled {
  opacity: 0.3;
}

.program-special-sidebar {
  margin-bottom: 30px;
  border-radius: 2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.program-special-sidebar .program-special-data {
  padding: 42px 31px 20px;
}
.program-special-sidebar .program-special-data .program-special-title {
  font-size: 30px;
  line-height: 36px;
  font-family: "GoodPro-Bold";
  color: #fff;
  margin-bottom: 20px;
}
.program-special-sidebar .program-special-data .program-special-text {
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.program-special-sidebar .program-special-data .btn {
  border-color: #fff;
  color: #fff;
  width: auto;
}
.program-special-sidebar .program-special-image img {
  width: 100%;
}

.current-program-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .current-program-wrapper {
    margin-bottom: 60px;
  }
}
.prva-special .current-program-wrapper {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .prva-special .current-program-wrapper {
    padding-top: 0;
    margin-top: -50px;
    position: relative;
    z-index: 4;
  }
}
@media (min-width: 1600px) {
  .prva-special .current-program-wrapper {
    margin-top: -130px;
  }
}
@media (min-width: 992px) {
  .current-program-wrapper .section-title-wrapper {
    display: none;
  }
}
.current-program-wrapper .section-title-wrapper .section-title {
  font-size: 16px;
  line-height: 18px;
}
.current-program-wrapper .section-title-wrapper .view-all {
  display: flex;
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program {
    display: flex;
    justify-content: space-between;
  }
}
.current-program-wrapper .current-program .current-program-item {
  padding: 14px;
  border-radius: 2px;
  background: linear-gradient(247deg, #fdbd10 3.9%, #ee4423 79.47%);
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item {
    flex: 0 0 calc(33.3333333333% - 6.6666666667px);
    width: calc(33.3333333333% - 6.6666666667px);
    background: none;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .current-program-wrapper .current-program .current-program-item {
    flex: 0 0 calc(33.3333333333% - 10px);
    width: calc(33.3333333333% - 10px);
  }
}
.prva-kick .current-program-wrapper .current-program .current-program-item {
  background: rgba(99, 57, 149, 0.4);
}
@media (min-width: 992px) {
  .prva-kick .current-program-wrapper .current-program .current-program-item {
    background: none;
  }
}
.prva-world .current-program-wrapper .current-program .current-program-item {
  background: rgba(19, 77, 158, 0.4);
}
@media (min-width: 992px) {
  .prva-world .current-program-wrapper .current-program .current-program-item {
    background: none;
  }
}
.prva-plus .current-program-wrapper .current-program .current-program-item {
  background: rgba(216, 32, 41, 0.4);
}
@media (min-width: 992px) {
  .prva-plus .current-program-wrapper .current-program .current-program-item {
    background: none;
  }
}
.prva-life .current-program-wrapper .current-program .current-program-item {
  background: rgba(32, 191, 240, 0.4);
}
@media (min-width: 992px) {
  .prva-life .current-program-wrapper .current-program .current-program-item {
    background: none;
  }
}
.prva-max .current-program-wrapper .current-program .current-program-item {
  background: rgba(247, 148, 29, 0.4);
}
@media (min-width: 992px) {
  .prva-max .current-program-wrapper .current-program .current-program-item {
    background: none;
  }
}
.prva-files .current-program-wrapper .current-program .current-program-item {
  background: rgba(128, 144, 162, 0.4);
}
@media (min-width: 992px) {
  .prva-files .current-program-wrapper .current-program .current-program-item {
    background: none;
  }
}
.current-program-wrapper .current-program .current-program-item:not(:first-of-type) {
  display: none;
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item:not(:first-of-type) {
    display: block;
  }
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data {
    background: linear-gradient(247deg, #fdbd10 3.9%, #ee4423 79.47%);
  }
  .prva-kick .current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data {
    background: rgba(99, 57, 149, 0.4);
  }
  .prva-world .current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data {
    background: rgba(19, 77, 158, 0.4);
  }
  .prva-plus .current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data {
    background: rgba(216, 32, 41, 0.4);
  }
  .prva-life .current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data {
    background: rgba(32, 191, 240, 0.4);
  }
  .prva-max .current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data {
    background: rgba(247, 148, 29, 0.4);
  }
  .prva-files .current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data {
    background: rgba(128, 144, 162, 0.4);
  }
}
.current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data .program-info a,
.current-program-wrapper .current-program .current-program-item:first-of-type .current-program-data .program-info .program-time {
  color: #fff;
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item:last-of-type {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item:last-of-type .view-all {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 11px;
    margin-left: auto;
  }
}
@media (min-width: 1300px) {
  .current-program-wrapper .current-program .current-program-item:last-of-type .view-all {
    font-size: 16px;
    line-height: 20px;
  }
}
.current-program-wrapper .current-program .current-program-item .current-item-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 11px;
  color: #fff;
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item .current-item-title {
    color: #231F20;
  }
  .prva-special .current-program-wrapper .current-program .current-program-item .current-item-title {
    color: #fff;
  }
}
@media (min-width: 1300px) {
  .current-program-wrapper .current-program .current-program-item .current-item-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.current-program-wrapper .current-program .current-program-item .current-program-data {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item .current-program-data {
    padding: 14px;
    border-radius: 2px;
    background: rgba(230, 231, 232, 0.5);
  }
  .prva-kick .current-program-wrapper .current-program .current-program-item .current-program-data {
    background: rgba(99, 57, 149, 0.15);
  }
  .prva-world .current-program-wrapper .current-program .current-program-item .current-program-data {
    background: rgba(19, 77, 158, 0.15);
  }
  .prva-plus .current-program-wrapper .current-program .current-program-item .current-program-data {
    background: rgba(216, 32, 41, 0.15);
  }
  .prva-life .current-program-wrapper .current-program .current-program-item .current-program-data {
    background: rgba(32, 191, 240, 0.15);
  }
  .prva-max .current-program-wrapper .current-program .current-program-item .current-program-data {
    background: rgba(247, 148, 29, 0.15);
  }
  .prva-files .current-program-wrapper .current-program .current-program-item .current-program-data {
    background: rgba(128, 144, 162, 0.15);
  }
}
@media (min-width: 1300px) {
  .current-program-wrapper .current-program .current-program-item .current-program-data {
    padding-right: 30px;
  }
}
.current-program-wrapper .current-program .current-program-item .current-program-data .program-image {
  flex: 0 0 99px;
  width: 99px;
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .current-program-wrapper .current-program .current-program-item .current-program-data .program-image {
    flex: 0 0 130px;
    width: 130px;
  }
}
@media (min-width: 992px) {
  .current-program-wrapper .current-program .current-program-item .current-program-data .program-image {
    flex: 0 0 99px;
    width: 99px;
  }
}
@media (min-width: 1300px) {
  .current-program-wrapper .current-program .current-program-item .current-program-data .program-image {
    flex: 0 0 130px;
    width: 130px;
  }
}
.current-program-wrapper .current-program .current-program-item .current-program-data .program-image:after {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.current-program-wrapper .current-program .current-program-item .current-program-data .program-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.current-program-wrapper .current-program .current-program-item .current-program-data .program-info {
  padding-left: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1300px) {
  .current-program-wrapper .current-program .current-program-item .current-program-data .program-info {
    padding-left: 22px;
  }
}
.current-program-wrapper .current-program .current-program-item .current-program-data .program-info a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  max-width: 100px;
}
@media (min-width: 1300px) {
  .current-program-wrapper .current-program .current-program-item .current-program-data .program-info a {
    line-height: 22px;
  }
}
.prva-special .current-program-wrapper .current-program .current-program-item .current-program-data .program-info a {
  color: #fff;
}
.current-program-wrapper .current-program .current-program-item .current-program-data .program-info .program-time {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #EE4423;
}
.prva-kick .current-program-wrapper .current-program .current-program-item .current-program-data .program-info .program-time {
  color: #954AED;
}
.prva-world .current-program-wrapper .current-program .current-program-item .current-program-data .program-info .program-time {
  color: #3F8FFF;
}
.prva-plus .current-program-wrapper .current-program .current-program-item .current-program-data .program-info .program-time {
  color: #FE2F39;
}
.prva-life .current-program-wrapper .current-program .current-program-item .current-program-data .program-info .program-time {
  color: #39D0FF;
}
.prva-max .current-program-wrapper .current-program .current-program-item .current-program-data .program-info .program-time {
  color: #FBB45F;
}
.prva-files .current-program-wrapper .current-program .current-program-item .current-program-data .program-info .program-time {
  color: #ACBACA;
}

.horoscope-slider-wrapper {
  padding: 20px 0 40px;
}
.horoscope-slider-wrapper.horoscope-page {
  background: linear-gradient(232deg, rgba(253, 189, 16, 0.1) 2.66%, rgba(238, 68, 35, 0.1) 72.13%);
  padding: 43px 0 56px;
}
@media (min-width: 1300px) {
  .horoscope-slider-wrapper.horoscope-page {
    padding: 69px 0 90px;
  }
}
.horoscope-slider-wrapper .horoscope-slider .swiper-wrapper {
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (min-width: 1300px) {
  .horoscope-slider-wrapper .horoscope-slider .swiper-wrapper {
    margin-bottom: 0;
  }
}
.horoscope-slider-wrapper .horoscope-slider .swiper-scrollbar {
  height: 1px;
  border-radius: 0;
  background-color: rgba(238, 68, 35, 0.32);
}
.horoscope-slider-wrapper .horoscope-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background-color: #EE4423;
  border-radius: 0;
  top: -2px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide {
  width: 65px;
}
@media (min-width: 1300px) {
  .horoscope-slider-wrapper .horoscope-slider .swiper-slide {
    width: 8.3333333333%;
  }
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide .horoscope-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide .horoscope-slider-item:hover .horoscope-slider-item-image::after {
  width: 100px;
  height: 100px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: unset !important;
  right: unset !important;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide .horoscope-slider-item .horoscope-slider-item-image {
  display: block;
  margin-bottom: 17px;
  position: relative;
  height: 68px;
  z-index: 3;
}
@media (min-width: 992px) {
  .horoscope-slider-wrapper .horoscope-slider .swiper-slide .horoscope-slider-item .horoscope-slider-item-image {
    margin-bottom: 29px;
  }
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide .horoscope-slider-item .horoscope-slider-item-image::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: linear-gradient(136deg, rgba(238, 68, 35, 0.2) 13.4%, rgba(253, 189, 16, 0.2));
  position: absolute;
  border-radius: 50%;
  transition: 0.2s linear;
  z-index: 2;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide .horoscope-slider-item .horoscope-slider-item-image img {
  height: 68px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide .horoscope-slider-item .horoscope-slider-item-title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:first-of-type .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: -10px;
  right: -10px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(2) .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(3) .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: 5px;
  left: 0;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(4) .horoscope-slider-item .horoscope-slider-item-image::after {
  top: 5px;
  right: -10px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(5) .horoscope-slider-item .horoscope-slider-item-image::after {
  top: 0;
  right: -15px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(6) .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: 5px;
  left: 0;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(7) .horoscope-slider-item .horoscope-slider-item-image::after {
  top: 5px;
  right: -10px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(8) .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(9) .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: 10px;
  right: -10px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(10) .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: 10px;
  left: -10px;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(11) .horoscope-slider-item .horoscope-slider-item-image::after {
  top: 5px;
  right: 0;
}
.horoscope-slider-wrapper .horoscope-slider .swiper-slide:nth-of-type(12) .horoscope-slider-item .horoscope-slider-item-image::after {
  bottom: 0;
  right: 0;
}

footer {
  padding: 36px 0 27px;
  background-color: #EE4423;
}
@media (min-width: 992px) {
  footer .footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 44px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  }
}
footer .footer-top .footer-logo {
  margin-inline: auto;
  display: block;
  max-width: 95px;
  margin-bottom: 46px;
}
@media (min-width: 992px) {
  footer .footer-top .footer-logo {
    margin: 0;
    max-width: 120px;
    flex: 0 0 120px;
    width: 120px;
  }
}
@media (min-width: 1300px) {
  footer .footer-top .footer-logo {
    max-width: 150px;
    flex: 0 0 150px;
    width: 150px;
  }
}
footer .footer-top .footer-menu {
  list-style: none;
  padding-inline: 17px;
  column-count: 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .footer-top .footer-menu {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu {
    padding-inline: 0;
    margin-bottom: 0;
    column-gap: 75px;
  }
}
@media (min-width: 1300px) {
  footer .footer-top .footer-menu {
    column-gap: 125px;
  }
}
footer .footer-top .footer-menu .menu-item {
  margin-bottom: 9px;
}
footer .footer-top .footer-menu .menu-item .menu-link {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  font-family: "GoodPro";
}
@media (min-width: 1300px) {
  footer .footer-top .footer-menu .menu-item .menu-link {
    font-size: 16px;
    line-height: 29px;
  }
}
footer .footer-top .social-box {
  padding: 17px 0 30px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  footer .footer-top .social-box {
    padding: 0;
    border: none;
    flex: 0 1 auto;
  }
}
footer .footer-top .social-box p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  font-family: "GoodPro";
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  footer .footer-top .social-box p {
    text-align: left;
  }
}
footer .footer-top .social-box .social-icons {
  display: flex;
  justify-content: center;
}
footer .footer-top .social-box .social-icons a {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 8px;
}
@media (min-width: 992px) {
  footer .footer-top .social-box .social-icons a {
    margin-left: 0;
    margin-right: 12px;
  }
  footer .footer-top .social-box .social-icons a:last-of-type {
    margin-right: 0;
  }
}
footer .footer-top .social-box .social-icons a svg {
  fill: #fff;
}
footer .footer-bottom {
  padding-top: 20px;
  text-align: center;
  max-width: 260px;
  margin-inline: auto;
}
footer .footer-bottom p {
  font-size: 12px;
  line-height: 16px;
  font-family: "GoodPro";
  color: #fff;
}

/*# sourceMappingURL=homepage.css.map */
