/*! Theme Name: sudreporter */
@font-face {
  font-family: "Cera Pro";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/CeraPro-Regular.eot");
  src: url("./fonts/CeraPro-Regular.eot?iefix") format("eot");
  src: url("./fonts/CeraPro-Regular.woff") format("woff");
  src: url("./fonts/CeraPro-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.125rem;
  margin-bottom: 1rem;
}

body.tag h1 {
  text-transform: capitalize;
}

h2, .h2 {
  font-size: 1.9rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
  margin: 0 0 1.4rem 0;
}

* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 1.4rem;
}

.site-main [class^=post-] {
  font-size: 1.125rem;
  line-height: 24px;
}

.entry-content {
  overflow: hidden;
}

body {
  font-family: "Cera Pro";
}

.header-wrapper {
  height: 70px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 900;
}

.header {
  transition: all 0.2s;
  background: #F03F00;
  padding: 17px 0;
  height: 70px;
  position: relative;
  z-index: 1000;
}
.header .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 36px;
}
.header .menu-wrapper .burger-menu {
  width: 37px;
}
.header .menu-wrapper .burger-menu .burger-menu__link {
  display: block;
  position: absolute;
  top: 6px;
  bottom: auto;
  left: auto;
  left: 0;
  height: 24px;
  width: 27px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 60;
}
.header .menu-wrapper .burger-menu .burger-menu__link .burger-menu__item {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #fff;
}
.header .menu-wrapper .burger-menu .burger-menu__link .burger-menu__item::before, .header .menu-wrapper .burger-menu .burger-menu__link .burger-menu__item::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}
.header .menu-wrapper .burger-menu .burger-menu__link .burger-menu__item::before {
  top: -10px;
  transition-property: top, transform;
}
.header .menu-wrapper .burger-menu .burger-menu__link .burger-menu__item::after {
  bottom: -10px;
  transition-property: bottom, transform;
}
.header .menu-wrapper .burger-menu .burger-menu__link:hover .burger-menu__item {
  background-color: #000;
}
.header .menu-wrapper .burger-menu .burger-menu__link:hover .burger-menu__item::before, .header .menu-wrapper .burger-menu .burger-menu__link:hover .burger-menu__item::after {
  background-color: #000;
}
.header .menu-wrapper .burger-menu .burger-menu__link_close .burger-menu__item {
  background-color: transparent !important;
}
.header .menu-wrapper .burger-menu .burger-menu__link_close .burger-menu__item::before {
  top: 0;
  transform: rotate(45deg);
}
.header .menu-wrapper .burger-menu .burger-menu__link_close .burger-menu__item::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.header .menu-wrapper .burger-menu .burger-menu__link_close .burger-menu__item::before, .header .menu-wrapper .burger-menu .burger-menu__link_close .burger-menu__item::after {
  transition-delay: 0s, 0.1s;
  background-color: #F03F00;
}
.header .main-logo .main-logo__link {
  display: inline-block;
}
.header .main-logo .main-logo__link svg {
  fill: #fff;
  height: 28px;
}
.header .top-options {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header .top-options .top-options__item_social {
  display: none;
}
.header .top-options .top-options__item {
  text-decoration: none;
  align-items: center;
  margin-left: 25px;
}
.header .top-options .top-options__item:nth-child(1) {
  margin-left: 0;
}
.header .top-options .top-options__item svg {
  fill: #fff;
}
.header .top-options .top-options__item:hover svg {
  fill: #000;
}
.header .top-options .top-options__item_club {
  color: #000;
  background: #fff;
  padding: 0 12px;
  margin-left: 30px;
  border: 1px solid #fff;
  display: flex;
}
.header .top-options .top-options__item_club .top-options__item_club_text {
  font-size: 0.875rem;
  padding: 4px 9px 4px 0;
  display: inline-block;
  font-weight: bold;
}
.header .top-options .top-options__item_club .top-options__item_club_img {
  display: inline-block;
}
.header .top-options .top-options__item_club .top-options__item_club_img .graphic-logo {
  height: 20px;
  width: auto;
  fill: #000;
}
.header .top-options .top-options__item_club:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.header .top-options .top-options__item_club:hover .top-options__item_club_img .graphic-logo {
  fill: #fff;
}

.modal-menu {
  display: none;
  position: relative;
  z-index: 1000;
}

.modal-menu_active {
  display: block;
}
.modal-menu_active .wide_nav {
  overflow: auto;
}
.modal-menu_active .wide_nav .modal-menu__wrapper {
  background: #fff;
}
.modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item:last-child {
  margin-top: 2rem;
}
.modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item section {
  margin-bottom: 1.5rem;
}
.modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item section:last-child {
  margin-bottom: 0;
}

.header_light {
  background: #fff;
}
.header_light .burger-menu .burger-menu__link_close .burger-menu__item:hover::before, .header_light .burger-menu .burger-menu__link_close .burger-menu__item:hover::after {
  background-color: #000;
}
.header_light .main-logo .main-logo__link .var {
  fill: #F03F00;
}
.header_light .main-logo .main-logo__link .const {
  fill: #000;
}
.header_light .top-options .top-options__item_social {
  cursor: default;
  pointer-events: none;
}
.header_light .top-options .top-options__item_social:hover svg {
  fill: #fff;
}
.header_light .top-options .top-options__item_club {
  color: #fff;
  background: #F03F00;
  border-color: #F03F00;
}
.header_light .top-options .top-options__item_club .top-options__item_club_img .graphic-logo {
  fill: #fff;
}
.header_light .top-options .top-options__item_club:hover {
  color: #F03F00;
  background: #fff;
  border-color: #F03F00;
}
.header_light .top-options .top-options__item_club:hover .top-options__item_club_img .graphic-logo {
  fill: #F03F00;
}

.modal-menu-container .modal-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1.25rem 0;
  max-width: none;
  padding-left: 0;
  padding-top: 1.25rem;
  position: relative;
}
.modal-menu-container .modal-menu .menu-item {
  margin-bottom: 0.6rem;
}
.modal-menu-container .modal-menu .menu-item:last-child {
  margin-bottom: 0;
}
.modal-menu-container .modal-menu .menu-item a {
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.modal-menu-container .modal-menu .menu-item a:hover {
  color: #F03F00;
}
.widget_tag_cloud .widget-title {
  font-family: "Cera Pro";
  font-weight: bold;
  font-size: 1.25rem;
  color: #F03F00;
  margin: 3px 0 1.7rem 0;
}
.widget_tag_cloud > .tagcloud, .widget_tag_cloud div, .widget_tag_cloud p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tag-cloud-link {
  text-decoration: none;
  color: #000;
  border: 1px solid #9C9C9C;
  padding: 3px 8px;
  margin: 0 2px 12px 0;
  line-height: 1;
  font-size: 1.25rem !important;
  display: inline-block;
}
.tag-cloud-link:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #F03F00;
  background: #F03F00;
}

