

.phonesc {
    width: 40%;
    display: flex;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .phonesc {
        width: 70%;
    }
}

.form {
    margin-top: 20px;
    padding: 24px;
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffefd3;
    border-radius: 25px;
}

.form-title {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.form h4 {
    margin-top: 0 !important;
    text-align: left;
    font-weight: bold;
    /* margin-bottom: 13px; */
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
    font-style: normal;
}

.form input {
    border: none;
    padding: 10px 20px 8px 20px;
    /* flex: 1; */
    /* width: 100%; */
    background-color: #dbd5c5 !important;
    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: 0px;
    padding: 10px 40px;
    width: 100%;
    background: #E10226;
    border-radius: 555px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    box-shadow: 0 0 0px rgba(243, 53, 47, 0);
}

.form button:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(243, 53, 47, 1);
}

.nachat {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #373737;
}

.nachat {
    margin-bottom: 10px;
    font-weight: 800;
    line-height: normal !important;
    background-color: transparent !important;
}

.step-list {
    list-style: none;
    padding: 0 10px;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.step-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #ec0000;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
}

.number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ec0000;
    width: 100%;
    max-width: 35px;
}

.phonesc {
    width: 40%;
    display: flex;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .phonesc {
        width: 70%;
    }
}

.item-comment {
    /*margin-bottom: 30px;*/
    margin: 10px 10px 10px 10px;
    /*border-bottom: 1px solid gray;*/
    /*padding-bottom: 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 {
    float: none;
    padding-left: 70px;
}

.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-top: 5px;*/
    margin-left: 80px;
}

.item-comment .comment-description {
    float: none;
    padding-left: 70px;
}

.name {
    color: black !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;
    }
}

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

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

ol,
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(../assets/HelveticaNeue.eot);
  src: url(../assets/HelveticaNeue.eot#iefix) format("embedded-opentype"),
    url(../fonts/HelveticaNeue.woff) format("woff"),
    url(../assets/HelveticaNeue.ttf) format("truetype");
}

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

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

