body .g-button, body .localaboutus_form .gr-button {
  background-image: none;
  background-color: #ee1d23;
}
body .g-button:hover, body .localaboutus_form .gr-button:hover {
  background-color: #ee1d23;
}
body .g-submenu__item .g-button.g-button--invert, body .g-button.g-button--invert {
  color: #ee1d23 !important;
  border-color: #ee1d23;
}
body .g-submenu__item .g-button.g-button--invert:hover, body .g-button.g-button--invert:hover {
  background: #ee1d23;
  border-color: #ee1d23;
  color: #fff !important;
}
body .g-auth__fogot-password {
  color: #ee1d23 !important;
}
body .g-auth__personal-note a {
  border-bottom-color: #ee1d23;
  color: #ee1d23 !important;
}
body .g-user_text_color, body a.g-user_text_color {
  color: #ee1d23 !important;
}
body .g-sitemap__link, body .g-article__name {
  color: #ee1d23;
}
body .g-categories__button {
  color: #ee1d23;
  border-color: #ee1d23;
}
.blocklist__item__outer--u-ijgugnhky:nth-child(n+6) {
  display: none;
}
@media (max-width: 480px) {
  .blocklist__item__outer--u-ijgugnhky:nth-child(n+4), .blocklist__logo .logo-item:nth-child(n+4) {
    display: none;
  }
}
.blocklist__logo .logo-item:nth-child(n+13) {
  display: none;
}
.blocklist__item__outer--u-ijgugnhky.visible, .blocklist__logo .logo-item.visible {
  display: block;
}
.back-btn {
  display: flex;
  cursor: pointer;
  padding: 20px 30px;
  background: #ee1d23;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  border-radius: 250px;
  transition: all 300ms ease;
  font-family: BertSans, sans-serif;
  text-align: center;
  border: none;
}
.back-btn:hover {
  box-shadow: 0px 30px 24px -20px #ee1d23;
  background: #ee1d23;
}
.blocklist__logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-family: Arial;
}
@media (max-width: 480px) {
  .blocklist__logo {
    flex-direction: column;
  }
}
.blocklist__logo .logo-item {
  width: calc(100% / 3 - 20px);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}
@media (max-width: 991px) {
  .blocklist__logo .logo-item {
    width: calc(100% / 2 - 20px);
    margin: 5px;
  }
}
@media (max-width: 768px) {
  .blocklist__logo .logo-item {
    width: calc(100% / 4 - 20px);
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .blocklist__logo .logo-item {
    width: 100%;
    margin: 5px 0;
  }
}
.blocklist__logo .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
  height: 70px;
}
@media (max-width: 480px) {
  .blocklist__logo .logo-item img {
    object-fit: contain;
  }
}
.blocklist__logo .logo-item:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.blocklist__logo .logo-item .logo-item-title {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 10px 0 0;
}
.partners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.partners__list .partner-item {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .partners__list .partner-item {
    width: calc(100% / 2);
  }
}
@media (max-width: 480px) {
  .partners__list .partner-item {
    width: 100%;
  }
}
.partners__list .partner-item .partner-logo {
  width: 180px;
  height: 70px;
  flex: none;
}
.partners__list .partner-item .partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .remodal {
  max-width: 1000px;
  padding: 20px;
}
.close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: #14181b;
  padding: 0;
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.close-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M1.70711%200.292893C1.31658%20-0.0976311%200.683417%20-0.0976311%200.292893%200.292893C-0.0976311%200.683417%20-0.0976311%201.31658%200.292893%201.70711L1.70711%200.292893ZM8.29289%209.70711C8.68342%2010.0976%209.31658%2010.0976%209.70711%209.70711C10.0976%209.31658%2010.0976%208.68342%209.70711%208.29289L8.29289%209.70711ZM9.70711%201.70711C10.0976%201.31658%2010.0976%200.683417%209.70711%200.292893C9.31658%20-0.0976311%208.68342%20-0.0976311%208.29289%200.292893L9.70711%201.70711ZM0.292893%208.29289C-0.0976311%208.68342%20-0.0976311%209.31658%200.292893%209.70711C0.683417%2010.0976%201.31658%2010.0976%201.70711%209.70711L0.292893%208.29289ZM0.292893%201.70711L8.29289%209.70711L9.70711%208.29289L1.70711%200.292893L0.292893%201.70711ZM8.29289%200.292893L0.292893%208.29289L1.70711%209.70711L9.70711%201.70711L8.29289%200.292893Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.articles__list {
  display: flex;
  flex-wrap: wrap;
  font-family: BertSans;
}
.article__item {
  width: calc(100% / 2 - 20px);
  border-radius: 15px;
  overflow: hidden;
  margin: 10px;
}
@media (max-width: 991px) {
  .article__item {
    margin: 10px 5px;
  }
  .article__item:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .article__item {
    width: 100%;
  }
  .article__item:nth-child(n+2) {
    display: none;
  }
}
.article__link {
  padding: 15px;
  background: #f7f7f7;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .article__link {
    flex-direction: column;
  }
}
.article__image {
  width: 35%;
  height: 210px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article__image {
    height: 160px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .article__image {
    height: 150px;
  }
}
.article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .article__text-block {
    width: 100%;
    padding-left: 0;
  }
}
.article__date {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f5f;
  padding: 3px 10px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 25px;
  line-height: 1.3;
  width: 92px;
  height: 23px;
  overflow: hidden;
}
.article__title {
  font-size: 16px;
  font-weight: 700;
  font-family: Arial;
  color: #435463;
  margin-bottom: 10px;
}
.article__text {
  font-size: 13px;
  font-weight: 400;
  font-family: Arial;
  color: #666;
}
