
@charset "UTF-8";
.lw-widget {
  --theme-color: #a40107;
  --icon-stroke: #fff200;
  --icon-bg: #9e0b0f;
  --header-bg: #a40107;
  --header-font: #ffffff;
  --background-color: #F9F9F9;
  --background-mat: #C9CCD2;
  --border-color: rgba(0,0,0,.06);
  --text-primary: #2F2E35;
  --text-secondary: #6d6c71;
}

.lw-widget,
.lw-widget *,
.lw-widget *:before,
.lw-widget *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lw-widget div, .lw-widget input, .lw-widget textarea, .lw-widget select, .lw-widget button,
.lw-widget h1, .lw-widget h2, .lw-widget h3, .lw-widget h4, .lw-widget h5, .lw-widget h6, .lw-widget a, .lw-widget span, .lw-widget a:focus {
  outline: none;
}

.lw-widget input[type="text"],
.lw-widget input[type="email"],
.lw-widget input[type="tel"],
.lw-widget textarea,
.lw-widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lw-widget input[type="submit"],
.lw-widget button {
  margin: 0;
  cursor: pointer;
}

.lw-widget input[type="submit"]::-moz-focus-inner,
.lw-widget button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.lw-widget textarea {
  overflow: auto;
}

.lw-widget a {
  text-decoration: none;
}

.lw-widget strong {
  font-weight: 600;
}

.lw-widget button *,
.lw-widget a * {
  pointer-events: none;
}

.lw-wrap {
  display: block;
  padding: 20px;
  color: #2F2E35;
}

.lw-wrap:hover {
  color: #2F2E35;
}

.lw-wrap_mw {
  max-width: 1244px;
  margin: 0 auto;
}

.lw-btn {
  display: inline-block;
  padding: 11px 20px;
  background: #ca2126;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 1.33333;
  -webkit-transition: background .2s, opacity .2s;
  transition: background .2s, opacity .2s;
}

.lw-btn:hover {
  opacity: .8;
  color: white;
}

