/*!
    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: "Montserrat", 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: 17px;
    --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: 18px;
    --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: 900;
  line-height: 120%;
  margin: 0 0 1rem;
  color: #000000;
}

h2 {
  font-size: var(--fz-h2);
  font-weight: 900;
  line-height: 120%;
  margin: 0 0 1rem;
  color: #000000;
}

h3 {
  font-size: var(--fz-h3);
  font-weight: 900;
  line-height: 120%;
  margin: 0 0 1rem;
  color: #000000;
}

h4 {
  font-size: var(--fz-h4);
  font-weight: 900;
  line-height: 120%;
  margin: 0 0 1rem;
  color: #000000;
}

h5 {
  font-size: var(--fz-h5);
  font-weight: 900;
  line-height: 120%;
  margin: 0 0 1rem;
  color: #000000;
}

h6 {
  font-size: var(--fz-h6);
  font-weight: 900;
  line-height: 120%;
  margin: 0 0 1rem;
  color: #000000;
}

a {
  color: #0095ff;
  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: 700;
  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: url("./images/bg.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
  color: #070807;
  line-height: 150%;
}

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

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

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

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

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

@media (max-width: 479px) {
  .fz-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: #ffffff;
}

.page-nav__links a {
  color: #0095ff;
}

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

.fz-home-cats__title,
.fz-bookmakers__title,
.fz-experts__title,
.fz-home-news__title,
.fz-home-pop__title {
  color: #ffffff;
  background: #0077ff;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px 5px 0 0;
  padding: 1rem 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.fz-home-cats__title::after,
.fz-bookmakers__title::after,
.fz-experts__title::after,
.fz-home-news__title::after,
.fz-home-pop__title::after {
  content: "5-0";
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 150px;
  padding: 1rem;
}

@media (max-width: 479px) {
  .fz-home-cats__title::after,
.fz-bookmakers__title::after,
.fz-experts__title::after,
.fz-home-news__title::after,
.fz-home-pop__title::after {
    display: none;
  }
}

@media (max-width: 639px) {
  .fz-home-cats__title,
.fz-bookmakers__title,
.fz-experts__title,
.fz-home-news__title,
.fz-home-pop__title {
    padding: 0.5rem 1rem;
  }
}

.fz-home-cats__title h1,
.fz-bookmakers__title h1,
.fz-experts__title h1,
.fz-home-news__title h1,
.fz-home-pop__title h1,
.fz-home-cats__title h2,
.fz-bookmakers__title h2,
.fz-experts__title h2,
.fz-home-news__title h2,
.fz-home-pop__title h2,
.fz-home-cats__title h3,
.fz-bookmakers__title h3,
.fz-experts__title h3,
.fz-home-news__title h3,
.fz-home-pop__title h3 {
  width: auto;
  margin: 0;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}

@media (max-width: 767px) {
  .fz-home-cats__title,
.fz-bookmakers__title,
.fz-experts__title,
.fz-home-news__title,
.fz-home-pop__title {
    gap: 0.7rem;
  }
}

.fz-white-block {
  position: relative;
  background: #ffffff;
  padding: 2rem 2rem 2.5rem;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 639px) {
  .fz-white-block {
    padding: 1rem;
  }
}

.fz-header {
  width: 100%;
  background: #0077ff;
  position: relative;
  z-index: 40;
}

.fz-header__container {
  width: 100%;
  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: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

@media (max-width: 479px) {
  .fz-header__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.fz-header__logo {
  background: transparent;
}

@media (max-width: 1079px) {
  .fz-header__logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 479px) {
  .fz-header__logo {
    max-width: calc(100% - 50px - 2rem);
  }
}

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

@media (max-width: 1079px) {
  .fz-header__nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

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

.fz-header__btn-link,
.bk-top__link,
.fz-bookmaker__btn {
  display: inline-block;
  padding: 1.2rem 1.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
  text-transform: uppercase;
  background: #0095ff;
  color: #070807;
  line-height: 100%;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 639px) {
  .fz-header__btn-link,
.bk-top__link,
.fz-bookmaker__btn {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 479px) {
  .fz-header__btn-link,
.bk-top__link,
.fz-bookmaker__btn {
    width: 100%;
    padding: 1rem;
  }
}

.fz-header__btn-link:hover,
.bk-top__link:hover,
.fz-bookmaker__btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media (max-width: 1079px) {
  .fz-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) {
  .fz-header__btn {
    min-width: auto;
  }
}

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

.fz-logo {
  padding: 0;
  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;
}

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

.fz-logo__link img {
  font-size: 0;
  line-height: 0;
}

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

.fz-nav_prim {
  background: transparent;
}

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

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

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

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

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

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

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

.fz-nav__btn.active {
  position: fixed;
  right: 2rem;
}

@media (max-width: 1079px) {
  .fz-nav__btn.active {
    right: 3.5rem;
  }
}

@media (max-width: 639px) {
  .fz-nav__btn.active {
    right: 2rem;
  }
}

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

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

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

.fz-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
    right: -105%;
    top: 0;
    z-index: 20;
    bottom: 0;
    height: auto;
    overflow: auto;
    width: 420px;
    max-width: 100%;
    padding: 2rem 80px 2rem 3rem;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #024c9c;
  }
  .menu.active {
    right: 0;
  }
}

.menu-item {
  position: relative;
}

.menu-item a {
  text-decoration: none;
  color: #ffffff;
  font-size: var(--fz-h6);
  padding: 0.7rem 1.2rem;
  border-radius: 5px;
  display: block;
}

@media (max-width: 1079px) {
  .menu-item a {
    font-weight: 900;
  }
  .menu-item a:hover,
.menu-item a:focus {
    text-decoration: none;
    color: #0095ff;
  }
}

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

.menu-item:hover a.menu-link_prim,
.menu-item:focus a.menu-link_prim {
  background: #0095ff;
  color: #ffffff;
}

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

.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: #0095ff;
  top: calc(100% - 5px);
  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;
  border-radius: 0;
}

.menu .sub-menu .menu-item a:hover,
.menu .sub-menu .menu-item a:focus {
  background: #0982ec;
  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: #0982ec;
  color: #ffffff;
}

.menu .sub-menu .menu-item a.menu-link_prim {
  background: #0095ff;
  color: #ffffff;
}

@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: #ffffff;
  }
  .menu .sub-menu .menu-item a.menu-link_prim {
    background: transparent;
    color: #ffffff;
  }
}

.wrapper-all {
  max-width: 100%;
  width: calc(1380px + 6.57rem);
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  background: transparent;
}

body.overflow {
  overflow: hidden;
}

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

.fz-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) {
  .fz-content__wrap {
    display: block;
  }
}

.fz-content__part-left {
  min-width: 0;
}

.fz-content__part-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

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

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

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

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

.fz-content__heading .with_line {
  color: #ffffff;
}

.fz-content__heading .with_line:after,
.fz-content__heading .with_line:before {
  font-size: 3rem;
}

.fz-home-article,
.fz-post-onlysingle {
  padding: 3rem;
  background: #ffffff;
  border-radius: 5px;
}

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

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

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

.fz-post-onlysingle {
  margin-bottom: 1.5rem;
}

.fz-home-content,
.fz-post-box {
  background: transparent;
  position: relative;
}

.fz-home-content__container,
.fz-post-box__container {
  padding-bottom: 0;
}

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

.fz-home-pop {
  background: transparent;
}

.fz-home-pop__container {
  width: 100%;
}

.fz-home-pop__content {
  padding: 2rem 2rem 1.5rem;
}

@media (max-width: 639px) {
  .fz-home-pop__content {
    padding: 1rem;
  }
}

.home-pop.swiper,
.fz-experts .swiper.experts-slider {
  padding-bottom: 3rem;
}

.home-pop.swiper.swiper-horizontal > .swiper-scrollbar,
.fz-experts .swiper.swiper-horizontal.experts-slider > .swiper-scrollbar {
  height: 10px;
  left: 0;
  width: 100%;
  background: #4e667a;
}

.home-pop.swiper.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.fz-experts .swiper.swiper-horizontal.experts-slider > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0095ff;
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

.fz-posts-list__item {
  background: #ffffff;
}

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

.fz-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: #e6e9ed;
  overflow: hidden;
  color: #000000;
}

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

.fz-post__img-link img {
  border-radius: 5px;
}

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

.fz-post__link:hover .fz-post__title {
  color: #0077ff;
  text-decoration: none;
}

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

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

.fz-post__title:hover {
  color: #0077ff;
  text-decoration: none;
}

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

.fz-post__text {
  padding: 1rem;
}

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

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

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

.fz-post_big {
  background: #e6e9ed;
  padding: 0;
  border-radius: 5px;
  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;
}

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

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

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

.fz-post_big .fz-post__img img {
  border-radius: 0;
}

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

.fz-post_big .fz-post__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  padding: 0.5rem 1.5rem 1rem;
  font-size: 0.95rem;
}

.fz-post_big .fz-post__title {
  padding: 1rem 1.5rem 0;
  font-size: var(--fz-h5);
  line-height: 120%;
  font-weight: 900;
}

.fz-home-news {
  margin: 0 auto;
  background: transparent;
}

.fz-home-news__container {
  position: relative;
  padding-bottom: 2.5rem;
  width: 100%;
}

.fz-home-news__content {
  padding: 2rem 2rem 3rem;
}

@media (max-width: 639px) {
  .fz-home-news__content {
    padding: 1rem 1rem 2rem;
  }
}

.fz-home-news__posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  -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;
  padding: 1px !important;
}

.fz-home-news__item {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}

@media (max-width: 959px) {
  .fz-home-news__item {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}

@media (max-width: 479px) {
  .fz-home-news__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.fz-news {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e6e9ed;
}

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

.fz-news__link:hover {
  color: #0077ff;
}

.fz-news__info {
  display: block;
  position: relative;
  width: 100%;
}

.fz-news__text {
  padding: 1rem 1.5rem;
  color: #070807;
  font-size: 1rem;
  line-height: 140%;
}

@media (max-width: 479px) {
  .fz-news__text p {
    display: none;
  }
}

.fz-news__img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  width: 100%;
  position: relative;
}

.fz-news__img img {
  font-size: 0;
  line-height: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fz-news__img img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}

@media (max-width: 959px) {
  .fz-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%;
  }
  .fz-news__img img {
    width: 100%;
  }
}

.fz-news__title {
  padding-bottom: 1rem;
  font-size: var(--fz-h5);
  line-height: 140%;
  font-weight: 900;
}

@media (max-width: 479px) {
  .fz-news__title {
    padding-bottom: 0;
  }
}

.home-news__arrow {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
}

.home-news__arrow:after,
.home-news__arrow:before {
  color: #0095ff;
}

@media (max-width: 767px) {
  .home-news__arrow:after,
.home-news__arrow:before {
    font-size: 2rem !important;
  }
}

.home-news__arrow:hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  .home-news__arrow {
    display: none !important;
  }
}

.home-news__pag {
  bottom: 5px !important;
}

.home-news__pag .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
}

@media (max-width: 767px) {
  .home-news__pag .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.home-news__pag .swiper-pagination-bullet {
  background: #0095ff;
  opacity: 0.2;
}

.home-news__pag .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0095ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fz-post-popular {
  background: #e6e9ed;
  border-radius: 5px;
  overflow: hidden;
}

.fz-post-popular__link {
  text-decoration: none;
  position: relative;
}

.fz-post-popular__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.fz-post-popular__title {
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  z-index: 20;
  color: #ffffff;
  margin: 0;
  font-size: var(--fz-h5);
  font-weight: 900;
  line-height: 120%;
}

.fz-post-popular__title:hover {
  color: #0077ff;
}

.fz-post-popular__img {
  border-radius: 5px;
  overflow: hidden;
}

.fz-post-popular__img img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
}

.fz-post-popular__img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fz-post-popular__text {
  color: #070807;
  font-size: 1rem;
  padding: 0 1rem 1rem;
  line-height: 130%;
}

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

.fz-experts {
  background: #032039;
  color: #070807;
}

.fz-experts__container {
  margin: 0 auto 1rem;
}

.fz-experts__title_big {
  font-size: var(--fz-h2);
  margin: 0;
}

.fz-experts__title_big:after,
.fz-experts__title_big:before {
  font-size: 3rem;
}

@media (max-width: 450px) {
  .fz-experts__title_big {
    font-size: var(--fz-h4);
  }
}

@media (max-width: 361px) {
  .fz-experts__title_big {
    font-size: var(--fz-h5);
  }
}

.fz-experts__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fz-experts__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fz-experts__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.fz-experts__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

@media (max-width: 1279px) {
  .fz-experts__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .fz-experts__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fz-experts__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media (max-width: 767px) {
  .fz-experts__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .fz-experts__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.fz-experts_single {
  background: #ffffff;
  padding-top: 40px;
}

.fz-experts_single .fz-experts__container {
  margin-top: 0;
}

.fz-expert {
  text-align: center;
  background: #ffffff;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.fz-expert__info {
  padding: 1rem 1.5rem 1rem 1rem;
  text-align: left;
}

@media (max-width: 479px) {
  .fz-expert__info {
    padding: 0.5rem;
  }
}

.fz-expert__img-link {
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 479px) {
  .fz-expert__img-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.fz-expert__link {
  text-decoration: none;
  color: #070807;
}

.fz-expert__link:hover {
  color: #0095ff;
}

.fz-expert__title {
  font-weight: 900;
  font-size: var(--fz-h5);
  display: block;
  margin: 0.5rem 0;
}

.fz-expert__title:hover {
  color: #0095ff;
}

.fz-expert__image {
  display: inline-block;
  border-radius: 100%;
}

.fz-expert__image img {
  display: block;
  font-size: 0;
  line-height: 0;
}

.fz-expert__spec {
  color: #070807;
}

.fz-expert-info {
  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: 4rem;
  margin-bottom: 1rem;
  font-size: var(--fz-h5);
}

@media (max-width: 900px) {
  .fz-expert-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.fz-expert-info__ava {
  display: inline-block;
  margin: 1rem 0;
  border-radius: 100%;
  border: 5px solid #0095ff;
}

.fz-expert-info__ava img {
  border-radius: 100%;
  border: 10px solid #032039;
  display: block;
  font-size: 0;
  line-height: 0;
}

.fz-expert-info__btn {
  text-align: center;
}

.fz-expert-posts {
  padding: 2rem 0 1rem;
  margin-top: 1rem;
}

.fz-expert-posts .fz-container {
  padding-top: 0;
}

.fz-expert-posts__title {
  font-weight: 900;
  text-transform: uppercase;
  color: #070807;
  padding-bottom: 1rem;
  border-bottom: 3px solid #0095ff;
  margin-bottom: 1rem;
}

.fz-expert-posts__list {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3rem;
}

@media (max-width: 550px) {
  .fz-expert-posts__list {
    gap: 2rem;
  }
}

.fz-expert-posts__item {
  -webkit-flex-basis: 29%;
      -ms-flex-preferred-size: 29%;
          flex-basis: 29%;
}

@media (max-width: 1020px) {
  .fz-expert-posts__item {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}

@media (max-width: 550px) {
  .fz-expert-posts__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.fz-expert-posts__link {
  color: #070807;
  font-size: var(--fz-h6);
  font-weight: bold;
  text-decoration: none;
  line-height: 110%;
}

.fz-expert-posts__link:hover {
  color: #0095ff;
}

.fz-expert-posts__text {
  margin: 0.5rem 0;
}

.fz-expert-posts__author {
  text-align: right;
}

.fz-expert-posts__author-link {
  color: #070807;
  opacity: 0.77;
}

.fz-expert-posts__author-link:hover {
  text-decoration: none;
  opacity: 1;
}

.cat-desc {
  max-height: 7000px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cat-desc__btn {
  margin: 1rem auto;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  border: 5px solid #0095ff;
  border-radius: 10px;
  color: #0095ff;
  background: transparent;
  cursor: pointer;
}

.cat-desc__btn:hover {
  border-color: #070807;
  color: #070807;
}

.cat-desc.hiding {
  max-height: 0;
  overflow: hidden;
}

.fz-footer {
  width: 100%;
  padding: 0 1.2rem 1.2rem;
  background: transparent;
  font-size: 0.95rem;
  color: #e6e9ed;
}

.fz-footer a {
  color: #e6e9ed;
}

.fz-footer__container {
  padding-bottom: 1rem;
}

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

.fz-footer__info {
  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: 3rem;
}

@media (max-width: 1023px) {
  .fz-footer__info {
    -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;
  }
}

.fz-footer__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.fz-footer__copy {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

.fz-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -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;
}

.fz-footer-menu .footer-menu-item {
  margin: 0;
}

.fz-footer-menu .footer-menu-item a {
  padding: 0.5rem 0;
}

@media (max-width: 1023px) {
  .fz-footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
  }
  .fz-footer-menu .footer-menu-item a {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .fz-footer-menu {
    gap: 0.5rem;
  }
}

.fz-bookmakers {
  background: transparent;
}

.fz-bookmakers__container {
  padding-bottom: 1.5rem;
}

.fz-bookmakers__content {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fz-bookmakers__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fz-bookmakers__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.fz-bookmakers__content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

@media (max-width: 1023px) {
  .fz-bookmakers__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .fz-bookmakers__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fz-bookmakers__content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media (max-width: 479px) {
  .fz-bookmakers__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .fz-bookmakers__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.fz-bookmaker {
  background: #ffffff;
  height: 100%;
  padding: 1rem;
  border: 2px solid #e6e9ed;
  border-radius: 5px;
  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;
  gap: 1rem;
  -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;
  text-align: center;
}

.fz-bookmaker__title {
  font-weight: 900;
  font-size: var(--fz-h4);
}

.fz-bookmaker__img {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  border-radius: 5px;
}

.fz-bookmaker__img img {
  max-height: 50px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: auto;
}

.fz-bookmaker__rating {
  font-size: var(--fz-h5);
}

.fz-bookmaker__rating span {
  font-weight: 600;
  border-bottom: 1px solid #0077ff;
}

.fz-bookmaker__bonus {
  border: 2px dashed #0077ff;
  padding: 0.5rem;
  border-radius: 5px;
  font-size: var(--fz-h6);
}

.fz-bookmaker__bonus span {
  font-size: var(--fz-h4);
  font-weight: 900;
  line-height: 150%;
}

.fz-bookmaker__link {
  width: 100%;
}

.fz-bookmaker__btn {
  display: block;
  width: 100%;
}

.fz-home-cats .home-slider__pag {
  bottom: 5px !important;
}

.fz-home-cats .home-slider__pag .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
}

@media (max-width: 767px) {
  .fz-home-cats .home-slider__pag .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.fz-home-cats .home-slider__pag .swiper-pagination-bullet {
  background: #0095ff;
  opacity: 0.2;
}

.fz-home-cats .home-slider__pag .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0095ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fz-home-cats .home-slider__arrow {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  color: #0095ff;
}

.fz-home-cats .home-slider__arrow:after,
.fz-home-cats .home-slider__arrow:before {
  color: #0095ff;
}

@media (max-width: 767px) {
  .fz-home-cats .home-slider__arrow:after,
.fz-home-cats .home-slider__arrow:before {
    font-size: 2rem !important;
  }
}

@media (max-width: 767px) {
  .fz-home-cats .home-slider__arrow {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .fz-home-cats .home-slider .swiper-button-next,
.fz-home-cats .home-slider .swiper-rtl .swiper-button-prev {
    right: 0 !important;
  }
  .fz-home-cats .home-slider .swiper-button-prev,
.fz-home-cats .home-slider .swiper-rtl .swiper-button-next {
    left: 0 !important;
  }
  .fz-home-cats .home-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.fz-home-cats .home-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
  }
}

.fz-home-cats .home-slider:hover .home-slider__arrow,
.fz-home-cats .home-slider:focus .home-slider__arrow {
  opacity: 1;
}

.fz-home-cats {
  background: #03335a;
  padding-bottom: 2rem;
}

.fz-home-cats__title {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .fz-home-cats__title {
    margin-top: 0.5rem;
  }
}

.fz-home-cats__title h1 {
  color: #ffffff;
}

.fz-article {
  font-family: "Montserrat", sans-serif;
}

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

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

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

.fz-article ul li:before,
.fz-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%;
}

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

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

.fz-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: #0077ff;
  color: #ffffff;
  font-variant-numeric: lining-nums;
  border-radius: 100%;
}

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

.fz-article blockquote {
  padding: 1.5rem;
  font-style: italic;
  background: #d7d8d7;
  color: #070807;
}

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

.bk-top {
  padding: 1rem;
  background: #03335a;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 2rem;
}

.bk-top__title {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0.5rem 0 1rem;
  padding: 0;
  font-weight: 900;
  font-size: var(--fz-h5);
}

.bk-top__title:after,
.bk-top__title:before {
  font-size: var(--fz-h3);
  color: #0095ff;
  font-weight: 900;
}

.bk-top__header {
  font-weight: 600;
}

.bk-top__list {
  width: 100%;
}

.bk-top__list td {
  padding: 0.7rem;
  vertical-align: middle;
}

.bk-top__list td img {
  display: block;
  line-height: 0;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 5px;
}

.bk-top__list tbody tr:nth-child(odd) {
  background: #084e83;
}

.bk-top__link {
  padding: 0.7rem 0.9rem;
  font-size: 0.8rem;
}

@media (max-width: 479px) {
  .bk-top__link {
    padding: 0.65rem;
  }
}

@media (max-width: 359px) {
  .bk-top__link {
    padding: 0.5rem;
  }
}

.bg-banner {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  background: url("images/bg_banner.jpg") top center no-repeat #e5e5e5;
}

@media (max-width: 1925px) {
  .bg-banner {
    background-size: 102.6% auto;
  }
}

@media (max-width: 1400px) {
  .bg-banner {
    background-size: 135% auto;
  }
}

@media (max-width: 600px) {
  .bg-banner {
    background-image: url("images/bg_banner_mob.jpg");
    background-size: 100% auto;
  }
}

@media (max-width: 400px) {
  .bg-banner {
    background-image: url("images/bg_banner_mob.jpg");
    background-size: 130% auto;
  }
}