/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
.photo.left {
    float: left;
    margin-right: 20px;
}

/*Clear Styles Start*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h5,
h6,
p {
  margin-bottom: 0;
  margin-top: 0;
}

h2, h3, h4 {
  margin-bottom: 20px;
  margin-top: 0;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

a {
  text-decoration: none;
  color: #3478f9;
}

strong {
	font-weight: bold;
}

ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

ol {
    list-style-type: decimal;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

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

/*Clear Styles End*/

body {
  font-family: "Commissioner", sans-serif;
  background-color: #ffffff;
  color: #1a2024;
}

.container {
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 390px) {
  .container {
    max-width: 390px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header-top {
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-mobile {
  display: none;
}

.header-top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 56px;
}

.top-menu-link {
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1a2024;
  -webkit-transition: color 350ms linear;
  -o-transition: color 350ms linear;
  transition: color 350ms linear;
}

.top-menu-link:hover,
.top-menu-link:focus {
  color: #3478f9;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-center {
  background-color: #3478f9;
  padding-top: 17px;
  padding-bottom: 17px;
}

.header-center-box {
  width: 33.3%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-center-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.header-center-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-center-logo a img,
.header-mobile-logo a img {
	width: 141px;
}

.header-center-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-icons {
  fill: transparent;
  stroke: #ffffff;
}

.weather-icon {
	/*fill: #ffffff;*/
}

.info-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-items .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.info-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.header-center-languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.change-language {
	font-weight: 500;
	text-transform: lowercase;
	color: #48535b;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
}

.post-content-info-social-link svg {
	margin-top: 8px;
}

.languages-item-link {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.languages-item-link.disabled-lang {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}


.header-center-languages .languages-item-link::after {
  content: "";
  position: absolute;
  width: 28px;
  background-color: #ffffff;
  height: 1px;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.languages-item-link:hover {
	text-decoration: underline;
}

.header-center-languages .active-language {
  font-weight: 600;
}

.header-center-languages .active-language::after {
  opacity: 1;
}

.tools-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.header-center-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.search-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.header-navigation {
  background-color: #000714;
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-menu,
.footer .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 954px) {
  .main-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.menu-item-link.active {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3478f9;
}

.footer .menu-item-link,
.menu-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 350ms linear;
  -o-transition: color 350ms linear;
  transition: color 350ms linear;
  padding: 8px 8px;
}

.has-dropdown {
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.menu-item-link:hover,
.menu-item-link:focus {
  color: #3478f9;
}

.has-dropdown .menu-item-link:hover,
.has-dropdown .menu-item-link:focus {
  color: #ffffff;
}

.has-dropdown .menu-item-link::after {
  content: url("../images/arrow-down.svg");
  width: 16px;
  height: 16px;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.main-menu-item.has-dropdown:hover .menu-item-link::after,
.main-menu-item.has-dropdown:focus .menu-item-link::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.li.main-menu-item.has-dropdown.first .menu-item-link::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-menu-item.has-dropdown {
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.main-menu-item.has-dropdown:hover,
.main-menu-item.has-dropdown:focus {
  color: #ffffff;
  background-color: #3478f9;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 156px;
  z-index: 1;
}

.dropdown-menu .dropdown-menu-link a {
  display: block;
  padding: 12px 32px;
  color: #ffffff;
  background-color: #3478f9;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -webkit-transition: background-color 350ms linear;
  -o-transition: background-color 350ms linear;
  transition: background-color 350ms linear;
}

.dropdown-menu .dropdown-menu-link a:hover,
.dropdown-menu .dropdown-menu-link a:focus {
  background-color: #000714;
}

.main-menu-item.has-dropdown:hover .dropdown-menu,
.main-menu-item.has-dropdown:focus .dropdown-menu {
  display: block;
}

li.main-menu-item.has-dropdown.last {
  width: 146px;
}


li.main-menu-item.has-dropdown.first {
  width: 156px;
}

li.main-menu-item.has-dropdown.last:hover,
li.main-menu-item.has-dropdown.last:focus,
li.main-menu-item.has-dropdown.last .dropdown-menu {
  width: 177px;
}

li.main-menu-item.has-dropdown.first:hover,
li.main-menu-item.has-dropdown.first:focus,
li.main-menu-item.has-dropdown.first .dropdown-menu {
  width: 156px;
}

.has-dropdown .active::after {
  content: url(../images/arrow-down-active.svg);
}

.main-menu-item.has-dropdown:hover .menu-item-link::after,
.main-menu-item.has-dropdown:focus .menu-item-link::after {
  content: url(../images/arrow-down.svg);
}

@media screen and (max-width: 1188px) {
  .header-top-menu {
    gap: 18px;
  }

  .info-item-title {
    font-size: 16px;
  }

  .info-item-text {
    font-size: 12px;
  }
}

/*Header Mobile*/

.header-mobile-top {
  padding-top: 12px;
  padding-bottom: 12px;
}

.mobile-info-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.mobile-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.mobile-header-icons {
  fill: #ffffff;
  stroke: #3478f9;
}

.mobile-item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #3478f9;
}

.mobile-item-text .mobile-day {
	text-transform: capitalize;
}

.mobile-item-text-strong {
  font-weight: 500;
}

.header-mobile-center {
  background-color: #3478f9;
  padding-top: 16px;
  padding-bottom: 16px;
}

.open-menu-icon,
.close-menu-icon {
  fill: #ffffff;
  stroke: #ffffff;
}

.close-menu-icon {
  fill: #1a2024;
}

.mobile-menu.is-open {
	overflow-y: auto;
	z-index: 99999;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  gap: 40px;
}

.mobile-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding-left: 16px;
  padding-top: 34px;
}

.mobile-main-menu-items,
.mobile-second-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.mobile-main-menu-link,
.mobile-second-menu-link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0a1829;
}

.mobile-second-menu-link {
  font-weight: 400;
}

.mobile-main-menu-link,
.mobile-second-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: 64px;
  -webkit-transition: color 350ms linear;
  -o-transition: color 350ms linear;
  transition: color 350ms linear;
}

.mobile-main-menu-link:hover,
.mobile-second-menu-link:focus {
  color: #3478f9;
}

.has-dropdown {
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.has-dropdown .mobile-main-menu-link::after {
  content: url("../images/arrow-down-mob.svg");
  width: 16px;
  height: 16px;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.mobile-main-menu-item.has-dropdown:hover .mobile-main-menu-link::after,
.mobile-main-menu-item.has-dropdown:focus .mobile-main-menu-link::after {
  content: url("../images/arrow-top-mob.svg");
}

.mobile-main-menu-item.has-dropdown {
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.mobile-main-menu-item.has-dropdown:hover,
.mobile-main-menu-item.has-dropdown:focus {
  color: #ffffff;
}

.dropdown-mobile-menu {
  display: none;
  background-color: #f9f9f9;
  min-width: 156px;
  z-index: 1;
}

.dropdown-mobile-menu {
  margin-top: 8px;
}

.dropdown-mobile-menu .dropdown-mobile-menu-link a {
  display: block;
  padding: 16px 32px 16px 64px;
  color: #0a1829;
  background-color: #f4f5fc;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -webkit-transition: background-color 350ms linear;
  -o-transition: background-color 350ms linear;
  transition: background-color 350ms linear;
}

.dropdown-menu .dropdown-menu-link a:hover,
.dropdown-menu .dropdown-menu-link a:focus {
  background-color: #000714;
}

.mobile-main-menu-item.has-dropdown:hover .dropdown-mobile-menu,
.mobile-main-menu-item.has-dropdown:focus .dropdown-mobile-menu {
  display: block;
}

.mobile-divider {
  margin-left: 64px;
  margin-right: 36px;
  border: 1px solid #3478f9;
}

.mobile-languages-menu {
  margin-left: 64px;
}

.mobile-languages-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.mobile-languages-item-link {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0a1829;
  position: relative;
  -webkit-transition: color 350ms linear;
  -o-transition: color 350ms linear;
  transition: color 350ms linear;
}

.mobile-languages-item-link.disabled-lang {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.mobile-languages-item-link.active-language {
  font-weight: 600;
  color: #3478f9;
}

.mobile-languages-item-link:hover,
.mobile-languages-item-link:focus {
  color: #3478f9;
}

.mobile-languages-item-link::after {
  content: "";
  position: absolute;
  width: 28px;
  background-color: #3478f9;
  height: 2px;
  left: 0;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.mobile-languages-item-link.active-language::after {
  opacity: 1;
}

.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-social {
  margin-left: 64px;
}

.mobile-social-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.mobile-social-item .mobile-social-item-link .mobile-social-icons {
  fill: #0a1829;
  -webkit-transition: fill 350ms linear;
  -o-transition: fill 350ms linear;
  transition: fill 350ms linear;
}

.mobile-social-item:hover .mobile-social-item-link .mobile-social-icons,
.mobile-social-item:focus .mobile-social-item-link .mobile-social-icons {
  fill: #3478f9;
}

.mobile-copyright {
  margin-left: 64px;
  margin-right: 36px;
  margin-bottom: 40px;
}

.mobile-copyright-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #0a1829;
}

.mobile-copyright-text .light-text {
  display: block;
  padding-top: 20px;
  font-weight: 400;
}

.header-mobile-bottom .header-navigation {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 730px) {
	.header-mobile-bottom .header-navigation:not(.home-page) .main-menu {
		padding-top: 12px;
		padding-bottom: 12px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-x: scroll;
	}
}

@media screen and (min-width: 955px) {
	.header-mobile-bottom .header-navigation .main-menu .main-menu-item.latest-news {
		display: none;
	}
}

@media screen and (max-width: 954px) {
	.header-mobile-bottom .header-navigation.home-page .main-menu .main-menu-item:not(.latest-news),
	.header-mobile-bottom .header-navigation:not(.home-page) .main-menu .main-menu-item.latest-news {
		display: none;
	}
	.header-mobile-bottom .header-navigation .main-menu .main-menu-item.latest-news a::after,
	.header-mobile-bottom .header-navigation .main-menu .main-menu-item.latest-news a::before {
		content: url(../images/arrow-down.svg);
		width: 16px;
		height: 16px;
	}
	
	.header-mobile-bottom .header-navigation .main-menu .main-menu-item.latest-news a::after {
		margin: 0 0 0 30px;
	}
	
	.header-mobile-bottom .header-navigation .main-menu .main-menu-item.latest-news a::before {
		margin: 0 30px 0 0;
	}
}

@media screen and (max-width: 954px) {
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
}

@media screen and (max-width: 954px) and (min-width: 420px) {
  .mobile-header-icons {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 700px) {
  .main-menu-item.has-dropdown:hover .dropdown-menu,
  .main-menu-item.has-dropdown:focus .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-top: 12px;
    overflow-x: scroll;
  }

  .header-mobile-bottom li.main-menu-item.has-dropdown.last:hover,
  .header-mobile-bottom li.main-menu-item.has-dropdown.last:focus,
  .header-mobile-bottom li.main-menu-item.has-dropdown.last .dropdown-menu,
  .header-mobile-bottom li.main-menu-item.has-dropdown.first:hover,
  .header-mobile-bottom li.main-menu-item.has-dropdown.first:focus,
  .header-mobile-bottom li.main-menu-item.has-dropdown.first .dropdown-menu {
    width: 100vw;
  }
}

@media screen and (max-width: 420px) {
  .mobile-header-icons {
    width: 16px;
    height: 16px;
  }
}

.footer {
  background-color: #000714;
}

.footer-content {
  padding: 32px 171px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

.footer-social-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.footer-social-item .footer-social-link svg {
  stroke: transparent;
  fill: #ffffff;
  -webkit-transition: fill 350ms linear;
  -o-transition: fill 350ms linear;
  transition: fill 350ms linear;
}

.footer-social-item .footer-social-link:hover svg,
.footer-social-item .footer-social-link:focus svg {
  fill: #3478f9;
}

.footer-copyright {
  padding-left: 16px;
  padding-right: 16px;
}

.footer-copyright-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.strong-copyright-text {
  display: block;
  font-weight: 700;
  margin-top: 20px;
}

.footer-info-image img {
  min-width: 119px;
  min-height: 42px;
}

.footer-info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-info-description-text,
.footer-trust-description-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.footer-trust-description-text {
	margin: 5px 0 25px;
}

.footer-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-trust-info,
.footer-newsguard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.footer-address-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.footer-address-email {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.footer-address-email:hover,
.footer-address-email:focus {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .footer-content {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 390px) {
  .footer-copyright-text {
    text-align: left;
    font-size: 14px;
  }
  .strong-copyright-text {
    font-weight: 400;
  }

  .footer-info-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-info-description-text {
    font-size: 14px;
  }

  .footer-trust-description-text {
    font-size: 14px;
  }

  .footer-review {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 32px;
  }

  .footer-address-info {
    font-size: 14px;
    text-align: left;
  }
}

/*News Page*/

.main-news {
  margin-top: 120px;
  margin-bottom: 88px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.main-news .main-news-sidebar {
  width: 400px;
  min-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000714;
  gap: 56px;
  padding-bottom: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.news-author-image {
  margin-top: -88px;
}

.news-author-image img {
	margin: 0 auto;
	width: 100%;
}

.news-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.author-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.author-field a {
  color: #fff;
  -webkit-transition: color 350ms linear;
  -o-transition: color 350ms linear;
  transition: color 350ms linear;
}

.author-field a:hover {
  color: #3478f9;
}

.author-field .location-icon,
.author-field .phone-icon,
.author-field .email-icon {
  stroke: none;
}

.author-icons {
  fill: #ffffff;
  stroke: #ffffff;
}

.author-info-location-text {
  max-width: 324px;
}

.info-social-list .info-social-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

.info-social-list .info-social-item:last-child {
  margin: 0;
}

.info-social-item .author-icons {
  fill: none;
}

.featured-posts-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #3478f9;
  padding: 16px 0px;
  margin-bottom: 8px;
}

.featured-posts-bgpost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  background-color: #3478f9;
  padding: 20px;
  margin-bottom: 16px;
}

.posts-bgpost-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.play-icon {
  stroke: none;
  fill: none;
}

.posts-video-image {
  position: relative;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-container,
.text-posts-post,
.featured-posts-video {
  margin-bottom: 16px;
}

.text-post-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.text-post-post-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
  margin-bottom: 8px;
}

.sidebar-divider {
  height: 1px;
  background-color: rgba(52, 120, 249, 0.4);
  margin-bottom: 16px;
}

/*Main News Content*/
.author-name {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000714;
}

.main-news-content {
  margin-top: -88px;
}

.main-news-author {
  margin-bottom: 32px;
}

.author-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #3478f9;
  margin-top: 16px;
}


@media screen and (min-width: 768px) {

.navigation #main {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.content {

}

}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs label {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 32px;
  margin-right: 8px;
  cursor: pointer;
  background-color: #f4f5fc;
  color: #000714;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: background-color 350ms linear;
  -o-transition: background-color 350ms linear;
  transition: background-color 350ms linear;
}

.tab-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #000714;
}

.tab-image-wide,
.tab-text,
.tab-multiply-images {
  margin-bottom: 8px;
}

.tab-multiply-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.tab-multiply-images img {
  width: calc((100% - 16px) / 3);
}

.tabs .tab {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  padding-top: 12px;
  background: #fff;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  background-color: #3478f9;
  color: #fff;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
  opacity: 1;
}

.last-news-list {
  padding: 24px 20px;
  background-color: rgba(201, 207, 242, 0.2);
}

.last-news-item:not(:first-child) {
  padding-top: 8px;
  border-top: 1px solid #c9cff2;
}

.last-news-item {
  margin-bottom: 16px;
}

.last-news-item.nv a p:after {
  	display: inline-block;
	content: "";
	width: 20px;
	height:15px;
	background-image: url(../images/backgrounds/image-right-top-colored.svg);
	background-size: 15px;
	background-position: center;
    background-repeat: no-repeat;
}

.last-news-item.blue {
	font-size: 16px;
}

.last-news-item.blue .last-news-item-title {
    font-weight: 700;
    line-height: 1.6;
    color: #3478f9;
}

.comment-icon {
	float: right;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.comment-feed-count {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	color: #3478f9;
}

.last-news-item-title {
	font-size: 20px;
}

.last-news-item.bold .last-news-item-title {
    font-weight: 700;
}

.last-news-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #48535b;
  margin-bottom: 8px;
}

.last-news-item-category {
  color: #3478f9;
}

.uupdates-badge {
	color: #48535b;
	text-transform: uppercase;
}

.last-news-item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1a2024;
}

.last-news-item-tag {
  padding: 2px 10px;
  background-color: #3478f9;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

.last-news-item-tag.grey {
	background-color: #2c2c2c;
}

.last-news-item-title-colored {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #3478f9;
}

.last-news-item-image .last-news-item-tag {
  background-color: rgba(52, 120, 249, 0.1);
  color: #3478f9;
}

.news-item-image {
  gap: 8px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.last-news-item-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-news-item-author-image {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.last-news-item-description .last-news-item-title {
  margin-bottom: 8px;
}

.last-news-item-description.author-page {
	padding-top: 3px;
}

@media screen and (max-width: 1270px) {
  .tabs label {
	padding: 16px 10px;
  }
}

@media screen and (max-width: 850px) {
  .last-news-item-title,
  .last-news-item-title-colored {
    font-size: 16px;
  }
  /*.last-news-item-info,*/
  .last-news-item-tag {
    font-size: 12px;
	padding: 2px 10px 3px;
  }
}

@media screen and (max-width: 768px) {
  .header-mobile-bottom .header-navigation.home-page .main-menu {
		padding-bottom: 0;
  }
  .flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-news-content {
    margin-top: 0;
  }

  .main-news {
    margin-top: 144px;
  }
}

@media screen and (max-width: 400px) {
  .featured-posts-bgpost,
  .featured-posts-video,
  .homepage-main-videos-container .posts-bgpost-text {
    display: none;
  }

  .homepage-main-videos-container .featured-posts-video {
    display: block;
  }

  .main-news .main-news-sidebar {
    padding-bottom: 32px;
	width: auto;
	min-width: auto;
  }
}

/*Post Page*/

.main-post {
	padding-top: 32px;
	padding-bottom: 56px;
}

.main-post-content em {
	font-style: italic;
}

.main-post.black-bg {
	background-color: #000;
}

.main-post.black-bg .post-content-info-social-link svg {
	fill: #fff;
}

.main-post.black-bg .main-post-content-text p,
.main-post.black-bg .main-post-content-text ol,
.main-post.black-bg .card-info-text-title,
.main-post.black-bg .post-content-readmore-title,
.main-post.black-bg .post-content-info-date,
.main-post.black-bg .main-post-content-title
{
	color: #fff;
}

.main-post.black-bg .slider-nav.disabled {
	background-color: #3478f9;
}

.main-post.black-bg .desc-read-more-adv {
	max-width: 1344px;
	background-color: #000;
}

.main-post.black-bg .rating-amount {
	color: #fff;
}

.tooltip img {
	display: inline; 
}

.main-post.black-bg .tooltip img { 
	filter: invert(1);
}

.rating-amount {
	font-weight: bold; 
	vertical-align: top; 
	line-height: 19px;
}

.main-post .clarification {
    font-size: 97%;
    font-style: italic;
    color: #48535b;
	margin-bottom: 10px;
}

.main-post div.clarification {
	background-color: #EBF1FF;
	font-size: 80%;
    color: #48535b;
	font-style: normal;
	margin-bottom: 10px;
	padding: 20px;
}

.main-post div.clarification strong {
	color: #1a2024;
	font-size: 19px;
	margin-bottom: 20px;
	padding-left: 10px;
	display: flex;
    align-items: center;
}

.main-post div.clarification strong::before {
	content: url('/img/icons/info-svg-clarification.svg');
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.main-post-sidebar {
  min-width: 400px;
  max-width: 400px;
  padding: 21px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000714;
}

.main-archive .right-sidebar-center-hero-section,
.main-post-sidebar .right-sidebar-center-hero-section {
	margin-top: 20px;
}

.post-content-tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  
      -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-content-tags-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-color: rgba(52, 120, 249, 0.1);
  border-radius: 16px;
  padding: 2px 2px 2px 16px;
  font-weight: 400;
  font-size: 14px;
}

.post-content-tags-link {
  font-style: italic;
  line-height: 1.71429;
  color: #3478f9;
}

.post-content-tags-count {
  background: rgba(52, 120, 249, 0.1);
  border-radius: 14px;
  padding: 8px;
  line-height: 1;
  text-align: center;
  color: #3478f9;
}

.main-post-content img {
	border-color: #ACACAC;
}

.emojione {
	display: inline;
	max-height: 32px;
}

.last-news-item-title .emojione {
	max-height: 24px;
	margin-bottom: -7px;
    margin-left: 10px;
}

.main-post-content-title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000714;
}

.main-post-content-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.post-content-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.post-content-info-list .co-author {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	gap: 8px;
}

.post-content-info-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #48535b;
}

.post-content-info-item .post-content-info-date {
	text-transform: capitalize;
}

.post-content-info-category {
  color: #3478f9;
}

.post-content-info-divider {
  color: #c9cff2;
}

.post-content-info-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 480px) {
	.post-content-info-social {
		width: 100%;
	}
	
	.post-content-info-social .last-item-devider {
		display: none;
	}
	
	.post-content-info-social .last-item {
		margin-left: auto;
	}
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
	vertical-align: middle;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #3478f9;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 5px;

    /* Позиционирование */
    position: absolute;
    bottom: 130%;
    right: 57%;
    /*transform: translateX(-50%);*/
    z-index: 1;

    /* Анимация появления */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 85%;
    /*transform: translateX(-50%);*/
    border-width: 7px;
    border-style: solid;
    border-color: #3478f9 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
    visibility: visible; /* Показываем текст при наведении */
    opacity: 1; /* Устанавливаем прозрачность для анимации */
}

.post-content-info-social-link svg {
  fill: #3478f9;
  -webkit-transition: fill 350ms linear;
  -o-transition: fill 350ms linear;
  transition: fill 350ms linear;
}

.post-content-info-social-link:hover svg {
  fill: #3478f9;
}

.main-post-content-additional {
  padding: 8px;
  margin-bottom: 8px;
  background-color: rgba(201, 207, 242, 0.2);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.85;
  color: #000714;
}

.main-post-content-additional p:not(:last-child) {
	margin-bottom: 10px;
}

.main-post-paroject-disclaimer {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ecf1fe;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	line-height: 1.85;
	color: #000000;
	display: flex;
}

.main-post-paroject-disclaimer div:first-child {
	order: 2;
	margin-left: auto;
}

.main-post-paroject-disclaimer div:last-child {
	order: 1;
}

.main-post-paroject-disclaimer .partner-name {
	font-weight: bold;
	font-size: 17px;
	font-style: normal;
	line-height: 1;
	text-align: center;
}

.main-post-hero-image {
  margin-bottom: 30px;
}

.main-post-content-text
blockquote p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	color: #000714;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.main-post-content-text table {
		table-layout: fixed;
	}
}

.main-post-content-text table td:first-child {
	width: 7%;
}

.main-post-content-text table.table-striped {
	border-collapse: collapse; 
	width: 100%; 
	height: 648px; 
	border-width: 1px;
}

.main-post-content-text table.table-striped td,
.main-post-content-text table.table-striped th
{
	vertical-align: middle;
    padding: .75rem 1.25rem;
	border-bottom: 1px solid #dee2e6;
	border-bottom-width: 1px;
}

.main-post-content-text table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.main-post-content-text table tr td {
	word-wrap: break-word;
    overflow-wrap: break-word;
}

.main-post-content-text > :last-child:not(p) {
	margin-bottom: 20px;
}

.main-post-content-text p,
.main-post-content-text ol {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #000714;
  margin-bottom: 20px;
}

.main-post-content-text a.long-word {
	word-break: break-all;
}

.main-post-content-text p .colored,
blockquote p .colored {
	font-weight: 400;
	color: #3478f9;
}

.main-post-text-bg,
blockquote {
	background-color: rgba(201, 207, 242, 0.2);
	padding: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	color: #000714;
    margin-bottom: 20px;
}

.main-post-content-images div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.main-post-content-images div .post-content-image-big {
  width: calc((100% - 24px) / 2);
}

.main-post-content-images div .post-content-image-small {
  width: calc((100% - 48px) / 3);
}

.main-post-content-images div:last-child {
  margin-bottom: 20px;
}

.post-content-readmore-title {
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000714;
}

.main-post-content-readmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*Slider*/
.carousel-container {
  max-width: 944px;
  width: 95%;
  margin-top: 16px;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.carousel-container .carousel-inner {
  overflow: hidden;
}

.carousel-container .track {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-container .card-container {
  max-width: 472px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 24px;
}

.carousel-container .card-container .card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-container .card .card-info-image {
	max-width: 96px;
    max-height: 96px;
}

.slider-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #3478f9;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.slider-nav.disabled {
  background-color: rgba(0, 7, 20, 0.2);
}

.slider-nav.prev {
  margin-right: 8px;
}

.slider-nav svg {
  stroke: #ffffff;
  fill: none;
}

.slider-nav.disabled svg {
  stroke: #000714;
}

.card-category {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3478f9;
  padding: 2px 10px;
  background-color: rgba(52, 120, 249, 0.1);
  margin-bottom: 8px;
  max-width: 96px;
  text-align: center;
}

.card-category.partnership {
	max-width: fit-content;
}

.card-info-text-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1a2024;
  margin-bottom: 8px;
}

.card-info-author-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #48535b;
}

.card-info-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.card-info-author-image {
  border-radius: 50%;
}

.post-sidebar-big-banner {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.post-sidebar-big-banner.top {
	padding-bottom: 20px;
}

.sidebar-big-banner-overlay {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sidebar-big-banner-overlay.top {
	top: 0;
	bottom: auto;
}

.big-banner-overlay-category {
  color: #fff;
}

.sidebar-big-banner-overlay-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.sidebar-big-banner-overlay-title {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px;
    background-color: #3478F9;
    margin-bottom: 5px;
}

.post-sidebar-small-banner {
  margin-bottom: 16px;
}

.post-sidebar-small-banner:last-child {
  margin-bottom: 24px;
}

.post-sidebar-small-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  background-color: #3478f9;
  padding: 20px;
}

.post-sidebar-small-banner .post-sidebar-small-banner-image {
	max-width: 96px;
}

.sidebar-small-banner-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.sidebar-small-banner-text {
  display: block;
}

.sidebar-small-banner-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.white .sidebar-small-banner-info {
	color: #000;
}

.main-post-sidebar-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #3478f9;
  padding: 16px 0px;
}

.recent-news-by-tag-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #3478f9;
  padding: 0 0 20px 0;
}

.post-sidebar-news-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.post-sidebar-news-author-title {
	text-transform: uppercase;
}

.main-post-sidebar-news .post-sidebar-news-item:not(:first-child) {
	padding-top: 16px;
    border-top: 1px solid #153470;
    margin-top: 16px;
}

.post-sidebar-news-author-image {
  border-radius: 50%;
}

.post-sidebar-news-divider {
  height: 1px;
  background: rgba(52, 120, 249, 0.4);
  margin: 16px 0;
}

.blogger-style .news-author-textonly {
	margin-bottom: 15px;
}

.post-sidebar-news-status {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.banner-desktop-small {
  display: none;
}

  .content-width {
	  width: 944px; 
	  height:10px
  }

@media screen and (min-width: 1025px) {

	.popular-tag-news-wrapper{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.popular-tag-news-wrapper-sidebar{
		display: none;
	}
	
	.main-post-sidebar {
		display: none;
	}
	
	.sidebar-en {
		display: none;
	}

  .banner-desktop-small {
    display: block;
  }

  .banner-desktop {
    display: none;
  }

  .sidebar-big-banner-overlay {
    padding: 32px;
  }

  .sidebar-big-banner-overlay-info {
    font-size: 16px;
  }

  .sidebar-big-banner-overlay-title {
    font-size: 20px;
  }

  .post-sidebar-small-banner {
    gap: 16px;
  }

  .sidebar-small-banner-title {
    font-weight: 700;
    font-size: 24px;
  }

  .post-sidebar-news-title {
    font-weight: 700;
    font-size: 24px;
  }

  .main-post .flex-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-post .main-post-content {
    padding-left: 32px;
    padding-right: 32px;
  }
  
  .content-width {
	  display: none;
  }
}

@media screen and (max-width: 954px) {
	.archive-sidebar .archive-sidebar-banners {
		display: none;
	}

	.archive-content {
		margin-top: 20px;
	}

  .main-post .flex-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-post {
    padding-top: 40px;
  }

  .post-content-tags-list,
  .main-post-content-info,
  .post-content-info-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-post .main-post-content {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .main-menu {
	  display: none;
  }
}

@media screen and (min-width: 1270px) and (max-width: 1440px) {
  .carousel-container {
    max-width: 700px;
  }
  
    .card-info-text-title {
        font-size: 16px;
        width: 230px;
    }
	
	.post-list-item-title {
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1270px) {

	.carousel-container {
		max-width: 560px;
	}
  
    .card-info-text-title {
        font-size: 16px;
        width: 152px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.carousel-container {
		max-width: 680px;
	}
  
    .card-info-text-title {
        font-size: 16px;
        width: 230px;
    }	
}
	
@media screen and (max-width: 768px) {
  
  	.carousel-container {
		max-width: 472px;
	}
  
 .main-post-content-title {
	font-size: 28px;
	line-height: 1;
    letter-spacing: -0.9px;
 }

  .main-post-content-readmore {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-post-content-images .main-post-content-images-small {
    display: none;
  }

  .main-post-content-info {
    gap: 8px;
  }
}

@media screen and (max-width: 500px) {
  .carousel-container {
    max-width: 300px;
  }
  
  .main-post-content .card-info .card-info-text {
	  margin-top: -32px;
  }
  
  .card-info-text-title {
    font-size: 16px;
    width: 230px;
  }
  	.tag-hidden-for-mob {
		display: none;
		opacity: 0;
	}
	
	.post-content-tags-list #show-tags {
		display: block;
	}
}

#show-tags {
	display: none;
}

/*Homepage*/

.home {
  margin-bottom: 54px;
}

.loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #3478F9;
  border: 2px solid;
  position: relative;
  margin: 0 auto;
}
.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 25%;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: currentColor;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    50% {left:100%;transform: translateX(calc(-100% - 4px))}
}

.weather-loader {
  height: 8px;
  background: 
    linear-gradient(90deg, #3478F9 33%, #fff 50%, #3478F9 66%)
    #f2f2f2;
  background-size:300% 100%;
  animation: l1 1s infinite linear;
  border-radius: 5px;
}
@keyframes l1 {
  0% {background-position: right}
}

#temperature > .weather-loader {
	width: 50px;
}

#condition > .weather-loader {
	width: 150px;
}

#condition, #condition-mob {
	text-transform: none;
}

.info-item-title #condition{
	font-size: 17px;
}

.archive-tabs-loader {
	height: 15px;
	background: 
		linear-gradient(90deg, #F4F5FC 33%, #3478F9 50%, #F4F5FC 66%)
		#f2f2f2;
	background-size:300% 100%;
	animation: l1 1s infinite linear;
	border-radius: 5px;
    margin: 30px 0;
}
@keyframes l1 {
  0% {background-position: right}
}

.archive-loader-wrapper {
	width: 940px;
}

.left-hero-post-right-sidebar {
	padding-bottom: 16px;
    border-bottom: 1px solid #153470;
    margin-bottom: 16px;
}

@import url('hero.css');

@media screen and (min-width: 993px){
	.menu-item-link {
		padding: 8px 32px;
	}
}

@media screen and (max-width: 992px){
	
	li.main-menu-item.has-dropdown.last {
	  width: 88px;
	}


	li.main-menu-item.has-dropdown.first {
	  width: 102px;
	}
	
	li.main-menu-item.has-dropdown.last:hover,
	li.main-menu-item.has-dropdown.last:focus,
	li.main-menu-item.has-dropdown.last .dropdown-menu {
	  width: 108px;
	}

	li.main-menu-item.has-dropdown.first:hover,
	li.main-menu-item.has-dropdown.first:focus,
	li.main-menu-item.has-dropdown.first .dropdown-menu {
	  width: 118px;
	}
}

@media screen and (max-width: 469px) {
    .left-hero-post {
        align-items: normal;
    }
	
	.left-hero-section:not(.right-sidebar) .left-hero-post {
		gap: 2px !important;
	}
	
	.hero-container .hero-container-divider {
		display: none;
	}
}

/*Homepage News Section*/

.homepage-news-section {
  width: 448px;
  min-width: 448px;
}

.homepage-news-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #3478f9;
  padding: 20px 5px;
  margin-right: 3px;
  margin-bottom: 0;
}

.homepage-news-section .tabs label {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1a2024;
  padding: 0;
  background-color: #ffffff;
  margin-right: 3px;
}

.homepage-news-section .tabs .tab {
  padding-top: 0;
}

.homepage-news-section .tabs input[type="radio"]:checked + label {
  background-color: #ffffff;
  color: #3478f9;
}

.news-item-date {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  padding: 16px 0px;
  text-align: center;
  background-color: #3478f9;
  margin-bottom: 16px;
}

.last-news-item.after-date-button {
  border-top: none;
}

.all-news-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #3478f9;
  padding: 20px 0;
}

.plus-icon.all-news-icon {
  fill: #ffffff;
  -webkit-transition: -webkit-transform 350ms linear;
  transition: -webkit-transform 350ms linear;
  -o-transition: transform 350ms linear;
  transition: transform 350ms linear;
  transition: transform 350ms linear, -webkit-transform 350ms linear;
}

.all-news-button:hover svg {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.homepage-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.homepage-main-text,
.homepage-main-videos,
.homepage-main-photo {
  margin-bottom: 38px;
}

.homepage-main-text-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.main-text-heading-readmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.main-text-heading-title {
  font-size: 20px;
  color: #3478f9;
  margin-bottom: 0;
}

.main-text-heading-readmore,
.main-text-heading-readmore a {
  font-size: 14px;
  color: #1a2024;
  -webkit-transition: color 350ms linear;
  -o-transition: color 350ms linear;
  transition: color 350ms linear;
}

.readmore-icon {
  fill: #1a2024;
  -webkit-transition: fill 350ms linear;
  -o-transition: fill 350ms linear;
  transition: fill 350ms linear;
}

.main-text-heading-readmore a:hover,
.main-text-heading-readmore a:focus {
  color: #3478f9;
}

.main-text-heading-readmore a:hover + .readmore-icon,
.main-text-heading-readmore a:focus + .readmore-icon {
  fill: #3478f9;
}

.homepage-main-text-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-main-text-item {
  width: calc((100% - 32px) / 2);
}

.main-text-item-image,
.main-text-item-title {
  margin-bottom: 8px;
}

.main-text-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #1a2024;
}

.main-text-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #48535b;
}