@font-face {
  font-display: swap;
  font-family: Metropolis Light;
  font-style: normal;
  font-weight: 300;
  src: url(../assets/Metropolis-Light.eot);
  src: url(../assets/Metropolis-Light.eot#iefix) format("embedded-opentype"),
    url(../fonts/Metropolis-Light.woff2) format("woff2"),
    url(../assets/Metropolis-Light.woff) format("woff"),
    url(../assets/Metropolis-Light.ttf) format("truetype"),
    url(../assets/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(../assets/Metropolis-ExtraBold.eot);
  src: url(../assets/Metropolis-ExtraBold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Metropolis-ExtraBold.woff2) format("woff2"),
    url(../assets/Metropolis-ExtraBold.woff) format("woff"),
    url(../assets/Metropolis-ExtraBold.ttf) format("truetype"),
    url(../assets/Metropolis-ExtraBold.svg#Metropolis-ExtraBold) format("svg");
}

@font-face {
  font-display: swap;
  font-family: Metropolis Bold;
  font-style: normal;
  font-weight: 700;
  src: url(../assets/Metropolis-Bold.eot);
  src: url(../assets/Metropolis-Bold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Metropolis-Bold.woff2) format("woff2"),
    url(../assets/Metropolis-Bold.woff) format("woff"),
    url(../assets/Metropolis-Bold.ttf) format("truetype"),
    url(../assets/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;
  overflow-x: hidden;
  padding-top: 56px;
}

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

img:not([src]):not([srcset]) {
  visibility: hidden;
}

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

.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: 130px;
}

.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(../assets/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(../assets/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;
}

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

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

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

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

.social-share__other span.enlarge-font {
  background-image: url(../assets/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(../assets/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;
  }
}

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

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

@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: 30px;
    letter-spacing: -1.2px;
    line-height: 36px;
  }
}

.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: 25px;
  margin: 40px 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;
}

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

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

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

.news-content ol {
  margin-left: 20px;
  margin-top: 35px;
}

.news-content ol li {
  list-style: disc;
  margin-top: 0;
}

.news-content > ol {
  margin-left: 32px;
}

.news-content > ol li {
  list-style: number;
}

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

@media screen and (max-width: 767px) {
  .news-profile {
    margin-bottom: 12px;
  }
}

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

@media screen and (max-width: 767px) {
  .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 {
  color: #6e7780;
  font-family: Metropolis Medium, Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  line-height: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .news-date {
    line-height: 16px;
  }
}

.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-date:after {
    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;
}

@media screen and (max-width: 767px) {
  .news-rate {
    display: none;
  }
}

.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;
  }
}
/* css */
/* ============ checkbox ==================== */
.checkbox-label {
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.checkbox-input {
  display: none;
}
.checkbox-icon {
  display: inline-block;
  flex: 0 0 18px;
  max-width: 18px !important;
  height: 18px;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-icon::after {
  /* background: url("../assets/check.png") 0 0 / cover no-repeat; */
  background: red;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}
.checkbox-input:checked + .checkbox-label .checkbox-icon::after {
  opacity: 1;
}
/* ================================ */

.nachat {
 font-weight: bold;
 padding: 0 10px;
 background: #fff;
 border-radius: 10px;
 margin: 0 auto;
 margin-top: 10px;

 display: flex;
 justify-content: flex-start;
 align-items: center;
}

.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 {
 float: none;
 margin-bottom: 10px;
 padding-left: 70px;
 height: min-content;
}

.item-comment .comment-description .name {
 text-decoration: none;
 color: #666;
 font-weight: 600;
}

.item-comment .comment-description p {
 margin: 0;
 padding: 0;
}

.comment-to-comment {
 /*margin-top: 5px;*/
 margin-left: 80px;
}

.item-comment .comment-description {
 float: none;
 padding-left: 70px;
}

.name {
 color: black !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;
 }
}



input {
  /* width: 100%; */
  color: #000;
}

.form-input {
  background-color: #fff;
  height: 46px;
  font-size: 18px;
  border: none;
}

.input-group {
  border: none !important;
}

.phone-eror-mess {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.2em;
  background-color: red;
  margin-bottom: 15px;
}

.form-input {
  width: 100%;
  padding-left: 20px;
}

.form-error-content {
  margin-bottom: 10px;

  text-align: center;
  background: #cb0d0d;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  display: none;
}

img {
  /* width: 100%; */
}

.buttonSend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.form-group {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.fa__err,
.fa__checked {
  display: none;
  cursor: pointer;
}

.fa__errInfo {
  display: none;
  max-width: 180px;
  padding: 4px;
  line-height: 1;
  text-align: start;
}

.form-group .btn {
  margin: 0 auto;
  height: 50px;
  width: 100%;
  background-color: #dd2a30;
  border-radius: 5px;
  font-size: 21px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 23px;

  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 400px) {
  .fa__errInfo {
    max-width: 150px;
  }

  .input-group--name {
    width: 100% !important;
  }
}

/* PRELOADER */

.input-group--email {
  border-radius: 8px !important;
}

* img {
  width: 100%;
  box-sizing: border-box;
}



form input {
  /* width: 100%; */
  color: #000;
  border-radius: 10px;
  border: 1ps solid #6b6b6b !important;
}

.form-control {
  border: 1px solid #a4a0a0 !important;
}

.form-input {
  background-color: #fff;
  height: 46px;
  font-size: 18px;
  border: none;
}

.input-group {
  border: none !important;
}

.phone-eror-mess {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.2em;
  background-color: red;
  margin-bottom: 15px;
}

.form-input {
  width: 100%;
  padding-left: 20px;
}

.form-error-content {
  margin-bottom: 10px;

  text-align: center;
  background: #cb0d0d;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  display: none;
}

img {
  /* width: 100%; */
}

.buttonSend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.form-group {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.fa__err,
.fa__checked {
  display: none;
  cursor: pointer;
}

.fa__errInfo {
  display: none;
  max-width: 180px;
  padding: 4px;
  line-height: 1;
  text-align: start;
}

.form-group .btn {
  margin: 0 auto;
  height: 50px;
  width: 100%;
  background-color: #dd2a30;
  border-radius: 5px;
  font-size: 21px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 23px;

  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 400px) {
  .fa__errInfo {
    max-width: 150px;
  }

  .input-group--name {
    width: 100% !important;
  }
}

/* PRELOADER */

.input-group--email {
  border-radius: 8px !important;
}

* img {
  width: 100%;
  box-sizing: border-box;
}

.search-card {
  -ms-flex-negative: 0;
  background: #fff;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  height: 0;
  opacity: 1;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.search-card .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 9999;
}

.search-svg {
  margin-bottom: -4px;
}

.search-line {
  border: none;
  border-top: 1px solid #202020;
  height: 1px;
  margin: 7px 0 0;
  padding: 0;
  width: 444.001px;
}

.search-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.4px solid #202020;
  border: 1.4px solid var(--gray-gray-600, #202020);
  border-radius: 90px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 6px;
  right: 0;
}

.search-text {
  border: none;
  color: grey;
  color: var(--gray-gray-300, grey);
  font-family: Metropolis Light, Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 12px;
  width: 85%;
}

.search-text:focus {
  overflow-x: scroll;
  text-overflow: clip;
  white-space: normal;
}

.search-close {
  -ms-flex-negative: 0;
  cursor: pointer;
  flex-shrink: 0;
  height: 22px;
  position: fixed;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
}

@media screen and (max-width: 575px) {
  .search-line {
    width: 393px;
  }

  .search-close {
    top: 40%;
  }

  .search-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .search-btn {
    right: 10px;
  }

  .search-close {
    right: 0;
  }
}

@media screen and (max-width: 415px) {
  .search-card {
    position: absolute;
  }

  .search-line {
    width: 309px;
  }

  .search-close {
    display: none;
  }

  .search-text {
    width: 75%;
  }
}

.bg_for_bg{
  margin-top: 20px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffefd3;
  border-radius: 25px;
  margin: 0 auto;
}

#nextBtn {
  margin: 0 auto;
  height: 50px;
  width: 100%;
  background-color: #dd2a30;
  border-radius: 5px;
  font-size: 21px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 23px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
  color: #fff;
  border: 1px solid #fff;
}