.header-contacts .header-title, .header-social .header-title {
  font-family: "Cera Pro";
  font-weight: bold;
  font-size: 1.25rem;
  color: #F03F00;
  margin: 3px 0 0.75rem 0;
}

.header-social .header-title {
  margin: 3px 0 1.1rem 0;
}
.header-social .header-content {
  display: flex;
  align-items: center;
}
.header-social .header-content .social_link {
  margin-right: 25px;
  text-decoration: none;
}
.header-social .header-content .social_link:hover svg {
  fill: #F03F00;
}
.header-social .header-content .social_link:last-child {
  margin-right: 0;
}

.email {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 1.25rem;
  color: #000;
}
.email svg {
  margin: 2px 5px 0 0;
  fill: #000;
}
.email:hover {
  color: #F03F00;
  text-decoration: none;
}
.email:hover svg {
  fill: #F03F00;
}

.header-menu-container {
  display: none;
  margin-bottom: 3.75rem;
}
.header-menu-container .header-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  padding-top: 0.75rem;
  position: relative;
}
.header-menu-container .header-menu .menu-item {
  margin: 0 25px;
}
.header-menu-container .header-menu .menu-item a {
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.header-menu-container .header-menu .menu-item a:hover {
  color: #F03F00;
}
.header-menu-container .header-menu .menu-item.current-menu-item a {
  color: #F03F00;
}

.site-footer {
  background: #000;
  padding: 42px 0;
  color: #fff;
  font-size: 1.25rem;
  margin-top: 2rem;
}
.site-footer .footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}
.site-footer .footer-logo .graphic-logo, .site-footer .footer-logo .full-logo {
  fill: #fff;
  display: block;
  width: auto;
}
.site-footer .footer-logo .graphic-logo {
  height: 99px;
}
.site-footer .footer-logo .full-logo {
  height: 38px;
}
.site-footer .footer-logo .footer-logo__link {
  display: inline-block;
  text-decoration: none;
}
.site-footer .footer-logo .footer-logo__link:hover .graphic-logo, .site-footer .footer-logo .footer-logo__link:hover .var {
  fill: #F03F00;
}
.site-footer .email {
  color: #fff;
  text-decoration: none;
}
.site-footer .email:hover {
  color: #F03F00;
}
.site-footer .email:hover svg {
  fill: #F03F00;
}
.site-footer .email svg {
  fill: #fff;
}
.site-footer .footer-menu-container {
  margin-bottom: 50px;
}
.site-footer .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
}
.site-footer .footer-menu .menu-item {
  margin: 0 25px;
}
.site-footer .footer-menu .menu-item a {
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.site-footer .footer-menu .menu-item a:hover {
  color: #F03F00;
}
.site-footer .footer-menu .menu-item.current-menu-item a {
  color: #F03F00;
}
.site-footer .footer-container {
  display: grid;
  grid-template-areas: "subscribe" "sidebar" "copyright";
  grid-template-rows: auto auto auto;
  grid-template-columns: 100%;
  grid-gap: 0;
  margin: 0;
}
.site-footer .footer-sidebar {
  grid-area: sidebar;
}
.site-footer .footer-sidebar__item {
  margin-bottom: 60px;
}
.site-footer .footer-sidebar__title {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.site-footer .social_link {
  display: inline-block;
  color: #fff;
  margin-right: 25px;
  text-decoration: none;
}
.site-footer .social_link svg {
  fill: #fff;
}
.site-footer .social_link:hover {
  color: #F03F00;
}
.site-footer .social_link:hover svg {
  fill: #F03F00;
}
.site-footer .footer-subscribe {
  grid-area: subscribe;
}
.site-footer .footer-copyright {
  grid-area: copyright;
  align-self: end;
}

.footer-archives__container {
  width: 220px;
  position: relative;
}
.footer-archives__container .footer-archives__button {
  height: 60px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
}
.footer-archives__container .footer-archives__button:hover {
  color: #F03F00;
}
.footer-archives__container .footer-archives__button:hover .footer-archives__button_img {
  fill: #F03F00;
}
.footer-archives__container .footer-archives__button_text {
  padding-left: 20px;
  margin-right: auto;
}
.footer-archives__container .footer-archives__button_img {
  padding-right: 14px;
  fill: #fff;
}
.footer-archives__container .footer-archives__wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 220px;
  padding: 10px 0;
  font-size: 1.125rem;
  background: #fff;
}
.footer-archives__container .footer-archives__list {
  height: 78px;
  overflow: auto;
}
.footer-archives__container .footer-archives__list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.footer-archives__container .footer-archives__list ul li {
  line-height: 1.125rem;
  margin-bottom: 11px;
}
.footer-archives__container .footer-archives__list ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
}

