body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a,
b,
body,
button,
div,
form,
h1,
h3,
h4,
html,
i,
img,
li,
p,
span,
ul {
  background: transparent;
  border: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
}

ul {
  list-style: none;
}

:focus {
  outline: 0;
}

button {
  outline: 0 !important;
}

a {
  text-decoration: none;
}

a,
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/_helvetica-neue/HelveticaNeue.eot);
  src: url(../fonts/_helvetica-neue/HelveticaNeue.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/HelveticaNeue.woff) format("woff"),
    url(../fonts/_helvetica-neue/HelveticaNeue.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Helvetica Bold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/_helvetica-neue/HelveticaNeue-Bold.eot);
  src: url(../fonts/_helvetica-neue/HelveticaNeue-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/HelveticaNeue-Bold.woff) format("woff"),
    url(../fonts/_helvetica-neue/HelveticaNeue-Bold.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Metropolis Medium;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/redesign/metropolis/Metropolis-Medium.eot);
  src: url(../fonts/redesign/metropolis/Metropolis-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Metropolis-Medium.woff2) format("woff2"),
    url(../fonts/redesign/metropolis/Metropolis-Medium.woff) format("woff"),
    url(../fonts/redesign/metropolis/Metropolis-Medium.ttf) format("truetype"),
    url(../fonts/redesign/metropolis/Metropolis-Medium.svg#Metropolis-Medium)
      format("svg");
}

@font-face {
  font-display: swap;
  font-family: Metropolis Light;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/redesign/metropolis/Metropolis-Light.eot);
  src: url(../fonts/redesign/metropolis/Metropolis-Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Metropolis-Light.woff2) format("woff2"),
    url(../fonts/redesign/metropolis/Metropolis-Light.woff) format("woff"),
    url(../fonts/redesign/metropolis/Metropolis-Light.ttf) format("truetype"),
    url(../fonts/redesign/metropolis/Metropolis-Light.svg#Metropolis-Light)
      format("svg");
}

@font-face {
  font-display: swap;
  font-family: Metropolis Extra Bold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/redesign/metropolis/Metropolis-ExtraBold.eot);
  src: url(../fonts/redesign/metropolis/Metropolis-ExtraBold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Metropolis-ExtraBold.woff2) format("woff2"),
    url(../fonts/redesign/metropolis/Metropolis-ExtraBold.woff) format("woff"),
    url(../fonts/redesign/metropolis/Metropolis-ExtraBold.ttf)
      format("truetype"),
    url(../fonts/redesign/metropolis/Metropolis-ExtraBold.svg#Metropolis-ExtraBold)
      format("svg");
}

@font-face {
  font-display: swap;
  font-family: Metropolis Bold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/redesign/metropolis/Metropolis-Bold.eot);
  src: url(../fonts/redesign/metropolis/Metropolis-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Metropolis-Bold.woff2) format("woff2"),
    url(../fonts/redesign/metropolis/Metropolis-Bold.woff) format("woff"),
    url(../fonts/redesign/metropolis/Metropolis-Bold.ttf) format("truetype"),
    url(../fonts/redesign/metropolis/Metropolis-Bold.svg#Metropolis-Bold)
      format("svg");
}

.footer {
  background-color: #fff;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-top: 75px;
  padding: 45px 0;
}

@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;
}

@media screen and (max-width: 1023px) {
  .footer__social--link + .footer__social--link {
    margin-left: 15px;
  }
}

.footer__social--link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  .footer__social {
    margin-left: 10px;
  }
}

.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;
}

@media screen and (max-width: 1023px) {
  .footer__menu div:last-child {
    display: none;
  }
}

.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 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);
  }
}

body {
  color: #000;
  min-width: 320px;
}

.page-wrapper {
  background-color: #f3f3f3;
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 50px;
  }
}

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%;
  }
}

.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #ec0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  justify-content: space-between;
  left: 0;
  min-width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__logo {
  height: 56px;
  left: 70px;
  position: absolute;
  top: 0;
  width: 130px;
}

@media screen and (max-width: 360px) {
  .header__logo {
    left: 50px;
  }
}

.header__logo--img {
  height: auto;
  margin-top: 15px;
  width: 101px;
}

.header__logo:hover img {
  opacity: 1 !important;
}

.header__menu {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .header__menu {
    display: none;
  }
}