.main-text-item-info > .text-item-info-authorimage,
.hero-content-info .main-text-item-info {
	height: 25px;
    width: 25px;
    border-radius: 50%;
}

.homepage-main-videos-container video {
  width: 100%;
}

.homepage-main-videos-container .posts-bgpost-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.08;
  color: #1a2024;
  margin-bottom: 12px;
}

.homepage-main-videos-container .posts-bgpost-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #1a2024;
}

.homepage-main-videos-container .featured-posts-video {
  margin-bottom: 28px;
}

.posts-video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.posts-video-list .posts-video-item {
  width: calc((100% - 32px) / 3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.posts-video-list .posts-bgpost-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #1a2024;
}

.main-photo-item-box {
  position: relative;
  max-width: 432px;
}

.main-photo-item-text {
  position: absolute;
  padding: 10px 16px;
  background-color: rgba(52, 120, 249, 0.8);
  left: 0;
  bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.main-photo-item-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.homepage-main-photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage-main-photo-list > li {
  width: calc((100% - 32px) / 2);
}

.homepage-main-blogs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

.homepage-main-blogs-list > li {
  width: calc((100% - 32px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.homepage-main-blogs-list > li > .main-ava-blogs-item-container {
	width: 68px;
	height: 68px;
	border-radius: 50%;
}

.blogs-list-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #1a2024;
  margin-bottom: 12px;
}

.blogs-list-item-image {
	min-width: 68px;
	min-height: 68px;
	border-radius: 50%;
}

.blogs-list-item-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #48535b;
}

#recent-nodes-region {
	border: none;
	outline: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #1a2024;
	background: none;
	text-align: right;
	padding-right: 5px;
}

#recent-nodes-region option {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1a2024;
}

@media screen and (min-width: 935px) {
	#recent-nodes-region {
		display: none;
	}
}