.footer-archives__container_active .footer-archives__button {
  color: #F03F00;
}
.footer-archives__container_active .footer-archives__button_img {
  transform: rotate(180deg);
  padding: 0 0 5px 14px;
  fill: #F03F00;
}
.footer-archives__container_active .footer-archives__wrapper {
  display: block;
}

.cookies-banner {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 25px 0;
  transition: all 0.6s;
  background-color: #000;
  color: white;
  font-size: 16px;
  z-index: 1100;
}
.cookies-banner .cookies-banner__desc {
  display: flex;
  align-items: center;
}
.cookies-banner .cookies-banner__link {
  color: #F03F00;
}
.cookies-banner .cookies-banner__btn {
  margin-left: 25px;
}
.cookies-banner .cookies-banner__btn .btn {
  font-size: 1rem;
  padding: 0.3rem 2rem;
}
.cookies-banner .cookies-banner__btn .btn:hover {
  border-color: #fff;
}

.cookies-banner.cookies-banner_active {
  display: block;
}

.top-content .main-title-link, .bottom-content .main-title-link {
  text-decoration: none;
  color: #F03F00;
}
.top-content .main-title-link:hover, .bottom-content .main-title-link:hover {
  color: #000;
}
.top-content .main-title, .bottom-content .main-title {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.top-content .top-content__banner img, .bottom-content .top-content__banner img {
  width: 100%;
  height: auto;
}
.top-content .article-item, .bottom-content .article-item {
  margin-bottom: 15px;
}
.top-content .article__link, .bottom-content .article__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
}
.top-content .article__media img, .bottom-content .article__media img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top-content .article__content, .bottom-content .article__content {
  padding: 15px 0;
}
.top-content .article__content .article__date, .bottom-content .article__content .article__date {
  line-height: 1;
  color: #9C9C9C;
  padding-bottom: 7px;
}
.top-content .article__content .article__title h3, .bottom-content .article__content .article__title h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}
.top-content .top-content__slider, .bottom-content .top-content__slider {
  margin: 0 -20px;
}
.top-content .top-content__slider .article__link, .bottom-content .top-content__slider .article__link {
  height: 100%;
}
.top-content .top-content__slider .article__link:hover .article__body::before, .bottom-content .top-content__slider .article__link:hover .article__body::before {
  border: none;
}
.top-content .top-content__slider .article__link:hover .article__content, .bottom-content .top-content__slider .article__link:hover .article__content {
  border-color: #F03F00;
}
.top-content .top-content__slider .article__body, .bottom-content .top-content__slider .article__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-content .top-content__slider .article__content, .bottom-content .top-content__slider .article__content {
  padding: 20px;
  position: relative;
  flex-grow: 1;
}
.top-content .top-content__slider .article__content .article__date, .bottom-content .top-content__slider .article__content .article__date {
  line-height: 1;
  color: #9C9C9C;
  padding-bottom: 5px;
}
.top-content .top-content__slider .article__content .article__title h3, .bottom-content .top-content__slider .article__content .article__title h3 {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.1;
}
.top-content .top-content__slider .article__content .article__autor, .bottom-content .top-content__slider .article__content .article__autor {
  color: #9C9C9C;
  text-transform: uppercase;
}

