@charset "UTF-8";
* {
  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: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #323232;
  background-color: #f3f3f3;
}

section {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section {
    margin-bottom: 30px;
  }
}

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;
  font-weight: 300;
}

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

.section-title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .section-title-wrapper {
    flex-wrap: nowrap;
    margin-bottom: 28px;
  }
}
.section-title-wrapper .section-title {
  order: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  color: inherit;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .section-title-wrapper .section-title {
    font-size: 27px;
    line-height: 30px;
  }
}
.section-title-wrapper .title-line {
  order: 1;
  display: block;
  flex: 1;
  height: 2px;
}
.section-title-wrapper .section-links {
  order: 3;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .section-title-wrapper .section-links {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-title-wrapper .section-links {
    margin-left: 13px;
    order: 2;
    margin-top: 0;
    position: relative;
    top: -1px;
  }
}
.section-title-wrapper .section-links a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
  color: inherit;
}
@media (min-width: 992px) {
  .section-title-wrapper .section-links a {
    font-size: 17px;
    line-height: 20px;
  }
}
.section-title-wrapper .link-more {
  order: 2;
  margin-left: 13px;
  position: relative;
  top: -1px;
}
@media (min-width: 992px) {
  .section-title-wrapper .link-more {
    margin-left: 0;
    order: 3;
  }
}
.section-title-wrapper .link-more .link-text {
  color: #323232;
}
.section-title-wrapper .link-more .link-arrow svg {
  fill: #323232;
}

.link-more {
  display: flex;
  align-items: center;
}
.link-more .link-text {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #3C83A4;
}
@media (min-width: 992px) {
  .link-more .link-text {
    font-size: 17px;
    line-height: 20px;
  }
}
.link-more .link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.link-more .link-arrow svg {
  fill: #3C83A4;
}

.tooltip {
  position: absolute;
  background-color: #fff;
  padding: 3px;
  color: #3C83A4;
  font-size: 1.2rem;
  line-height: normal;
  border-radius: 6px;
  width: auto !important;
  height: auto !important;
  z-index: 100;
}

.share-social {
  display: flex;
}
.share-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 6px;
}
.share-social a:not(:last-of-type) {
  margin-right: 1.2rem;
}

.error-msg .error {
  color: #e85455;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: start;
}

.form-control.is-invalid {
  box-shadow: 0 0 3px #e85455;
}

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

.banner.app-banner {
  position: relative;
}
.banner.app-banner .banner-wrapper::after {
  background-color: transparent;
}
.banner.app-banner .banner-wrapper .banner-inner .app-store {
  position: absolute;
  bottom: 3.5rem;
  left: 5.8rem;
  width: 85px;
  height: 27px;
}
.banner.app-banner .banner-wrapper .banner-inner .google-play {
  position: absolute;
  bottom: 3.5rem;
  right: 5.8rem;
  width: 85px;
  height: 27px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 79, 60, 0.6);
  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: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 10px 20px;
}
.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: 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;
}
.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;
}

.share-box {
  display: flex;
  align-items: center;
  max-width: 370px;
  margin-inline: auto;
}
.share-box .share-box-label {
  color: #214d72;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 11px 10px 21px;
  border: 2px solid #73aec5;
  border-right: none;
  border-top-left-radius: 181.272px;
  border-bottom-left-radius: 181.272px;
  flex: 1;
}
.share-box .share-box-email {
  color: #f6f6f6;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #214d72;
  padding: 10px 15px;
  border: 2px solid #214d72;
  flex: 0 0 163px;
  width: 163px;
  border-radius: 181.272px;
  margin-left: -20px;
  position: relative;
  z-index: 1;
}

.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-dark, .btn-white, .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: #323232;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #191919;
  color: #fff !important;
}

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

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

.btn-danger {
  background-color: #e85455;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #e22728;
  color: #fff !important;
}

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

.text-danger {
  color: #e85455 !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: #323232;
  color: #fff !important;
}
.btn-dark:hover {
  background-color: #191919;
  color: #fff !important;
}

.bg-dark {
  background-color: #323232;
}

.text-dark {
  color: #323232 !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: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.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: 10px;
  padding-right: 10px;
  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: 1240px) {
  .container {
    max-width: 1120px;
  }
  .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: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #323232;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.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 #c92327;
  box-shadow: 0 0 3px #c92327;
}
.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: #c92327;
}

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

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #323232;
  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: #323232;
}

.fake-checkbox {
  border-radius: 4px !important;
}

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

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(img/check.png);
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #323232 !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #323232 !important;
}