/**/

/*Texts Breakpoint 1140*/

/*Sidebar mobile from 510px*/

.hero-container-divider.right-sidebar {
	display: block;
	height: 1px;
	background-color: rgba(52, 120, 249, 0.4);
	margin: 20px 0;
}

@media screen and (min-width: 993px) and (max-width: 1440px) {
	.left-hero-section:not(.right-sidebar) .left-hero-post  {
		width: 50%;
	}
}
	
@media screen and (min-width: 470px) and (max-width: 1440px) {
	.left-hero-section:not(.right-sidebar) .left-hero-post-image {
		max-width: 200px;
		min-width: 200px;
	}
}

@media screen and (max-width: 1440px) {
	
	.left-hero-section:not(.right-sidebar) .left-hero-post  {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
		align-items: flex-start;
    }
	
	.archive-loader-wrapper {
		width: 100%;
	}
	
  .hero-container:not(.right-sidebar)  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .left-hero-section:not(.right-sidebar)  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    gap: 16px;
  }

  .left-hero-section:not(.right-sidebar) .left-hero-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }

  .left-hero-divider {
    display: none;
  }

  .left-hero-post-title {
    font-size: 20px;
  }

  .center-hero-section-banners {
    width: 634px;
  }

  .center-hero-section-posts {
    max-width: none;
  }

  .hero-container-divider {
    display: block;
    height: 1px;
    background-color: rgba(52, 120, 249, 0.4);
  }

  .main-text-item-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1130px) {
  	.post-list-item-title {
		font-size: 16px;
	}	
}

@media screen and (max-width: 1260px) {
  .main-photo-item-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1131px) and (max-width: 1260px) { 
  	.post-list-item-title {
		font-size: 19px;
	}
}

