@font-face {
  font-family: 'SFCompactRounded';
  src: url("../fonts/SFCompactRounded-Semibold.otf") format("truetype");
  src: url("../fonts/SFCompactRounded-Semibold.eot?") format("eot");
  src: url("../fonts/SFCompactRounded-Semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap; }

.catalog_list a.link-stocks {
  font-weight: 600;
  font-size: 18px;
  color: #E23B46;
  display: inline-block;
  padding: 3px 12px;
  border: 1.5px solid #E23B46;
  border-radius: 4px;
  line-height: 18px; }

.catalog_list a.link-stocks.active, .catalog_list a.link-stocks:hover {
  background: #E23B46;
  color: #fff; }

.scroll-content .catalog_list {
  padding-top: 75px; }

.stocks-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

.stocks-grid-item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 50px; }

.stocks-grid-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.stocks-grid-img {
  width: 100%;
  margin-bottom: 22px;
  border-radius: 10px; }

.stocks-grid-img-wrap {
  width: 100%;
  padding-top: 71%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 10px; }

.stocks-grid-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 10px; }
  .stocks-grid-date p {
    display: inline-block;
    padding: 5px 6px;
    border-radius: 4px;
    background: #E23B46; }

.stocks-grid-name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #E23B46; }

.stocks-grid-desc {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  color: #2C2D37;
  margin-bottom: 23px; }

.stocks-grid-more {
  font-size: 14px;
  line-height: 17px;
  color: #16161E; }
  .stocks-grid-more p {
    display: inline-block;
    border-bottom: 1px solid #16161E; }

.more-stocks {
  text-align: center;
  width: 100%;
  margin-top: 20px; }

.stocks-banner-mobile {
  display: none; }

.stocks-banner-wrap {
  width: 100%;
  height: 450px;
  position: relative; }

.stocks-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50%;
  background-size: cover; }

.stocks-article-caption {
  font-weight: 500;
  font-size: 15px;
  line-height: 143.2%;
  color: #707179;
  margin-bottom: 12px; }

.stocks-article-date {
  font-weight: 500;
  font-size: 15px;
  line-height: 143.2%;
  color: #282828; }

.stocks-article-desc {
  margin-bottom: 25px; }
  .stocks-article-desc h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #c02021;
    margin-top: 25px;
    margin-bottom: 15px; }
  .stocks-article-desc ul {
    padding-left: 20px; }
    .stocks-article-desc ul li {
      color: #707179;
      font-size: 15px;
      line-height: 25px;
      position: relative;
      padding-left: 19px; }
      .stocks-article-desc ul li::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #c4c4c4;
        position: absolute;
        left: 0;
        top: 11px; }

.stocks-article-info {
  font-size: 15px;
  line-height: 143.2%;
  color: #707179; }
  .stocks-article-info span {
    color: #282828; }

.loyalty-caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2C2D37;
  margin-bottom: 35px; }

.loyalty-info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 143.2%;
  color: #282828;
  margin-bottom: 25px; }

.loyalty-info ul li {
  color: #707179;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  padding-left: 19px; }
  .loyalty-info ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c4c4c4;
    position: absolute;
    left: 0;
    top: 11px; }
.loyalty-info a {
    color: #E23B46;
}

.loyalty-conditions-desc {
  width: 50%;
  position: relative;
  padding-left: 60px; }
  .loyalty-conditions-desc::before {
    content: attr(data-step);
    position: absolute;
    left: 20px;
    top: -25px;
    font-weight: 500;
    font-size: 128px;
    color: rgba(238, 238, 239, 0.5); }

.loyalty-conditions-name {
  font-size: 25px;
  line-height: 36px;
  color: #282828;
  margin-bottom: 10px;
  position: relative;
  z-index: 2; }
  .loyalty-conditions-name span {
    font-weight: 500;
    color: #E23B46; }
  .loyalty-conditions-name strong {
    font-weight: 500; }

.loyalty-conditions-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 23px;
  color: #707179; }
  .loyalty-conditions-text span {
    color: #E23B46; }

.loyalty-conditions-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

.loyalty-conditions-img-wrap {
  width: 50%; }

.loyalty-conditions {
  margin-bottom: 110px; }

.stocks-section .card_bg {
  top: auto;
  bottom: -75px;
  width: 880px;
  height: 1050px; }

.loyalty-conditions-img img {
  display: block;
  width: 100%; }

.loyalty-conditions-one .loyalty-conditions-img {
  width: 376px; }

.loyalty-conditions-two .loyalty-conditions-img {
  width: 403px; }

.loyalty-conditions-three .loyalty-conditions-img {
  width: 397px; }

.loyalty-conditions-four .loyalty-conditions-img {
  width: 415px; }

.loyalty-tel {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2C2D37; }
  .loyalty-tel a {
    color: #E23B46;
    text-decoration: underline; }

.stocks-article-content a {
  color: #e23b46;
  text-decoration: none;
}
.stocks-article-info p {
  margin: 5px 0;
}
.stocks-article-desc {
  font-size: 15px;
  line-height: 25px;
}
.stocks-article-desc p {
  margin: 5px 0;
}
.stocks-article-info b, .stocks-article-info strong {
  color: #282828;
  font-weight: 400;
}

/*@media screen and (max-width: 1409px) {*/
/*  .scroll-content .catalog_list {*/
/*    padding-top: 45px; } }*/

@media screen and (max-width: 899px) {
  .stocks-grid-date {
    font-size: 14px;
    line-height: 20px; }
    .stocks-grid-date p {
      padding: 3px 6px; }
  .stocks-grid-name {
    font-size: 20px;
    line-height: 26px; }
  .stocks-grid-img-wrap {
    padding-top: 65%; }
  .loyalty-caption {
    margin-bottom: 55px; }
  .stocks-section .card_bg {
    width: 700px;
    height: 830px; }
  .loyalty-conditions-step {
    margin-bottom: 70px; }
  .loyalty-conditions-one .loyalty-conditions-img {
    width: 300px; }
  .loyalty-conditions-two .loyalty-conditions-img {
    width: 320px; }
  .loyalty-conditions-three .loyalty-conditions-img {
    width: 335px; }
  .loyalty-conditions-four .loyalty-conditions-img {
    width: 336px; } }

@media screen and (max-width: 767px) {
  .stocks-grid-name {
    font-size: 18px;
    line-height: 24px; }
  .stocks-grid {
    margin-left: -15px;
    margin-right: -15px; }
  .stocks-grid-item {
    padding: 0 15px; }
  .stocks-banner-desktop {
    display: none; }
  .stocks-banner-mobile {
    display: block; }
  .stocks-banner-wrap {
    height: 370px; }
  .stocks-article-caption, .stocks-article-info, .stocks-article-date {
    font-size: 14px; }
  .stocks-article-desc h2 {
    font-size: 16px;
    line-height: 19px; }
  .stocks-article-desc ul li {
    font-size: 14px; }
  .stocks-article-desc ul li:before {
    top: 10px; }
  .stocks-article-desc ul {
    padding-left: 10px; }
  .loyalty-conditions-img-wrap {
    display: none; }
  .loyalty-conditions-desc {
    width: 100%;
    padding-left: 0; }
  .loyalty-conditions-step {
    margin-bottom: 60px; }
  .loyalty-conditions-desc::before {
    top: -16px;
    font-size: 64px;
    left: -20px; }
  .loyalty-conditions-name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
  .loyalty-conditions-text {
    font-size: 14px;
    line-height: 21px; }
  .loyalty-caption {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px; }
  .loyalty-conditions {
    margin-bottom: 0; }
  .loyalty-info p {
    font-size: 16px;
    margin-bottom: 10px; }
  .loyalty-info ul li {
    font-size: 14px; }
  .loyalty-info ul li::before {
    top: 10px; }
  body {
    padding-bottom: 398px; } }

@media screen and (max-width: 614px) {
  body {
    padding-bottom: 398px; } }

@media screen and (max-width: 613px) {
  body {
    padding-bottom: 429px; } }

@media screen and (max-width: 545px) {
  .stocks-grid {
    margin-left: 0;
    margin-right: 0; }
  .stocks-grid-item {
    padding: 0;
    width: 100%; }
  .stocks-banner-wrap {
    height: 280px; }
  .stocks-article-desc ul {
    padding-left: 0; }
  .loyalty-conditions-desc::before {
    top: -12px;
    font-size: 45px;
    left: -14px; }
  .loyalty-conditions-name {
    font-size: 18px;
    line-height: 22px; }
  .loyalty-conditions-step:nth-child(odd) .loyalty-conditions-desc {
    padding-left: 0; }
  .loyalty-conditions-step:nth-child(even) .loyalty-conditions-desc {
    padding-left: 0; }
  .loyalty-conditions-step:nth-child(even) .loyalty-conditions-desc::before {
    left: -14px; }
  .loyalty-conditions-step {
    margin-bottom: 35px; }
  .loyalty-conditions {
    margin-bottom: 50px; }
  body {
    padding-bottom: 609px; } }

@media screen and (max-width: 414px) {
  body {
    padding-bottom: 640px; } }

@media screen and (max-width: 338px) {
  body {
    padding-bottom: 671px; } }

@media screen and (max-width: 321px) {
  body {
    padding-bottom: 702px; } }

.preloader_progress {
  width: 170px;
  height: 3px;
  display: flex;
  transform: translateZ(0); }

.preloader_progress div {
  flex: 1;
  background: #C20D19;
  -webkit-animation: go 0.8s infinite alternate ease;
  animation: go 0.8s infinite alternate ease;
  box-shadow: 0 0 20px #C20D19; }

@-webkit-keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent; } }

@keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent; } }

.preloader_progress div:nth-child(1) {
  -webkit-animation-delay: -0.72s;
  animation-delay: -0.72s; }

.preloader_progress div:nth-child(2) {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s; }

.preloader_progress div:nth-child(3) {
  -webkit-animation-delay: -0.56s;
  animation-delay: -0.56s; }

.preloader_progress div:nth-child(4) {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s; }

.preloader_progress div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.preloader_progress div:nth-child(6) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.preloader_progress div:nth-child(7) {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s; }

.preloader_progress div:nth-child(8) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.preloader_progress div:nth-child(9) {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s; }

.order_change_from_money{
  flex-direction: column;
}