.top-content .article-item:last-child {
  margin-bottom: 0;
}

.home .main-title {
  color: #F03F00;
}

.home .bottom-content {
  margin-top: 1.875rem;
}

.bottom-content .article-item {
  margin-bottom: 20px;
}
.bottom-content .sidebar .article-item {
  margin: 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #F03F00;
}
.bottom-content .sidebar .article-item:last-child {
  border-bottom: none;
}
.bottom-content .sidebar .article__content {
  padding: 15px 0 0 0;
}
.bottom-content .sidebar .article__link:hover .article__body::before {
  border: 0;
}
.bottom-content .sidebar .article__link:hover .article__title {
  color: #F03F00;
}
.bottom-content .sidebar .article__date {
  display: flex;
  justify-content: space-between;
}
.bottom-content .sidebar .btn {
  display: block;
}
.bottom-content .sidebar .section-btn {
  margin-top: 1rem;
}

.section-title-link {
  text-decoration: none;
  color: #F03F00;
}
.section-title-link:hover {
  color: #000;
  text-decoration: none;
}

.section-title {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.tag-cloud-title {
  text-align: center;
  color: #F03F00;
}

.btn, .submit {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #F03F00;
  border: 1px solid #F03F00;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .submit:hover {
  text-decoration: none;
  color: #F03F00;
  background-color: #fff;
}

.content-wrapper {
  margin-top: 1.875rem;
}
.content-wrapper .section-btn {
  text-align: center;
  margin: 2rem 0;
}
.content-wrapper .btn {
  min-width: 240px;
}

.category .article-item, .search .article-item {
  margin-bottom: 24px;
}
.category .article__body, .search .article__body {
  height: 100%;
  padding-left: 10px;
  position: relative;
}
.category .article__body::after, .search .article__body::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  bottom: -12px;
  right: 0;
  background: #F03F00;
}
.category .article__title .entry-title, .search .article__title .entry-title {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0.4rem 0 1rem 0;
}
.category .article__media img, .search .article__media img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.category .article__link, .search .article__link {
  display: block;
  text-decoration: none;
  color: #000;
}
.category .article__link:hover, .search .article__link:hover {
  color: #F03F00;
  text-decoration: none;
}
.category .entry-summary p, .search .entry-summary p {
  margin: 0;
}
.category .read-more, .search .read-more {
  display: block;
  margin: 0.5rem 0 0 0;
}
.category .article__date, .search .article__date {
  color: #9C9C9C;
  display: flex;
}
.category .article__date span:last-child, .search .article__date span:last-child {
  margin-left: auto;
}
.category .pagination-nav, .search .pagination-nav {
  margin-top: 4.5rem;
}

.search .header-searchform {
  margin-bottom: 3rem;
}

[class*=label-] {
  background: #9C9C9C;
  color: #fff;
  margin: 0 10px;
  padding: 0 10px;
}