@media screen and (max-width: 1144px) {
  .posts-video-list {
    overflow-x: scroll;
  }

  .posts-video-list .posts-video-item {
    width: auto;
    max-width: 288px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .homepage-main-text-item {
    width: 100%;
    max-width: 480px;
  }
  .homepage-main-content {
    max-width: 480px;
  }

  .homepage-main-photo-list > li,
  .homepage-main-blogs-list > li {
    width: 100%;
  }

  .main-photo-item {
    max-width: 432px;
  }

  .show-elment {
    display: none;
  }

  .homepage-main-videos-container .video-container button svg {
    width: 31%;
    height: 31%;
  }
}

@media screen and (min-width: 1024px) {
	.left-hero-section.right-sidebar .left-hero-post:not(:first-child) {
		padding-top: 24px;
		border-top: none;
		margin-top: 0;
	}
}
	
@media screen and (max-width: 1024px) {
	
	.tabs label {
		margin-bottom: 8px;
	}

	.post-list-item-title {
		font-size: 16px;
	}
	
  .right-sidebar-hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
	
  .left-hero-section.right-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    gap: 16px;
  }

  .left-hero-section.right-sidebar .left-hero-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
	width: 50%;
    align-items: flex-start;
  }
  
  .left-hero-section.right-sidebar .left-hero-post-image {
    max-width: 200px;
	min-width: 200px;
  }
	
  .homepage-news-section {
    width: auto;
    min-width: 324px;
  }

  .homepage-main-content {
    max-width: 400px;
  }

  .homepage-main-videos-container .posts-bgpost-title {
    font-size: 24px;
  }

  .main-text-item-title,
  .blogs-list-item-title,
  .homepage-news-section .last-news-item-title {
    font-size: 18px;
  }

  .homepage-main-videos-container .posts-bgpost-text,
  .posts-video-list .posts-bgpost-title {
    font-size: 16px;
  }

  .posts-video-list .posts-video-item {
    max-width: 160px;
  }
    	.tabs .tab {
		padding-top: 0;
	}
	
	.right-sidebar-center-hero-section {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		gap: 32px;
		
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 992px) {
  .post-list-item-title {
    font-size: 20px;
  }
  
  .hero-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-container-divider {
    width: 100%;
  }

  .center-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

	.center-hero-section-posts,
	.left-hero-section,
	.hero-container-divider:not(.right-sidebar),
	.left-hero-section:not(.right-sidebar) .left-hero-post  {
		max-width: 634px;
	}

  .left-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media screen and (max-width: 934px) {
  .dropdown-news-tabs-menu {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .homepage-news-section {
    min-width: 312px;
  }

  .homepage-news-section .tabs label {
    display: none;
  }

  .homepage-news-section .tabs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .homepage-news-title {
    margin-right: 0;
    padding: 20px 0 20px 20px;
    font-size: 18px;
  }

  .main-text-heading-title {
    font-size: 18px;
  }

  .posts-video-list .posts-video-item {
    max-width: 145px;
  }
}

@media screen and (max-width: 768px) {
  .hero-container {
    padding: 16px 16px 10px 16px;
  }

  .homepage-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homepage-main-content {
    max-width: 480px;
  }

  .show-elment {
    display: block;
  }

  .homepage-main-text-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .posts-video-list .posts-video-item {
    max-width: none;
  }

  .posts-video-list {
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage-main-videos-container .posts-bgpost-text,
  .posts-video-list .posts-bgpost-title {
    font-size: 20px;
  }

  .homepage-main-videos-container .posts-video-list li button svg {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 580px) {
  .hero-big-banner-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 666px) {
  .left-hero-section,
  .hero-container-divider,
  .hero-big-banner-image,
  .hero-small-banner-image {
    display: none;
  }

  .big-banner-image-mobile,
  .small-banner-image-mobile {
    display: block;
  }

  .center-hero-section-banners,
  .left-hero-section,
  .hero-container-divider,
  .center-hero-section-posts {
    min-width: 358px;
    max-width: 358px;
  }

  .hero-content-info,
  .hero-content-info a {
    font-size: 12px;
  }

  .hero-big-banner-content {
    padding: 16px 16px 0 16px;
  }

  .center-hero-small-banner {
    padding: 20px;
  }

  .center-hero-small-banner {
    gap: 8px;
  }

  .hero-small-banner-title {
    font-size: 20px;
  }

  .center-hero-section {
    gap: 0px;
  }

  .posts-list-item-category {
    display: none;
  }

  .center-hero-mobile-title {
    display: block;
    padding: 30px 0 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #3478f9;
	margin-bottom: 20px;
  }
}

.archive-news-list .main-photo-item-image {
	min-width: 100%;
}

@media screen and (max-width: 490px) {
  .hero-big-banner-title,
  .hero-small-banner-title,
  .homepage-news-title,
  .post-list-item-title,
  .text-post-title {
    font-size: 19px;
  }
  
  .center-hero-big-banner .hero-big-banner-title {
	  font-size: 20px;
  }
}

@media screen and (max-width: 390px) {
  .center-hero-section-banners,
  .left-hero-section,
  .hero-container-divider,
  .center-hero-section-posts {
    min-width: 288px;
    width: 100%;
  }

  .small-banner-image-mobile {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .homepage-news-section .dropdown-news-tabs-item {
    padding-right: 15px;
  }

  .homepage-news-section {
    min-width: auto;
  }

  .center-hero-section-banners > div {
    margin-bottom: 16px;
  }

  .homepage-news-title {
    padding: 20px 0 20px 10px;
  }
}

/*archive Page*/

.archive-container {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin-bottom: 56px;
  justify-content: space-between;
}

.archive-content-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #000714;
}

.archive-search {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.archive-search-button {
  background-color: #f4f5fc;
  padding: 11px;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.archive-serach-icon {
  fill: none;
  stroke: #000714;
}

.archive-content .tabs {
  position: relative;
}

.search__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100px;
  -webkit-transition: width 350ms linear;
  -o-transition: width 350ms linear;
  transition: width 350ms linear;
}

input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  -webkit-transition: display 350ms linear;
  -o-transition: display 350ms linear;
  transition: display 350ms linear;
  padding: 16px;
}

.active-element input[type="text"] {
  display: block;
}

input[type="text"].shown {
  display: block;
}

.search__field:focus-visible {
  outline: none;
}

.archive-news-list .last-news-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #1a2024;
}

.archive-news-list .last-news-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #1a2024;
  margin-bottom: 8px;
}

.archive-sidebar {
  background-color: #000714;
  max-width: 400px;
  min-width: 400px;
  padding: 24px 21px 70px 21px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.archive-sidebar-banners > div {
  margin-bottom: 16px;
}

.archive-sidebar-big-banner {
  max-width: 358px;
  position: relative;
}

.archive-big-banner-overlay-info,
.archive-sidebar-small-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.archive-sidebar-small-info {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.archive-big-banner-overlay {
  padding: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.archive-overlay-category {
  color: #fff;
}

.archive-big-banner-overlay-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.08;
}

.archive-sidebar-small-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  background-color: #3478f9;
}

.archive-sidebar-small-banner.white {
	background-color: #fff;
}

.archive-sidebar-small-banner.white .sidebar-small-banner-title {
	color: #000;
}

.archive-sidebar-banners .archive-sidebar-banner-text {
  display: block;
}

.archive-sidebar-small-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.archive-sidebar-title {
  padding: 16px 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #3478f9;
  margin-bottom: 16px;
}

.archive-sidebar-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
}

.archive-sidebar-news-author-image {
  border-radius: 50%;
}

.archive-sidebar-news-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.archive-sidebar-divider {
  height: 1px;
  background-color: rgba(52, 120, 249, 0.4);
  margin-top: 16px;
  margin-bottom: 16px;
}

.archive-sidebar-item-status {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

/*Calendar*/

.calendar {
  width: 352px;
  min-width: 342px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  background: #000714;
  border-radius: 10px;
  margin-bottom: 40px;
}
.header-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.monthYear {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #e0e0e0;
}

.header-calendar button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.header-calendar button svg {
  fill: none;
  stroke: #ffffff;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.day {
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
  color: #e0e0e0;
}

.calendar-divider {
  height: 1px;
  background-color: #424242;
  width: 100%;
  margin: 10px auto;
}

.dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: 350ms linear;
  -o-transition: 350ms linear;
  transition: 350ms linear;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
}

.date.active {
  background: rgba(244, 245, 252, 0.2);
}

.date.inactive {
  color: #555;
}

.date.inactive:hover,
.date.coloredItem.chosen {
  color: #ffffff;
}

.date.inactive.coloredItem {
  opacity: 0.3;
}

.date.coloredItem,
.coloredDay {
  color: #3478f9;
}

.date:hover,
.date.chosen,
.date.active.chosen {
  background-color: #3478f9;
  color: #ffffff;
}

.archive-page-title {
  display: none;
}

path{ fill:inherit; stroke:inherit; }

#weather-icon object svg {
	display: none;
}

/* Collage */

.main-post-content-text .collage {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.main-post-content-text .collage > div {
  width: calc((100% - 64px) / 3) !important;
  text-align: center;
}

.main-post-content-text .collage > div > a {
  display: flex;
  text-align: center;
  justify-content: center;
}

.main-post-content-text .collage > div > span {
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}

.main-post-content-text div.photo.center span,
.main-post-content-text div.photo.right span,
.main-post-content-text div.photo.left span {
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}

.main-post-content-text .collage.c1 > div {
  width: calc((100% - 32px) / 2) !important;
  text-align: center;
}

.main-post-content-text .collage > div img{
  width: 100%;
}

.tag-author-description ul,
.main-post-content-text ul {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin-left: 25px;
}

.tag-author-description ul > li,
.main-post-content-text ul > li {
  margin: 16px 0;
  position: relative;
}

.tag-author-description ul li::before,
.main-post-content-text ul li::before {
    content: "•";
    color: #3478f9;
    position: absolute;
    left: -1em;
	font-size: 27px;
	top: -5px;
}

.tag-author-description ul > li:last-child,
.main-post-content-text ul > li:last-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .main-post-content-text .collage > div,
  .main-post-content-text .collage.c1 > div  {
    width: calc(100% - 32px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-post-content-text .collage > div > span {
    max-width: 300px;
  }
}

.main-post-content-text div.photo.right {
  float: right;
  text-align: right;
  display: inline-flex;
  flex-direction: column;
  margin-left: 16px;
  max-width: 300px;
}

.main-post-content-text div.photo.right a {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.main-post-content-text img.photo.right {
	float: right;
}

@media screen and (max-width: 640px) {
  .main-post-content-text div.photo.right {
    float: none;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  .main-post-content-text div.photo.right span {
    text-align: left;
  }

  .main-post-content-text div.photo.right a {
    justify-content: normal;
  }

  .main-post-content-text div.photo.right a img {
    width: 100%;
  }
}

.main-post-content-text div.photo.left {
  float: left;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  margin-right: 16px;
  max-width: 300px;
}

.main-post-content-text div.photo.left a {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .main-post-content-text div.photo.left {
    float: none;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }

  .main-post-content-text div.photo.left span {
    text-align: left;
  }

  .main-post-content-text div.photo.left a {
    justify-content: normal;
  }

  .main-post-content-text div.photo.left a img {
    width: 100%;
  }
}

/***************/

@media screen and (max-width: 1024px) {
  .archive-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .archive-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    max-width: none;
    padding: 32px;
  }

  .archive-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

	.archive-sidebar-banners,
	.archive-sidebar .right-sidebar-hero-container .left-hero-section,
	.archive-sidebar .right-sidebar-hero-container .hero-container-divider {
		display: none;
	}

  .archive-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .archive-content-title {
    display: none;
  }

  .calendar {
    margin-bottom: 0;
  }

  .archive-page-title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px;
  }

  .archive-content .tabs label {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
	.archive-sidebar .main-post-sidebar-news {
		display: none;
	}

  .archive-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .archive-sidebar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }

  .archive-sidebar-banners {
    max-width: 358px;
    margin-top: 50px;
  }

  .archive-page-title {
    text-align: center;
  }
}

@media screen and (max-width: 570px) {
  .archive-content .tabs label.mobile-removed,
  .archive-content .tabs label.mobile-removed {
    display: none;
  }

  .archive-search {
    width: 100%;
  }

  .search__wrapper {
    width: 100%;
    position: relative;
  }

  .search__wrapper input[type="text"] {
    display: block;
    border: 1px solid #000;
    border-right: none;
  }

  .archive-search-button {
    background-color: transparent;
    border: 1px solid #000000;
    border-left: none;
  }

  .archive-big-banner-overlay-title,
  .archive-sidebar-small-title,
  .archive-sidebar-item-title {
    font-size: 16px;
  }

  .archive-sidebar {
    min-width: auto;
  }

  .calendar {
    width: auto;
    min-width: auto;
  }

  .archive-sidebar,
  .archive-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .day {
    font-size: 16px;
  }

  .news-item-date-text {
    font-size: 16px;
  }

  .calendar {
    position: absolute;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 380px;
  }

  .days,
  .calendar-divider,
  .dates {
    display: none;
  }

  .calendar.shown .days,
  .calendar.shown .dates {
    display: grid;
  }

  .calendar.shown .calendar-divider {
    display: block;
  }
}

.drobdown-bottom-arrow {
  fill: none;
  stroke: #1a2024;
  margin-left: 8px;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.dropdown-news-tabs-menu ul li:hover svg {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}

.header-center-calendar {
  position: absolute;
  top: 100%;
  margin: 10px 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
  z-index: 99999;
}

.calendar-button:hover,
.calendar-button:focus,
.mobile-calendar-button:hover,
.mobile-calendar-button:focus {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar-button,
.mobile-calendar-button {
  opacity: 1;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

.calendar-button.clicked,
.mobile-calendar-button.clicked {
  opacity: 0.65;
}

.header-center-calendar.shown-element {
  opacity: 1;
  visibility: visible;
}

/*Mobile Calendar*/

.mobile-calendar {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999999;
  max-width: 352px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}

@media screen and (max-width: 570px) {
  .mobile-calendar .days,
  .mobile-calendar .calendar-divider,
  .mobile-calendar .dates {
    display: grid;
  }
  .blog-news-title {
	  font-size: 29px !important;
  }
}

.mobile-calendar.shown-element {
  opacity: 1;
  visibility: visible;
}

.main-text-item-container,
.news-author-image {
  position: relative;
  width: 100%;
  max-width: 432px;
}

.main-text-item-title {
  max-width: 432px;
}

.main-text-item-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1144px) {
  .homepage-main-text-item {
    width: 100%;
    max-width: 432px;
  }
}

.main-photo-item-container {
  position: relative;
  width: 100%;
  max-width: 432px;
}

.main-photo-item-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.main-text-item-overlay {
  background-image: url("../images/backgrounds/image-left-top-bg.svg"),
    url("../images/backgrounds/image-right-top-white.svg"),
    url("../images/backgrounds/image-left-bottom-bg.svg"),
    url("../images/backgrounds/image-right-bottom-bg.svg");
  background-position: 10px 10px, calc(100% - 10px) 10px, 10px calc(100% - 10px),
    calc(100% - 10px) calc(100% - 10px);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  width: 100%;
  height: 100%;
}

.main-photo-item-overlay {
  background-image: url("../images/backgrounds/image-left-top-bg.svg"),
    url("../images/backgrounds/image-right-top-white.svg");
  background-position: 10px 10px, calc(100% - 10px) 10px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1144px) {
  .main-photo-item-box,
  .main-photo-item,
  .main-photo-item-container,
  .homepage-main-text-item,
  .main-text-item-container,
  .main-text-item-title {
    max-width: none;
  }

  .main-photo-item-container > img,
  .main-text-item-image {
    width: 100%;
  }
}

@media screen and (max-width: 666px) {
  .left-hero-section,
  .center-hero-section-banners,
  .center-hero-section-posts {
    min-width: 288px;
    max-width: none;
    width: 100%;
  }

  img.hero-big-banner-image.big-banner-image-mobile {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .left-hero-post-overlay {
    background-image: url("../images/backgrounds/image-left-top-bg-small.svg"),
      url("../images/backgrounds/image-right-top-colored-small.svg"),
      url("../images/backgrounds/image-left-bottom-bg-small.svg"),
      url("../images/backgrounds/image-right-bottom-bg-small.svg");
    background-position: 10px 10px, calc(100% - 10px) 10px,
      10px calc(100% - 10px), calc(100% - 10px) calc(100% - 10px);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    width: 100%;
    height: 100%;
  }
}

.newCalendar {
  position: absolute !important;
  z-index: 999999 !important;
  top: 25px;
}

.hiddenElement {
  display: none !important;
}

.sidebarCalendar {
  margin: 0 auto;
  min-width: 358px;
  margin-bottom: 16px;
  border: none;
}

.sidebarCalendarDatepicker,
.desktopCalendar,
.mobileCalendar {
  border-radius: 16px;
  border: none;
  padding: 8px;
}

/*Calendar Styling*/

.desktopCalendar {
  min-width: 358px;
}

.air-datepicker-nav {
  border: none;
}

.air-datepicker-body--day-names {
  border-bottom: 1px solid #424242;
}

.sidebarCalendar .air-datepicker-body--day-name,
.desktopCalendar .air-datepicker-body--day-name {
  height: 50px;
}

.air-datepicker-nav--title,
.air-datepicker-nav--title i {
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #e0e0e0;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke-width: 1.5px;
  stroke: #fff;
}

.air-datepicker-body--day-name {
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
  color: #e0e0e0;
}

.air-datepicker-body--day-name.-weekend-,
.air-datepicker-cell.-day-.-weekend- {
  color: #3478f9;
}

.air-datepicker-cell.-day-,
.air-datepicker-cell.-day-.-weekend-.-in-range-,
.air-datepicker-cell.-day-.-weekend-.-focus-.-selected-.-range-to-,
.air-datepicker-cell.-day-.-weekend-.-selected-.-range-to-,
.air-datepicker-cell.-current-,
.air-datepicker-cell.-day-.-current-.-in-range-,
.air-datepicker-cell.-month-,
.air-datepicker-cell.-day-.-weekend-.-focus-,
.air-datepicker-cell.-current-.-focus-,
.air-datepicker-cell.-day-.-weekend-.-selected-.-range-from-,
.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-day-.-weekend-.-selected- {
  color: #ffffff;
}

.air-datepicker-cell.-current- {
  background-color: rgba(244, 245, 252, 0.2);
}

.air-datepicker-cell.-day-.-in-range-,
.air-datepicker-cell.-focus-,
.air-datepicker-cell.-selected-.-focus- {
  background-color: #3478f9;
}

.air-datepicker-cell.-day-,
.air-datepicker-cell.-month-,
.air-datepicker-cell.-year- {
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
  color: #fff;
}

.air-datepicker-nav--action:hover,
.air-datepicker-nav--action:focus,
.air-datepicker-nav--title:hover,
.air-datepicker-nav--title:focus {
  background-color: transparent;
}

.sidebarCalendar,
.desktopCalendar,
.mobileCalendar {
  background-color: #000714;
}

.air-datepicker {
  --adp-day-cell-height: 50px;
  --adp-cell-background-color-selected: #3478f9;
}

.air-datepicker-cell.-day-.-current-,
.air-datepicker-cell.-day-.-focus-.-selected-.-range-from-.-range-to- {
  border-radius: 50%;
}

.air-datepicker-cell.-day- {
  border-radius: 50%;
}

@media screen and (max-width: 954px) {
  .mobileCalendar .air-datepicker-cell.-day- {
    height: 34px !important;
  }

  .mobileCalendar.air-datepicker {
    --adp-day-cell-height: 40px;
  }

  .mobileCalendar {
    top: 46px;
  }

  .newMobCalendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobileCalendar {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}

@media screen and (max-width: 1024px) {
  .hidden-el {
    display: none;
  }

  .sidebarCalendarDatepicker {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #sidebarAirDatepicker {
    position: absolute;
    margin: 0 auto;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .sidebarCalendar {
    margin: 0 auto;
    margin-bottom: 16px;
    min-width: 288px;
    width: calc(100vw - 32px);
  }
}

@media screen and (min-width: 320px) and (max-width: 400px) {
  .air-datepicker-cell.-day-.-other-month- {
    height: 40px;
  }

  .air-datepicker {
    --adp-day-cell-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-menu-item.has-dropdown.hovered .dropdown-menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .main-menu-item.has-dropdown:hover .dropdown-menu,
  .main-menu-item.has-dropdown:focus .dropdown-menu {
    display: none;
  }

  li.main-menu-item.has-dropdown {
    background-color: transparent !important;
  }

  li.main-menu-item.has-dropdown.hovered {
    background-color: #3478f9 !important;
  }

  .main-menu-item.has-dropdown.hovered .menu-item-link::after {
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
  }

  .main-menu-item.has-dropdown .menu-item-link::after {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  li.main-menu-item.has-dropdown a.menu-item-link.active {
    color: #3478f9 !important;
  }

  li.main-menu-item.has-dropdown.hovered a.menu-item-link.active {
    color: #ffffff !important;
  }

  .main-menu-item.has-dropdown:hover .menu-item-link.active::after {
    content: url(../images/arrow-down-active.svg);
  }

  .main-menu-item.has-dropdown.hovered .menu-item-link.active::after {
    content: url(../images/arrow-down.svg);
  }
}

@media screen and (max-width: 768px) {
  #sidebarAirDatepicker .air-datepicker--content {
    border-radius: 12px;
    border: 1px solid #c4c4c4;
  }
}

/*Add Left Hero Section To Mob*/

@media screen and (max-width: 666px) {
  .left-hero-section,
  .hero-container-divider {
    display: flex;
  }
}

.main-tag .main-post-sidebar {
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  .main-tag .main-post-sidebar {
    max-width: none;
  }
}

.last-news-buttons {
  margin-top: 32px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.last-news-buttons > li {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 7, 20, 0.2);
  transition: all 350ms linear;
}

.last-news-buttons > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.last-news-buttons > li > a {
  color: #000714;
  transition: all 350ms linear;
}

.last-news-buttons > li.active-btn > a {
  color: #ffffff;
}

.last-news-buttons > li.active-btn {
  background-color: #3478f9;
}

.last-news-buttons > li:hover,
.last-news-buttons > li:focus {
  background-color: #3478f9;
}

.last-news-buttons > li:hover a,
.last-news-buttons > li:focus a {
  color: #ffffff;
}

.prev-button-icon,
.next-button-icon {
  stroke: #000714;
  fill: transparent;
  transition: all 350ms linear;
}

.last-news-buttons > li:hover a svg,
.last-news-buttons > li:focus a svg {
  stroke: #ffffff;
}

.post-content-tags-list {
  margin-bottom: 30px;
}

.tag-author {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}

.partner-logo-name {
  display: flex;
  gap: 16px;
  align-items: center;
}

.partner-logo-name img {
	min-width: 120px;
}

.partner-info {
	margin-bottom: 30px;
	margin-top: 20px;
}

.partner-info .partner-description {
	margin-bottom: 20px;
}

.partner-info .partner-description p {
	margin-bottom: 10px;
}

.main-blog-post .tag-author {
	align-items: start;
}

.tag-author img {
	border-radius: 50%;
}

.tag-author-name {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #000714;
  margin-bottom: 5px;
  font-style: normal;
  word-break: break-word;
}

.tag-author-name.capitalize {
	text-transform: capitalize;
}

.tag-author-info .post-content-tags-list {
	margin-bottom: 10px;
}

.tag-author-info .post-content-tags-item {
	border-radius: 22px;
}

.tag-author-info .post-content-tags-count {
	font-size: 21px; 
	background: #3478F9; 
	color: white; 
	border-radius: 30px; 
	padding: 8px 13px;
}

.main-blog-post .tag-author-name {
	font-weight: bold;
}

.tag-author-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #3478f9;
}

.tag-author-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #000714;
}

.tag-author-description p {
	margin-bottom: 10px;
}

@media screen and (max-width: 390px) {
  .last-news-buttons > li > a {
    font-size: 14px;
  }

  .last-news-buttons > li {
    width: 40px;
    height: 40px;
  }

  .tag-author-name {
    font-size: 30px;
  }

  .tag-author-text {
    font-size: 14px;
  }
}


.popup-btn {

}

/* Стили для модального окна */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	position: relative;
	margin: 5% auto;
	padding: 0;
	width: 80%;
	max-width: 1000px;
	background-color: #fff;
	border-radius: 10px;
}

.close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #aaa;
	font-size: 56px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
}

.modal-body {
	padding: 0;
}

#voteModal{
	/*display: none; Скрыто изначально */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
	background-color: rgba(0, 0, 0, 0.8);
}

#voteModal.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out;
}
	
#voteModal .modal-content {
	padding: 20px;
	margin: 15% auto;
	background-color: #3478f9;
	color: #fff;
	border-radius: 0;
	width: 90%;
}

#voteModal .modal-body {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#voteModal .modal-body .short-desc {
	font-size: 20px; 
	margin-bottom: 25px;
}

#voteModal .modal-body b {
	font-weight: 700;
}