.header__menu--link {
  color: #fff;
  display: inline-block;
  font-family: Helvetica Bold, Arial;
  font-size: 14px;
  margin: 0 8px;
}

.header__menu--link:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 1599px) {
  .header__menu--link {
    font-size: 12px;
    margin: 0 4px;
  }
}

@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(../images/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(../images/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--account {
  background: url(../images/redesign/ic-lock.svg) #fff no-repeat 10px;
  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__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(../images/ic-account-white.svg) rgba(48, 48, 48, 0.5)
    no-repeat 10px;
  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(../images/redesign/ic-hurriyet-logo.svg) no-repeat 50% #fff;
  background-size: 57px;
  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: all 0.25s;
  transition: all 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: all 0.25s;
  transition: all 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--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(../images/ic-email.svg) no-repeat 0/22px auto;
}

.sidebar__dailynews {
  background: url(../images/ic-newsletter.svg) no-repeat 0/22px auto;
}

.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__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%;
}

.extra__modal input:not(:focus):valid ~ .floating-label {
  background: #fff;
  color: #5f6368;
  font-size: 10px;
  font-style: italic;
  left: 13px;
  opacity: 1;
  padding: 0 5px;
  top: -5px;
}

.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%;
}

@media screen and (max-width: 1023px) {
  .weather-city-widget {
    height: 54px;
    padding: 5px 14px;
  }
}

.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-title {
    font-size: 20px;
  }
}

.weather-city-name {
  color: #5f5f5f;
  font-family: Metropolis Medium, Arial;
  font-size: 16px;
  letter-spacing: -0.5px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .weather-city-name {
    font-size: 14px;
    padding-top: 4px;
  }
}

.weather-city-icon {
  background-position: 50%;
  background-size: contain;
  height: 22px;
  width: 22px;
}

.weather-city-icon.overcast-and-light-rain {
  background-image: url(../images/overcast-and-light-rain.png);
}

.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-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;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.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.facebook {
  background: url(../images/ic-facebook-white.svg) 50% #2f619d no-repeat;
  background-size: 15px;
}

.social-share__main span.facebook:hover {
  background-color: #214b7d;
}

.social-share__main span.mail {
  background: url(../images/ic-email.svg) 50% no-repeat;
  background-size: 13px;
  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: 0px;
}

.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(../images/ic-twitter_1.svg);
  background-size: 17px;
}

.social-share__other span.linkedin {
  background-image: url(../images/ic-linkedin_1.svg);
  background-size: 15px;
}

.social-share__other span.flipboard {
  background-image: url(../images/redesign/ic-flipboard.svg);
  background-size: 15px;
}

.social-share__other span.copy-link {
  background-image: url(../images/redesign/ic-copy-link.svg);
  background-size: 17px;
}

.social-share__other span.enlarge-font {
  background-image: url(../images/redesign/ic-enlarge-font.svg);
  background-size: 20px;
}

.social-share__other span:hover {
  opacity: 0.7;
}

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(../images/ic-flash.svg) no-repeat 0;
  font-family: Metropolis Extra Bold, Arial;
  font-size: 18px;
  height: 25px;
  margin-bottom: 22px;
  padding-left: 28px;
}

.promo__cover--img {
  display: block;
  height: auto;
  width: 100%;
}

.promo__item {
  border: 1px solid #e1e7f0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.promo__item + .promo__item {
  margin-top: 20px;
}

.promo__content--link {
  display: block;
  padding: 16px 16px 0;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--link {
    padding: 14px 14px 0;
  }
}

.promo__content--title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  font-family: Metropolis Bold, Arial;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--title {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
  }
}

@media screen and (max-width: 360px) {
  .promo__content--title {
    font-size: 14px;
    height: 38px;
    line-height: 18px;
  }
}