.page-content .header-searchform {
  margin-bottom: 2rem;
}

.single-posts-template h1 {
  font-size: 2.125rem;
  line-height: 1.1;
}

.entry-meta {
  color: #9C9C9C;
  font-size: 1rem;
}

.post-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 25px 0;
}
.post-service .post-social .copy-btn, .post-service .post-social .share-btn {
  display: inline-block;
  text-decoration: none;
  position: relative;
  height: 28px;
}
.post-service .post-social .copy-btn:hover, .post-service .post-social .share-btn:hover {
  color: #F03F00;
}
.post-service .post-social .copy-btn {
  margin-right: 12px;
}
.post-service .post-statistic {
  color: #9C9C9C;
}
.post-service .post-views, .post-service .post-views span {
  display: flex;
  align-items: center;
}
.post-service .post-views > span {
  margin-right: 6px;
}
.post-service .post-views > span svg {
  fill: #9C9C9C;
}

.post-thumbnail {
  margin-bottom: 1.4rem;
}

.tags-links {
  margin-top: 3rem;
  text-transform: uppercase;
}
.tags-links a {
  text-decoration: none;
  text-transform: none;
  color: #000;
  border: 1px solid #9C9C9C;
  padding: 3px 8px;
  margin: 0 5px 12px 5px;
  line-height: 1;
  font-size: 1.25rem !important;
  display: inline-block;
}
.tags-links a:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #F03F00;
  background: #F03F00;
}

.entry-footer .share .share__item_first {
  display: inline-block;
}
.entry-footer .share .share__item_first .share__text {
  font-size: 1.125rem;
}

.footer-share-wrapper {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #9C9C9C;
}

.post-navigation, .comment-navigation {
  margin: 2rem 0;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.nav-links .nav-next {
  margin-left: auto;
}

.meta-nav {
  display: inline-block;
  min-width: 34px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 0 12px;
  background: #F03F00;
  color: #fff;
  position: relative;
  padding: 0 1.5rem;
  border-top: 1px solid #F03F00;
  border-bottom: 1px solid #F03F00;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.meta-nav::after, .meta-nav::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: -1px;
  border-width: 21px 12px;
  border-style: solid;
  border-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.meta-nav:hover {
  background: #fff;
  color: #F03F00;
}
.nav-previous .meta-nav::after, .nav-previous .meta-nav::before {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-right-color: #F03F00;
}
.nav-previous .meta-nav:hover {
  border-right: 1px solid #F03F00;
}
.nav-previous .meta-nav:hover::after {
  border-right-color: #fff;
  margin-right: -2px;
}

.nav-next .meta-nav::after, .nav-next .meta-nav::before {
  left: 100%;
  right: auto;
  margin-left: -1px;
  margin-right: 0;
  border-left-color: #F03F00;
}
.nav-next .meta-nav:hover {
  border-left: 1px solid #F03F00;
}
.nav-next .meta-nav:hover::after {
  border-left-color: #fff;
  margin-left: -2px;
}

.comment-list {
  padding-left: 1.5rem;
}
.comment-list li {
  margin-bottom: 1.75rem;
}

.comment-content p {
  margin: 0;
}

.comment-metadata > a {
  color: #9C9C9C;
}

.comment-reply-link, .comment-edit-link {
  font-size: 0.8rem;
}

.fn {
  padding-left: 0.5rem;
}

.comment-reply-title {
  font-size: 1.5rem;
}
.comment-reply-title small {
  padding-left: 1rem;
  font-size: 0.8rem;
  font-weight: normal;
}

.comments-area {
  max-width: 670px;
}
.comments-area input[type=text], .comments-area input[type=url], .comments-area input[type=email], .comments-area input[type=url], .comments-area textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9C9C9C;
}
.comments-area input[type=text]:focus, .comments-area input[type=url]:focus, .comments-area input[type=email]:focus, .comments-area input[type=url]:focus, .comments-area textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.comments-area textarea {
  height: auto;
}
.comments-area .comment-form-cookies-consent {
  position: relative;
}
.comments-area input[type=checkbox] {
  position: absolute;
  margin-top: 0.3rem;
}
.comments-area input[type=checkbox] + label {
  margin-left: 1.25rem;
}

.bottom-advertising {
  margin-bottom: 2rem;
}

.share {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2rem;
  align-items: center;
}
.share .share__item {
  margin-right: 0.75rem;
}
.share .share__item:last-child {
  margin-right: 0;
}
.share .share__item_first {
  display: none;
}
.share .share__text {
  display: block;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
}

.sharer {
  position: relative;
  cursor: pointer;
  display: block;
  line-height: 2rem;
}
.sharer::before {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.2;
  min-width: 140px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #F03F00;
  top: 100%;
  margin-top: 6px;
}
.sharer::after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 50%;
  margin-left: -6px;
  margin-top: 1px;
  top: 100%;
  border-width: 0 6px 6px;
  border-bottom-color: #fff;
}
.sharer i {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 50%;
  margin-left: -6px;
  top: 100%;
  border-width: 0 6px 6px;
  border-bottom-color: #F03F00;
}
.sharer:hover::before, .sharer:hover::after, .sharer:hover i {
  display: block;
  z-index: 50;
}
.sharer [class^=icon-] {
  font-size: 2rem;
}