#voteModal .modal-body img {
	min-width: 200px;
}

#voteModal .modal-body a {
	background-color: #000;
	color: #fff;
	padding: 7px 40px 7px 10px;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	white-space: nowrap;
}

#voteModal .modal-body a:after {
	content: "";
	position: absolute;
	right: 10px;
	width: 18px;
	height: 18px;
    background-image: url("../img/external-link.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#voteModal .column {
	padding: 20px;
	flex: 1;
	/*min-width: 100px;*/
}

#voteModal .close {
	right: 3px;
	top: -10px;
	color: #fff;
	font-size: 45px; /* Увеличен размер */
}

#voteModal h1 {
	font-size: 28px;
}

#voteModal div {
	max-width:100%;
}

@media (min-width: 768px) {
	#voteModal .container {
		flex-wrap: nowrap;
	}

	#voteModal .column {
		min-width: 0;
	}
	#voteModal .modal-body a {
		font-size: 25px;
	}
	
	#voteModal .modal-body .short-desc {
		font-size: 25px; 
		line-height: 2rem;
	}
	
	#voteModal h1 {
		font-size: 36px;
	}
	
	#voteModal .modal-body a:after {
		right: 6px;
		width: 25px;
		height: 25px;
	}
	
	#voteModal .modal-content {
		width: 50%;
	}
}

iframe.fb-video {
	width: 100%;
}

iframe:not(.fb-video) {
	width: 100%;
	height: 562px;
	/*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
}

/*Blog*/

.blog-title {
  margin-bottom: 40px;
}

.layout-buttons {
  margin-left: auto;
  order: 3;
  display: flex;
  align-items: center;
}

.list-button {
  stroke: #000714;
  transition: all 350ms linear;
}

.list-button-container,
.grid-button-container {
  background-color: rgba(0, 7, 20, 0.2);
  border-radius: 24px;
  width: 48px;
  height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 350ms linear;
  margin-right: 8px;
}

.grid-button-container {
  margin-right: 0;
}

.list-button-container:hover,
.list-button-container:focus {
  background-color: #3478f9;
  cursor: pointer;
}

.grid-button {
  fill: #000714;
  transition: all 350ms linear;
}

.grid-button-container:hover,
.grid-button-container:focus {
  background-color: #3478f9;
  cursor: pointer;
}

.list-button-container:hover .list-button,
.list-button-container:focus .list-button {
  stroke: #000714;
}

.grid-button-container:hover .grid-button,
.grid-button-container:focus .grid-button {
  fill: #ffffff;
}

.active-btn {
  background-color: #3478f9;
}

.active-btn:hover,
.active-btn:focus {
  background-color: rgba(0, 7, 20, 0.2);
  transition: all 350ms linear;
}

.active-btn .list-button {
  stroke: #ffffff;
}

.active-btn:hover .list-button,
.active-btn:focus .list-button {
  stroke: #000714 !important;
}

.active-btn .grid-button {
  fill: #ffffff;
}

.active-btn:hover .grid-button,
.active-btn:focus .grid-button {
  fill: #000714;
}

.list-button-container:hover .list-button,
.list-button-container:focus .list-button {
  stroke: #ffffff;
}

.partner-list.grid-view-3item,
.partner-list.grid-view-4item,
.blog-news-list.grid-view-3item,
.blog-news-list.grid-view {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.partner-list.grid-view-4item {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.blog-news-list.grid-view li {
  width: calc((100% - 32px) / 2);
  margin-bottom: 0;
}

.partner-list.grid-view-4item li {
  width: calc((100% - 45px) / 4);
  margin-bottom: 0;
}

.partner-list.grid-view-3item li,
.blog-news-list.grid-view-3item li {
  width: calc((100% - 64px) / 3);
  margin-bottom: 0;
}

.partner-list.grid-view-4item .blog-author-name {
	font-size: 16px;
}

.blog-news-list.list-view {
  display: block;
}

.blog-news-list.list-view li {
  width: 100%;
}

/*Blog Posts*/

.blog-news-list {
  padding: 0;
  background-color: transparent;
}

.blog-news-author {
  margin-bottom: 20px;
}

.blog-author-image {
  border-radius: 50%;
}

.team-member-image {
	width: 100%;
	margin-bottom: 15px;
}

.blog-news-item {
  padding: 20px;
  background-color: rgba(201, 207, 242, 0.2);
  margin-bottom: 16px;
}

.blog-news-author {
  display: flex;
  gap: 12px;
  align-items: center;
}

.blog-author-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #3478f9;
  margin-bottom: 12px;
}

.blog-author-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #48535b;
  text-transform: capitalize;
}

.team-memeber-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #48535b;	
}

.blog-news-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.08;
  color: #1a2024;
  margin-bottom: 12px;
}

