@charset "UTF-8";

/*!
    Theme Name: newTemplate
    Description: SiteLite
    Version: 1.0.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

html {
  min-width: 300px;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 310px;
  width: 100%;
  min-height: 100vh;
  height: auto;
}

h6,
h5,
h4,
h3,
h2,
h1,
body {
  font-family: "Raleway", Arial, sans-serif;
}

:root {
  --fz-all: 15px;
  --fz-h1: 1.8rem;
  --fz-h2: 1.5em;
  --fz-h3: 1.3rem;
  --fz-h4: 1.15rem;
  --fz-h5: 1rem;
  --fz-h6: .95rem;
}

@media (min-width: 768px) {
  :root {
    --fz-all: 16px;
    --fz-h1: 2.1rem;
    --fz-h2: 1.7em;
    --fz-h3: 1.4rem;
    --fz-h4: 1.3rem;
    --fz-h5: 1.1rem;
    --fz-h6: 1rem;
  }
}

@media (min-width: 1280px) {
  :root {
    --fz-all: 18px;
    --fz-h1: 3rem;
    --fz-h2: 2.3em;
    --fz-h3: 1.8rem;
    --fz-h4: 1.5rem;
    --fz-h5: 1.3rem;
    --fz-h6: 1.1rem;
  }
}

@media (min-width: 1920px) {
  :root {
    --fz-all: 18px;
    --fz-h1: 3.1rem;
    --fz-h2: 2.4em;
    --fz-h3: 1.9rem;
    --fz-h4: 1.6rem;
    --fz-h5: 1.4rem;
    --fz-h6: 1.2rem;
  }
}

@media (min-width: 2000px) {
  :root {
    --fz-all: 21px;
    --fz-h1: 3.3rem;
    --fz-h2: 2.5em;
    --fz-h3: 2.0rem;
    --fz-h4: 1.6rem;
    --fz-h5: 1.5rem;
    --fz-h6: 1.2rem;
  }
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: var(--fz-all);
}

h1 {
  font-size: var(--fz-h1);
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 1rem;
  color: #fff;
}

h2 {
  font-size: var(--fz-h2);
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 1rem;
  color: #fff;
}

h3 {
  font-size: var(--fz-h3);
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 1rem;
  color: #fff;
}

h4 {
  font-size: var(--fz-h4);
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 1rem;
  color: #fff;
}

h5 {
  font-size: var(--fz-h5);
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 1rem;
  color: #fff;
}

h6 {
  font-size: var(--fz-h6);
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 1rem;
  color: #fff;
}

a {
  color: #56DBC0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 800;
}

i,
em {
  font-style: italic;
}

strong em,
b em,
em b,
em strong,
strong i,
b i,
i b,
i strong {
  font-weight: 800;
  font-style: italic;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #002D59;
  color: #fff;
  line-height: 150%;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pls-container {
  width: 100%;
  max-width: calc(1080px + 6rem);
  margin: 0 auto;
  padding: 1.5rem 3.3rem 2.5rem;
}

@media (max-width: 1279px) {
  .pls-container {
    padding: 1rem 2.8rem 2rem;
  }
}

@media (max-width: 1079px) {
  .pls-container {
    padding: 1.5rem 2.3rem;
  }
}

@media (max-width: 767px) {
  .pls-container {
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 479px) {
  .pls-container {
    padding: 0.7rem 1rem;
  }
}

.page-nav__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.5rem 0;
  margin: 1rem 0 0;
  gap: 1rem;
  color: #fff;
}

.page-nav__links a {
  color: #56DBC0;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pls-content__heading .with_line {
  font-size: var(--fz-h1);
  font-weight: 900;
  color: #fff;
  background: transparent;
  text-align: center;
  border-bottom: 3px solid #56DBC0;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.5rem;
}

.pls-grad-triangle {
  width: 100%;
  height: 35px;
  background: -webkit-linear-gradient(271deg, #002D59 50%, #ffffff 51%);
  background: linear-gradient(179deg, #002D59 50%, #ffffff 51%);
}

.pls-grad-triangle_rev {
  background: -webkit-linear-gradient(271deg, #ffffff 50%, #002D59 51%);
  background: linear-gradient(179deg, #ffffff 50%, #002D59 51%);
}

.pls-grad-triangle_gray {
  background: -webkit-linear-gradient(271deg, #56DBC0 50%, #002D59 51%);
  background: linear-gradient(179deg, #56DBC0 50%, #002D59 51%);
}

.pls-grad-triangle_gray-rev {
  background: -webkit-linear-gradient(271deg, #ffffff 50%, #56DBC0 51%);
  background: linear-gradient(179deg, #ffffff 50%, #56DBC0 51%);
}

.pls-header {
  width: 100%;
  background: #002D59;
  position: relative;
  z-index: 40;
}

.pls-header__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

@media (max-width: 1079px) {
  .pls-header__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 639px) {
  .pls-header__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 479px) {
  .pls-header__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pls-header__logo {
  padding: 5px 0 0;
  background: transparent;
}

@media (max-width: 1079px) {
  .pls-header__logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 479px) {
  .pls-header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: calc(100% - 50px - 2rem);
  }
}

.pls-header__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 1079px) {
  .pls-header__nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.pls-header__btn {
  min-width: 200px;
  text-align: center;
}

.pls-header__btn-link {
  display: inline-block;
  padding: 1.2rem 1.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
  background: #56DBC0;
  color: #002D59;
  line-height: 100%;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 639px) {
  .pls-header__btn-link {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 479px) {
  .pls-header__btn-link {
    width: 100%;
    padding: 1rem;
  }
}

.pls-header__btn-link:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media (max-width: 1079px) {
  .pls-header__btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 639px) {
  .pls-header__btn {
    min-width: auto;
  }
}

@media (max-width: 479px) {
  .pls-header__btn {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.pls-logo__link {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.pls-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.pls-nav_prim {
  background: #10002b;
}

@media (max-width: 1079px) {
  .pls-nav {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: transparent;
    padding: 0;
  }
}

.pls-nav__container {
  padding-top: 0;
  padding-bottom: 0;
}

.pls-nav__btn {
  position: relative;
  z-index: 30;
  display: none;
  width: 50px;
  background: transparent;
  border: none;
}

@media (max-width: 1079px) {
  .pls-nav__btn {
    display: block;
  }
}

.pls-nav__btn:before,
.pls-nav__btn:after,
.pls-nav__btn div {
  background: #ffffff;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  margin: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pls-nav__btn:before {
  width: 25px;
}

.pls-nav__btn:after {
  width: 37px;
}

.pls-nav__btn.active:before {
  -webkit-transform: translateY(12px) rotate(135deg);
      -ms-transform: translateY(12px) rotate(135deg);
          transform: translateY(12px) rotate(135deg);
  background: #ffffff;
  width: 50px;
}

.pls-nav__btn.active:after {
  -webkit-transform: translateY(-12px) rotate(-135deg);
      -ms-transform: translateY(-12px) rotate(-135deg);
          transform: translateY(-12px) rotate(-135deg);
  background: #ffffff;
  width: 50px;
}

.pls-nav__btn.active div {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: #ffffff;
  width: 50px;
}

.pls-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.menu {
  list-style: none;
}

@media (max-width: 1079px) {
  .menu {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: fixed;
    left: -105%;
    top: 0;
    z-index: 20;
    bottom: 0;
    height: auto;
    overflow: auto;
    width: 420px;
    max-width: 100%;
    padding: 2rem 2rem 2rem 80px;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #10002b;
  }
  .menu.active {
    left: 0;
  }
}

.menu-item {
  position: relative;
}

.menu-item a {
  font-weight: 900;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 1rem;
  display: block;
}

.menu-item a.menu-link_prim {
  font-weight: normal;
}

@media (max-width: 1079px) {
  .menu-item a.menu-link_prim {
    font-weight: bold;
  }
  .menu-item a:hover,
.menu-item a:focus {
    text-decoration: none;
    color: #56DBC0;
  }
}

.menu-item:hover a,
.menu-item:focus a {
  text-decoration: none;
  color: #56DBC0;
}

.menu-item:hover a.menu-link_prim,
.menu-item:focus a.menu-link_prim {
  background: #56DBC0;
  color: #10002b;
}

@media (max-width: 1079px) {
  .menu-item:hover a.menu-link_prim,
.menu-item:focus a.menu-link_prim {
    background: transparent;
    color: #56DBC0;
  }
}

.menu-item:hover .sub-menu,
.menu-item:focus .sub-menu {
  display: block;
}

.menu-item:last-child:hover .sub-menu,
.menu-item:last-child:focus .sub-menu,
.menu-item:nth-last-child(-n+2):hover .sub-menu,
.menu-item:nth-last-child(-n+2):focus .sub-menu {
  left: unset;
  right: 0;
}

@media (max-width: 1079px) {
  .menu-item {
    margin-bottom: 1.5rem;
  }
}

.menu .sub-menu {
  display: none;
  width: 250px;
  position: absolute;
  background: #56DBC0;
  top: 100%;
  z-index: 50;
  left: 0;
}

@media (max-width: 1079px) {
  .menu .sub-menu {
    display: block;
    width: 100%;
    position: relative;
    background: transparent;
    padding-left: 1rem;
  }
}

.menu .sub-menu .menu-item {
  width: 100%;
  margin-bottom: 0;
}

.menu .sub-menu .menu-item a {
  text-transform: none;
  padding: 1rem 1.5rem;
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
}

.menu .sub-menu .menu-item a:hover,
.menu .sub-menu .menu-item a:focus {
  background: #abede0;
  text-decoration: none;
  color: #ffffff;
}

.menu .sub-menu .menu-item a:hover.menu-link_prim,
.menu .sub-menu .menu-item a:focus.menu-link_prim {
  background: #abede0;
  color: #10002b;
}

.menu .sub-menu .menu-item a.menu-link_prim {
  background: #56DBC0;
  color: #10002b;
}

@media (max-width: 1079px) {
  .menu .sub-menu .menu-item a {
    padding: 0.9rem;
    color: #ffffff;
    background: transparent;
  }
  .menu .sub-menu .menu-item a:hover,
.menu .sub-menu .menu-item a:focus {
    background: transparent;
    text-decoration: none;
    color: #56DBC0;
  }
  .menu .sub-menu .menu-item a.menu-link_prim {
    background: transparent;
    color: #ffffff;
  }
}

.wrapper-all {
  max-width: calc(1080px + 6rem);
  margin: 0 auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.pls-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  background: transparent;
}

.pls-content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}

@media (max-width: 1079px) {
  .pls-content__wrap {
    display: block;
  }
}

.pls-content__part-left {
  min-width: 0px;
}

.pls-content__part-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

@media (max-width: 1079px) {
  .pls-content__part-right {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.pls-content__part-right .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.pls-content__heading {
  margin-bottom: 2rem;
}

.pls-content__heading h1 {
  margin-top: 0;
}

.pls-body-sidebar {
  background: transparent;
  color: #56DBC0;
  background: #00426e;
  margin: 0 auto 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pls-body-sidebar .pls-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 20px;
}

.pls-body-sidebar_sing {
  margin-bottom: 1rem;
}

.pls-home-article,
.pls-post-onlysingle {
  padding: 2rem 0 1rem;
}

@media (max-width: 959px) {
  .pls-home-article,
.pls-post-onlysingle {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .pls-home-article,
.pls-post-onlysingle {
    padding: 1.5rem;
  }
}

@media (max-width: 479px) {
  .pls-home-article,
.pls-post-onlysingle {
    padding: 1rem;
  }
}

.pls-post-onlysingle {
  padding-top: 0;
}

.pls-home-content,
.pls-post-box {
  background: #002D59;
}

.pls-home-content .pls-content__wrap,
.pls-post-box .pls-content__wrap {
  padding-top: 1rem;
}

.pls-posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.pls-posts-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.pls-posts-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.pls-posts-list__item {
  background: transparent;
}

@media (max-width: 479px) {
  .pls-posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .pls-posts-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.pls-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  overflow: hidden;
  color: #fff;
}

.pls-post__img-link {
  text-decoration: none;
}

.pls-post__img-link img {
  border-radius: 10px;
}

.pls-post__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  text-decoration: none;
}

.pls-post__link:hover .pls-post__title {
  color: #56DBC0;
  text-decoration: none;
}

@media (max-width: 690px) {
  .pls-post__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pls-post__title {
  font-size: var(--fz-h6);
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  padding: 0.7rem 0;
  text-decoration: none;
  margin-bottom: 0;
}

.pls-post__title:hover {
  color: #56DBC0;
  text-decoration: none;
}

@media (max-width: 690px) {
  .pls-post__title {
    padding: 1rem;
    font-size: var(--fz-h5);
  }
}

.pls-post__text {
  padding: 1rem;
  margin-top: 0.5rem;
}

.pls-post__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  border-radius: 7px;
}

.pls-post__img img {
  display: block;
  font-size: 0;
}

@media (max-width: 479px) {
  .pls-post__img {
    width: 100%;
  }
  .pls-post__img img {
    width: 100%;
  }
}

.pls-post_big {
  background: transparent;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template: "img" "title" "text";
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pls-post_big > * {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (max-width: 690px) {
  .pls-post_big {
    -ms-grid-rows: auto auto;
        grid-template: "img" "title" "text";
  }
}

@media (max-width: 479px) {
  .pls-post_big {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
  }
}

.pls-post_big .pls-post__img-link {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
}

.pls-post_big .pls-post__link {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  align-self: flex-end;
  grid-area: title;
  display: block;
  padding: 1rem 1rem 0;
}

.pls-post_big .pls-post__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  padding: 0;
  font-size: 0.95rem;
  line-height: 135%;
}

@media (max-width: 690px){
  .pls-post_big .pls-post__img-link {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pls-post_big .pls-post__link {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .pls-post_big .pls-post__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media (max-width: 690px) {
  .pls-post_big .pls-post__text {
    padding: 0;
  }
}

@media (max-width: 690px) {
  .pls-post_big .pls-post__title {
    padding: 0.5rem 0;
  }
}

.pls-home-news {
  margin: 0 auto;
  padding-top: 1rem;
  background: #10002b;
}

.pls-home-news__container {
  padding-top: 3rem;
  max-width: calc(1080px + 6rem);
}

.pls-home-news__box {
  padding-bottom: 50px !important;
  position: relative;
}

@media (max-width: 359px) {
  .pls-home-news__box {
    padding-bottom: 40px !important;
  }
}

.pls-home-news__title {
  background: #10002b !important;
  color: #56DBC0 !important;
  max-width: calc(1080px + 6rem) !important;
}

.pls-home-news .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.pls-home-news .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 0;
}

.pls-home-news .swiper-pagination-bullet {
  background: #56dbc0;
}

.pls-home-news .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background: #56DBC0;
}

.pls-home-news .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}

.pls-news__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  line-height: 120%;
}

.pls-news__link:hover {
  color: #56DBC0;
}

.pls-news__img {
  font-size: 0;
  line-height: 0;
  display: block;
}

.pls-news__img img {
  border-radius: 10px;
  width: 100%;
  display: block;
}

@media (max-width: 959px) {
  .pls-news__img {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .pls-news__img img {
    width: 100%;
    display: block;
  }
}

.pls-news__info {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.pls-news__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.5rem 2rem 1.5rem;
  font-size: var(--fz-h4);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.77) 77%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.77) 77%);
  color: #ffffff;
}

@media (max-width: 959px) {
  .pls-news__text {
    font-size: var(--fz-h5);
  }
}

@media (max-width: 639px) {
  .pls-news__text {
    font-size: var(--fz-h6);
  }
}

@media (max-width: 359px) {
  .pls-news__text {
    position: relative;
    padding: 0.5rem 0;
    background: transparent;
  }
}

.pls-post-popular__link {
  text-decoration: none;
}

.pls-post-popular__title {
  text-decoration: none;
  font-weight: 700;
  margin: 0.5rem 0;
  color: #ffffff;
  font-size: var(--fz-h6);
  line-height: 130%;
}

.pls-post-popular__title:hover {
  color: #56DBC0;
}

.pls-post-popular__img {
  margin: 0;
}

.pls-post-popular__img img {
  display: block;
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.pls-post-popular__text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 130%;
}

@media (max-width: 639px) {
  .pls-post-popular__text {
    font-size: 0.825rem;
  }
}

.pls-footer {
  width: 100%;
  padding: 1.2rem;
  background: #10002b;
  font-size: 0.95rem;
  color: #ffffff;
}

.pls-footer a {
  color: #ffffff;
}

.pls-footer__container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .pls-footer__container {
    padding: 0.3rem;
  }
}

.pls-footer__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}

@media (max-width: 767px) {
  .pls-footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
}

.pls-footer__text {
  line-height: 150%;
}

.pls-home-slider {
  background: #002D59;
  padding-top: 40px;
  padding-bottom: 30px;
}

.pls-home-slider__box,
.pls-body-sidebar__box,
.pls-home-news__box {
  border-top: 5px solid #56DBC0;
  position: relative;
  padding-top: 2.2rem;
}

@media (max-width: 479px) {
  .pls-home-slider__box,
.pls-body-sidebar__box,
.pls-home-news__box {
    padding: 1.5rem 1rem 1rem;
  }
}

.pls-home-slider__title,
.rating-bk__title,
.pls-home-news__title {
  color: #56DBC0;
  position: absolute;
  display: inline-block;
  width: auto;
  padding: 1rem 1rem 1rem 0;
  text-transform: uppercase;
  background: #002D59;
  left: 0;
  top: -2.2rem;
}

@media (max-width: 479px) {
  .pls-home-slider__title,
.rating-bk__title,
.pls-home-news__title {
    padding: 0.5rem;
    top: -1.5rem;
    font-size: 1.125rem;
  }
}

.home-slider.swiper {
  padding-bottom: 2rem;
}

.home-slider.swiper.swiper-horizontal > .swiper-scrollbar {
  height: 10px;
  left: 0;
  width: 100%;
  background: #4d6379;
}

.home-slider.swiper.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #56DBC0;
  cursor: -webkit-grab;
  cursor: grab;
}

.pls-article {
  font-family: "Raleway", Arial, sans-serif;
}

.pls-article p {
  margin: 0.2rem 0 2rem;
}

.pls-article ul,
.pls-article ol {
  margin: 1.5rem 0 2rem;
}

.pls-article ul li,
.pls-article ol li {
  padding: 0.5rem 0 0.5rem 45px;
  position: relative;
  margin: 0.5rem 0;
}

.pls-article ul li:before,
.pls-article ol li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("images/all_elems/check_icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.pls-article ol {
  counter-reset: my-awesome-counter;
}

.pls-article ol li {
  counter-increment: my-awesome-counter;
  background: none;
}

.pls-article ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: var(--fz-h5);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #56DBC0;
  color: #10002b;
  font-variant-numeric: lining-nums;
  border-radius: 5px;
}

.pls-article li {
  padding: 0.5rem 0 0.5rem 3rem;
}

.pls-article blockquote {
  padding: 1.5rem;
  font-style: italic;
  background: #002D59;
  color: #fff;
}

.to-up {
  position: fixed;
  bottom: 2%;
  right: 3%;
  z-index: 15;
  width: 45px;
  display: block;
  height: 45px;
  background: url("images/all_elems/to_up.svg") 50% 50% no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.to-up_show {
  opacity: 0.75;
}

.to-up_show:hover {
  opacity: 1;
}

.btn-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 1rem;
  margin: 0.5rem 0;
  text-align: center;
}

.btn-box__link {
  font-family: "Raleway", Arial, sans-serif;
  display: inline-block;
  width: auto;
  padding: 1.5rem 3rem;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-decoration: none;
  border: none;
  background-size: 300% 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  position: relative;
}

.btn-box__link:hover {
  background-position: 100% 0;
}

.bet-btn {
  background-image: -webkit-linear-gradient(left, #009245, #CDF911, #00A8C5, #CDF911);
  background-image: linear-gradient(to right, #009245, #CDF911, #00A8C5, #CDF911);
  box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}

.bet-btn_blue {
  background-image: -webkit-linear-gradient(left, #3ea2ff, #0045a1, #3ea2ff, #0045a1);
  background-image: linear-gradient(to right, #3ea2ff, #0045a1, #3ea2ff, #0045a1);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.bet-btn_black {
  background-image: -webkit-linear-gradient(left, #29323c, #485563, #2b5876, #4e4376);
  background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.bet-btn_candy {
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.bet-btn_candy-blue {
  background: #060e83;
  background: -webkit-linear-gradient(bottom, #060e83 0%, #0c19b4 100%);
  background: linear-gradient(0deg, #060e83 0%, #0c19b4 100%);
  border: none;
}

.bet-btn_candy-blue:hover {
  background: #0003ff;
  background: -webkit-linear-gradient(bottom, #0003ff 0%, #027efb 100%);
  background: linear-gradient(0deg, #0003ff 0%, #027efb 100%);
}

.bet-btn_candy-green {
  background-color: #e2ff67;
  background-image: -webkit-linear-gradient(135deg, #e2ff67 0%, #CDF911 74%);
  background-image: linear-gradient(315deg, #e2ff67 0%, #CDF911 74%);
  border: none;
  color: #000000;
  z-index: 1;
  overflow: hidden;
}

.bet-btn_candy-green:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #CDF911;
  background-image: -webkit-linear-gradient(135deg, #CDF911 0%, #e2ff67 74%);
  background-image: linear-gradient(315deg, #CDF911 0%, #e2ff67 74%);
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bet-btn_candy-green:hover {
  color: #000000;
}

.bet-btn_candy-green:hover:after {
  top: 0;
  height: 100%;
}

.bet-btn_candy-green:active {
  top: 2px;
}

.rating-mini {
  display: inline-block;
  font-size: 0;
}

.rating-mini span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: lightgrey;
}

.rating-mini > span:before {
  content: "★";
}

.rating-mini > span.active {
  color: gold;
}

.rating-bk {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-width: 0px;
}

.rating-bk__container {
  width: 100%;
  max-width: calc(1080px + 6rem);
  margin: 0 auto 1rem;
  overflow: hidden;
}

.rating-bk__title {
  background: #00426e !important;
  color: #56DBC0 !important;
}

.rating-bk__table {
  width: 100%;
  overflow-x: auto;
}

.rating-bk__table img {
  max-width: 100%;
  border-radius: 5px;
  padding: 0.5rem;
}

.rating-bk__table table {
  width: 100%;
  min-width: 800px;
  background: transparent;
  overflow: hidden;
  border-collapse: collapse;
  border-spacing: 0 16px;
}

.rating-bk__table table thead {
  background: transparent;
  font-weight: bold;
  color: #fff;
}

.rating-bk__table table thead tr {
  background: transparent;
  border-bottom: 2px solid #56DBC0;
}

.rating-bk__table table th,
.rating-bk__table table td {
  padding: 1rem;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  color: #fff;
}

.rating-bk__table table tr {
  margin-bottom: 1rem;
  border-bottom: 2px solid #9adccf;
}

.rating-bk__link {
  display: inline-block;
  padding: 1rem 3rem;
  background: #56DBC0;
  border-radius: 5px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #10002b;
  text-decoration: none;
}

.rating-bk__link:hover {
  opacity: 0.7;
}

.rating-bk .bold {
  font-weight: bold;
}