.sharer.copy-to-clipboard::before, .sharer.copy-to-clipboard::after, .sharer.copy-to-clipboard i {
  display: none;
}
.sharer.copy-to-clipboard.sharer_active::before, .sharer.copy-to-clipboard.sharer_active::after, .sharer.copy-to-clipboard.sharer_active i {
  display: block;
  z-index: 50;
}

.share-wrapper {
  display: none;
  position: absolute;
  top: -8px;
  left: 40px;
  padding: 5px;
  background: #fff;
}
.post-social .icon-copy, .post-social .icon-shar {
  font-size: 1.75rem;
}

.share-btn_active .share-wrapper {
  display: block;
}

.icon-facebook-1:before {
  color: #1877f2;
}

.icon-instagram1:before {
  color: #e4405f;
}

.icon-telegram:before {
  color: #2ca5e0;
}

.icon-twitter:before {
  color: #1da1f2;
}

.icon-viber:before {
  color: #665cac;
}

.icon-whatsapp:before {
  color: #25d366;
}

.icon-mail:before {
  color: #747474;
}

.related-posts-wrapper {
  margin: 2rem 0;
}
.related-posts-wrapper .section-title {
  color: #F03F00;
}

.error-404 .page-title {
  font-size: 15.5rem;
  color: #F03F00;
  font-weight: normal;
  line-height: 1;
  margin-top: 2.5rem;
}
.error-404 .page-content {
  font-size: 3.125rem;
  line-height: 1.1;
}

.banner-wrapper {
  text-align: center;
}

.banner-area {
  position: relative;
  display: inline-block;
}
.banner-area .banner-link {
  text-decoration: none;
  display: inline-block;
}
.banner-area img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.banner-area::after {
  position: absolute;
  display: block;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  content: "";
  background: #000;
  z-index: 1;
}
.banner-area:hover::after {
  background: #F03F00;
}

.top-banner-area {
  margin-bottom: 2rem;
}

.bottom-banner-area {
  margin: 2rem 0;
}

.pagination-nav {
  margin-top: 3rem;
}
.pagination-nav .nav-links {
  justify-content: center;
}
.pagination-nav .prev, .pagination-nav .next {
  border: none;
  font-size: 2rem;
  margin-top: -5px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.2rem 0.55rem;
  line-height: 1.25;
  font-size: 1.25rem;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
  margin: 0 2px;
}
.page-link:hover {
  z-index: 2;
  color: #F03F00;
  text-decoration: none;
  background-color: #fff;
  border-color: #F03F00;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #F03F00;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
}

.input-group {
  display: flex;
}

.header-searchform__title {
  display: block;
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #F03F00;
}

