@charset "UTF-8";
.GNews__Title,
.GNews__Title1,
.jeg_cat_title,
.jeg_cat_header .jeg_cat_title,
.jeg_archive_title,
.jeg_archive_header .jeg_archive_title {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.GNews__Title:after,
.GNews__Title1:after,
.jeg_cat_title:after,
.jeg_cat_header .jeg_cat_title:after,
.jeg_archive_title:after,
.jeg_archive_header .jeg_archive_title:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  margin: 0;
  padding: 0;
  height: 3px;
  width: 50px;
  background: #e52824;
}

.GNews__Title2 {
  display: block;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.GNews__Title3 {
  display: block;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #24A2B2;
  padding: 15px;
  margin: 0 0 15px 0;
}

.GNews__Footer__Menu .widget_nav_menu .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.GNews__Footer__Menu .widget_nav_menu .menu li {
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #B7B9BD;
  position: relative;
}
.GNews__Footer__Menu .widget_nav_menu .menu li a {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
.GNews__Footer__Menu .widget_nav_menu .menu li a:hover {
  color: #24A2B2;
}
.GNews__TopPostsModule {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  gap: 24px;
}
.GNews__TopPostsModule__Title {
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.GNews__TopPostsModule__Title:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  margin: 0;
  padding: 0;
  height: 3px;
  width: 50px;
  background: #e52824;
}
.GNews__TopPostsModule__PostsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-grow: 1;
}
.GNews__TopPostsModule__Post {
  display: block;
  position: relative;
  width: calc(50% - 6px);
}
.GNews__TopPostsModule__Post:before {
  display: block;
  content: "";
  padding-top: 56%;
}
.GNews__TopPostsModule__Post__Image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.GNews__TopPostsModule__Post__Image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 65%, #000 100%);
  opacity: 0.35;
}
.GNews__TopPostsModule__Post__Image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.GNews__TopPostsModule__Post__Content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  padding: 16px;
}
.GNews__TopPostsModule__Post__Category {
  display: inline-block;
  font-size: 11px;
  background-color: #3667ff;
  padding: 4px 7px 5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: inherit;
  line-height: 1;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.GNews__TopPostsModule__Post__Category:hover {
  color: inherit;
}
.GNews__TopPostsModule__Post__Title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.GNews__TopPostsModule__Post__Title:hover {
  color: inherit;
}
.GNews__TopPostsModule__Post.--big {
  width: 100%;
}
.GNews__TopPostsModule__Post.--big:before {
  padding-top: 52%;
}
.GNews__TopPostsModule__Post.--big__Content {
  padding: 24px;
}
.GNews__TopPostsModule__Post.--big__Title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.GNews__TopPostsModule__ArticlesList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.GNews__TopPostsModule__ArticlesListWrapper {
  display: flex;
  flex-direction: column;
  width: 33%;
}
.GNews__TopPostsModule__ArticlesList li {
  margin: 0 0 8px 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
}
.GNews__TopPostsModule__ArticlesList li:before {
  float: left;
  margin: 7px 6px 6px 0;
  content: "·";
  line-height: 0.5em;
}
.GNews__TopPostsModule__ArticlesList li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.1px;
  transition-duration: 0.2s;
  cursor: pointer;
}
.GNews__TopPostsModule__ArticlesList li a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .GNews__TopPostsModule {
    flex-direction: column;
    gap: 30px;
  }
  .GNews__TopPostsModule__ArticlesListWrapper {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .GNews__TopPostsModule__Post {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .GNews__TopPostsModule__Post__Title {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }
  .GNews__TopPostsModule__Post.--big__Content {
    padding: 16px;
  }
  .GNews__TopPostsModule__Post.--big__Title {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }
}
.GNews__SmallTextButton, .GNews__SmallTextButtonWrapper a, .GNews__SmallTextButtonWrapper button {
  background-color: #24A2B2 !important;
  color: #FFFFFF !important;
  padding: 6px 12px !important;
  transition-duration: 0.2s;
  cursor: pointer;
}
.GNews__SmallTextButton:hover, .GNews__SmallTextButtonWrapper a:hover, .GNews__SmallTextButtonWrapper button:hover {
  background-color: #025762 !important;
}
.GNews__PublicationForm__Header {
  display: block;
  margin: 20px 0;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
}
.GNews__PublicationForm__FormField {
  display: block;
  margin: 20px 0;
  padding: 0;
}
.GNews__PublicationForm__FormField input[type=text],
.GNews__PublicationForm__FormField input[type=tel],
.GNews__PublicationForm__FormField input[type=date],
.GNews__PublicationForm__FormField input[type=email],
.GNews__PublicationForm__FormField input[type=number],
.GNews__PublicationForm__FormField input[type=password],
.GNews__PublicationForm__FormField textarea {
  width: 100% !important;
}
.GNews__PublicationForm__FormField textarea {
  min-height: 120px;
}
.GNews__PublicationForm__FormField .--errorInput {
  border-color: red;
}
.GNews__PublicationForm__FileField {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  border: dashed 4px #24A2B2;
  padding: 30px 16px;
  border-radius: 10px;
  background: rgba(36, 162, 178, 0);
  transition-duration: 0.2s;
}
.GNews__PublicationForm__FileField span {
  display: block;
  margin: 0;
  padding: 0;
  color: #24A2B2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.GNews__PublicationForm__FileField input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important;
  cursor: pointer;
}
.GNews__PublicationForm__FileField:hover {
  background: rgba(36, 162, 178, 0.15);
}
.GNews__PublicationForm__FileField__Preview {
  margin-bottom: 20px;
  position: relative;
  z-index: 200;
}
.GNews__PublicationForm__FileField__Preview img,
.GNews__PublicationForm__FileField__Preview video {
  width: 200px;
  max-height: 140px;
}
.GNews__PublicationForm__CheckboxTile {
  display: inline-flex;
}
.GNews__PublicationForm__CheckboxTile input[type=checkbox], .GNews__PublicationForm__CheckboxTile input[type=radio], .GNews__PublicationForm__CheckboxTile input {
  display: none !important;
}
.GNews__PublicationForm__CheckboxTile span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #24A2B2;
  background: rgba(36, 162, 178, 0);
  color: #24A2B2;
  font-size: 16px;
  padding: 6px 12px;
  margin: 4px;
  border-radius: 4px;
  transition-duration: 0.15s;
  cursor: pointer;
}
.GNews__PublicationForm__CheckboxTile span:hover {
  background: rgba(36, 162, 178, 0.15);
}
.GNews__PublicationForm__CheckboxTile input:checked ~ span {
  background: #24a2b2;
  color: #fff;
}
.GNews__PublicationForm__Checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.GNews__PublicationForm__Checkbox i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px #24A2B2;
  background: #fff;
  transition-duration: 0.15s;
}
.GNews__PublicationForm__Checkbox i:before {
  display: block;
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  height: 50%;
  width: 30%;
  transform: rotateZ(45deg);
  opacity: 0;
  transition-duration: 0.15s;
}
.GNews__PublicationForm__Checkbox input[type=checkbox], .GNews__PublicationForm__Checkbox input[type=radio], .GNews__PublicationForm__Checkbox input {
  display: none !important;
}
.GNews__PublicationForm__Checkbox input:checked ~ i {
  background: #24A2B2;
}
.GNews__PublicationForm__Checkbox input:checked ~ i:before {
  opacity: 1;
}
.GNews__PublicationForm__Checkbox span {
  display: inline-block;
  margin-left: 10px;
}
.GNews__PublicationForm__SubmitButton {
  display: table;
  margin: 20px auto;
  padding: 12px 30px;
  min-width: 120px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  background: #24A2B2;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
}
.GNews__PublicationForm__AlertMessage {
  display: table;
  margin: 12px auto;
  padding: 6px 24px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
}
.GNews__PublicationForm__AlertMessage.--success {
  background: #2bc400;
}
.GNews__PublicationForm__AlertMessage.--error {
  background: #ff4239;
}

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