.blog-news-info {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #1a2024;
}

.blog-author-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #48535b;
}

@media screen and (max-width: 1440px) {
	.partner-list.grid-view-3item li .blog-author-name,
	.partner-list.grid-view-4item li .blog-author-name,
	{
		font-size: 14px
	}
}

@media screen and (max-width: 768px) {
  .layout-buttons {
    display: none;
  }

  .blog-news-list li {
    width: 100% !important;
  }
  
	.partner-list.grid-view-3item,
	.partner-list.grid-view-4item
	{
		gap: 0;
	}
	
	.partner-list.grid-view-4item li:nth-child(2n-1),
	.partner-list.grid-view-3item li:nth-child(2n-1) {
		margin-right: 15px;
	}
	
	.partner-list.grid-view-4item li,
	.partner-list.grid-view-3item li {
		margin-bottom: 15px;
	}
	
  .partner-list.grid-view-4item li,
  .partner-list.grid-view-3item li {
	width: calc((100% - 15px) / 2);
  }
}

@media screen and (max-width: 390px) {
	.partner-list.grid-view-4item li .blog-author-name,
	.partner-list.grid-view-3item li .blog-author-name {
		font-size: 10px
	}
}

.blog-author-posts {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.posts-count-icon {
  stroke: #3478f9;
  fill: transparent;
}

.blog-author-icon {
  border-radius: 18px;
  padding: 4px;
  background-color: rgba(52, 120, 249, 0.1);
}

.blogger-info-list {
	margin-top: 20px;
}

.blogger-info-list li .email-icon {
	fill: #000714;
}
	
.blogger-info-list li svg,
.partner-info svg {
	fill: none;
    stroke: #000714;
}

.blogger-info-list li a {
	color: #000714;
}

@media screen and (min-width: 768px) {
	
	.main-blog-post .tag-author-name {
		margin-top: 15px;
	}
	
	.blogger-info-list li svg {
		margin: 3px 15px -5px;
	}
	
	.partner-info svg {
		margin: 3px 5px -5px;
	}

	.blogger-info-list .author-info-cell {
		float: left;
	}
}

.video-item-info {
	font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #48535b;
    margin-bottom: 8px;
}

.tab-region {
	font-size: 11px;
    margin: 0 0 -2px 5px;
    text-transform: capitalize;
}

.left-hero-post-image-right-sidebar {
	width: 100%;
}

.footer-logo img {
	width: 125px;
}

.desc-read-more-adv {
	margin-bottom: 15px;
	max-width: 992px;
	background-color: #f7f7f7;
}

.node-adv-content-side {
	padding: 15px; 
	font-size: 12px; 
	color: gray; 
	text-align: center; 
	text-transform: uppercase; 
	letter-spacing: 10px;
}

.block-smaller-1440 {
	display: none;
}

.block-larger-1440 {
	display: block;
}

@media (max-width: 1400px) {
	.block-smaller-1440 {
		display: block;
	}
	.block-larger-1440 {
		display: none;
	}
}

@media screen and (max-width: 488px) {
		
	.partner-logo-name .tag-author-name {
		font-size: 24px;
	}
}

@media screen and (max-width: 370px) {
	
	.desc-read-more-adv {
		display: none;
	}
}

.projects-page-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #000714;
  margin-bottom: 20px;
}

.partner-project-list-item {
	display: flex; 
	align-items: center; 
	height: 50px;
	cursor: pointer;
}

.partner-project-list-item .pp-text {
	width: 100%;
	margin-right: 15px;
	display: flex; 
	align-items: center;
}

.partner-project-list-item .pp-block-date {
	display: flex; 
	align-items: center;
	width: 30px;
}

.partner-project-list-item .pp-date {
	margin-left: auto;
	color: #acacac;
	display: block;
}

.partner-project-list-item:not(:first-child) {
    border-top: 1px solid #c9cff2;
}

.breadcrumb {
    margin: 0 0 20px 0;
}

.breadcrumb .current-item {
	color: #acacac;
}

@media (max-width: 450px) {
	.partner-project-list-item .pp-text {
		display: block;
	}
	.partner-project-list-item .pp-date {
		margin-top: 5px;
	}
	.last-news-list li:not(:first-child) {
		padding-top: 15px;
	}
	.last-news-list li:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
    .breadcrumb {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
	.partner-list.grid-view-4item .blog-author-name {
		font-size: 12px;
	}
}

.t2-column {
	margin-bottom: 25px;
}

.partner-list-item {
	height:100%; 
	display: flex; 
	flex-direction: column;
}

.partner-list-item .partnership-date {
	font-size: 12px;
	position: relative;
	padding-left: 20px;
}

.partner-list-item .partnership-date svg {
	position: absolute;
	left: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght,BNCE,INFM@0,500,11,42;1,500,11,42&display=swap');
.shantell {
    color: #ffffff !important;
    background: black;
    display: inline-block;
    font-family: "Shantell Sans", cursive;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
    font-variation-settings: "BNCE" 11, "INFM" 42, "SPAC" 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px !important;
}

.club-start-page-link {
	color: #000;
	text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
	padding: 3px 9px 4px 25px;
	border: 2px solid #000;
	text-decoration: none;
	transition: 0.3s;
	background-color: #c7caf5;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}

.club-start-page-link::before {
    content: "•";
    font-size: 26px;
    color: black;
    position: absolute;
    left: 7px;
    top: 40%;
    transform: translateY(-50%);
	cursor: pointer;
}

.club-sign-in-dialog-link {
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

.club-sign-in-dialog-link svg {
    width: 20px;
    height: 20px;
	fill: white;
    stroke: white;
	margin-bottom: -3px;
}

.club-start-page-link:hover {
    background-color: white;
    color: #3478f9;
}

.sign-in-wrapper .avatar-img {
	display: inline-block;
    position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.sign-in-wrapper .user-menu-popup {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 8px; /* Отступ ниже ссылки */
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    white-space: nowrap;
	z-index: 9;
}

.sign-in-wrapper .user-menu-popup ul li {
	padding: 10px;
}

.sign-in-wrapper .user-menu-popup ul li a {
	text-decoration: none;
	color: #000714;
	
}

.user-club-btn-container {
    display: flex;
    gap: 20px;
}

@media (max-width: 450px) {
	.user-club-btn-container {
		gap: 10px;
	}
	
	.sign-in-txt-holder {
		display: none;
	}
	
}
	
@media (max-width: 520px) {
	
	.header-mobile-logo a img {
		width: 100px;
	}
}

.user-club-btn-block {
    text-align: center;
    /*line-height: 100px;*/
	display: grid;
	place-items: center;
}

#authModal .modal-content {
	max-width: 700px;
	border-radius: unset;
	border: 5px solid #000;
	height: 650px;
}

@media (max-width: 520px) {
	#authModal .modal-content {
		width: 95%;
	}
}

#authModal .modal-content .modal-body {
    height: 100%;
}

#authModal .close {
	right: 15px;
    top: 0px;
}

#show-page-pop-up {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 9999;
}

#show-page-pop-up .modal-content {
	border: 2px solid #000;
	border-radius: 0;
	padding: 20px;
	/*margin: 15% auto;*/
}

#show-page-pop-up .modal-body p {
    font-size: 14px;
    color: #696969;
    line-height: 1.5;
    margin: 0;
}

#show-page-pop-up .modal-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.4;
}

#show-page-pop-up .modal-footer {
    margin-top: 50px;
    text-align: center;
}

#show-page-pop-up .modal-footer .modal-btn {
    padding: 5px 6px;
    margin: 5px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
}

#show-page-pop-up .modal-footer .modal-btn:hover {
    background: #000;
    color: #fff;
}

iframe#authFrame {
	height: 100%;
}

/*@media (max-width: 576px) {
		
	iframe#authFrame {
		height: 530px;
	}
}*/

/************ Club **************/
	.floating-buttons {
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: flex;
		flex-direction: column;
		gap: 8px;
		z-index: 1000;
	    align-items: center;
		justify-content: center;
	}

	.circle-btn {
	  background: white;
	  border: 1px solid #ccc;
	  border-radius: 50%;
	  width: 40px;
	  height: 40px;
	  font-size: 18px;
	  color: black;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0;
	}

	.circle-btn:hover {
	  background: #f0f0f0;
	  color: gray;
	  border-color: gray;
	}

	.comment-count {
	  position: absolute;
	  top: -4px;
	  right: -4px;
	  background: red;
	  color: white;
	  font-size: 10px;
	  padding: 1px 4px;
	  border-radius: 10px;
	  line-height: 1;
	}

	.circle-btn.disabled {
		background: #e0e0e0;
		border-color: #b0b0b0;
		color: #a0a0a0;
		opacity: 0.6;
	}

	.circle-btn.disabled:hover {
		background: #e0e0e0;
		color: #a0a0a0;
		border-color: #b0b0b0;
	}
	
	.icon-button {
      width: 40px;
      height: 40px;
      background-color: #007aff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-button svg {
      width: 24px;
      height: 24px;
      fill: white;
    }
	
	.icon-button.disabled {
	  opacity: 0.4;
	  cursor: not-allowed;
	}
	
	.comment-button {
		position: relative;
		background: transparent;
		border: none;
		cursor: pointer;
		border-radius: 16px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 40px;
		transition: background-color 0.2s ease;
	}


	.comment-number {
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: white;
		font-weight: bold;
		font-size: 14px;
	}

	.comment-button svg {
		width: 40px;
		height: 40px;
		fill: #3478f9;
	}

/************ Club **************/

/* Comments */

#comments-container .post-content-info-divider {
	color: #3478f9;
	font-size: large;
}

.comments-intro-show {
	margin-bottom: 2rem;
}

.comments-intro-show-top {
  display: flex;
  align-items: center;
  gap: 12px;
  /*flex-wrap: wrap;*/
  margin-bottom: 2rem;
  align-items: flex-start;
}

.comments-intro-show-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.comments-intro-show-icon-bubble {
  display: inline-block;
  background-color: #f5f5f5;
  color: #007aff;
  border: 2px solid #007aff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
  font-family: sans-serif;
  padding: 4px 10px;
  position: relative;
  line-height: 1.2;
  min-width: 32px;
  text-align: center;
}

/* Хвостик */
.comments-intro-show-icon-bubble::after {
	content: '';
    position: absolute;
    bottom: -6.3px;
    left: 8px;
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
    border-left: 2px solid #007aff;
    border-bottom: 2px solid #007aff;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.comments-intro-show-texts {
  display: flex;
  flex-direction: column;
}

.comments-intro-show-title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 7px 0;
}

.comments-intro-show-subtitle {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.comments-intro-show-subtitle a {
  color: #007aff;
  text-decoration: none;
}

.comments-intro-show-subtitle a:hover {
  text-decoration: underline;
}


.comments-intro-show-box {
	background-color: #f7f7f8;
	padding: 4rem;
	text-align: center;
}

.comments-intro-show-button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: linear-gradient(to right, #007aff, #1d8dff);
	color: white;
	font-size: 25px;
	padding: 12px 24px;
	border: none;
	border-radius: 7px;
	cursor: pointer;
	box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

.comments-intro-show-button:hover{
	background: #000;
}

.comments-intro-show-button:before {
	content: '⬤';
	font-size: 20px;
	padding-bottom: 4px;
}

.comments-intro-show-payline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
	font-size: 14px;
	color: #888;
	text-align: center;
	flex-wrap: wrap;
}

.comments-intro-show-payline span {
	white-space: nowrap;
}

.comments-intro-show-payline img {
	height: 28px;
	object-fit: contain;
}

@media (max-width: 600px) {
	.comments-intro-show-button {
		width: 100%;
		justify-content: center;
		font-size: 15px;
	}
  
	.comments-intro-show-box {
		padding: 2rem 1rem;
        margin-left: -13px;
        margin-right: -13px;
	}
  
  /*.comments-intro-show-payline {
    flex-direction: column;
  }*/
	.comments-intro-show-payline img {
		height: 18px;
	}
}

.comments-section {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
}

.sort-comments {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #888;
}

.sort-comments label {
  margin-right: 10px;
}

.sort-comments select {
	padding: 6px 10px;
	border-radius: 8px;
	border: none;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #888;
}

.likes-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.likes-modal {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 300px;
    max-width: 90%;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
}

.likes-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

#likesIframe {
    width: 100%;
    height: 400px;
    border: none;
}

.comment-block,
.subcomment-block
{
    display: flex;
	height: 100%;
	gap: 10px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: #fff;
}

.comment-block.opacity,
.subcomment-block.opacity
{
	opacity: .5;
}

.comment-data-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    display: flex;
    align-items: center;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

	.username {
		font-weight: bold;
		font-size: 14px;
		color: #000;
	}

	.user-description {
		color: #888;
		font-weight: normal;
		font-size: 0.9em;
	}

	.comment-meta {
		font-size: 13px;
		color: #999;
	}

	.comment-footer {
		display: flex;
	}

	.reply-button {
		background: none;
		border: none;
		color: #000;
		font-size: 0.875rem;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 6px;
		padding: 4px 0px;
		font-weight: 500;
	}

	.reply-button .reply-icon {
		width: 18px;
		height: 18px;
		fill: #000;
		transform: scaleX(-1);
	}

.comment-like-wrapper {
    align-items: center;
    padding: 5px 6px 2px;
    transition: border-color 0.3s;
}

.comment-like {
    cursor: pointer;
    font-size: 15px;
    color: #ccc;
    transition: color 0.2s;
    user-select: none;
	margin-top: 2px;
}

.comment-like:hover,
.comment-like.active {
    color: #3478f9;
}

.comment-like-wrapper:hover {
    border-color: #3478F9;
}

