@import url("./fonts.css");
@import url("./owl.theme.default.min.css");
@import url("./owl.theme.default.min.css");
@import url("./datepicker.css");
@import url(../css/fonts.css);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
li,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "PL";
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "PB";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "PR";
  src: url("../fonts//Poppins-Regular.ttf");
}
@font-face {
  font-family: "PM";
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "PSM";
  src: url("../fonts/Poppins-SemiBold.ttf");
}
.profile-panel .body .settings-panel .form .left-panel .upload:hover, .profile-panel .body .settings-panel .form .left-panel .upload, .shop-modal .self .close:hover, .shop-modal .self .close, .news-inside .self .right .coupons .list .list-item .delete:hover, .news-inside .self .right .coupons .list .list-item .delete, .news-inside .self .right .coupons .list .list-item:hover, .news-inside .self .right .coupons .list .list-item, .news-feed .table .table-body .table-row:hover, .news-feed .table .table-body .table-row, .modals .coupons-panel .self .list .list-item .delete:hover, .modals .coupons-panel .self .list .list-item .delete, .modals .coupons-panel .self .list .list-item:hover, .modals .coupons-panel .self .list .list-item, .modals .coupons-panel .close:hover, .modals .coupons-panel .close, .modals .notifications-panel .self .tab-title-bar .tab-title:hover, .modals .notifications-panel .self .tab-title-bar .tab-title, .modals .notifications-panel .self .close:hover, .modals .notifications-panel .self .close, .modals .login-forms .self .close:hover, .modals .login-forms .self .close, .modals .search-bar .self .close:hover, .modals .search-bar .self .close, .modals .mobile-menu-inside .self .block .profile-link:hover span, .modals .mobile-menu-inside .self .block .profile-link span, .modals .mobile-menu-inside .self .block .profile-link .image, header .container .right .profile-link:hover span, header .container .right .profile-link span, header .container .right .profile-link .image, a:hover, a {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.shop-modal .self.active, .shop-modal .self, .shop-modal .close-bar, .modals .notifications-panel .self .list .list-item, .modals .login-forms .self.active, .modals .login-forms .self, .modals .login-forms .close-bar, .modals .search-bar .self.active, .modals .search-bar .self, .modals .search-bar .close-bar, .modals .mobile-menu-inside .self.active, .modals .mobile-menu-inside .self, .modals .mobile-menu-inside .close-bar {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

.modals .mobile-menu-inside .self .block .profile-link:hover .image, header .container .right .profile-link:hover .image {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

* {
  margin: 0;
  padding: 0;
  font-family: PL;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

button {
  cursor: pointer;
  background-color: none;
  background: none;
  border: none;
}
button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.hidden {
  overflow: hidden !important;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.error .texts a, .profile-panel .body .settings-panel .form .left-panel .edit, .profile-panel .body .settings-panel .form .left-panel .delete, .shop-modal .self .bottom .bottom-right .button, .info-bar .left .texts a, .results .bottom .right a, .nearing-expiration .bottom .right a, .all-news .bottom .right a, .news-feed .bottom .right a, .items-bar .container .items-bar-self .bottom .right a {
  height: 50px;
  background-color: #FFE500;
  padding: 0 34px;
  border-radius: 4px;
  font-size: 14px;
  font-family: PM;
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .error .texts a, .profile-panel .body .settings-panel .form .left-panel .edit, .profile-panel .body .settings-panel .form .left-panel .delete, .shop-modal .self .bottom .bottom-right .button, .info-bar .left .texts a, .results .bottom .right a, .nearing-expiration .bottom .right a, .all-news .bottom .right a, .news-feed .bottom .right a, .items-bar .container .items-bar-self .bottom .right a {
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
  }
}
.error .texts a:after, .profile-panel .body .settings-panel .form .left-panel .edit:after, .profile-panel .body .settings-panel .form .left-panel .delete:after, .shop-modal .self .bottom .bottom-right .button:after, .info-bar .left .texts a:after, .results .bottom .right a:after, .nearing-expiration .bottom .right a:after, .all-news .bottom .right a:after, .news-feed .bottom .right a:after, .items-bar .container .items-bar-self .bottom .right a:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.error .texts a:hover:after, .profile-panel .body .settings-panel .form .left-panel .edit:hover:after, .profile-panel .body .settings-panel .form .left-panel .delete:hover:after, .shop-modal .self .bottom .bottom-right .button:hover:after, .info-bar .left .texts a:hover:after, .results .bottom .right a:hover:after, .nearing-expiration .bottom .right a:hover:after, .all-news .bottom .right a:hover:after, .news-feed .bottom .right a:hover:after, .items-bar .container .items-bar-self .bottom .right a:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.profile-panel .body .settings-panel .form .right-panel button[type=submit], .profile-panel .body .send-iddia .form .submit-part button, .modals .login-forms .self .form button[type=submit] {
  height: 54px;
  background-color: #FFE500;
  padding: 0 34px;
  border-radius: 4px;
  font-size: 14px;
  font-family: PM;
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .profile-panel .body .settings-panel .form .right-panel button[type=submit], .profile-panel .body .send-iddia .form .submit-part button, .modals .login-forms .self .form button[type=submit] {
    padding: 0 20px;
  }
}
.profile-panel .body .settings-panel .form .right-panel button[type=submit]:after, .profile-panel .body .send-iddia .form .submit-part button:after, .modals .login-forms .self .form button[type=submit]:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.profile-panel .body .settings-panel .form .right-panel button[type=submit]:hover:after, .profile-panel .body .send-iddia .form .submit-part button:hover:after, .modals .login-forms .self .form button[type=submit]:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

a {
  text-decoration: none !important;
  color: #202020;
}
.center {
  text-align: center;
}
.center * {
  text-align: center;
}

body {
  background-color: #F4F6F8;
  color: #000;
  min-height: 100vh;
  background: url("../images/not-svg/full-bg.jpg");
  position: relative;
}
body:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(75px);
  -webkit-backdrop-filter: blur(75px);
  top: 0;
  left: 0;
}

html {
  scroll-behavior: smooth;
}

.none {
  display: none !important;
}

header {
  position: fixed;
  padding: 30px;
  z-index: 2;
  min-height: 110px;
  width: 100%;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background: rgba(22, 4, 25, 0.75);
}
@media (max-width: 767px) {
  header {
    padding: 20px;
    min-height: 70px;
  }
}
header .logo {
  font-size: 30px;
  color: #fff;
  font-family: PSM;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  header .logo {
    font-size: 25px;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(100% - 510px);
  margin: 0 auto;
  padding: 0 15px;
  padding-left: 0;
}
@media (max-width: 1450px) {
  header .container {
    max-width: calc(100% - 234px);
    padding-left: 25px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 150px;
  }
}
@media (max-width: 1100px) {
  header .container {
    padding-right: 210px;
    justify-content: flex-end;
  }
}
header .container .left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1100px) {
  header .container .left {
    display: none;
  }
}
header .container .left a {
  color: #fff;
  font-family: PR;
  position: relative;
  padding: 15px 0;
}
header .container .left a:after {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  border-radius: 10px;
  background: #DBFF00;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}
header .container .left a:hover:after {
  opacity: 1;
}
header .container .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1250px) {
  header .container .right {
    gap: 0;
  }
}
@media (max-width: 1100px) {
  header .container .right {
    display: none;
  }
}
header .container .right .profile-link {
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  header .container .right .profile-link {
    margin: 0 20px;
  }
}
header .container .right .profile-link .image {
  border: 2px solid rgba(255, 255, 255, 0.17);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
header .container .right .profile-link .image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
header .container .right .profile-link span {
  font-size: 16px;
  color: #fff;
  font-family: PR;
  opacity: 0.7;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1250px) {
  header .container .right .profile-link span {
    display: none;
  }
}
header .container .right .profile-link:hover .image {
  border: 2px solid #fff;
}
header .container .right .profile-link:hover span {
  opacity: 1;
}
header .container .right .buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .container .right .buttons .dia-button {
  background: linear-gradient(146.87deg, #ffb800 16.62%, #de0000 109.49%);
  border-radius: 4px;
  padding: 0px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
header .container .right .buttons .dia-button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
header .container .right .buttons .dia-button:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .container .right .buttons .dia-button .text {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
header .container .right .buttons .coupon-button {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  padding: 0px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
header .container .right .buttons .coupon-button:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}
header .container .right .buttons .coupon-button .text {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
header .container .right .login-button {
  background: linear-gradient(146.87deg, #ffb800 16.62%, #de0000 109.49%);
  border-radius: 4px;
  padding: 0px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
header .container .right .login-button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
header .container .right .login-button:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
header .container .right .login-button .text {
  font-size: 14px;
  font-family: PR;
  color: #fff;
}
header .right-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  header .right-buttons {
    right: 20px;
  }
}
header .right-buttons a, header .right-buttons button {
  padding: 5px;
}
header .right-buttons a span:before, header .right-buttons button span:before {
  font-size: 20px;
  color: #fff;
}
header .right-buttons a:hover span:before, header .right-buttons button:hover span:before {
  color: #DBFF00;
}
header .right-buttons .favorites {
  position: relative;
  top: -2px;
}
header .right-buttons .menu-btn {
  display: none;
}
header .right-buttons .menu-btn span:before {
  font-size: 16px;
}
@media (max-width: 1100px) {
  header .right-buttons .menu-btn {
    display: block;
  }
}

.modals {
  position: relative;
  z-index: 2;
}
.modals .mobile-menu-inside {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
.modals .mobile-menu-inside .close-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(22, 4, 25, 0.75);
}
@media (min-width: 1101px) {
  .modals .mobile-menu-inside {
    display: none !important;
  }
}
.modals .mobile-menu-inside .self {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  padding: 20px 30px;
  overflow: auto;
  transform: translateX(100%);
}
.modals .mobile-menu-inside .self.active {
  transform: translateX(0);
}
.modals .mobile-menu-inside .self .profile-image-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modals .mobile-menu-inside .self .profile-image-block .close img {
  width: 30px;
}
.modals .mobile-menu-inside .self .not-registered {
  justify-content: flex-end;
}
.modals .mobile-menu-inside .self .block {
  padding: 20px 0;
  padding-top: 0;
}
.modals .mobile-menu-inside .self .block .profile-link {
  display: flex;
  align-items: center;
}
.modals .mobile-menu-inside .self .block .profile-link .image {
  border: 2px solid rgba(0, 0, 0, 0.17);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.modals .mobile-menu-inside .self .block .profile-link .image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.modals .mobile-menu-inside .self .block .profile-link span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-family: PM;
  opacity: 0.7;
  display: inline-block;
  margin-left: 10px;
}
.modals .mobile-menu-inside .self .block .profile-link:hover .image {
  border: 2px solid #000;
}
.modals .mobile-menu-inside .self .block .profile-link:hover span {
  opacity: 1;
}
.modals .mobile-menu-inside .self .block .buttons {
  display: flex;
  align-items: center;
}
.modals .mobile-menu-inside .self .block .buttons .dia-button {
  background: linear-gradient(146.87deg, #ffb800 16.62%, #de0000 109.49%);
  border-radius: 4px;
  padding: 0px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  margin-right: 10px;
}
.modals .mobile-menu-inside .self .block .buttons .dia-button .text {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
.modals .mobile-menu-inside .self .block .buttons .coupon-button {
  background: linear-gradient(146.87deg, #373B44 16.62%, #4286f4 109.49%);
  border-radius: 4px;
  padding: 0px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.modals .mobile-menu-inside .self .block .buttons .coupon-button .text {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
.modals .mobile-menu-inside .self .block .login-button {
  background: linear-gradient(146.87deg, #ffb800 16.62%, #de0000 109.49%);
  border-radius: 4px;
  padding: 0px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.modals .mobile-menu-inside .self .block .login-button .text {
  font-size: 14px;
  font-family: PR;
  color: #fff;
}
.modals .mobile-menu-inside .self .block .links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
}
.modals .mobile-menu-inside .self .block .links:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.modals .mobile-menu-inside .self .block .links .link {
  color: rgba(0, 0, 0, 0.8);
  font-family: PM;
  padding: 5px 0;
}
.modals .mobile-menu-inside .self .block .navigation-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
}
.modals .mobile-menu-inside .self .block .navigation-links:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.modals .mobile-menu-inside .self .block .navigation-links .link {
  color: rgba(0, 0, 0, 0.8);
  font-family: PM;
  padding: 5px 0;
}
.modals .mobile-menu-inside .self .block .shop-button {
  width: 100%;
  border-radius: 4px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(135.68deg, #DBFF00 24.7%, #69D100 111.94%);
}
.modals .mobile-menu-inside .self .block .shop-button:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -20px;
  background: rgba(0, 0, 0, 0.2);
}
.modals .mobile-menu-inside .self .block .shop-button .icon-shop:before {
  font-size: 20px;
  color: #000;
}
.modals .mobile-menu-inside .self .block .shop-button .text {
  font-family: PM;
  font-size: 16px;
  color: #000;
  display: block;
  margin-left: 10px;
}
.modals .mobile-menu-inside .self .block .footer-bar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.modals .mobile-menu-inside .self .block .footer-bar .rules-button {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.modals .mobile-menu-inside .self .block .footer-bar .rules-button .icon-info:before {
  font-size: 20px;
  color: #000;
}
.modals .mobile-menu-inside .self .block .footer-bar .rules-button .text {
  color: #000;
  font-size: 16px;
  font-family: PM;
}
.modals .mobile-menu-inside .self .block .footer-bar .social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.modals .mobile-menu-inside .self .block .footer-bar .social-links a span:before {
  font-size: 20px;
  color: #000;
}
.modals .mobile-menu-inside .self .block .footer-bar .social-links a:hover span:before {
  color: #DBFF00;
}
.modals .mobile-menu-inside .self .block .footer-bar .copyright {
  font-size: 14px;
  text-align: center;
  color: #000;
  font-family: PM;
  line-height: 1.5;
}
.modals .search-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
.modals .search-bar .close-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(22, 4, 25, 0.75);
}
.modals .search-bar .self {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 50px));
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.modals .search-bar .self.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.modals .search-bar .self .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -50px;
  top: -50px;
}
@media (max-width: 500px) {
  .modals .search-bar .self .close {
    right: 0px;
  }
}
.modals .search-bar .self .close .image {
  width: 40px;
}
.modals .search-bar .self .close:hover {
  transform: rotate(90deg);
}
.modals .search-bar .self .form {
  display: flex;
  flex-direction: column;
}
.modals .search-bar .self .form .input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: 50px;
  min-width: 300px;
  padding: 0 15px;
  margin-bottom: 30px;
  outline: none;
}
.modals .search-bar .self .form .input:focus {
  border: 1px solid #000;
}
.modals .search-bar .self .form .submit {
  height: 40px;
  border-radius: 5px;
  color: #fff;
  padding: 0 40px;
  background: linear-gradient(135.68deg, #0F2027 24.7%, #2C5364 111.94%);
}
.modals .login-forms {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
.modals .login-forms .close-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(22, 4, 25, 0.75);
}
.modals .login-forms .step-2, .modals .login-forms .step-3 {
  display: none;
}
.modals .login-forms .self {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 50px));
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  min-width: 792px;
  padding: 50px 100px;
}
@media (max-width: 800px) {
  .modals .login-forms .self {
    width: 100%;
    min-width: auto;
    padding: 20px;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
    height: 100%;
    overflow: auto;
  }
}
.modals .login-forms .self.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.modals .login-forms .self .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -50px;
  top: -50px;
}
@media (max-width: 991px) {
  .modals .login-forms .self .close {
    top: 24px;
    right: 26px;
  }
}
@media (max-width: 700px) {
  .modals .login-forms .self .close {
    right: 16px;
    top: 14px;
  }
}
.modals .login-forms .self .close .image {
  width: 40px;
}
@media (max-width: 991px) {
  .modals .login-forms .self .close .image {
    width: 33px;
  }
}
@media (min-width: 992px) {
  .modals .login-forms .self .close .dark {
    display: none;
  }
}
@media (max-width: 991px) {
  .modals .login-forms .self .close .light {
    display: none;
  }
}
.modals .login-forms .self .close:hover {
  transform: rotate(90deg);
}
.modals .login-forms .self .title {
  font-size: 20px;
  font-family: PSM;
  padding-bottom: 40px;
}
.modals .login-forms .self .social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .modals .login-forms .self .social-buttons {
    flex-direction: column;
  }
}
.modals .login-forms .self .social-buttons .button {
  height: 54px;
  border-radius: 4px;
  border: 1px solid #000;
  width: calc(50% - 12.5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .modals .login-forms .self .social-buttons .button {
    width: 100%;
  }
  .modals .login-forms .self .social-buttons .button:not(:last-child) {
    margin-bottom: 15px;
  }
}
.modals .login-forms .self .social-buttons .button span:not(.text):before {
  color: #3D6AD6;
}
.modals .login-forms .self .social-buttons .button .text {
  font-size: 14px;
  font-family: PM;
  display: block;
  padding-left: 10px;
}
.modals .login-forms .self .social-buttons .button:hover {
  border: 1px solid #0038FF;
}
.modals .login-forms .self .social-buttons .button:hover .text {
  color: #0038FF;
}
.modals .login-forms .self .social-buttons div.text {
  width: 100%;
  text-align: center;
  padding: 20px;
}
.modals .login-forms .self .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modals .login-forms .self .form .input-text-field {
  width: calc(50% - 12.5px);
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .modals .login-forms .self .form .input-text-field {
    width: 100%;
  }
}
.modals .login-forms .self .form .input-text-field input {
  height: 54px;
  border-radius: 4px;
  border: 1px solid #000;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-family: PM;
}
.modals .login-forms .self .form .input-text-field input:focus {
  border: 1px solid #0038FF;
}
.modals .login-forms .self .form .input-text-field label {
  position: absolute;
  top: -5px;
  left: 17px;
  background: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-family: PM;
}
.modals .login-forms .self .form .input-text-field .toggle-password {
  position: absolute;
  padding: 20px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.modals .login-forms .self .form .input-text-field .toggle-password:hover {
  opacity: 0.7;
}
.modals .login-forms .self .form .input-text-field .toggle-password img {
  width: 20px;
}
.modals .login-forms .self .form .input-text-field .toggle-password img.hide {
  display: none;
}
.modals .login-forms .self .form .input-checkbox {
  height: 54px;
  border-radius: 4px;
  width: calc(50% - 12.5px);
  display: flex;
  align-items: center;
}
.modals .login-forms .self .form .input-checkbox input {
  display: none;
}
.modals .login-forms .self .form .input-checkbox label {
  font-size: 14px;
  font-family: PM;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.modals .login-forms .self .form .input-checkbox label a {
  color: #0038FF;
  font-size: 14px;
  font-family: PM;
}
.modals .login-forms .self .form .input-checkbox label a:hover {
  text-decoration: underline !important;
}
.modals .login-forms .self .form .input-checkbox label:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #DADADA;
  left: 0;
  top: -2px;
  border-radius: 3px;
}
.modals .login-forms .self .form .input-checkbox label:hover:before {
  border: 1px solid #C4C4C4;
}
.modals .login-forms .self .form .input-checkbox input:checked + label:before {
  border: 1px solid rgb(183, 211, 21);
  background: url("../images/check.svg") #DBFF00;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modals .login-forms .self .form .input-radio-fields {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 12.5px);
}
@media (max-width: 600px) {
  .modals .login-forms .self .form .input-radio-fields {
    width: 100%;
    margin-bottom: 30px;
  }
}
.modals .login-forms .self .form .input-radio-fields .field {
  width: calc(50% - 7px);
}
.modals .login-forms .self .form .input-radio-fields .field input {
  display: none;
}
.modals .login-forms .self .form .input-radio-fields .field label {
  background: #F1FFA3;
  border: 1px solid #F1FFA3;
  width: 100%;
  height: 54px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-family: PM;
  cursor: pointer;
}
.modals .login-forms .self .form .input-radio-fields .field input:checked + label {
  background: #DBFF00;
  border: 1px solid rgb(200, 231, 20);
}
.modals .login-forms .self .form button[type=submit] {
  width: calc(50% - 12.5px);
  background-color: #DBFF00;
  justify-content: center;
  border: 1px solid #c8e707;
}
.modals .login-forms .self .sub-texts {
  min-height: 54px;
  margin-top: -10px;
  font-size: 14px;
  font-family: PM;
  line-height: 1.5;
}
.modals .login-forms .self .sub-texts a, .modals .login-forms .self .sub-texts button {
  font-size: 14px;
  font-family: PM;
  color: #0038FF;
}
.modals .login-forms .self .sub-texts a:hover, .modals .login-forms .self .sub-texts button:hover {
  text-decoration: underline !important;
}
.modals .login-forms .self .sub-texts span {
  font-family: PSM;
  display: inline-block;
  margin-left: 5px;
}
.modals .login-forms .self .links {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .modals .login-forms .self .links {
    padding-top: 20px;
  }
}
.modals .login-forms .self .links a, .modals .login-forms .self .links button {
  font-size: 14px;
  font-family: PM;
  color: #0038FF;
  display: block;
}
.modals .login-forms .self .links a:first-child, .modals .login-forms .self .links button:first-child {
  margin-right: 20px;
  position: relative;
}
.modals .login-forms .self .links a:first-child:after, .modals .login-forms .self .links button:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: lightgray;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.modals .login-forms .self .links a:hover, .modals .login-forms .self .links button:hover {
  text-decoration: underline !important;
}
.modals .login-forms .self .texts {
  display: flex;
  min-height: 54px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .modals .login-forms .self .texts {
    flex-direction: column;
    align-items: flex-start;
  }
}
.modals .login-forms .self .texts .left {
  font-size: 14px;
  font-family: PM;
  line-height: 1.5;
}
.modals .login-forms .self .texts .left a, .modals .login-forms .self .texts .left button {
  font-size: 14px;
  font-family: PM;
  color: #0038FF;
}
.modals .login-forms .self .texts .left a:hover, .modals .login-forms .self .texts .left button:hover {
  text-decoration: underline !important;
}
.modals .login-forms .self .texts .divider {
  flex: 1;
  position: relative;
}
@media (max-width: 700px) {
  .modals .login-forms .self .texts .divider {
    padding: 10px 0;
  }
}
.modals .login-forms .self .texts .divider:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 29px;
  background: #DADADA;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .modals .login-forms .self .texts .divider:after {
    height: 1px;
    width: 100px;
  }
}
.modals .login-forms .self .texts .right a, .modals .login-forms .self .texts .right button {
  font-size: 14px;
  font-family: PM;
  color: #0038FF;
}
.modals .login-forms .self .texts .right a:hover, .modals .login-forms .self .texts .right button:hover {
  text-decoration: underline !important;
}
.modals .login-forms .self .final {
  padding-bottom: 40px;
}
.modals .login-forms .self .otp-input {
  aspect-ratio: 1/1;
  width: 54px;
  border-radius: 4px;
  border: 1px solid lightgray;
  padding: 0 20px;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
  font-family: PM;
}
@media (max-width: 550px) {
  .modals .login-forms .self .otp-input {
    margin-right: 0px;
    margin-left: 12px;
    width: calc(16.6666666667% - 10px);
    aspect-ratio: unset;
    height: 54px;
  }
  .modals .login-forms .self .otp-input:first-child {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .modals .login-forms .self .otp-input {
    margin-right: 0px;
    margin-left: 6px;
    width: calc(16.6666666667% - 5px);
    aspect-ratio: unset;
    height: 54px;
  }
  .modals .login-forms .self .otp-input:first-child {
    margin-left: 0;
  }
}
.modals .login-forms .self .otp-input:focus {
  border: 1px solid #0038FF;
}
.modals .login-forms .self .digit-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 550px) {
  .modals .login-forms .self .digit-group {
    flex-wrap: wrap;
  }
  .modals .login-forms .self .digit-group .submit {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.modals .login-forms .self .send-again {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.modals .login-forms .self .send-again .timer {
  background: #F1FFA3;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 4px;
}
.modals .login-forms .self .send-again .timer .icon-clock:before {
  color: #000;
}
.modals .login-forms .self .send-again .timer .timer-text {
  font-family: PM;
  position: relative;
  padding-left: 5px;
  min-width: 50px;
}
.modals .login-forms .self .send-again .send-again-text {
  font-size: 14px;
  font-family: PM;
  padding-left: 20px;
}
.modals .login-forms .self .send-again .send-again-text a {
  font-size: 14px;
  font-family: PM;
  color: #0038FF;
}
.modals .login-forms .self .send-again .send-again-text a:hover {
  text-decoration: underline !important;
}
@media (max-width: 600px) {
  .modals .login-forms#register .input-checkbox {
    width: 100%;
    margin-top: -25px;
  }
}
.modals .notifications-panel {
  position: fixed;
  width: 580px;
  right: 0;
  top: 110px;
  height: calc(100vh - 110px);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background: rgba(22, 4, 25, 0.75);
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: all 0.6s 0.1s;
  display: none;
}
@media (max-width: 700px) {
  .modals .notifications-panel {
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 0;
  }
}
.modals .notifications-panel.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transition: all 0.6s 0.1s;
}
.modals .notifications-panel .self {
  position: relative;
  padding: 20px 30px;
}
@media (max-width: 700px) {
  .modals .notifications-panel .self {
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 20px 15px 20px 20px;
  }
}
.modals .notifications-panel .self .title {
  font-size: 18px;
  font-family: PM;
  color: #fff;
}
.modals .notifications-panel .self .close {
  position: absolute;
  padding: 10px;
  right: 20px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .modals .notifications-panel .self .close {
    right: 0;
  }
}
.modals .notifications-panel .self .close img {
  width: 30px;
}
.modals .notifications-panel .self .close:hover {
  transform: rotate(90deg);
}
.modals .notifications-panel .self .tab-title-bar {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.modals .notifications-panel .self .tab-title-bar .tab-title {
  height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-family: PM;
  margin-right: 10px;
}
.modals .notifications-panel .self .tab-title-bar .tab-title:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.modals .notifications-panel .self .tab-title-bar .tab-title.active {
  background-color: rgba(0, 163, 255, 0.13);
  color: #0065FD;
  pointer-events: none;
}
.modals .notifications-panel .self .list {
  margin-top: 20px;
  height: calc(100vh - 238px);
  overflow: auto;
  padding-right: 30px;
}
@media (max-width: 700px) {
  .modals .notifications-panel .self .list {
    height: calc(100vh - 128px);
  }
}
@media (max-width: 700px) {
  .modals .notifications-panel .self .list {
    padding-right: 15px;
  }
}
.modals .notifications-panel .self .list::-webkit-scrollbar {
  display: block;
  width: 4px;
  border-radius: 8px;
}
.modals .notifications-panel .self .list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.17);
  margin-top: 0px;
  border-radius: 8px;
  margin-bottom: 0px;
}
.modals .notifications-panel .self .list::-webkit-scrollbar-thumb {
  background-color: #DBFF00;
  border-radius: 8px;
}
.modals .notifications-panel .self .list::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.modals .notifications-panel .self .list::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
.modals .notifications-panel .self .list .tab-body {
  display: none;
}
.modals .notifications-panel .self .list .tab-body.active {
  display: block;
}
.modals .notifications-panel .self .list .list-item {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.09);
  padding: 20px;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  padding-left: 35px;
  position: relative;
}
@media (max-width: 700px) {
  .modals .notifications-panel .self .list .list-item {
    padding: 10px;
    padding-left: 27px;
  }
}
.modals .notifications-panel .self .list .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.modals .notifications-panel .self .list .list-item:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 14px;
  top: 25px;
}
@media (max-width: 700px) {
  .modals .notifications-panel .self .list .list-item:before {
    width: 7px;
    height: 7px;
    top: 16px;
    left: 10px;
  }
}
.modals .notifications-panel .self .list .list-item .title {
  font-size: 14px;
  font-family: PR;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 700px) {
  .modals .notifications-panel .self .list .list-item .title {
    font-size: 12px;
  }
}
.modals .notifications-panel .self .list .list-item .date {
  font-size: 14px;
  font-family: PR;
  line-height: 1.5;
  color: #BDBDBD;
}
@media (max-width: 700px) {
  .modals .notifications-panel .self .list .list-item .date {
    font-size: 12px;
  }
}
.modals .notifications-panel .self .list .list-item.unread {
  background-color: rgba(255, 255, 255, 0.29);
}
.modals .notifications-panel .self .list .list-item.unread:before {
  background-color: #DBFF00;
}
.modals .coupons-panel {
  position: fixed;
  width: 580px;
  right: 0;
  top: 110px;
  height: calc(100vh - 110px);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background: rgba(22, 4, 25, 0.75);
  padding: 20px 30px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: all 0.6s 0.1s;
  display: none;
}
@media (max-width: 700px) {
  .modals .coupons-panel {
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 0;
  }
}
.modals .coupons-panel.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transition: all 0.6s 0.1s;
}
.modals .coupons-panel .close {
  position: absolute;
  padding: 10px;
  right: 20px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 700px) {
  .modals .coupons-panel .close {
    right: 0px;
  }
}
.modals .coupons-panel .close img {
  width: 30px;
}
.modals .coupons-panel .close:hover {
  transform: rotate(90deg);
}
.modals .coupons-panel .self {
  position: relative;
  padding: 20px 30px;
  background: #000;
  border-radius: 10px;
  width: 385px;
  max-height: 100%;
}
@media (max-width: 700px) {
  .modals .coupons-panel .self {
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 20px 30px 20px 20px;
  }
}
.modals .coupons-panel .self .title {
  font-size: 16px;
  font-family: PM;
  color: #fff;
}
.modals .coupons-panel .self .desc {
  font-size: 14px;
  font-family: PR;
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .modals .coupons-panel .self .desc {
    font-size: 12px;
  }
}
.modals .coupons-panel .self .list {
  width: calc(100% + 15px);
  padding-right: 15px;
  margin-top: 20px;
  max-height: calc(100vh - 520px);
  overflow: auto;
}
@media (max-width: 700px) {
  .modals .coupons-panel .self .list {
    max-height: calc(100vh - 360px);
  }
}
.modals .coupons-panel .self .list::-webkit-scrollbar {
  display: block;
  width: 4px;
  border-radius: 8px;
}
.modals .coupons-panel .self .list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.17);
  margin-top: 0px;
  border-radius: 8px;
  margin-bottom: 0px;
}
.modals .coupons-panel .self .list::-webkit-scrollbar-thumb {
  background-color: #DBFF00;
  border-radius: 8px;
}
.modals .coupons-panel .self .list::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.modals .coupons-panel .self .list::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
.modals .coupons-panel .self .list .list-item {
  background: linear-gradient(to bottom, rgb(79, 79, 79), rgba(0, 0, 0, 0) 60%);
  border-radius: 4px;
  padding: 10px 15px;
  position: relative;
}
.modals .coupons-panel .self .list .list-item:hover {
  background: linear-gradient(to bottom, rgb(79, 79, 79), rgba(0, 0, 0, 0) 180%);
}
.modals .coupons-panel .self .list .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.modals .coupons-panel .self .list .list-item .item-title {
  font-size: 14px;
  font-family: PR;
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.4;
  padding-right: 20px;
}
.modals .coupons-panel .self .list .list-item .delete {
  position: absolute;
  right: 5px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modals .coupons-panel .self .list .list-item .delete:hover {
  transform: rotate(90deg);
}
.modals .coupons-panel .self .list .list-item .iddia {
  height: 50px;
  border-radius: 4px;
  width: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  cursor: url("../images/not-svg/cursor.png"), auto;
}
@media (max-width: 767px) {
  .modals .coupons-panel .self .list .list-item .iddia {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.modals .coupons-panel .self .list .list-item .iddia span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
}
@media (max-width: 767px) {
  .modals .coupons-panel .self .list .list-item .iddia span.text {
    font-size: 12px;
  }
}
.modals .coupons-panel .self .list .list-item .iddia span:not(.text) {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #FFE500;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PSM;
  color: #000;
}
@media (max-width: 767px) {
  .modals .coupons-panel .self .list .list-item .iddia span:not(.text) {
    height: 30px;
    font-size: 12px;
  }
}
.modals .coupons-panel .self .list .list-item .iddia.active span:not(.text) {
  background-color: #FFE500;
}
.modals .coupons-panel .self .input-part {
  position: relative;
  margin-top: 20px;
}
.modals .coupons-panel .self .input-part input {
  height: 54px;
  border-radius: 4px;
  border: 1px solid #fff;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-family: PM;
  background: transparent;
  color: #fff;
}
.modals .coupons-panel .self .input-part input:focus {
  border: 1px solid #FFE500;
}
.modals .coupons-panel .self .input-part label {
  position: absolute;
  top: -5px;
  left: 17px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-family: PR;
}
.modals .coupons-panel .self .total {
  text-align: right;
  font-family: PR;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
}
@media (max-width: 700px) {
  .modals .coupons-panel .self .total {
    font-size: 14px;
  }
}
.modals .coupons-panel .self .total span {
  font-family: PM;
}
.modals .coupons-panel .self .submit {
  width: 100%;
  background: linear-gradient(135.68deg, #DBFF00 24.7%, #69D100 111.94%);
  border-radius: 4px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PR;
  font-size: 16px;
  color: #000;
  position: relative;
  overflow: hidden;
}
.modals .coupons-panel .self .submit:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.modals .coupons-panel .self .submit:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.modals .coupons-panel .self .all-delete {
  text-align: center;
}
.modals .coupons-panel .self .all-delete .all-delete-btn {
  color: #fff;
  font-family: PR;
  font-size: 16px;
  padding: 15px 0 10px 0;
}
@media (max-width: 700px) {
  .modals .coupons-panel .self .all-delete .all-delete-btn {
    font-size: 14px;
  }
}

.side-bar {
  position: fixed;
  height: 100vh;
  width: 260px;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .side-bar {
    padding: 20px;
    padding-left: 25px;
  }
}
@media (max-width: 1100px) {
  .side-bar {
    display: none;
  }
}
.side-bar .top-bar {
  height: 50px;
  display: flex;
  align-items: center;
}
.side-bar .top-bar .logo {
  font-size: 30px;
  color: #fff;
  font-family: PSM;
  display: none;
}
@media (max-width: 767px) {
  .side-bar .top-bar .logo {
    font-size: 25px;
  }
}
.side-bar .bottom-bar {
  height: calc(100% - 50px);
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-height: 600px) {
  .side-bar .bottom-bar {
    padding-top: 30px;
  }
}
.side-bar .bottom-bar .navigation-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 50%;
  overflow: auto;
  padding-left: 29px;
  margin-bottom: 20px;
  direction: rtl;
}
.side-bar .bottom-bar .navigation-links::-webkit-scrollbar {
  display: block;
  width: 4px;
  border-radius: 8px;
}
.side-bar .bottom-bar .navigation-links::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.17);
  margin-top: 100px;
  border-radius: 8px;
  margin-bottom: 100px;
}
@media (max-height: 600px) {
  .side-bar .bottom-bar .navigation-links::-webkit-scrollbar-track {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.side-bar .bottom-bar .navigation-links::-webkit-scrollbar-thumb {
  background-color: #DBFF00;
  border-radius: 8px;
}
.side-bar .bottom-bar .navigation-links::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.side-bar .bottom-bar .navigation-links::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
.side-bar .bottom-bar .navigation-links a {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}
.side-bar .bottom-bar .navigation-links a:last-child {
  margin-bottom: 0;
}
.side-bar .bottom-bar .navigation-links a:hover {
  color: #DBFF00;
}
.side-bar .bottom-bar .shop-button {
  width: 100%;
  background: linear-gradient(135.68deg, #DBFF00 24.7%, #69D100 111.94%);
  border-radius: 4px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.side-bar .bottom-bar .shop-button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.side-bar .bottom-bar .shop-button:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.side-bar .bottom-bar .shop-button .icon-shop::before {
  font-size: 20px;
  color: #000;
}
.side-bar .bottom-bar .shop-button .text {
  font-family: PM;
  font-size: 16px;
  color: #000;
}
.side-bar .bottom-bar .footer-bar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.side-bar .bottom-bar .footer-bar .rules-button {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 20px;
}
.side-bar .bottom-bar .footer-bar .rules-button .icon-info:before {
  font-size: 20px;
}
.side-bar .bottom-bar .footer-bar .rules-button .text {
  color: #fff;
  font-size: 16px;
  font-family: PR;
  display: block;
  margin-left: 10px;
}
.side-bar .bottom-bar .footer-bar .rules-button:hover .icon-info:before {
  color: #DBFF00;
}
.side-bar .bottom-bar .footer-bar .rules-button:hover .text {
  color: #DBFF00;
}
.side-bar .bottom-bar .footer-bar .social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-bar .bottom-bar .footer-bar .social-links a span:before {
  font-size: 20px;
  color: #fff;
}
.side-bar .bottom-bar .footer-bar .social-links a:hover span:before {
  color: #DBFF00;
}
.side-bar .bottom-bar .footer-bar .copyright {
  font-size: 12px;
  color: #fff;
  font-family: PR;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}

.items-bar {
  position: relative;
  z-index: 1;
  width: calc(100% - 260px);
  margin-left: 260px;
  padding-top: 110px;
}
@media (max-width: 1100px) {
  .items-bar {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .items-bar {
    padding-top: 70px;
  }
}
.items-bar .container .items-bar-self {
  padding: 39px 0px 35px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(91, 0, 183, 0.28) 45.18%, rgba(33, 33, 33, 0) 86.14%);
  border-radius: 20px;
  margin-bottom: 14px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .items-bar .container .items-bar-self {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
.items-bar .container .items-bar-self .title-bar {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .items-bar .container .items-bar-self .title-bar {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .title-bar {
    font-size: 16px;
  }
}
.items-bar .container .items-bar-self .news-list {
  display: flex;
  align-items: center;
  padding-left: 10px;
  /* the parent */
}
.items-bar .container .items-bar-self .news-list .slick-next {
  width: 47px;
  height: 47px;
  background: rgba(244, 246, 248, 0.1);
  border-radius: 5px;
  left: unset;
  transform: none;
  position: absolute;
  right: 30px;
  top: -74px;
  color: #fff;
}
.items-bar .container .items-bar-self .news-list .slick-next:before {
  content: "\e934" !important;
  color: #fff;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .slick-next {
    width: 35px;
    height: 35px;
    right: 15px;
    top: -60px;
  }
  .items-bar .container .items-bar-self .news-list .slick-next span:before {
    font-size: 12px;
  }
}
.items-bar .container .items-bar-self .news-list .slick-next:hover:before {
  color: #DBFF00;
}
.items-bar .container .items-bar-self .news-list .slick-next.disabled {
  pointer-events: none;
}
.items-bar .container .items-bar-self .news-list .slick-prev {
  width: 47px;
  height: 47px;
  background: rgba(244, 246, 248, 0.1);
  border-radius: 5px;
  position: absolute;
  left: unset;
  transform: none;
  right: 84px;
  top: -74px;
  color: #fff;
}
.items-bar .container .items-bar-self .news-list .slick-prev:before {
  content: "\e933" !important;
  color: #fff;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .slick-prev {
    width: 35px;
    height: 35px;
    right: 55px;
    top: -60px;
  }
  .items-bar .container .items-bar-self .news-list .slick-prev span:before {
    font-size: 12px;
  }
}
.items-bar .container .items-bar-self .news-list .slick-prev:hover:before {
  color: #DBFF00;
}
.items-bar .container .items-bar-self .news-list .slick-prev.disabled {
  pointer-events: none;
}
.items-bar .container .items-bar-self .news-list .slick-slide {
  margin: 0 10px;
}
.items-bar .container .items-bar-self .news-list .slick-list {
  margin: 0 -10px;
}
.items-bar .container .items-bar-self .news-list .news-item {
  width: 320px !important;
  height: 400px;
  border-radius: 20px;
  filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .items-bar .container .items-bar-self .news-list .news-item {
    width: 300px !important;
  }
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item {
    width: 250px !important;
    height: 300px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 20px;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #000000 100%);
  }
}
.items-bar .container .items-bar-self .news-list .news-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000000 100%);
  }
}
.items-bar .container .items-bar-self .news-list .news-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1100px) {
  .items-bar .container .items-bar-self .news-list .news-item img {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item img {
    height: 300px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .top-part {
  padding: 25px 22px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .top-part {
    padding: 20px 20px 20px 25px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-left {
  display: flex;
  align-items: center;
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-left .countdown-view {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-left .countdown-view {
    display: none;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-left .countdown-view:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #D9FF6D;
  left: 0;
  top: 0;
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-left .countdown-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-left .countdown-text {
    font-size: 12px;
    font-family: PR;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite {
  position: absolute;
  right: 20px;
  top: 20px;
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
  font-size: 24px;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
    font-size: 18px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child {
  display: none;
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
  font-size: 26px;
  color: #F00000;
  position: relative;
  top: -2px;
  right: -1px;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
    font-size: 20px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:first-child {
  display: none;
}
.items-bar .container .items-bar-self .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:last-child {
  display: block;
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 22px 21px 25px;
  width: 100%;
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .news-item-title {
  font-size: 16px;
  font-family: PR;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 13px;
  display: block;
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .news-item-title:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .bottom-part .news-item-title {
    font-size: 14px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part > span {
  display: block;
  font-size: 14px;
  font-family: PM;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .bottom-part > span {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button {
  height: 50px;
  border-radius: 4px;
  width: calc(50% - 7.5px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  cursor: url("../images/not-svg/cursor.png"), auto;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button span.text {
    font-size: 12px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button span:not(.text) {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PSM;
  color: #000;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button span:not(.text) {
    height: 30px;
    font-size: 12px;
  }
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button.active span:not(.text) {
  background-color: #FFE500;
}
.items-bar .container .items-bar-self .news-list .news-item .bottom-part .points button.focus span:not(.text) {
  background-color: #FFE500;
}
.items-bar .container .items-bar-self .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 22px;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .bottom {
    padding-left: 0;
    padding-right: 25px;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.items-bar .container .items-bar-self .bottom .left {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .items-bar .container .items-bar-self .bottom .left {
    text-align: right;
    font-size: 12px;
  }
}
main {
  min-height: 100vh;
  display: flex;
  width: calc(100% - 260px);
  margin-left: 260px;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 1300px) {
  main {
    margin-left: 260px;
    width: calc(100% - 260px);
  }
}
@media (max-width: 1100px) {
  main {
    margin-left: 0px;
    width: 100%;
  }
}
main.not-homepage {
  padding-top: 110px;
}
@media (max-width: 600px) {
  main.not-homepage {
    padding-top: 70px;
  }
}
main .main {
  width: calc(100% - 330px);
}
@media (max-width: 1550px) and (min-width: 1451px) {
  main .main {
    width: calc(100% - 270px);
  }
}
@media (max-width: 1250px) {
  main .main {
    width: 100%;
    padding-right: 25px;
  }
}
@media (max-width: 1100px) {
  main .main {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  main .main {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-feed {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 23px 35px 23px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(91, 0, 183, 0.28) 45.18%, rgba(33, 33, 33, 0) 86.14%);
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .news-feed {
    margin-bottom: 0;
  }
}
.news-feed .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .news-feed .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news-feed .title {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .news-feed .table {
    overflow: auto;
    width: calc(100% + 23px);
  }
}
.news-feed .table .table-header {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
}
@media (max-width: 900px) {
  .news-feed .table .table-header {
    width: 850px;
  }
}
.news-feed .table .table-header .table-header-title {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
.news-feed .table .table-header .table-header-title:first-child {
  width: 131px;
  padding-left: 20px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-header .table-header-title:first-child {
    padding-left: 15px;
    width: 110px;
  }
}
.news-feed .table .table-header .table-header-title:nth-child(2) {
  flex: 1;
  padding-left: 45px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-header .table-header-title:nth-child(2) {
    padding-left: 15px;
  }
}
.news-feed .table .table-header .table-header-title:nth-child(3) {
  width: 225px;
  padding-left: 30px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-header .table-header-title:nth-child(3) {
    width: 200px;
    padding-left: 15px;
  }
}
@media (max-width: 1400px) and (min-width: 1101px) {
  .news-feed .table .table-header .table-header-title:nth-child(3) {
    width: 140px;
  }
}
.news-feed .table .table-header .table-header-title:nth-child(4) {
  width: 170px;
  padding-left: 32px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-header .table-header-title:nth-child(4) {
    width: 115px;
    padding-left: 15px;
  }
}
.news-feed .table .table-header .table-header-title:last-child {
  width: 123px;
  text-align: center;
}
@media (max-width: 1600px) {
  .news-feed .table .table-header .table-header-title:last-child {
    width: 90px;
  }
}
.news-feed .table .table-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 900px) {
  .news-feed .table .table-body {
    width: 850px;
  }
}
.news-feed .table .table-body .table-row {
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 13px 0;
}
.news-feed .table .table-body .table-row:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.news-feed .table .table-body .table-row .table-column {
  display: flex;
  align-items: center;
}
.news-feed .table .table-body .table-row .table-column:first-child {
  width: 131px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: PR;
  padding-left: 20px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-body .table-row .table-column:first-child {
    font-size: 14px;
    padding-left: 15px;
    width: 110px;
  }
}
.news-feed .table .table-body .table-row .table-column:nth-child(2) {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: PR;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-body .table-row .table-column:nth-child(2) {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news-feed .table .table-body .table-row .table-column:nth-child(3) {
  width: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-body .table-row .table-column:nth-child(3) {
    width: 200px;
  }
}
@media (max-width: 1400px) and (min-width: 1101px) {
  .news-feed .table .table-body .table-row .table-column:nth-child(3) {
    width: 140px;
  }
}
.news-feed .table .table-body .table-row .table-column:nth-child(3) .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1400px) and (min-width: 1101px) {
  .news-feed .table .table-body .table-row .table-column:nth-child(3) .info {
    flex-direction: column;
    gap: 5px;
  }
}
.news-feed .table .table-body .table-row .table-column:nth-child(3) .info span {
  font-size: 16px;
  line-height: 1.5;
  font-family: PR;
  color: #fff;
}
@media (max-width: 1600px) {
  .news-feed .table .table-body .table-row .table-column:nth-child(3) .info span {
    font-size: 14px;
  }
}
.news-feed .table .table-body .table-row .table-column:nth-child(3) .info div {
  width: 47px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-family: PSM;
}
.news-feed .table .table-body .table-row .table-column:nth-child(3) .info div.active {
  background: #FFE500;
}
.news-feed .table .table-body .table-row .table-column:nth-child(4) {
  width: 170px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: PR;
  padding-left: 32px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-body .table-row .table-column:nth-child(4) {
    font-size: 14px;
    padding-left: 15px;
    width: 115px;
  }
}
.news-feed .table .table-body .table-row .table-column:last-child {
  width: 123px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .news-feed .table .table-body .table-row .table-column:last-child {
    width: 90px;
  }
}
.news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite {
  position: relative;
}
.news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite span {
  font-size: 22px;
}
@media (max-width: 1600px) {
  .news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite span {
    font-size: 18px;
  }
}
.news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite span:hover:before {
  color: #FFE500;
}
.news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite span.icon-favorite {
  position: absolute;
  left: -2px;
  top: -1px;
  font-size: 26px;
  opacity: 0;
  visibility: hidden;
}
.news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite span.icon-favorite:before {
  color: #fff;
}
.news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite.added span.icon-favorite {
  opacity: 1;
  visibility: visible;
}
.news-feed .table .table-body .table-row .table-column:last-child .add-to-favorite.added span.icon-favorite-stroke {
  opacity: 0;
  visibility: hidden;
}
.news-feed .table .table-body .table-row .table-column:not(:last-child):not(:first-child) {
  position: relative;
}
.news-feed .table .table-body .table-row .table-column:not(:last-child):not(:first-child):after {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-feed .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 22px 0 22px;
  margin-right: -22px;
}
@media (max-width: 1300px) {
  .news-feed .bottom {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .news-feed .bottom {
    padding-left: 0;
    padding-right: 0px;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.news-feed .bottom .left {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .news-feed .bottom .left {
    text-align: right;
    font-size: 12px;
  }
}
.news-feed .bottom .right {
  padding-left: 20px;
}
.nearing-expiration, .all-news {
  position: relative;
  z-index: 1;
  padding: 20px 23px 35px 23px;
  background: linear-gradient(180deg, rgba(39, 19, 119, 0.42), rgba(34, 21, 82, 0.42) 15.21%, rgba(18, 0, 90, 0) 81.1%);
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 1100px) {
  .nearing-expiration, .all-news {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .nearing-expiration, .all-news {
    border-radius: 0;
  }
}
.nearing-expiration .title, .all-news .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .nearing-expiration .title, .all-news .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .nearing-expiration .title, .all-news .title {
    font-size: 16px;
  }
}
.nearing-expiration .news-list, .all-news .news-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .nearing-expiration .news-list, .all-news .news-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.nearing-expiration .news-list .news-item, .all-news .news-list .news-item {
  width: calc(33.3333333333% - 15px);
  height: 400px;
  border-radius: 20px;
  filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
}
@media (max-width: 1450px) and (min-width: 1101px) {
  .nearing-expiration .news-list .news-item, .all-news .news-list .news-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1000px) {
  .nearing-expiration .news-list .news-item, .all-news .news-list .news-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1000px) {
  .nearing-expiration .news-list .news-item, .all-news .news-list .news-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item, .all-news .news-list .news-item {
    height: auto;
    aspect-ratio: 25/30;
  }
}
.nearing-expiration .news-list .news-item:before, .all-news .news-list .news-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item:before, .all-news .news-list .news-item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #000000 100%);
  }
}
.nearing-expiration .news-list .news-item:after, .all-news .news-list .news-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item:after, .all-news .news-list .news-item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000000 100%);
  }
}
.nearing-expiration .news-list .news-item img, .all-news .news-list .news-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1100px) {
  .nearing-expiration .news-list .news-item img, .all-news .news-list .news-item img {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item img, .all-news .news-list .news-item img {
    height: auto;
    aspect-ratio: 25/30;
  }
}
.nearing-expiration .news-list .news-item .top-part, .all-news .news-list .news-item .top-part {
  padding: 25px 22px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .top-part, .all-news .news-list .news-item .top-part {
    padding: 20px 20px 20px 25px;
  }
}
.nearing-expiration .news-list .news-item .top-part .top-part-left, .all-news .news-list .news-item .top-part .top-part-left {
  display: flex;
  align-items: center;
}
.nearing-expiration .news-list .news-item .top-part .top-part-left .countdown-view, .all-news .news-list .news-item .top-part .top-part-left .countdown-view {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .top-part .top-part-left .countdown-view, .all-news .news-list .news-item .top-part .top-part-left .countdown-view {
    display: none;
  }
}
.nearing-expiration .news-list .news-item .top-part .top-part-left .countdown-view:after, .all-news .news-list .news-item .top-part .top-part-left .countdown-view:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #D9FF6D;
  left: 0;
  top: 0;
}
.nearing-expiration .news-list .news-item .top-part .top-part-left .countdown-text, .all-news .news-list .news-item .top-part .top-part-left .countdown-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .top-part .top-part-left .countdown-text, .all-news .news-list .news-item .top-part .top-part-left .countdown-text {
    font-size: 12px;
    font-family: PR;
  }
}
.nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite {
  position: absolute;
  right: 20px;
  top: 20px;
}
.nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite span:before, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
  font-size: 24px;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite span:before, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
    font-size: 18px;
  }
}
.nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child {
  display: none;
}
.nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
  font-size: 26px;
  color: #F00000;
  position: relative;
  top: -2px;
  right: -1px;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
    font-size: 20px;
  }
}
.nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:first-child, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:first-child {
  display: none;
}
.nearing-expiration .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:last-child, .all-news .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:last-child {
  display: block;
}
.nearing-expiration .news-list .news-item .bottom-part, .all-news .news-list .news-item .bottom-part {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 22px 21px 25px;
  width: 100%;
}
.nearing-expiration .news-list .news-item .bottom-part .news-item-title, .all-news .news-list .news-item .bottom-part .news-item-title {
  font-size: 16px;
  font-family: PR;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 13px;
  display: block;
}
.nearing-expiration .news-list .news-item .bottom-part .news-item-title:hover, .all-news .news-list .news-item .bottom-part .news-item-title:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .bottom-part .news-item-title, .all-news .news-list .news-item .bottom-part .news-item-title {
    font-size: 14px;
  }
}
.nearing-expiration .news-list .news-item .bottom-part > span, .all-news .news-list .news-item .bottom-part > span {
  display: block;
  font-size: 14px;
  font-family: PM;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .bottom-part > span, .all-news .news-list .news-item .bottom-part > span {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.nearing-expiration .news-list .news-item .bottom-part .points, .all-news .news-list .news-item .bottom-part .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nearing-expiration .news-list .news-item .bottom-part .points button, .all-news .news-list .news-item .bottom-part .points button {
  height: 50px;
  border-radius: 4px;
  width: calc(50% - 7.5px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  cursor: url("../images/not-svg/cursor.png"), auto;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .bottom-part .points button, .all-news .news-list .news-item .bottom-part .points button {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.nearing-expiration .news-list .news-item .bottom-part .points button span.text, .all-news .news-list .news-item .bottom-part .points button span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .bottom-part .points button span.text, .all-news .news-list .news-item .bottom-part .points button span.text {
    font-size: 12px;
  }
}
.nearing-expiration .news-list .news-item .bottom-part .points button span:not(.text), .all-news .news-list .news-item .bottom-part .points button span:not(.text) {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PSM;
  color: #000;
}
@media (max-width: 767px) {
  .nearing-expiration .news-list .news-item .bottom-part .points button span:not(.text), .all-news .news-list .news-item .bottom-part .points button span:not(.text) {
    height: 30px;
    font-size: 12px;
  }
}
.nearing-expiration .news-list .news-item .bottom-part .points button.active span:not(.text), .all-news .news-list .news-item .bottom-part .points button.active span:not(.text) {
  background-color: #FFE500;
}
.nearing-expiration .news-list .news-item .bottom-part .points button.focus span:not(.text), .all-news .news-list .news-item .bottom-part .points button.focus span:not(.text) {
  background-color: #FFE500;
}
@media (max-width: 1450px) and (min-width: 1101px) {
  .nearing-expiration .news-list .news-item:last-child, .all-news .news-list .news-item:last-child {
    display: none;
  }
}
.nearing-expiration .bottom, .all-news .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 22px 0 22px;
  margin-right: -22px;
}
@media (max-width: 1300px) {
  .nearing-expiration .bottom, .all-news .bottom {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .nearing-expiration .bottom, .all-news .bottom {
    padding-left: 0;
    padding-right: 0px;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.nearing-expiration .bottom .left, .all-news .bottom .left {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .nearing-expiration .bottom .left, .all-news .bottom .left {
    text-align: right;
    font-size: 12px;
  }
}
.nearing-expiration .bottom .right, .all-news .bottom .right {
  padding-left: 20px;
}
.results {
  position: relative;
  z-index: 1;
  padding: 20px 23px 35px 23px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 218, 166, 0.28) 45.18%, rgba(33, 33, 33, 0) 86.14%);
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 1100px) {
  .results {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .results {
    border-radius: 0;
  }
}
.results .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .results .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .results .title {
    font-size: 16px;
  }
}
.results .news-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .results .news-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.results .news-list .news-item {
  width: calc(33.3333333333% - 15px);
  height: 400px;
  border-radius: 20px;
  filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
}
@media (max-width: 1450px) and (min-width: 1101px) {
  .results .news-list .news-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1000px) {
  .results .news-list .news-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1000px) {
  .results .news-list .news-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .results .news-list .news-item {
    height: auto;
    aspect-ratio: 25/30;
  }
}
.results .news-list .news-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .results .news-list .news-item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #000000 100%);
  }
}
.results .news-list .news-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .results .news-list .news-item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000000 100%);
  }
}
.results .news-list .news-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1100px) {
  .results .news-list .news-item img {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .results .news-list .news-item img {
    height: auto;
    aspect-ratio: 25/30;
  }
}
.results .news-list .news-item .top-part {
  padding: 25px 22px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .results .news-list .news-item .top-part {
    padding: 20px 20px 20px 25px;
  }
}
.results .news-list .news-item .top-part .top-part-left {
  display: flex;
  align-items: center;
}
.results .news-list .news-item .top-part .top-part-left .countdown-view {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.results .news-list .news-item .top-part .top-part-left .countdown-view svg {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 36px;
  transform: rotateY(0deg) rotate(270deg);
}
.results .news-list .news-item .top-part .top-part-left .countdown-view svg circle {
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #000;
  fill: none;
}
@media (max-width: 767px) {
  .results .news-list .news-item .top-part .top-part-left .countdown-view {
    display: none;
  }
}
.results .news-list .news-item .top-part .top-part-left .countdown-view:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #fff;
  left: 0;
  top: 0;
}
.results .news-list .news-item .top-part .top-part-left .countdown-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
}
@media (max-width: 767px) {
  .results .news-list .news-item .top-part .top-part-left .countdown-text {
    font-size: 12px;
    font-family: PR;
  }
}
.results .news-list .news-item .top-part .top-part-right .add-to-favorite {
  position: absolute;
  right: 20px;
  top: 20px;
}
.results .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
  font-size: 24px;
}
@media (max-width: 767px) {
  .results .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
    font-size: 18px;
  }
}
.results .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child {
  display: none;
}
.results .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
  font-size: 26px;
  color: #F00000;
  position: relative;
  top: -2px;
  right: -1px;
}
@media (max-width: 767px) {
  .results .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
    font-size: 20px;
  }
}
.results .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:first-child {
  display: none;
}
.results .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:last-child {
  display: block;
}
.results .news-list .news-item .bottom-part {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 22px 21px 25px;
  width: 100%;
}
.results .news-list .news-item .bottom-part .news-item-title {
  font-size: 16px;
  font-family: PR;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 13px;
  display: block;
}
.results .news-list .news-item .bottom-part .news-item-title:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .results .news-list .news-item .bottom-part .news-item-title {
    font-size: 14px;
  }
}
.results .news-list .news-item .bottom-part > span {
  display: block;
  font-size: 14px;
  font-family: PM;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .results .news-list .news-item .bottom-part > span {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.results .news-list .news-item .bottom-part .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.results .news-list .news-item .bottom-part .points button {
  height: 50px;
  border-radius: 4px;
  width: calc(50% - 7.5px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .results .news-list .news-item .bottom-part .points button {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.results .news-list .news-item .bottom-part .points button span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .results .news-list .news-item .bottom-part .points button span.text {
    font-size: 12px;
  }
}
.results .news-list .news-item .bottom-part .points button.active {
  background-color: #17d278;
}
.results .news-list .news-item .bottom-part .points button.active .text {
  color: #fff;
}
.results .news-list .news-item .bottom-part .points button.focus span:not(.text) {
  background-color: #FFE500;
}
@media (max-width: 1450px) and (min-width: 1101px) {
  .results .news-list .news-item:last-child {
    display: none;
  }
}
.results .news-list .news-item.green .top-part .top-part-left .countdown-view:after {
  border: 6px solid #17d278;
}
.results .news-list .news-item.red .top-part .top-part-left .countdown-view:after {
  border: 6px solid #9a0000;
}
.results .news-list .news-item.white .top-part .top-part-left .countdown-view:after {
  border: 6px solid #fff;
}
.results .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 22px 0 22px;
  margin-right: -22px;
}
@media (max-width: 1300px) {
  .results .bottom {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .results .bottom {
    padding-left: 0;
    padding-right: 0px;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.results .bottom .left {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .results .bottom .left {
    text-align: right;
    font-size: 12px;
  }
}
.results .bottom .right {
  padding-left: 20px;
}
.info-bar {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .info-bar {
    height: auto;
  }
}
.info-bar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 50px);
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 0, 107, 0.42), rgba(255, 15, 101, 0.42) 15.21%, rgba(227, 16, 143, 0) 81.1%);
  border-radius: 20px;
}
@media (max-width: 600px) {
  .info-bar:before {
    border-radius: 0;
  }
}
.info-bar img {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 38%;
  max-width: 500px;
}
@media (max-width: 500px) {
  .info-bar img {
    display: none;
  }
}
.info-bar .left {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 62%;
  padding-left: 30px;
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .info-bar .left {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
@media (max-width: 800px) {
  .info-bar .left {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 15px;
    max-width: 62%;
  }
}
@media (max-width: 500px) {
  .info-bar .left {
    max-width: 100%;
  }
}
.info-bar .left .icon {
  padding-right: 20px;
}
@media (max-width: 800px) {
  .info-bar .left .icon {
    padding-right: 15px;
  }
}
.info-bar .left .icon span:before {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 600px) {
  .info-bar .left .icon span:before {
    font-size: 30px;
  }
}
.info-bar .left .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .info-bar .left .texts {
    align-items: flex-start;
    padding-right: 20px;
  }
}
.info-bar .left .texts .title {
  font-size: 30px;
  color: #fff;
  font-family: PM;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
@media (max-width: 800px) {
  .info-bar .left .texts .title {
    font-size: 20px;
  }
}
.info-bar .left .texts .desc {
  font-size: 16px;
  font-family: PR;
  color: #fff;
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .info-bar .left .texts .desc {
    font-size: 12px;
  }
}
.right-side-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 330px;
  z-index: 1;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 0 30px 20px 30px;
}
@media (max-width: 1550px) and (min-width: 1451px) {
  .right-side-bar {
    width: 270px;
  }
}
@media (max-width: 1250px) {
  .right-side-bar {
    display: none;
  }
}
.right-side-bar .continue {
  position: sticky;
  top: 140px;
}
.right-side-bar .continue .button {
  display: flex;
  width: max-content;
  align-items: center;
  height: 54px;
  background-color: #FFE500;
  border-radius: 50px 0 0 50px;
  padding: 0 13px 0 25px;
  position: absolute;
  right: calc(100% - 0px);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.right-side-bar .continue .button span.icon-ticket {
  display: block;
  margin-right: 4px;
}
.right-side-bar .continue .button span.icon-ticket:before {
  color: #000;
  font-size: 20px;
}
.right-side-bar .continue .button .text {
  font-family: PM;
  display: block;
  margin-left: 4px;
  font-size: 14px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: width 0.3s, opacity 0.3s;
}
.right-side-bar .continue .button .count {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #D40000;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: PR;
  font-size: 12px;
  position: absolute;
  left: -2px;
  top: 0;
}
.right-side-bar .continue .button:hover .text {
  width: 115.63px;
  opacity: 1;
  visibility: visible;
  transition: width 0.3s, opacity 0.3s;
}
.right-side-bar .link {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
.right-side-bar .link:not(:last-child) {
  margin-bottom: 60px;
}
.right-side-bar .link img {
  width: 100%;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 15px 20px 20px 23px;
}
.breadcrumb a {
  color: #fff;
  font-family: PR;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 600px) {
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb a:last-child {
  pointer-events: none;
}
.breadcrumb a:not(:last-child) {
  margin-right: 25px;
  position: relative;
}
.breadcrumb a:not(:last-child):hover {
  color: #DBFF00;
}
@media (max-width: 600px) {
  .breadcrumb a:not(:last-child) {
    margin-right: 20px;
  }
}
.breadcrumb a:not(:last-child):after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #DBFF00;
  top: 4px;
  right: -17px;
}
@media (max-width: 600px) {
  .breadcrumb a:not(:last-child):after {
    width: 4px;
    height: 4px;
    top: 4px;
    right: -15px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.pagination .list {
  padding: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-end;
}
.pagination .list a {
  display: flex;
  width: 37px;
  height: 37px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  font-family: PM;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 500px) {
  .pagination .list a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.pagination .list a:hover {
  border: 1px solid #FFE500;
}
.pagination .list a.colored {
  background-color: #FFE500;
}
.pagination .list a.colored span:before {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .pagination .list a.colored span:before {
    font-size: 10px;
  }
}
.pagination .list a.active {
  background-color: #FFE500;
  pointer-events: none;
  color: #000;
  font-family: PM;
}
.pagination .list > span {
  color: #fff;
  display: inline-block;
  padding: 0 5px 9px 5px;
}
@media (max-width: 500px) {
  .pagination .list > span {
    padding: 0 5px 5px 5px;
  }
}

.news-inside {
  position: relative;
  z-index: 1;
  padding: 20px 23px 35px 23px;
  background: linear-gradient(180deg, rgba(39, 19, 119, 0.42), rgba(34, 21, 82, 0.42) 15.21%, rgba(18, 0, 90, 0) 81.1%);
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 1100px) {
  .news-inside {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .news-inside {
    border-radius: 0;
  }
}
.news-inside .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .news-inside .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news-inside .title {
    font-size: 16px;
  }
}
.news-inside .self {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1460px) {
  .news-inside .self {
    flex-direction: column;
  }
}
.news-inside .self .left {
  width: calc(100% - 380px);
  padding-bottom: 50px;
}
@media (max-width: 1460px) {
  .news-inside .self .left {
    width: 100%;
  }
}
.news-inside .self .left .information-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin-top: -3px;
}
@media (max-width: 500px) {
  .news-inside .self .left .information-panel {
    flex-direction: column;
  }
}
.news-inside .self .left .information-panel .panel-left {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .news-inside .self .left .information-panel .panel-left {
    padding-bottom: 10px;
  }
}
.news-inside .self .left .information-panel .panel-left .countdown-view {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .news-inside .self .left .information-panel .panel-left .countdown-view {
    display: none;
  }
}
.news-inside .self .left .information-panel .panel-left .countdown-view:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #D9FF6D;
  left: 0;
  top: 0;
}
.news-inside .self .left .information-panel .panel-left .countdown-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
}
@media (max-width: 767px) {
  .news-inside .self .left .information-panel .panel-left .countdown-text {
    font-size: 12px;
    font-family: PR;
  }
}
.news-inside .self .left .information-panel .panel-right .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-inside .self .left .information-panel .panel-right .points button {
  height: 50px;
  border-radius: 4px;
  min-width: 150px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  margin-left: 10px;
  cursor: url("../images/not-svg/cursor.png"), auto;
}
@media (max-width: 1550px) {
  .news-inside .self .left .information-panel .panel-right .points button {
    min-width: 105px;
  }
}
@media (max-width: 767px) {
  .news-inside .self .left .information-panel .panel-right .points button {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.news-inside .self .left .information-panel .panel-right .points button span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
  display: block;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .news-inside .self .left .information-panel .panel-right .points button span.text {
    font-size: 12px;
  }
}
.news-inside .self .left .information-panel .panel-right .points button span:not(.text) {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PSM;
  color: #000;
}
@media (max-width: 767px) {
  .news-inside .self .left .information-panel .panel-right .points button span:not(.text) {
    height: 30px;
    font-size: 12px;
  }
}
.news-inside .self .left .information-panel .panel-right .points button.active span:not(.text) {
  background-color: #FFE500;
}
.news-inside .self .left .information-panel .panel-right .points button.focus span:not(.text) {
  background-color: #FFE500;
}
.news-inside .self .left .news-image {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.news-inside .self .left .news-image.radius {
  border-radius: 10px;
}
.news-inside .self .left .desc {
  color: #fff;
  font-family: PR;
  font-size: 16px;
  line-height: 1.6;
  margin: 25px 0;
}
@media (max-width: 1200px) {
  .news-inside .self .left .desc {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .news-inside .self .left .desc {
    font-size: 12px;
  }
}
.news-inside .self .left .share-panel {
  border-top: 1px solid #4E4E4E;
}
.news-inside .self .left .share-panel .title {
  padding-top: 20px;
}
@media (max-width: 600px) {
  .news-inside .self .left .share-panel .title {
    margin-bottom: 20px;
  }
}
.news-inside .self .left .share-panel .list {
  display: flex;
  align-items: center;
}
.news-inside .self .left .share-panel .list .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .news-inside .self .left .share-panel .list .button {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.news-inside .self .left .share-panel .list .button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.news-inside .self .left .share-panel .list .button:hover:after {
  left: 140%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-inside .self .left .share-panel .list .button.facebook {
  background-color: #0057FF;
}
.news-inside .self .left .share-panel .list .button.twitter {
  background-color: #1D9BF0;
}
.news-inside .self .left .share-panel .list .button.linkedin {
  background-color: #0A66C2;
}
.news-inside .self .left .share-panel .list .button.whatsapp {
  background-color: #3AD064;
}
.news-inside .self .left .share-panel .list .button.telegram {
  background-color: #039BE5;
}
.news-inside .self .left .share-panel .list .button span {
  font-size: 20px;
}
@media (max-width: 600px) {
  .news-inside .self .left .share-panel .list .button span {
    font-size: 16px;
  }
}
.news-inside .self .right {
  width: 350px;
}
@media (max-width: 1460px) {
  .news-inside .self .right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .news-inside .self .right {
    flex-direction: column;
  }
}
.news-inside .self .right .coupons {
  position: relative;
  padding: 20px 30px;
  background: #000;
  border-radius: 10px;
  width: 100%;
  max-height: 100%;
}
@media (max-width: 1460px) and (min-width: 768px) {
  .news-inside .self .right .coupons {
    width: calc(100% - 380px);
  }
}
@media (max-width: 700px) {
  .news-inside .self .right .coupons {
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 20px 30px 20px 20px;
  }
}
.news-inside .self .right .coupons .title {
  font-size: 16px;
  font-family: PM;
  color: #fff;
}
.news-inside .self .right .coupons .desc {
  font-size: 14px;
  font-family: PR;
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .news-inside .self .right .coupons .desc {
    font-size: 12px;
  }
}
.news-inside .self .right .coupons .list {
  width: calc(100% + 15px);
  padding-right: 15px;
  margin-top: 20px;
  max-height: calc(100vh - 520px);
  overflow: auto;
}
@media (max-width: 700px) {
  .news-inside .self .right .coupons .list {
    max-height: calc(100vh - 360px);
  }
}
.news-inside .self .right .coupons .list::-webkit-scrollbar {
  display: block;
  width: 4px;
  border-radius: 8px;
}
.news-inside .self .right .coupons .list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.17);
  margin-top: 0px;
  border-radius: 8px;
  margin-bottom: 0px;
}
.news-inside .self .right .coupons .list::-webkit-scrollbar-thumb {
  background-color: #DBFF00;
  border-radius: 8px;
}
.news-inside .self .right .coupons .list::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.news-inside .self .right .coupons .list::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
.news-inside .self .right .coupons .list .list-item {
  background: linear-gradient(to bottom, rgb(79, 79, 79), rgba(0, 0, 0, 0) 60%);
  border-radius: 4px;
  padding: 10px 15px;
  position: relative;
}
.news-inside .self .right .coupons .list .list-item:hover {
  background: linear-gradient(to bottom, rgb(79, 79, 79), rgba(0, 0, 0, 0) 180%);
}
.news-inside .self .right .coupons .list .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.news-inside .self .right .coupons .list .list-item .item-title {
  font-size: 14px;
  font-family: PR;
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.4;
  padding-right: 20px;
}
.news-inside .self .right .coupons .list .list-item .delete {
  position: absolute;
  right: 5px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-inside .self .right .coupons .list .list-item .delete:hover {
  transform: rotate(90deg);
}
.news-inside .self .right .coupons .list .list-item .iddia {
  height: 50px;
  border-radius: 4px;
  width: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  cursor: url("../images/not-svg/cursor.png"), auto;
}
@media (max-width: 767px) {
  .news-inside .self .right .coupons .list .list-item .iddia {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.news-inside .self .right .coupons .list .list-item .iddia span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
}
@media (max-width: 767px) {
  .news-inside .self .right .coupons .list .list-item .iddia span.text {
    font-size: 12px;
  }
}
.news-inside .self .right .coupons .list .list-item .iddia span:not(.text) {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #FFE500;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PSM;
  color: #000;
}
@media (max-width: 767px) {
  .news-inside .self .right .coupons .list .list-item .iddia span:not(.text) {
    height: 30px;
    font-size: 12px;
  }
}
.news-inside .self .right .coupons .list .list-item .iddia.active span:not(.text) {
  background-color: #FFE500;
}
.news-inside .self .right .coupons .input-part {
  position: relative;
  margin-top: 20px;
}
.news-inside .self .right .coupons .input-part input {
  height: 54px;
  border-radius: 4px;
  border: 1px solid #fff;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-family: PM;
  background: transparent;
  color: #fff;
}
.news-inside .self .right .coupons .input-part input:focus {
  border: 1px solid #FFE500;
}
.news-inside .self .right .coupons .input-part label {
  position: absolute;
  top: -5px;
  left: 17px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-family: PR;
}
.news-inside .self .right .coupons .total {
  text-align: right;
  font-family: PR;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
}
@media (max-width: 700px) {
  .news-inside .self .right .coupons .total {
    font-size: 14px;
  }
}
.news-inside .self .right .coupons .total span {
  font-family: PM;
}
.news-inside .self .right .coupons .submit {
  width: 100%;
  background: linear-gradient(135.68deg, #DBFF00 24.7%, #69D100 111.94%);
  border-radius: 4px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PR;
  font-size: 16px;
  color: #000;
  position: relative;
  overflow: hidden;
}
.news-inside .self .right .coupons .submit:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.news-inside .self .right .coupons .submit:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-inside .self .right .coupons .all-delete {
  text-align: center;
}
.news-inside .self .right .coupons .all-delete .all-delete-btn {
  color: #fff;
  font-family: PR;
  font-size: 16px;
  padding: 15px 0 10px 0;
}
@media (max-width: 700px) {
  .news-inside .self .right .coupons .all-delete .all-delete-btn {
    font-size: 14px;
  }
}
.news-inside .self .right .similiar-news {
  padding-top: 40px;
}
@media (max-width: 1460px) and (min-width: 768px) {
  .news-inside .self .right .similiar-news {
    padding-top: 0;
    width: 350px;
  }
}
.news-inside .self .right .similiar-news .title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item {
    height: auto;
    aspect-ratio: 25/30;
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .news-inside .self .right .similiar-news .news-list .news-item {
    width: 100%;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #000000 100%);
  }
}
.news-inside .self .right .similiar-news .news-list .news-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000000 100%);
  }
}
.news-inside .self .right .similiar-news .news-list .news-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1100px) {
  .news-inside .self .right .similiar-news .news-list .news-item img {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item img {
    height: auto;
    aspect-ratio: 25/30;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part {
  padding: 25px 22px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .top-part {
    padding: 20px 20px 20px 25px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-left {
  display: flex;
  align-items: center;
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-left .countdown-view {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-left .countdown-view {
    display: none;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-left .countdown-view:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #D9FF6D;
  left: 0;
  top: 0;
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-left .countdown-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-left .countdown-text {
    font-size: 12px;
    font-family: PR;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite {
  position: absolute;
  right: 20px;
  top: 20px;
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
  font-size: 24px;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:before {
    font-size: 18px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child {
  display: none;
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
  font-size: 26px;
  color: #F00000;
  position: relative;
  top: -2px;
  right: -1px;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
    font-size: 20px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:first-child {
  display: none;
}
.news-inside .self .right .similiar-news .news-list .news-item .top-part .top-part-right .add-to-favorite.added span:last-child {
  display: block;
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 22px 21px 25px;
  width: 100%;
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .news-item-title {
  font-size: 16px;
  font-family: PR;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 13px;
  display: block;
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .news-item-title:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .bottom-part .news-item-title {
    font-size: 14px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part > span {
  display: block;
  font-size: 14px;
  font-family: PM;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .bottom-part > span {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button {
  height: 50px;
  border-radius: 4px;
  width: calc(50% - 7.5px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  cursor: url("../images/not-svg/cursor.png"), auto;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button span.text {
    font-size: 12px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button span:not(.text) {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PSM;
  color: #000;
}
@media (max-width: 767px) {
  .news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button span:not(.text) {
    height: 30px;
    font-size: 12px;
  }
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button.active span:not(.text) {
  background-color: #FFE500;
}
.news-inside .self .right .similiar-news .news-list .news-item .bottom-part .points button.focus span:not(.text) {
  background-color: #FFE500;
}

.all-shops {
  position: relative;
  z-index: 1;
  padding: 20px 23px 35px 23px;
  background: linear-gradient(180deg, rgba(39, 19, 119, 0.42), rgba(34, 21, 82, 0.42) 15.21%, rgba(18, 0, 90, 0) 81.1%);
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 1100px) {
  .all-shops {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .all-shops {
    border-radius: 0;
  }
}
.all-shops .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .all-shops .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .all-shops .title {
    font-size: 16px;
  }
}
.all-shops .shop-list {
  display: flex;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .all-shops .shop-list {
    flex-wrap: wrap;
    margin: -10px;
  }
}
.all-shops .shop-list .shop-item {
  width: calc(33.3333333333% - 20px);
  border-radius: 20px;
  filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}
@media (max-width: 1450px) and (min-width: 1101px) {
  .all-shops .shop-list .shop-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1000px) {
  .all-shops .shop-list .shop-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 600px) {
  .all-shops .shop-list .shop-item {
    width: 100%;
  }
}
.all-shops .shop-list .shop-item .image img {
  width: 100%;
}
.all-shops .shop-list .shop-item .dia-button {
  background: linear-gradient(146.87deg, #ffb800 16.62%, #de0000 109.49%);
  border-radius: 4px;
  padding: 0px 15px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  width: fit-content;
  margin-left: 26px;
  margin-top: -27px;
}
.all-shops .shop-list .shop-item .dia-button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.all-shops .shop-list .shop-item .dia-button:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.all-shops .shop-list .shop-item .dia-button .text {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
.all-shops .shop-list .shop-item .bottom {
  background: #fff;
  margin-top: -27px;
  padding: 40px 20px 20px 20px;
}
.all-shops .shop-list .shop-item .bottom .shop-title {
  font-size: 16px;
  font-family: PSM;
  margin-bottom: 15px;
  line-height: 1.3;
}
.all-shops .shop-list .shop-item .bottom .desc {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  margin-bottom: 10px;
}
.all-shops .shop-list .shop-item .bottom .more {
  display: flex;
  align-items: center;
}
.all-shops .shop-list .shop-item .bottom .more span:first-child {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  display: block;
  margin-right: 10px;
}

.shop-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
@media (max-height: 700px) {
  .shop-modal {
    height: 100vh;
    overflow: auto;
  }
}
.shop-modal .close-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.shop-modal .self {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 50px));
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  min-width: 580px;
  display: flex;
  flex-direction: column;
}
@media (max-height: 700px) {
  .shop-modal .self {
    height: 100vh;
  }
}
@media (max-width: 800px) {
  .shop-modal .self {
    width: 100%;
    min-width: auto;
    padding: 20px;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
    height: 100%;
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .shop-modal .self {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    border-radius: 0;
    justify-content: space-between;
  }
}
.shop-modal .self.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.shop-modal .self .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -50px;
  top: -50px;
}
@media (max-height: 800px) {
  .shop-modal .self .close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 800px) and (min-width: 601px) {
  .shop-modal .self .close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 600px) {
  .shop-modal .self .close {
    top: 15px;
    right: 15px;
  }
}
.shop-modal .self .close .image {
  width: 40px;
}
@media (max-width: 991px) {
  .shop-modal .self .close .image {
    width: 33px;
  }
}
@media (min-width: 992px) {
  .shop-modal .self .close .dark {
    display: none;
  }
}
@media (max-width: 991px) {
  .shop-modal .self .close .dark {
    display: none;
  }
}
.shop-modal .self .close:hover {
  transform: rotate(90deg);
}
.shop-modal .self .image {
  width: 100%;
  margin-top: -1px;
}
.shop-modal .self .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/2;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 600px) {
  .shop-modal .self .image img {
    border-radius: 0;
  }
}
.shop-modal .self .middle {
  padding: 20px 20px 25px 40px;
  background: #fff;
  margin-top: -3px;
}
@media (max-width: 600px) {
  .shop-modal .self .middle {
    flex: 1;
    padding: 20px;
  }
}
.shop-modal .self .middle .content {
  height: 300px;
  overflow: auto;
  padding-right: 20px;
}
@media (max-height: 700px) {
  .shop-modal .self .middle .content {
    height: auto;
  }
}
@media (max-width: 600px) {
  .shop-modal .self .middle .content {
    height: 100%;
    padding-right: 0;
  }
}
.shop-modal .self .middle .content::-webkit-scrollbar {
  display: block;
  width: 4px;
  border-radius: 8px;
}
.shop-modal .self .middle .content::-webkit-scrollbar-track {
  background: #000;
  margin-top: 0px;
  border-radius: 8px;
  margin-bottom: 0px;
}
.shop-modal .self .middle .content::-webkit-scrollbar-thumb {
  background-color: #DBFF00;
  border-radius: 8px;
}
.shop-modal .self .middle .content::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.shop-modal .self .middle .content::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
.shop-modal .self .middle .content .modal-title {
  font-size: 22px;
  font-family: PM;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .shop-modal .self .middle .content .modal-title {
    font-size: 18px;
  }
}
.shop-modal .self .middle .content .desc {
  font-size: 14px;
  color: #000;
  font-family: PR;
  line-height: 1.5;
}
.shop-modal .self .middle .content .social {
  padding-top: 20px;
}
.shop-modal .self .middle .content .social .row:not(:last-child) {
  margin-bottom: 10px;
}
.shop-modal .self .middle .content .social .row a {
  display: flex;
  align-items: center;
}
.shop-modal .self .middle .content .social .row a span:not(.text):before {
  font-size: 20px;
}
.shop-modal .self .middle .content .social .row a img {
  width: 18px;
}
.shop-modal .self .middle .content .social .row a .text {
  font-size: 14px;
  font-family: PM;
  display: block;
  padding-left: 8px;
}
.shop-modal .self .middle .content .share-panel .title {
  padding-top: 20px;
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .shop-modal .self .middle .content .share-panel .title {
    margin-bottom: 20px;
  }
}
.shop-modal .self .middle .content .share-panel .list {
  display: flex;
  align-items: center;
}
.shop-modal .self .middle .content .share-panel .list .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.shop-modal .self .middle .content .share-panel .list .button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.shop-modal .self .middle .content .share-panel .list .button:hover:after {
  left: 140%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.shop-modal .self .middle .content .share-panel .list .button.facebook {
  background-color: #0057FF;
}
.shop-modal .self .middle .content .share-panel .list .button.twitter {
  background-color: #1D9BF0;
}
.shop-modal .self .middle .content .share-panel .list .button.linkedin {
  background-color: #0A66C2;
}
.shop-modal .self .middle .content .share-panel .list .button.whatsapp {
  background-color: #3AD064;
}
.shop-modal .self .middle .content .share-panel .list .button.telegram {
  background-color: #039BE5;
}
.shop-modal .self .middle .content .share-panel .list .button span {
  font-size: 16px;
}
.shop-modal .self .bottom {
  background: #000;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 10px 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .shop-modal .self .bottom {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .shop-modal .self .bottom {
    flex-direction: column;
    justify-content: center;
  }
}
.shop-modal .self .bottom .bottom-left {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.shop-modal .self .bottom .bottom-left .text {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
.shop-modal .self .bottom .bottom-left .count {
  height: 38px;
  background: #2B2B2B;
  color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  border-radius: 3px;
  font-size: 14px;
}
.shop-modal .self .bottom .bottom-right {
  display: flex;
  align-items: center;
}
.shop-modal .self .bottom .bottom-right .dia-part {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.shop-modal .self .bottom .bottom-right .dia-part .text {
  color: #fff;
  font-size: 14px;
  font-family: PM;
  display: block;
  margin-left: 6px;
}
.profile-panel {
  position: relative;
  z-index: 1;
  padding: 20px 23px 35px 23px;
  background: linear-gradient(180deg, rgba(39, 19, 119, 0.42), rgba(34, 21, 82, 0.42) 15.21%, rgba(18, 0, 90, 0) 81.1%);
  border-radius: 20px;
  margin-bottom: 14px;
}
@media (max-width: 1100px) {
  .profile-panel {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .profile-panel {
    border-radius: 0;
  }
}
.profile-panel .title-panel {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.profile-panel .title-panel .name {
  font-size: 20px;
  line-height: 1.5;
  font-family: PR;
  color: #fff;
  margin-right: 50px;
  position: relative;
}
.profile-panel .title-panel .name:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .profile-panel .title-panel .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .profile-panel .title-panel .name {
    font-size: 16px;
  }
}
.profile-panel .title-panel .dia {
  display: flex;
  align-items: center;
}
.profile-panel .title-panel .dia .text {
  display: block;
  color: #fff;
  font-family: PR;
  margin-left: 7px;
  font-size: 14px;
}
.profile-panel .navigation-panel {
  display: flex;
  align-items: center;
  margin-left: -5px;
  flex-wrap: wrap;
}
.profile-panel .navigation-panel a {
  font-size: 14px;
  font-family: PR;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 10px 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.profile-panel .navigation-panel a:after {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  border-radius: 10px;
  background: #DBFF00;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  opacity: 0;
}
.profile-panel .navigation-panel a:not(:last-child) {
  margin-right: 20px;
}
.profile-panel .navigation-panel a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.profile-panel .navigation-panel a.active {
  pointer-events: none;
}
.profile-panel .navigation-panel a.active:after {
  opacity: 1;
}
.profile-panel .body {
  padding-top: 30px;
}
.profile-panel .body .profile-coupons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px;
}
.profile-panel .body .profile-coupons .item {
  display: flex;
  align-items: center;
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 19px 30px;
}
@media (max-width: 1500px) and (min-width: 1101px) {
  .profile-panel .body .profile-coupons .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1100px) {
  .profile-panel .body .profile-coupons .item {
    padding: 15px;
  }
}
@media (max-width: 850px) {
  .profile-panel .body .profile-coupons .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 650px) {
  .profile-panel .body .profile-coupons .item {
    width: 100%;
  }
}
.profile-panel .body .profile-coupons .item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 1100px) {
  .profile-panel .body .profile-coupons .item .icon {
    width: 50px;
    height: 50px;
  }
}
.profile-panel .body .profile-coupons .item .icon span:before {
  font-size: 22px;
}
.profile-panel .body .profile-coupons .item .texts {
  display: flex;
  flex-direction: column;
}
.profile-panel .body .profile-coupons .item .texts .count {
  font-size: 18px;
  font-family: PM;
  color: #000;
  margin-bottom: 7px;
}
.profile-panel .body .profile-coupons .item .texts .name {
  font-size: 14px;
  font-family: PR;
  color: #B5B5B5;
}
.profile-panel .body .profile-coupons .item:hover {
  opacity: 0.8;
}
.profile-panel .body .profile-coupons .item.success .icon {
  background-color: #D3FFCE;
}
.profile-panel .body .profile-coupons .item.fail .icon {
  background-color: #FFB4B9;
}
.profile-panel .body .profile-coupons .item.waiting .icon {
  background-color: #ECECEC;
}
.profile-panel .body .bonus-package-list {
  display: flex;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .profile-panel .body .bonus-package-list {
    flex-wrap: wrap;
    margin: -10px;
  }
}
.profile-panel .body .bonus-package-list .item {
  width: calc(33.3333333333% - 20px);
  border-radius: 20px;
  filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}
@media (max-width: 1450px) and (min-width: 1101px) {
  .profile-panel .body .bonus-package-list .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1000px) {
  .profile-panel .body .bonus-package-list .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 600px) {
  .profile-panel .body .bonus-package-list .item {
    width: 100%;
  }
}
.profile-panel .body .bonus-package-list .item .image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 26px;
  height: 190px;
}
@media (max-width: 600px) {
  .profile-panel .body .bonus-package-list .item .image {
    height: 150px;
  }
}
.profile-panel .body .bonus-package-list .item .image span {
  color: #fff;
  font-family: PSM;
  font-size: 20px;
  line-height: 1.3;
}
.profile-panel .body .bonus-package-list .item .image img {
  height: 100%;
}
@media (max-width: 600px) {
  .profile-panel .body .bonus-package-list .item .image img {
    height: 90%;
  }
}
.profile-panel .body .bonus-package-list .item .price {
  background: linear-gradient(146.87deg, #ffb800 16.62%, #de0000 109.49%);
  border-radius: 4px;
  padding: 0px 25px;
  height: 48px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  width: fit-content;
  margin-left: 26px;
  margin-top: -27px;
}
.profile-panel .body .bonus-package-list .item .price:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.profile-panel .body .bonus-package-list .item .price:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.profile-panel .body .bonus-package-list .item .price .text {
  font-size: 14px;
  font-family: PM;
  color: #fff;
}
.profile-panel .body .bonus-package-list .item .bottom {
  background: #fff;
  margin-top: -27px;
  padding: 40px 20px 20px 20px;
}
.profile-panel .body .bonus-package-list .item .bottom .shop-title {
  font-size: 16px;
  font-family: PSM;
  margin-bottom: 15px;
  line-height: 1.3;
}
.profile-panel .body .bonus-package-list .item .bottom .desc {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  margin-bottom: 10px;
  min-height: 42px;
}
.profile-panel .body .bonus-package-list .item .bottom .more {
  display: flex;
  align-items: center;
}
.profile-panel .body .bonus-package-list .item .bottom .more span:first-child {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  display: block;
  margin-right: 10px;
}
.profile-panel .body .bonus-package-list .item.holiday {
  background: linear-gradient(to right, #E86868, #BE2B2B);
}
.profile-panel .body .bonus-package-list .item.standard {
  background: linear-gradient(to right, #B9D34E, #95BA00);
}
.profile-panel .body .bonus-package-list .item.vip {
  background: linear-gradient(to right, #3B226E, #1C044D);
}
.profile-panel .body .send-iddia {
  background: #fff;
  border-radius: 20px;
  padding: 30px 60px 20px 60px;
}
@media (max-width: 600px) {
  .profile-panel .body .send-iddia {
    padding: 20px;
    border-radius: 10px;
  }
}
.profile-panel .body .send-iddia .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .profile-panel .body .send-iddia .title {
    font-size: 18px;
  }
}
.profile-panel .body .send-iddia .form {
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
}
.profile-panel .body .send-iddia .form .field {
  width: calc(50% - 20px);
  position: relative;
  margin: 10px 10px 30px 10px;
}
@media (max-width: 600px) {
  .profile-panel .body .send-iddia .form .field {
    width: 100%;
  }
}
.profile-panel .body .send-iddia .form .field input {
  height: 54px;
  border-radius: 4px;
  border: 1px solid #000;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-family: PM;
}
.profile-panel .body .send-iddia .form .field input:focus {
  border: 1px solid #0038FF;
}
.profile-panel .body .send-iddia .form .field label {
  position: absolute;
  top: -5px;
  left: 17px;
  background: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-family: PM;
}
.profile-panel .body .send-iddia .form .field .toggle-password {
  position: absolute;
  padding: 20px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-panel .body .send-iddia .form .field .toggle-password:hover {
  opacity: 0.7;
}
.profile-panel .body .send-iddia .form .field .toggle-password img {
  width: 20px;
}
.profile-panel .body .send-iddia .form .field .toggle-password img.hide {
  display: none;
}
.profile-panel .body .send-iddia .form .field-full {
  width: 100%;
  position: relative;
  margin: 10px 10px 30px 10px;
}
@media (max-width: 600px) {
  .profile-panel .body .send-iddia .form .field-full {
    width: 100%;
  }
}
.profile-panel .body .send-iddia .form .field-full textarea {
  height: 200px;
  border-radius: 4px;
  border: 1px solid #000;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-family: PM;
  resize: vertical;
}
.profile-panel .body .send-iddia .form .field-full textarea:focus {
  border: 1px solid #0038FF;
}
.profile-panel .body .send-iddia .form .field-full label {
  position: absolute;
  top: -5px;
  left: 17px;
  background: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-family: PM;
}
.profile-panel .body .send-iddia .form .field-full .toggle-password {
  position: absolute;
  padding: 20px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-panel .body .send-iddia .form .field-full .toggle-password:hover {
  opacity: 0.7;
}
.profile-panel .body .send-iddia .form .field-full .toggle-password img {
  width: 20px;
}
.profile-panel .body .send-iddia .form .field-full .toggle-password img.hide {
  display: none;
}
.profile-panel .body .send-iddia .form .submit-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: -10px 10px 20px 10px;
}
.profile-panel .body .send-iddia .form .submit-part button {
  padding: 0 50px;
  background-color: #DBFF00;
}
.profile-panel .body .invite-panel {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 40px 60px;
  display: flex;
}
@media (max-width: 600px) {
  .profile-panel .body .invite-panel {
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 1450px) {
  .profile-panel .body .invite-panel {
    flex-direction: column;
  }
}
.profile-panel .body .invite-panel .left {
  width: calc(100% - 350px);
  position: relative;
  padding-right: 50px;
}
@media (max-width: 1450px) {
  .profile-panel .body .invite-panel .left {
    width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .profile-panel .body .invite-panel .left {
    padding-right: 0;
  }
}
.profile-panel .body .invite-panel .left:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(218, 218, 218, 0.35);
}
@media (max-width: 1450px) {
  .profile-panel .body .invite-panel .left:after {
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 100%;
    top: unset;
  }
}
.profile-panel .body .invite-panel .left img {
  width: 350px;
  margin-left: -65px;
}
.profile-panel .body .invite-panel .left .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .profile-panel .body .invite-panel .left .title {
    font-size: 18px;
  }
}
.profile-panel .body .invite-panel .left .form {
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
}
.profile-panel .body .invite-panel .left .form .field {
  width: 100%;
  position: relative;
  margin: 10px 10px 30px 10px;
}
@media (max-width: 600px) {
  .profile-panel .body .invite-panel .left .form .field {
    width: 100%;
  }
}
.profile-panel .body .invite-panel .left .form .field input {
  height: 54px;
  border-radius: 4px;
  border: 1px solid #000;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-family: PM;
  background: #fff !important;
}
.profile-panel .body .invite-panel .left .form .field input:focus {
  border: 1px solid #0038FF;
}
.profile-panel .body .invite-panel .left .form .field label {
  position: absolute;
  top: -5px;
  left: 17px;
  background: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-family: PM;
}
.profile-panel .body .invite-panel .left .form .field button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 10px;
}
.profile-panel .body .invite-panel .left .form .field button span:before {
  font-size: 20px;
}
.profile-panel .body .invite-panel .left .form .field button:hover span {
  opacity: 0.6;
}
.profile-panel .body .invite-panel .left p {
  font-size: 14px;
  font-family: PM;
  line-height: 1.4;
}
.profile-panel .body .invite-panel .right {
  width: 350px;
  padding-left: 30px;
}
@media (max-width: 1450px) {
  .profile-panel .body .invite-panel .right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
.profile-panel .body .invite-panel .right p {
  font-size: 16px;
  font-family: PM;
  margin-bottom: 20px;
}
.profile-panel .body .invite-panel .right .list {
  max-height: 400px;
  overflow: auto;
  padding-right: 30px;
}
.profile-panel .body .invite-panel .right .list::-webkit-scrollbar {
  display: block;
  width: 4px;
  border-radius: 8px;
}
.profile-panel .body .invite-panel .right .list::-webkit-scrollbar-track {
  background: #000;
  margin-top: 0px;
  border-radius: 8px;
  margin-bottom: 0px;
}
.profile-panel .body .invite-panel .right .list::-webkit-scrollbar-thumb {
  background-color: #DBFF00;
  border-radius: 8px;
}
.profile-panel .body .invite-panel .right .list::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.profile-panel .body .invite-panel .right .list::-webkit-scrollbar-track-piece:start {
  background: transparent;
}
.profile-panel .body .invite-panel .right .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-panel .body .invite-panel .right .list .item:not(:last-child) {
  margin-bottom: 10px;
}
.profile-panel .body .invite-panel .right .list .item .item-left {
  display: flex;
  align-items: center;
}
.profile-panel .body .invite-panel .right .list .item .item-left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.profile-panel .body .invite-panel .right .list .item .item-left p {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 0;
}
.profile-panel .body .invite-panel .right .list .item .item-right {
  display: flex;
  align-items: center;
}
.profile-panel .body .invite-panel .right .list .item .item-right span {
  font-size: 14px;
  font-family: PR;
  color: #C8C8C8;
  display: block;
  margin-right: 10px;
}
.profile-panel .body .settings-panel {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
}
@media (max-width: 600px) {
  .profile-panel .body .settings-panel {
    padding: 20px 10px;
  }
}
.profile-panel .body .settings-panel .form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1400px) {
  .profile-panel .body .settings-panel .form {
    align-items: center;
    justify-content: center;
  }
}
.profile-panel .body .settings-panel .form .left-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1400px) {
  .profile-panel .body .settings-panel .form .left-panel {
    padding-bottom: 20px;
  }
}
.profile-panel .body .settings-panel .form .left-panel .upload {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(164, 164, 164, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.profile-panel .body .settings-panel .form .left-panel .upload:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.profile-panel .body .settings-panel .form .left-panel .upload span:before {
  font-size: 30px;
}
.profile-panel .body .settings-panel .form .left-panel .delete {
  background-color: #F15700;
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 15px;
  width: 100%;
  justify-content: center;
}
.profile-panel .body .settings-panel .form .left-panel .delete .text {
  color: #fff;
  font-family: PR;
  display: block;
  margin-left: 5px;
}
.profile-panel .body .settings-panel .form .left-panel .delete span:not(.text) {
  font-size: 16px;
}
.profile-panel .body .settings-panel .form .left-panel .edit {
  background-color: #0066FF;
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 15px;
}
.profile-panel .body .settings-panel .form .left-panel .edit .text {
  color: #fff;
  font-family: PR;
  display: block;
  margin-left: 5px;
}
.profile-panel .body .settings-panel .form .left-panel .edit span:not(.text) {
  font-size: 16px;
}
.profile-panel .body .settings-panel .form .left-panel .edit span:not(.text):before {
  color: #fff;
}
.profile-panel .body .settings-panel .form .right-panel {
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
  padding-left: 30px;
  flex: 1;
}
@media (max-width: 1400px) {
  .profile-panel .body .settings-panel .form .right-panel {
    width: 100%;
    flex: none;
    padding-left: 0;
  }
}
.profile-panel .body .settings-panel .form .right-panel .field {
  width: calc(33.3333333333% - 20px);
  position: relative;
  margin: 10px 10px 30px 10px;
  height: 54px;
}
@media (max-width: 1500px) {
  .profile-panel .body .settings-panel .form .right-panel .field {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .profile-panel .body .settings-panel .form .right-panel .field {
    width: 100%;
  }
}
.profile-panel .body .settings-panel .form .right-panel .field input {
  height: 54px;
  border-radius: 4px;
  border: 1px solid #000;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-family: PM;
}
.profile-panel .body .settings-panel .form .right-panel .field input:focus {
  border: 1px solid #0038FF;
}
.profile-panel .body .settings-panel .form .right-panel .field label {
  position: absolute;
  top: -5px;
  left: 17px;
  background: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-family: PM;
}
.profile-panel .body .settings-panel .form .right-panel .field .toggle-password {
  position: absolute;
  padding: 20px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-panel .body .settings-panel .form .right-panel .field .toggle-password:hover {
  opacity: 0.7;
}
.profile-panel .body .settings-panel .form .right-panel .field .toggle-password img {
  width: 20px;
}
.profile-panel .body .settings-panel .form .right-panel .field .toggle-password img.hide {
  display: none;
}
.profile-panel .body .settings-panel .form .right-panel .radio-fields {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(33.3333333333% - 20px);
  margin: 10px 10px 30px 10px;
}
@media (max-width: 1500px) {
  .profile-panel .body .settings-panel .form .right-panel .radio-fields {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .profile-panel .body .settings-panel .form .right-panel .radio-fields {
    width: 100%;
    margin-bottom: 30px;
  }
}
.profile-panel .body .settings-panel .form .right-panel .radio-fields .radio-field {
  width: calc(50% - 7px);
}
.profile-panel .body .settings-panel .form .right-panel .radio-fields .radio-field input {
  display: none;
}
.profile-panel .body .settings-panel .form .right-panel .radio-fields .radio-field label {
  background: #F1FFA3;
  border: 1px solid #F1FFA3;
  width: 100%;
  height: 54px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-family: PM;
  cursor: pointer;
}
.profile-panel .body .settings-panel .form .right-panel .radio-fields .radio-field input:checked + label {
  background: #DBFF00;
  border: 1px solid rgb(200, 231, 20);
}
.profile-panel .body .settings-panel .form .right-panel button[type=submit] {
  width: calc(33.3333333333% - 20px);
  background-color: #DBFF00;
  justify-content: center;
  border: 1px solid #c8e707;
  margin: 10px 10px 30px 10px;
}
@media (max-width: 1500px) {
  .profile-panel .body .settings-panel .form .right-panel button[type=submit] {
    width: calc(50% - 20px);
    margin-top: -10px;
  }
}
@media (max-width: 600px) {
  .profile-panel .body .settings-panel .form .right-panel button[type=submit] {
    width: 100%;
  }
}
.profile-panel .body .settings-panel .form .right-panel .success-text {
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: #DAFFE1;
  min-width: calc(33.3333333333% - 20px);
  border-radius: 4px;
  margin: -10px 10px 10px 10px;
}
@media (max-width: 1500px) {
  .profile-panel .body .settings-panel .form .right-panel .success-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .profile-panel .body .settings-panel .form .right-panel .success-text {
    width: 100%;
  }
}
.profile-panel .body .settings-panel .form .right-panel .success-text span:not(.text):before {
  font-size: 18px;
  color: #349D47;
}
.profile-panel .body .settings-panel .form .right-panel .success-text .text {
  font-size: 14px;
  color: #349D47;
  font-family: PR;
  display: block;
  margin-left: 10px;
  line-height: 1.3;
}
.profile-panel .body .favorites-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.profile-panel .body .favorites-list .news-item {
  width: calc(33.3333333333% - 15px);
  height: 400px;
  border-radius: 20px;
  filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.45));
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1450px) and (min-width: 1101px) {
  .profile-panel .body .favorites-list .news-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1000px) {
  .profile-panel .body .favorites-list .news-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .profile-panel .body .favorites-list .news-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item {
    height: auto;
    aspect-ratio: 25/30;
  }
}
.profile-panel .body .favorites-list .news-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, #000000 100%);
  }
}
.profile-panel .body .favorites-list .news-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.87%, #000000 100%);
  border-radius: 0px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #000000 100%);
  }
}
.profile-panel .body .favorites-list .news-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1100px) {
  .profile-panel .body .favorites-list .news-item img {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item img {
    height: auto;
    aspect-ratio: 25/30;
  }
}
.profile-panel .body .favorites-list .news-item .top-part {
  padding: 25px 22px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .top-part {
    padding: 20px 20px 20px 25px;
  }
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-left {
  display: flex;
  align-items: center;
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-left .countdown-view {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .top-part .top-part-left .countdown-view {
    display: none;
  }
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-left .countdown-view:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #D9FF6D;
  left: 0;
  top: 0;
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-left .countdown-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #fff;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .top-part .top-part-left .countdown-text {
    font-size: 12px;
    font-family: PR;
  }
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite {
  position: absolute;
  right: 20px;
  top: 20px;
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite span:before {
  font-size: 24px;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite span:before {
    font-size: 18px;
  }
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite span:last-child {
  display: none;
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
  font-size: 26px;
  color: #F00000;
  position: relative;
  top: -2px;
  right: -1px;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite span:last-child:before {
    font-size: 20px;
  }
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite.added span:first-child {
  display: none;
}
.profile-panel .body .favorites-list .news-item .top-part .top-part-right .add-to-favorite.added span:last-child {
  display: block;
}
.profile-panel .body .favorites-list .news-item .bottom-part {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 22px 21px 25px;
  width: 100%;
}
.profile-panel .body .favorites-list .news-item .bottom-part .news-item-title {
  font-size: 16px;
  font-family: PR;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 13px;
  display: block;
}
.profile-panel .body .favorites-list .news-item .bottom-part .news-item-title:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .bottom-part .news-item-title {
    font-size: 14px;
  }
}
.profile-panel .body .favorites-list .news-item .bottom-part > span {
  display: block;
  font-size: 14px;
  font-family: PM;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .bottom-part > span {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.profile-panel .body .favorites-list .news-item .bottom-part .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-panel .body .favorites-list .news-item .bottom-part .points button {
  height: 50px;
  border-radius: 4px;
  width: calc(50% - 7.5px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  cursor: url("../images/not-svg/cursor.png"), auto;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .bottom-part .points button {
    height: 40px;
    width: calc(50% - 5px);
    padding-left: 10px;
    padding-right: 7px;
  }
}
.profile-panel .body .favorites-list .news-item .bottom-part .points button span.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: PM;
  color: #000;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .bottom-part .points button span.text {
    font-size: 12px;
  }
}
.profile-panel .body .favorites-list .news-item .bottom-part .points button span:not(.text) {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-family: PSM;
  color: #000;
}
@media (max-width: 767px) {
  .profile-panel .body .favorites-list .news-item .bottom-part .points button span:not(.text) {
    height: 30px;
    font-size: 12px;
  }
}
.profile-panel .body .favorites-list .news-item .bottom-part .points button.active span:not(.text) {
  background-color: #FFE500;
}
.profile-panel .body .favorites-list .news-item .bottom-part .points button.focus span:not(.text) {
  background-color: #FFE500;
}

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .error {
    padding-top: 50px;
  }
}
.error img {
  width: 80%;
}
@media (max-width: 1100px) {
  .error img {
    width: 90%;
  }
}
.error .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.error .texts .title {
  font-size: 22px;
  font-family: PM;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .error .texts .title {
    font-size: 18px;
  }
}
.error .texts .desc {
  font-size: 16px;
  font-family: PR;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .error .texts .desc {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .error .texts img {
    width: 50%;
  }
}
.error .texts a {
  margin-top: 30px;
  background-color: #DBFF00;
}

.datepicker--nav-action svg {
  width: 8px;
}

.datepicker--cell.-current- {
  background: #e3ff45;
  color: #000;
}

@media (max-width: 600px) {
  .all-news .title {
    margin-bottom: 15px;
  }
}
.all-news .news-list {
  flex-wrap: wrap;
}
.all-news .news-list .news-item {
  margin-bottom: 25px;
}

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