.form {
  margin-top: 20px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0079C2;
  border-radius: 25px;
}
.form-title {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.form h4 {
    margin-top: 0 !important;
    text-align: left;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #fff;
}
.form input {
  border: none;
  margin: 5px 0;
  padding: 10px 20px 8px;
  background-color: #dbd5c5;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  max-width: 100%;
}
.form button {
  margin-top: 0;
  padding: 10px 40px;
  width: 100%;
  background: #fff;
  border-radius: 555px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0079C2;
  transition: 0.3s ease-in-out;
  transform: scale(1);
  box-shadow: 0 0 0 rgba(243, 53, 47, 0);
}
.form button:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
  box-shadow: 0 0 10px #f3352f;
}
.nachat {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #373737;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: normal !important;
  background-color: transparent !important;
}
input[name="phone2"] {
  width: 100%;
  flex: 1;
  outline: 0;
}
.iti__selected-dial-code {
  color: #000 !important;
}

.phonesc {
  width: 40%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .phonesc {
    width: 70%;
  }
}
.item-comment {
  margin: 10px;
}
.item-comment::after {
  content: "";
  border-bottom: 1px solid gray;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.item-comment .avatar {
  padding-right: 15px;
  float: left;
}
.item-comment .comment-description .name {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.item-comment .comment-description p {
  margin: 5px 0 0;
  padding: 0;
}
.comment-to-comment {
  margin-left: 80px;
}
.item-comment .comment-description {
  float: none;
  padding-left: 70px;
}
.name {
  color: #000 !important;
}
.item-comment .avatar img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 576px) {
  .comment-description p {
    line-height: normal !important;
  }
  .comment-to-comment {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 60px !important;
  }
  .news-tags {
    margin-top: 10px !important;
  }
  h1 {
    font-size:2.5rem;
  }
  .green-link {
    font-size:22px;
  }
}
.iti,
.iti.iti--allow-dropdown.iti--separate-dial-code,
[name="phone2"] {
  width: 100%;
}
.iti__country-name,
.iti__selected-dial-code {
  color: #000;
}
.iti__selected-flag {
  --r: 0px;
  border-radius: var(--r) 0 0 var(--r);
}
#phone {
  width: 100% !important;
}
input.error {
  border: 1px solid #ff7c7c !important;
  color: #ff7c7c !important;
}
.hide {
  display: none;
}


