@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

* {
  font-family: Arial, Helvetica, sans-serif !important;
}

a {
  background-color: transparent;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.header-large-bold {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
}

@media only screen and (min-width: 768px) {
  .header-large-bold {
    font-size: 40px;
    line-height: 40px;
  }
}

.header-standard-bold {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  font-feature-settings: 'liga' off, 'calt' off;
}

@media only screen and (min-width: 768px) {
  .header-standard-bold {
    font-size: 30px;
    line-height: 50px;
  }
}

.header-medium-bold {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
}

@media only screen and (min-width: 768px) {
  .header-medium-bold {
    font-feature-settings: 'liga' off, 'calt' off;
  }
}

.header__desktopSearch-container,
.search-page-nav-button {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 535px;
}

.header__desktopSearch-container .label-search,
.search-page-nav-button .label-search {
  position: absolute;
  left: 16px;
  top: 10px;
}

.header__desktopSearch-container .label-search path,
.search-page-nav-button .label-search path {
  fill: #908999;
  stroke: #908999;
}

.header__desktopSearch-container .input-search,
.search-page-nav-button .input-search {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.header__desktopSearch-container .input-search input,
.search-page-nav-button .input-search input {
  padding-left: 43px;
  width: 100%;
  line-height: 33px;
  font-weight: 400;
  font-size: 12px;
  color: #141414;
  border: 1px solid #c6c6c6;
  border-right: none;
}

.header__desktopSearch-container .input-search input::-moz-placeholder,
.search-page-nav-button .input-search input::-moz-placeholder {
  color: #959595;
  font-weight: 400;
  font-size: 16px;
}

.header__desktopSearch-container .input-search input::placeholder,
.search-page-nav-button .input-search input::placeholder {
  color: #959595;
  font-weight: 400;
  font-size: 16px;
}

.header__desktopSearch-container .button-search,
.search-page-nav-button .button-search {
  width: 100%;
  max-width: 100px;
  line-height: 35px;
  border: none;
  background-color: #ec1c24;
  color: #fff;
}

.header__desktopSearch-container .button-search:first-letter,
.search-page-nav-button .button-search:first-letter {
  text-transform: uppercase;
}

.header__desktopSearch-container .button-search:hover,
.search-page-nav-button .button-search:hover {
  border: none;
  color: #fff;
}

.header__desktopSearch-container .button-search.disabled,
.search-page-nav-button .button-search.disabled {
  background-color: #959595;
}

.header__desktopSearch-container .search-results,
.search-page-nav-button .search-results {
  background-color: #fff;
  padding-top: 15px;
  margin-bottom: 20px;
}

.header__desktopSearch-container .search-results__list-item,
.search-page-nav-button .search-results__list-item {
  color: #a6a6a6;
  padding: 10px 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.header__desktopSearch-container .search-results__list-item--name,
.search-page-nav-button .search-results__list-item--name {
  display: -webkit-box;

  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  max-height: 40px;
}

.header__desktopSearch-container .search-results__list-item--type:first-letter,
.search-page-nav-button .search-results__list-item--type:first-letter {
  text-transform: uppercase;
}

.header__desktopSearch-container .search-results__list-item:hover,
.search-page-nav-button .search-results__list-item:hover {
  background-color: #dddce6;
}

.header__desktopSearch-container .search-results-button,
.search-page-nav-button .search-results-button {
  text-align: center;
  border-top: 1px solid #dddce6;
}

.header__desktopSearch-container .search-results-button a,
.search-page-nav-button .search-results-button a {
  color: #a6a6a6;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .header__desktopSearch-container .input-search input,
  .search-page-nav-button .input-search input {
    font-size: 16px;
  }
}

.header .container[data-v-78aef4cc] {
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .header .container[data-v-78aef4cc] {
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1366px) {
  .header .container[data-v-78aef4cc] {
    justify-content: space-between;
    flex-direction: row;
  }
}

.afterHeader[data-v-78aef4cc] {
  padding-bottom: 125px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.header__programs:hover .header__nav-dropdown--programs[data-v-5dc00ec3] {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header__programs:hover svg[data-v-5dc00ec3] {
  fill: #ec1c24;
  transform: rotate(180deg);
}

.header__news:hover .header__nav-dropdown--news[data-v-5dc00ec3] {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header__news:hover .header__programs-item[data-v-5dc00ec3] {
  color: #ec1c24;
}

.header__news:hover svg[data-v-5dc00ec3] {
  fill: #ec1c24;
  transform: rotate(180deg);
}

.header__nav[data-v-5dc00ec3] {
  margin: auto;
}

.header__nav ul[data-v-5dc00ec3] {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.header__nav ul li[data-v-5dc00ec3] {
  margin-right: 40px;
  margin-bottom: 0;
}

.header__nav ul li[data-v-5dc00ec3]:last-child {
  margin-right: 0;
}

.header__nav ul li[data-v-5dc00ec3]:first-letter {
  text-transform: uppercase;
}

.header__nav ul li svg[data-v-5dc00ec3] {
  fill: #fff;
}

.header__nav a[data-v-5dc00ec3] {
  color: #fff;
}

.header__nav a svg[data-v-5dc00ec3] {
  transition: all 0.3s linear;
}

.header__nav a.nuxt-link-active[data-v-5dc00ec3],
.header__nav a.nuxt-link-exact-active[data-v-5dc00ec3],
.header__nav a[data-v-5dc00ec3]:hover {
  color: #ec1c24;
}

.header__nav a.nuxt-link-active svg[data-v-5dc00ec3],
.header__nav a.nuxt-link-exact-active svg[data-v-5dc00ec3] {
  fill: #ec1c24;
}

.header__nav-dropdown[data-v-5dc00ec3] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  height: auto;
  top: 80%;
  width: 100%;
  background-color: #100817;
  transition: all 0.25s ease-in;
}

.header__nav-dropdown ul[data-v-5dc00ec3] {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  grid-row-gap: 5px;
  row-gap: 5px;
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.header__nav-dropdown ul li[data-v-5dc00ec3] {
  margin-right: 0;
}

.header__nav-dropdown ul li[data-v-5dc00ec3]:first-letter {
  text-transform: uppercase;
}

.header__nav-dropdown ul a[data-v-5dc00ec3] {
  font-feature-settings: 'liga' off, 'calt' off;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.header__nav-dropdown--programs[data-v-5dc00ec3] {
  z-index: 10;
}

.header__nav-dropdown--programs ul li[data-v-5dc00ec3] {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.header__nav-dropdown--programs ul li:hover a[data-v-5dc00ec3] {
  color: #ec1c24;
}

.header__nav-dropdown--news[data-v-5dc00ec3] {
  z-index: 10;
}

.header__nav-dropdown--news ul[data-v-5dc00ec3] {
  flex-wrap: wrap;
}

.header__social[data-v-f15db3fe] {
  display: flex;
  margin-right: 35px;
}

.header__social a[data-v-f15db3fe] {
  margin-right: 10px;
}

.header__lang[data-v-a078b5ce] {
  width: 100%;
  max-width: 44px;
  margin-bottom: -2px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
}

.header__lang .nuxt-link-exact-active[data-v-a078b5ce] {
  color: #ec1c24;
}

.header__lang a[data-v-a078b5ce] {
  position: relative;
  color: #959595;
}

.header__lang a[data-v-a078b5ce]:last-child:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #959595;
}

@media only screen and (min-width: 1366px) {
  .header__lang[data-v-a078b5ce] {
    margin-right: 20px;
  }
}

.header__nav-dropdown {
  background-color: #100817;
  top: 80%;
  height: auto;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 0.25s ease-in;
  visibility: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__nav-dropdown.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header__icon {
  cursor: pointer;
}

.header__icon path {
  fill: #fff;
  stroke: #fff;
}

.header__icon:hover path {
  fill: #ec1c24;
  stroke: #ec1c24;
}

.header__icon .open-enter-active {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header__icon .open-leave-active {
  -webkit-animation: scale-out-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: scale-out-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.header__icon .open-enter {
  -webkit-animation: rotate-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: rotate-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header__icon .open-leave-to {
  -webkit-animation: rotate-out-center 0.3s
    cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: rotate-out-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

@-webkit-keyframes rotate-in-center {
  0% {
    transform: rotate(-1turn);
    opacity: 0;
  }
  to {
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

@keyframes rotate-in-center {
  0% {
    transform: rotate(-1turn);
    opacity: 0;
  }
  to {
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

@-webkit-keyframes rotate-out-center {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform: rotate(-1turn);
    opacity: 0;
  }
}

@keyframes rotate-out-center {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform: rotate(-1turn);
    opacity: 0;
  }
}

.sub-menu[data-v-7b50a76b] {
  position: fixed;
  z-index: 333;
  width: 100%;
  height: auto;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #b4b4b4;
}

.sub-menu__list[data-v-7b50a76b] {
  padding: 10px 0 12px;
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sub-menu__list-item a[data-v-7b50a76b] {
  font-weight: 400;
  font-size: 10px;
  font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
  color: #141414;
}

.sub-menu__list-item a[data-v-7b50a76b]:hover {
  color: #ec1c24;
}
time {
  text-align: center;
}

img {
  display: block;
  margin: 10px auto;
  width: 100%;
}
.link {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 28px 0 72px;
}
.link img {
  width: 20px;
}
@media only screen and (min-width: 1024px) {
  .sub-menu[data-v-7b50a76b] {
    top: 55px;
    border-color: #b4b4b4;
  }
  .sub-menu__list[data-v-7b50a76b] {
    max-width: 750px;
    justify-content: center;
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .sub-menu__list-item a[data-v-7b50a76b] {
    font-size: 12px;
  }
}

.sub-menu-shadow[data-v-7b50a76b] {
  width: 100%;
  height: 41px;
}

@media only screen and (min-width: 1024px) {
  .sub-menu-shadow[data-v-7b50a76b] {
    display: none;
  }
}

.post > .container {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.article__header-img[data-v-98f0dd4c] {
  order: 1;
  margin-bottom: 15px;
}

@media (max-width: 420px) {
  .container {
    padding: 0 10px;
  }
  .header__nav ul li[data-v-5dc00ec3] {
    margin-right: 10px;
  }
  .header__programs-item span {
    display: none;
  }
  .header-medium-bold {
    font-size: 8px;
    color: black !important;
  }
  .article__content p {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  .post > .container {
    padding-bottom: 20px !important;
  }
}

.article__header {
  text-align: center;
}
.article__header-img--content[data-v-98f0dd4c] {
  position: relative;
  padding-top: 100%;
  margin: 0 -30px;
}

.article__header-img--author[data-v-98f0dd4c] {
  text-align: right;
  font-style: italic;
  font-weight: 300;
  font-size: 8px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #959595;
}

.article__header-time[data-v-98f0dd4c] {
  order: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #c6c6c6;
  margin-bottom: 5px;
}

.article__header-title[data-v-98f0dd4c] {
  order: 3;
  margin-bottom: 20px;
}

.article__header-description[data-v-98f0dd4c] {
  font-size: 17px;
  line-height: 30px;
  font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
  order: 4;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .main {
    flex-direction: column;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .article__header-time[data-v-98f0dd4c] {
    order: 1;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .article__header-title[data-v-98f0dd4c] {
    order: 2;
    margin-bottom: 25px;
  }
  .article__header-img[data-v-98f0dd4c] {
    order: 3;
  }
  .article__header-img--content[data-v-98f0dd4c] {
    margin: 0;
    padding-top: 68%;
  }
  .article__header-img--author[data-v-98f0dd4c] {
    font-size: 12px;
  }
  .article__header-description[data-v-98f0dd4c] {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    font-feature-settings: 'liga' off, 'calt' off;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .article__header-time[data-v-98f0dd4c] {
    margin-top: 0;
  }
}

.article__header-social {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 15px;
}

.article__header-social--list {
  display: flex;
  grid-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
}

.article__header-social--list a {
  width: 100%;
  max-width: 20px;
}

.article__content {
  padding-bottom: 35px;
}

.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  font-feature-settings: 'liga' off, 'calt' off;
  margin-bottom: 20px;
}

.article__content p ~ ol,
.article__content p ~ ul {
  margin-top: -15px;
}

.article__content ol,
.article__content ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
  row-gap: 15px;
  margin-bottom: 30px;
}

.article__content ol li,
.article__content ul li {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}

.article__content ol li:before,
.article__content ul li:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 13px;
  width: 6px;
  height: 6px;
  background-color: #ec1c24;
}

.article__content ol li {
  list-style-type: decimal;
}

.article__content ol li:before {
  content: none;
}

.article__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
  font-feature-settings: 'liga' off, 'calt' off;
}

.article__content a {
  color: #ec1c24;
  display: inline;
}

.article__content blockquote {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  font-feature-settings: 'liga' off, 'calt' off;
  position: relative;
  margin: 40px 0;
  padding: 20px 0;
  text-align: center;
}

.article__content blockquote:after,
.article__content blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 1px;
  background-color: #ec1c24;
  margin: auto;
  left: 0;
  right: 0;
}

.article__content blockquote:after {
  top: auto;
  bottom: 0;
}

.article__content blockquote p {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-feature-settings: inherit;
}

.article__content img {
  height: 100% !important;
}

.article__content iframe {
  width: 100%;
  min-width: auto !important;
  max-width: 100% !important;
}

.article__content iframe[src*='1plus1.video'] {
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6 {
    font-size: 20px;
    line-height: 35px;
  }
  .article__content ol,
  .article__content ul {
    grid-row-gap: 10px;
    row-gap: 10px;
  }
  .article__content ol li,
  .article__content ul li {
    font-size: 16px;
    line-height: 35px;
  }
  .article__content ol li:before,
  .article__content ul li:before {
    top: 15px;
  }
  .article__content p {
    font-size: 16px;
    line-height: 35px;
  }
  .article__content blockquote {
    font-size: 22px;
    line-height: 45px;
  }
  .article__content iframe[src*='1plus1.video'] {
    height: 500px;
  }
}

.post__tags[data-v-1f42e7e0] {
  position: relative;
  margin-bottom: 45px;
}

.post__tags-title[data-v-1f42e7e0] {
  position: absolute;
  left: 0;
}

.post__tags-list[data-v-1f42e7e0] {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.post__tags-list li[data-v-1f42e7e0]:first-child {
  margin-left: 45px;
}

.post__tags-list a[data-v-1f42e7e0] {
  color: #ec1c24;
}

.post__tags-list a[data-v-1f42e7e0]:hover {
  color: #ff9000;
}

.post__news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}

.post__sidebar {
  width: 100%;
}

.post__sidebar .sidebar-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
  padding-bottom: 5px;
}

.post__sidebar .article__header-projectTime {
  display: none;
}

.post__sidebar .bannerPremium iframe {
  margin-bottom: 35px;
}

@media only screen and (min-width: 1024px) {
  .post__sidebar {
    max-width: 31%;
  }
  .post__sidebar .sidebar-title {
    line-height: 35px;
  }
  .post__sidebar .article__header-projectTime {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.article__tabs-buttons ul {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.article__tabs-buttons ul:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #c6c6c6;
}

.article__tabs-buttons ul li {
  position: relative;
  padding-bottom: 2px;
  color: #141414;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
  cursor: pointer;
}

.article__tabs-buttons ul li.active,
.article__tabs-buttons ul li:hover {
  color: #ec1c24;
}

.article__tabs-buttons ul li.active:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ec1c24;
}

.article__tabs-list {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  min-height: 614px;
}

.article__tabs-list .news__item:nth-child(3) {
  max-width: 100%;
}

.article__tabs-list .news__item:nth-child(3) .news__item-img {
  padding-top: 51%;
}

.article__tabs iframe {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .article__tabs-buttons ul {
    justify-content: flex-start;
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .article__tabs-buttons ul li {
    font-size: 25px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .article__tabs-list {
    flex-direction: column;
    min-height: 400px;
  }
  .article__tabs-list .news__item {
    max-width: 100%;
  }
  .article__tabs-list .news__item-img {
    display: none;
  }
}

.post__day .news__item {
  max-width: 100%;
}

.post__day .news__item .news__item-img {
  padding-top: 500px;
}

.post__moreNews .news__item {
  max-width: 100%;
}

.post__moreNews .news__item-img {
  display: none;
}
body {
  font-family: 'Inter' !important;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  .post__moreNews .button {
    display: none;
  }
}

.idealMedia[data-v-4214c8d5] {
  margin: 0 -30px 30px;
  padding: 15px 30px 35px;
  background-color: #f4f4f6;
}

@media only screen and (min-width: 1024px) {
  .idealMedia[data-v-4214c8d5] {
    margin: 0 -5px;
    padding: 5px;
  }
}

@media screen and (min-width: 1360px) {
  .idealMedia[data-v-4214c8d5] {
    margin: 0 -80px 70px;
    padding: 25px 80px 35px;
  }
}

.post__partners-list {
  margin: 0 -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.post__partners-list--item {
  max-width: 300px;
}

.post__partners .news__item {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.post__partners .news__item .news__item-img {
  padding-top: 60px;
  max-width: 60px;
}

@media only screen and (min-width: 768px) {
  .post__partners .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .post__partners-list--item {
    max-width: 100%;
  }
  .post__partners .news__item .news__item-img {
    padding-top: 70px;
    max-width: 70px;
    min-width: 70px;
  }
  .post__partners .news__item-title {
    line-height: 20px;
  }
}

.bannerBranding[data-v-888b46ca] {
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  z-index: 0;
}

.footer {
  background: #141414;
  padding-top: 10px;
  padding-bottom: 52px;
}

.footer__logos {
  width: 100%;
  max-width: 360px;
  margin: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding-bottom: 44px;
}

.footer__logos-logo {
  text-align: center;
}

.footer__logos-logo:last-child {
  grid-column: 2;
}

.footer__links {
  text-align: center;
  margin-bottom: 45px;
}

.footer__links a {
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.8);
}

.footer__contacts {
  text-align: center;
}

.footer__contacts a {
  color: hsla(0, 0%, 100%, 0.8);
}

@media only screen and (min-width: 768px) {
  .footer {
    position: relative;
    z-index: 33;
  }
  .footer .container {
    background-color: #141414;
  }
  .footer__logos {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.banner-catfish {
  bottom: 55px;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: auto;
}

.banner-catfish-close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .banner-catfish {
    bottom: 0;
  }
}

.cookies {
  display: none;
  background-color: #100817;
  bottom: 55px;
  width: 100%;
  left: 0;
  padding-bottom: 11px;
  padding-top: 14px;
  position: fixed;
  z-index: 7777777;
  color: #fff;
}

.cookies.open {
  display: block;
}

.cookies-center-text {
  margin-bottom: 15px;
}

.cookies-center-text p {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  line-height: 18px;
}

.cookies-center-text a {
  color: #ec1c24;
}

.cookies-close {
  position: absolute;
  right: 15px;
  top: 0;
  left: auto;
  cursor: pointer;
}

.cookies-container {
  padding: 15px 30px;
  max-width: 1175px;
  position: relative;
  margin: auto;
}

@media only screen and (min-width: 1024px) {
  .cookies {
    bottom: 0;
  }
  .cookies-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cookies-center-text {
    margin-bottom: 0;
  }
}
.header_mobile {
  display: none;
}
.article__header-time {
  margin-top: 190px;
  color: #999999;
}
.mobile_head {
  display: none;
}
h1 {
  margin-bottom: 30px;
}
p {
  margin: 10px 0;
}
.main_block p,
.main_block {
  color: #141414 !important;
}
.list li {
  list-style: disc;
  margin-left: 20px;
  font-size: 16px;
  line-height: 30px;
}
a {
  color: #ec1c24;
}
.title_comment {
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 150%;
  font-family: 'Roboto' sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.title_comment h4 {
  font-weight: 700 !important;
}
.show_comm {
  font-family: arial;
  font-style: normal;
  font-weight: 400;
  margin: 30px auto 0;
  display: block;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border: none;
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
  margin: 56px auto 72px;
}
.comment_text_show {
  display: none;
}
.main_info_footer {
  gap: 20px;
}
.main_info_footer_1_bl {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  gap: 20px;
  margin-bottom: 100px;
}
@media (min-width: 601px) {
  .footer {
    padding-top: 98px;
  }
}
.right_bar {
  margin-top: 145px;
}
.right_bar_title {
  display: flex;
  margin-bottom: 5px;
}
.right_bar_title div {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  max-width: 210px;
  width: 100%;
}
.right_bar2 {
  margin-top: 100px;
}
.mobile_bar {
  display: none;
}
.right_bar2_info_bl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 25px;
}
.right_bar2_info_bl img {
  width: 80px;
  margin: 0;
}

.right_bar2_info_bl div {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.tag {
  font-size: 13px;
  line-height: 25px;
  color: #4285f4;
  margin-bottom: 30px;
  display: block;
}
.news {
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #141414;
}
.main1 {
  max-width: 800px;
}
.main_info_footer_1_bl img {
  width: 250px;
  max-width: 250px;
  margin: 0;
}
.main_info_footer_1_bl a {
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #141414;
}
.title_foot {
  text-align: start;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  margin: 0 80px 20px;
}
.line {
  display: none;
}
.search {
  display: none;
}
.right_bar {
  cursor: pointer;
}
@media (max-width: 600px) {
  .mobile_bar {
    display: block;
    margin: 20px 10px;
    width: auto;
  }
  .right_bar_title div {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .right_bar2_info_ .right_bar2_info_bl {
    width: 280px;
    margin-right: 10px;
  }
  .right_bar2_info_bl div {
    font-weight: 600;
    font-size: 10px;
    line-height: 150%;
  }
  .right_bar2 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .title_foot {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .search {
    display: block;
  }
  .line {
    margin-bottom: 15px;
    display: block;
  }
  p {
    font-size: 20px;
    line-height: 36px;
  }
  .list li {
    font-size: 18px;
  }
  .desktop_head {
    display: none;
  }
  .mobile_head {
    display: block;
  }
  .header {
    display: none;
  }
  .main_info_footer_1_bl img {
    width: 140px;
    max-width: 140px;
    margin: 0;
  }
  .main_info_footer_1_bl {
    max-width: 140px;
  }
  .main_info_footer_1_bl a {
    font-size: 12px;
    line-height: 18px;
  }
  .sub-menu {
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #141414;
  }
  .main_info_footer {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sub-menu__list[data-v-7b50a76b] {
    padding: 0;
  }
  .sub-menu[data-v-7b50a76b] {
    border-bottom: none;
  }
  .header_mobile {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #ffffff;
    border: 1px solid #c6c6c6;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 999;
  }
  .article__header-time {
    margin-top: 20px;
    text-align: center;
  }
  .sub-menu[data-v-7b50a76b] {
    position: static;
  }
  .about_info {
    font-size: 18px;
    line-height: 24px;
  }
  .link {
    margin: 24px 0;
  }
  .hides {
    display: none;
  }
}
.header[data-v-78aef4cc] {
  background-color: #100817;
  padding: 15px 0 !important;
  position: fixed;
  top: 0;
  z-index: 444;
  width: 100%;
  box-sizing: border-box;
}
