

 .quotes-wrap {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1px;
  max-width: 550px;
  min-width: 580px;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .quotes-wrap {
    margin: 0 auto;
  }
}

 .quote-widget {
  width: 268px;
  height: 162px;
  font-size: 12px;
  margin: 1px;
  background: #fff;
  display: inline-block;
  position: relative;
  cursor: default;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  margin: 7px;
}

 .quote-widget::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.6) 50%, transparent 65%, transparent 100%);
}

 .quote-widget.price-up .quote-widget__header-change {
  color: rgba(52, 232, 52, 0.5);
}

 .quote-widget.price-up .quote-widget__header-change::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url(../images/icons/increase.png);
  margin-right: 14px;
}

 .quote-widget.price-up .quote-widget__header-change::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  color: #34E834;
  font-size: 16px;
  right: 8px;
  top: 2px;
  position: absolute;
}

 .quote-widget.price-up .quote-widget__content {
  color: #34E834;
}

 .quote-widget.price-down .quote-widget__header-change {
  color: rgba(232, 76, 64, 0.5);
}

 .quote-widget.price-down .quote-widget__header-change::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url(../images/icons/decrease.png);
  margin-right: 14px;
}

 .quote-widget.price-down .quote-widget__header-change::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  color: #e84c40;
  font-size: 16px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  right: 8px;
  top: 2px;
  position: absolute;
}

 .quote-widget.price-down .quote-widget__content {
  color: #f65144;
}

 .quote-widget__header {
  background: #f7f7f7;
  height: 28px;
  display: flex;
  justify-content: space-between;
}

 .quote-widget__header-symbol {
  font-size: 14px;
  padding: 4px 8px;
  font-weight: 900;
}

 .quote-widget__header-change {
  font-size: 16px;
  padding: 2px 8px;
  padding-right: 30px;
  position: relative;
  font-weight: 500;
}

 .quote-widget__content {
  height: 61px;
  margin-top: 23px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.price-up  .quote-widget__content {
  color: #34E834;
}

.price-down  .quote-widget__content {
  color: #f65144;
}

 .quote-widget__content .quote-widget__content-bid {
  width: 49%;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 8px;
}

 .quote-widget__content .quote-widget__content-ask {
  width: 49%;
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 8px;
}

 .quote-widget__content-title {
  margin-top: 5px;
  font-weight: 900;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55) !important;
}

 .quote-widget__content-price {
  height: 44px;
  margin-top: -5px;
  position: relative;
  /* text-shadow: 0 0 12px; */
  font-weight: 300;
}

 .quote-widget__content-price .price-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
}

 .quote-widget__content-price .price-2 {
  position: absolute;
  left: 50px;
  top: -6px;
  font-size: 40px;
}

 .quote-widget__content-price .price-3 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
}

 .quote-widget.format-4-2 .quote-widget__content-price .price-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 22px;
}

 .quote-widget.format-4-2 .quote-widget__content-price .price-2 {
  position: absolute;
  left: 60px;
  top: -6px;
  font-size: 40px;
}

 .quote-widget.format-4-2 .quote-widget__content-price .price-3 {
  display: none;
}

 .quote-widget__footer {
  background: #f7f7f7;
  height: 34px;
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
}

 .quote-widget__footer-spread {
  width: 45%;
  background: #a5a5a524;
  border-radius: 12px;
  padding: 2px 10px;
  position: relative;
}

 .quote-widget__footer-spread .spread-label {
  position: absolute;
  top: 3px;
  left: 15px;
}

 .quote-widget__footer-spread .spread-value {
  position: absolute;
  top: 1px;
  right: 16px;
  font-size: 14px;
  font-weight: 900;
}

 .quote-widget__footer-buttons {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
}

 .quote-widget__footer-buttons .f-btn {
  min-width: 40%;
  background: #8b8b8b24;
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}

 .quote-widget__footer-buttons .f-btn.buy {
  margin-right: 4px;
  background-color: #34E834;
}

 .quote-widget__footer-buttons .f-btn.buy a {
  color: #fff;
}

.quote-widget__footer-buttons .f-btn.sell {
  background-color: #e84c40;
}

 .quote-widget__footer-buttons .f-btn.sell a {
  color: #fff;
}


@media screen and (max-width: 960px) {
   .quotes-wrap {
      width: 278px;
      max-width: auto;
      min-width: auto;
  }
}

@media screen and (max-width: 768px) {
   .parts-container {
      flex-direction: column;
  }
   .page-header__part.left-part {
      margin: 0 auto;
  }
   .page-header__buttons {
      text-align: center;
  }
   .quotes-wrap {
      width: 550px;
      max-width: auto;
      min-width: auto;
      margin: 60px auto 0;
  }
   .widget-3,
   .widget-4 {
      display: inline-block;
  }
}

@media screen and (max-width: 600px) {
   .index-page .page-header__container {
      padding-top: 110px;
      text-align: center;
  }
   .page-header__part.left-part {
      margin: 0 auto;
  }
  .index-page #scroll-spy-for-pink-header {
      margin: 0;
  }
   .page-header__buttons {
      text-align: center;
      justify-content: center;
  }
   .page-header__line1 {
      font-size: 28px;
  }
   .page-header__line2 {
      font-size: 50px;
  }
   .page-header__line3 {
      font-size: 65px;
  }
   .quotes-wrap {
      width: 278px;
      max-width: auto;
      min-width: auto;
  }
}