header {
  padding: 16px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
header::before {
  content: "";
  background: rgba(243, 243, 243, 0.72);
  box-shadow: 2px 14px 19.9px -10px rgba(50, 50, 50, 0.18);
  backdrop-filter: blur(10px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
header .header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
header .header-inner .navbar-toggler {
  display: block;
  flex: 0 0 17px;
  width: 17px;
  margin-right: 20px;
  cursor: pointer;
}
@media (min-width: 1240px) {
  header .header-inner .navbar-toggler {
    margin-left: -37px;
  }
}
header .header-inner .header-logo {
  display: block;
  flex: 0 0 163px;
  width: 163px;
}
@media (min-width: 992px) {
  header .header-inner .header-logo {
    margin-right: 20px;
    flex: 0 0 120px;
    width: 120px;
  }
}
@media (min-width: 1240px) {
  header .header-inner .header-logo {
    margin-right: 60px;
    flex: 0 0 163px;
    width: 163px;
  }
}
header .header-inner .header-logo img {
  display: block;
  width: 100%;
}
header .header-inner .desktop-menu-wrapper {
  display: none;
}
@media (min-width: 992px) {
  header .header-inner .desktop-menu-wrapper {
    display: flex;
  }
}
header .header-inner .desktop-menu-wrapper .desktop-menu {
  background-color: #214d72;
  border-radius: 181px;
  padding: 9px 17px;
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  z-index: 2;
}
header .header-inner .desktop-menu-wrapper .desktop-menu .menu-item {
  margin-right: 12px;
}
header .header-inner .desktop-menu-wrapper .desktop-menu .menu-item:last-of-type {
  margin-right: 0;
}
header .header-inner .desktop-menu-wrapper .desktop-menu .menu-item .menu-link {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #F6F6F6;
  white-space: nowrap;
}
@media (min-width: 1240px) {
  header .header-inner .desktop-menu-wrapper .desktop-menu .menu-item .menu-link {
    font-size: 16px;
    line-height: 18px;
  }
}
header .header-inner .desktop-menu-wrapper .live-link {
  padding: 9px 17px 9px 35px;
  margin-left: -30px;
}
header .header-inner .search-link {
  margin-left: auto;
}
@media (min-width: 1240px) {
  header .header-inner .search-link {
    margin-right: -55px;
  }
}
header .search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
}
header .live-link {
  background-color: #e85455;
  display: flex;
  align-items: center;
  border-radius: 181px;
  padding: 9px 17px;
}
header .live-link .blob {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  display: inline-block;
  transition: 1s linear;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
header .live-link .link-text {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 1240px) {
  header .live-link .link-text {
    font-size: 16px;
    line-height: 18px;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20003 !important;
  display: none;
}
header .additional-menu-wrapper {
  background: linear-gradient(180deg, #214d72 23%, #2b6494 57.55%);
  position: fixed;
  top: 0;
  inset-inline-start: -303px;
  height: 100vh;
  width: 100%;
  max-width: 303px;
  transition: left 0.3s linear;
  z-index: 20004 !important;
  padding: 30px 30px 80px;
  overflow-y: scroll;
}
header .additional-menu-wrapper.active {
  inset-inline-start: 0;
  display: block;
}
header .additional-menu-wrapper .additional-menu-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
header .additional-menu-wrapper .additional-menu-header .search-link {
  margin-left: auto;
}
header .additional-menu-wrapper .additional-menu-header .search-link img {
  filter: brightness(0) invert(1);
}
header .additional-menu-wrapper .additional-menu-header .navbar-close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  right: -10px;
}
header .additional-menu-wrapper .additional-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
header .additional-menu-wrapper .additional-menu .menu-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
header .additional-menu-wrapper .additional-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #F6F6F6;
  margin-bottom: 12px;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link .submenu-chevron {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link .submenu-chevron.active-submenu {
  transform: rotate(180deg);
}
header .additional-menu-wrapper .additional-menu .menu-item .menu-link .submenu-chevron svg {
  fill: #d9d9d9;
}
header .additional-menu-wrapper .additional-menu .menu-item .submenu {
  display: none;
  list-style: none;
  padding-left: 12px;
  padding-bottom: 12px;
}
header .additional-menu-wrapper .additional-menu .menu-item .submenu .submenu-item {
  margin-bottom: 20px;
}
header .additional-menu-wrapper .additional-menu .menu-item .submenu .submenu-item:last-of-type {
  margin-bottom: 8px;
}
header .additional-menu-wrapper .additional-menu .menu-item .submenu .submenu-item .submenu-link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #F6F6F6;
}

.social .social-title {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  color: #fff;
}
.social .social-wrapper {
  display: flex;
  align-items: center;
}
.social .social-wrapper a {
  display: block;
  margin-right: 12px;
}
.social .social-wrapper a svg {
  fill: #fff;
}

.news-item.live-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot {
  display: inline-block;
}
.news-item.video-item .news-item-image-wrapper .news-item-image::before {
  content: "";
  background-image: url("../img/icons/video.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
}
.news-item .news-item-image-wrapper {
  border-radius: 7px;
  overflow: hidden;
}
.news-item .news-item-image-wrapper .news-item-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-item .news-item-image-wrapper .news-item-image:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.news-item .news-item-image-wrapper .news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .news-item .news-item-data {
    position: relative;
  }
}
.news-item .news-item-data .news-item-data-wrapper .news-item-time {
  display: none;
}
@media (min-width: 992px) {
  .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
    position: absolute;
    left: 0;
    display: inline-block;
    bottom: 100%;
    border-radius: 0 18px 0 7px;
    padding: 6px 12px 6px 7px;
    background-color: #fff;
  }
}
.news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper .news-item-category {
  color: #3C83A4 !important;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-title {
  margin-bottom: 0;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  font-weight: 700;
  color: #323232;
  display: block;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot {
  display: none;
  color: #e85455;
  text-transform: uppercase;
  margin-right: 5px;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot .blob-wrapper {
  border: 2px solid #e85455;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 3px;
  top: 2px;
  width: 16px;
  height: 16px;
}
.news-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot .blob-wrapper .blob {
  animation: 1.6s infinite pulse;
  -webkit-animation: 1.6s infinite pulse;
  display: inline-block;
  transition: 1s linear;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e85455;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.news-item .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
  margin-bottom: 0;
  color: #323232;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .news-item .news-item-data .news-item-data-wrapper .news-item-description {
    font-size: 17px;
    line-height: 23px;
  }
}
.news-item:first-of-type {
  margin-bottom: 20px;
}
.news-item:first-of-type.video-item .news-item-image-wrapper .news-item-image::before {
  width: 50px;
  height: 50px;
  background-size: 50px auto;
}
.news-item:first-of-type .news-item-data {
  position: relative;
  padding-top: 17px;
}
.news-item:first-of-type .news-item-data .news-item-category-wrapper {
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: 100%;
  border-radius: 0 18px 0 7px;
  padding: 6px 12px 6px 7px;
  background-color: #fff;
}
.news-item:first-of-type .news-item-data .news-item-title {
  margin-bottom: 7px;
}
.news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media (min-width: 1240px) {
  .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 24px;
    line-height: 30px;
  }
}
.news-item:first-of-type .news-item-data .news-item-title a .live-dot .blob-wrapper {
  width: 20px;
  height: 20px;
}
.news-item:first-of-type .news-item-data .news-item-title a .live-dot .blob-wrapper .blob {
  width: 10px;
  height: 10px;
}
.news-item:first-of-type .news-item-data .news-item-description {
  display: block;
}
.news-item:not(:first-of-type) {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}
.news-item:not(:first-of-type) .news-item-image-wrapper {
  flex: 0 0 84px;
  width: 84px;
}
.news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image::after {
  padding-top: 100%;
}
.news-item:not(:first-of-type) .news-item-data {
  padding-left: 14px;
  flex: 1;
}
.news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper {
    margin-bottom: 0;
  }
}
.news-item:not(:first-of-type) .news-item-data .news-item-title a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
}

@media (min-width: 992px) {
  .layout-main,
  .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .layout-main .main-content,
  .layout .main-content {
    flex: 0 0 calc(100% - 340px);
    width: calc(100% - 340px);
  }
}
@media (min-width: 992px) {
  .layout-main .sidebar,
  .layout .sidebar {
    max-width: 320px;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .layout-main .sidebar,
  .layout .sidebar {
    flex: 0 0 320px;
    width: 320px;
    margin-inline: unset;
  }
}

.top-news-wrapper {
  background-color: #e85455;
  padding: 0.9rem 0;
  position: sticky;
  z-index: 200;
  top: 69.2px;
}
.top-news-wrapper .top-news {
  display: flex;
  align-items: center;
}
.top-news-wrapper .top-news .top-news-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  flex: 0 0 110px;
  width: 110px;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.top-news-wrapper .top-news .top-news-title::after {
  content: "•";
  display: inline-block;
  padding: 0 7px;
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
  .top-news-wrapper .top-news .top-news-title::after {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .top-news-wrapper .top-news .top-news-title {
    font-size: 16px;
    line-height: 18px;
    flex: 0 0 14.7rem;
    width: 14.7rem;
  }
}
.top-news-wrapper .top-news .top-news-slider {
  overflow: hidden;
  top: -1px;
}
@media (min-width: 992px) {
  .top-news-wrapper .top-news .top-news-slider {
    top: 0;
  }
}
.top-news-wrapper .top-news .top-news-slider .top-news-slider-item {
  top: 0;
}
.top-news-wrapper .top-news .top-news-slider-item {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: -1px;
}
@media (min-width: 992px) {
  .top-news-wrapper .top-news .top-news-slider-item {
    font-size: 1.4rem;
    line-height: 100%;
  }
}
.top-news-wrapper .top-news .top-news-action {
  width: 2rem;
  flex: 0 0 2rem;
  margin-left: auto;
}
.top-news-wrapper .top-news .top-news-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.top-news-wrapper .top-news .top-news-action a svg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  fill: #fff;
}

@media (min-width: 992px) {
  .five-news-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item.video-item .news-item-image-wrapper .news-item-image::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:first-of-type {
    margin-bottom: 0;
    grid-row: 1/3;
    grid-column: 1/3;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:not(:first-of-type) {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-image-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image::after {
    padding-top: 64%;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-data {
    padding-left: 0;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .five-news-box .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper {
    margin-bottom: 0;
  }
}

.lead-section {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .lead-section {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .four-big-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .four-big-news .news-item {
    display: block;
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .four-big-news .news-item.video-item .news-item-image-wrapper .news-item-image::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
}
@media (min-width: 992px) {
  .four-big-news .news-item .news-item-image-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .four-big-news .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 53%;
  }
}
@media (min-width: 992px) {
  .four-big-news .news-item .news-item-data {
    padding-left: 0;
    padding-top: 10px;
  }
}
.four-big-news .news-item .news-item-data .news-item-category-wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .four-big-news .news-item .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .four-big-news .news-item .news-item-data .news-item-title a .live-dot .blob-wrapper {
    width: 20px;
    height: 20px;
  }
  .four-big-news .news-item .news-item-data .news-item-title a .live-dot .blob-wrapper .blob {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 992px) {
  .four-big-news .news-item .news-item-data .news-item-description {
    display: none;
  }
}

@media (min-width: 992px) {
  .four-small-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item {
    display: flex;
    flex: 0 0 calc(50% - 14px);
    width: calc(50% - 14px);
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item:nth-of-type(1), .four-small-news .news-item:nth-of-type(2) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item.video-item .news-item-image-wrapper .news-item-image::before {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item .news-item-image-wrapper {
    flex: 0 0 185px;
    width: 185px;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 53%;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item .news-item-data {
    padding-top: 0;
    padding-left: 18px;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item .news-item-data .news-item-category-wrapper {
    position: static;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item .news-item-data .news-item-category-wrapper .news-item-category {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item .news-item-data .news-item-title a {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item .news-item-data .news-item-description {
    display: none;
  }
}
@media (min-width: 992px) {
  .four-small-news .news-item:nth-last-child(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .four-box-news {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item {
    display: block;
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .four-box-news .news-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .four-box-news .news-item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item.video-item .news-item-image-wrapper .news-item-image::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item .news-item-image-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 64%;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item .news-item-data {
    padding-left: 0;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item .news-item-data .news-item-title a {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item .news-item-data .news-item-title a .live-dot .blob-wrapper {
    width: 16px;
    height: 16px;
  }
  .four-box-news .news-item .news-item-data .news-item-title a .live-dot .blob-wrapper .blob {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 992px) {
  .four-box-news .news-item .news-item-data .news-item-description {
    display: none;
  }
}

@media (min-width: 992px) {
  .one-plus-four {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:first-of-type {
    margin-bottom: 0;
    grid-row: 1/5;
    grid-column: 1/2;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:first-of-type.video-item .news-item-image-wrapper .news-item-image::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
}
.one-plus-four .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) .news-item-image-wrapper {
    flex: 0 0 185px;
    width: 185px;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image::after {
    padding-top: 53%;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) .news-item-data {
    padding-top: 0;
    padding-left: 18px;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper {
    position: static;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper .news-item-category {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) .news-item-data .news-item-title a {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:not(:first-of-type) .news-item-data .news-item-description {
    display: none;
  }
}
@media (min-width: 992px) {
  .one-plus-four .news-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.most-viewed-main-wrapper .section-title-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .most-viewed-main-wrapper .section-title-wrapper {
    margin-bottom: 35px;
  }
}
.most-viewed-main-wrapper .section-title-wrapper .section-title {
  display: block;
  color: #323232;
  font-size: 30px;
  text-transform: none;
  font-weight: 800;
  line-height: 100%;
}
@media (min-width: 992px) {
  .most-viewed-main-wrapper .section-title-wrapper .section-title {
    font-size: 37px;
  }
}
.most-viewed-main-wrapper .most-viewed {
  counter-reset: section;
}
@media (min-width: 992px) {
  .most-viewed-main-wrapper .most-viewed {
    display: flex;
  }
}
.most-viewed-main-wrapper .most-viewed .news-item {
  padding: 15px 0;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .most-viewed-main-wrapper .most-viewed .news-item {
    flex: 0 0 calc(20% - 8px);
    width: calc(20% - 8px);
    padding: 0;
    margin-right: 10px;
  }
}
.most-viewed-main-wrapper .most-viewed .news-item:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  display: block;
  font-size: 4.4rem;
  color: #3C83A4;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .most-viewed-main-wrapper .most-viewed .news-item:before {
    top: 0;
    transform: unset;
    font-size: 98px;
    width: 57px;
  }
}
.most-viewed-main-wrapper .most-viewed .news-item:nth-of-type(5n) {
  margin-right: 0;
}
.most-viewed-main-wrapper .most-viewed .news-item:nth-of-type(1)::before {
  color: #214d72;
}
.most-viewed-main-wrapper .most-viewed .news-item:nth-of-type(2)::before {
  color: #2C6890;
}
.most-viewed-main-wrapper .most-viewed .news-item:nth-of-type(3)::before {
  color: #347DA8;
}
.most-viewed-main-wrapper .most-viewed .news-item:nth-of-type(4)::before {
  color: #81B9D4;
}
.most-viewed-main-wrapper .most-viewed .news-item:nth-of-type(5)::before {
  color: #AAD0E3;
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-image-wrapper {
  display: none;
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data {
  padding-top: 0;
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .most-viewed-main-wrapper .most-viewed .news-item .news-item-data {
    padding-left: 65px;
  }
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  display: none;
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  margin-bottom: 0;
  padding: 0;
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #323232;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}
@media (min-width: 768px) {
  .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot .blob-wrapper {
  height: 16px;
  width: 16px;
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot .blob-wrapper .blob {
  width: 8px;
  height: 8px;
}
.most-viewed-main-wrapper .most-viewed .news-item .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
}

@media (min-width: 992px) {
  .six-news-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1), .six-news-box .news-item:nth-of-type(2) {
    display: block;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1).video-item .news-item-image-wrapper .news-item-image::before, .six-news-box .news-item:nth-of-type(2).video-item .news-item-image-wrapper .news-item-image::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1) .news-item-image-wrapper, .six-news-box .news-item:nth-of-type(2) .news-item-image-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1) .news-item-image-wrapper .news-item-image::after, .six-news-box .news-item:nth-of-type(2) .news-item-image-wrapper .news-item-image::after {
    padding-top: 39%;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1) .news-item-data, .six-news-box .news-item:nth-of-type(2) .news-item-data {
    padding-left: 0;
    padding-top: 16px;
  }
}
.six-news-box .news-item:nth-of-type(1) .news-item-data .news-item-category-wrapper, .six-news-box .news-item:nth-of-type(2) .news-item-data .news-item-category-wrapper {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1) .news-item-data .news-item-title a, .six-news-box .news-item:nth-of-type(2) .news-item-data .news-item-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1) .news-item-data .news-item-title a .live-dot .blob-wrapper, .six-news-box .news-item:nth-of-type(2) .news-item-data .news-item-title a .live-dot .blob-wrapper {
    width: 20px;
    height: 20px;
  }
  .six-news-box .news-item:nth-of-type(1) .news-item-data .news-item-title a .live-dot .blob-wrapper .blob, .six-news-box .news-item:nth-of-type(2) .news-item-data .news-item-title a .live-dot .blob-wrapper .blob {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-of-type(1) .news-item-data .news-item-description, .six-news-box .news-item:nth-of-type(2) .news-item-data .news-item-description {
    display: block;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-child(n+3) {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-child(n+3) .news-item-image-wrapper {
    flex: 0 0 185px;
    width: 185px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-child(n+3) .news-item-image-wrapper .news-item-image::after {
    padding-top: 53%;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-child(n+3) .news-item-data {
    padding-top: 0;
    padding-left: 18px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-child(n+3) .news-item-data .news-item-category-wrapper {
    position: static;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-child(n+3) .news-item-data .news-item-category-wrapper .news-item-category {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-child(n+3) .news-item-data .news-item-title a {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .six-news-box .news-item:nth-last-child(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.program-news {
  background-color: #1a405d;
  padding: 46px 0 10px;
}
@media (min-width: 992px) {
  .program-news {
    padding: 46px 0 17px;
  }
}
.program-news .section-title-wrapper .link-more {
  margin-left: 13px;
}
.program-news .section-title-wrapper .link-more .link-text {
  color: #fff;
}
.program-news .section-title-wrapper .link-more .link-arrow svg {
  fill: #fff;
}
.program-news .program-news-box {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .program-news .program-news-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.program-news .program-news-box .news-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .program-news .program-news-box .news-item {
    flex: 0 0 calc(33.3333333333% - 10.6666666667px);
    width: calc(33.3333333333% - 10.6666666667px);
    margin-right: 16px;
  }
  .program-news .program-news-box .news-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.program-news .program-news-box .news-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 992px) {
  .program-news .program-news-box .news-item:nth-last-child(-n+3) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.program-news .program-news-box .news-item.video-item .news-item-image-wrapper .news-item-image::before {
  width: 30px;
  height: 30px;
  background-size: 30px auto;
}
.program-news .program-news-box .news-item .news-item-image-wrapper {
  flex: 0 0 162px;
  width: 162px;
}
.program-news .program-news-box .news-item .news-item-image-wrapper .news-item-image::after {
  padding-top: 56%;
}
.program-news .program-news-box .news-item .news-item-data {
  padding-left: 19px;
  padding-top: 0;
}
.program-news .program-news-box .news-item .news-item-data .news-item-category-wrapper {
  position: static;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 4px;
}
.program-news .program-news-box .news-item .news-item-data .news-item-category-wrapper .news-item-category {
  font-size: 16px;
  line-height: 20px;
  color: #73AEC5;
}
.program-news .program-news-box .news-item .news-item-data .news-item-title {
  margin-bottom: 0;
}
.program-news .program-news-box .news-item .news-item-data .news-item-title a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.program-news .program-news-box .news-item .news-item-data .news-item-title a .blob-wrapper {
  width: 14px;
  height: 14px;
  top: 1px;
}
.program-news .program-news-box .news-item .news-item-data .news-item-title a .blob-wrapper .blob {
  width: 6px;
  height: 6px;
}
.program-news .program-news-box .news-item .news-item-data .news-item-description {
  display: none;
}
@media (min-width: 1240px) {
  .program-news .program-links-slider {
    max-width: 1240px;
    padding-left: 15px;
    margin-inline: auto;
  }
}
.program-news .program-links-slider a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 15px;
  color: #1a405d;
}
.program-news .program-links-slider .owl-stage-outer {
  margin-bottom: 16px;
}
.program-news .program-links-slider .owl-nav {
  top: 100%;
  position: static;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-inline: 11px;
}
.program-news .program-links-slider .owl-nav button {
  position: static;
  transform: unset;
}
.program-news .program-links-slider .owl-nav [class*=owl-]:hover {
  background: none;
}

.intext-news {
  margin: 1.6rem 0 2.3rem;
}
@media (min-width: 768px) {
  .intext-news {
    margin: 1.6rem 0 3rem;
  }
}
.intext-news .intext-title {
  color: #3C83A4 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 2.4rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 130% !important;
  letter-spacing: -0.2px !important;
  margin-bottom: 2.1rem !important;
}
@media (min-width: 768px) {
  .intext-news .intext-title {
    font-size: 2.4rem !important;
    letter-spacing: -0.24px !important;
    line-height: 116.667% !important;
    margin-bottom: 1.8rem !important;
  }
}
.intext-news .intext-news-wrapper {
  border-radius: 12px;
  background: #fff;
  padding: 0 1.6rem;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper {
    padding: 0 2.4rem;
  }
}
.intext-news .intext-news-wrapper .news-item {
  padding: 1.2rem 0;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item {
    padding: 1.7rem 0 1.4rem;
  }
}
.intext-news .intext-news-wrapper .news-item:hover .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #3C83A4 !important;
}
.intext-news .intext-news-wrapper .news-item:first-of-type {
  padding-top: 1.8rem;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item:first-of-type {
    padding-top: 2.2rem;
  }
}
.intext-news .intext-news-wrapper .news-item:last-of-type {
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item:last-of-type {
    padding-bottom: 2.2rem;
  }
}
.intext-news .intext-news-wrapper .news-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f4f6;
}
.intext-news .intext-news-wrapper .news-item .news-item-image-wrapper {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data {
  padding-left: 0;
}
.intext-news .intext-news-wrapper .news-item .news-item-data:before {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data::after {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper {
  top: 0;
  padding: 0;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-category {
  display: none;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 1.6rem !important;
  line-height: 137% !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title {
    font-size: 1.8rem !important;
    line-height: 144.444% !important;
  }
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #323232 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.6rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 137% !important;
  letter-spacing: -0.16px !important;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
    font-size: 1.8rem !important;
    line-height: 144.444% !important;
    letter-spacing: -0.18px !important;
  }
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot .blob-wrapper {
  width: 16px;
  height: 16px;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a .live-dot .blob-wrapper .blob {
  width: 8px;
  height: 8px;
}
.intext-news .intext-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
}

@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item {
    display: flex;
  }
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item:nth-of-type(1) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item .news-item-image-wrapper {
    flex: 0 0 185px;
    width: 185px;
  }
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item .news-item-image-wrapper .news-item-image::after {
    padding-top: 53%;
  }
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item .news-item-data {
    padding-top: 0;
    padding-left: 18px;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item .news-item-data .news-item-category-wrapper {
    position: static;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item .news-item-data .news-item-category-wrapper .news-item-category {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .news-item .news-item-data .news-item-title a {
    font-size: 17px;
    line-height: 22px;
  }
}
.read-next .read-next-wrapper .news-item .news-item-data .news-item-description {
  display: none;
}
.read-next .read-next-wrapper .owl-nav {
  top: -53px;
  right: 0;
  left: unset;
  background-color: #f3f3f3;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .read-next .read-next-wrapper .owl-nav {
    top: -57px;
  }
}
.read-next .read-next-wrapper .owl-nav button {
  position: static;
  transform: unset;
}
.read-next .read-next-wrapper .owl-nav button.disabled {
  opacity: 0.4;
}
.read-next .read-next-wrapper .owl-nav button.owl-prev {
  margin-right: 10px;
}

.widget-latest-news {
  border-radius: 7px;
  background: #fff;
  padding: 27px 19px;
  border: 1.5px solid #73AEC5;
}
.widget-latest-news .widget-latest-news-title {
  margin-bottom: 30px;
}
.widget-latest-news .widget-latest-news-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #73AEC5;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.22px;
  text-transform: uppercase;
}
.widget-latest-news .widget-latest-news-title a .see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #f0f4f6;
  width: 29px;
  height: 29px;
}
.widget-latest-news .widget-latest-news-title a .see-more img {
  width: 29px;
}
.widget-latest-news .widget-latest-news-wrapper .news-item {
  display: block;
  margin-bottom: 20px;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-image-wrapper {
  display: none;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data {
  padding: 0;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-time {
  display: block;
  color: #214d72;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 1rem;
  padding-left: 15px;
  position: relative;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-time:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #214d72;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-category-wrapper {
  display: none;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title a {
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title .live-dot .blob-wrapper {
  height: 16px;
  width: 16px;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-title .live-dot .blob-wrapper .blob {
  width: 8px;
  height: 8px;
}
.widget-latest-news .widget-latest-news-wrapper .news-item .news-item-data .news-item-data-wrapper .news-item-description {
  display: none;
}

.news-list {
  padding-top: 3.1rem;
}
@media (min-width: 1265px) {
  .news-list {
    padding-top: 5rem;
  }
}
@media (min-width: 1265px) {
  .news-list .section-subheader .section-subtitle-wrapper .section-subtitle {
    font-size: 2.4rem;
    line-height: 91.667%;
    letter-spacing: -0.24px;
  }
}
.news-list .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news-list .four-box-news-wrapper {
    margin-bottom: 2.8rem;
  }
}
.news-list .four-box-news-wrapper .four-box-news {
  margin-bottom: 4.7rem;
}
@media (min-width: 1265px) {
  .news-list .four-box-news-wrapper .four-box-news {
    margin-bottom: 7.7rem;
  }
}
.news-list .four-box-news-wrapper .four-box-news .news-item {
  margin-bottom: 20px;
  display: block;
}
.news-list .four-box-news-wrapper .four-box-news .news-item.video-item .news-item-image-wrapper .news-item-image::before {
  width: 50px;
  height: 50px;
  background-size: 50px auto;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-image-wrapper {
  width: 100%;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-image-wrapper .news-item-image::after {
  padding-top: 54%;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-data {
  position: relative;
  padding-top: 17px;
  padding-left: 0;
  padding-top: 10px;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-data .news-item-category-wrapper {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  bottom: 100%;
  border-radius: 0 18px 0 7px;
  padding: 6px 12px 6px 7px;
  background-color: #fff;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-data .news-item-title a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-data .news-item-title a .live-dot .blob-wrapper {
  width: 16px;
  height: 16px;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-data .news-item-title a .live-dot .blob-wrapper .blob {
  width: 8px;
  height: 8px;
}
.news-list .four-box-news-wrapper .four-box-news .news-item .news-item-data .news-item-description {
  display: none;
}

.pagination-wrapper {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .pagination-wrapper {
    margin: 50px0;
  }
}
.pagination-wrapper .pagination {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrapper .pagination .page-item:not(:last-of-type) {
  margin-right: 0.8rem;
}
.pagination-wrapper .pagination .page-item.prev .page-link, .pagination-wrapper .pagination .page-item.next .page-link {
  transition: 0.2s linear;
}
.pagination-wrapper .pagination .page-item.prev .page-link span svg path, .pagination-wrapper .pagination .page-item.next .page-link span svg path {
  transition: 0.2s linear;
  fill: #73AEC5;
}
.pagination-wrapper .pagination .page-item.prev .page-link span, .pagination-wrapper .pagination .page-item.next .page-link span {
  display: flex;
  align-items: center;
}
.pagination-wrapper .pagination .page-item.prev .page-link:hover span svg path, .pagination-wrapper .pagination .page-item.next .page-link:hover span svg path {
  fill: #214d72;
}
.pagination-wrapper .pagination .page-item.prev .page-link.active span svg path, .pagination-wrapper .pagination .page-item.next .page-link.active span svg path {
  fill: #214d72;
}
.pagination-wrapper .pagination .page-item .page-link {
  font-size: 17px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: 0.2s linear;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #214d72;
  font-weight: 700;
  border: 2px solid #73AEC5;
  border-radius: 50%;
  background: #fff;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  background-color: transparent;
  border: 2px solid #214d72;
}
.pagination-wrapper .pagination .page-item:hover .page-link {
  background-color: transparent;
  border: 2px solid #214d72;
}

.app-promo {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .app-promo {
    padding: 3rem 0;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .app-promo {
    padding: 8rem 0 9rem;
  }
}
.app-promo .app-promo-content {
  margin-inline: -1.5rem;
  padding: 4.2rem 1.5rem;
  background: linear-gradient(180deg, #94c1d8 0%, #225076 59.13%);
  position: relative;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content {
    border-radius: 18px;
    padding: 4.2rem 2.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(90deg, #94c1d8 0%, #225076 59.13%);
  }
}
@media (min-width: 992px) {
  .app-promo .app-promo-content {
    margin-inline: 0;
    padding: 0;
  }
}
.app-promo .app-promo-content::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 530px;
  height: 530px;
  background-image: url("../img/app-promo-shape.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content::before {
    left: unset;
    right: 0;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .app-promo .app-promo-content::before {
    width: 530px;
    height: 530px;
  }
}
.app-promo .app-promo-content .app-promo-text {
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content .app-promo-text {
    margin-bottom: 0;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .app-promo .app-promo-content .app-promo-text {
    padding: 45px 0 45px 55px;
  }
}
.app-promo .app-promo-content .app-promo-text .promo-title {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 1rem;
}
@media (min-width: 1265px) {
  .app-promo .app-promo-content .app-promo-text .promo-title {
    font-size: 4.2rem;
    line-height: 111.905%;
    letter-spacing: -0.42px;
    margin-bottom: 5px;
  }
}
.app-promo .app-promo-content .app-promo-text p {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  margin-bottom: 3.9rem;
}
@media (min-width: 1265px) {
  .app-promo .app-promo-content .app-promo-text p {
    font-size: 1.6rem;
    line-height: 162.5%;
    margin-bottom: 2.5rem;
  }
}
.app-promo .app-promo-content .app-promo-text .app-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app-promo .app-promo-content .app-promo-text .app-icons a {
  display: block;
  flex: 0 0 calc(50% - 0.85rem);
  width: calc(50% - 0.85rem);
  max-width: 157px;
  margin-right: 1.7rem;
}
.app-promo .app-promo-content .app-promo-text .app-icons a:last-of-type {
  margin-right: 0;
}
.app-promo .app-promo-content .app-promo-text .app-icons a img {
  border-radius: 5px;
}
.app-promo .app-promo-content .app-promo-image {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .app-promo .app-promo-content .app-promo-image {
    position: absolute;
    height: auto;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
  }
}
@media (min-width: 1240px) {
  .app-promo .app-promo-content .app-promo-image {
    right: -70px;
  }
}

.homepage-tag-wrapper {
  padding-bottom: 2.6rem;
  padding-top: 4.6rem;
}
@media (min-width: 992px) {
  .homepage-tag-wrapper {
    padding-top: 4rem;
  }
}
@media (min-width: 1265px) {
  .homepage-tag-wrapper {
    padding-bottom: 3.8rem;
  }
}
.homepage-tag-wrapper .section-title-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .homepage-tag-wrapper .section-title-wrapper {
    margin-bottom: 35px;
  }
}
.homepage-tag-wrapper .section-title-wrapper .section-title {
  display: block;
  color: #323232;
  font-size: 30px;
  text-transform: none;
  font-weight: 800;
  line-height: 100%;
}
@media (min-width: 992px) {
  .homepage-tag-wrapper .section-title-wrapper .section-title {
    font-size: 37px;
  }
}
.homepage-tag-wrapper .homepage-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1265px) {
  .homepage-tag-wrapper .homepage-tag {
    justify-content: flex-start;
  }
}
.homepage-tag-wrapper .homepage-tag .homepage-tag-item {
  display: block;
  border-radius: 100px;
  border: 1px solid #214d72;
  padding: 0.6rem 1.5rem;
  color: #323232;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  transition: 0.2s linear;
}
.homepage-tag-wrapper .homepage-tag .homepage-tag-item:hover {
  border: 1px solid #3C83A4;
}

footer {
  position: relative;
  padding: 5.2rem 0 2.7rem;
  background: linear-gradient(180deg, #214d72 22.5%, #2b6494 77.4%);
}
@media (min-width: 992px) {
  footer {
    padding: 5.9rem 0 2.7rem;
  }
}
footer .footer-top {
  position: relative;
  padding-bottom: 3.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  footer .footer-top {
    padding-bottom: 6.2rem;
    display: flex;
    align-items: flex-start;
  }
}
footer .footer-top .footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.4rem;
}
@media (min-width: 768px) {
  footer .footer-top .footer-menu {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu {
    order: 2;
    flex: 1;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
footer .footer-top .footer-menu .footer-item {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .footer-top .footer-menu .footer-item {
    margin-bottom: 0;
    padding-right: 30px;
  }
  footer .footer-top .footer-menu .footer-item:last-of-type {
    margin-right: 0;
  }
}
footer .footer-top .footer-menu .footer-item .footer-link {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu .footer-item .footer-link {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    letter-spacing: -0.18px;
  }
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  letter-spacing: -0.14px;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link {
    font-size: 1.6rem;
    letter-spacing: -0.16px;
    line-height: 137.5%;
  }
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link:hover {
  font-weight: 700;
}
footer .footer-top .footer-menu .footer-item .footer-submenu .footer-submenu-item .footer-submenu-link.active {
  font-weight: 700;
}
footer .footer-top .social {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  footer .footer-top .social {
    order: 3;
    margin-bottom: 0;
    margin-left: auto;
  }
}
footer .footer-top .footer-logo {
  display: block;
  max-width: 109px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  footer .footer-top .footer-logo {
    order: 1;
    margin-inline: 0;
    flex: 0 0 156px;
    width: 156px;
    max-width: 156px;
    margin-right: 120px;
  }
}
@media (min-width: 1265px) {
  footer .footer-top .footer-logo {
    margin-right: 170px;
  }
}
footer .footer-bottom {
  position: relative;
  padding-top: 1.9rem;
}
@media (min-width: 768px) {
  footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer-bottom .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  footer .footer-bottom .copyright-wrapper {
    margin-bottom: 0;
  }
}
footer .footer-bottom .language-wrapper {
  position: relative;
}
footer .footer-bottom .language-wrapper .current-language {
  display: flex;
  align-items: center;
}
footer .footer-bottom .language-wrapper .current-language span {
  display: flex;
  align-items: center;
}
footer .footer-bottom .language-wrapper .current-language span svg path {
  fill: #fff;
}
footer .footer-bottom .language-wrapper .current-language span.language {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.14px;
  padding: 0 0.7rem 0 1rem;
}
footer .footer-bottom .language-wrapper .language-list {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  width: auto;
  right: 0;
  column-count: 2;
  column-gap: 2rem;
  box-shadow: 0 7px 12px -5px #214d72;
  background-color: #fff;
  padding: 1rem;
  z-index: 11;
  border-radius: 10px;
}
footer .footer-bottom .language-wrapper .language-list .language-item {
  display: block;
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f2f6f7;
  transition: 0.2s linear;
  position: relative;
  white-space: nowrap;
  padding-right: 2rem;
}
footer .footer-bottom .language-wrapper .language-list .language-item:hover {
  color: #3C83A4;
}
footer .footer-bottom .language-wrapper .language-list .language-item.active {
  color: #3C83A4;
}
footer .footer-bottom .language-wrapper .language-list.open-language {
  display: block;
  opacity: 1;
}
footer .footer-bottom .copyright {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 183.333%;
  letter-spacing: -0.12px;
  margin-bottom: 0;
  margin-right: 1.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer .footer-bottom .copyright {
    font-size: 1.4rem;
    letter-spacing: -0.14px;
    line-height: 157.143%;
  }
}
footer .footer-bottom a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.opinion-link-wrapper {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 200;
}
.opinion-link-wrapper .opinion-link {
  display: block;
  max-width: 80px;
}
@media (min-width: 992px) {
  .opinion-link-wrapper .opinion-link {
    max-width: 120px;
  }
}
.opinion-link-wrapper .opinion-link span {
  transition: 0.3s linear;
}
.opinion-link-wrapper .opinion-link .long {
  display: none;
  opacity: 0;
}
@media (min-width: 992px) {
  .opinion-link-wrapper .opinion-link:hover .short {
    opacity: 0;
    display: none;
  }
  .opinion-link-wrapper .opinion-link:hover .long {
    opacity: 1;
    display: block;
  }
}

.opinion-button {
  position: fixed;
  bottom: 30%;
  right: 0;
  width: 90px;
  height: 90px;
  background: linear-gradient(to bottom, #1e3c54, #397094);
  border-radius: 45px 0 0 45px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 200;
}

.opinion-button span {
  position: relative;
  font-size: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-family: "Roboto Serif", serif;
  text-shadow: -1px -1px 0 #73aec5, 1px -1px 0 #73aec5, -1px 1px 0 #73aec5, 1px 1px 0 #73aec5;
}

.opinion-button .o-text,
.opinion-button .full-text {
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.8);
}

.opinion-button .o-text {
  opacity: 1;
}

@media (min-width: 992px) {
  .opinion-button:hover {
    width: 210px;
    border-radius: 45px 0 0 45px;
  }
  .opinion-button:hover .o-text {
    opacity: 0;
  }
  .opinion-button:hover .full-text {
    opacity: 1;
  }
}

/*# sourceMappingURL=news-list.css.map */