.like-count {
    font-size: 13px;
    color: #A9A9A9;
}

.like-amount-holder {
	cursor: pointer;
}

.comment-content {
    color: #000714;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}

	.reply-form,
	.comment-form-wrapper {
		width: 100%;
		border: 2px solid #ddd;
		border-radius: 15px;
		margin-bottom: 20px;
	}
	
	.invite-text {
		padding: 20px;
		color: #888;
	}

    .comment-form.hidden,
	.hidden	{
		display: none;
    }

    .comment-form textarea {
      width: 100%;
      padding: 12px;
      border: none;
	    outline: none;
		border: none;
		box-shadow: none;
      border-radius: 15px;
      resize: none;
      font-size: 14px;
      margin-bottom: 10px;
      min-height: 80px;
    }
	
	.comment-form-bar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 10px;
	}
	
	.comment-errors {
		color: red;
	}
	
	.comment-errors,
	.comment-buttons {
		display: flex;
		gap: 10px;
	}
	
	/*.comment-buttons {
		display: flex;
		justify-content: flex-end;
		gap: 10px;
		margin-bottom: 10px;
	    margin-right: 10px;
	}*/

    .comment-form input[type="submit"] {
      padding: 10px 20px;
      border: none;
      border-radius: 20px;
      font-size: 14px;
      cursor: pointer;
      background: #1877f2;
      color: #fff;
    }

    .cancel-button {
		padding: 10px 20px;
		background: #ccc;
		border: none;
		border-radius: 20px;
		font-size: 14px;
		cursor: pointer;
		margin-right: 10px;
		text-transform: capitalize;
		color: white;
    }

    /*.comment-trigger .trigger-input {
		display: block;
		width: 100%;
		padding: 12px;
		border: 2px solid #ddd;
		border-radius: 20px;
		font-size: 14px;
		cursor: pointer;
		color: #aaa;
		margin-bottom: 20px;
    }*/
/* Comments */

	.alert {
		margin: 0 auto;
	}
	
	.alert.alert-warning {
		display: block;
		padding: 0.75rem 1rem;
		margin-bottom: 1rem;
		border: 1px solid rgba(255, 193, 7, 0.3);
		border-radius: 0.375rem;
		background-color: #fff8e1;
		color: #856404;
		font-size: 1rem;
		line-height: 1.5;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}

	.alert.alert-warning li {
		list-style: none;
		padding-left: 2rem;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.alert.alert-warning li::before {
		content: '⚠️';
		position: absolute;
		left: 0;
	}

/* range en plans */
  .d-flex{
    display: flex;
  }
  .range-section{
    background: url(../img/bg.jpg)no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
  }
  .community-goal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #2c2c2c, #3b58ff, #2c2c2c);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: sans-serif;
    gap: 20px;
  }
  .range-section img{
    height: 33px;
    margin-right: 14px;
  }
  .align-items-center{
    align-items: center;
  }
  .joined, .target {
    font-weight: bold;
  }
  .joined-text{
    font-size: 25px;
    position: relative;
    align-items: center;
  }
 
  .count {
    background: #4d6dff;
    padding: 4px 8px;
    border-radius: 8px;
    color: white;
    margin: 0 14px;
    font-size: 25px;
  }
  
  .progress-container {
    flex-grow: 1;
    text-align: center;
    position: relative;
    max-width: 40%;
    width: 100%;
  }
  
  .goal-label {
    width: 173px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background: #3a69f6;
    padding: 8px 16px 7px 16px;
	text-align: center;
    line-height: 19px;
    border-radius: 8px;
    position: absolute;
    top: -54px;
    right: 0;
    left: 0;
    margin: auto;
  }
  /*.goal-label::before{
    content: '';
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 17px;
    top: 8px;
    border-radius: 50%;
  }*/
  .target{
    font-size: 19px;
    margin-left: 20px;
  }
  .progress-bar {
    background: black;
    height: 30px;
    border-radius: 23px;
    overflow: hidden;
    align-items: center;
  }
  .range-section .container{
    justify-content: space-between;
    position: relative;
  }
  .progress-fill {
    height: 89%;
    background: #4d81ee;
    width: 0%;
    transition: width 1s ease-in-out;
    border-radius: 23px;
    left: 1px;
  }
  .swiper .plan {
    width: 300px;
  }
  .swiper-slide .dev img {
    margin-bottom: 0;
    width: auto;
  }
  .plans {
    padding-top: 20px;
  }
    /* BANNER TOP*/
  .promo-banner {
    /*display: flex;*/
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: url(../img/epicbanner.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    gap: 20px; 
    border-bottom: 2px solid #000;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(0);
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 15000;
  }
 
  .promo-banner__count {
    display: flex;
    align-items: center;
    flex: 0 0 auto; 
  }
  .promo-banner__count .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #6b0f1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
  }
  
  .promo-banner .container > .d-flex {
    width: 100%;
    justify-content: space-between;
    gap: 70px;
}
  .promo-banner__info {
    position: relative;
  }
  .promo-banner__info::before{
    content: '';
    display: block;
    position: absolute;
    background: url(../img/rock.png)no-repeat;
    width: 68px;
    height: 58px;
    left: -31px;
  }
  .promo-banner__info>div{
    font-size: 21px;
    font-weight: 600;
    text-shadow: 2px 4px 2px #000;
  }
  .promo-banner__count p{
    font-size: 12px;
    line-height: 1.3;
    width: 183px;
  }
 .promo-banner__text span{
   font-weight: 600;
   display: block;
 }
 .promo-banner__textcta{
  font-size: 12px;
  margin-right: 20px;
  line-height: 1.3;
 }
.promo-banner__textcta span{
  font-weight: 600;
}
  .promo-banner__cta .btn {
    padding: 10px 20px;
    background: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #750686;
    font-weight: 600;
  }
  .promo-banner__cta{
    align-items: center;
  }
  .promo-banner__details {
    color: #fff;
    text-decoration: underline;
    text-align: center;
    display: block;
    font-size: 12px;
    margin-top: 7px;
  }
  .promo-banner__details:hover{
    text-decoration: none;
  }
  .promo-banner__cta .btn:hover{
    opacity: 0.8;
  }
  .gauge {
    width: 100px;
    font-size: 32px;
    color: #004033;
    margin: 0 15px 0 0;
  }
  
  .gauge__body {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #fff;
    position: relative;
    border-top-left-radius: 100% 200%;
    border-top-right-radius: 100% 200%;
    overflow: hidden;
  }
  
  .gauge__fill {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: 100%;
    background: #ff00f2;
    transform-origin: center top;
    transform: rotate(0.25turn);
    transition: transform 1s cubic-bezier(0.4,0,0.2,1) 0s;
  }
  
  .gauge__cover {
    width: 75%;
    height: 150%;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 600;
    background: #370140;
    background-size: 734% 59%;
  
    /* Text */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25%;
    box-sizing: border-box;
  }
  .mob-promo{
    display: none;
  }
 
  @media (max-width: 991px) {
/* НЕ ограничиваем обёртку: пускай псевдоэлементы выходят за её пределы */
.slider-container {
  position: relative;
  overflow: visible;
}

/* а вот блок со слайдами прячем по краям */
.slider-container .plans {
  overflow-x: auto;   /* или hidden, если скролл у вас вручную */
  overflow-y: hidden; /* подберите под вашу логику */
  /* удалите здесь overflow: hidden, если хотите видеть градиент */
}

/* рисуем градиент на обёртке */
.slider-container::before,
.slider-container::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 10;
}

.slider-container::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}

