@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.buttons-list.clear {
  font-size: 0;
  margin: 0 -8px; }
  .buttons-list.clear .item {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    width: 184px;
    max-width: 100%; }
  .buttons-list.clear.spaced-bottom {
    margin-bottom: 20px; }

.btn {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
  line-height: 28px;
  border-radius: 24px;
  padding: 5px 15px;
  height: 40px;
  background: #ff9100;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border: none;
  font-weight: 600;
  text-align: center;
  transition: .2s;
  text-decoration: none;
  border: none;
  max-width: 100%;
  white-space: nowrap;
  cursor: pointer; }
  .btn .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px; }
    .btn .icon.large-icon {
      font-size: 22px; }
    .btn .icon.small-icon {
      font-size: 16px; }
    .btn .icon.show-xs {
      display: none; }
  .btn .middle-icon:before {
    position: relative;
    top: 2px;
    right: 2px; }
  .btn .top-icon:before {
    position: relative;
    top: 2px; }
  .btn .left-icon {
    margin-right: 10px; }
  .btn .right-icon {
    margin-left: 10px; }
  .btn > span.primary {
    color: #ff9100; }
  .btn:hover {
    box-shadow: 0 4px 8px rgba(255, 145, 0, 0.3);
    color: #fff; }
  .btn:focus {
    color: #fff; }
  .btn:active {
    background: #cc7400;
    box-shadow: none;
    color: #fff; }
  .btn .like-icon {
    position: absolute;
    font-size: 125%;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto; }
    .btn .like-icon:before {
      top: 0; }

.btn.border-square {
  border-radius: 4px; }

.btn.btn-link {
  color: #fff;
  background: transparent;
  box-shadow: none; }
  .btn.btn-link.primary {
    color: #ff9100; }
    .btn.btn-link.primary:hover {
      color: #cc7400; }
  .btn.btn-link.danger {
    color: #ff4700; }
    .btn.btn-link.danger:hover {
      color: #cc3900; }
  .btn.btn-link.success {
    color: #2DB72D; }
    .btn.btn-link.success:hover {
      color: #238e23; }

.btn.btn-regular {
  font-size: 14px;
  font-weight: 400; }

.btn.btn-hidden:not(.active) {
  display: none; }

.btn.btn-default {
  color: #ecedef;
  background: #999; }
  .btn.btn-default:hover {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2); }
  .btn.btn-default:active {
    background: #666666;
    box-shadow: none; }
  .btn.btn-default.dark {
    color: #000; }
  .btn.btn-default.inverse {
    color: #999;
    background: #ecedef; }

.btn.btn-rectangle {
  border-radius: 0; }

.btn.btn-error {
  background: #ff4700;
  color: #fff;
  padding: 4px 15px 5px; }
  .btn.btn-error:hover {
    box-shadow: 0 4px 8px rgba(255, 71, 0, 0.3);
    color: #fff; }
  .btn.btn-error:active {
    background: #ff9166;
    box-shadow: none;
    color: #fff; }

.btn.btn-success {
  background: #2DB72D;
  color: #fff;
  padding: 4px 15px 5px; }
  .btn.btn-success:hover {
    box-shadow: 0 4px 8px rgba(0, 255, 68, 0.2);
    color: #fff; }
  .btn.btn-success:active {
    background: #6fdb6f;
    box-shadow: none;
    color: #fff; }

.btn.btn-disabled {
  opacity: .3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn-small {
  font-size: 14px;
  height: 26px;
  line-height: 17px; }

.btn.btn-minwidth {
  min-width: 120px; }

.btn.btn-block {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%; }

.btn.btn-paddless {
  padding-left: 0;
  padding-right: 0; }

.btn.btn-transparent {
  font-size: 14px;
  color: #ff9100;
  background: transparent;
  border: 1px solid #ff9100; }
  .btn.btn-transparent:hover, .btn.btn-transparent.active {
    box-shadow: 0 4px 8px rgba(255, 145, 0, 0.4); }
  .btn.btn-transparent.no-border {
    border: none;
    box-shadow: none; }
    .btn.btn-transparent.no-border:hover {
      color: #fff;
      background: transparent; }
  .btn.btn-transparent.btn-default {
    color: #999;
    border-color: #999;
    font-size: 16px; }
    .btn.btn-transparent.btn-default:hover, .btn.btn-transparent.btn-default.active, .btn.btn-transparent.btn-default.clicked {
      color: #999;
      background: transparent; }
    .btn.btn-transparent.btn-default:hover {
      box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2); }
  .btn.btn-transparent.btn-success {
    color: #2DB72D;
    border-color: #2DB72D;
    font-size: 16px; }
    .btn.btn-transparent.btn-success:hover, .btn.btn-transparent.btn-success.active, .btn.btn-transparent.btn-success.clicked {
      color: #2DB72D;
      background: transparent; }
    .btn.btn-transparent.btn-success:hover {
      box-shadow: 0 4px 8px rgba(45, 183, 45, 0.4); }
  .btn.btn-transparent.btn-warning {
    color: #ffd600;
    border-color: #ffd600;
    font-size: 16px;
    background: transparent; }
    .btn.btn-transparent.btn-warning:hover, .btn.btn-transparent.btn-warning.active, .btn.btn-transparent.btn-warning.clicked {
      color: #ffd600;
      background: transparent; }
    .btn.btn-transparent.btn-warning:hover {
      box-shadow: 0 4px 8px rgba(255, 214, 0, 0.4); }
  .btn.btn-transparent.btn-error {
    color: #ff4700;
    border-color: #ff4700;
    font-size: 16px;
    background: transparent; }
    .btn.btn-transparent.btn-error:hover, .btn.btn-transparent.btn-error.active, .btn.btn-transparent.btn-error.clicked {
      color: #ff4700;
      background: transparent; }
    .btn.btn-transparent.btn-error:hover {
      box-shadow: 0 4px 8px rgba(255, 71, 0, 0.4); }
  .btn.btn-transparent .show-click {
    display: none; }
  .btn.btn-transparent .hide-click {
    display: inline-block; }
  .btn.btn-transparent.clicked {
    background-color: transparent;
    color: #ff9100; }
    .btn.btn-transparent.clicked .hide-click {
      display: none; }
    .btn.btn-transparent.clicked .show-click {
      display: inline-block; }

.btn.follow-btn {
  font-size: 0;
  width: 80px;
  white-space: nowrap;
  box-shadow: none; }
  .btn.follow-btn .follow-icon {
    width: 15px;
    display: inline-block;
    vertical-align: middle; }
  .btn.follow-btn .text {
    width: 60px;
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
  .btn.follow-btn:hover {
    box-shadow: none; }

.btn.btn-slight {
  width: 17px;
  height: 17px;
  border: 1px solid #646565;
  padding: 0;
  background-color: #000;
  color: #ff9100;
  line-height: 17px;
  box-shadow: none;
  font-size: 9px; }
  .btn.btn-slight:hover {
    border-color: #fff; }

.btn.btn-round {
  width: 34px;
  height: 34px;
  padding: 0; }
  .btn.btn-round .full-icon {
    font-size: 33px; }
    .btn.btn-round .full-icon:before {
      position: relative;
      top: 2px; }

.btn.btn-warning {
  background-color: #ffd600;
  color: #000; }
  .btn.btn-warning:hover {
    box-shadow: 0 4px 8px rgba(255, 214, 0, 0.3); }
  .btn.btn-warning:active {
    background: #ffde33;
    box-shadow: none; }
  .btn.btn-warning.glow-button:hover {
    box-shadow: 0 5px 9px rgba(255, 214, 0, 0.4); }

.btn.btn-warning-inverse {
  background-color: #000;
  color: #ffd600; }
  .btn.btn-warning-inverse:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }
  .btn.btn-warning-inverse:active {
    background: #1a1a1a;
    box-shadow: none; }

.invisible-btn.btn {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none; }

.btn.btn-dark {
  background-color: #313131;
  color: #ff9100;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  height: 48px;
  padding: 10px 49px; }
  .btn.btn-dark:hover {
    box-shadow: 0 4px 8px #131313; }
  .btn.btn-dark:active {
    background: #1a1a1a;
    box-shadow: none; }

.btn.large-btn {
  height: 56px;
  border-radius: 100px;
  padding: 12px 15px 14px;
  overflow: visible; }
  .btn.large-btn.divided {
    font-size: 0; }
  .btn.large-btn.single {
    text-align: center; }
  .btn.large-btn .left-side,
  .btn.large-btn .right-side {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
    width: 50%;
    line-height: 1; }
  .btn.large-btn .right-side {
    border-left: 1px solid #fff;
    color: #fff; }
  .btn.large-btn .center-side {
    display: inline-block;
    line-height: 1; }
  .btn.large-btn .text {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle; }
    .btn.large-btn .text.bold, .btn.large-btn .text.currency {
      font-weight: 900; }
  .btn.large-btn .image-icon {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px; }
    .btn.large-btn .image-icon.left-icon {
      margin-left: 5px; }
    .btn.large-btn .image-icon.right-icon {
      margin-right: 5px; }
  .btn.large-btn .currency sup {
    font-weight: 400;
    border-bottom: 1px solid;
    font-size: 60%; }
  .btn.large-btn.smaller-size {
    height: 48px;
    padding: 9px 10px 11px; }
    .btn.large-btn.smaller-size .text {
      font-size: 16px;
      letter-spacing: 0.2px; }
    .btn.large-btn.smaller-size .image-icon {
      height: 20px;
      width: 20px; }
      .btn.large-btn.smaller-size .image-icon.left-icon {
        margin-left: 3px; }
      .btn.large-btn.smaller-size .image-icon.right-icon {
        margin-right: 3px; }

@media (max-width: 1620px) {
  .btn.large-btn .left-side,
  .btn.large-btn .right-side {
    padding: 0 5px; }
  .btn.large-btn .text {
    font-size: 20px;
    letter-spacing: 2px; }
  .btn.large-btn .image-icon {
    height: 26px;
    width: 26px; }
  .btn.large-btn.smaller-size .text {
    font-size: 14px; }
  .btn.large-btn.smaller-size .image-icon {
    height: 18px;
    width: 18px; }
    .btn.large-btn.smaller-size .image-icon.left-icon {
      margin-left: 2px; }
    .btn.large-btn.smaller-size .image-icon.right-icon {
      margin-right: 2px; } }

@media (max-width: 1420px) {
  .btn.large-btn .left-side,
  .btn.large-btn .right-side {
    padding: 0 3px; }
  .btn.large-btn .text {
    font-size: 18px;
    letter-spacing: 1.6px; }
  .btn.large-btn .image-icon {
    height: 24px;
    width: 24px; } }

@media (max-width: 1350px) {
  .btn.large-btn .image-icon {
    display: none; } }

@media (max-width: 1199px) {
  .btn .md-hidden {
    display: none; }
  .btn.large-btn .image-icon {
    height: 22px;
    width: 22px;
    display: inline-block; } }

@media (max-width: 993px) {
  .btn.large-btn {
    height: 48px;
    padding: 10px;
    line-height: 0.5; }
    .btn.large-btn .text {
      font-size: 16px;
      letter-spacing: 0.2px; }
    .btn.large-btn .image-icon {
      height: 20px;
      width: 20px; }
      .btn.large-btn .image-icon.left-icon {
        margin-left: 3px; }
      .btn.large-btn .image-icon.right-icon {
        margin-right: 3px; }
    .btn.large-btn .center-side {
      font-size: 0; }
    .btn.large-btn.smaller-size .text {
      font-size: 16px; }
    .btn.large-btn.smaller-size .image-icon {
      height: 20px;
      width: 20px; }
      .btn.large-btn.smaller-size .image-icon.left-icon {
        margin-left: 3px; }
      .btn.large-btn.smaller-size .image-icon.right-icon {
        margin-right: 3px; }
  .btn.large-btn.smaller-size {
    line-height: 1; } }

@media (max-width: 768px) {
  .btn .icon.show-xs {
    display: inline-block; }
  .btn.block-xs {
    display: block; } }

@media (max-width: 480px) {
  .btn .ms-hidden {
    display: none; }
  .buttons-list .item {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .buttons-list .item:last-child {
      margin-bottom: 0; } }

@media (max-width: 1024px) {
  .btn .like-icon {
    position: static;
    font-size: 125%;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: auto;
    margin-bottom: 2px; } }

@media (max-width: 370px) {
  .btn.large-btn .image-icon {
    display: none; } }