@media screen and (max-width: 767px) {
  /* .footer .container {
    display: none;
  } */
  .footer {
    margin-top: 15px;
    padding: 0;
  }
}
.footer__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}
.footer__logo,
.footer__top,
.footer__top > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__logo img {
  height: auto;
  width: 120px;
}
.footer__logo--copyright {
  font-family: Helvetica, Arial;
  margin-left: 30px;
}
.footer__social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__social,
.footer__social--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social--link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #a5bbbe;
  border-radius: 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.footer__social--link + .footer__social--link {
  margin-left: 35px;
}
.footer__social--link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .footer__social--link + .footer__social--link {
    margin-left: 15px;
  }
  .footer__social {
    margin-left: 10px;
  }
  .footer__menu div:last-child {
    display: none;
  }
}
.footer__menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding: 30px;
}
.footer__menu--link {
  color: #262626;
  display: block;
  font-family: Helvetica Bold, Arial;
  line-height: 17px;
}
.footer__menu--link + .footer__menu--link {
  margin-top: 7px;
}
.footer__bottom {
  padding: 0 30px;
}
.footer__bottom--link {
  color: #262626;
  font-family: Helvetica Bold, Arial;
  line-height: 17px;
}
.footer__bottom--link + .footer__bottom--link {
  margin-left: 35px;
}
.footer__bottom p {
  font-family: Helvetica, Arial;
  line-height: 24px;
  margin-top: 15px;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes otherSocial {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes otherSocial {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.page-wrapper {
  background-color: #f3f3f3;
  overflow-x: hidden;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 112px;
  }
}
img:not([src]):not([srcset]) {
  visibility: hidden;
}
.hidden {
  display: none;
}
.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1006px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1245px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.col-lg-16,
.col-lg-8,
.col-md-17,
.col-md-7,
.col-xl-17,
.col-xl-7 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__menu--link {
    font-size: 11px;
    margin: 0;
  }
}
.header__external {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 56px;
  position: absolute;
  right: 20px;
  top: 0;
}
.header__external--search {
  cursor: pointer;
  display: inline-block;
  height: 34px;
  width: 50px;
}
.header__external--search--icon {
  background: url(../img/ic-search.svg) no-repeat;
  display: inline-block;
  height: 22px;
  margin-top: 8px;
  width: 25px;
}
.header__external--notification {
  cursor: pointer;
  display: inline-block;
}
.header__external--notification--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header__external--notification--icon:before {
  background: url(../img/notification.svg) no-repeat;
  content: "";
  height: 22px;
  margin-top: 5px;
  width: 25px;
}
.header__external--notification--icon .--active {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #ec0000;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Metropolis Medium, Arial;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  height: 12px;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: 0;
  width: 12px;
}
.header__external--notification--icon .--active:empty {
  visibility: hidden;
}
.header__external--account {
  background: url(../img/ic-lock.svg) 10px no-repeat #fff;
  border-radius: 3px;
  color: #f10000;
  display: inline-block;
  font-family: Helvetica Bold, Arial;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  margin-left: 14px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 360px) {
  .header__logo {
    left: 50px;
  }
  .header__external--account {
    margin-left: 5px;
  }
}
.header__external--account:hover {
  opacity: 1;
}
.header:not(.header-sporarena):not(.header-kelebek):not(.header-cumartesi):not(
    .header-pazar
  ):not(.header-lezzetlihayat)
  .header__external--account {
  background: url(../img/ic-account-white.svg) 10px no-repeat
    rgba(48, 48, 48, 0.5);
  color: #fff;
}
@media screen and (max-width: 320px) {
  .header__external {
    right: 6px;
  }
  .header__external--search {
    width: 28px;
  }
  .header__external--notification {
    width: 20px;
  }
}
.homeback {
  background: url(../img/ic-hurriyet-logo.svg) 50%/57px no-repeat #fff;
  display: none;
  height: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
  z-index: 1;
}
.sidebar__icon {
  cursor: pointer;
  margin-left: 17px;
  position: absolute;
  text-align: center;
  top: 15px;
  z-index: 111;
}
@media screen and (max-width: 360px) {
  .sidebar__icon {
    margin-left: 6px;
  }
}
.sidebar__icon--line {
  background-color: #fff;
  border-radius: 3px;
  height: 3px;
  margin: 5px 0;
  width: 23px;
}
.sidebar__icon--line:nth-child(2) {
  width: 15px;
}
.sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  height: 100%;
  left: -435px;
  max-width: 435px;
  opacity: 0;
  overflow: auto;
  padding: 65px 44px 20px 35px;
  position: fixed;
  top: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: calc(100% - 50px);
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .sidebar {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 374px) {
  .sidebar {
    padding: 50px 15px;
    width: calc(100% - 20px);
  }
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.sidebar__close {
  color: #000;
  cursor: pointer;
  font-size: 35px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.sidebar__close:hover {
  color: #ea0e0f;
}
.sidebar__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar__content,
.sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.sidebar__list .toggle {
  cursor: pointer;
  position: relative;
}
.sidebar__list .toggle:before {
  color: #ea0e0f;
  content: "+";
  font-size: 25px;
  left: -30px;
  position: absolute;
  top: -2px;
  width: 25px;
}
.sidebar__list .toggle.in {
  color: #ea0e0f;
}
.sidebar__list .toggle.in:before {
  content: "âˆ’";
}
.sidebar--link {
  color: #000;
  display: inline-block;
  font-family: Metropolis Medium, Arial;
  font-size: 22px;
  letter-spacing: -0.88px;
  margin-left: 30px;
  position: relative;
  width: 100%;
}
.sidebar--link:hover {
  text-decoration: none;
}
.sidebar__logo {
  display: inline-block;
  height: 33px;
  width: 120px;
}
.sidebar__logo--img {
  height: auto;
  width: 120px;
}
.sidebar__dailynews,
.sidebar__emails {
  color: #000;
  display: inline-block;
  font-family: Metropolis Bold, Arial;
  font-size: 13px;
  margin-bottom: 45px;
  padding: 10px 0 10px 50px;
}
@media screen and (max-width: 767px) {
  .sidebar__dailynews,
  .sidebar__emails {
    padding-left: 40px;
  }
}
.sidebar__emails {
  background: url(../img/ic-email.svg) 0/22px auto no-repeat;
}
.sidebar__dailynews {
  background: url(../img/ic-newsletter.svg) 0/22px auto no-repeat;
}
.sidebar__social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}
.sidebar__social,
.sidebar__social--link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar__social--link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid #a5bbbe;
  border-radius: 42px;
  font-size: 0;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.sidebar__social--link + .footer__social--link {
  margin-left: 35px;
}
.sidebar__contract,
.sidebar__copyright {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 17px;
}
.sidebar__contract--link {
  color: #262626;
  text-decoration: underline;
}
.sidebar__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 50px;
}
.sidebar__download a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .sidebar__download img {
    height: auto;
    width: 130px;
  }
}
.submenu {
  max-height: 1800px;
  overflow: hidden;
  padding-left: 50px;
  -webkit-transition: max-height 0.4s ease-in;
  transition: max-height 0.4s ease-in;
}
.submenu.collapsed {
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.submenu__list {
  margin-top: 12px;
}
.submenu--link {
  color: #000;
  display: inline-block;
  font-family: Metropolis Bold, Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  line-height: 33px;
  width: 100%;
}
form {
  width: 100%;
}
.weather-city-widget {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 64px;
  margin-bottom: 32px;
  padding: 14px;
  position: relative;
  width: 100%;
}
.weather-city-widget-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.weather-city-widget-temperature {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.weather-city-title {
  color: #0c0c0c;
  font-family: Metropolis Bold, Arial;
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-left: 6px;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .weather-city-widget {
    height: 54px;
    padding: 5px 14px;
  }
  .weather-city-title {
    font-size: 20px;
  }
}
.weather-city-name {
  color: #5f5f5f;
  font-family: Metropolis Medium, Arial;
  font-size: 16px;
  letter-spacing: -0.5px;
  width: 100%;
}
.weather-city-icon {
  background-position: 50%;
  background-size: contain;
  height: 22px;
  width: 22px;
}
.weather-city-icon.overcast-and-light-rain {
  background-image: url(../img/overcast-and-light-rain.webp);
}
.weather-city-url-arrow {
  position: absolute;
  right: 20px;
  top: 24px;
}
.weather-city-url-arrow:after {
  border: solid #000;
  border-radius: 2px;
  border-width: 0 3px 3px 0;
  content: "";
  display: inline-block;
  padding: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .weather-city-name {
    font-size: 14px;
    padding-top: 4px;
  }
  .weather-city-url-arrow {
    top: 18px;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.breadcrumb__link {
  color: #000;
  font-family: Metropolis Bold, Arial;
  font-size: 12px;
  letter-spacing: -0.48px;
  line-height: 19px;
  text-transform: uppercase;
}
.breadcrumb__link + .breadcrumb__link:before {
  border: solid #000;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  margin: 0 8px 2px 2px;
  padding: 2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.social-share {
  margin: 22px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .social-share--desktop {
    display: none;
  }
}
.social-share__main {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.social-share__main span {
  border-radius: 31px;
  cursor: pointer;
  display: block;
  height: 31px;
  margin-left: 6px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 31px;
}
.social-share__main span.twitter {
  background: url(../img/ic-twitter_1.svg) 50%/14px no-repeat #fff;
  border: 1px solid #8d9495;
}
.social-share__main span.twitter:hover {
  background-color: #fff;
}
.social-share__main span.facebook {
  background: url(../img/ic-facebook-white.svg) 50%/15px no-repeat #2f619d;
}
.social-share__main span.facebook:hover {
  background-color: #214b7d;
}
.social-share__main span.mail {
  background: url(../img/ic-email.svg) 50%/13px no-repeat;
  border: 1px solid #8d9495;
}
.social-share__main span.mail:hover {
  background-color: #ececec;
}
.social-share__main span.other-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #8d9495;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}
.social-share__main span.other-btn:hover {
  background-color: #ececec;
}
.social-share__main span.other-btn:before {
  color: #8d9495;
  content: "...";
  display: inline-block;
  font-family: Helvetica Bold, Arial;
  font-size: 17px;
  height: 9px;
  line-height: 0;
}
.social-share__other {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: flex-start;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: otherSocial;
  animation-name: otherSocial;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 35px;
  position: absolute;
  right: 0;
  top: 47px;
  width: 210px;
  z-index: 9;
}
.social-share__other span {
  background-position: 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid transparent;
  color: #000;
  cursor: pointer;
  font-family: Helvetica, Arial;
  font-size: 18px;
  padding-left: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.social-share__other span + span {
  margin-top: 20px;
}
.social-share__other span.twitter {
  background-image: url(../img/ic-twitter_1.svg);
  background-size: 17px;
}
.social-share__other span.linkedin {
  background-image: url(../img/ic-linkedin_1.svg);
  background-size: 15px;
}
.social-share__other span.flipboard {
  background-image: url(../img/ic-flipboard.svg);
  background-size: 15px;
}
.social-share__other span.copy-link {
  background-image: url(../img/ic-copy-link.svg);
  background-size: 17px;
}
.social-share__other span.mail {
  background-image: url(../img/ic-email-black.svg);
  background-size: 19px;
}
.social-share__other span.enlarge-font {
  background-image: url(../img/ic-enlarge-font.svg);
  background-size: 20px;
}
.social-share__other span:hover {
  opacity: 0.7;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
html {
  scroll-behavior: smooth;
}
.news-detail-page {
  background-color: #fff;
}
.news-detail-page .breadcrumb {
  padding-top: 53px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .breadcrumb {
    padding-top: 30px;
  }
}
.news-detail-page .news-detail-text {
  font-family: Metropolis Light, Arial;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.4079999924px;
  line-height: 17px;
  margin-top: 15px;
  text-align: left;
}
.news-detail-page footer {
  display: none;
  margin-top: 0;
}
.news-right-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .news-right-wrapper {
    display: none;
  }
}
.news-right-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .news-right-content {
    max-width: 100%;
  }
}
.promo {
  margin: 50px 0;
}
.promo__title {
  background: url(../img/ic-flash.svg) 0 no-repeat;
  font-family: Metropolis Extra Bold, Arial;
  font-size: 18px;
  height: 25px;
  margin-bottom: 22px;
  padding-left: 28px;
}
.news-left-content .promo {
  background: #323232;
  color: #fff;
  margin: 10px 0 30px -45px;
  padding: 20px 20px 20px 45px;
  width: calc(100% + 60px);
}
@media screen and (min-width: 1024px) {
  .news-left-content .promo {
    display: none;
  }
}
.news-left-content p:has(iframe[src*="/xbu4h"]) {
  text-align: center;
}
.news-detail-content {
  background-color: #fff;
}
.news-detail-content p a {
  color: #326990;
}
.news-detail-content b {
  font-family: Helvetica Bold, Arial;
}
.news-detail-title {
  color: #000;
  font-family: Metropolis Bold, Arial;
  font-size: 36px;
  letter-spacing: -1.76px;
  line-height: 55px;
  margin-top: 17px;
}
@media screen and (max-width: 1399px) {
  .news-detail-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .news-detail-content > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-detail-title {
    font-size: 39px;
    letter-spacing: -1.56px;
    line-height: 46px;
  }
}
.news-tags {
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 26px;
    letter-spacing: -1.2px;
    line-height: 36px;
  }
  .news-tags {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .news-tags::-webkit-scrollbar {
    display: none;
  }
  .news-content > p, .news-content > ul > li {
    font-size: 22px!important;
  }
}
.news-tags__link {
  background-color: #eef2f5;
  border-radius: 18px;
  color: #000;
  display: inline-block;
  font-family: Metropolis Medium, Arial;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px 10px 15px;
}
.news-tags__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-tags__link {
    margin-right: 0;
  }
  .news-tags__link + .news-tags__link {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .news-tags__link {
    font-size: 13px;
  }
}
.news-content {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  /* padding: 0 30px; */
}
@media screen and (max-width: 767px) {
  .news-content {
    padding: 0;
  }
}
.news-content__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -15px;
  padding: 15px 30px 0;
  width: 100%;
}
.news-content__inf h2 {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px;
  width: 100%;
}
.news-content > p,
.news-content > ul > li {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 26px;
  line-height: 30px;
  margin-top: 30px;
}
.news-content > p > img,
.news-content > ul > li > img {
  display: block;
  height: auto;
  width: 100%;
}
.news-content > ul {
  margin-left: 20px;
  margin-top: 35px;
}
.news-content > ul li {
  list-style: disc;
  margin-top: 0;
}
/* .news-content h2,
.news-content h3,
.news-content h4 {
  color: #111;
  font-family: Helvetica Bold, Arial;
  margin-top: 30px;
} */
.news-content h2 {
  font-size: 28px;
  line-height: 38px;
}
.news-content h3 {
  font-size: 22px;
  line-height: 30px;
}
.news-content h4 {
  font-size: 18px;
  line-height: 26px;
}
.news-profile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  float: left;
}
.news-profile__account {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 5px;
}
.news-profile__account--editorname {
  color: #000;
  font-family: Metropolis Bold, Arial;
  font-size: 13px;
  font-style: normal;
  letter-spacing: -0.52px;
  line-height: 19px;
  margin-left: -5px;
}
.news-profile__account span {
  font-family: Metropolis Light, Arial;
}
.news-profile__account span:first-child {
  font-family: Metropolis Bold, Arial;
}
.news-date {
  color: #6e7780;
  font-family: Metropolis Medium, Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  line-height: 25px;
  margin-right: 10px;
}
.news-date:after {
  background: #6e7780;
  border-radius: 50%;
  content: "\a";
  display: inline-block;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  width: 3px;
}
@media screen and (max-width: 767px) {
  .news-content__inf {
    padding: 15px 0;
  }
  .news-content__inf h2 {
    margin-bottom: 10px !important;
  }
  .news-profile {
    margin-bottom: 12px;
  }
  .news-inf {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .news-date {
    line-height: 16px;
  }
  .news-date:after,
  .news-rate {
    display: none;
  }
}
.news-rate {
  background-color: #f3f3f3;
  border-radius: 3px;
  color: #000;
  font-family: Metropolis Medium, Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  padding: 7px 15px;
}
.news-more-tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding-top: 10px;
  width: 100%;
}
.news-more-tags__text {
  color: #111;
  font-family: Helvetica Bold, Arial;
  font-size: 18px;
  line-height: 34px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .news-more-tags {
    border-bottom: 1px solid #e9e9e9;
    border-top: 0;
    display: block;
    padding-top: 0;
  }
  .news-more-tags__text {
    display: none;
  }
}