.header-searchform__input {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.header-searchform__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

.header-searchform__btn {
  padding: 0.3rem 1rem;
  margin-left: 10px;
}

.top-options .top-options__item.search-link-wrapper {
  padding-top: 6px;
}
.top-options .top-options__item.search-link-wrapper .search-link {
  font-size: 27px;
  color: #fff;
}

.header-search {
  display: none;
  padding: 1.125rem 0;
  background: #f2f2f2;
}

.search-form_active .header-search {
  display: block;
}
.search-form_active .header-searchform {
  margin: 0;
}

.no-scrolling .search-link-wrapper {
  display: none;
}

.footer-subscribe {
  font-size: 1rem;
}
.footer-subscribe .form_row {
  display: flex;
}
.footer-subscribe .form_col {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.footer-subscribe .form_col:first-child {
  padding-right: 15px;
}
.footer-subscribe .form_col:nth-child(2) {
  padding-left: 15px;
}
.footer-subscribe .form_col:last-child {
  padding-left: 30px;
}
.footer-subscribe .web4u_subscribe_name, .footer-subscribe .subscribe_email {
  display: block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
}
.footer-subscribe .web4u_subscribe_name:focus, .footer-subscribe .subscribe_email:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.footer-subscribe a {
  color: #F03F00;
}
.footer-subscribe p {
  margin: 10px 0 0 0;
}

.web4u_subscribe_btn {
  height: 58px;
  width: 100%;
}
.web4u_subscribe_btn:hover {
  border-color: #fff;
}

.web4u_subscribe_alert {
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
}

.web4u_subscribe_alert_btn {
  box-sizing: border-box;
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.2;
  min-width: 140px;
  max-width: 80%;
  text-align: center;
  left: calc(50% + 15px);
  transform: translateX(-50%);
  border: 1px solid #F03F00;
  top: -41px;
  margin-bottom: 6px;
  visibility: hidden;
}
.web4u_subscribe_alert_btn::before, .web4u_subscribe_alert_btn::after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 50%;
  margin-left: -6px;
  top: 100%;
  border-width: 6px 6px 0 6px;
  border-top-color: #F03F00;
  z-index: 50;
  visibility: hidden;
}
.web4u_subscribe_alert_btn::after {
  border-color: transparent;
  margin-top: -1px;
  border-top-color: #fff;
}

.web4u_subscribe_alert_email {
  left: 15px;
}

.form_col_error > .web4u_subscribe_name, .form_col_error > .subscribe_email {
  color: #F03F00;
}
.form_col_error > .web4u_subscribe_alert_btn {
  display: block;
  visibility: visible;
}
.form_col_error > .web4u_subscribe_alert_btn::before, .form_col_error > .web4u_subscribe_alert_btn::after {
  display: block;
  visibility: visible;
}

.scroltop {
  position: fixed;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  right: 16px;
  cursor: pointer;
  margin: 0;
  z-index: 2;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  background: #F03F00;
}
.scroltop svg {
  fill: #fff;
}
.scroltop.active {
  opacity: 0.6;
  visibility: visible;
}
.scroltop.active:hover {
  opacity: 1;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.site-main [class^=post-] img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.full-width-content img {
  width: inherit !important;
  margin: 0 auto;
}

.wp-block-embed.is-type-video div {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0px auto;
  width: 100%;
}
.wp-block-embed.is-type-video div iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .top-content .top-content__slider {
    margin: 0;
  }

  .top-content .article__content,
.bottom-content .article__content {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .content-wrapper {
    margin-top: 0;
  }

  .category .tag-cloud-title, .search .tag-cloud-title, .archive .tag-cloud-title {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .header .menu-wrapper {
    justify-content: space-between;
  }
  .header .menu-wrapper .burger-menu {
    width: 250px;
  }
  .header .main-logo .main-logo__link svg {
    height: 36px;
  }
  .header .top-options {
    margin-left: 0;
  }
  .header .top-options .top-options__item_social {
    display: block;
  }
  .header .top-options .top-options__item_club {
    padding: 0 42px;
  }
  .header .top-options .top-options__item_club .top-options__item_club_text {
    font-size: 1rem;
    padding: 5px 9px 5px 0;
  }
  .header .top-options .top-options__item_club .top-options__item_club_img .graphic-logo {
    height: 26px;
  }

  .modal-menu_active .wide_nav .modal-menu__wrapper > .container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item {
    margin: 20px 0;
    width: calc((100% - 180px) / 3);
    margin: 20px 30px 20px 30px;
  }
  .modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item:last-child {
    margin-top: 20px;
  }
  .modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item section {
    margin-bottom: 3.75rem;
  }
  .modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item section:last-child {
    margin-bottom: 0;
  }

  .modal-menu-container .modal-menu {
    padding-top: 0;
  }
  .modal-menu-container .modal-menu .menu-item {
    margin-bottom: 1rem;
  }

  .page-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 70px;
    transform: translateY(-100%);
    transition: transform 0.1ms ease-in-out 0.1s, opacity 0.1s ease-in-out;
    z-index: 110;
  }

  .page-overlay_visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.1s ease-in-out;
  }

  .header-contacts .header-title, .header-social .header-title {
    margin: 3px 0 1.7rem 0;
  }

  .header-menu-container {
    display: block;
  }

  .site-footer {
    padding: 75px 0 95px 0;
  }
  .site-footer .footer-copyright p {
    margin: 0;
  }
  .site-footer .footer-logo {
    justify-content: flex-start;
    margin-bottom: 42px;
  }
  .site-footer .footer-container {
    grid-template-areas: "sidebar subscribe" "sidebar copyright";
    grid-template-rows: auto auto;
    grid-template-columns: 32% 68%;
  }
  .site-footer .footer-sidebar__item:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer-sidebar__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .top-content .top-content__slider .article__content {
    padding: 20px 20px 55px 20px;
  }
  .top-content .top-content__slider .article__content .article__title h3 {
    font-size: 1.5rem;
  }
  .top-content .top-content__slider .article__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  .top-content .article__link, .bottom-content .article__link {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
  }
  .top-content .article__link .article__body::before, .bottom-content .article__link .article__body::before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    border: 1px solid transparent;
  }
  .top-content .article__link:hover .article__body::before, .bottom-content .article__link:hover .article__body::before {
    border-color: #F03F00;
  }
}
@media (min-width: 1200px) {
  .modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item {
    margin: 20px 0;
    width: calc((100% - 240px) / 3);
    margin: 20px 40px 20px 40px;
  }

  .top-content .top-content__slider .article__content {
    padding: 23px 23px 55px 23px;
  }
  .top-content .top-content__slider .article__content .article__title h3 {
    font-size: 1.8rem;
  }

  .site-footer {
    padding: 75px 0 98px 0;
    margin-top: 2.5rem;
  }
  .site-footer .container {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .modal-menu_active .wide_nav .modal-menu__wrapper .modal-menu__item {
    margin: 20px 0;
    width: calc((100% - 330px) / 3);
    margin: 20px 55px 20px 55px;
  }

  .top-content .top-content__slider .article__content {
    padding: 27px 27px 65px 27px;
  }
  .top-content .top-content__slider .article__content .article__title h3 {
    font-size: 2.125rem;
  }
}
@media (max-width: 369.98px) {
  .share {
    flex-wrap: wrap;
  }
  .share .share__item {
    margin: 0 0.75rem 0.75rem 0;
  }
}
@media (max-width: 575.98px) {
  .nav-links {
    justify-content: center;
  }
  .nav-links .nav-next {
    margin: 0;
  }
  .nav-links .nav-previous {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.75rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.125rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }

  .banner-area {
    margin-bottom: 2rem;
  }

  .top-content .banner-area {
    margin-bottom: 1rem;
  }

  .cookies-banner .cookies-banner__desc {
    flex-direction: column;
  }
  .cookies-banner .cookies-banner__btn {
    margin: 1rem 0 0 0;
  }

  .entry-footer .footer-share-wrapper {
    text-align: center;
  }
  .entry-footer .share {
    justify-content: center;
  }
  .entry-footer .share .share__item_first {
    display: none;
  }

  .single-posts-template h1 {
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .category .article-item, .search .article-item {
    margin-bottom: 2.5rem;
  }
  .category .article-item .article__body, .search .article-item .article__body {
    padding: 0;
  }
  .category .article-item .article__body::after, .search .article-item .article__body::after {
    display: none;
  }
  .category .article__content, .search .article__content {
    padding-top: 15px;
  }
  .category .article__title .entry-title, .search .article__title .entry-title {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0.4rem 0 4px 0;
  }

  .archive .article__content, .home .article__content, .search .article__content {
    padding: 15px;
  }

  .sharer::before {
    padding: 8px;
    min-width: auto;
    left: 100%;
  }

  .footer-subscribe {
    margin-bottom: 2rem;
  }
  .footer-subscribe .form_row {
    flex-direction: column;
  }
  .footer-subscribe .form_row .form_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .web4u_subscribe_alert_email {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header .menu-wrapper .burger-menu {
    width: 37px;
  }

  .header .top-options .top-options__item {
    margin-left: 1rem;
  }

  .modal-menu_active .wide_nav .modal-menu__wrapper {
    height: calc(100vh - 70px);
  }

  .site-footer {
    font-size: 1rem;
  }
  .site-footer .footer-container {
    padding: 0 40px;
  }
  .site-footer .email {
    font-size: 1rem;
  }
  .site-footer .footer-sidebar__item {
    margin-bottom: 30px;
  }

  .top-content {
    margin-top: 2rem;
  }

  .widget_tag_cloud {
    margin-bottom: 2rem;
  }

  .site-main {
    margin-top: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .single-post .site-footer {
    margin-top: 2.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