.slider-container::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
}


    .promo-banner .container {
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    .promo-banner .container > .d-flex {
      align-items: center;
  }
  .mob-promo{
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    padding-bottom: 15px;
  }
  .promo-banner__info .promo-banner__details{
	  display: none;
  }
  .mob-promo a{
    margin-top: 0;
  }
    .promo-banner__cta .btn {
      padding: 5px;
      font-size: 12px;
  }
  .promo-banner__info>div {
      font-size: 17px;
      max-width: 140px;
      width: 100%;
  }
  .promo-banner__text, .promo-banner__textcta, .gallery__item--large img{
    display: none;
  }
  .promo-banner {
      padding: 0;
  }
  .club-banner__title {
    font-size: 27px;
}
.club-banner__content .d-flex {
  gap: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.club-banner {
  padding: 20px;
}
  .promo-banner__info::before {
    width: 27px;
    height: 26px;
    left: -14px;
    top: 10px;
  }
  .promo-banner .container > .d-flex {
    gap: 10px;
	margin-top: 10px;
  }
    .gauge {
      width: 71px;
  }
  .promo-banner {
      background-size: 100% 109%;
      color: #fff;
      gap: 20px;
   } 
   .gauge__cover {
      background-size: 173% 74%;
  }
  .promo-banner__cta{
    flex-direction: column;
  }
    .promo-banner__textcta {
      margin-right: 0;
      margin-bottom: 10px;
  }
  
    .promo-banner {
      flex-direction: column;
      align-items: stretch;
      text-align: center;
    }
    .promo-banner__count {
      margin-top: -2px;
    }
    .promo-banner__info {
      margin: 15px 0;
    }
   
  }
  /*END BANNER TOP*/

/* BANNER BOTTOM */
.club-banner {
  position: relative;
  background: url('../img/epicbanner-bottom.jpg') center/cover no-repeat;
  color: #fff;
  padding: 40px 20px;
  border-top: 2px solid #7221a0;
  box-shadow: -7px 0 41px #000;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  display: none;
}

.promo-banner.hidden {
  opacity: 0;
  display: none;
}
.promo-banner + header{
  padding-top: 85px;
}
@media (max-width: 991px) {
	.promo-banner + header{
	  padding-top: 105px;
	}	
}
.promo-banner.hidden + header{
  padding-top: 0;
}

.club-banner.visible {
  transform: translateY(0);
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15000;
  display: block;
}
.club-banner__close {
  position: absolute;
  top: 16px; right: 16px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.club-banner__inner {
  display: flex;
  margin: 0 auto;
  gap: 40px;
}
.club-banner__content {
  align-items: center;
}
.club-banner__title {
  font-size: 40px;
  margin: 0 0 8px;
}
.club-banner__subtitle {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.4;
}
.club-banner__progress {
  margin-bottom: 0;
  font-size: 13px;
}
.margin-bottom{
  margin-bottom: 40px;
}
.progress-containers {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 361px;
  width: 100%;
  position: relative;
}
.rock-banner{
  width: 67px;
  margin-top: -33px;
}
.progress-bars {
  position: relative;
  flex: 1;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.progress-fills {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;  
  background: #ff00ff;
  border-radius: 12px;
  animation: fillProgress 1.5s ease-out 0.5s forwards;
}

@keyframes fillProgress {
  to { width: calc(var(--progress) * 1%); }
}

.progress-text {
  font-size: 16px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 12px;
  position: absolute;
  color: #000;
  right: 0;
}
.btn--join {
  display: inline-block;
  background: #fff;
  color: #3f0058;
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: bold;
}
.btn--join:hover{
  opacity: 0.8;
}
.payments img {
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.club-banner__gallery {
  /*position: relative;*/
	position: absolute;
	right: 150px;
	bottom: 25px;
}


.gallery__item--offset {
  grid-area: offset;
  margin-left: 40px;
  margin-top: 16px;
}
.gallery__item--large{
  margin-top: -120px;
}
.gallery__item--large img{
  max-width: 320px;
}
.club-banner__content .d-flex{
  align-items: center;
  gap: 20px;
}




@media(max-width: 768px) {
  .club-banner__inner {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .club-banner__gallery {
    width: 100%;
    justify-items: center;
    margin-bottom: 24px;
  }
  .club-banner__content .d-flex{
    flex-direction: column;
    text-align: center;
  }
 
}
/* BANNER BOTTOM */

  @media (max-width: 1440px) {
    .joined-text {
      font-size: 25px;
    }
    .target{
      font-size: 19px;
    }
    .progress-container {
      max-width: 35%;
     }
  }
  @media (max-width: 1200px) {
    .target {
        font-size: 16px;
    }
    .joined-text {
      font-size: 19px;
  }
  .range-section img {
    height: 25px;
}
}
  @media (max-width: 991px) {

    .swiper-plans::before,
    .swiper-plans::after {
      content: "";
      position: absolute;
      top: 21px; bottom: 0;
      width: 60px;
      pointer-events: none;
      z-index: 10;
      height: 98%;
    }

.swiper-plans::before {
  left: 0;
  background: linear-gradient(to right, #f3f7ff 0%, rgba(243,247,255,0) 100%);
}

.swiper-plans::after {  
  right: 0;
  background: linear-gradient(to left, #f3f7ff 0%, rgba(243,247,255,0) 100%);
}
    .range-section .container{
      flex-direction: column;
    }
    .subscribe-plan .content-panel {
      padding: 17px 0px 80px;
  }
  
  .subscribe-plan .container{
	  padding-left: 0;
	  padding-right: 0;
  }
    .plans.swiper-wrapper{
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: initial;
      gap: 0;
    }
    .swiper {
      overflow: hidden; 
    }
    .swiper {
      max-width: 740px;
      margin: 0 auto;
    }
    .swiper-slide {
      width: 100%; 
    }
  .content-panel.swiper {
      padding: 24px 14px 80px !important;
  }
    .count {
      font-size: 21px;
    }
    .progress-container {
        max-width: 100%;
        margin: 5px 0 0;
    }
    .target {
      font-size: 18px;
      margin-left: 0;
    }
      .range-section img {
        height: 23px;
    }
    .joined-text {
        font-size: 21px;
    }
    .range-section {
      margin-top: 40px;
  }
    .goal-label {
      width: 124px;
      font-size: 13px;
      padding: 8px 10px 7px 10px;
	  text-align: center;
      order: 1;
      -webkit-box-ordinal-group: 2; 
      -ms-flex-order: 1;
      -webkit-flex-order: 1;
    }
    
    /*.goal-label::before {
      width: 13px;
      height: 13px;
      left: 11px;
      top: 12px;
    }*/
    .target{
      order: 2;
      -webkit-box-ordinal-group: 3; 
      -ms-flex-order: 2;
      -webkit-flex-order: 2;
    }
    .progress-container {
    -webkit-box-ordinal-group: 4; 
    -ms-flex-order: 3;
    -webkit-flex-order: 3;
    order: 3;
  }
  .joined{
    margin: 20px 0;
    -webkit-box-ordinal-group: 4; 
    -ms-flex-order: 3;
    -webkit-flex-order: 3;
    order: 3;
  }
  }
  /* range en plans section */

	/************ CLUB PROMO BLOCK **************/
	.club-promo-block {
		align-items: flex-start;
		background: linear-gradient(to bottom, #0b3ca8 0%, #1e69dc 55%, #6fb7ff 100%);
		color: white;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: nowrap;
		border: 3px solid #000;
		margin-bottom: 20px;
		position: relative;
	}

	.club-promo-text {
		flex: 1 1 85%;
		padding: 28px 0 0 40px;
	}

	.club-promo-text p {
		font-size: 19px;
		line-height: 1.2;
		color: #fff;
		margin-bottom: 10px;
	}
	
	.club-promo-text p b {
		font-weight: bold;
	}

	.club-promo-text .btn {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		background: #fff;
		color: #000;
		font-size: 20px;
		font-weight: bold;
		padding: 9px 24px;
		border: none;
		border-radius: 7px;
		cursor: pointer;
		box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		margin: 20px auto;
	}
	
	.club-promo-text .btn:hover {
		background: #000;
		color: #fff;
	}

	.club-promo-text .btn:before
	{
		content: '⬤';
		font-size: 20px;
		padding-bottom: 4px;
		color: #3478f9;
	}

	.club-promo-image {
		flex: 1 1 50%;
	}

	.club-promo-image img {
		max-width: 35%;
		height: auto;
		display: block;
		border-radius: 10px;
	  
	  /*margin-top: -20px;*/
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	/* Мобильная версия */
	@media (max-width: 768px) {
		.club-promo-block {
			flex-direction: column;
			/*padding: 20px 20px 0;*/
		}
		.club-promo-text {
			flex: 1 1 100%;
			padding: 20px 20px 0;
		}
		.club-promo-image {
			flex: 1 1 100%;
			padding: 0;
		}
	  	.club-promo-image img {
			position: unset;
			max-width: 70%;
			float: inline-end;
		}
	}
	/************ CLUB PROMO BLOCK **************/
	
.instagram-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177%; /* примерно 9:16 */
    height: 0;
    overflow: hidden;
}

.instagram-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
}

	/************ TIKTOK VIDEO BLOCK **************/
	
	.tiktok-section {
		background-color: #000714;
		color: #fff;
	}
	
	@media (max-width: 768px) {
		.tiktok-section {
			max-width: 100vw;
		}
		.hero .tiktok-stat {
			font-size: 13px;
		}
	}
	
	.tiktok-header {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 12px 14px;
	  gap: 12px;
	}

	.tiktok-logo
	{
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.tiktok-logo .dot {
	  width: 6px;
	  height: 6px;
	  background: #3478f9;
	  border-radius: 50%;
	}

	.tiktok-logo svg,
	.tiktok-logo img
	{
	  display: block;
	  height: 22px;
	  width: auto;
	}

	.tiktok-header-right {
	  display: flex;
	  align-items: center;
	  gap: 20px;
	  color: #fff;
	}
	
	.tiktok-stat {
		font-weight: 100;
		font-size: 15px;
	}

	.tiktok-stat svg {
		margin-bottom: -3px;
	}

	.tiktok-logo svg path {
	  fill: #fff;
	}
	
	.tiktok-block {
		position: relative;
	}
	
	.tiktok-wrapper {
		display: flex;
		justify-content: flex-start;
		padding: 0 0 40px;
	    overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		width: 100%;
		max-width: 96vw;
		
		scrollbar-color: #444 #000;
		scrollbar-width: thin;
	}
	
	.tiktok-wrapper::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 100px;
	  pointer-events: none;
	  z-index: 2;
	}

	.tiktok-wrapper::after {
	  right: 0;
	  background: linear-gradient(to left, rgba(0,0,0,0.9), rgba(0,0,0,0));
	}
	
	.tiktok-wrapper::-webkit-scrollbar {
		height: 8px;
	}
	
	.tiktok-wrapper::-webkit-scrollbar-track {
		background: #000;
	}
	
	.tiktok-wrapper::-webkit-scrollbar-thumb {
		background-color: #444;
		border-radius: 4px;
	}

	@media (min-width: 1145px) {
		.tiktok-wrapper {
			max-width: 56vw;
		}
		.tiktok-wrapper.show-page {
			max-width: 59vw;
		}
	}
	
	@media screen and (max-width: 1300px) and (min-width: 1250px) {
		.tiktok-wrapper {
			max-width: 57vw;
		}
		.tiktok-wrapper.show-page {
			max-width: 62vw;
		}			
	}
	
	@media screen and (max-width: 1350px) and (min-width: 1300px) {
		.tiktok-wrapper {
			max-width: 58vw;
		}
		.tiktok-wrapper.show-page {
			max-width: 62vw;
		}	
	}
	
	@media screen and (max-width: 1400px) and (min-width: 1350px) {
		.tiktok-wrapper {
			max-width: 59vw;
		}
		.tiktok-wrapper.show-page {
			max-width: 63vw;
		}	
	}
	
	@media screen and (max-width: 1500px) and (min-width: 1400px) {
		.tiktok-wrapper {
			max-width: 60vw;
		}
		.tiktok-wrapper.show-page {
			max-width: 65vw;
		}				
	}
	
	@media screen and (max-width: 1600px) and (min-width: 1500px) {
		.tiktok-wrapper.show-page {
			max-width: 60vw;
		}				
	}
	
	@media screen and (max-width: 1700px) and (min-width: 1600px) {
		.tiktok-wrapper.show-page {
			max-width: 54vw;
		}				
	}
	
	@media screen and (max-width: 1850px) and (min-width: 1700px) {
		.tiktok-wrapper.show-page {
			max-width: 52vw;
		}				
	}
	
	@media (min-width: 1845px) {
		.tiktok-wrapper.show-page {
			max-width: 49vw;
		}
		.tiktok-wrapper {
			max-width: 47vw;
		}
	}
	
	@media (min-width: 1900px) {
		.tiktok-wrapper {
			max-width: 45vw;
		}
	}
	
	@media (min-width: 2100px) {
		.tiktok-wrapper {
			max-width: 40vw;
		}
	}
	
	@media (min-width: 2500px) {
		.tiktok-wrapper {
			max-width: 35vw;
		}
	}
	
	@media (min-width: 3000px) {
		.tiktok-wrapper {
			max-width: 29vw;
		}
	}
	
	@media (min-width: 3500px) {
		.tiktok-wrapper {
			max-width: 23vw;
		}
	}
	
	@media (min-width: 1245px) {
		.tiktok-wrapper::after {
			width: 150px;
			background: linear-gradient(
			  to left,
			  rgba(0, 7, 20, 1) 0%,
			  rgba(0, 7, 20, 1) 40%,
			  rgba(0, 7, 20, 0) 100%
			);
		}		
	}

	.tiktok-scroll {
		display: flex;
		position: relative;
		padding-left: var(--overlap-offset);
		gap: 10px;
		padding: 10px;
	}

	.tiktok-card {
		position: relative;
		width: 200px;
		height: auto;
		flex: 0 0 auto;
		overflow: visible;
		margin-left: calc(-1 * var(--overlap-offset));
		transition: transform 0.3s ease, z-index 0.3s ease;
		cursor: pointer;
		z-index: 1;
	}

	.tiktok-card img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  border-radius: 8px;
	  display: block;
	}
	
	.tiktok-play {
		position: absolute;
		top: 50%; left: 50%;
		transform: translate(-50%, -50%);
		color: white;
		font-size: 25px;
	    opacity: 0.9;
		z-index: 2;
		pointer-events: none;
    }
	
	.tiktok-footer {
	    position: absolute;
		left: 0; right: 0; bottom: -25px;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 6px 8px;
		background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
		font-size: 12px;
		color: #fff;
    }
	
	.tiktok-channel {
		flex: 1;
		min-width: 0;    
    }
	
	.tiktok-channel span {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.tiktok-card:first-child {
		margin-left: 0;
	}
	
/************ TIKTOK VIDEO BLOCK **************/


/******************** SHOW MORE ***********************/

#news-container {
	position: relative;
}

.load-animation{
	position: relative;
	height: 200px;
	display: none;
}
.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width:100px;
  height:100px;
}
.load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.load :first-child{background:#3478f9;opacity:1;animation-delay:-1.5s}
.load :nth-child(2){background:#3478f9;opacity:.8;animation-delay:-1s}
.load :nth-child(3){background:#3478f9;opacity:.6;animation-delay:-0.5s}
.load :last-child{background:#3478f9;opacity:.4;}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

.divider-wrapper {
	position: relative;
}

.divider-label {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 18px;
	font-weight: bold;
	color: #007BFF;
	letter-spacing: 1px;
}
.show-more-divider {
	border: none;
	height: 3px;
	margin: 70px 0;
	background-image: linear-gradient(to right, #BFE2FF, #007BFF, #BFE2FF);
}

.show-more-divider::before,
.show-more-divider::after {
	content: '';
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: 2px solid #FFF;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #007BFF;
}

.show-more-divider::after {
	animation: anim-hr 1s linear infinite;
}

@keyframes anim-hr {
	0% {
		width: 40px;
		height: 40px;
		opacity: 1;
	}
	100% {
		width: 0;
		height: 0;
		opacity: 0.5;
	}
}

#showmore-btn-link {
	max-width: 300px;
	margin: 0 auto;
}

#showmore-btn-link .all-news-button {
	max-height: 100px;
}
				
/******************** SHOW MORE ***********************/

/******************** DONATE ON SHOW ***********************/

.donation-box {
	margin: 40px auto 0;
	background: linear-gradient(to top, #82d5f3 0%, #ffffff 100%);
	border: 5px solid #3478f9;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.donation-header {
	background: #3478f9;
	color: #fff;
	padding: 2px 16px 6px;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.donation-header svg {
	margin-right: 7px;
}

.donation-header a {
	color: #fff;
}

.donation-content {
	padding: 16px 18px;
	font-size: 14px;
	line-height: 1.5;
}

.donation-content p {
	margin: 0 0 10px 0;
}

.donation-content p a {
	color: #000714;
	font-weight: bold;
	text-decoration: underline;
}

.donation-tabs {
	text-align: center;
	margin: 40px auto;
	display: inline-block;
}

.donation-box .flashlight {
	width: 25px;
	display: inline;
}

@media (min-width: 736px) {
	.donation-tabs {
		min-width: 500px;
	}
}

.tab-buttons {
	display: flex;
	background: #f0f4f8;
	border-radius: 50px;
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.tab-button {
	flex: 1;
	padding: 12px 30px;
	border: 2px solid #007bff;
	color: #333;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	background-color: #fff;
}

.tab-button.recommended {
	position: relative;
}

.tab-button.recommended::after {
	content: attr(data-label);
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #f74b4b;
	color: #fff;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	white-space: nowrap;
}

@media (max-width: 736px) {
	.tab-button {
		padding: 6px 15px;
		font-size: 13px;
	}
	.donation-tabs .amount-button {
		padding: 9px 10px;
	}
	.donation-content p {
		font-size: 16px;
	}
}

.tab-button:not(:last-child) {
	border-right: 1px solid rgba(0,0,0,0.05);
}

.tab-button:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.tab-button:last-child
{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.tab-button.active {
	background: #007bff;
	color: #fff;
}

.tab-button:hover:not(.active) {
	background: rgba(0, 123, 255, 0.1);
}

.tab-content {
	margin-top: 30px;
	justify-content: center;
}

.tab-panel {
	display: none;
	text-align: center;
	font-size: 18px;
}

.tab-panel.active {
	display: block;
}

.amount-buttons {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	gap: 10px;
	width: 100%;
}

.amount-button {
	flex: 1; 
	padding: 12px 25px;
	border: 2px solid #007bff;
	border-radius: 30px;
	background: #fff;
	color: #007bff;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
}

.amount-button:hover {
	background: rgba(0,123,255,0.1);
}

.amount-button.active {
	background: #007bff;
	color: #fff;
}
	
.amount-container {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.donation-box .amount,
.donation-box .custom-amount {
  padding: 9px 18px;
  border: 2px solid #e1e4eb;
  border-radius: 30px;
  font-size: 18px;
  min-width: 90px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.donation-box .amount {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}

.donation-box .amount:hover,
.donation-box .amount-button:hover {
	background: #f5aebb;
	border-color: #f5aebb;
	color: #fff;
}

.donation-tabs .free-payment-msg,
.donation-tabs .donation-input {
	padding: 11px 18px;
	border: 2px solid #e1e4eb;
	border-radius: 30px;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	width: auto;
}

.donation-tabs .custom-donate-message {
	margin: 20px 0;
	width: 100%;
}

.donation-submit {
	display: block;
	margin: 0 auto;
	background: #007bff;
	border: none;
	border-radius: 30px;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.2s;
}

.donation-submit:hover {
	background: #f5aebb;
}

.main-post-content-text .donation-box-paymet-desc {
    margin-top: 3px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.85;
    color: #a3a4a4;
}

/******************** DONATE ON SHOW ***********************/