.lw-btn:disabled {background: #ccc;}
.lw-btn:disabled:hover {background: #ccc !important;}


.lw-btn-answer {
  margin-right: 14px;
  font-size: 36px;
}

.lw-btn-text {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.lw-btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-btn_sm {
  padding: 11px 20px;
}

.lw-btn_sm.lw-btn_simple {
  padding: 12px 20px;
}

.lw-btn_md {
  padding: 13px 20px;
}

.lw-btn_wide {
  width: 100%;
}

.lw-btn_simple {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #6d6c71;
}

.lw-btn_simple:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #6d6c71;
  opacity: 1;
}

.lw-btn_black {
  background: black;
  color: white;
}

.lw-btn_white {
  background: white;
  opacity: .7;
  color: #ca2126;
}

.lw-btn_white:hover {
  opacity: 1;
  color: #ca2126;
}

.lw-btn_stroke {
  background: none;
  -webkit-box-shadow: 0 0 0 2px #ca2126 inset;
  box-shadow: 0 0 0 2px #ca2126 inset;
}

.lw-btn_color {
  font-weight: 600;
  color: #ca2126;
}

.lw-btn_color:hover {
  color: #ca2126;
}

.lw-btn_back {
  padding: 0;
  background: none;
  color: #2F2E35;
}

.lw-btn_back:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border: solid #2F2E35;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.lw-btn_back:hover {
  color: #2F2E35;
}

.lw-pic {
  display: block;
  max-width: 100%;
}

.lw-preview .lw-pic {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.lw-preview_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lw-preview_center .lw-pic {
  max-width: 140px;
}

.lw-preview_custom {
  padding-right: 30px;
}

.lw-preview_custom .lw-pic {
  border-radius: 6px;
}

.lw-center {
  text-align: center;
}

.lw-center .lw-radio {
  margin: 0 10px;
}

.lw-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #2F2E35;
  line-height: 1.20833;
}

.lw-title_sm {
  margin-bottom: 0;
  font-size: 20px;
}

.lw-title_xs {
  margin-bottom: 0;
  font-size: 15px;
	font-weight: 700;
}

.lw-title_md {
  font-size: 26px;
}

.lw-title_lg {
  font-size: 30px;
  line-height: 1.1;
}

.lw-title_thin {
  font-weight: 400;
}

.lw-title_uppercase {
  text-transform: uppercase;
}

.lw-title_color {
  color: #ca2126;
}

.lw-content {
  font-size: 18px;
  color: #6d6c71;
  line-height: 1.33333;
}

.lw-content p,
.lw-content figure {
  margin: 0;
}

.lw-content p + p,
.lw-content p + figure,
.lw-content figure + p,
.lw-content figure + figure {
  margin: 20px 0 0;
}

.lw-content img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.lw-content a {
  border-bottom: 1px solid #6d6c71;
  color: #2F2E35;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.lw-content a:hover {
  border-color: transparent;
}

.lw-content_sm {
  font-size: 14px;
}

.lw-content_md {
  font-size: 16px;
}

.lw-content_lg {
  font-size: 22px;
}

.lw-content_dark {
  color: #2F2E35;
}

.lw-content_dark a {
  color: #2F2E35;
}

.lw-category {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ca2126;
}

.lw-category:hover {
  color: #ca2126;
}

.lw-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lw-share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  border: none;
  -webkit-transition: background .2s;
  transition: background .2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lw-share-btn_facebook {
  background: #4F69A2;
}

.lw-share-btn_facebook:hover {
  background: #475e91;
}

.lw-share-btn_twitter {
  background: #66B4EF;
}

.lw-share-btn_twitter:hover {
  background: #4fa9ed;
}

.lw-share-btn_google {
  background: #E05546;
}

.lw-share-btn_google:hover {
  background: #dc4130;
}

.lw-share-btn_pinterest {
  background: #D1383F;
}

.lw-share-btn_pinterest:hover {
  background: #c32d34;
}

.lw-share-btn_email {
  background: #AAAAAA;
}

.lw-share-btn_email:hover {
  background: #9d9d9d;
}

.lw-share-btn i {
  font-size: 24px;
  color: white;
}

.lw-share-pic {
  max-width: 24px;
  max-height: 24px;
}

.lw-share_grid .lw-share-btn {
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.lw-share_grid .lw-share-btn i {
  font-size: 32px;
}

.lw-share_grid .lw-share-pic {
  max-width: 32px;
  max-height: 32px;
}

.lw-share_vert {
  width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lw-tools {
  position: relative;
}

.lw-tools-btn {
  display: block;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  border: none;
  color: #546E7A;
}

.lw-tools-btn.lw-active {
  background: #ca2126;
  color: white;
}

.lw-tools-icon {
  font-size: 24px;
}

.lw-tools-title {
  display: block;
  font-size: 12px;
  line-height: 1.66667;
}

.lw-tools-dropdown {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
}

.lw-tools-btn + .lw-tools-group {
  margin-top: 10px;
}

.lw-tools-group {
  border-radius: 6px;
  background: white;
  -webkit-box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px 0 rgba(60, 70, 80, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.lw-tools-group .lw-tools-btn {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lw-tools-group .lw-tools-btn:first-child {
  border-radius: 6px 6px 0 0;
}

.lw-tools-group .lw-tools-btn:last-child {
  border-radius: 0 0 6px 6px;
}

.lw-tools-group .lw-tools-btn:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.lw-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 5px;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 10;
}

.lw-close i {
  font-size: 18px;
}

.lw-close_white {
  color: white;
}

.lw-close_lg {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.lw-close_lg i {
  font-size: 24px;
}

.lw-close_circle {
  top: -10px;
  right: -10px;
  width: 34px;
  height: 34px;
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  border-radius: 50%;
  opacity: 1;
}

.lw-close_inside {
  top: 10px;
  right: 10px;
}

.lw-close.lw-visible {
  opacity: .7;
}

.lw-close.lw-visible:hover {
  opacity: 1;
}

.lw-ripple {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-animation: lw-ripple .5s ease-out forwards;
  animation: lw-ripple .5s ease-out forwards;
  pointer-events: none;
}

[data-lw-ripple] {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1;
}

@-webkit-keyframes lw-ripple {
  0 {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes lw-ripple {
  0 {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.lw-tooltip {
  position: relative;
}

.lw-tooltip:hover .lw-tooltip-content {
  opacity: 1;
}

.lw-tooltip-content {
  position: absolute;
	text-align: right;
  top: 50%;
  right: calc(100% + 13px);
  padding: 6px 9px;
  background: black;
  -webkit-filter: drop-shadow(0 3px 5px rgba(71, 75, 86, 0.3));
  filter: drop-shadow(0 3px 5px rgba(71, 75, 86, 0.3));
  border-radius: 3px;
  font-size: 16px;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;

}

.lw-tooltip-content:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent white;
}

.lw-circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ca2126;
  border: none;
  -webkit-box-shadow: 0 3px 5px rgba(71, 75, 86, 0.3);
  box-shadow: 0 3px 5px rgba(71, 75, 86, 0.3);
  font-size: 0;
  color: white;
  padding: 0px;
}

.lw-circle i {
  font-size: 30px;
  -webkit-transition: opacity .2s, -webkit-transform .4s;
  transition: opacity .2s, -webkit-transform .4s;
  transition: transform .4s, opacity .2s;
  transition: transform .4s, opacity .2s, -webkit-transform .4s;
}

.lw-circle i:nth-child(2) {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.lw-circle.lw-active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.lw-circle.lw-active i:nth-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}



.lw-circle:hover {background: #ca2126 !important; border: 0px !important; color: #fff !important; filter: brightness(120%);}

.lw-powered {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.71429;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.lw-powered a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.lw-powered a:hover {
  color: rgba(0, 0, 0, 0.4);
}

.lw-powered.lw-animate {
  -webkit-animation: lw-powered .4s ease-out forwards;
  animation: lw-powered .4s ease-out forwards;
}

.lw-powered.lw-animate-reverse {
  animation: lw-powered .4s ease-out forwards alternate-reverse;
}

.lw-powered.lw-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes lw-powered {
  0 {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lw-powered {
  0 {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.lw-toggler {
  display: block;
  position: relative;
  margin: 0;
  background: white;
  -webkit-box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.1), 0 2px 3px 0 rgba(37, 39, 44, 0.1) inset;
  box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.1), 0 2px 3px 0 rgba(37, 39, 44, 0.1) inset;
  cursor: pointer;
}

.lw-toggler:first-child {
  border-radius: 6px 6px 0 0;
}

.lw-toggler:last-child {
  border-radius: 0 0 6px 6px;
}

.lw-toggler-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lw-toggler-input:checked + .lw-toggler-content:before {
  border-color: #ca2126;
}

.lw-toggler-input:checked + .lw-toggler-content:after {
  opacity: 1;
}

.lw-toggler-content {
  display: block;
  padding: 14px 20px 13px 46px;
}

.lw-toggler-content:before, .lw-toggler-content:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.lw-toggler-content:before {
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.lw-toggler-content:after {
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: #ca2126;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lw-qty {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 14px;
  color: #6d6c71;
}

.lw-radio {
  display: inline-block;
  position: relative;
  margin: 0 20px 10px 0;
  cursor: pointer;
}

.lw-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lw-radio-input:checked + .lw-radio-content:after {
  opacity: 1;
}

.lw-radio-content {
  display: block;
  padding-left: 30px;
	padding-top: 4px;
  color: #6d6c71;
}

.lw-radio-content:before, .lw-radio-content:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.lw-radio-content:before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: #ffffff;

}

.lw-radio-content:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #ca2126;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lw-checkbox {
  display: inline-block;
  position: relative;
  margin: 0 20px 10px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.lw-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lw-checkbox-input:checked + .lw-checkbox-content .lw-checkbox-tick > * {
  opacity: 1;
}

.lw-checkbox-content {
  display: block;
  padding-left: 32px;
}

.lw-checkbox-tick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.1);
  box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.1);
  border-radius: 4px;
}

.lw-checkbox-tick > * {
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lw-vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 0 0 6px 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.lw-vote-item {
  position: relative;
  margin: 0;
  border: solid #EAEAEA;
  border-width: 1px 1px 1px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.lw-vote-item:first-child {
  border-width: 1px;
  border-radius: 0 0 0 5px;
}

.lw-vote-item:last-child {
  border-radius: 0 0 5px;
}

.lw-vote-radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lw-vote-radio:checked + .lw-vote-group {
  color: #ca2126;
}

.lw-vote-radio:checked + .lw-vote-group:before {
  opacity: 1;
}

.lw-vote-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 3px 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: color .2s;
  transition: color .2s;
  line-height: 24px;
}

.lw-vote-group:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background: #ca2126;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lw-vote-smile {
  margin-bottom: 3px;
  font-size: 30px;
}

.lw-vote-rate {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.lw-rate, .lw-rate-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-rate-stars {
  margin-right: 5px;
}

.lw-rate-star {
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwYXRoIGZpbGw9IiNGQkJGNDAiIGQ9Ik0xMCwzLjgxMDUyNjMyIEw2LjQwNSwzLjQ4NDIxMDUzIEw1LDAgTDMuNTk1LDMuNDg5NDczNjggTDAsMy44MTA1MjYzMiBMMi43Myw2LjMgTDEuOTEsMTAgTDUsOC4wMzY4NDIxMSBMOC4wOSwxMCBMNy4yNzUsNi4zIEwxMCwzLjgxMDUyNjMyIFogTTUsNy4wNTI2MzE1OCBMNSwyLjE1Nzg5NDc0IEw1Ljg1NSw0LjI4NDIxMDUzIEw4LjA0NSw0LjQ4NDIxMDUzIEw2LjM4NSw2IEw2Ljg4NSw4LjI1MjYzMTU4IEw1LDcuMDUyNjMxNTggWiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
}

.lw-rate-star-half {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwb2x5Z29uIGZpbGw9IiNGQkJGNDAiIHBvaW50cz0iNSA4LjAzNyA4LjA5IDEwIDcuMjcgNi4zIDEwIDMuODExIDYuNDA1IDMuNDg5IDUgMCAzLjU5NSAzLjQ4OSAwIDMuODExIDIuNzMgNi4zIDEuOTEgMTAiLz48L3N2Zz4=);
}

.lw-rate-value {
  font-size: 14px;
  color: #6d6c71;
}

.lw-hr {
  height: 1px;
  margin: 16px 0;
  background: rgba(0,0,0,.06);
}

.lw-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px -8px 0;
}

.lw-tags-item {
  margin: 0 8px 8px 0;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: #6d6c71;
}

.lw-tags-item.lw-active {
  background: #ca2126;
  font-weight: 600;
  color: white;
}

.lw-play {
  width: 46px;
  height: 46px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI0NiIgdmlld0JveD0iMCAwIDQ2IDQ2Ij4gIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yMyw0NiBDMTAuMjk3NDUwOCw0NiAwLDM1LjcwMjU0OTIgMCwyMyBDMCwxMC4yOTc0NTA4IDEwLjI5NzQ1MDgsMCAyMywwIEMzNS43MDI1NDkyLDAgNDYsMTAuMjk3NDUwOCA0NiwyMyBDNDYsMzUuNzAyNTQ5MiAzNS43MDI1NDkyLDQ2IDIzLDQ2IFogTTE2LjM1NTU1NTYsMTIuMjY2NjY2NyBMMTYuMzU1NTU1NiwzMy43MzMzMzMzIEwzMy43MzMzMzMzLDIzIEwxNi4zNTU1NTU2LDEyLjI2NjY2NjcgWiIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.lw-code {
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #ca2126;
  border-radius: 4px;
  font-weight: 600;
  color: #ca2126;
  text-transform: uppercase;
}

.lw-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lw-links-item:not(:last-child):after {
  content: 'Â·';
  margin: 0 10px;
  color: #6d6c71;
}

.lw-links-el {
  color: #6d6c71;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.lw-links-el:hover {
  color: #2F2E35;
}

.lw-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-user .lw-preview {
  position: relative;
  height: 45px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}

.lw-user .lw-pic {
  border-radius: 50%;
}

.lw-user .lw-title {
  margin: 0;
  font-size: 16px;
}

.lw-user .lw-title + .lw-content {
  font-size: 16px;
}

.lw-user_center {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.lw-user_center .lw-preview {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.lw-user_top {
  margin-top: -60px;
}

.lw-user-online {
  position: absolute;
  right: -1px;
  bottom: -3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #03CA1F;
  border: 2px solid white;
}

.lw-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-head .lw-preview {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.lw-head .lw-title {
  margin: 0;
  font-size: 18px;
}

.lw-head .lw-content {
  margin-left: auto;
  padding-left: 20px;
}

.lw-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0,0,0,.06);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lw-foot .lw-btn {
  padding: 18px 20px;
  background: none;
  border-radius: 0;
  font-weight: 400;
  color: #6d6c71;
}

.lw-foot .lw-btn:first-child {
  border-radius: 0 0 0 6px;
}

.lw-foot .lw-btn:last-child {
  border-radius: 0 0 6px;
}

.lw-foot .lw-btn:only-child {
  border-radius: 0 0 6px 6px;
}

.lw-foot .lw-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.lw-foot .lw-btn_color {
  font-weight: 600;
  color: #ca2126;
}

.lw-foot .lw-btn_bold {
  font-weight: 600;
  color: #2F2E35;
}

.lw-foot .lw-form {
  width: 100%;
  background: #F9F9F9;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lw-foot .lw-form .lw-btn {
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  font-weight: 600;
}

.lw-foot .lw-form .lw-input {
  height: 59px;
  padding: 0 20px;
}

.lw-foot .lw-content {
  padding: 20px;
  font-size: 16px;
}

.lw-foot_flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lw-foot_flex .lw-btn {
  border: 0 solid rgba(0,0,0,.06);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lw-foot_flex .lw-btn:not(:last-child) {
  border-width: 0 1px 0 0;
}

.lw-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lw-video:hover {
  opacity: .7;
}

.lw-video .lw-preview {
  margin-right: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.lw-video .lw-title,
.lw-video .lw-content {
  font-size: 16px;
}

.lw-video .lw-title {
  margin: 0;
}

.lw-slider {
  position: relative;
  text-align: center;
  z-index: 4;
}

.lw-slide {
  display: none;
}

.lw-slide.lw-visible {
  display: block;
}

.lw-slide .lw-title {
  color: #ca2126;
}

.lw-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -67px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lw-dot {
  padding: 3px;
  background: none;
  border: none;
}

.lw-dot.lw-active:before {
  background: #ca2126;
}

.lw-dot:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

@-webkit-keyframes lw-sidebar {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lw-sidebar {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lw-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lw-logo .lw-preview {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.lw-logo .lw-title {
  margin: 10px 0 0;
  font-size: 14px;
  color: #ca2126;
  text-transform: uppercase;
}

.lw-logo_center {
  display: block;
  text-align: center;
}

.lw-logo_center .lw-preview {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.lw-logo_lg .lw-preview {
  width: 100px;
  height: 100px;
}

.lw-logo_simple {
  display: block;
}

.lw-logo_simple .lw-preview {
  width: 60px;
  margin: 0;
}

.lw-logo_icon .lw-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ca2126;
  border-radius: 6px;
}

.lw-logo_icon .lw-preview i {
  margin: auto;
  font-size: 42px;
  color: white;
}

.lw-logo_top {
  margin: -55px 0 20px;
}

.lw-logo_outside {
  margin: -65px 0 20px;
}

.lw-choose .lw-group {
  border-radius: 3px;
  background: white;
}

.lw-choose .lw-group:not(:last-child) {
  margin-bottom: 12px;
}

.lw-choose .lw-btn {
  display: block;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  font-weight: 400;
  color: #6d6c71;
  text-align: left;
}

.lw-choose .lw-btn:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.lw-choose .lw-btn:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lw-choose .lw-btn:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.lw-choose .lw-btn:hover {
  color: #6d6c71;
}

.lw-choose .lw-btn.lw-active {
  font-weight: 700;
  color: #ca2126;
}

.lw-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-panel .lw-preview {
  width: 62px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62px;
  flex: 0 0 62px;
}

.lw-panel .lw-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lw-panel .lw-title {
  margin-bottom: 2px;
  font-size: 20px;
}

.lw-panel > .lw-btn {
  margin-left: 20px;
}

.lw-panel .lw-form {
  margin-left: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 415px;
  flex: 0 0 415px;
}

.lw-panel .lw-form .lw-input {
  border: 1px solid rgba(0,0,0,.06);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lw-panel_sm .lw-preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.lw-panel_lg .lw-preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.lw-panel_center {
  padding-right: 60px;
  text-align: center;
}

.lw-panel_arrow {
  position: relative;
  padding-right: 40px;
}

.lw-panel_arrow:after {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  width: 11px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDExIDE4Ij4gIDxwb2x5Z29uIGZpbGw9IiMyRjJFMzUiIHBvaW50cz0iNTAyIDUyLjg4NSA1MDguNzk5IDQ2IDUwMiAzOS4xMTUgNTA0LjA5MyAzNyA1MTMgNDYgNTA0LjA5MyA1NSIgb3BhY2l0eT0iLjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MDIgLTM3KSIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
}

.lw-panel_video .lw-preview {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 124px;
  flex: 0 0 124px;
}

.lw-panel_video .lw-pic {
  border-radius: 4px;
}

.lw-panel_video .lw-play {
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
}

.lw-panel_video .lw-title {
  margin-bottom: 8px;
}

.lw-panel_video .lw-font-normal {
  color: #6d6c71;
}

.lw-panel_video .lw-content {
  font-size: 16px;
}

.lw-field {
  position: relative;
  margin-bottom: 12px;
}

.lw-field_connected .lw-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.06);
}

.lw-field_connected .lw-input:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.lw-field_connected .lw-input:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lw-field_connected .lw-input:not(:last-child) {
  margin-bottom: -1px;
}

.lw-field_email-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lw-field_email-phone .lw-input,
.lw-field_email-phone .lw-select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.06);
}

.lw-field_email-phone .lw-input:first-child {
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.lw-field_email-phone .lw-input:last-child {
  margin-left: -1px;
  border-radius: 0 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 72px);
  flex: 0 0 calc(100% - 72px);
}

.lw-field_email-phone .lw-select {
  border-radius: 0 0 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73px;
  flex: 0 0 73px;
}

.lw-field_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lw-field_phone .lw-select,
.lw-field_phone .lw-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.06);
}

.lw-field_phone .lw-select {
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73px;
  flex: 0 0 73px;
}

.lw-field_phone .lw-input {
  margin-left: -1px;
  border-radius: 0 0 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 74px);
  flex: 0 0 calc(100% - 74px);
}

.lw-field_birthday .lw-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lw-field_birthday .lw-input {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
}

.lw-label {
  margin-bottom: 7px;
  font-size: 13px;
  color: #6d6c71;
}

.lw-input, .lw-textarea, .lw-select {
  position: relative;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
	background-color: #fff
}

.lw-input:focus, .lw-textarea:focus, .lw-select:focus {
  z-index: 2;
}

.lw-input, .lw-select {
  height: 46px;
  padding: 0 15px;
}

.lw-input, .lw-textarea {
  font-weight: 600;
  color: #2F2E35;
}

.lw-input::-webkit-input-placeholder, .lw-textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.lw-input::-ms-input-placeholder, .lw-textarea::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.lw-input::placeholder, .lw-textarea::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.lw-input_radius {
  border-radius: 4px;
}

.lw-input_clear {
  background: none;
  border: none;
}

.lw-input_subscribe_foot {
  height: 60px;
  padding: 0 20px;
  background: none;
  border: none;
}

.lw-input_code {
  border: 1px dashed #2F2E35;
}

.lw-textarea {
  display: block;
  height: 136px;
  padding: 10px 15px;
  resize: none;
}

.lw-select {
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+ICA8cG9seWdvbiBmaWxsPSIjMUIxQjFEIiBwb2ludHM9IjQ5MyAyMiA0OTggMjcgNTAzIDIyIiBvcGFjaXR5PSIuNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5MyAtMjIpIi8+PC9zdmc+);
  background-size: 10px 5px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  color: #2F2E35;
  font-weight: 600;
  cursor: pointer;
}

.lw-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  opacity: .2;
  z-index: 4;
}

.lw-icon i {
  margin: auto;
}

.lw-icon + .lw-input {
  padding-left: 46px;
}

.lw-inline .lw-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-inline .lw-field:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.lw-inline .lw-label {
  margin: 0 20px 0 0;
  font-size: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 145px;
  flex: 0 0 145px;
}

.lw-inline .lw-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 165px);
  flex: 0 0 calc(100% - 165px);
}

.lw-inline .lw-input,
.lw-inline .lw-textarea,
.lw-inline .lw-select {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lw-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lw-form .lw-field {
  margin: 0 10px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lw-form_connected {
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
  box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
}

.lw-form_connected .lw-field {
  margin: 0;
}

.lw-form_connected .lw-input {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lw-form_connected .lw-btn {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
  border-radius: 0 4px 4px 0;
  color: #ca2126;
}

.lw-form_connected .lw-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}

.lw-form_connected .lw-btn:before {
  content: '';
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 1px;
  height: 30px;
  background: rgba(0,0,0,.06);
}

.lw-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: #2F2E35;
  -webkit-transition: color .2s, opacity .2s;
  transition: color .2s, opacity .2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-nav-link:not(:last-child) {
  margin-bottom: 24px;
}

.lw-nav-link:hover {
  color: #6d6c71;
}

.lw-nav-link.lw-active,
.lw-nav-link.lw-active .lw-nav-icon {
  color: #ca2126;
}

.lw-nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-right: 20px;
  color: #6d6c71;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.lw-nav-icon i {
  margin: auto;
  font-size: 20px;
}

.lw-nav_lg .lw-nav-link {
  font-size: 24px;
}

.lw-nav_lg .lw-nav-link:not(:last-child) {
  margin-bottom: 16px;
}

.lw-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lw-menu .lw-link {
  font-size: 20px;
  color: #6d6c71;
  line-height: 1.65;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.lw-menu .lw-link:hover, .lw-menu .lw-link.lw-active {
  color: #ca2126;
}

.lw-posts {
  margin-bottom: 30px;
}

.lw-posts .lw-link {
  display: block;
  margin-bottom: 18px;
  color: #6d6c71;
}

.lw-posts .lw-link:hover {
  color: #6d6c71;
}

.lw-posts .lw-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #ca2126;
}

.lw-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-socials .lw-link {
  font-size: 0;
}

.lw-socials .lw-link:not(:last-child) {
  margin-right: 25px;
}

.lw-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lw-row_middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-row_custom .lw-col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.lw-row_custom .lw-col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.lw-row_p {
  margin: 0 -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-row_p .lw-col {
  padding: 0 10px;
}

.lw-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.lw-col_bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 6px 0 0 6px;
}

.lw-drop {
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
  width: calc(100vw - 20px);
  max-width: 373px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity .2s, visibility .2s, -webkit-transform .4s;
  transition: opacity .2s, visibility .2s, -webkit-transform .4s;
  transition: opacity .2s, visibility .2s, transform .4s;
  transition: opacity .2s, visibility .2s, transform .4s, -webkit-transform .4s;
}

.lw-drop:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 22px;
  z-index: 2;
}

.lw-drop.lw-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.lw-drop .lw-item {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-animation: none;
  animation: none;
}
.lw-drop-fast-pass {
  margin-top: 5px;
}
.lw-drop-buy-direct {
  margin-top: 5px;
}

.lw-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 86, 108, 0.3);
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.lw-widget {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 1.3333;
  -webkit-transition: background .2s .2s;
  transition: background .2s .2s;
  z-index: 7777777;
}

.lw-widget_top {
  top: 0;
  bottom: auto;
}

.lw-widget_left, .lw-widget_left_middle {
  left: 0;
  right: auto;
}

.lw-widget.lw-widget_left.lw-widget_top .lw-drop {
  top: 80px;
  right: auto;
}


.lw-widget_left_middle {
  top: calc(50% - 100px);
  bottom: auto;
}

.lw-widget_width_full {
  width: 100%;
}

.lw-widget_no_padding {
  padding: 0;
}

.lw-widget_fullscreen {
  top: 0;
  left: 0;
  overflow: auto;
}

.lw-widget_fullscreen .lw-container {
  margin: auto;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.lw-widget_fullscreen .lw-item {
  max-height: none;
  overflow: visible;
}

.lw-widget_top .lw-container .lw-drop {
  top: 75px;
  bottom: auto;
}

.lw-widget_top .lw-container .lw-drop:before {
  top: 19px;
  bottom: auto;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.lw-widget_left .lw-container .lw-drop {
  left: 0px;
  top: auto;
  right: auto;
}

.lw-widget_left .lw-container .lw-drop:before {
  left: -20px;
  right: auto;
  bottom: 18px;
  -webkit-transform: rotate(-233deg);
  transform: rotate(-233deg);
}

.lw-widget_left .lw-container .lw-drop:after {
  left: -12px;
  right: 100%;
}

.lw-widget_mat {
  background: #C9CCD2;
}

.lw-widget_mat .lw-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.lw-widget_mat .lw-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: #C9CCD2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lw-widget_mat .lw-close {
  top: 20px;
  right: 20px;
}

.lw-widget_mat .lw-wrap {
  max-width: 543px;
  margin: auto;
}

.lw-widget_sidebar {
  padding: 0;
}

.lw-widget_sidebar .lw-item {
  height: 100vh;
  max-height: 100%;
  border-radius: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lw-widget_sidebar .lw-item.lw-animate {
  -webkit-animation: lw-sidebar .4s ease-out forwards;
  animation: lw-sidebar .4s ease-out forwards;
}

.lw-widget_sidebar .lw-item.lw-animate-reverse {
  animation: lw-sidebar .4s ease-out forwards alternate-reverse;
}

.lw-widget.lw-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lw-widget.lw-animate .lw-overlay {
  opacity: 1;
}

.lw-container {
  width: 100vw;
  max-width: 353px;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.lw-container_lg {
  max-width: 737px;
}

.lw-container_md {
  max-width: 543px;
}

.lw-container_custom {
  max-width: 386px;
}

.lw-container_sidebar {
  max-width: 280px;
}

.lw-container_sm {
  max-width: 256px;
}

.lw-container_width_auto {
  width: auto;
  max-width: none;
}

.lw-container_width_full {
  width: 100%;
  max-width: 100%;
}

.lw-container_center {
  margin: auto;
}

.lw-container_center_bottom {
  max-width: 1112px;
  margin: auto auto 0;
}

.lw-container_opinion {
  max-width: 346px;
}

.lw-container_tools {
  max-width: 70px;
}

.lw-container_app {
  max-width: 60px;
}

.lw-container_circle .lw-item {
  max-height: calc(100vh - 110px);
}

.lw-container_app > .lw-item {
  max-height: none;
  background: none;
  border-radius: 10px;
  overflow: visible;
}

.lw-container_app .lw-drop {
  right: 72px;
  bottom: 0;
  z-index: 4;
}

.lw-container_app .lw-drop:before {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 17px 13px 17px;
  border-color: transparent transparent white transparent;
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
  z-index: 1;
}

.lw-container_app .lw-drop:after {
  top: 0;
  left: 100%;
  bottom: 0;
  right: -12px;
  height: auto;
}

.lw-container_app .lw-btn {
  position: relative;
  z-index: 2;
}

.lw-container_tools .lw-item {
  overflow: visible;
}

.lw-item {
  position: relative;
  /*max-height: calc(100vh - 64px);*/
  background: white;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -100px);
  transform: translate3d(0, 0, -100px);
  overflow: auto;
}

.lw-item_border {
  border-top: 3px solid #ca2126;
  border-radius: 3px 3px 6px 6px;
}

.lw-item_shadow_1 {
  -webkit-box-shadow: 0 4px 24px 0 rgba(37, 38, 94, 0.1);
  box-shadow: 0 4px 24px 0 rgba(37, 38, 94, 0.1);
}

.lw-item_shadow_2 {
  -webkit-box-shadow: 0 4px 15px 0 rgba(47, 46, 53, 0.15), 0 1px 2px 0 rgba(47, 46, 53, 0.01), 0 2px 3px 1px rgba(47, 46, 53, 0.05);
  box-shadow: 0 4px 15px 0 rgba(47, 46, 53, 0.15), 0 1px 2px 0 rgba(47, 46, 53, 0.01), 0 2px 3px 1px rgba(47, 46, 53, 0.05);
}

.lw-item_shadow_3 {
  -webkit-box-shadow: 0 0 1px 0 rgba(71, 75, 86, 0.31), 0 20px 32px 0 rgba(71, 75, 86, 0.15);
  box-shadow: 0 0 1px 0 rgba(71, 75, 86, 0.31), 0 20px 32px 0 rgba(71, 75, 86, 0.15);
}

.lw-item_shadow_4 {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.14), 0 10px 26px 0 rgba(47, 46, 53, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.14), 0 10px 26px 0 rgba(47, 46, 53, 0.3);
}

.lw-item_no_shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lw-item_no_radius {
  border-radius: 0;
}

.lw-item + .lw-item {
  margin-top: 20px;
}

.lw-item.lw-animate {
  -webkit-animation: lw-bounce .4s ease-out forwards;
  animation: lw-bounce .4s ease-out forwards;
}

.lw-item.lw-animate-reverse {
  animation: lw-bounce .4s ease-out forwards alternate-reverse;
}

.lw-item.lw-visible {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: none;
  transform: none;
}

.lw-item_bg {
  background: #F9F9F9;
}

.lw-item_bg .lw-online {
  border-color: #F9F9F9;
}

.lw-item_bg_image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.lw-item_bg_image .lw-foot,
.lw-item_bg_image .lw-bb {
  border-color: rgba(255, 255, 255, 0.2);
}

.lw-item_white {
  color: white;
}

.lw-item_white .lw-foot .lw-btn,
.lw-item_white .lw-btn_simple,
.lw-item_white .lw-content,
.lw-item_white .lw-title,
.lw-item_white .lw-content,
.lw-item_white .lw-video {
  color: white;
}

.lw-item_white .lw-foot .lw-btn:hover,
.lw-item_white .lw-btn_simple:hover,
.lw-item_white .lw-content:hover,
.lw-item_white .lw-title:hover,
.lw-item_white .lw-content:hover,
.lw-item_white .lw-video:hover {
  color: white;
}

.lw-item_white .lw-content a {
  border-color: white;
  color: white;
}

.lw-item_white .lw-content a:hover {
  border-color: transparent;
}

.lw-item_white .lw-pic {
  fill: white;
}

.lw-item:hover .lw-close {
  opacity: .7;
}

.lw-item:hover .lw-close:hover {
  opacity: 1;
}

.lw-item:hover .lw-close_circle {
  opacity: 1;
}

.lw-item:hover .lw-drop_hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.lw-hide {
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height .6s, opacity .6s;
  transition: max-height .6s, opacity .6s;
  overflow: hidden;
}

.lw-hide .lw-wrap {
  padding-top: 0;
}

.lw-hide .lw-btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lw-item:hover .lw-hide {
  max-height: 500px;
  opacity: 1;
}

@-webkit-keyframes lw-bounce {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -100px);
    transform: translate3d(0, 0, -100px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 2px);
  }
  70%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lw-bounce {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -100px);
    transform: translate3d(0, 0, -100px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 2px);
  }
  70%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lw-tutorial {
  padding-top: 5px;
}

.lw-tutorial .lw-title,
.lw-tutorial .lw-content {
  margin-bottom: 25px;
}

.lw-tutorial .lw-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ca2126;
}

.lw-discount {
  padding: 30px;
}

.lw-discount .lw-col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.lw-discount .lw-col:last-child {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.lw-discount .lw-preview {
  padding-right: 30px;
}

.lw-discount .lw-pic {
  margin: auto;
}

.lw-discount .lw-content {
  margin-bottom: 20px;
}

.lw-discount .lw-input {
  text-align: center;
}

.lw-discount .lw-btn {
  width: 100%;
}

.lw-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lw-product .lw-preview {
  width: 120px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.lw-product .lw-pic {
  border-radius: 0;
}

.lw-product .lw-group {
  max-width: calc(100% - 80px);
}

.lw-price {
  margin-left: auto;
  padding: 1px 0 0 20px;
}

.lw-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lw-actions .lw-content {
  margin-right: auto;
  padding-right: 16px;
  -ms-flex-item-align: center;
  align-self: center;
}

.lw-actions_equal {
  margin: 0 -10px;
}

.lw-actions_equal .lw-btn {
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lw-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lw-checkout .lw-wrap {
  padding: 40px 50px;
}

.lw-checkout .lw-wrap:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lw-checkout .lw-row {
  margin: 0 -6px;
}

.lw-checkout .lw-col {
  padding: 0 6px;
}

.lw-checkout .lw-col .lw-content {
  padding-top: 5px;
  text-align: right;
}

.lw-checkout .lw-title {
  font-size: 20px;
}

.lw-checkout .lw-content {
  font-size: 14px;
}

.lw-checkout .lw-checkbox {
  font-size: 16px;
  color: #6d6c71;
}

.lw-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lw-coupon .lw-title {
  margin: 0 12px 0 0;
  font-size: 18px;
  text-transform: uppercase;
}

.lw-bar {
  text-align: center;
}

.lw-bar .lw-title {
  margin: 0 30px 0 0;
}

.lw-bar .lw-actions {
  margin-left: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.lw-bar .lw-btn {
  margin-left: 10px;
}

.lw-bar_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lw-guide .lw-row {
  margin-bottom: 20px;
}

.lw-mw {
  max-width: 460px;
  margin: 0 auto;
}

.lw-ma {
  margin: auto;
}

.lw-mr-a {
  margin-right: auto;
}

.lw-ml-a {
  margin-left: auto;
}

.lw-mb {
  margin-bottom: 20px;
}

.lw-mb-xs {
  margin-bottom: 8px;
}

.lw-mb-sm {
  margin-bottom: 16px;
}

.lw-mb-md {
  margin-bottom: 30px;
}

.lw-mb-lg {
  margin-bottom: 40px;
}

.lw-mt {
  margin-top: 20px;
}

.lw-mt-xs {
  margin-top: 8px;
}

.lw-mt-sm {
  margin-top: 16px;
}

.lw-mt-md {
  margin-top: 30px;
}

.lw-mt-lg {
  margin-top: 40px;
}

.lw-p {
  padding: 30px;
}

.lw-p-b {
  padding-bottom: 30px;
}

.lw-p-y {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lw-p-y-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lw-p-x {
  padding-left: 30px;
  padding-right: 30px;
}

.lw-p-x-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.lw-p-sm {
  padding: 15px;
}

.lw-p-lg {
  padding: 45px;
}

.lw-p-t {
  padding-top: 30px;
}

.lw-pr {
  padding-right: 30px;
}

.lw-pl {
  padding-left: 30px;
}

.lw-bg-white {
  background: white;
}

.lw-bt {
  border-top: 1px solid rgba(0,0,0,.06);
}

.lw-bb {
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.lw-font-normal {
  font-weight: 400;
}

.lw-font-uppercase {
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .lw-close {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .lw-btn-answer {
    display: block;
  }
  .lw-btn_flex {
    display: block;
    text-align: left;
  }
  .lw-preview_custom {
    height: 276px;
    margin-bottom: 20px;
    padding: 0;
  }
  .lw-preview_custom .lw-pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lw-preview_contain .lw-pic {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .lw-vote-item {
    margin-top: -1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .lw-vote-item:nth-child(3n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.34%;
    flex: 0 0 33.34%;
  }
  .lw-foot_flex .lw-btn:not(:last-child) {
    border-width: 0 0 1px;
  }
  .lw-foot_flex .lw-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .lw-foot_flex .lw-btn, .lw-foot_flex .lw-btn:first-child {
    border-radius: 0;
  }
  .lw-foot_flex .lw-btn:last-child {
    border-radius: 0 0 6px 6px;
  }
  .lw-slider {
    padding: 0;
  }
  .lw-dots {
    position: static;
    margin: 16px 0 -8px;
    -webkit-transform: none;
    transform: none;
  }
  .lw-panel {
    display: block;
  }
  .lw-panel .lw-preview {
    margin: 0 20px 20px 0;
  }
  .lw-panel > .lw-btn {
    margin: 16px 0 0;
  }
  .lw-panel .lw-form {
    margin: 20px 0 0;
  }
  .lw-panel_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lw-panel_center .lw-preview {
    margin-bottom: 0;
  }
  .lw-panel_arrow {
    padding-right: 50px;
  }
  .lw-panel_arrow:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 39px;
    bottom: -20px;
    width: 1px;
    background: rgba(0,0,0,.06);
    }
    .lw-panel_arrow:after {
    right: 5px;
    }
    .lw-inline .lw-field:not(:last-child) {
    margin-bottom: 16px;
    border: none;
    }
    .lw-inline .lw-field {
    display: block;
    }
    .lw-inline .lw-label {
    margin: 0 0 4px;
    }
    .lw-inline .lw-input,
    .lw-inline .lw-textarea,
    .lw-inline .lw-select {
    border: 1px solid rgba(0,0,0,.06);
    }
    .lw-form {
    display: block;
    }
    .lw-form .lw-field {
    margin: 0 0 12px;
    }
    .lw-form .lw-btn {
    width: 100%;
    }
    .lw-form_connected .lw-field {
    margin: 0;
    }
    .lw-form_connected .lw-input {
    text-align: center;
    }
    .lw-form_connected .lw-btn {
    border-radius: 0 0 4px 4px;
    border-top: 1px solid rgba(0,0,0,.06);
    }
    .lw-row {
    display: block;
    }
    .lw-col_bg {
    height: 200px;
    border-radius: 6px 6px 0 0;
    }
    .lw-widget_left_middle {
    top: 0;
    }
    .lw-widget_no_padding {
    padding: 0;
    }
    .lw-widget_left_middle .lw-container {
    width: auto;
    margin: auto auto auto 0;
    }
    .lw-widget_fullscreen .lw-container {
    margin: auto auto 0;
    }
    .lw-widget_top .lw-container {
    margin-top: 0;
    margin-bottom: auto;
    }
    .lw-widget_left .lw-container {
    margin-left: 0;
    margin-right: auto;
    }
    .lw-widget_mat .lw-close {
    top: 10px;
    right: 10px;
    }
    .lw-widget_sidebar {
    padding: 0;
    }
    .lw-widget_sidebar .lw-item {
    height: auto;
    min-height: 100vh;
    max-height: none;
    }
    .lw-widget_app {
    width: auto;
    height: auto;
    overflow: visible;
    }
    .lw-container {
    max-width: 100%;
    margin: auto auto 0;
    }
    .lw-container_sidebar {
    max-width: 280px;
    margin: 0 0 0 auto;
    }
    .lw-container_sm {
    max-width: calc(100vw - 20px);
    }
    .lw-container_width_auto {
    width: 100%;
    }
    .lw-container_tools {
    max-width: 70px;
    margin: auto 0 0 auto;
    }
    .lw-container_app {
    max-width: 60px;
    margin: auto 0 0 auto;
    }
    .lw-container_circle {
    width: auto;
    margin: auto 0 0 auto;
    }
    .lw-container_app .lw-drop {
    max-width: calc(100vw - 92px);
    }
    .lw-container_mobile_left {
    margin: auto auto 0 0;
    }
    .lw-container_mobile_left .lw-drop {
    left: 0;
    right: auto;
    }
    .lw-container_mobile_left .lw-tooltip {
    left: calc(100% + 13px);
    right: auto;
    }
    .lw-container_mobile_left .lw-tooltip:before {
    right: auto;
    left: -5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    }
    .lw-item {
    max-height: none;
    overflow: visible;
    }
    .lw-product {
    display: block;
    }
    .lw-product .lw-preview {
    margin-bottom: 20px;
    }
    .lw-product .lw-group {
    max-width: 100%;
    }
    .lw-product_cart {
    text-align: center;
    }
    .lw-product_cart .lw-preview {
    margin: 0 auto 20px;
    }
    .lw-price {
    margin: 12px 0 0;
    padding: 0;
    }
    .lw-actions {
    display: block;
    }
    .lw-actions .lw-content {
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
    }
    .lw-actions .lw-btn {
    width: 100%;
    margin: 0;
    }
    .lw-actions .lw-btn:not(:last-child) {
    margin-bottom: 12px;
    }
    .lw-actions_equal {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .lw-checkout .lw-wrap {
    padding: 20px;
    }
    .lw-checkout .lw-wrap:last-child {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .lw-checkout .lw-btn {
    width: 100%;
    }
    .lw-checkout .lw-btn:first-child {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    }
    .lw-checkout .lw-btn:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    }
    .lw-checkout .lw-col .lw-content {
    margin: -8px 0 16px;
    text-align: left;
    }
    .lw-coupon {
    display: block;
    text-align: center;
    }
    .lw-coupon .lw-title {
    margin: 0 0 12px;
    }
    .lw-bar .lw-title {
    margin: 0;
    }
    .lw-bar .lw-actions {
    margin-top: 20px;
    }
    .lw-bar .lw-btn {
    width: 100%;
    margin: 0;
    }
    .lw-bar_flex {
    display: block;
    }
    .lw-guide .lw-col {
    margin-bottom: 32px;
    }
    .lw-guide .lw-actions {
    display: block;
    }
    .lw-guide .lw-btn:last-child {
    margin-top: 12px;
    }
    .lw-mb-lg {
    margin-bottom: 20px;
    }
    .lw-mt-lg {
    margin-top: 20px;
    }
    .lw-p {
    padding: 20px;
    }
    .lw-p-y-sm {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .lw-p-x {
    padding-left: 20px;
    padding-right: 20px;
    }
    .lw-p-x-2 {
    padding-left: 20px;
    padding-right: 20px;
    }
    .lw-p-sm {
    padding: 20px;
    }
    .lw-p-lg {
    padding: 20px;
    }
    .lw-pr {
    padding-right: 20px;
    }
    .lw-pl {
    padding-left: 20px;
    }

    .dd-checkout-cvv {margin-left: 0px !important;}
    .lw-field.lw-pr {padding-right: 0px;}

    .dd-row-nowrap {display: flex;}

    }

    /* Sagacity Styles */
    .dd-hide {display: none;}
    .dd-right {text-align: right;}

    .md-light { color: rgba(255, 255, 255, 1); }

    .dd-launcher-icon-daily-deals {border-radius: 50%; width: 65px; height: 65px; border: 2px solid #a6050a;}
    .dd-launcher-icon-daily-deals:hover {border: 2px solid #a6050a !important;}

    .dd-launcher-daily-deals {height: 65px; width: 65px; background-image: url("https://papago.dailydeals.golf/Content/img/daily-deals-icon.png"); background-repeat: no-repeat;  background-position: center;}
    .lw-active .dd-launcher-daily-deals {background: none !important;}

    .dd-launcher-icon-daily-deals-wide {border-radius: 22px; height: 70px; width: 145px; border: 2px solid #a6050a;}
    .dd-launcher-icon-daily-deals-wide:hover {border: 2px solid #a6050a !important;}
    .dd-launcher-daily-deals-wide {height: 70px; width: 145px; background-image: url("https://papago.dailydeals.golf/Content/img/daily-deals-icon-wide.png"); background-repeat: no-repeat;  background-position: center; }
    .dd-launcher-icon-daily-deals-wide.lw-active {width: 75px; transition: width .5s; transition-timing-function: ease-out;}
    .lw-active .dd-launcher-daily-deals-wide {background: none !important;}



    .dd-launcher-icon-fast-pass {border-radius: 15px; width: 75px; height: 75px; border: 2px solid #a6050a;}
    .dd-launcher-icon-fast-pass:hover {border: 2px solid #a6050a !important;}
    .dd-launcher-fast-pass {height: 70px; background-image: url("https://papago.dailydeals.golf/Content/img/fast-pass-icon.png"); background-repeat: no-repeat;  background-position: top left; }
    .lw-active .dd-launcher-fast-pass {background: none !important;}

    .dd-launcher-icon-fast-pass-wide {border-radius: 12px; height: 70px; width: 145px; border: 2px solid #a6050a;}
    .dd-launcher-icon-fast-pass-wide:hover {border: 2px solid #a6050a !important;}
    .dd-launcher-icon-fast-pass-wide.lw-active {width: 75px; transition: width .5s; transition-timing-function: ease-out;}

    .dd-launcher-fast-pass-wide {height: 70px; width: 145px; background-image: url("https://papago.dailydeals.golf/Content/img/fast-pass-icon-wide.png"); background-repeat: no-repeat;  background-position: center; }
    .lw-active .dd-launcher-fast-pass-wide {background: none !important;}


    .dd-launcher-icon-buy-direct {border-radius: 15px; width: 75px; height: 75px; border: 2px solid #a6050a;}
    .dd-launcher-icon-buy-direct:hover {border: 2px solid #a6050a !important;}
    .lw-active .dd-launcher-buy-direct {background: none !important;}

    .dd-launcher-buy-direct {height: 70px; background-image: url("https://papago.dailydeals.golf/Content/img/buy-direct-icon.png"); background-repeat: no-repeat;  background-position: top left; }
    .dd-launcher-icon-buy-direct-wide {border-radius: 12px; height: 70px; width: 145px; border: 2px solid #a6050a;}
    .dd-launcher-icon-buy-direct-wide:hover {border: 2px solid #a6050a !important;}
    .dd-launcher-buy-direct-wide {height: 70px; width: 145px; background-image: url("https://papago.dailydeals.golf/Content/img/buy-direct-icon-wide.png"); background-repeat: no-repeat;  background-position: center; }
    .dd-launcher-icon-buy-direct-wide.lw-active {width: 75px; transition: width .5s; transition-timing-function: ease-out;}
    .lw-active .dd-launcher-buy-direct-wide {background: none !important;}


    /* PRIME TIMES */
    .dd-launcher-icon-prime-times {border-radius: 0px; width: 70px; height: 70px; border: 0px;background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-bg.png"); background-repeat: no-repeat;  background-position: top left; background-color: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; color: #035074 !important;}
    .dd-launcher-icon-prime-times:hover {border: 0px;  background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-bg-hover.png") !important; background-color: transparent !important; filter: brightness(100%) ; color: #035074 !important;}


    .lw-active .dd-launcher-prime-times {background-image: none; color: #035074;}
    .lw-active .dd-launcher-prime-times .material-icons {color: #035074 !important;}

    .dd-launcher-prime-times {height: 70px; background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon.png"); background-repeat: no-repeat;  background-position: top left; color: #035074; }





    .dd-launcher-icon-prime-times-wide {border-radius: 0px; width: 145px; height: 70px; border: 0px;background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-bg-wide.png"); background-repeat: no-repeat;  background-position: top left; background-color: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; color: #035074 !important;}

    .dd-launcher-icon-prime-times-wide:hover {border: 0px;  background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-wide-bg-hover.png") !important; background-color: transparent !important; filter: brightness(100%) ; color: #035074 !important;}

    .dd-launcher-prime-times-wide {height: 70px; width: 145px; background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-wide.png"); background-repeat: no-repeat;  background-position: center; }
    .dd-launcher-icon-prime-times-wide.lw-active {}

    .lw-active .dd-launcher-prime-times-wide {background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-wide-bg-hover.png")}

    .dd-widget-logo-prime-times {height: 60px; width: 100%; background-image: url("https://papago.dailydeals.golf/Content/img/header-widget-prime-times.png"); background-repeat: no-repeat;  background-position: left top;}

    .dd-widget-logo-prime-times span {display: none;}

    .dd-widget-logo-embed-prime-times {height: 60px; background-image: url("https://papago.dailydeals.golf/Content/img/header-widget-prime-times.png"); background-repeat: no-repeat;  background-position: left top; padding: 40px 0px 0px 58px; font-size: 11px; font-weight: 400; color: #ffffff; text-transform: uppercase; letter-spacing: 1px;}

    .dd-widget-logo-embed-prime-times span {display: none;}

    /* Shrink Wide Widgets on Mobile */

    @media (max-width: 575px) {

    .dd-launcher-icon-prime-times-wide {border-radius: 0px; width: 70px; height: 70px; border: 0px;background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-bg.png"); background-repeat: no-repeat;  background-position: top left; background-color: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; color: #035074 !important;}
    .dd-launcher-icon-prime-times-wide:hover {border: 0px;  background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-bg-hover.png") !important; background-color: transparent !important; filter: brightness(100%) ; color: #035074 !important;}
    .lw-active .dd-launcher-prime-times-wide {background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon-bg-hover.png"); color: #035074;}

    .lw-active .dd-launcher-prime-times-wide .material-icons {color: #035074 !important;}
    .dd-launcher-prime-times-wide {height: 70px; background-image: url("https://papago.dailydeals.golf/Content/img/prime-times-icon.png"); background-repeat: no-repeat;  background-position: top left; color: #035074; }



    .dd-launcher-icon-daily-deals-wide {border-radius: 50%; width: 65px; height: 65px; border: 2px solid #a6050a;}
    .dd-launcher-icon-daily-deals-wide:hover {border: 2px solid #a6050a !important;}

    .dd-launcher-daily-deals-wide {height: 65px; width: 65px; background-image: url("https://papago.dailydeals.golf/Content/img/daily-deals-icon.png"); background-repeat: no-repeat;  background-position: center;}
    .lw-active .dd-launcher-daily-deals-wide {background: none !important;}
    .dd-launcher-icon-daily-deals-wide.lw-active {width: 65px;}

    .dd-launcher-icon-buy-direct-wide {border-radius: 15px; width: 75px; height: 75px; border: 2px solid #a6050a;}
    .dd-launcher-icon-buy-direct-wide:hover {border: 2px solid #a6050a !important;}
    .lw-active .dd-launcher-buy-direct-wide {background: none !important;}

    .dd-launcher-buy-direct-wide {height: 70px; background-image: url("https://papago.dailydeals.golf/Content/img/buy-direct-icon.png"); background-repeat: no-repeat;  background-position: top left; }

    .dd-launcher-icon-fast-pass-wide {border-radius: 15px; width: 75px; height: 75px; border: 2px solid #a6050a;}
    .dd-launcher-icon-fast-pass-wide:hover {border: 2px solid #a6050a !important;}
    .dd-launcher-fast-pass-wide {height: 70px; background-image: url("https://papago.dailydeals.golf/Content/img/fast-pass-icon.png"); background-repeat: no-repeat;  background-position: top left; }
    .lw-active .dd-launcher-fast-pass-wide {background: none !important;}

    }



    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx) {
    .dd-launcher-daily-deals {background-image: url("https://papago.dailydeals.golf/Content/img/daily-deals-icon@2X.png"); background-size: 65px;}
    .dd-launcher-daily-deals-wide {background-image: url("https://papago.dailydeals.golf/Content/img/daily-deals-icon-wide@2X.png"); background-size: 145px;}
    .dd-launcher-fast-pass {background-image: url("https://papago.dailydeals.golf/Content/img/fast-pass-icon@2X.png"); background-size: 75px;}
    .dd-launcher-fast-pass-wide {background-image: url("https://papago.dailydeals.golf/Content/img/fast-pass-icon-wide@2X.png"); background-size: 145px 70px;}
    .dd-launcher-buy-direct {background-image: url("https://papago.dailydeals.golf/Content/img/buy-direct-icon@2X.png"); background-size: 75px;}
    .dd-launcher-buy-direct-wide {background-image: url("https://papago.dailydeals.golf/Content/img/buy-direct-icon-wide@2X.png"); background-size: 145px 70px;}
    }
    @media (max-width: 575px) {
        .dd-launcher-daily-deals-wide {
        background-image: url("https://papago.dailydeals.golf/Content/img/daily-deals-icon@2X.png");
        background-size: 65px;
        }
    }



    .dd-widget-logo {height: 60px; background-image: url("https://papago.dailydeals.golf/Content/img/header-fast-pass.png"); background-repeat: no-repeat;  background-position: left top;}

    .dd-widget-logo-daily-deals {height: 60px; width: 100%; background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-daily-deals.png"); background-repeat: no-repeat;  background-position: left top;}

    .dd-widget-logo-daily-deals span {display: none;}

    .dd-widget-logo-fast-pass {height: 60px; width: 100%; background-image: url("https://papago.dailydeals.golf/Content/img/header-fast-pass.png"); background-repeat: no-repeat;  background-position: left top;}
    .dd-widget-logo-fast-pass span {display: none;}

    .dd-widget-logo-embed-fast-pass {height: 60px; background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-fast-pass.png"); background-repeat: no-repeat;  background-position: left top; padding: 38px 0px 0px 15px; font-size: 11px; font-weight: 400; color: #ffffff; text-transform: uppercase; letter-spacing: 1px;}

    .dd-widget-logo-embed-fast-pass span {display: none;}

    .dd-widget-logo-embed-daily-deals {height: 60px; background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-daily-deals.png"); background-repeat: no-repeat;  background-position: left top; padding: 36px 0px 0px 63px; font-size: 11px; font-weight: 400; color: #ffffff; text-transform: uppercase; letter-spacing: 1px;}

    .dd-widget-logo-embed-daily-deals span {display: none;}

    .dd-widget-logo-buy-direct {height: 60px; width: 100%; background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-buy-direct.png"); background-repeat: no-repeat;  background-position: left top;}

    .dd-widget-logo-buy-direct span {display: none;}
    .dd-widget-logo-embed-buy-direct {height: 60px; background-image: url("https://papago.dailydeals.golf/Content/img/header-embed-buy-direct.png"); background-repeat: no-repeat;  background-position: left top; padding: 38px 0px 0px 53px; font-size: 11px; font-weight: 400; color: #ffffff; text-transform: uppercase; letter-spacing: 1px;}

    .dd-widget-logo-embed-buy-direct span {display: none;}

    .lw-drop-daily-deals-wide {margin-top: 5px;}
    .lw-drop-fast-pass, .lw-drop-fast-pass-wide, .lw-drop-buy-direct, .lw-drop-buy-direct-wide {margin-top: 5px;}



    .dd-head {background-color: #8a6044; padding: 0px;}
    .dd-head .lw-pic {border-radius: 0%; }
    .dd-head .lw-title {font-size: 22px; color: #ffffff;}

    .dd-head .lw-title a:link {color: #ffffff;text-decoration: none;}
    .dd-head .lw-title a:hover {color: #ffffff; text-decoration: none; cursor: pointer;}
    .dd-head .lw-title a:active {color: #ffffff;text-decoration: none;}
    .dd-head .lw-title a:visited {color: #ffffff;text-decoration: none;}


    .dd-tooltip .lw-tooltip-content {background-color: #000; color: #fff;}
    .dd-tooltip .lw-tooltip-content:before {border-color: transparent transparent transparent black;}

    .dd-select-course {padding: 0px 15px;}
    .dd-select-course .lw-field {margin-bottom: 0px;}
    .dd-select-course .lw-field .lw-select {
    background-color: rgba(40, 40, 40, 0.8);
    color: #fff;
    font-weight: 200;
    font-family: inherit;
    font-size: 13px;
    background-image: url("https://papago.dailydeals.golf/Content/img/select-arrow-down-white.png");
    background-size: 12px 8px;
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    border: 1px solid #999;
    padding: 3px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

    .dd-select-course .lw-field .lw-select option {font-family: 'Fira Sans', serif !important;}



    .dd-tags {display: flex; padding: 15px 5px 3px; justify-content: space-between; margin: 0px 8px 0px;}


    .dd-tag-today, .dd-tag-tomorrow {padding-top: 15px !important; height: 42px;}

    .dd-tags .lw-tags-item {margin: 3px 6px 5px 0px; font-size: 12px !important; text-align: center; font-size: 12px; padding: 6px 16px; background-color: #333; color: #fff; flex-grow: 1; cursor: pointer;}

    .dd-tags .lw-tags-item a:link, .dd-tags .lw-tags-item a:hover, .dd-tags .lw-tags-item a:active, .dd-tags .lw-tags-item a:visited {color: #ffffff;}

    .dd-tag-empty {width: 20px;}


    .dd-tags .lw-btn_back, .dd-tags .lw-btn_next {padding-top: 12px;}

    .dd-tags-sub .lw-btn_back {padding-top: 7px !important;}

    .dd-tags .lw-tags-item.lw-active {
    background: #ca2126;
    font-weight: 600;
    color: white;
    }
    .dd-tags-sub {display: flex; justify-content: flex-start !important;}

    .dd-tags-sub .lw-tags-item {padding: 8px 10px; flex-grow: 0; cursor: pointer;}


    .dd-tags-page-nav {padding-top: 0px; display: flex; margin-bottom: 8px; align-items: center;}
    .dd-tags-page-nav.dd-tags-page-item {padding: 8px 10px; background-color: transparent; color: #333;}
    .dd-tags-page-nav .lw-btn_back {}


    .dd-name-weather {display: flex; margin: 0px 0px 0px 0px !important; background-colorr: rgba(0, 0, 0, 0.6); padding: 6px 12px 0px; justify-content: space-between;}

    .dd-subscribe{margin: -15px 0px 0px 0px !important;  padding: 3px 10px 4px;}
    .dd-subscribe .dd-subscribe-title {color: #fff !important; margin: 8px 0 8px;}
    .dd-subscribe-legal {color: #999; font-size: 11px; margin: 6px 0 8px;}
    .row-subsribe {display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px;}
    .row-subsribe .lw-col1 {}
    .row-subsribe .lw-col2 {width: 85px; text-align: right; padding-right: 6px;}
    .dd-btn-learn-more {
    background: none;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #999 inset;
    color: #ccc !important;
    font-size: 11px;
    font-weight: 300;
    padding: 3px 8px;
    }
    a.dd-btn-details {color: #fff;}
    a.dd-btn-details:link {color: #fff;}
    a.dd-btn-details:hover {color:#fff;}
    a.dd-btn-details:visited {color: #fff;}

    .dd-row-golfcash {display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; background-color: #fff; padding: 6px; border-radius: 4px;   -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
    box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
    }
    .dd-col-golfcash-balance {width: 30%; margin: 0 10px 0 5px;}
    .dd-col-golfcash-amount { width: 60%; margin: 0 15px 0 10px;}
    .dd-golfcash-hdr {font-size: 10px; text-transform: uppercase; color: #666;}
    .dd-golfcash-balance {font-size: 22px; font-weight: 400; color: #999; display: block;}
    .dd-golfcash-applied {font-size: 22px; font-weight: 500; color: #448646; text-align: left;}


    .dd-golfcash-use-balance {display: flex; justify-content: center; align-items: center; margin-bottom: 10px;}
    .dd-golfcash-use-amount {margin-bottom: 4px; font-size: .9em;}
    .dd-golfcash-use-balance .dd-golfcash-use-check .material-icons {color: #448646 !important; margin-right: 6px; font-size: 1.6em;}
    .dd-golfcash-use-balance .dd-golfcash-use-clear .material-icons {color: #999999 !important; margin-left: 6px; font-size: 1.2em;}
    .dd-golfcash-funds-message {width: 100% !important; clear: both; background-color: red; padding: 6px; border-radius: 4px;   -webkit-box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06);
    box-shadow: 0 3px 5px 0 rgba(37, 39, 44, 0.05), 0 1px 3px 0 rgba(37, 39, 44, 0.06); margin-bottom: 6px; font-size: .9em; color: #fff; }
    .golfcash-nofunds .dd-golfcash-balance {color: red;}

    .dd-poweredby {font-size: 11px; color: #bbb9b9; margin: 0px 0px 0px 12px !important; clear: both; display: block;}
    .dd-poweredby img {display: block;}

    .dd-pb-brand  {padding: 13px 0px 20px 130px; background-image: url("https://papago.dailydeals.golf/Content/img/powered-by-sagacity-golf-patentpending.png"); background-repeat: no-repeat;  background-position: left top;}


    .dd-pb-brand a {color: #09b4e2;}
    .dd-pb-brand a:link {color: #09b4e2;}
    .dd-pb-brand a:hover {color: #09b4e2;text-decoration: underline;}
    .dd-pb-brand a:visited {color: #09b4e2;}




    .dd-header-title {color: #fff; font-size: 15px; padding-top: 7px;}

    .dd-weather {display: flex;}
    .weather-icon img {max-width:90%; height:auto;}
    .weather-day {font-size: 1.1em; font-weight: 800;}
    .weather-date {font-size: 1.em; font-weight: 600;}
    .weather-temp {font-size: .9em; margin-top: 8px; color: #fff;}
    .dd-loading-message {ont-size: .9em; margin-top: 8px; color: #fff;}
    .dd-loading-cover-with-header {
    position:absolute;
    top:56px;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.85);
    border-radius: 0px 0px 6px 6px;
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:9999;
    color:white;
    }

    .dd-loading-cover {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.85);
    border-radius: 6px;
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:9999;
    color:white;
    }


    .dd-loading {padding: 150px 0 0 0; text-align: center; color: #fff;}
    .dd-btn-load {height: 15px; padding-left: 5px;}

    .dd-body {padding: 0px 0px 8px !important; font-size: 14px; overflow-y:auto !important; min-height: 200px; height: 450px; overflow-x: hidden; background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.8)),
    url('https://papago.dailydeals.golf/content/ws/1609/widget/WidgetBackground.jpg');


    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: right;
    }
    .dd-body a{color: #464646;}

    .dd-body .lw-input {background-color: #ffffff !important; font-family: 'Fira Sans', serif; font-size: 17px !important; color: #464646 !important; font-weight: normal; border: 0px !important;}

    .dd-page-content {background-color: rgba(0, 0, 0, 0.55); padding: 20px; color: #fff !important; line-height: 1.3 !important; font-size: 1em !important; border-radius: 10px; margin: 0 10px 0;}
    .dd-page-content p {color: #fff !important; margin-top: 14px !important; line-height: 1.3 !important; font-size: 1em !important;}
    .dd-page-content-title {font-size: 20px; font-weight: 300;}
    .dd-page-content .dd-view-all-times {margin: 0px; }

    .dd-tags .lw-btn_back:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border: solid #fff;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    }

    .lw-widget ::-webkit-scrollbar
    {
    width: 12px;  /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
    }

    .lw-widget ::-webkit-scrollbar-track
    {
    background: rgba(0, 0, 0, 0.2);
    }

    .lw-widget ::-webkit-scrollbar-thumb
    {
    background: rgba(235,235, 235, 0.7);
    }



    .lw-btn_next {
    padding: 0;
    background: none;
    color: #2F2E35;
    }

    .lw-btn_next:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border: solid #fff;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    vertical-align: middle;
    }


    .dd-hours, .dd-hour-times, .dd-select-players, .dd-checkout {padding: 15px 15px 15px;}

    .dd-select-players {background: rgba(238, 238, 238, 0.9);margin: 15px; border-radius: 6px;}
    .dd-select-players .dd-description {color: #ca2126;}
    .dd-checkout {background: rgba(238, 238, 238, 0.9); margin: 15px; border-radius: 6px;}

    .dd-offer-optin .dd-offer-optin-content {font-size: 14px; padding-left: 6px; padding-top: 1px;}
    .dd-offer-optin .dd-offer-optin-content a {font-size: 14px; text-decoration: underline;}
    .dd-offer-optin .dd-offer-optin-checkbox {margin-top: 3px;}


    .dd-forgot-password a {font-size: 11px !important; color: #333; text-align: right; text-decoration: underline;}
    .dd-forgot-password {margin-bottom: 6px; font-size: 11px !important; color: #666;}

    .dd-hour-item {background: rgba(238, 238, 238, 0.95) url('https://papago.dailydeals.golf/Content/img/time-bg.png') center left no-repeat; border-radius: 6px; padding: 12px 15px 12px 10px; margin-bottom: 10px; cursor: pointer !important; display: flex; justify-content: space-between; align-items: center;}
    .dd-hour-item:hover {background-color: #e1e1e1 !important; cursor: pointer !important;}

    .dd-save-card {display: flex;}
    .dd-save-card .dd-content {color: #666; font-size: 1em; margin: 2px 0px 0px 3px;}

    .dd-roll {background: rgba(238, 238, 238, 0.95);border-radius: 6px; padding: 12px 15px; margin-bottom: 10px;}
    .dd-roll .dd-icon {text-align: center; align-content: center;}
    .dd-roll .dd-icon .material-icons {font-size: 1.8em; color: red;}


    .dd-error {background: rgba(238, 238, 238, 0.95);border-radius: 6px; padding: 45px 25px; margin-bottom: 10px; font-size: 1.2em;}
    .dd-error .dd-icon {text-align: center; align-content: center;}
    .dd-error .dd-icon .material-icons {font-size: 1.8em; color: red;}
    .dd-error a:link, .dd-error a:visited  {color: red !important; text-decoration: underline;}




    .dd-errors {background: rgba(238, 238, 238, 0.95);border-radius: 6px; padding: 5px 6px; margin-bottom: 15px;}


    .dd-errors ul {
    font-size: 1em;
    line-height: 20px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    .dd-errors ul li:before {
    font-family: "Material Icons";
    content: "error";
    font-size: 1em;
    color: red;
    margin-right: 3px;

    }

    .dd-errors ul li {
    font-size: .9em;
    color: red;
    padding-top: 3px;

    }



    .dd-hour-col-1 { text-align: center; width: 125px; }

    .dd-hour-col-2 {text-align: center; margin-left: 25px; width: 100px; }
    .dd-hour-col-3 {text-align: right; width: 125px;}



    .dd-hour-day {margin-bottom: 5px; font-size: 12px; }
    .dd-hour-day span {padding-left: 20px;}
    .dd-hour-day .material-icons {font-size: 14px; color: #999; vertical-align: top !important; display: inline-flex; align-items: center; justify-content: center;}
    .dd-hour-count {font-size: 16px;}
    .dd-hour-count strong {color: #ca2126;}

    .dd-col-info {flex-grow: 2; text-align: right; }
    .dd-col-price {margin-top: -10px;}

    .dd-col-price-label {font-size: 3.4em; font-weight: 800;  color: #ca2126; margin: 0px;}
    .dd-col-price-label:before {content: "$"; font-size:22px ; color: #ca2126;  padding-top: 10px; vertical-align: middle;  }
    .dd-col-link { }
    .dd-price-player {font-size: .8em; text-transform: uppercase; color: #666;  margin: -10px 0 0 0px; text-align: center;}




    .dd-col-link .material-icons {font-size: 40px; color: #999;}

    .dd-col-link .lw-btn_next:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 10px;
    border: solid #ccc;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    vertical-align: middle;
    }
    .dd-view-all-times {margin: 0px 10px 25px;}
    .dd-btn-view-all {font-size: 12px; padding: 9px 10px; color: #fff !important;}
    .dd-view-all-times a:link, .dd-view-all-times a:visited {color: #ffffff;}

    .dd-hour-times-item {background-color: #eeeeee; border-radius: 10px; padding: 8px; margin-bottom: 10px;}
    .dd-hour-times-item:hover {background-color: #e1e1e1 !important; cursor: pointer;}

    .dd-col-time {width: 25%; vertical-align: top; text-align: center; margin-right: 12px; }
    .dd-col-time-info {display: inline-block; width: 55%;  vertical-align: top;}



    .dd-time-rate {font-size: 17px; font-weight: 700; margin-top: 4px;}

    .dd-icon .material-icons {font-size: 1.6em; color: #999;}

    .dd-time-row {display: flex; justify-content: space-between;  align-items: center; width: 100%; text-align: center;}
    .dd-price-row {width: 100%; text-align: left;display: flex; justify-content: space-between; align-items: center; }

    .dd-time strong {font-size: 2.0em; font-weight: 300; padding: 0px !important; margin-left: 6px; color: #333; }
    .dd-time {font-size: .9em; color: #333; opacity: .9; text-transform: uppercase; font-weight: normal;}

    .dd-time-info {text-align: right;}

    .dd-col-savings { text-align: center;}
    .dd-savings {font-size: 2.3em; font-weight: 100;  color: #666; margin-top: -6px;}
    .dd-savings:after {content: "%"; font-size:15px; color: #666;  padding-top: 6px; vertical-align: middle;  }
    .dd-col-savings-label  {font-size: .8em; text-transform: uppercase; color: #999; text-align: center; }




    .dd-col-savings-tag {height: 100px; width: 100px; background-image: url("https://papago.dailydeals.golf/Content/img/bg-tag.png"); background-repeat: no-repeat;  background-position: left; transform: rotatte(-340deg); margin-top: -15px;}

    .dd-btn-login, .dd-btn-stroke {
    background: none;
    -webkit-box-shadow: 0 0 0 2px #ca2126 inset;
    box-shadow: 0 0 0 2px #ca2126 inset;
    color: #ca2126;
    font-size: 14px;
    padding: 5px 10px;
    }
    .dd-btn-login:hover, .dd-btn-stroke:hover {color: #ca2126;
    background: #ffffff;}

    a.lw-btn_stroke:link {color: #ca2126;}
    a.lw-btn_stroke:hover {color: #ca2126;}
    a.lw-btn_stroke:visited {color: #ca2126;}

    .dd-btn-details {
    background: none;
    -webkit-box-shadow: 0 0 0 1px #999 inset;
    box-shadow: 0 0 0 1px #999 inset;
    color: #666;
    font-size: 10px;
    padding: 6px 5px 4px;
    }

    a.dd-btn-details:link {color: #666;}
    a.dd-btn-details:hover {color:#666;}
    a.dd-btn-details:visited {color: #666;}

    .dd-checkout-promo-code-applied {font-size: 11px; display: flex; justify-content: space-between;align-items: center;}


    .dd-col-book {text-align: right; margin: 10px 0 10px;}

    .dd-time-detail {font-size: 10px; color: #666;}

    .dd-btn_stroke {
    background: #ca2126;
    -webkit-box-shadow: 0 0 0 2px #ca2126 inset;
    box-shadow: 0 0 0 2px #ca2126 inset;
    color: #fff;
    padding: 6px 15px;
    }

    .dd-btn_stroke:hover {
    background: #ca2126;
    color: #fff;
    }


    .dd-number-players {font-size: 1.0em; font-weight: 400; margin-top: 1px; color: #666;}

    .dd-course-name {font-size: .7em; font-weight: 400; color: #999; text-transform: uppercase; max-width: 100px; margin: -2px 0px 5px; text-align: center;}

    .dd-col-savings .dd-label {text-transform: uppercase; color: #666; font-size: 10px; margin-top: 4px;}
    .dd-col-savings .dd-value {color: #666; font-size: 20px; color: #ca2126; font-weight: 800;}

    .dd-player-select {display: inline-block; text-align: center; width: 21%; margin-right: 10px; text-align: center; padding: 5px 10px; }
    .dd-player-select:hover {cursor: pointer;}
    .dd-player-select:last-child {margin-right:0px;}

    .dd-player-select .material-icons {font-size: 80px; margin: 0 0 0 -18px; padding: 0px; color: #999;}
    .dd-player-select:hover .material-icons{color: #ca2126;}





    .dd-description {font-weight: bold; margin-bottom: 3px; font-size: 15px; color: #333; text-transform: uppercase;}
    .dd-cart-info-col-1 {display: inline-block; padding: 0 8px 0px 0px; text-align: left; width: 70%; vertical-align: top; font-size: 15px; }
    .dd-cart-info-col-2 {display: inline-block; padding: 0 8px 0p 8px; text-align: left; width: 20%; vertical-align: top; font-size: 15px;}


    .dd-col-25 {width: 25% !important;}
    .dd-col-75 {width: 75% !important;}



    .dd-cart-row {padding: 5px 0 4px; clear: both;}
    .dd-amenities strong {color: #999; font-size: 13px; text-transform: uppercase;}
    .dd-amenities {font-size: 13px; color: #666;}

    .dd-cart-date-time-course {display: flex; justify-content: space-between; align-items: flex-start; text-align: center;}
    .dd-cart-info {padding: 6px; flex-grow:1; flex-basis:auto; flex-grow: 1; font-size: 12px;}
    .dd-cart-info .material-icons {color: #999; font-size: 22px;}
    .dd-cart-course {margin-left: 3px;}
    .dd-cart-date {min-width: 70px; margin-right: 3px;}
    .dd-cart-time {min-width: 70px;}

    .dd-notes {margin: 0px 0px 10px 0px; padding: 0px; font-size: .9em !important;}
    .dd-notes a {text-decoration: underline;}

    .dd-cart-border {border-bottom: 1px dotted #ccc;}


    .dd-confirm-col-1 {display: inline-block; padding: 0px 0px 0px 0px; text-align: left; width: 20%; vertical-align: middle; font-size: 12px; }
    .dd-confirm-col-2 {display: inline-block; padding: 0px 0px 0px 0px; text-align: left; width: 75%; vertical-align: middle; font-size: 12px;}
    .dd-confirm-row {padding: 4px 0 10px; clear: both; }
    .dd-input-share {height: 30px; font-size: 13px;}
    .dd-btn-share {background-color: #ca2126; text-transform: uppercase;}


    .clear-promo-code {margin-top: 2px; vertical-align: middle; padding-left: 6px; padding-top: 4px;}
    .clear-promo-code .material-icons {font-size: .9em; color: #ccc;}

    .dd-cart-due-now {border: 1px solid #027b3d; background-color: #00a651; color: #fff; font-weight: 800; text-transform: uppercase; padding: 3px 3px 3px 10px;}
    .dd-cart-due-now .dd-cart-info-col-1, .dd-cart-due-now .dd-cart-info-col-2 {font-size: 18px; color: #fff;}
    .dd-cart-total {font-weight: bold;}
    .dd-btn-checkout {background-color: #02c862; text-transform: uppercase;}
    .dd-btn-checkout:hover {background: #02c862 !important;opacity: .8; border: 0px !important;}
    .dd-checkout-links {color: #999; font-size: 14px; text-align: center; margin: 15px 0 0px; vertical-align: middle; }
    .dd-checkout-links a:visited, .dd-checkout-links a:link {color: #666;}
    .dd-checkout-btn {margin: 16px 0 8px;}
    .dd-checkout-btn a {color: #fff;}
    .dd-helper-text {font-size: 12px; color: #999; margin: -8px 0 9px 3px;}

    .dd-payment-hdr {margin-bottom: 8px;}
    .dd-checkout-total-charged, .dd-checkout-total-golfcash { background-color: #e1e1e1; border-radius: 15px; text-align: center; padding: 6px; font-size: .9em; margin: 15px 0px 15px; color: #666; border: 1px solid #02c862;}


    .dd-secure-message {display: flex; align-items: center; margin-top: 5px; }
    .dd-secure-message .material-icons {color: #a6a5a5; font-size: 18px;}
    .dd-secure-message-notes {margin: 4px 0px 6px 0px; padding: 0px 0px 4px 0px; font-size: .8em; color: #666;border-bottom: 1px dashed #acabab;}

    .dd-login .dd-secure-message-notes, .dd-guest-checkout .dd-secure-message-notes {border-bottom: 0px;}


    .dd-secure-header {font-weight: bold;font-size: 15px; color: #666; text-transform: uppercase; margin-top: 4px;}

    .dd-field_card-expire .lw-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }

    .dd-field_card-expire .lw-input {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 20 0 80px;
    flex: 20px 0 80px;
    }

    .dd-checkout-cvv {margin-left: 10px;}
    .dd-pr {padding-right: 10px;}

    .dd-confirmation {padding-top: 10px; padding-bottom: 10px;}

    .title-confirmation {color: #ca2126; margin-bottom: 2px;}

    .dd-confirmation ul {
    list-style-type: none;
    margin-top: 0px;
    }

    .dd-confirmation li {vertical-align: top !important; margin: 6px 0 6px; font-size: 14px; }
    .dd-confirmation li .material-icons {font-size: 19px; color: #333; vertical-align: top !important; display: inline-flex; align-items: center; justify-content: center;}

    .dd-confirmation .dd-notes {font-size: .9em !important;}

    .dd-share-notes {font-size: .8em; color: #999; margin-top: -2px; font-style: italic;}


    .dd-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    display: none;
    z-index: 2;
    }


    .dd-popup {
    margin-top: 56px;
    padding: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    transition: all 500ms ease-in-out;
    max-height: 449px;
    overflow-y: scroll;
    }
    .dd-popup .dd-content .lw-btn_stroke {color: #333; padding: 4px 10px; font-size: 12px; margin: 10px 40% 10px;}

    .dd-popup h2 {
    margin-top: 0;
    color: #333;
    font-size: 16px;

    }
    .dd-popup .dd-close {
    position: absolute;
    top: 5px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #999;
    }
    .dd-popup .dd-close:hover {
    color: #06D85F;
    }
    .dd-popup .dd-content {
    max-height: 30%;
    overflow: auto;
    font-size: 13px;
    }
    .dd-popup .dd-content a {
    text-decoration: underline;
    }

    .dd-card-info {font-size: 1.8em; color: #333;}
    .dd-edit-cc {padding-top: 30px;}
    .dd-add-cc {padding-top: 0px;}

    @media (max-width: 575px) { .dd-edit-cc {padding-top: 10px;} }

    .dd-edit-cc .lw-btn, .dd-add-cc .lw-btn {font-size: .9em; padding: 8px 15px 6px; border: 1px solid #333; color: #333; background-color: inherit;}
    .dd-edit-cc .lw-btn:disabled, .dd-add-cc .lw-btn:disabled {border: 1px solid #ccc; color: #ccc;}
    .dd-credit-card-frame iframe {border: 0px;  overflow-y: hidden; overflow-x: hidden;}

    .lw-widget {
    font-family: 'Fira Sans', serif;
    }

    .lw-widget button,
    .lw-widget input,
    .lw-widget textarea,
    .lw-widget select {
    font-family: inherit;
    }

    @-webkit-keyframes dd-fadeinout {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 0; }
    }

    @keyframes dd-fadeinout {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 0; }
    }


    @-webkit-keyframes dd-bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
    }

    @-moz-keyframes dd-bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
    }

    @-o-keyframes dd-bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
    }
    @keyframes dd-bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
    }


    @-webkit-keyframes dd-bounce-down {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(30px);}
    60% {-webkit-transform: translateY(15px);}
    }

    @-moz-keyframes dd-bounce-down {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(30px);}
    60% {-moz-transform: translateY(15px);}
    }

    @-o-keyframes dd-bounce-down {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(30px);}
    60% {-o-transform: translateY(15px);}
    }
    @keyframes dd-bounce-down {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(30px);}
    60% {transform: translateY(15px);}
    }




    @-webkit-keyframes dd-pulse {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252,5,14, 0.4);
    }
    70% {
    -webkit-box-shadow: 0 0 0 15px rgba(252,5,14, 0);
    }
    100% {
    -webkit-box-shadow: 0 0 0 0 rgba(252,5,14, 0);
    }
    }
    @keyframes dd-pulse {
    0% {
    -moz-box-shadow: 0 0 0 0 rgba(252,5,14, 0.4);
    box-shadow: 0 0 0 0 rgba(252,5,14, 0.4);
    }
    70% {
    -moz-box-shadow: 0 0 0 15px rgba(252,5,14, 0);
    box-shadow: 0 0 0 15px rgba(252,5,14, 0);
    }
    100% {
    -moz-box-shadow: 0 0 0 0 rgba(252,5,14, 0);
    box-shadow: 0 0 0 0 rgba(252,5,14, 0);
    }
    }
        
            .lw-tooltip {margin-right: 0px;}
        
    @media (max-width: 1470px) { 
.lw-widget {top: auto !important; bottom: 0 !important;}
.lw-widget_top .lw-container .lw-drop {
    top: auto !important;
    bottom: 80px !important;
}
}
