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

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

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

.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.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-sidebar {
  min-width: 400px;
  max-width: 400px;
  padding: 21px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000714;
}

.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: #0a1829;
  -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-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: 20px;
  }
}

@media screen and (max-width: 500px) {
  .carousel-container {
    max-width: 350px;
  }
  
  .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 40px 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;
}