.promo__tag {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ea0e0f;
  display: -webkit-box;
  font-family: Metropolis Bold, Arial;
  font-size: 10px;
  height: 10px;
  letter-spacing: -0.3px;
  line-height: 16px;
  margin-bottom: 12px;
  margin-top: 16px;
  overflow: hidden;
  padding: 4px 10px 16px 16px;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promo__tag {
    display: inline-block;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__tag {
    margin-top: 8px;
    padding: 4px 10px 14px 14px;
  }
}

@supports not (aspect-ratio: 16/9) {
  .news-left-content .iframe-video-wrap:has(:not(iframe[src*="/xbu4h"])) {
    height: 0;
    padding-top: 56.66%;
    position: relative;
  }

  .news-left-content
    .iframe-video-wrap:has(:not(iframe[src*="/xbu4h"]))
    iframe[data-iframetype="Video"] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.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;
}

@media screen and (max-width: 1023px) {
  .news-detail-content > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news-detail-title {
  color: #000;
  font-family: Metropolis Bold, Arial;
  font-size: 44px;
  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-title {
    font-size: 39px;
    letter-spacing: -1.56px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 20px;
    letter-spacing: -1.2px;
    line-height: 26px;
  }
}

.news-tags {
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .news-tags {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .news-tags::-webkit-scrollbar {
    display: none;
  }
}

.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: 40px 0;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .news-content {
    padding: 0;
  }
}

.news-content > p {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.news-content h3,
.news-content h4 {
  color: #111;
  font-family: Helvetica Bold, Arial;
  margin-top: 30px;
}

.news-content h3 {
  font-size: 22px;
  line-height: 30px;
}

.news-content h4 {
  font-size: 18px;
  line-height: 26px;
}

.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%;
}

@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 {
  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__text {
    display: none;
  }
}
.fixed-btn {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  color: #fff;
  background-color: #ec0000;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  font-family: "Metropolis Extra Bold";
}

:root {
  --white: #fff;
  --black: #000;
  --muted-green: #197162;
  --light-green: #e6f9f6;
  --lime-green: #81bc06;
  --blue: #0081fb;
  --red: #e50914;
  --green: #bf1f26;
  --color-link: ;
  --lg-white-grey: linear-gradient(343deg, #f0f1f9 1.49%, #f9faff 113.83%);
  --lg-white-grey-2: radial-gradient(
    50% 50% at 50% 50%,
    #d9d9d9 76.71%,
    rgba(115, 115, 115, 0) 100%
  );
  --lg-purple: linear-gradient(180deg, #8056f7 0%, #6a39f5 100%);
  --container-width: 1200px;
}

/* modal */

/* modal */

#myVideo {
  position: relative;
}

@media (max-width: 768px) {
  #myVideo {
    /* position: sticky;
    top: 56px;
    z-index: 9999;
    width: 100%;
    height: auto;
    display: block; */
  }
}
.form-input {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}

.hero__form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 15px !important;
  /* внутренний отступ */
  border-radius: 20px;
  background: #fff;

  /* важно для эффекта */
  position: relative;
  /* создаём контекст для ::before */
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

/* градиентная «рамка» */
.hero__form::before {
  content: "";
  position: absolute;
  inset: 0;
  /* заполняем всю область родителя */
  padding: 3px;
  /* толщина «рамки» */
  border-radius: inherit;
  /* ту же скруглённость */

  /* анимированный градиент */
  background: linear-gradient(
    0deg,
    midnightblue,
    darkslateblue,
    slateblue,
    mediumslateblue,
    midnightblue
  );
  background-size: 200% 200%;
  /* нужно для движения */
  animation: borderFlow 2.5s linear infinite;

  /* «Вырезаем» середину, оставив только рамку */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  /* две маски */
  -webkit-mask-composite: xor;
  /* Safari */
  mask-composite: exclude;
  /* остальные браузеры */
  pointer-events: none;
  /* клики проходят сквозь рамку */
  z-index: -1;
  /* остаётся под контентом */
}

/* движение градиента */
@keyframes borderFlow {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 200%;
  }
}

.header__logo--img {
  height: auto;
  margin-top: 15px;
  width: 130px;
}

.comments-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user {
  object-fit: cover;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}

.comments-title {
  text-align: center;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
}

.comments-name {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.comments-price {
  text-align: center;
  margin-bottom: 10px;
  color: #21ce7b;
  font-size: 20px;
  font-weight: 600;
}

.comments-area h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  border-bottom: 4px solid #cf1d39;
  padding-bottom: 0.5rem;
}

.comments-text {
  text-align: center;
}

.btn {
  background: linear-gradient(90deg, #4169f5 1%, #000072 76%);
  display: block;
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 12px 15px;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px auto;
  margin-top: 0;
}
.user {
  img {
    width: 100%;
  }
}
video {
  width: 100%;
}
.form-wrap {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
  scroll-margin-top: 200px;
}
