@font-face {
  font-family: "PT Sans";
  src: url("/css/ptsans/PTSansRegular.eot");
  src: url("/css/ptsans/PTSansRegular.eot") format("embedded-opentype"),
		 url("/css/ptsans/PTSansRegular.woff") format("woff"),
		 url("/css/ptsans/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  src: url("/css/ptsans/PTSansBold.eot");
  src: url("/css/ptsans/PTSansBold.eot") format("embedded-opentype"),
		 url("/css/ptsans/PTSansBold.woff") format("woff"),
		 url("/css/ptsans/PTSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

.stream-wood-btn,
.stream-wood-btn:hover,
a.stream-wood-btn,
a.stream-wood-btn:hover {
  bottom: 0;
  color: #fff;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: normal;
  height: 33px;
  left: auto;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0 10px 0 0;
  /*min-width: 220px;*/
  padding: 4px 0 3px 0;
  position: fixed;
  right: 0;
  top: auto;
  text-align: center;
  text-decoration: none;
  /*width: 220px;*/
  width: auto;
  z-index: 100000000;
  /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
  background-color: #00c1f2;
  *background-color: #00aeef;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c3f4), to(#00aeef));
  background-image: -webkit-linear-gradient(top, #00c3f4, #00aeef);
  background-image: -o-linear-gradient(top, #00c3f4, #00aeef);
  background-image: linear-gradient(to bottom, #00c3f4, #00aeef);
  background-image: -moz-linear-gradient(top, #00c3f4, #00aeef);
  background-repeat: repeat-x;
  border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #00aeef #00aeef #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-indent: 0;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}

.stream-wood-btn::before,
.stream-wood-btn::after,
.stream-wood-recall-copyright::before,
.stream-wood-recall-copyright::after,
.stream-wood-recall-copyright a::before,
.stream-wood-recall-copyright a::after,
.stream-wood-btn .sw-status::before,
.stream-wood-btn .sw-status::after {
  /* не удалять — костыль для http://dnk-k.ru/ */
  display: none;
}

.stream-wood-btn span,
.stream-wood-btn:hover span {
  background: transparent;
  border: none;
  color: #e1e1e1;
  display: inline;
  float: none;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
  padding: 0;
  position: static;
}

.stream-wood-btn span.sw-title,
.stream-wood-btn:hover span.sw-title {
  border-bottom: none;
  color: #fff;
  display: inline;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 15px !important;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: none;
  text-shadow: rgba(14, 30, 56, 0.75) 1px 1px 0;
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=2,color=#0e1e38);
}

.stream-wood-btn span.sw-status,
.stream-wood-btn:hover span.sw-status {
  margin-left: 15px;
  margin-right: 15px;
}

.stream-wood-btn span.only-title,
.stream-wood-btn:hover span.only-title {
  position: relative;
  top: 9px;
}

.stream-wood-btn span.only-title-ie,
.stream-wood-btn:hover span.only-title-ie {
  position: relative;
  right: 7px;
}

.stream-wood-btn.sw-btn-online,
.stream-wood-btn.sw-btn-online:hover {
  color: #e1e1e1;
  background-color: #00c1f2;
  *background-color: #00aeef;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c3f4), to(#00aeef));
  background-image: -webkit-linear-gradient(top, #00c3f4, #00aeef);
  background-image: -o-linear-gradient(top, #00c3f4, #00aeef);
  background-image: linear-gradient(to bottom, #00c3f4, #00aeef);
  background-image: -moz-linear-gradient(top, #00c3f4, #00aeef);
  background-repeat: repeat-x;
  border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #00aeef #00aeef #bfbfbf;
  border-bottom-color: #a2a2a2;
  height: 33px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}

.stream-wood-btn.sw-btn-only-title,
.stream-wood-btn.sw-btn-only-title:hover {
  height: 27px;
  padding-top: 10px;
}

.stream-wood-btn.stream-wood-btn-g,
.stream-wood-btn.stream-wood-btn-g:hover,
a.stream-wood-btn.stream-wood-btn-g,
a.stream-wood-btn.stream-wood-btn-g:hover {
  bottom: 0;
  color: #898989;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 13px;
  font-weight: normal;
  height: 33px;
  left: auto;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0 10px 0 0;
  /*min-width: 220px;*/
  padding: 4px 0 3px 0;
  position: fixed;
  right: 0;
  top: auto;
  text-align: center;
  text-decoration: none;
  /*width: 220px;*/
  width: auto;
  z-index: 100000000;
  background-color: #e9e9e9;
  *background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ededed, #d9d9d9);
  background-image: -o-linear-gradient(top, #ededed, #d9d9d9);
  background-image: linear-gradient(to bottom, #ededed, #d9d9d9);
  background-image: -moz-linear-gradient(top, #ededed, #d9d9d9);
  background-repeat: repeat-x;
  border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.stream-wood-btn.stream-wood-btn-g span,
.stream-wood-btn.stream-wood-btn-g:hover span {
  background: transparent;
  border: none;
  color: #898989;
  display: inline;
  float: none;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 17px;
  margin: 0;
  padding: 0;
}

.stream-wood-btn.stream-wood-btn-g span.sw-title,
.stream-wood-btn.stream-wood-btn-g:hover span.sw-title {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: none;
  text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=2,color=#fff);
}

.stream-wood-btn.sw-btn-online span.sw-title,
a.stream-wood-btn.sw-btn-online span,
.stream-wood-btn.sw-btn-online:hover span.sw-title,
a.stream-wood-btn.sw-btn-online:hover span {
  color: #fff;
}

.stream-wood-btn.sw-btn-online span,
a.stream-wood-btn.sw-btn-online span,
.stream-wood-btn.sw-btn-online:hover span,
a.stream-wood-btn.sw-btn-online:hover span {
  color: #e1e1e1;
}

.stream-wood-btn.sw-btn-small,
a.stream-wood-btn.sw-btn-small,
.stream-wood-btn.sw-btn-small:hover,
a.stream-wood-btn.sw-btn-small:hover {
  font-size: 10px;
  font-weight: bold;
  height: 28px;
  line-height: 12px;
  /*min-width: 140px;*/
  padding: 2px 0 0 0;
  /*width: 140px;*/
  width: auto;
}

.stream-wood-btn.sw-btn-small span,
a.stream-wood-btn.sw-btn-small span,
.stream-wood-btn.sw-btn-small:hover span,
a.stream-wood-btn.sw-btn-small:hover span {
  line-height: 12px;
}

.stream-wood-btn.sw-btn-small span.sw-title,
a.stream-wood-btn.sw-btn-small span.sw-title,
.stream-wood-btn.sw-btn-small:hover span.sw-title,
a.stream-wood-btn.sw-btn-small:hover span.sw-title {
  font-size: 12px;
}

.stream-wood-btn.sw-btn-position-top,
a.stream-wood-btn.sw-btn-position-top,
.stream-wood-btn.sw-btn-position-top:hover,
a.stream-wood-btn.sw-btn-position-top:hover {
  bottom: auto;
  margin: 0 10px 0 0;
  top: 0;
  min-width: 220px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.stream-wood-btn.sw-btn-position-top-ie,
a.stream-wood-btn.sw-btn-position-top-ie,
.stream-wood-btn.sw-btn-position-top-ie:hover,
a.stream-wood-btn.sw-btn-position-top-ie:hover {
  bottom: auto;
  margin: 0 10px 0 0;
  top: 0;
  min-width: 220px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.stream-wood-btn.sw-btn-position-bottom,
a.stream-wood-btn.sw-btn-position-bottom,
.stream-wood-btn.sw-btn-position-bottom:hover,
a.stream-wood-btn.sw-btn-position-bottom:hover {
  bottom: 0;
  left: auto;
  margin: 0 10px 0 0;
  right: 0;
  text-decoration: none;
  top: auto;
  min-width: 220px;
}

.stream-wood-btn.sw-btn-position-bottom-ie,
a.stream-wood-btn.sw-btn-position-bottom-ie,
.stream-wood-btn.sw-btn-position-bottom-ie:hover,
a.stream-wood-btn.sw-btn-position-bottom-ie:hover {
  bottom: 0;
  left: auto;
  margin: 0 10px 0 0;
  right: 0;
  top: auto;
  min-width: 220px;
}

.stream-wood-btn.sw-btn-position-left,
a.stream-wood-btn.sw-btn-position-left,
.stream-wood-btn.sw-btn-position-left:hover,
a.stream-wood-btn.sw-btn-position-left:hover {
  bottom: auto;
  left: 0;
  right: auto;
  top: 30%;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 0 100%;
  margin: 0;
  min-width: 220px;
}

.stream-wood-btn.sw-btn-position-left-ie,
a.stream-wood-btn.sw-btn-position-left-ie,
.stream-wood-btn.sw-btn-position-left-ie:hover,
a.stream-wood-btn.sw-btn-position-left-ie:hover {
  bottom: auto;
  right: auto;
  top: 30%;
  left: 0;
  margin: 0;
  width: 37px;
  min-height: 220px;
  /*height: 220px;*/
  height: auto;
  writing-mode: bt-rl;
}

.stream-wood-btn.sw-btn-position-right,
a.stream-wood-btn.sw-btn-position-right,
.stream-wood-btn.sw-btn-position-right:hover,
a.stream-wood-btn.sw-btn-position-right:hover {
  bottom: auto;
  left: auto;
  /*right: -92px;*/
  right: 0;
  top: 30%;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 100% 100% 0;
  margin: 0;
  min-width: 220px;
}

.stream-wood-btn.sw-btn-position-right-ie,
a.stream-wood-btn.sw-btn-position-right-ie,
.stream-wood-btn.sw-btn-position-right-ie:hover,
a.stream-wood-btn.sw-btn-position-right-ie:hover {
  writing-mode: tb-rl;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  /*right: -92px;*/
  top: 30%;
  width: 37px;
  min-height: 220px;
  height: auto;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-top,
a.stream-wood-btn.sw-btn-small.sw-btn-position-top,
.stream-wood-btn.sw-btn-small.sw-btn-position-top:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-top:hover {
  bottom: auto;
  margin: 0 10px 0 0;
  top: 0;
  min-width: 140px;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-top-ie,
a.stream-wood-btn.sw-btn-small.sw-btn-position-top-ie,
.stream-wood-btn.sw-btn-small.sw-btn-position-top-ie:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-top-ie:hover {
  bottom: auto;
  margin: 0 10px 0 0;
  top: 0;
  min-width: 140px;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-bottom,
a.stream-wood-btn.sw-btn-small.sw-btn-position-bottom,
.stream-wood-btn.sw-btn-small.sw-btn-position-bottom:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-bottom:hover {
  bottom: 0;
  left: auto;
  margin: 0 10px 0 0;
  right: 0;
  top: auto;
  min-width: 140px;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-bottom-ie,
a.stream-wood-btn.sw-btn-small.sw-btn-position-bottom-ie,
.stream-wood-btn.sw-btn-small.sw-btn-position-bottom-ie:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-bottom-ie:hover {
  bottom: 0;
  left: auto;
  margin: 0 10px 0 0;
  right: 0;
  top: auto;
  min-width: 140px;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-left,
a.stream-wood-btn.sw-btn-small.sw-btn-position-left,
.stream-wood-btn.sw-btn-small.sw-btn-position-left:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-left:hover {
  left: 0;
  margin: 0;
  min-width: 140px;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-right,
a.stream-wood-btn.sw-btn-small.sw-btn-position-right,
.stream-wood-btn.sw-btn-small.sw-btn-position-right:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-right:hover {
  right: 0;
  margin: 0;
  min-width: 140px;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-left-ie,
a.stream-wood-btn.sw-btn-small.sw-btn-position-left-ie,
.stream-wood-btn.sw-btn-small.sw-btn-position-left-ie:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-left-ie:hover {
  left: 0;
  /*height: 140px;*/
  min-height: 140px;
  height: auto;
  margin: 0;
  width: 29px;
}

.stream-wood-btn.sw-btn-small.sw-btn-position-right-ie,
a.stream-wood-btn.sw-btn-small.sw-btn-position-right-ie,
.stream-wood-btn.sw-btn-small.sw-btn-position-right-ie:hover,
a.stream-wood-btn.sw-btn-small.sw-btn-position-right-ie:hover {
  right: 0;
  /*height: 140px;*/
  min-height: 140px;
  height: auto;
  margin: 0;
  width: 29px;
}

.stream-wood-btn.sw-btn-image,
.stream-wood-btn.sw-btn-image:hover,
.stream-wood-btn.stream-wood-btn-g.sw-btn-image,
.stream-wood-btn.stream-wood-btn-g.sw-btn-image:hover {
  text-align: left;
}

.stream-wood-btn.sw-btn-image img {
  display: block;
  left: 7px;
  position: absolute;
  top: -12px;
  padding: 0;
}

.stream-wood-btn.sw-btn-image div.logo-img {
  background-color: #fff;
  border: 3px solid #BB361B;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-sizing: inherit;
  display: block;
  height: 35px;
  left: 13px;
  margin-top: 0;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
  position: absolute;
  top: -8px;
  width: 35px;
}

.stream-wood-btn.sw-btn-image div.logo-img .logo-btn-img {
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 15px !important;
  left: 1px;
  height: 33px;
  margin: 0;
  top: 1px;
  width: 33px;
  border: 0 none;
  transform-origin: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
}

.stream-wood-btn.sw-btn-image img.sw-btn-img {
  left: 15px;
  top: -4px;
}

.stream-wood-btn.sw-btn-image span,
.stream-wood-btn.sw-btn-image:hover span,
.stream-wood-btn.stream-wood-btn-g.sw-btn-image span,
.stream-wood-btn.stream-wood-btn-g.sw-btn-image:hover span {
  margin-left: 64px;
}

.stream-wood-btn.sw-btn-image.sw-btn-position-left img,
a.stream-wood-btn.sw-btn-image.sw-btn-position-left img,
.stream-wood-btn.sw-btn-image.sw-btn-position-left:hover img,
a.stream-wood-btn.sw-btn-image.sw-btn-position-left:hover img {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.stream-wood-btn.sw-no-border-radius,
a.stream-wood-btn.sw-no-border-radius,
.stream-wood-btn.sw-no-border-radius:hover,
a.stream-wood-btn.sw-no-border-radius:hover {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.stream-wood-button,
.stream-wood-button:hover,
.stream-wood-button:visited,
a.stream-wood-button,
a.stream-wood-button:hover,
a.stream-wood-button:visited {
  color: #898989;
  display: inline-block;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 13px;
  height: 65px;
  margin: 0 0 10px 0;
  padding: 13px 0 2px 76px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 144px;
  z-index: 100000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e1e1e1;
}

.stream-wood-button.sw-button-small,
.stream-wood-button.sw-button-small:hover,
.stream-wood-button.sw-button-mini,
.stream-wood-button.sw-button-mini:hover {
  background-color: #e9e9e9;
  *background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ededed, #d9d9d9);
  background-image: -o-linear-gradient(top, #ededed, #d9d9d9);
  background-image: linear-gradient(to bottom, #ededed, #d9d9d9);
  background-image: -moz-linear-gradient(top, #ededed, #d9d9d9);
  background-repeat: repeat-x;
  border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.stream-wood-button.sw-button-online,
.stream-wood-button.sw-button-online:hover,
.stream-wood-button.sw-button-small.sw-button-online,
.stream-wood-button.sw-button-small.sw-button-online:hover,
.stream-wood-button.sw-button-mini.sw-button-online,
.stream-wood-button.sw-button-mini.sw-button-online:hover {
  color: #e1e1e1;
  background-color: #00c1f2;
  *background-color: #00aeef;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00c3f4), to(#00aeef));
  background-image: -webkit-linear-gradient(top, #00c3f4, #00aeef);
  background-image: -o-linear-gradient(top, #00c3f4, #00aeef);
  background-image: linear-gradient(to bottom, #00c3f4, #00aeef);
  background-image: -moz-linear-gradient(top, #00c3f4, #00aeef);
  background-repeat: repeat-x;
  border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #00aeef #00aeef #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.stream-wood-button span.operator-name,
.stream-wood-button span.operator-status,
.stream-wood-button img {
  display: inline;
}

.stream-wood-button img {
  left: 7px;
  position: absolute;
  top: 7px;
}

.stream-wood-button span.sw-title,
.stream-wood-button span.sw-status {
  display: none;
}

.stream-wood-button.sw-button-small span.operator-name,
.stream-wood-button.sw-button-small span.operator-status,
.stream-wood-button.sw-button-small img,
.stream-wood-button.sw-button-mini span.operator-name,
.stream-wood-button.sw-button-mini span.operator-status,
.stream-wood-button.sw-button-mini img {
  display: none;
}

.stream-wood-button.sw-button-small span.sw-title,
.stream-wood-button.sw-button-small span.sw-status,
.stream-wood-button.sw-button-mini span.sw-title,
.stream-wood-button.sw-button-mini span.sw-status {
  display: inline;
}

.stream-wood-button.sw-button-small,
.stream-wood-button.sw-button-mini span.sw-title,
.stream-wood-button.sw-button-small:hover,
.stream-wood-button.sw-button-mini span.sw-title:hover {
  height: auto;
  padding: 2px 0;
  text-align: center;
  width: 220px;
}

.stream-wood-button.sw-button-small,
.stream-wood-button.sw-button-small:hover {
  height: 33px;
  line-height: 15px;
  padding: 3px 0 4px 0;
}

.stream-wood-button span.operator-status {
  color: #898989;
}

.stream-wood-button.sw-button-online {
  background-color: #00aeef;
}

.stream-wood-button.sw-button-online span.operator-name {
  color: #fff;
}

.stream-wood-button.sw-button-online span.operator-status {
  color: #d7d7d7;
}

.stream-wood-button.sw-button-online span.sw-title {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

.stream-wood-button.sw-button-online span.sw-status {
  color: #e1e1e1;
}

.stream-wood-button span.operator-name {
  color: #363636;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.stream-wood-button.sw-button-mini,
.stream-wood-button.sw-button-mini:hover {
  font-size: 10px;
  font-weight: bold;
  height: 28px;
  line-height: 12px;
  padding: 2px 0 0 0;
  width: 140px;
}

.stream-wood-button.sw-button-small span {
  line-height: 17px;
}

.stream-wood-button.sw-button-small span.sw-title {
  color: #363636;
  font-size: 16px;
  line-height: 15px;
}

.stream-wood-button.sw-button-small.sw-button-online span.sw-title {
  color: #fff;
}

.stream-wood-button.sw-button-mini span {
  line-height: 12px;
}

.stream-wood-button.sw-button-mini span.sw-title {
  color: #363636;
  font-size: 12px;
  line-height: 12px;
}

.sw-close,
.sw-close:hover,
.sw-close:focus {
  background: transparent url("/media/StreamWood/img/bgr/close.png") no-repeat left top !important;
  border: 0;
  color: #000;
  cursor: pointer;
  float: right;
  height: 21px;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 2px;
  text-decoration: none;
  width: 24px;
  z-index: 10;
  -webkit-appearance: none;
}

.sw-close-down,
.sw-close-down:hover,
.sw-close-down:focus {
  background: transparent url("/media/StreamWood/img/bgr/close.png") no-repeat left top;
  border: 0;
  color: #000;
  cursor: pointer;
  float: right;
  height: 21px;
  padding: 0;
  position: absolute;
  right: 4px;
  top: -5px;
  text-decoration: none;
  width: 24px;
  z-index: 10;
  -webkit-appearance: none;
}

.sw-sound,
.sw-sound:hover,
.sw-sound:active {
  background: transparent url("/media/StreamWood/img/bgr/sound.png") no-repeat left top;
  border-bottom-style: none;
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 3px;
  text-decoration: none;
  height: 20px;
  width: 24px;
  position: absolute;
  right: 25px;
  top: 2px;
}

.sw-sound-press,
.sw-sound-press:hover,
.sw-sound-press:active {
  background: transparent url("/media/StreamWood/img/bgr/sound.png") no-repeat left -20px;
}

.stream-wood-chat div,
.stream-wood-noreply div,
.stream-wood-invitation div,
.dark-cover-all div {
  margin-left: 0;
  margin-right: 0;
  font-family: inherit;
}

.stream-wood-chat,
.stream-wood-noreply,
.stream-wood-invitation {
  background-color: #fff;
  border: 1px solid #ccc;
  bottom: 0;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  box-sizing: content-box;
  color: #333;
  font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  text-align: left;
  right: 0;
  width: 400px;
  z-index: 2147483647;
  border-top-left-radius: 5px;
}

.stream-wood-chat *,
.stream-wood-noreply *,
.stream-wood-invitation * {
  color: #333;
}

.stream-wood-absolute {
  position: absolute;
}

.stream-wood-chat.stream-wood-compact,
.stream-wood-noreply.stream-wood-compact,
.stream-wood-invitation.stream-wood-compact {
  width: 250px;
}

.stream-wood-chat,
.stream-wood-invitation {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.stream-wood-chat.stream-wood-left,
.stream-wood-noreply.stream-wood-noreply-left,
.stream-wood-invitation.stream-wood-invitation-left {
  bottom: auto;
  left: 0;
  right: auto;
  top: 30%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.stream-wood-chat.stream-wood-top,
.stream-wood-noreply.stream-wood-noreply-top,
.stream-wood-invitation.stream-wood-invitation-top {
  bottom: auto;
  top: 0;
  border-bottom-left-radius: 5px;
}

.stream-wood-chat.stream-wood-right,
.stream-wood-noreply.stream-wood-noreply-right,
.stream-wood-invitation.stream-wood-invitation-right {
  bottom: auto;
  top: 30%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-height: 520px) {
  .stream-wood-chat.stream-wood-left,
  .stream-wood-noreply.stream-wood-noreply-left,
  .stream-wood-invitation.stream-wood-invitation-left,
  .stream-wood-chat.stream-wood-right,
  .stream-wood-noreply.stream-wood-noreply-right,
  .stream-wood-invitation.stream-wood-invitation-right {
    top: auto;
    bottom: 0;
  }

  .stream-wood-btn.sw-btn-position-left,
  .stream-wood-btn.sw-btn-position-left:hover,
  a.stream-wood-btn.sw-btn-position-left,
  a.stream-wood-btn.sw-btn-position-left:hover,
  .stream-wood-btn.sw-btn-position-right,
  .stream-wood-btn.sw-btn-position-right:hover,
  a.stream-wood-btn.sw-btn-position-right,
  a.stream-wood-btn.sw-btn-position-right:hover {
    top: 0;
    bottom: auto;
  }
}

.stream-wood-chat.stream-wood-bottom,
.stream-wood-noreply.stream-wood-noreply-bottom,
.stream-wood-invitation.stream-wood-invitation-bottom {
  border-top-left-radius: 5px;
}

.stream-wood-chat p,
.stream-wood-noreply p,
.stream-wood-invitation p {
  background: transparent;
  color: #fff;
  display: block;
  font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: left;
  text-indent: 0;
  text-shadow: none;
  width: auto;
  word-wrap: break-word;
  position: static;
  font-weight: normal;
  clear: none;
}

.stream-wood-chat .sw-container,
.stream-wood-generator .sw-container {
  overflow: hidden;
  width: auto;
}

.stream-wood-generator * {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}

.stream-wood-chat,
.stream-wood-invitation,
.stream-wood-noreply,
.stream-wood-generator {
  background-image: none;
}

.stream-wood-chat > div,
.stream-wood-invitation > div,
.stream-wood-noreply > div {
  text-indent: 0;
  font-size: 13px;
  color: #333;
}

.stream-wood-generator {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  color: #333;
  font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  right: 0;
  width: 400px;
  /*z-index: 1000000002;*/
  z-index: 2147483646 !important;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  filter: none !important;
  -webkit-filter: none !important;
}

.stream-wood-generator .sw-generator-close-btn,
.stream-wood-generator .sw-generator-close-btn:hover {
  background: url("/media/StreamWood/img/bgr/close.png") no-repeat scroll 0 0 !important;
  border-bottom: none;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 26px;
  z-index: 200;
}

.stream-wood-generator .sw-title {
  margin: 10px 0 10px 10px;
}

.stream-wood-generator .sw-generator-title {
  margin-top: 8px;
  padding: 0 27px;
}

.stream-wood-generator span.generator-title {
  color: #fff;
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 22px;
  text-shadow: rgba(14, 30, 56, 0.75) 1px 1px 0;
}

.stream-wood-generator img.sw-action {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);
  float: none;
  margin: 10px 20px;
  text-align: center;
  width: 360px;
  height: 200px;
}

.stream-wood-generator p.sw-action-text {
  background: transparent;
  color: #5c5c5c;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  /*font-style: italic;*/
  line-height: 20px;
  margin: 0 5px 8px;
  padding: 0 0 5px 0;
  text-align: left;
  text-indent: 0;
  text-shadow: none;
  width: auto;
  word-wrap: break-word;
  top: auto;
}

.stream-wood-generator .gen-counter {
  background: url("/img/bgr/counter-bgr.png") repeat-x bottom;
  height: 56px;
  margin: 10px 0 0 47px;
  position: relative;
  width: 304px;
}

.stream-wood-generator .gen-counter span {
  line-height: 16px !important;
}

.stream-wood-generator .gen-date {
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}

.stream-wood-generator .gen-date .gen-date-text {
  color: #fff;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  position: absolute;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 0;
  width: 70px;
}

.stream-wood-generator .gen-date .sw-generator-date-day {
  left: 47px;
}

.stream-wood-generator .gen-date .sw-generator-date-hour {
  left: 126px;
}

.stream-wood-generator .gen-date .sw-generator-date-hour1 {
  left: 126px;
}

.stream-wood-generator .gen-date .sw-generator-date-min {
  left: 204px;
}

.stream-wood-generator .gen-date .sw-generator-date-min1 {
  left: 204px;
}

.stream-wood-generator .gen-date .sw-generator-date-sec {
  left: 283px;
}

.stream-wood-generator .gen-counter .gen-counter-text {
  color: #000;
  font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 45px;
  letter-spacing: 6px;
  position: absolute;
  top: 20px;
}

.stream-wood-generator .gen-counter .sw-generator-day {
  left: 7px;
  background: none;
}

.stream-wood-generator .gen-counter .sw-generator-hour {
  left: 86px;
}

.stream-wood-generator .gen-counter .sw-generator-min {
  left: 165px;
}

.stream-wood-generator .gen-counter .sw-generator-sec {
  left: 244px;
}

.stream-wood-generator .sw-send-group .sw-gen-name-margin {
  margin-bottom: 8px;
}

.stream-wood-generator .sw-send-group .sw-gen-user-field-margin {
  margin-top: 8px;
}

.stream-wood-generator .sw-send-group .sw-gen-user-field {
  text-transform: none;
}

.stream-wood-chat .sw-error p,
.stream-wood-noreply .sw-error p,
.stream-wood-invitation .sw-error p,
.stream-wood-generator .sw-error p,
.stream-wood-generator-2 .sw-error p,
.stream-wood-registrator .sw-error p {
  color: #f26c4f;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

.stream-wood-registrator .sw-error p {
  margin: -10px 0 10px 0;
}

.stream-wood-chat .sw-error-main,
.stream-wood-noreply .sw-error-main,
.stream-wood-generator .sw-error-main {
  padding: 5px 10px 0 10px;
}

.stream-wood-chat .sw-manager,
.stream-wood-noreply .sw-manager,
.stream-wood-invitation .sw-manager {
  background: #00aeef url("/media/StreamWood/img/bgr/manager-bg.png") repeat-x bottom;
  /*background: #00aeef;*/
  color: #fff;
  float: none;
  height: auto;
  min-height: 80px;
  padding-bottom: 12px;
  border-top-left-radius: 4px;
  box-sizing: content-box;
}

.stream-wood-generator .sw-manager {
  background: #1b8bc7 url("/media/StreamWood/img/bgr/manager-bg.png") repeat-x bottom;
  border: 1px solid #abd4ea;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.stream-wood-noreply .sw-manager,
.stream-wood-invitation .sw-manager {
  height: auto;
  min-height: 80px;
}

.stream-wood-chat .sw-manager,
.stream-wood-noreply .sw-manager,
.stream-wood-invitation .sw-manager {
  border-top-left-radius: 0;
}

.stream-wood-chat.stream-wood-left .sw-manager,
.stream-wood-noreply.stream-wood-noreply-left .sw-manager,
.stream-wood-invitation.stream-wood-invitation-left .sw-manager {
  border-top-right-radius: 5px;
}

.stream-wood-chat.stream-wood-left .sw-manager,
.stream-wood-noreply.stream-wood-left .sw-manager,
.stream-wood-invitation.stream-wood-invitation-right .sw-manager {
  border-top-left-radius: 0;
}

.stream-wood-chat.stream-wood-bottom .sw-manager,
.stream-wood-noreply.stream-wood-noreply-bottom .sw-manager,
.stream-wood-invitation.stream-wood-invitation-bottom .sw-manager {
  border-top-left-radius: 5px;
}

.stream-wood-chat .sw-manager .sw-manager-info img,
.stream-wood-noreply .sw-manager .sw-manager-info img,
.stream-wood-invitation .sw-manager .sw-manager-info img {
  background-color: #4a4c58;
  float: left;
  height: 60px;
  margin: 10px 10px 0 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
  width: 60px;
}

.stream-wood-chat.stream-wood-compact .sw-manager .sw-manager-info img,
.stream-wood-noreply.stream-wood-compact .sw-manager .sw-manager-info img,
.stream-wood-invitation.stream-wood-compact .sw-manager .sw-manager-info img {
  margin-left: 10px;
  width: 60px;
}

.stream-wood-chat .sw-manager .sw-manager-info .sw-manager-name,
.stream-wood-noreply .sw-manager .sw-manager-info .sw-manager-name,
.stream-wood-invitation .sw-manager .sw-manager-info .sw-manager-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding: 15px 0 0 0;
}

.stream-wood-chat.stream-wood-compact .sw-manager .sw-manager-info .sw-manager-name,
.stream-wood-noreply.stream-wood-compact .sw-manager .sw-manager-info .sw-manager-name,
.stream-wood-invitation.stream-wood-compact .sw-manager .sw-manager-info .sw-manager-name {
  padding: 15px 0 0 0;
}

.stream-wood-chat .sw-manager .sw-manager-info .sw-manager-position,
.stream-wood-chat .sw-manager .sw-manager-info .sw-manager-status,
.stream-wood-invitation .sw-manager .sw-manager-info .sw-manager-position,
.stream-wood-invitation .sw-manager .sw-manager-info .sw-manager-status {
  margin-top: 3px;
}

.stream-wood-chat.stream-wood-compact .sw-manager .sw-manager-info .sw-manager-position,
.stream-wood-chat.stream-wood-compact .sw-manager .sw-manager-info .sw-manager-status,
.stream-wood-invitation.stream-wood-compact .sw-manager .sw-manager-info .sw-manager-position,
.stream-wood-invitation.stream-wood-compact .sw-manager .sw-manager-info .sw-manager-status {
  margin-top: 0;
}

.stream-wood-chat .sw-manager .sw-manager-info .sw-manager-position,
.stream-wood-invitation .sw-manager .sw-manager-info .sw-manager-position {
  color: #e1e1e1;
}

.stream-wood-invitation .sw-error {
  margin-left: 10px;
}

.streamwood-personal-data {
  clear: both;
}

.stream-wood-chat .streamwood-personal-data,
.stream-wood-invitation .streamwood-personal-data {
  margin: 5px 0 0 40px;
}

.stream-wood-chat.stream-wood-compact .streamwood-personal-data,
.stream-wood-invitation.stream-wood-compact .streamwood-personal-data {
  margin-left: 11px;
}

.stream-wood-noreply .streamwood-personal-data {
  margin: 0 37px 5px 40px;
}

.stream-wood-recall-3 .streamwood-personal-data,
.stream-wood-recall-3 .streamwood-personal-data a {
  color: inherit!important;
}

.stream-wood-recall-3 .streamwood-personal-data a {
  border-bottom: 0 none;
}

.stream-wood-recall-3 .streamwood-personal-data {
  text-align: center;
  font-family: "PT Sans";
}

.stream-wood-generator-2 .sw-phone-error + .streamwood-personal-data {
  margin-top: 5px;
}

.stream-wood-chat .streamwood-personal-notice,
.stream-wood-invitation .streamwood-personal-notice {
  width: auto;
  display: inline;
  min-height: 0;
}

.stream-wood-generator .streamwood-personal-data {
  margin: 10px 20px 0;
}

.stream-wood-chat .sw-manager.sw-manager-no-manager {
  background: #4a4c58 url("/media/StreamWood/img/bgr/no-manager.png") no-repeat left bottom;
  text-align: center;
}

.stream-wood-chat .sw-manager.sw-manager-no-manager2 {
  text-align: center;
}

.stream-wood-chat .sw-manager.sw-manager-no-manager p,
.stream-wood-noreply .sw-manager.sw-manager-no-manager p,
.stream-wood-chat .sw-manager.sw-manager-no-manager2 p,
.stream-wood-chat .sw-manager.sw-manager-select p {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  text-align: center;
}

.stream-wood-chat .sw-manager.sw-manager-no-manager p.sw-title,
.stream-wood-noreply .sw-manager.sw-manager-no-manager p.sw-title,
.stream-wood-chat .sw-manager.sw-manager-no-manager2 p.sw-title,
.stream-wood-chat .sw-manager.sw-manager-select p.sw-title {
  background: transparent;
  border: none;
  color: #fff;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  padding: 24px 0 2px 0;
}

.stream-wood-chat .sw-manager.sw-manager-no-manager p.sw-info,
.stream-wood-noreply .sw-manager.sw-manager-no-manager p.sw-info,
.stream-wood-chat .sw-manager.sw-manager-no-manager2 p.sw-info,
.stream-wood-chat .sw-manager.sw-manager-select p.sw-info {
  border-bottom: none;
  border-top: none;
  border-left: none;
  color: #e1e1e1;
  height: 32px;
}

.stream-wood-chat .sw-manager.sw-manager-no-messages,
.stream-wood-noreply .sw-manager.sw-manager-no-messages {
  min-height: 200px;
  padding-bottom: 0;
}

.stream-wood-chat.stream-wood-compact .sw-manager.sw-manager-no-messages,
.stream-wood-noreply.stream-wood-compact .sw-manager.sw-manager-no-messages {
  height: auto;
  min-height: 130px;
  float: none;
}

.stream-wood-chat .sw-manager .sw-manager-spot,
.stream-wood-noreply .sw-manager .sw-manager-spot,
.stream-wood-invitation .sw-manager .sw-manager-spot {
  /*background: transparent url("https://clients.streamwood.ru/StreamWood/img/bgr/manager-spot.png") no-repeat center bottom;*/
  /*background: transparent url("/media/StreamWood/img/bgr/manager-bg.png") repeat-x bottom;	*/
  min-height: 200px;
}

.stream-wood-chat.stream-wood-compact .sw-manager .sw-manager-spot,
.stream-wood-noreply.stream-wood-compact .sw-manager .sw-manager-spot,
.stream-wood-invitation.stream-wood-compact .sw-manager .sw-manager-spot {
  height: auto;
  min-height: 130px;
}

.stream-wood-invitation .sw-manager .sw-manager-spot {
  height: auto;
  min-height: 130px;
}

.stream-wood-invitation.stream-wood-compact .sw-manager .sw-manager-spot {
  height: auto;
}

.stream-wood-invitation .sw-manager .sw-manager-spot p.invitation-text {
  clear: left;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding: 17px 10px 17px 40px;
}

.stream-wood-invitation.stream-wood-compact .sw-manager .sw-manager-spot p.invitation-text {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 12px 0 12px;
}

.stream-wood-chat .sw-manager.sw-manager-no-messages .sw-title {
  background: transparent;
  border: 0 none !important;
  float: none;
  font-size: 16px;
  font-style: italic;
  height: auto;
  line-height: 18px;
  padding: 21px 0 0 0;
  text-align: center !important;
}

.stream-wood-chat.stream-wood-compact .sw-manager.sw-manager-no-messages .sw-title {
  float: none;
  font-size: 13px;
  line-height: 16px;
}

.stream-wood-chat .sw-manager.sw-manager-no-messages .sw-title b,
.stream-wood-chat.stream-wood-compact .sw-manager.sw-manager-no-messages .sw-title b {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.stream-wood-chat .sw-manager.sw-manager-no-messages .sw-manager-info {
  /*color: #363636;*/
  text-align: center;
  float: none;
}

.stream-wood-chat .sw-manager.sw-manager-no-messages .sw-manager-info p {
  text-align: center !important;
  margin-left: 84px;
}

.stream-wood-chat.stream-wood-compact .sw-manager.sw-manager-no-messages .sw-manager-info,
.stream-wood-chat.stream-wood-compact .sw-manager.sw-manager-no-messages .sw-manager-info p {
  text-align: left !important;
}

.stream-wood-chat .sw-manager.sw-manager-no-messages .sw-manager-info img {
  float: none;
  height: 60px;
  margin: 17px 0 0 0;
  width: 60px;
  display: initial;
}

.stream-wood-chat.stream-wood-compact .sw-manager.sw-manager-no-messages .sw-manager-info img {
  float: left;
  margin: 7px 12px 0 12px;
}

.stream-wood-chat .sw-copyright,
.stream-wood-generator .sw-copyright {
  color: #534741;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 11px;
  margin: 5px 0 0;
  padding: 5px 0 5px 10px;
  clear: both;
}

.stream-wood-chat .sw-copyright a,
.stream-wood-generator .sw-copyright a {
  border: none;
  color: #534741;
  position: relative;
  text-decoration: none;
  padding: 0;
}

.stream-wood-chat .sw-copyright a.sw-copy,
.stream-wood-generator .sw-copyright a.sw-copy {
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(0.4,#4d4d4d),color-stop(0.5,#fff),color-stop(0.6,#4d4d4d),color-stop(1,#4d4d4d));
  font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 13px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 50s infinite;
  padding: 0;
  display: inline;
}

.stream-wood-chat .sw-copyright a.sw-copy span,
.stream-wood-generator .sw-copyright a.sw-copy span {
  color: #534741;
  font-size: 13px;
}

@-webkit-keyframes slidetounlock {
  0% {
    background-position: -720px 0;
  }

  100% {
    background-position: 720px 0;
  }
}

.stream-wood-chat .sw-copyright a:hover,
.stream-wood-generator .sw-copyright a:hover {
  color: #534741;
  text-decoration: none;
  padding: 0;
}

.stream-wood-chat .sw-copyright a.sw-close {
  top: -2px;
}



.stream-wood-chat .sw-copyright a span {
  background: transparent;
  border: none;
  color: #888;
  display: inline;
  float: none;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
  margin: 0;
  padding: 0;
}

.stream-wood-generator .sw-copyright {
  font-family: Arial, sans-serif;
  /*font-style: italic;*/
}

.stream-wood-chat .sw-disclaimer,
.stream-wood-noreply .sw-disclaimer,
.stream-wood-generator .sw-disclaimer {
  border: 1px solid red;
  background-color: #E6E6E6;
  padding: 5px;
  color: #534741;
  font-size: 11px;
  font-family: Arial, sans-serif;
  /*font-style: italic;*/
  margin: 10px 10px 0 10px;
}

.stream-wood-generator .sw-disclaimer {
  margin: 0;
}

.stream-wood-generator .sw-disclaimer a.sw-disclaimer-show-more-info:after {
  content: "\2228";
  display: inline-block;
  color: #EC0606;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.sw-generator-disclaimer-text {
  display: none;
  background-color: #fff;
  filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  height: auto;
  min-height: 80px;
  max-height: 250px;
  width: 700px;
  position: absolute;
  top: 470px;
  left: 589px;
  z-index: 2147483647 !important;
  padding: 10px;
  border: 1px #D6D3D3 solid;
}

.sw-generator-disclaimer-text .sw-disclaimer-text {
  height: auto;
  max-height: 250px;
  width: 680px;
  border: 1px #BDB7B7 solid;
  padding: 10px;
  overflow: auto;
}

.sw-generator-disclaimer-text .sw-disclaimer-text-hide {
  display: block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 20px;
  width: 70px;
  margin-top: 10px;
  text-decoration: none;
}

.stream-wood-chat .sw-disclaimer {
  margin-top: 4px;
  padding-right: 40px;
}

.stream-wood-chat .sw-send-group,
.stream-wood-noreply .sw-send-group,
.stream-wood-invitation .sw-send-group {
  height: 55px;
  padding: 20px 40px 0 0;
}

.stream-wood-noreply .sw-send-group {
  padding: 20px 20px 0 0;
}

.stream-wood-generator .sw-send-group {
  height: auto;
  padding: 16px 20px 0;
}

.stream-wood-chat.stream-wood-compact .sw-send-group,
.stream-wood-noreply.stream-wood-compact .sw-send-group,
.stream-wood-invitation.stream-wood-compact .sw-send-group {
  height: 40px;
  padding: 10px 10px 0 0;
  text-align: center;
  margin-bottom: 7px;
}

.stream-wood-invitation .sw-send-group {
  text-align: right;
}

.stream-wood-noreply .sw-send-group {
  text-align: center;
}

.stream-wood-chat .sw-send-group a.good,
.stream-wood-chat .sw-send-group a.good:hover,
.stream-wood-chat .sw-send-group a.good:active {
  background: transparent url("/media/StreamWood/img/bgr/good.png") no-repeat left top;
  border-bottom-style: none;
  display: block;
  float: left;
  margin-left: 7px;
  margin-top: 0;
  text-decoration: none;
  height: 32px;
  width: 32px;
}

.stream-wood-chat .sw-send-group a.good:hover {
  background: transparent url("/media/StreamWood/img/bgr/good.png") no-repeat left -32px;
}

.stream-wood-chat .sw-send-group a.good:active {
  background: transparent url("/media/StreamWood/img/bgr/good.png") no-repeat left -65px;
}

.stream-wood-chat .sw-send-group a.good-press,
.stream-wood-chat .sw-send-group a.good-press:hover,
.stream-wood-chat .sw-send-group a.good-press:active {
  background: transparent url("/media/StreamWood/img/bgr/good.png") no-repeat left -32px;
  margin-right: 35px;
}

.stream-wood-chat .sw-send-group a.bad,
.stream-wood-chat .sw-send-group a.bad:hover,
.stream-wood-chat .sw-send-group a.bad:active {
  background: transparent url("/media/StreamWood/img/bgr/bad.png") no-repeat left top;
  border-bottom-style: none;
  display: block;
  float: left;
  margin-left: 3px;
  text-decoration: none;
  height: 32px;
  width: 32px;
}

.stream-wood-chat .sw-send-group a.bad:hover {
  background: transparent url("/media/StreamWood/img/bgr/bad.png") no-repeat left -32px;
}

.stream-wood-chat .sw-send-group a.bad:active {
  background: transparent url("/media/StreamWood/img/bgr/bad.png") no-repeat left -64px;
}

.stream-wood-chat .sw-send-group a.bad-press,
.stream-wood-chat .sw-send-group a.bad-press:hover,
.stream-wood-chat .sw-send-group a.bad-press:active {
  background: transparent url("/media/StreamWood/img/bgr/bad.png") no-repeat left -32px;
  margin-left: 43px;
}

.stream-wood-chat .sw-send-group a,
.stream-wood-chat .sw-send-group a:hover,
.stream-wood-noreply .sw-send-group a,
.stream-wood-noreply .sw-send-group a:hover,
.stream-wood-generator .sw-send-group a,
.stream-wood-generator .sw-send-group a:hover,
.stream-wood-invitation .sw-send-group a,
.stream-wood-invitation .sw-send-group a:hover {
  text-decoration: none;
}

.stream-wood-chat .sw-send-group a.sw-send-btn,
.stream-wood-noreply .sw-send-group a.sw-send-btn,
.stream-wood-generator .sw-send-group a.sw-send-btn,
.stream-wood-invitation .sw-send-group a.sw-send-btn {
  display: inline-block;
  *display: inline;
  padding: 10px 20px;
  margin: 0 0 0 120px;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  *line-height: 18px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #94b846;
  *background-color: #6c921b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a3ca4d), to(#6c921b));
  background-image: -webkit-linear-gradient(top, #a3ca4d, #6c921b);
  background-image: -o-linear-gradient(top, #a3ca4d, #6c921b);
  background-image: linear-gradient(to bottom, #a3ca4d, #6c921b);
  background-image: -moz-linear-gradient(top, #a3ca4d, #6c921b);
  background-repeat: repeat-x;
  border: 0 solid #bbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#ffa3ca4d', endColorStr='#ff6c921b', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.stream-wood-chat.stream-wood-compact .sw-send-group a.sw-send-btn,
.stream-wood-noreply.stream-wood-compact .sw-send-group a.sw-send-btn,
.stream-wood-invitation.stream-wood-compact .sw-send-group a.sw-send-btn {
  padding: 7px 12px;
  margin: 0;
}

.stream-wood-noreply.stream-wood-compact .sw-send-group a.sw-send-btn {
  margin: 0 0 0 11px;
}

.stream-wood-chat .sw-send-group a.sw-send-btn.shadow {
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.35);
}

.stream-wood-chat .sw-send-group a.sw-send-btn-margin {
  margin: 0 0 0 60px;
}

.stream-wood-chat.stream-wood-compact .sw-send-group a.sw-send-btn-margin {
  margin: 0 0 0 45px;
}

.stream-wood-chat .sw-send-group a.sw-send-btn-rating-off,
.stream-wood-invitation .sw-send-group a.sw-send-btn-rating-off {
  margin: 0 0 0 127px;
}

.stream-wood-chat.stream-wood-compact .sw-send-group a.sw-send-btn-rating-off,
.stream-wood-invitation.stream-wood-compact .sw-send-group a.sw-send-btn-rating-off {
  margin: 0 0 0 72px;
}

.stream-wood-chat .sw-send-group a.sw-send-btn-rating-on,
.stream-wood-invitation .sw-send-group a.sw-send-btn-rating-on {
  margin: 0 0 0 50px;
}

.stream-wood-chat.stream-wood-compact .sw-send-group a.sw-send-btn-rating-on,
.stream-wood-invitation.stream-wood-compact .sw-send-group a.sw-send-btn-rating-on {
  margin: 0 0 0 4px;
}

.stream-wood-chat .sw-send-group a.sw-send-btn:hover,
.stream-wood-chat .sw-send-group a.sw-send-btn:active,
.stream-wood-noreply .sw-send-group a.sw-send-btn:hover,
.stream-wood-noreply .sw-send-group a.sw-send-btn:active,
.stream-wood-generator .sw-send-group a.sw-send-btn:hover,
.stream-wood-generator .sw-send-group a.sw-send-btn:active,
.stream-wood-invitation .sw-send-group a.sw-send-btn:hover,
.stream-wood-invitation .sw-send-group a.sw-send-btn:active {
  color: #fff;
  background-color: #6c921b;
  *background-color: #658919;
}

.stream-wood-chat .sw-send-group a.sw-send-btn:active,
.stream-wood-chat .sw-send-group a.sw-send-btn.active,
.stream-wood-noreply .sw-send-group a.sw-send-btn:active,
.stream-wood-noreply .sw-send-group a.sw-send-btn.active,
.stream-wood-generator .sw-send-group a.sw-send-btn:active,
.stream-wood-generator .sw-send-group a.sw-send-btn.active,
.stream-wood-invitation .sw-send-group a.sw-send-btn:active,
.stream-wood-invitation .sw-send-group a.sw-send-btn.active {
  background-color: #6c921b \9;
}

.stream-wood-chat .sw-send-group a.sw-send-btn:first-child,
.stream-wood-noreply .sw-send-group a.sw-send-btn:first-child,
.stream-wood-generator .sw-send-group a.sw-send-btn:first-child,
.stream-wood-invitation .sw-send-group a.sw-send-btn:first-child {
  *margin-left: 0;
}

.stream-wood-chat .sw-send-group a.sw-send-btn:hover,
.stream-wood-noreply .sw-send-group a.sw-send-btn:hover,
.stream-wood-generator .sw-send-group a.sw-send-btn:hover,
.stream-wood-invitation .sw-send-group a.sw-send-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c921b;
  *background-color: #658919;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.stream-wood-chat .sw-send-group a.sw-send-btn:focus,
.stream-wood-noreply .sw-send-group a.sw-send-btn:focus,
.stream-wood-generator .sw-send-group a.sw-send-btn:focus,
.stream-wood-invitation .sw-send-group a.sw-send-btn:focus {
  outline: none;
}

.stream-wood-chat .sw-send-group a.sw-send-btn.active,
.stream-wood-chat .sw-send-group a.sw-send-btn:active,
.stream-wood-noreply .sw-send-group a.sw-send-btn.active,
.stream-wood-noreply .sw-send-group a.sw-send-btn:active,
.stream-wood-generator .sw-send-group a.sw-send-btn.active,
.stream-wood-generator .sw-send-group a.sw-send-btn:active,
.stream-wood-invitation .sw-send-group a.sw-send-btn.active,
.stream-wood-invitation .sw-send-group a.sw-send-btn:active {
  background-color: #6c921b;
  *background-color: #658919;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.stream-wood-chat .sw-send-group a.sw-cancel-btn,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn,
.stream-wood-generator .sw-send-group a.sw-cancel-btn,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn {
  color: #898989;
  background-color: #efefef;
  *background-color: #c2c2c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #c2c2c2);
  background-image: -o-linear-gradient(top, #f1f1f1, #c2c2c2);
  background-image: linear-gradient(to bottom, #f1f1f1, #c2c2c2);
  background-image: -moz-linear-gradient(top, #f1f1f1, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#fff1f1f1', endColorStr='#ffc2c2c2', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.stream-wood-chat .sw-send-group a.sw-cancel-btn:hover,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn:hover,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn:active,
.stream-wood-generator .sw-send-group a.sw-cancel-btn:hover,
.stream-wood-generator .sw-send-group a.sw-cancel-btn:active,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn:hover,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn:active {
  color: #898989;
  background-color: #c2c2c2;
  *background-color: #658919;
}

.stream-wood-chat .sw-send-group a.sw-cancel-btn:active,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn:active,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn.active,
.stream-wood-generator .sw-send-group a.sw-cancel-btn:active,
.stream-wood-generator .sw-send-group a.sw-cancel-btn.active,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn:active,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn.active {
  background-color: #c2c2c2 \9;
}

.stream-wood-chat .sw-send-group a.sw-cancel-btn:hover,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn:hover,
.stream-wood-generator .sw-send-group a.sw-cancel-btn:hover,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn:hover {
  color: #898989;
  text-decoration: none;
  background-color: #c2c2c2;
  *background-color: #658919;
  /* Buttons in IE7 don't get borders, so darken on hover */
}

.stream-wood-chat .sw-send-group a.sw-cancel-btn:active,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn.active,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn:active
.stream-wood-generator .sw-send-group a.sw-cancel-btn.active,
.stream-wood-generator .sw-send-group a.sw-cancel-btn:active,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn.active,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn:active {
  background-color: #c2c2c2;
  *background-color: #658919;
  /* Buttons in IE7 don't get borders, so darken on hover */
}

.stream-wood-chat .sw-send-group a.sw-cancel-btn span,
.stream-wood-noreply .sw-send-group a.sw-cancel-btn span,
.stream-wood-generator .sw-send-group a.sw-cancel-btn span,
.stream-wood-invitation .sw-send-group a.sw-cancel-btn span {
  color: #898989;
}

.stream-wood-noreply .sw-send-group a.sw-send-btn,
.stream-wood-invitation .sw-send-group a.sw-send-btn {
  margin-left: 20px;
}

.stream-wood-generator .sw-send-group a.sw-send-btn {
  height: 15px;
  margin: 0 0 9px 14px;
}

.stream-wood-chat .sw-send-group span,
.stream-wood-generator .sw-send-group span {
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 12px;
  float: none;
  margin-left: 0;
  width: 100%;
}

.stream-wood-generator .sw-send-group p span {
  color: #333;
}

.stream-wood-generator .sw-send-group .sw-yes-button-span {
  color: #fff;
}

.stream-wood-chat.stream-wood-compact .sw-send-group span span {
  display: none;
}

.stream-wood-chat .sw-send-group .sw-send-btn-text {
  font-style: normal;
  color: #fff!important;
  font-family: Helvetica,Tahoma,Arial,sans-serif;
  font-size: 12px;
}

.stream-wood-chat textarea,
.stream-wood-noreply textarea,
.stream-wood-invitation textarea {
  resize: none;
  float: none;
  position: inherit;
}

.stream-wood-chat input[type="text"],
.stream-wood-chat input[type="phone"],
.stream-wood-chat input[type="email"],
.stream-wood-chat select,
.stream-wood-chat textarea,
.stream-wood-generator input,
.stream-wood-noreply input[type="text"],
.stream-wood-noreply input[type="phone"],
.stream-wood-noreply input[type="email"],
.stream-wood-noreply select,
.stream-wood-noreply textarea,
.stream-wood-invitation input[type="text"],
.stream-wood-invitation input[type="phone"],
.stream-wood-invitation input[type="email"],
.stream-wood-invitation select,
.stream-wood-invitation textarea {
  background: #f7f7f7 none;
  border: 1px solid #ccc;
  color: #363636;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
  height: auto;
  line-height: 16px;
  margin: 0;
  padding: 4px 8px;
  width: 199px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.stream-wood-chat.stream-wood-compact input::placeholder,
.stream-wood-chat.stream-wood-compact textarea::placeholder,
.stream-wood-invitation.stream-wood-compact input::placeholder,
.stream-wood-invitation.stream-wood-compact textarea::placeholder,
.stream-wood-noreply.stream-wood-compact input::placeholder,
.stream-wood-noreply.stream-wood-compact textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  opacity: 1;
}

.stream-wood-chat.stream-wood-compact select {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
}

.stream-wood-chat.stream-wood-compact input[type="text"],
.stream-wood-chat.stream-wood-compact input[type="phone"],
.stream-wood-chat.stream-wood-compact input[type="email"],
.stream-wood-chat.stream-wood-compact select,
.stream-wood-chat.stream-wood-compact textarea,
.stream-wood-noreply.stream-wood-compact input[type="text"],
.stream-wood-noreply.stream-wood-compact input[type="phone"],
.stream-wood-noreply.stream-wood-compact input[type="email"],
.stream-wood-noreply.stream-wood-compact select,
.stream-wood-noreply.stream-wood-compact textarea,
.stream-wood-invitation.stream-wood-compact input[type="text"],
.stream-wood-invitation.stream-wood-compact input[type="phone"],
.stream-wood-invitation.stream-wood-compact input[type="email"],
.stream-wood-invitation.stream-wood-compact select,
.stream-wood-invitation.stream-wood-compact textarea {
  padding: 2px 4px !important;
  width: 124px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.stream-wood-chat input:focus,
.stream-wood-chat select:focus,
.stream-wood-chat textarea:focus,
.stream-wood-noreply input:focus,
.stream-wood-noreply select:focus,
.stream-wood-noreply textarea:focus,
.stream-wood-generator input:focus,
.stream-wood-invitation textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.stream-wood-generator input,
.stream-wood-generator select {
  /*background: transparent url("/img/bgr/input.png") no-repeat center top scroll;*/
  background-color: #e1e1e1;
  color: #adadad;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  padding: 4px 6px !important;
  text-transform: uppercase;
  text-align: left;
  width: 195px;
  min-width: 195px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.stream-wood-generator input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  color: #000;
}

.stream-wood-generator select.sw-select-department {
  color: #000;
  margin-left: 19px;
  margin-top: 10px;
}

.stream-wood-chat select,
.stream-wood-noreply select {
  width: 217px;
}

.stream-wood-chat.stream-wood-compact select,
.stream-wood-noreply.stream-wood-compact select {
  height: 23px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  width: 100%;
}

.stream-wood-chat textarea {
  height: 62px;
}

.stream-wood-invitation textarea {
  height: 82px;
  margin: 0 0 0 40px;
  width: 304px;
}

.stream-wood-invitation.stream-wood-compact textarea {
  height: 60px;
  margin: 0 0 0 10px;
  width: 219px;
}



.stream-wood-chat dl dt,
.stream-wood-chat dl dd {
  display: block;
}

.stream-wood-chat .sw-message-group dl,
.stream-wood-chat .sw-message-group dl dt,
.stream-wood-chat .sw-message-group dl dd,
.stream-wood-noreply .sw-message-group dl,
.stream-wood-noreply .sw-message-group dl dt,
.stream-wood-noreply .sw-message-group dl dd,
.stream-wood-invitation .sw-message-group dl,
.stream-wood-invitation .sw-message-group dl dt,
.stream-wood-invitation .sw-message-group dl dd {
  border-style: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  background: inherit;
  color: inherit;
}

.stream-wood-chat .sw-message-group dl,
.stream-wood-noreply .sw-message-group dl {
  border-style: none;
  margin: 0 40px 25px 40px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl {
  margin: 0 10px 7px 10px;
}

.stream-wood-invitation .sw-message-group dl {
  border-style: none;
  margin: 10px 40px 10px 40px;
}

.stream-wood-invitation.stream-wood-compact .sw-message-group dl {
  border-style: none;
  margin: 10px;
}

.stream-wood-invitation .sw-message-group dl dt,
.stream-wood-chat .sw-message-group dl dt,
.stream-wood-noreply .sw-message-group dl dt {
  border-style: none;
  float: left;
  font-weight: normal;
  padding-top: 4px;
  text-align: left;
  width: 85px;
  background: inherit;
  color: inherit;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl dt span.compact,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl dt span.compact {
  display: none;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl dt,
.stream-wood-invitation .sw-message-group dl dt,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl dt {
  width: 95px;
  background: inherit;
  color: inherit;
  border-style: none;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl dt span,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl dt span {
  color: #333;
  /*display: none;*/
  font-size: inherit;
  font-family: inherit;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl dt span.compact,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl dt span.compact {
  display: inline;
}

.stream-wood-invitation .sw-message-group dl dt {
  border-style: none;
  font-weight: normal;
  padding-top: 4px;
}

.stream-wood-chat .sw-message-group dl dd,
.stream-wood-noreply .sw-message-group dl dd,
.stream-wood-invitation .sw-message-group dl dd {
  margin-left: 105px;
  min-height: 22px;
  border-style: none;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl dd,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl dd,
.stream-wood-invitation.stream-wood-compact .sw-message-group dl dd {
  margin-left: 95px;
  min-height: 26px;
  border-style: none;
}

.stream-wood-noreply.stream-wood-compact .sw-message-group .department {
  margin-left: 2px;
  min-height: 26px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager dt {
  width: 95px;
}

/*.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager dd,*/

.stream-wood-noreply.stream-wood-compact .sw-message-group dl.sw-select-manager dd {
  margin-left: 0;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager-c dd img {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  float: left;
  margin: -7px 7px 0 0;
  padding: 2px;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager-c dd img.sw-status {
  background: transparent url("/img/icons/status.png") no-repeat 0 0;
  border: none;
  float: left;
  margin: 5px 5px 0 0;
  padding: 0;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager-c dd img.sw-status-offline {
  background: transparent url("/img/icons/status.png") no-repeat 0 -20px;
}

.stream-wood-chat .sw-message-group dl.sw-select-manager dd label,
.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager dd label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 0 0 0 18px;
  position: relative;
}

.stream-wood-chat .sw-message-group dl.sw-select-manager dd input,
.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager dd input {
  left: 0;
  position: absolute;
  top: 3px;
  width: auto;
  margin: 0;
}

.stream-wood-chat .sw-message-group .sw-select-manager input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.stream-wood-chat .sw-message-group .sw-select-manager input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.stream-wood-noreply.stream-wood-compact .sw-message-group dl.sw-select-manager dt {
  width: 0;
}

.stream-wood-noreply .sw-message-group dl.sw-select-manager dd label,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl.sw-select-manager dd label {
  display: block;
  margin-bottom: 5px;
}

.stream-wood-noreply .sw-message-group dl.sw-select-manager dd input,
.stream-wood-noreply.stream-wood-compact .sw-message-group dl.sw-select-manager dd input {
  width: auto;
  margin-right: 5px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager dd label.sw-manager-img {
  margin-bottom: 15px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager dd label.sw-manager-img input {
  top: 0;
}

.stream-wood-chat .sw-message-group .sw-feedback,
.stream-wood-noreply .sw-message-group .sw-feedback {
  margin-top: 35px;
}

.stream-wood-chat .sw-message-group .sw-feedback .sw-contact-type,
.stream-wood-chat .sw-message-group .sw-newmessage .sw-contact-type,
.stream-wood-invitation .sw-message-group .sw-newmessage .sw-contact-type,
.stream-wood-noreply .sw-message-group .sw-feedback .sw-contact-type {
  margin: -4px 0 0 0;
  width: 80px;
  display: block;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .sw-feedback,
.stream-wood-noreply.stream-wood-compact .sw-message-group .sw-feedback {
  margin-top: 15px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .sw-feedback .sw-contact-type,
.stream-wood-chat.stream-wood-compact .sw-message-group .sw-newmessage .sw-contact-type,
.stream-wood-invitation.stream-wood-compact .sw-message-group .sw-newmessage .sw-contact-type,
.stream-wood-noreply.stream-wood-compact .sw-message-group .sw-feedback .sw-contact-type {
  margin: -4px 0 0 0;
  width: 90px;
  box-sizing: border-box;
  display: block;
}

.stream-wood-chat .sw-message-group .sw-newmessage {
  margin-top: 20px;
}

.stream-wood-chat.stream-wood-compact .sw-messagename-group .sw-newmessage {
  margin-top: 10px;
}

.stream-wood-chat .sw-message-group .sw-newmessage dl {
  border-style: none;
  margin-bottom: 10px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .sw-newmessage dl {
  border-style: none;
  margin-bottom: 0;
}

.stream-wood-chat .sw-message-group textarea {
  height: 72px;
  margin: 18px 0 0 10px;
  width: 364px;
  min-height: inherit;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
}

.stream-wood-chat.stream-wood-compact .sw-message-group textarea {
  height: 72px;
  margin: 10px 0 0 10px;
  width: 219px;
  min-height: inherit;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
}

.stream-wood-chat .sw-message-group .sw-feedback textarea,
.stream-wood-chat .sw-message-group .sw-newmessage textarea,
.stream-wood-noreply .sw-message-group .sw-feedback textarea {
  box-sizing: content-box;
  float: none;
  height: 132px;
  margin: 0 0 0 40px;
  width: 304px;
  min-height: inherit;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
}

.stream-wood-chat .sw-message-group .sw-newmessage .sw-name {
  box-sizing: content-box;
}

.stream-wood-chat .sw-message-group .sw-newmessage .sw-phone {
  box-sizing: content-box;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .sw-feedback textarea,
.stream-wood-chat.stream-wood-compact .sw-message-group .sw-newmessage textarea,
.stream-wood-noreply.stream-wood-compact .sw-message-group .sw-feedback textarea {
  height: 65px;
  margin: 0 0 0 10px;
  width: 219px;
  min-height: inherit;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
}

.stream-wood-chat .sw-message-group .sw-newmessage textarea {
  height: 82px;
  margin-top: -8px;
  min-height: inherit;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
}

.stream-wood-chat .sw-message-group .sw-feedback textarea.sw-message-empty,
.stream-wood-noreply .sw-message-group .sw-feedback textarea.sw-message-empty {
  color: #898989;
  font-style: italic;
}

.stream-wood-chat .sw-message-group .sw-feedback .sw-email-error,
.stream-wood-noreply .sw-message-group .sw-feedback .sw-email-error {
  margin-bottom: -18px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .sw-feedback .sw-email-error,
.stream-wood-noreply.stream-wood-compact .sw-message-group .sw-feedback .sw-email-error {
  margin-bottom: 0;
}

.stream-wood-chat .sw-feedback-success,
.stream-wood-noreply .sw-feedback-success,
.stream-wood-generator .sw-feedback-success {
  margin: 0 30px;
  padding: 35px 0 0 0;
}

.stream-wood-chat.stream-wood-compact .sw-feedback-success,
.stream-wood-noreply.stream-wood-compact .sw-feedback-success {
  margin: 0 10px;
  padding: 15px 0 0 0;
}

.stream-wood-chat .sw-feedback-success p,
.stream-wood-noreply .sw-feedback-success p,
.stream-wood-generator .sw-feedback-success p,
.stream-wood-chat.stream-wood-compact .sw-feedback-success p,
.stream-wood-noreply.stream-wood-compact .sw-feedback-success p {
  color: #636363;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 15px;
  font-style: normal;
  padding: 10px 35px 0 35px;
}

.stream-wood-chat.stream-wood-compact .sw-feedback-success p,
.stream-wood-noreply.stream-wood-compact .sw-feedback-success p {
  font-size: 13px;
  padding: 10px;
}

.stream-wood-chat .sw-feedback-success p.sw-title,
.stream-wood-noreply .sw-feedback-success p.sw-title,
.stream-wood-generator .sw-feedback-success p.sw-title,
.stream-wood-chat.stream-wood-compact .sw-feedback-success p.sw-title,
.stream-wood-noreply.stream-wood-compact .sw-feedback-success p.sw-title {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  color: #363636;
  float: none;
  height: auto;
  padding: 0 10px 10px 10px;
  text-align: center;
}

.stream-wood-chat.stream-wood-compact .sw-feedback-success p.sw-title,
.stream-wood-no-reply.stream-wood-compact .sw-feedback-success p.sw-title {
  font-weight: bold;
  padding: 10px;
}

.stream-wood-chat .sw-feedback-success p b,
.stream-wood-noreply .sw-feedback-success p b,
.stream-wood-generator .sw-feedback-success p b {
  white-space: nowrap;
}

.stream-wood-chat .sw-feedback-success .sw-send-group,
.stream-wood-noreply .sw-feedback-success .sw-send-group,
.stream-wood-generator .sw-feedback-success .sw-send-group {
  text-align: center;
}

.stream-wood-chat.stream-wood-compact .sw-feedback-success .sw-send-group,
.stream-wood-noreply.stream-wood-compact .sw-feedback-success .sw-send-group {
  padding: 0;
}

.stream-wood-chat .sw-feedback-success .sw-send-group a,
.stream-wood-noreply .sw-feedback-success .sw-send-group a,
.stream-wood-generator .sw-feedback-success .sw-send-group a,
.stream-wood-chat.stream-wood-compact .sw-feedback-success .sw-send-group a,
.stream-wood-noreply.stream-wood-compact .sw-feedback-success .sw-send-group a {
  margin: 0;
}

.stream-wood-generator .sw-feedback-success .sw-send-group a {
  margin: 0 0 25px;
  width: 120px;
}

.stream-wood-chat .sw-messages-list .sw-order-is-canceled,
.stream-wood-chat .sw-messages-list .sw-order-is-paid {
  text-align: center;
}

.stream-wood-chat .sw-messages-list .sw-order-is-canceled:before {
  content: "×";
  display: inline-block;
  margin-right: 3px;
  font-weight: 900;
  color: red;
  font-size: 21px;
  vertical-align: bottom;
}

.stream-wood-chat .sw-messages-list .sw-order-is-paid:before {
  content: "";
  width: 3px;
  height: 7px;
  border: 2px solid green;
  border-left: 0 none;
  border-top: 0 none;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 8px;
}

.stream-wood-chat .sw-messages-list .sw-order-number {
  font-weight: bold;
  color: #999;
}

.stream-wood-chat .sw-messages-list .sw-order-title {
  font-weight: bold;
}

.stream-wood-chat .sw-messages-list .sw-order-sum {
  font-weight: bold;
  white-space: nowrap;
}

.stream-wood-chat .sw-messages-list .sw-order-form {
  width: 100%;
  margin: 10px 0 5px;
}

.stream-wood-chat .sw-messages-list .sw-order-button {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #ffd633;
  color: #26221a;
  font-size: 20px;
  text-align: center;
  border: 0 none;
  border-radius: 5px;
  padding: 5px 3px;
  cursor: pointer;
  outline: none;
}

.stream-wood-chat .sw-messages-list .sw-order-button:hover {
  color: #000;
}

.stream-wood-chat .sw-messages-list .sw-order-button:active {
  padding: 6px 3px 4px;
}

.stream-wood-chat .sw-messages-list .sw-order-provider {
  font-size: 12px;
  display: block;
  padding: 0;
  border: 0 none;
  margin: 0;
  width: auto;
}

.stream-wood-chat .sw-messages-list {
  float: none;
  max-height: 300px;
  overflow: auto;
}

.stream-wood-chat .sw-messages-list a {
  color: #0000FF;
}

.stream-wood-chat.stream-wood-compact .sw-messages-list {
  max-height: 200px;
}

.stream-wood-chat.stream-wood-compact .sw-messages-list a {
  color: #0000FF;
}

.stream-wood-chat .sw-messages-list .sw-ml-item {
  background: #f4f4f4;
  border-bottom: 1px solid #ececec;
  overflow: auto;
  padding: 17px 40px;
  word-wrap: break-word;
  line-height: 1.35em;
}

.stream-wood-chat .sw-messages-list .sw-ml-item p {
  border: none;
  color: #333 !important;
}

.stream-wood-chat .sw-messages-list .sw-ml-item.sw-ml-item-type p {
  background: transparent url("/media/StreamWood/img/type.png") no-repeat 0 4px;
  font-style: italic;
  padding-left: 15px;
}

.stream-wood-chat .sw-messages-list .sw-ml-item.sw-ml-item-access p {
  padding-left: 15px;
}

.stream-wood-chat.stream-wood-compact .sw-messages-list .sw-ml-item {
  padding: 7px 10px;
}

.stream-wood-chat .sw-messages-list .sw-ml-item-my {
  background: #fff;
}

.stream-wood-chat .sw-messages-list .sw-ml-item-wait {
  background: transparent url("/media/StreamWood/loader.gif") no-repeat 12px 19px;
}

.stream-wood-chat .sw-messages-list .sw-ml-item .sw-name-d,
.stream-wood-chat .sw-messages-list .sw-ml-item .sw-name-d:hover {
  color: #959595;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 6px;
  text-shadow: none;
  float: none;
  min-height: 0;
}

.stream-wood-chat.stream-wood-compact .sw-messages-list .sw-ml-item .sw-name-d {
  float: none;
  min-height: 0;
  padding-bottom: 2px;
  color: #959595 !important;
}

.stream-wood-chat .sw-messages-list .sw-ml-item .sw-name-d span {
  float: right;
  color: #959595 !important;
}

.stream-wood-chat .sw-messages-list .sw-ml-item p.message a {
  color: #00c;
  text-decoration: none;
}

.stream-wood-chat .sw-messages-list .sw-ml-item p.message a:hover {
  color: #00c;
  text-decoration: underline;
}

.stream-wood-chat.stream-wood-compact .sw-messages-list .sw-ml-item-wait {
  background: transparent url("/media/StreamWood/loader.gif") no-repeat 10px 8px;
}

.stream-wood-chat.stream-wood-compact .sw-messages-list .sw-ml-item-wait .sw-name-d {
  padding-left: 23px;
}

.stream-wood-chat ::-webkit-scrollbar {
  width: 8px;
}

.stream-wood-chat ::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.stream-wood-chat ::-webkit-scrollbar-thumb {
  background: #808080;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.tclose:hover {
  background-position: 0 -30px;
}

.tclose {
  background: url("/img/icons/close_new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 1010;
}

.dark-cover-top {
  background-color: #000;
  border: none;
  left: 0;
  opacity: 0.5;
  filter: alpha(Opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000;
}

.dark-cover-bottom {
  background-color: #000;
  border: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(Opacity=50);
  position: absolute;
  width: 100%;
  z-index: 1000000;
}

.dark-cover-left {
  background-color: #000;
  border: none;
  left: 0;
  opacity: 0.5;
  filter: alpha(Opacity=50);
  position: absolute;
  z-index: 1000000;
}

.dark-cover-right {
  background-color: #000;
  border: none;
  right: 0;
  opacity: 0.5;
  filter: alpha(Opacity=50);
  position: absolute;
  width: 100%;
  z-index: 1000000;
}

.dark-cover-all {
  background-color: #000;
  border: none;
  right: 0;
  top: 0;
  opacity: 0.5;
  filter: alpha(Opacity=50);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000000 !important;
}

.stream-wood-chat p:first-letter,
.stream-wood-noreply p:first-letter,
.stream-wood-invitation p:first-letter,
.stream-wood-generator p:first-letter {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.reclame {
  display: none;
  width: 440px;
  border-top-left-radius: 8px;
}

.stream-wood-chat .sw-send-group a.sw-send-btn-reclame {
  font-size: 11px;
  margin: 0 0 0 10px;
  padding: 6px 15px;
}

.stream-wood-chat .sw-manager .sw-manager-info .sw-reclame-text {
  font-size: 18px;
  text-align: center;
}

.stream-wood-chat .sw-send-group-reclame {
  padding: 20px 10px 0 0;
  text-align: center;
}

.stream-wood-chat .sw-manager-reclame {
  min-height: 45px;
}

.stream-wood-chat.sw-chat-no-border-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.stream-wood-chat .sw-manager.sw-manager-no-border-radius,
.stream-wood-noreply .sw-manager.sw-manager-no-border-radius,
.stream-wood-invitation .sw-manager.sw-manager-no-border-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/*отображение на мобильном телефоне или планшете*/

.stream-wood-btn.stream-wood-mobile-btn,
a.stream-wood-btn.stream-wood-mobile-btn,
.stream-wood-btn.stream-wood-mobile-btn:hover,
a.stream-wood-btn.stream-wood-mobile-btn:hover {
  margin: 0 2%;
  width: 96%;
  height: 60px;
  padding: 10px 0 18px 0;
  text-align: center;
  opacity: 0.85;
  filter: alpha(Opacity=85);
}

.stream-wood-btn span.mobile-title,
.stream-wood-btn:hover span.mobile-title {
  font-size: 20px;
  line-height: 20px !important;
  margin-left: 0;
  margin-right: 0;
}

.stream-wood-btn span.mobile-status,
.stream-wood-btn:hover span.mobile-status {
  font-size: 13px;
  line-height: 13px !important;
}

.stream-wood-chat.stream-wood-chat-mobile,
.stream-wood-noreply.stream-wood-chat-mobile {
  width: 100%;
  height: 100%;
}

.stream-wood-chat.stream-wood-compact .sw-message-group-mobile,
.stream-wood-noreply.stream-wood-compact .sw-message-group-mobile {
  text-align: center;
  /*padding: 10px;*/
  margin: 8px 21px 8px 10px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group-mobile textarea,
.stream-wood-noreply.stream-wood-compact .sw-message-group-mobile textarea {
  margin: 5px 0 0 0;
  /*padding: 0;*/
  width: 100%;
}

.stream-wood-chat.stream-wood-compact .sw-send-group-mobile,
.stream-wood-noreply.stream-wood-compact .sw-send-group-mobile {
  text-align: center;
}

.stream-wood-chat.stream-wood-compact .sw-send-group-mobile a.sw-send-btn-mobile {
  margin: 0;
}

.stream-wood-chat .sw-sound-mobile {
  right: 4px;
}

.stream-wood-chat.stream-wood-compact .input-mobile,
.stream-wood-noreply.stream-wood-compact .input-mobile {
  width: 100%;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .sw-feedback .textarea-mobile,
.stream-wood-chat.stream-wood-compact .sw-message-group .sw-newmessage .textarea-mobile {
  margin: 0;
  padding: 5px;
  width: 100%;
}

.stream-wood-noreply.stream-wood-compact .sw-message-group .sw-feedback .textarea-mobile {
  margin: 0;
  width: 100%;
}

.stream-wood-noreply.stream-wood-compact .sw-message-group .sw-feedback-mobile {
  margin: 15px 30px 5px 10px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl.sw-select-manager .sw-select-manager-mobile {
  width: 100%;
}

.stream-wood-noreply.stream-wood-compact .sw-message-group dl.sw-select-manager .sw-select-manager-mobile {
  margin-left: 0;
  width: 100%;
}

.stream-wood-noreply .sw-message-group dl dd .dd-mobile {
  margin-left: 0;
}

.stream-wood-noreply.stream-wood-compact .sw-message-group .dl-mobile {
  margin: 0 -5px 7px 0;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .dl-mobile1,
.stream-wood-noreply.stream-wood-compact .sw-message-group .dl-mobile1 {
  margin: 0 -11px 7px 0;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .dl-mobile-feedback {
  margin: 0 0 7px 0;
}

.stream-wood-chat.stream-wood-compact .sw-message-group .sw-newmessage .dl-mobile {
  margin: 0;
}

.stream-wood-chat .sw-message-group dl dd.sw-fusospb {
  margin-bottom: 10px;
}

.stream-wood-chat.stream-wood-compact .sw-message-group dl dd.sw-fusospb {
  margin-bottom: 0;
}

.sw-enter {
  display: inline;
}

/*-кнопка callback-*/

.stream-wood-recall-btn {
  display: none;
  width: 154px;
  height: 154px;
  opacity: 0.5;
  position: fixed;
  cursor: pointer;
  right: 47px;
  bottom: 79px;
  z-index: 2147483646;
  /* понизили для квиза на 2 */
}

.stream-wood-recall-btn-design {
  display: block;
  margin: 0;
  position: absolute;
  top: -40px;
  left: 300px;
}

.stream-wood-recall-btn .sw-call-rad {
  top: 27px;
  left: 27px;
  width: 96px;
  height: 96px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #80d189;
  -webkit-animation: anim 2s infinite ease-in-out;
  -moz-animation: anim 2s infinite ease-in-out;
  -o-animation: anim 2s infinite ease-in-out;
  animation: anim 2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.stream-wood-recall-btn .sw-call-rid,
.stream-wood-recall-btn .sw-call-rad,
.stream-wood-recall-btn .sw-call-tail,
.stream-wood-recall-btn .sw-call-img {
  pointer-events: none;
}

.stream-wood-recall-btn .sw-call-img {
  width: 96px;
  height: 96px;
  top: 29px;
  left: 29px;
  background-image: url("/media/StreamWood/img/bgr/call-btn.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #80d189;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
}

.stream-wood-recall-btn .sw-call-rid {
  width: 96px;
  height: 96px;
  top: 29px;
  left: 29px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: anim-rid 2s infinite ease-in-out;
  -moz-animation: anim-rid 2s infinite ease-in-out;
  -o-animation: anim-rid 2s infinite ease-in-out;
  animation: anim-rid 2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  /*background-color: #f1f1f1;*/
  background-color: #C6FBCC;
}

.stream-wood-recall-btn:hover .sw-call-img {
  background-color: #e8b45e;
  background-position: right;
  opacity: 0.8;
}

.stream-wood-recall-btn:hover .sw-call-rad {
  border: 2px solid #e8b45e;
  opacity: 0.8;
}

.stream-wood-recall-btn:hover .sw-call-rid {
  background-color: #fbe3be;
  opacity: 0.8;
}

.stream-wood-recall-btn:hover {
  opacity: 0.8;
}

/*  статическая кнопка обратного звонка */

.stream-wood-recall-btn.stream-wood-recall-btn-static {
  width: 60px;
  height: 60px;
  opacity: 1;
}

.stream-wood-recall-btn.stream-wood-recall-btn-static .sw-call-rad,
.stream-wood-recall-btn.stream-wood-recall-btn-static .sw-call-rid {
  display: none;
  visibility: hidden;
}

.stream-wood-recall-btn.stream-wood-recall-btn-static .sw-call-img {
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='64px' height='64px' viewBox='-14.4 -8.4 48.80 48.80' version='1.1' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' stroke-width='0.00032' transform='rotate(0)matrix(1, 0, 0, 1, 0, 0)'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='0.44800000000000006'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Ephone%3C/title%3E%3Cpath d='M0 10.375c0 0.938 0.344 1.969 0.781 3.063s1 2.125 1.438 2.906c1.188 2.063 2.719 4.094 4.469 5.781s3.813 3.094 6.125 3.938c1.344 0.531 2.688 1.125 4.188 1.125 0.75 0 1.813-0.281 2.781-0.688 0.938-0.406 1.781-1.031 2.094-1.781 0.125-0.281 0.281-0.656 0.375-1.094 0.094-0.406 0.156-0.813 0.156-1.094 0-0.156 0-0.313-0.031-0.344-0.094-0.188-0.313-0.344-0.563-0.5-0.563-0.281-0.656-0.375-1.5-0.875-0.875-0.5-1.781-1.063-2.563-1.469-0.375-0.219-0.625-0.313-0.719-0.313-0.5 0-1.125 0.688-1.656 1.438-0.563 0.75-1.188 1.438-1.625 1.438-0.219 0-0.438-0.094-0.688-0.25s-0.5-0.281-0.656-0.375c-2.75-1.563-4.594-3.406-6.156-6.125-0.188-0.313-0.625-0.969-0.625-1.313 0-0.406 0.563-0.875 1.125-1.375 0.531-0.469 1.094-1.031 1.094-1.719 0-0.094-0.063-0.375-0.188-0.781-0.281-0.813-0.656-1.75-0.969-2.656-0.156-0.438-0.281-0.75-0.313-0.906-0.063-0.094-0.094-0.219-0.125-0.375s-0.094-0.281-0.125-0.406c-0.094-0.281-0.25-0.5-0.406-0.625-0.156-0.063-0.531-0.156-0.906-0.188-0.375 0-0.813-0.031-1-0.031-0.094 0-0.219 0-0.344 0.031h-0.406c-1 0.438-1.719 1.313-2.25 2.344-0.5 1.031-0.813 2.188-0.813 3.219z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: right center !important;
}

.stream-wood-recall-btn.stream-wood-recall-btn-static:hover .sw-call-img {
  background-position: right center !important;
  opacity: 1;
}

/*  статическая кнопка обратного звонка */

/* кнопка close */

.stream-wood-recall-btn .stream-wood-recall-btn-close {
  background-color: rgba(0,0,0,.4);
  width: 16px;
  height: 16px;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  border: 0 none;
  cursor: pointer;
  padding: 0;
  text-align: center;
  z-index: 1;
  transition: all 200ms;
}

.stream-wood-recall-btn .stream-wood-recall-btn-close .stream-wood-recall-icon-hide {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -122px -96px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  text-align: center;
}

.stream-wood-recall-btn.stream-wood-recall-btn-small .stream-wood-recall-btn-close {
  top: 10px;
  right: 28px;
}

.stream-wood-recall-btn.stream-wood-recall-btn-static .stream-wood-recall-btn-close {
  top: 0;
  right: -18px;
}

@media (max-width: 600px) {
  .stream-wood-recall-btn .stream-wood-recall-btn-close {
    top: 6px;
    right: 6px;
  }

  .stream-wood-recall-btn.stream-wood-recall-btn-small .stream-wood-recall-btn-close {
    top: 10px;
    right: 10px;
  }

  .stream-wood-recall-btn.stream-wood-recall-btn-static .stream-wood-recall-btn-close {
    top: 0;
    right: -18px;
  }
}

@keyframes anim {
  0% {
    top: 27px;
    left: 27px;
    width: 96px;
    height: 96px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}

@-moz-keyframes anim {
  0% {
    opacity: 0;
    top: 27px;
    left: 27px;
    width: 96px;
    height: 96px;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}

@-webkit-keyframes anim {
  0% {
    opacity: 0;
    top: 27px;
    left: 27px;
    width: 96px;
    height: 96px;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}

@keyframes anim-rid {
  0% {
    width: 96px;
    height: 96px;
    top: 29px;
    left: 29px;
  }

  50% {
    width: 126px;
    height: 126px;
    top: 14px;
    left: 14px;
  }

  100% {
    width: 96px;
    height: 96px;
    top: 29px;
    left: 29px;
  }
}

@-moz-keyframes anim-rid {
  0% {
    width: 96px;
    height: 96px;
    top: 29px;
    left: 29px;
  }

  50% {
    width: 126px;
    height: 126px;
    top: 14px;
    left: 14px;
  }

  100% {
    width: 96px;
    height: 96px;
    top: 29px;
    left: 29px;
  }
}

@-webkit-keyframes anim-rid {
  0% {
    width: 96px;
    height: 96px;
    top: 29px;
    left: 29px;
  }

  50% {
    width: 126px;
    height: 126px;
    top: 14px;
    left: 14px;
  }

  100% {
    width: 96px;
    height: 96px;
    top: 29px;
    left: 29px;
  }
}

.stream-wood-recall-btn-small .sw-call-rad {
  width: 60px;
  height: 60px;
  -webkit-animation: anim-small 2s infinite ease-in-out;
  -moz-animation: anim-small 2s infinite ease-in-out;
  -o-animation: anim-small 2s infinite ease-in-out;
  animation: anim-small 2s infinite ease-in-out;
}

.stream-wood-recall-btn-small .sw-call-img {
  width: 60px;
  height: 60px;
  background-image: url("/media/StreamWood/img/bgr/call-btn-small.png");
}

.stream-wood-recall-btn-small .sw-call-rid {
  width: 60px;
  height: 60px;
  -webkit-animation: anim-rid-small 2s infinite ease-in-out;
  -moz-animation: anim-rid-small 2s infinite ease-in-out;
  -o-animation: anim-rid-small 2s infinite ease-in-out;
  animation: anim-rid-small 2s infinite ease-in-out;
}

@keyframes anim-small {
  0% {
    top: 27px;
    left: 27px;
    width: 60px;
    height: 60px;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}

@-moz-keyframes anim-small {
  0% {
    opacity: 0;
    top: 27px;
    left: 27px;
    width: 60px;
    height: 60px;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}

@-webkit-keyframes anim-small {
  0% {
    opacity: 0;
    top: 27px;
    left: 27px;
    width: 60px;
    height: 60px;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}

@keyframes anim-rid-small {
  0% {
    width: 60px;
    height: 60px;
    top: 29px;
    left: 29px;
  }

  50% {
    width: 90px;
    height: 90px;
    top: 14px;
    left: 14px;
  }

  100% {
    width: 60px;
    height: 60px;
    top: 29px;
    left: 29px;
  }
}

@-moz-keyframes anim-rid-small {
  0% {
    width: 60px;
    height: 60px;
    top: 29px;
    left: 29px;
  }

  50% {
    width: 90px;
    height: 90px;
    top: 14px;
    left: 14px;
  }

  100% {
    width: 60px;
    height: 60px;
    top: 29px;
    left: 29px;
  }
}

@-webkit-keyframes anim-rid-small {
  0% {
    width: 60px;
    height: 60px;
    top: 29px;
    left: 29px;
  }

  50% {
    width: 90px;
    height: 90px;
    top: 14px;
    left: 14px;
  }

  100% {
    width: 60px;
    height: 60px;
    top: 29px;
    left: 29px;
  }
}

/*
Кузьмин А.Е.
Задача: Bug #474
Комментарий: Доработка размеров callback виджета для размеров окна браузера под ширину менее 400px (iphone 4 и
Samsung Galaxy S5)
 */

@media all and (max-width: 400px) {
  .stream-wood-recall-departments .sw-select-recall-department {
    width: 77% !important;
  }

  .stream-wood-recall-number .phone-number-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
    margin-left: 25px !important;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    margin-left: 20px !important;
  }

  .stream-wood-recall-number .first {
    margin-left: 25px !important;
    margin-top: 0 !important;
  }

  .stream-wood-recall-3 .streamwood-personal-data .streamwood-personal-notice-wrapper .streamwood-checkbox {
    margin-left: 25px !important;
  }

  .stream-wood-recall-3 .streamwood-personal-data {
    text-align: left !important;
  }

  .stream-wood-recall-3 .streamwood-personal-notice {
    width: 70% !important;
    display: inline-block !important;
  }

  .stream-wood-recall-btn {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------------------------------------------------------------*/

/*
Кузьмин Анрдей
Задача: Feature #457
Комментарий: Добавил адаптивную верску для виджета "ЗаЛАЙК".
*/

@media all and (max-width: 650px), (max-height: 750px) {
  .stream-wood-zalike-window-head {
    min-height: 60px !important;
  }

  .stream-wood-zalike-window {
    width: 285px !important;
  }

  .stream-wood-zalike-title {
    padding: 7px 0 3px 0 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
  }

  .stream-wood-zalike-subtitle {
    font-weight: 200 !important;
    font-size: 14px !important;
  }

  a.stream-wood-zalike-vk-button {
    width: 175px !important;
    height: 60px !important;
  }

  .stream-wood-zalike-window-body-button div {
    font-size: 12px !important;
    line-height: 1.2 !important;
    padding: 10px 30px 20px 30px !important;
  }

  .stream-wood-zalike-window-body-center {
    font-size: 15px !important;
    padding: 6px 8px 8px 8px !important;
    line-height: 1.2 !important;
    min-height: 60px !important;
  }
}

@media all and (max-width: 450px), (max-height: 500px) {
  .stream-wood-zalike-window {
    width: 250px !important;
  }

  .stream-wood-zalike-window-head {
    min-height: 40px !important;
  }

  .stream-wood-zalike-title {
    padding: 5px 0 2px 0 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
  }

  .stream-wood-zalike-subtitle {
    font-weight: 200 !important;
    font-size: 14px !important;
  }

  a.stream-wood-zalike-vk-button {
    width: 150px !important;
    height: 45px !important;
  }

  .stream-wood-zalike-window-body-button div {
    font-size: 10px !important;
    line-height: 1.0 !important;
    padding: 7px 20px 15px 20px !important;
  }

  .stream-wood-zalike-window-body-center {
    font-size: 14px !important;
    padding: 4px 5px 5px 5px !important;
    line-height: 1.0 !important;
    min-height: 45px !important;
  }

  .stream-wood-zalike-window-body-button {
    height: 80px !important;
  }
}

/*---------------------------------------------------------------------------------------------------------------------*/

@media (max-width:600px) {
  .stream-wood-recall-btn {
    width: 124px;
    height: 124px;
  }

  .stream-wood-recall-btn .sw-call-rad {
    width: 60px;
    height: 60px;
    -webkit-animation: anim-small 2s infinite ease-in-out;
    -moz-animation: anim-small 2s infinite ease-in-out;
    -o-animation: anim-small 2s infinite ease-in-out;
    animation: anim-small 2s infinite ease-in-out;
  }

  .stream-wood-recall-btn .sw-call-img {
    width: 60px;
    height: 60px;
    background-image: url("/media/StreamWood/img/bgr/call-btn-small.png");
  }

  .stream-wood-recall-btn .sw-call-rid {
    width: 60px;
    height: 60px;
    -webkit-animation: anim-rid-small 2s infinite ease-in-out;
    -moz-animation: anim-rid-small 2s infinite ease-in-out;
    -o-animation: anim-rid-small 2s infinite ease-in-out;
    animation: anim-rid-small 2s infinite ease-in-out;
  }
}

.stream-wood-zalike-window {
  height: auto;
  width: 304px;
  border: 0 solid #000;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  z-index: 100000000;
  position: fixed;
  right: 25px;
  bottom: -328px;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0 13px 32px -5px rgba(0,0,0,0.56);
  -moz-box-shadow: 0 13px 32px -5px rgba(0,0,0,0.56);
  box-shadow: 0 13px 32px -5px rgba(0,0,0,0.56);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1.15;
}

.stream-wood-zalike-window-close {
  -webkit-box-shadow: 0 17px 42px -13px rgba(0,0,0,0.56);
  -moz-box-shadow: 0 17px 42px -13px rgba(0,0,0,0.56);
  box-shadow: 0 17px 42px -13px rgba(0,0,0,0.56);
  border-radius: 0;
}

.stream-wood-zalike-window .stream-wood-zalike-window-head {
  background-color: #537599;
  cursor: pointer;
  height: auto;
  min-height: 83px;
  border: 0 solid #000;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  white-space: normal;
  text-overflow: clip;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.stream-wood-zalike-window .stream-wood-zalike-window-head .stream-wood-zalike-title {
  padding: 15px 0 8px 0;
  color: #fff;
  margin: 0 8px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.stream-wood-zalike-window .stream-wood-zalike-window-head .stream-wood-zalike-subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  margin: 0 8px 0 8px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 6px;
}

.stream-wood-zalike-window .stream-wood-zalike-window-head .stream-wood-zalike-close {
  cursor: pointer;
  display: none;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 9px;
  top: 10px;
  background: url("/img/zalike-close.png") no-repeat !important;
}

.stream-wood-zalike-window .stream-wood-zalike-window-body {
  height: auto;
  background-color: #fff;
  text-align: center;
}

.stream-wood-zalike-window .stream-wood-zalike-window-body .stream-wood-zalike-window-body-result {
  padding: 21px 10px;
  font-size: 18px;
  line-height: 2;
  color: #000;
}

.stream-wood-zalike-window .stream-wood-zalike-window-body .stream-wood-zalike-window-body-center {
  font-size: 16px;
  height: auto;
  text-align: center;
  color: #393939;
  padding: 9px 10px 10px 10px;
  line-height: 1.2;
  min-height: 85px;
}

.stream-wood-zalike-window .stream-wood-zalike-window-body .stream-wood-zalike-window-body-button {
  height: 114px;
}

.stream-wood-zalike-window .stream-wood-zalike-window-body .stream-wood-zalike-window-body-button a.stream-wood-zalike-vk-button {
  width: 170px;
  height: 51px;
  background: #4f7195 url("/img/zalike-vk-button.png") center no-repeat;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(236, 236, 236, 0.004), inset 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(236, 236, 236, 0.004), inset 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(236, 236, 236, 0.004), inset 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.stream-wood-zalike-window .stream-wood-zalike-window-body .stream-wood-zalike-window-body-button a.stream-wood-zalike-vk-button:hover {
  background-color: #6789ad;
}

.stream-wood-zalike-window .stream-wood-zalike-window-body .stream-wood-zalike-window-body-button a.stream-wood-zalike-vk-button:active {
  background-color: #456588;
  -webkit-box-shadow: 0 1px 0 0 rgba(236, 236, 236, 0.004), inset 0 3px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(236, 236, 236, 0.004), inset 0 3px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(236, 236, 236, 0.004), inset 0 3px 1px 0 rgba(0, 0, 0, 0.3);
}

.stream-wood-zalike-window .stream-wood-zalike-window-body .stream-wood-zalike-window-body-button>div {
  font-size: 11px;
  line-height: 1.4;
  padding: 7px 65px 15px 65px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
}

.stream-wood-zalike-window .stream-wood-zalike-window-footer {
  height: 24px;
  background-color: #4f7195;
}

.stream-wood-zalike-window .stream-wood-zalike-window-footer .stream-wood-zalike-window-footer-link {
  color: #fff;
  font-size: 11px;
  float: right;
  padding: 7px 15px 0 0;
  text-decoration: none;
  font-style: italic;
  border: 0;
}

.stream-wood-chat.clbh_blur,
.stream-wood-invitation.clbh_blur,
.stream-wood-generator.clbh_blur,
.stream-wood-recall-2.clbh_blur,
.stream-wood-btn.clbh_blur,
.stream-wood-zalike-window.clbh_blur {
  -webkit-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  filter: blur(0px) !important;
  filter: "";
}

.strmwd-blur {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  /*filter: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur")*/
}

.strmwd-blur .grecaptcha-badge {
  display: none!important;
}

.stream-wood-chat .sw-send-group .sw-upload {
  position: absolute;
  background: transparent url("/media/StreamWood/img/bgr/upload_file.png") no-repeat left 0;
  width: 32px !important;
  height: 31px !important;
  overflow: hidden;
  left: 79px;
  cursor: pointer;
}

.stream-wood-chat .sw-send-group .sw-upload input {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  height: 31px;
  padding: 0 20px !important;
}

.stream-wood-chat .sw-send-group .sw-upload:hover {
  background: transparent url("/media/StreamWood/img/bgr/upload_file.png") no-repeat left -32px;
}

.stream-wood-chat .sw-send-group .sw-upload:active {
  background: transparent url("/media/StreamWood/img/bgr/upload_file.png") no-repeat left -64px;
}

.stream-wood-chat.stream-wood-compact .sw-send-group span.sw-enter {
  display: none !important;
}

.stream-wood-chat.stream-wood-compact .sw-send-group a.sw-send-btn {
  float: right;
}

.stream-wood-chat.stream-wood-compact .sw-send-group .sw-upload {
  left: 104px;
}

.stream-wood-chat,
.stream-wood-invitation,
.stream-wood-generator,
.stream-wood-recall-2,
.stream-wood-btn,
.stream-wood-zalike-window {
  letter-spacing: 0 !important;
}

/*звонок, общие настройки*/

.stream-wood-recall-3 {
  color: #424241;
  background: transparent;
  position: absolute;
  z-index: 2147483647;
  line-height: 1em !important;
  /*Кузьмин А.Е. bugfix 511*/
  text-shadow: none;
  font-family: "PT Sans";
  overflow: visible;
  opacity: 1;
}

.stream-wood-recall-3.stream-wood-recall-3--timepick .sw-recall-select-time,
.stream-wood-recall-3.stream-wood-recall-3--timepick .stream-wood-recall-timer,
.stream-wood-recall-3.stream-wood-recall-3--timepick .stream-wood-recall-number .first,
.stream-wood-recall-3.stream-wood-recall-3--timepick .stream-wood-recall-number .timer-text {
  display: none;
}

.stream-wood-recall-3.stream-wood-recall-3--timepick .sw-recall-select-time-container {
  display: block;
}

.stream-wood-recall-3.stream-wood-recall-3--timepick .stream-wood-recall-title {
  margin-bottom: 30px;
}

.stream-wood-recall-3.stream-wood-recall-3--no-shadow .stream-wood-recall-container {
  box-shadow: none;
}

.stream-wood-recall-3 .stream-wood-recall-close {
  background: url("/media/StreamWood/img/bgr/recall-close.png") no-repeat scroll 0 0 !important;
  border-bottom: none;
  height: 35px;
  position: absolute;
  right: -44px;
  top: 0;
  width: 35px;
  z-index: 100000000;
  display: block !important;
}

.stream-wood-recall-3 .stream-wood-recall-container {
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  padding: 0;
  text-align: left;
  z-index: 99999999;
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
  position: initial;
  background: #f5f4f4;
  width: 541px;
  height: 511px;
  line-height: normal;
}

.stream-wood-recall-3 .stream-wood-recall-logo-container {
  background-repeat: no-repeat;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-title {
  font-family: "PT Sans";
  font-weight: 800;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 28px;
  padding: 0 10px;
  color: inherit;
}

.stream-wood-recall-3 .stream-wood-recall-departments {
  display: none;
  height: 30px;
  text-align: center;
}

.stream-wood-recall-3 .stream-wood-recall-title + .stream-wood-recall-departments {
  margin-top: -15px;
}

.stream-wood-recall-3 .stream-wood-recall-container .sw-recall-select-time-container + .stream-wood-recall-number {
  margin-top: 0;
}

.stream-wood-recall-3 select {
  background: #E0DBDB;
  font-family: "PT Sans";
  font-size: 13px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid darkgrey;
  padding: 4px 6px!important;
  display: inline-block;
  color: #000;
  visibility: visible;
  opacity: 1;
  line-height: 22px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  margin: 0;
}

.stream-wood-recall-3 .stream-wood-recall-departments .sw-select-recall-department {
  width: 250px;
  min-width: auto;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer {
  font-size: 150px;
  margin: 20px 0;
  width: 100%;
  height: 140px;
  text-align: center;
  position: relative;
  font-family: "PT Sans";
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer > .sw-percent {
  font-size: 150px;
  border: 10px solid #edebeb;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  margin-left: -71px;
  left: 50%;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer > #sw-slice {
  display: none;
  position: absolute;
  width: 150px;
  height: 150px;
  clip: rect(0px,140px,140px,70px);
  /*font-size: 150px;*/
  top: 0;
  left: 50%;
  margin-left: -71px;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer > #sw-slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer > #sw-slice > .pie {
  border: 10px solid #d72e7d;
  position: absolute;
  width: 120px;
  /* 1 - (2 * border width) */
  height: 120px;
  /* 1 - (2 * border width) */
  clip: rect(0,70px,140px,0);
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  box-sizing: initial;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer > #sw-slice > .pie.fill {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer.fill > #sw-slice > .pie {
  border: transparent;
  background-color: #edebeb;
  width: 150px;
  height: 150px;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer-digit {
  font-family: "PT Sans";
  font-weight: 800;
  font-size: 50px;
  line-height: 20px;
  padding-top: 50px;
  text-align: center;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-timer-text {
  font-family: "PT Sans";
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number {
  font-family: "PT Sans";
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
  color: inherit;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
  border: 1px solid #d4d2d2;
  color: inherit;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  margin-left: 10px;
  padding: 4px 20px;
  width: 276px;
  height: 44px;
  background: none;
  box-shadow: none;
  border-radius: 0;
  box-sizing: content-box;
  vertical-align: top;
  margin-top: 0;
  text-align: left;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall:focus {
  border-color: rgba(215, 46, 125, 0.8);
  outline: none;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number p {
  margin-top: 5px;
  margin-left: 48px;
  padding: 0;
  text-align: center;
  opacity: .9;
  background: none !important;
  display: block;
  height: auto;
  min-height: 0;
  text-shadow: none;
  color: inherit;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number .first {
  margin-bottom: 2px;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number .second {
  margin-left: -82px;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number-wait {
  color: inherit;
  display: none;
  font-family: "PT Sans";
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 44px;
  text-align: center;
  width: 100%;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-button-container {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn,
.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  *margin-left: .3em;
  font-size: 26px;
  font-family: "PT Sans";
  font-weight: 800;
  line-height: 54px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d72e7d;
  border: 1px solid transparent;
  *zoom: 1;
  border-bottom: none;
  width: auto;
  height: 59px;
  white-space: nowrap;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn:hover,
.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn:focus,
.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn:focus {
  outline: 0;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn:active,
.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn:active {
  box-shadow: inset 0 0 0 200px rgba(0,0,0,0.21);
  outline: 0;
}

.stream-wood-recall-3 .stream-wood-recall-container .sw-recall-number-error {
  display: none;
  font-size: 14px;
  margin: 0;
  color: red;
  text-align: center;
  font-family: "PT Sans";
}

.stream-wood-recall-3 .stream-wood-recall-container .sw-recall-number-error p {
  margin: 0;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-copyright {
  font-family: "PT Sans";
  font-size: 12px;
  text-align: right;
  /*width: 100%;*/
  position: absolute;
  bottom: 5px;
  right: 0;
  color: inherit;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-copyright .sw-copy {
  border-bottom: none;
  color: inherit;
  font-family: "PT Sans";
  font-size: 12px;
  text-decoration: underline;
  padding-right: 18px;
  display: inline;
}

.stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-content {
  position: absolute;
  color: inherit;
}

.stream-wood-recall-3 .sw-recall-select-time-container {
  display: none;
  line-height: 73px;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
}

.stream-wood-recall-3  .stream-wood-recall-content .sw-recall-select-time-header {
  font-size: 16px;
  line-height: 30px;
}

.stream-wood-recall-3 .sw-recall-select-time-container .sw-recall-select-day,
.stream-wood-recall-3 .sw-recall-select-time-container .sw-recall-select-hour {
  font-size: 15px;
  height: 31px;
  width: 205px;
  margin-bottom: 5px;
  min-width: auto;
}

.stream-wood-recall-3 .sw-recall-select-time {
  display: none;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.stream-wood-recall-3 .sw-recall-select-time-link {
  border-bottom: 1px dashed currentColor !important;
  text-decoration: none;
  color: inherit;
  opacity: 0.5 !important;
  display: inline;
}

.stream-wood-recall-3 .sw-recall-select-time-link:hover {
  opacity: 1 !important;
}

.stream-wood-recall-3 .sw-recall-select-time-container .chosen-container,
.stream-wood-recall-3 .sw-recall-select-time-container .chosen-container {
  line-height: normal;
  padding: 0;
}

/*звонок располагается по центру*/

.stream-wood-recall-center {
  width: 544px;
  height: 520px;
}

.stream-wood-recall-center-with-logo {
  width: 734px;
  height: 520px;
}

.stream-wood-recall-center .stream-wood-recall-logo-container,
.stream-wood-recall-center-compact .stream-wood-recall-logo-container {
  display: none;
}

.stream-wood-recall-center-with-logo .stream-wood-recall-logo-container,
.stream-wood-recall-center-compact-with-logo .stream-wood-recall-logo-container {
  position: absolute;
  width: 190px;
  height: 100%;
  display: block;
}

.stream-wood-recall-center .stream-wood-recall-container {
  width: 100%;
  height: 100%;
  color: inherit;
}

.stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-content {
  left: 0;
  width: 544px;
  height: 520px;
}

.stream-wood-recall-center-with-logo .stream-wood-recall-container .stream-wood-recall-content {
  left: 190px;
}

.stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .timer-text,
.stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
  display: none;
}

.stream-wood-recall-center .sw-recall-select-time-container .sw-recall-select-day {
  margin-right: 5px;
}

.stream-wood-recall-center .sw-recall-select-time-container .sw-recall-select-hour {
  margin-left: 5px;
}

/*звонок располагается по центру и компактный таймер*/

.stream-wood-recall-center-compact {
  width: 700px;
  height: 300px;
}

.stream-wood-recall-center-compact-with-logo {
  width: 890px;
  height: 300px;
}

.stream-wood-recall-center-compact .stream-wood-recall-timer {
  display: none;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-content {
  height: 300px;
  width: 700px;
}

@media (max-width: 470px) {
  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-content {
    background-image: none !important;
  }
}

.stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-content {
  left: 190px;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-title {
  margin-bottom: 16px;
  margin-left: 39px;
  margin-top: 18px;
  text-align: left;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number {
  width: 100%;
  text-align: left;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
  width: 235px;
  margin-left: 50px;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .timer-text {
  display: inline-block;
  font-family: "PT Sans";
  font-weight: 800;
  font-size: 40px;
  margin-left: 12px;
  vertical-align: top;
  line-height: 1.35em;
  color: inherit;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
  display: block;
  margin-bottom: 10px;
  margin-left: 50px;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number p {
  margin-left: 50px;
  text-align: left;
  color: inherit;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .second {
  margin-left: 50px;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
  display: inline-block;
  font-size: 16px;
  height: 54px;
  line-height: 40px;
  margin-top: 0;
  margin-left: -4px;
  box-sizing: border-box;
  vertical-align: top;
}

.stream-wood-recall-center-compact .stream-wood-recall-button-container {
  display: none;
}

.stream-wood-recall-center-compact .sw-recall-select-time-container {
  text-align: left;
  margin-left: 51px;
}

.stream-wood-recall-3--with-header .stream-wood-recall-content {
  top: 200px;
}

.stream-wood-recall-3--with-header .stream-wood-recall-logo-container {
  top: 200px;
  height: calc(100% - 200px);
}

.stream-wood-recall-center-compact.stream-wood-recall-3--with-header {
  height: 500px;
}

.stream-wood-recall-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  padding: 0;
  margin: 0;
  background: no-repeat 50%;
}

@media (min-width: 600px) {
  .stream-wood-recall-3--with-header {
    height: 720px;
  }
}

@media (max-width: 600px) {
  .stream-wood-recall-header {
    display: none !important;
  }

  .stream-wood-recall-3--with-header .stream-wood-recall-content,
  .stream-wood-recall-3--with-header .stream-wood-recall-logo-container {
    top: 0;
  }
}

@media (max-width: 300px) {
  .stream-wood-recall-center-compact.stream-wood-recall-3--with-header {
    height: 550px;
  }
}

/*звонок располагается слева или справа*/

.stream-wood-recall-side {
  position: fixed;
  width: 430px;
  height: 100%;
  top: 0;
}

.stream-wood-recall-side .stream-wood-recall-close {
  right: 40px;
  top: 20px;
}

.stream-wood-recall-side-left {
  left: 0;
}

.stream-wood-recall-side-right {
  right: 0;
}

.stream-wood-recall-side-left .stream-wood-recall-hide-right {
  background: #f5f4f4;
  border-radius: 30px;
  border-bottom: none;
  color: #cccbcb;
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  right: 6px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 100000000;
}

.stream-wood-recall-side-left .stream-wood-recall-hide-left {
  display: none;
}

.stream-wood-recall-side-left .stream-wood-recall-hide-right span.recall-hide {
  margin-left: 41px;
}

.stream-wood-recall-side-left .stream-wood-recall-hide-right span.recall-hide-close:after,
.stream-wood-recall-side-right .stream-wood-recall-hide-left span.recall-hide-open:after {
  content: "\2512";
  transform: rotate(45deg);
  display: inline-block;
}

.stream-wood-recall-side-right .stream-wood-recall-close {
  right: 15px;
}

.stream-wood-recall-side-right .stream-wood-recall-hide-left {
  background: #f5f4f4;
  border-radius: 30px;
  border-bottom: none;
  color: #cccbcb;
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  left: 6px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 100000000;
}

.stream-wood-recall-side-right .stream-wood-recall-hide-right {
  display: none;
}

.stream-wood-recall-side-right .stream-wood-recall-hide-left span.recall-hide {
  margin-left: 0;
}

.stream-wood-recall-side-right .stream-wood-recall-hide-left span.recall-hide-open {
  margin-left: 8px;
}

.stream-wood-recall-side-left .stream-wood-recall-hide-right span.recall-hide-open {
  margin-left: 31px;
}

.stream-wood-recall-side-left .stream-wood-recall-hide-right span.recall-hide-open:after,
.stream-wood-recall-side-right .stream-wood-recall-hide-left span.recall-hide-close:after {
  content: "\2512";
  transform: rotate(220deg);
  display: inline-block;
}

.stream-wood-recall-side .stream-wood-recall-logo-container {
  display: none;
}

.stream-wood-recall-side .stream-wood-recall-container {
  margin-left: 30px;
  width: 400px;
  height: 100%;
  z-index: 99999999;
}

.stream-wood-recall-side-left .stream-wood-recall-container {
  margin-left: 0;
}

.stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-content {
  width: 400px;
  top: 50%;
  margin-top: -250px;
}

.stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number p {
  margin-left: 50px;
  text-align: left;
}

.stream-wood-recall-side .sw-recall-select-time-container {
  line-height: 50px;
}

.stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container {
  margin: 30px 0;
  text-align: center;
  width: 100%;
}

.stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
  width: 293px;
  height: 59px;
  margin-left: 10px;
}

.stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-copyright {
  right: 30px;
}

.stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .timer-text {
  display: none;
}

/*звонок располагается слева или справа и компактный таймер*/

.stream-wood-recall-side-compact .stream-wood-recall-timer {
  display: none;
}

.stream-wood-recall-side-compact .stream-wood-recall-container .stream-wood-recall-content {
  margin-top: -175px;
  height: 350px;
}

.stream-wood-recall-side-compact .stream-wood-recall-logo-container {
  height: 280px;
}

.stream-wood-recall-side-compact .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  line-height: 40px;
  margin-top: 4px;
  margin-left: -5px;
}

.stream-wood-recall-side-compact .stream-wood-recall-container .stream-wood-recall-number {
  margin: 24px 0;
}

.stream-wood-recall-side-compact .stream-wood-recall-container .stream-wood-recall-button-container .timer-text {
  display: inline-block;
  font-family: "PT Sans";
  font-weight: 800;
  font-size: 27px;
  margin-left: 12px;
  line-height: 27px;
  vertical-align: middle;
}

/* FIX  кривая верстка была в recall боковом! я поправил этим фиксом для 1 сайта!*/

.stream-wood-recall-side .stream-wood-recall-container.stream-wood-recall-cont-center {
  position: relative;
}

.stream-wood-recall-side .stream-wood-recall-container.stream-wood-recall-cont-center .stream-wood-recall-content {
  height: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/* FIX  кривая верстка была в recall боковом! я поправил этим фиксом для 1 сайта!*/

/*для отображения в панели настроек*/

.stream-wood-recall-design {
  margin-left: 50px;
  position: absolute;
  top: 300px;
}

.stream-wood-recall-design-side {
  margin-left: 175px;
  height: 900px;
  left: 0;
  top: 300px;
  position: absolute;
}

/*адаптируем генератор и звонок для различных устройств*/

@media (min-width:100px), (min-width:200px), (min-width:300px) {
  .stream-wood-generator {
    width: 180px;
    margin-left: -90px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .stream-wood-generator .sw-generator-close-btn,
  .stream-wood-generator .sw-generator-close-btn:hover {
    background: url("/media/StreamWood/img/bgr/close-500.png") no-repeat scroll 0 0 !important;
    right: -5px;
    top: 3px;
    height: 24px;
    width: 26px;
  }

  .stream-wood-generator .sw-generator-title {
    margin-top: 2px;
  }

  .stream-wood-generator span.generator-title {
    font-size: 9px;
    line-height: 9px;
  }

  .stream-wood-generator img.sw-action {
    margin: 5px 20px;
    width: 140px;
    height: 78px;
  }

  .stream-wood-generator .gen-counter {
    background: url("/img/bgr/counter-bgr-300.png") repeat-x bottom;
    height: 23px;
    width: 130px;
    margin: 5px 0 0 26px;
  }

  .stream-wood-generator .gen-counter .gen-counter-text {
    font-size: 14px;
    letter-spacing: 4px;
    top: 3px;
  }

  .stream-wood-generator .gen-counter .sw-generator-day {
    left: 5px;
  }

  .stream-wood-generator .gen-counter .sw-generator-hour {
    left: 38px;
  }

  .stream-wood-generator .gen-counter .sw-generator-min {
    left: 73px;
  }

  .stream-wood-generator .gen-counter .sw-generator-sec {
    left: 106px;
  }

  .stream-wood-generator .gen-date {
    margin: 0 0 25px;
  }

  .stream-wood-generator .gen-date .gen-date-text {
    font-size: 6px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-day {
    left: 7px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-hour {
    left: 40px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-min {
    left: 75px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-sec {
    left: 109px;
  }

  .stream-wood-generator .sw-send-group {
    padding: 8px 15px 0;
  }

  .stream-wood-generator p.sw-action-text {
    font-size: 9px;
    line-height: 14px;
  }

  .stream-wood-generator input,
  .stream-wood-generator select {
    font-size: 7px;
    line-height: 7px;
    height: 8px;
    width: 55px;
    min-width: 55px;
  }

  .stream-wood-generator select {
    font-size: 4px;
  }

  .stream-wood-generator select.sw-select-department {
    margin-left: 15px;
  }

  .stream-wood-generator .sw-send-group .sw-action-text p {
    font-size: 8px;
  }

  .stream-wood-generator .sw-send-group a.sw-send-btn {
    height: 4px;
    line-height: 3px;
    padding: 7px 15px;
    margin: 0 0 3px 14px;
  }

  .stream-wood-generator .sw-send-group span {
    font-size: 4px;
  }

  .stream-wood-generator .sw-disclaimer {
    font-size: 5px;
  }

  .stream-wood-generator .sw-disclaimer a.sw-disclaimer-show-more-info:after {
    font-size: 12px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy {
    font-size: 6px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy span {
    font-size: 8px;
  }

  .stream-wood-recall-center {
    width: 248px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-content {
    width: 248px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number {
    font-size: 14px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 16px;
    padding: 2px 14px;
    width: 166px;
    height: 35px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 6px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 0;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 20px;
    width: 200px;
    height: 56px;
    padding: 0 12px;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-logo-container,
  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-logo-container {
    display: none;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-container .stream-wood-recall-content {
    left: 0;
    width: 248px;
  }

  .stream-wood-recall-center-compact {
    width: 235px;
    height: 350px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-content {
    width: 235px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
    font-size: 11px;
    margin-left: 26px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 14px;
    margin-left: 17px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    width: 164px;
    margin-left: 25px;
    font-size: 12px;
    padding: 0 8px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 29px;
    font-size: 11px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
    font-size: 10px;
    height: 37px;
    line-height: 28px;
    margin-left: 0;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    font-size: 17px;
    margin-left: 6px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 30px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 30px;
    font-size: 11px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-day,
  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-hour {
    width: 88px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-content .sw-recall-select-time .sw-recall-select-time-link {
    font-size: 12px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container {
    margin-left: 26px;
    line-height: 45px;
  }

  .stream-wood-recall-side {
    width: 270px;
  }

  .stream-wood-recall-side .stream-wood-recall-container {
    width: 240px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-content {
    width: 240px;
  }

  .stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 14px;
    line-height: 22px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number p {
    font-size: 12px;
    margin-left: 26px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 12px;
    margin-left: 0;
    padding: 2px 12px;
    width: 160px;
    height: 25px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number .first {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 16px;
    height: 41px;
    margin-left: 10px;
    line-height: 37px;
  }

  .stream-wood-recall-side .sw-recall-select-time {
    font-size: 11px;
  }
}

/* все что больше > 400px */

@media (min-width:400px) {
  .stream-wood-generator {
    width: 250px;
    margin-left: -125px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .stream-wood-generator .sw-generator-close-btn,
  .stream-wood-generator .sw-generator-close-btn:hover {
    background: url("/media/StreamWood/img/bgr/close-500.png") no-repeat scroll 0 0 !important;
    right: 5px;
    top: 5px;
    height: 18px;
    width: 16px;
  }

  .stream-wood-generator .sw-generator-title {
    margin-top: 8px;
  }

  .stream-wood-generator span.generator-title {
    font-size: 14px;
    line-height: 14px;
  }

  .stream-wood-generator img.sw-action {
    width: 212px;
    height: 117px;
  }

  .stream-wood-generator .gen-counter {
    background: url("/img/bgr/counter-bgr-500.png") repeat-x bottom;
    height: 38px;
    width: 212px;
    margin: 5px 0 0 21px;
  }

  .stream-wood-generator .gen-counter .gen-counter-text {
    font-size: 27px;
    letter-spacing: 5px;
    top: 11px;
  }

  .stream-wood-generator .gen-counter .sw-generator-hour {
    left: 62px;
  }

  .stream-wood-generator .gen-counter .sw-generator-min {
    left: 117px;
  }

  .stream-wood-generator .gen-counter .sw-generator-sec {
    left: 171px;
  }

  .stream-wood-generator .gen-date {
    margin: 0 0 30px;
  }

  .stream-wood-generator .gen-date .gen-date-text {
    font-size: 9px;
    width: 52px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-day {
    left: 20px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-hour {
    left: 76px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-min {
    left: 130px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-sec {
    left: 185px;
  }

  .stream-wood-generator .sw-send-group {
    padding: 12px 20px 0;
  }

  .stream-wood-generator p.sw-action-text {
    font-size: 12px;
  }

  .stream-wood-generator input,
  .stream-wood-generator select {
    font-size: 9px;
    line-height: 9px;
    height: 16px;
    width: 90px;
    min-width: 90px;
  }

  .stream-wood-generator select {
    font-size: 7px;
  }

  .stream-wood-generator select.sw-select-department {
    margin-left: 19px;
  }

  .stream-wood-generator .sw-send-group .sw-action-text p {
    font-size: 10px;
  }

  .stream-wood-generator .sw-send-group a.sw-send-btn {
    height: 10px;
    line-height: 9px;
    padding: 8px 15px;
  }

  .stream-wood-generator .sw-send-group span {
    font-size: 8px;
  }

  .stream-wood-generator .sw-disclaimer {
    font-size: 8px;
  }

  .stream-wood-generator .sw-disclaimer a.sw-disclaimer-show-more-info:after {
    font-size: 17px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy {
    font-size: 9px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy span {
    font-size: 11px;
  }

  .stream-wood-recall-center {
    width: 328px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-content {
    width: 328px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number {
    font-size: 14px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 16px;
    padding: 2px 14px;
    width: 166px;
    height: 35px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 82px;
    font-size: 14px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: -31px;
    font-size: 14px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 20px;
    width: 261px;
    height: 56px;
    padding: 0 12px;
    margin-left: 0;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-logo-container,
  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-logo-container {
    display: none;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-container .stream-wood-recall-content {
    left: 0;
    width: 328px;
  }

  .stream-wood-recall-center-compact {
    width: 317px;
    height: 300px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-content {
    width: 317px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
    margin-left: 26px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-title {
    margin-left: 17px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    width: 130px;
    margin-left: 25px;
    font-size: 14px;
    padding: 0 10px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 29px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
    font-size: 13px;
    height: 37px;
    line-height: 28px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    font-size: 20px;
    margin-left: 25px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 30px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 30px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-day,
  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-hour {
    width: 125px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-content .sw-recall-select-time .sw-recall-select-time-link {
    font-size: 12px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container {
    margin-left: 26px;
  }

  .stream-wood-recall-side {
    width: 330px;
  }

  .stream-wood-recall-side .stream-wood-recall-container {
    width: 300px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-content {
    width: 300px;
  }

  .stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 20px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number p {
    font-size: 14px;
    margin-left: 26px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 16px;
    margin-left: 10px;
    padding: 2px 12px;
    width: 231px;
    height: 36px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number .first {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 20px;
    width: 230px;
    height: 47px;
    margin-left: 10px;
    line-height: 54px;
  }

  .stream-wood-recall-side .sw-recall-select-time {
    font-size: 14px;
  }
}

@media (min-width:500px) {
  .stream-wood-generator {
    width: 300px;
    margin-left: -150px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }

  .stream-wood-generator .sw-generator-close-btn,
  .stream-wood-generator .sw-generator-close-btn:hover {
    background: url("/media/StreamWood/img/bgr/close-500.png") no-repeat scroll 0 0 !important;
    right: 6px;
    top: 5px;
    height: 18px;
    width: 16px;
  }

  .stream-wood-generator span.generator-title {
    font-size: 14px;
    line-height: 14px;
  }

  .stream-wood-generator img.sw-action {
    width: 260px;
    height: 144px;
  }

  .stream-wood-generator .gen-counter {
    background: url("/img/bgr/counter-bgr-500.png") repeat-x bottom;
    height: 38px;
    width: 212px;
    margin: 5px 0 0 47px;
  }

  .stream-wood-generator .gen-counter .gen-counter-text {
    font-size: 27px;
    letter-spacing: 5px;
    top: 11px;
  }

  .stream-wood-generator .gen-counter .sw-generator-hour {
    left: 62px;
  }

  .stream-wood-generator .gen-counter .sw-generator-min {
    left: 117px;
  }

  .stream-wood-generator .gen-counter .sw-generator-sec {
    left: 171px;
  }

  .stream-wood-generator .gen-date {
    margin: 0 0 30px;
  }

  .stream-wood-generator .gen-date .gen-date-text {
    font-size: 10px;
    width: 52px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-day {
    left: 47px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-hour {
    left: 100px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-min {
    left: 155px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-sec {
    left: 212px;
  }

  .stream-wood-generator .sw-send-group {
    padding: 16px 20px 0;
  }

  .stream-wood-generator p.sw-action-text {
    font-size: 12px;
  }

  .stream-wood-generator input,
  .stream-wood-generator select {
    font-size: 10px;
    line-height: 10px;
    height: 18px;
    width: 120px;
    min-width: 120px;
  }

  .stream-wood-generator select {
    font-size: 8px;
  }

  .stream-wood-generator select.sw-select-department {
    margin-left: 19px;
  }

  .stream-wood-generator .sw-send-group .sw-action-text p {
    font-size: 12px;
  }

  .stream-wood-generator .sw-send-group a.sw-send-btn {
    height: 12px;
    margin: 0 0 5px 10px;
    line-height: 10px;
  }

  .stream-wood-generator .sw-send-group span {
    font-size: 10px;
  }

  .stream-wood-generator .sw-disclaimer {
    font-size: 9px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy {
    font-size: 10px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy span {
    font-size: 13px;
  }

  .stream-wood-recall-center {
    width: 440px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-content {
    width: 440px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 22px;
    margin-top: 20px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number {
    font-size: 16px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    padding: 4px 20px;
    width: 216px;
    height: 38px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 100px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: -31px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 24px;
    width: 340px;
    height: 59px;
    padding: 4px 12px;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-logo-container,
  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-logo-container {
    display: none;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-container .stream-wood-recall-content {
    left: 0;
    width: 440px;
  }

  .stream-wood-recall-center-compact {
    width: 418px;
    height: 300px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-content {
    width: 418px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
    margin-left: 26px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-title {
    margin-left: 17px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    width: 130px;
    margin-left: 25px;
    font-size: 14px;
    padding: 0 10px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 29px;
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
    font-size: 13px;
    height: 40px;
    line-height: 28px;
    margin-left: 0;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    font-size: 20px;
    margin-left: 7px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 30px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 30px;
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-day,
  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-hour {
    width: 150px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-content .sw-recall-select-time .sw-recall-select-time-link {
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container {
    margin-left: 26px;
  }

  .stream-wood-recall-side {
    width: 430px;
  }

  .stream-wood-recall-side .stream-wood-recall-container {
    width: 400px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-content {
    width: 400px;
  }

  .stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 26px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number p {
    font-size: 16px;
    margin-left: 50px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    margin-left: 10px;
    padding: 4px 20px;
    width: 276px;
    height: 44px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number .first {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 26px;
    width: 293px;
    height: 59px;
    margin-left: 10px;
    line-height: 54px;
  }

  .stream-wood-recall-side .sw-recall-select-time {
    font-size: 14px;
  }
}

@media (min-width:600px) {
  .stream-wood-generator {
    width: 400px;
    margin-left: -200px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }

  .stream-wood-generator .sw-generator-close-btn,
  .stream-wood-generator .sw-generator-close-btn:hover {
    background: url("/media/StreamWood/img/bgr/close.png") no-repeat scroll 0 0 !important;
    right: 4px;
    top: 5px;
    height: 24px;
    width: 24px;
  }

  .stream-wood-generator .sw-generator-title {
    margin-top: 8px;
  }

  .stream-wood-generator span.generator-title {
    font-size: 20px;
    line-height: 22px;
  }

  .stream-wood-generator img.sw-action {
    margin: 10px 20px;
    width: 360px;
    height: 200px;
  }

  .stream-wood-generator .gen-counter {
    background: url("/img/bgr/counter-bgr.png") repeat-x bottom;
    height: 56px;
    width: 304px;
    margin: 10px 0 0 47px;
  }

  .stream-wood-generator .gen-counter .gen-counter-text {
    font-size: 45px;
    letter-spacing: 6px;
    top: 20px;
  }

  .stream-wood-generator .gen-counter .sw-generator-day {
    left: 7px;
  }

  .stream-wood-generator .gen-counter .sw-generator-hour {
    left: 86px;
  }

  .stream-wood-generator .gen-counter .sw-generator-min {
    left: 165px;
  }

  .stream-wood-generator .gen-counter .sw-generator-sec {
    left: 244px;
  }

  .stream-wood-generator .gen-date {
    margin: 0 0 40px;
  }

  .stream-wood-generator .gen-date .gen-date-text {
    font-size: 12px;
    width: 70px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-hour {
    left: 126px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-min {
    left: 204px;
  }

  .stream-wood-generator .gen-date .sw-generator-date-sec {
    left: 283px;
  }

  .stream-wood-generator .sw-send-group {
    padding: 16px 20px 0;
  }

  .stream-wood-generator .sw-send-group .sw-action-text p {
    font-size: 12px;
  }

  .stream-wood-generator p.sw-action-text {
    font-size: 14px;
    line-height: 20px;
  }

  .stream-wood-generator input,
  .stream-wood-generator select {
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    width: 195px;
    min-width: 195px;
  }

  .stream-wood-generator select.sw-select-department {
    margin-left: 19px;
  }

  .stream-wood-generator .sw-send-group a.sw-send-btn {
    height: 15px;
    margin: 0 0 9px 14px;
    line-height: 14px;
    padding: 10px 20px;
  }

  .stream-wood-generator .sw-send-group span {
    font-size: 12px;
  }

  .stream-wood-generator .sw-disclaimer {
    font-size: 9px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy {
    font-size: 13px;
  }

  .stream-wood-generator .sw-copyright a.sw-copy span {
    font-size: 13px;
  }

  .stream-wood-generator .sw-disclaimer a.sw-disclaimer-show-more-info:after {
    font-size: 24px;
  }

  .stream-wood-recall-center {
    width: 544px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 26px;
    margin-top: 20px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-content {
    width: 544px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number {
    font-size: 16px;
  }

  .stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    padding: 4px 20px;
    width: 276px;
    height: 44px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .first {
    font-size: 16px;
    margin-left: 48px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: -85px;
    font-size: 16px;
  }

  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    padding: 4px 12px;
    font-size: 26px;
    width: 402px;
    height: 59px;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-logo-container,
  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-logo-container {
    display: none;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-container .stream-wood-recall-content {
    left: 0;
    width: 544px;
  }

  .stream-wood-recall-center-compact {
    width: 520px;
    height: 300px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-content {
    width: 520px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
    margin-left: 26px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-title {
    margin-left: 17px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    width: 180px;
    margin-left: 25px;
    font-size: 18px;
    padding: 4px 20px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 29px;
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
    font-size: 16px;
    height: 54px;
    line-height: 40px;
    margin-left: 0;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    font-size: 26px;
    margin-left: 7px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 30px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 30px;
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-day,
  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-hour {
    width: 205px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-content .sw-recall-select-time .sw-recall-select-time-link {
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container {
    margin-left: 51px;
  }

  .stream-wood-recall-side {
    width: 430px;
  }

  .stream-wood-recall-side .stream-wood-recall-container {
    width: 400px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-content {
    width: 400px;
  }

  .stream-wood-recall-3 .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 26px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 50px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    margin-left: 10px;
    padding: 4px 20px;
    width: 276px;
    height: 44px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number .first {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 26px;
    width: 293px;
    height: 59px;
    margin-left: 10px;
    line-height: 54px;
  }

  .stream-wood-recall-side .sw-recall-select-time {
    font-size: 14px;
  }
}

@media (min-width:800px) {
  .stream-wood-recall-center .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 26px;
  }

  .stream-wood-recall-center-with-logo {
    width: 734px;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-logo-container,
  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-logo-container {
    display: block;
  }

  .stream-wood-recall-center-with-logo .stream-wood-recall-container .stream-wood-recall-content {
    left: 190px;
  }

  .stream-wood-recall-center-compact {
    width: 700px;
    height: 300px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-content {
    width: 700px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-title {
    margin-left: 39px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
    margin-left: 50px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    width: 235px;
    margin-left: 50px;
    padding: 4px 20px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .first {
    margin-left: 49px;
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .sw-recall-send-btn {
    font-size: 16px;
    height: 54px;
    line-height: 40px;
    margin-left: 0;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    font-size: 40px;
    margin-left: 12px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 50px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 50px;
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-day,
  .stream-wood-recall-center-compact .sw-recall-select-time-container .sw-recall-select-hour {
    width: 205px;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-content .sw-recall-select-time .sw-recall-select-time-link {
    font-size: 14px;
  }

  .stream-wood-recall-center-compact .sw-recall-select-time-container {
    margin-left: 51px;
  }

  .stream-wood-recall-center-compact-with-logo {
    width: 750px;
    height: 300px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-content {
    width: 600px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
    margin-left: 26px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-title {
    margin-left: 17px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    width: 210px;
    margin-left: 25px;
    padding: 4px 20px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    font-size: 30px;
    margin-left: 7px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 30px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 30px;
  }

  .stream-wood-recall-center-compact-with-logo .sw-recall-select-time-container {
    margin-left: 25px;
  }

  .stream-wood-recall-side {
    width: 430px;
  }

  .stream-wood-recall-side .stream-wood-recall-container {
    width: 400px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-content {
    width: 400px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 26px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number p {
    font-size: 16px;
    margin-left: 50px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    margin-left: 10px;
    padding: 4px 20px;
    width: 276px;
    height: 44px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number .first {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 26px;
    width: 293px;
    height: 59px;
    margin-left: 10px;
    line-height: 54px;
  }

  .stream-wood-recall-side .sw-recall-select-time {
    font-size: 14px;
  }
}

@media (min-width:1000px) {
  .stream-wood-recall-center-compact-with-logo {
    width: 890px;
    height: 300px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-content {
    width: 700px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-title {
    margin-left: 39px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number .phone-number-text {
    margin-left: 50px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    width: 235px;
    margin-left: 50px;
    padding: 4px 20px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number .timer-text {
    font-size: 40px;
    margin-left: 12px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number p {
    margin-left: 50px;
  }

  .stream-wood-recall-center-compact-with-logo .stream-wood-recall-container .stream-wood-recall-number .second {
    margin-left: 50px;
  }

  .stream-wood-recall-center-compact-with-logo .sw-recall-select-time-container {
    margin-left: 51px;
  }

  .stream-wood-recall-side {
    width: 430px;
  }

  .stream-wood-recall-side .stream-wood-recall-container {
    width: 400px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-content {
    width: 400px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-title {
    font-size: 26px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number p {
    font-size: 16px;
    margin-left: 50px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number input.sw-phone-recall {
    font-size: 18px;
    margin-left: 10px;
    padding: 4px 20px;
    width: 276px;
    height: 44px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-number .first {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    font-size: 26px;
    width: 293px;
    height: 59px;
    margin-left: 10px;
    line-height: 54px;
  }

  .stream-wood-recall-side .sw-recall-select-time {
    font-size: 14px;
  }
}

@media (min-height:600px) {
  .stream-wood-recall-side .stream-wood-recall-logo-container {
    display: none;
    height: 70px;
    width: 100%;
  }

  .stream-wood-recall-side-compact .stream-wood-recall-logo-container {
    height: 150px;
  }
}

@media (min-height:700px) {
  .stream-wood-recall-side .stream-wood-recall-logo-container {
    display: none;
    height: 120px;
  }

  .stream-wood-recall-side-compact .stream-wood-recall-logo-container {
    height: 190px;
  }
}

@media (min-height:800px) {
  .stream-wood-recall-side .stream-wood-recall-logo-container {
    display: none;
    height: 150px;
  }

  .stream-wood-recall-side-compact .stream-wood-recall-logo-container {
    height: 230px;
  }
}

@media (min-height:900px) {
  .stream-wood-recall-side .stream-wood-recall-logo-container,
  .stream-wood-recall-side-compact .stream-wood-recall-logo-container {
    display: block;
    height: 220px;
  }
}

/* до 400px */

@media only screen and (max-width: 400px) {
  .stream-wood-recall-side .stream-wood-recall-container .stream-wood-recall-button-container .sw-recall-send-btn {
    min-width: 170px;
    width: auto;
    margin-left: 0px;
  }
}

/*Новый генератор клиентов*/

/*основные настройки*/

.stream-wood-generator-2 * {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  line-height: 1em;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.stream-wood-generator-2 a {
  color: inherit !important;
}

.stream-wood-generator-2 .streamwood-personal-data {
  margin-top: 10px;
}

.stream-wood-generator-2 {
  background-color: transparent;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
  color: #333;
  font-family: "PT Sans";
  margin: 0;
  padding: 0;
  text-align: left;
  right: 0;
  z-index: 2147483645 !important;
  top: 0;
  left: 50%;
  position: absolute;
  filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  overflow: visible;
}

.stream-wood-generator-2.stream-wood-generator-2--no-shadow {
  box-shadow: none;
}

.stream-wood-generator-2 .stream-wood-generator-body {
  background-color: #f4f4f4;
}

.stream-wood-generator-2.stream-wood-generator-wallpaper .stream-wood-generator-body {
  background-color: transparent;
  position: static;
}

.stream-wood-generator-2 .stream-wood-generator-close {
  background: url("/media/StreamWood/img/bgr/recall-close.png") no-repeat scroll 0 0 !important;
  border-bottom: none;
  height: 35px;
  position: absolute;
  width: 35px;
  z-index: 2147483647 !important;
  cursor: pointer;
}

.stream-wood-generator-2 .stream-wood-generator-logo-container {
  display: none;
}

.stream-wood-generator-2 .stream-wood-generator-title {
  background-color: #ee6f23;
  color: #fff;
  float: none;
  text-align: center;
  width: 100%;
}

.stream-wood-generator-2 .stream-wood-generator-title .generator-title-span {
  float: none;
  font-weight: bold;
  margin-left: 0;
  line-height: 32px;
}

.stream-wood-generator-2 .stream-wood-generator-action-img {
  display: block;
  background: transparent none scroll no-repeat 0 0;
  background-size: 100%;
}

.stream-wood-generator-2 .stream-wood-generator-container {
  background-color: transparent;
  height: auto;
}

/*счетчик*/

.stream-wood-generator-2 .stream-wood-generator-counter-box {
  float: left;
  background-color: #00847f;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.stream-wood-generator-2 .stream-wood-generator-counter-box:before {
  display: block;
  content: ' ';
  background-color: rgba(255,255,255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.stream-wood-generator-2 .stream-wood-generator-counter-num {
  text-align: center;
  color: white;
}

.stream-wood-generator-2 .stream-wood-generator-counter-dot {
  float: left;
  text-align: center;
  font-weight: bold;
  color: #00847f;
  opacity: 0.4;
}

.stream-wood-generator-2 .stream-wood-generator-counter-text-box {
  color: #8e8d8d;
}

.stream-wood-generator-2 .stream-wood-generator-counter-text {
  float: left;
  text-align: center;
}

.stream-wood-generator-2 .stream-wood-generator-action-title {
  font-weight: bold;
}

.stream-wood-generator-2 .stream-wood-generator-action-content {
  display: block;
}

.stream-wood-generator-2 .stream-wood-generator-client-name {
  margin-bottom: 10px;
}

.stream-wood-generator-2 .stream-wood-generator-one-button .stream-wood-generator-client-name {
  margin-bottom: 0;
}

.stream-wood-generator-2 .stream-wood-generator-client-email,
.stream-wood-generator-2 .stream-wood-generator-client-user-field,
.stream-wood-generator-2 .stream-wood-generator-departments {
  margin-top: 10px;
}

.stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-input,
.stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin-right: 10px !important;
  float: none;
  min-width: 0;
  margin-top: 0;
}

.stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-phone-or-email {
  position: absolute;
  font-size: 10px;
  color: darkgray;
  width: 206px;
  text-align: center;
}

.stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-input::placeholder {
  color: #c2c2c2;
  opacity: 1;
}

.stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-send-btn,
.stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn,
.stream-wood-generator-2 .stream-wood-feedback-success a {
  display: inline-block;
  font-weight: 800;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #ee6f23;
  border-bottom: none;
  position: absolute;
  white-space: nowrap;
}

.stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn {
  background-color: #c2c2c2;
}

.stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-send-btn:hover,
.stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn:hover,
.stream-wood-generator-2 .stream-wood-feedback-success a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}

.stream-wood-generator-2 .stream-wood-generator-client-data a:focus,
.stream-wood-generator-2 .stream-wood-feedback-success a:focus {
  outline: 0;
}

.stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-send-btn:active,
.stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn:active,
.stream-wood-generator-2 .stream-wood-feedback-success a:active {
  box-shadow: inset 0 0 0 200px rgba(0,0,0,0.21);
  outline: 0;
}

.stream-wood-generator-2 .stream-wood-generator-copyright {
  padding: 10px;
  font-size: 12px;
  text-align: right;
  color: #9f9e9e;
}

.stream-wood-generator-2 .stream-wood-generator-copyright a {
  color: #000;
  text-decoration: underline;
  border-bottom: none;
}

.stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-disclaimer {
  /*border: 1px solid red;*/
  background-color: transparent;
  padding: 5px;
  color: #534741;
  font-size: 11px;
  font-family: Arial, sans-serif;
  margin: 20px 10px 0 0;
}

.stream-wood-generator-2 .stream-wood-generator-rekl-note {
  padding: 0px 40px 30px 40px;
  color: #888;
  font-size: 13px;
}

.stream-wood-generator-2 .stream-wood-disclaimer a {
  background-color: transparent;
  margin-left: 42px;
}

.stream-wood-generator-2 .stream-wood-disclaimer a:hover,
.stream-wood-generator-2 .stream-wood-disclaimer a:active {
  box-shadow: none;
}

.stream-wood-generator-2 .stream-wood-disclaimer a.sw-disclaimer-show-more-info:after {
  content: "\2228";
  display: inline-block;
  color: #EC0606;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.stream-wood-generator-2 .stream-wood-feedback-success {
  background-color: #fff;
  float: none;
  text-align: center;
  /*width: 100%;*/
  font-size: 20px;
  min-height: 120px;
  padding: 10px;
  line-height: 40px;
}

.stream-wood-generator-2 .stream-wood-feedback-success a {
  position: inherit;
}

.stream-wood-generator-2 .stream-wood-feedback-success .sw-title {
  margin-bottom: 1em;
}

.stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-input:focus {
  color: #000;
}

/* SMS */

.stream-wood-generator-body .stream-wood-sms-block {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 10px;
}

.stream-wood-generator-body .stream-wood-sms-block .stream-wood-sms-block-input {
  align-self: center;
}

.stream-wood-generator-body .stream-wood-sms-block .sw-sms-block-input {
  width: 120px;
  width: 170px !important;
  height: 20px !important;
  padding: 7px 17px !important;
}

.stream-wood-generator-body .stream-wood-sms-block .stream-wood-sms-block-btn {
  align-self: center;
}

.stream-wood-generator-body .stream-wood-sms-block .sw-sms-block-btn {
  border-bottom: 1px solid #222;
  cursor: pointer;
  transition: .1s linear;
  line-height: 1.2em;
}

.stream-wood-generator-body .stream-wood-sms-block .sw-sms-block-btn:hover {
  border-bottom: 1px solid transparent;
}

.stream-wood-generator-body .stream-wood-sms-block .sw-sms-block-btn.sw-sms-block-btn-disable {
  border-bottom: 1px solid transparent;
  color: #958c92;
  cursor: auto;
}

/*Настройки схемы-обои*/

.stream-wood-generator-wallpaper .stream-wood-generator-title {
  background-color: transparent;
  color: #000;
  margin-left: 0;
}

.stream-wood-generator-wallpaper .stream-wood-generator-action-img {
  display: none;
}

.stream-wood-generator-wallpaper .stream-wood-generator-action-content {
  display: none;
}

.stream-wood-generator-wallpaper .stream-wood-generator-container {
  background-color: transparent;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}

.stream-wood-generator-wallpaper .stream-wood-generator-client-data {
  width: 100%;
  position: absolute !important;
  bottom: 30px;
}

.stream-wood-generator-wallpaper .stream-wood-generator-copyright {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.stream-wood-generator-wallpaper .stream-wood-generator-rekl-note {
  display: none;
  padding: 0 !important;
}

.stream-wood-generator-2.stream-wood-generator-wallpaper {
  min-width: 260px;
  /*width: 100%;*/
  transform: translate(-50%, 0);
  margin-left: 0;
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: 50%;
}

.stream-wood-generator-2 .stream-wood-generator-one-button {
  padding: 5px 20px 10px 39px;
  height: auto;
}

.stream-wood-generator-2 .stream-wood-generator-one-button .stream-wood-generator-input {
  display: none!important;
}

.stream-wood-generator-2 .stream-wood-generator-one-button a.stream-wood-generator-cancel-btn {
  display: none!important;
}

.stream-wood-generator-2 .stream-wood-generator-one-button a.stream-wood-generator-send-btn {
  position: static;
}

@keyframes SwGenSlideDown {
  from {
    opacity: 0;
    top: -50px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes SwGenSlideUp {
  from {
    opacity: 0;
    bottom: -50px;
  }

  to {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes SwGenSlideRight {
  from {
    opacity: 0;
    right: -50px;
  }

  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes SwGenSlideLeft {
  from {
    opacity: 0;
    left: -50px;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

.stream-wood-generator-2--animated .stream-wood-generator-action-img {
  animation: linear 500ms SwGenSlideDown 1;
  position: relative;
}

.stream-wood-generator-2--animated .stream-wood-generator-body {
  position: relative;
  animation: linear 500ms SwGenSlideUp 1;
}

.stream-wood-generator-2--animated .stream-wood-generator-container,
.stream-wood-generator-2--animated .stream-wood-generator-body {
  overflow: hidden;
}

.stream-wood-generator-2--animated .stream-wood-generator-counter,
.stream-wood-generator-2--animated .stream-wood-generator-counter-text-box {
  position: relative;
  animation: linear 500ms SwGenSlideRight 1;
  animation-delay: 500ms;
  animation-fill-mode: both;
}

.stream-wood-generator-2--animated .stream-wood-generator-action-content {
  position: relative;
  animation: linear 500ms SwGenSlideLeft 1;
  animation-delay: 750ms;
  animation-fill-mode: both;
}

.stream-wood-generator-2--animated .stream-wood-generator-client-data {
  position: relative;
  animation: linear 500ms SwGenSlideUp 1;
  animation-delay: 1000ms;
  animation-fill-mode: both;
}

.stream-wood-generator-2--animated .stream-wood-generator-logo-container {
  animation: linear 500ms SwGenSlideLeft 1;
  animation-fill-mode: both;
}

/*Настройки вида с логотипом*/

.stream-wood-generator-with-logo .stream-wood-generator-logo-container {
  position: absolute;
  background: transparent none no-repeat;
  height: 100%;
  display: block;
}

.stream-wood-generator-with-logo .stream-wood-generator-container {
  margin-left: 190px;
}

/*адаптируем новый генератор для различных устройств*/

@media (min-width:100px), (min-width:200px), (min-width:300px) {
  .stream-wood-generator-2 {
    width: 280px;
    margin-left: -140px;
    margin-top: 17px;
  }

  .stream-wood-generator-2 .stream-wood-generator-container {
    width: 280px;
  }

  .stream-wood-generator-wallpaper .stream-wood-generator-container {
    width: 280px;
    margin-left: -140px;
  }

  .stream-wood-generator-2 .stream-wood-generator-close {
    top: -17px;
    right: -17px;
  }

  .stream-wood-generator-2 .stream-wood-generator-title {
    font-size: 14px;
    height: auto;
    line-height: 25px;
    min-height: 34px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-img {
    width: 280px;
    height: 140px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter {
    height: 40px;
    padding: 12px 0 4px 30px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box {
    width: 40px;
    height: 40px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box:before {
    width: 40px;
    height: 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-num {
    line-height: 40px;
    font-size: 30px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-dot {
    width: 20px;
    height: 44px;
    line-height: 34px;
    font-size: 39px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text-box {
    font-size: 10px;
    height: 10px;
    padding-left: 21px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text {
    width: 60px;
    margin-right: 0;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-content {
    padding: 16px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-title {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-text {
    font-size: 14px;
    /*font-weight: 100;*/
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data {
    padding: 5px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-input {
    width: 110px !important;
    height: 10px !important;
    font-size: 11px;
    padding: 7px 9px !important;
    margin-right: 10px !important;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-select {
    height: 40px !important;
    font-size: 13px;
    padding: 7px 13px !important;
    margin-right: 10px !important;
    box-sizing: border-box !important;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-send-btn,
  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn,
  .stream-wood-generator-2 .stream-wood-feedback-success a {
    padding: 0 12px;
    font-size: 12px;
    line-height: 28px;
    width: 82px;
    height: 28px;
  }

  .stream-wood-generator-2 .stream-wood-generator-rekl-note {
    padding: 0px 20px 8px 20px;
    font-size: 10px;
  }

  .stream-wood-generator-2 .stream-wood-disclaimer a {
    padding: 0;
    font-size: 14px;
    line-height: 12px;
    width: 7px;
    height: 14px;
  }

  /*Одна кнопка*/

  .stream-wood-generator-2 .stream-wood-generator-one-button {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 39px;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button .stream-wood-generator-input {
    display: none!important;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button a.stream-wood-generator-send-btn {
    padding: 0 8px;
    font-size: 18px;
    line-height: 50px;
    width: 186px;
    height: 50px;
  }

  /*Настройки вида с логотипом*/

  .stream-wood-generator-with-logo {
    width: 280px;
    margin-left: -140px;
  }

  .stream-wood-generator-2 .stream-wood-generator-logo-container {
    display: none;
  }

  .stream-wood-generator-with-logo .stream-wood-generator-container {
    margin-left: 0;
  }

  /* SMS */

  .stream-wood-generator-body .stream-wood-sms-block .sw-sms-block-btn {
    font-size: 13px;
  }
}

@media (min-width:400px) {
  .stream-wood-generator-2 {
    width: 350px;
    margin-left: -175px;
  }

  .stream-wood-generator-2 .stream-wood-generator-container {
    width: 350px;
  }

  .stream-wood-generator-wallpaper .stream-wood-generator-container {
    width: 350px;
    margin-left: -175px;
  }

  .stream-wood-generator-2 .stream-wood-generator-title {
    font-size: 20px;
    height: auto;
    line-height: 28px;
    min-height: 34px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-img {
    width: 350px;
    height: 175px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter {
    height: 60px;
    padding: 17px 0 10px 29px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box {
    width: 60px;
    height: 60px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box:before {
    width: 60px;
    height: 30px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-num {
    line-height: 60px;
    font-size: 40px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-dot {
    width: 20px;
    height: 70px;
    line-height: 66px;
    font-size: 44px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text-box {
    font-size: 12px;
    height: 30px;
    padding-left: 28px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text {
    width: 60px;
    margin-right: 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-content {
    padding: 10px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data {
    padding: 5px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-input {
    width: 130px !important;
    height: 20px !important;
    font-size: 13px;
    padding: 7px 17px !important;
    margin-right: 10px !important;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-select {
    height: 40px !important;
    font-size: 13px;
    padding: 7px 13px !important;
    margin-right: 10px !important;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-send-btn,
  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn,
  .stream-wood-generator-2 .stream-wood-feedback-success a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 36px;
    width: 110px;
    height: 36px;
  }

  .stream-wood-generator-2 .stream-wood-generator-rekl-note {
    padding: 0px 20px 8px 20px;
    font-size: 10px;
  }

  .stream-wood-generator-2 .stream-wood-disclaimer a {
    padding: 0;
    font-size: 14px;
    line-height: 12px;
    width: 7px;
    height: 14px;
  }

  /*Одна кнопка*/

  .stream-wood-generator-2 .stream-wood-generator-one-button {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 39px;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button .stream-wood-generator-input {
    display: none!important;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button a.stream-wood-generator-send-btn {
    padding: 0 12px;
    font-size: 20px;
    line-height: 56px;
    width: 250px;
    height: 60px;
  }

  /*Настройки вида с логотипом*/

  .stream-wood-generator-with-logo {
    width: 350px;
    margin-left: -175px;
  }

  .stream-wood-generator-2 .stream-wood-generator-logo-container {
    display: none;
  }

  .stream-wood-generator-with-logo .stream-wood-generator-container {
    margin-left: 0;
  }

  /* SMS */

  .stream-wood-generator-body .stream-wood-sms-block .sw-sms-block-btn {
    font-size: 15px;
  }
}

@media (min-width:500px), (min-width:600px) {
  .stream-wood-generator-2 {
    width: 400px;
    margin-left: -200px;
  }

  .stream-wood-generator-2 .stream-wood-generator-container {
    width: 400px;
  }

  .stream-wood-generator-wallpaper .stream-wood-generator-container {
    width: 400px;
    margin-left: -200px;
  }

  .stream-wood-generator-2 .stream-wood-generator-close {
    display: block;
    right: -44px;
    top: 0;
  }

  .stream-wood-generator-2 .stream-wood-generator-title {
    font-size: 20px;
    height: auto;
    line-height: 28px;
    min-height: 34px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-img {
    width: 400px;
    height: 201px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter {
    height: 60px;
    padding: 17px 0 10px 52px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box {
    width: 60px;
    height: 60px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box:before {
    width: 60px;
    height: 30px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-num {
    line-height: 60px;
    font-size: 40px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-dot {
    width: 20px;
    height: 70px;
    line-height: 66px;
    font-size: 44px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text-box {
    font-size: 12px;
    height: 30px;
    padding-left: 52px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text {
    width: 60px;
    margin-right: 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-content {
    padding: 10px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data {
    padding: 5px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-input {
    width: 170px !important;
    height: 20px !important;
    font-size: 13px;
    padding: 7px 17px !important;
    margin-right: 10px !important;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-select {
    height: 40px !important;
    font-size: 13px;
    padding: 7px 13px !important;
    margin-right: 10px !important;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-send-btn,
  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn,
  .stream-wood-generator-2 .stream-wood-feedback-success a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 36px;
    width: 114px;
    height: 36px;
  }

  .stream-wood-generator-2 .stream-wood-generator-rekl-note {
    padding: 0px 20px 8px 20px;
    font-size: 11px;
  }

  .stream-wood-generator-2 .stream-wood-disclaimer a {
    padding: 0;
    font-size: 14px;
    line-height: 12px;
    width: 7px;
    height: 14px;
  }

  /*Одна кнопка*/

  .stream-wood-generator-2 .stream-wood-generator-one-button {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 39px;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button .stream-wood-generator-input {
    display: none!important;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button a.stream-wood-generator-send-btn {
    padding: 0 12px;
    font-size: 20px;
    line-height: 56px;
    width: 300px;
    height: 60px;
  }

  /*Настройки вида с логотипом*/

  .stream-wood-generator-with-logo {
    width: 400px;
    margin-left: -200px;
  }

  .stream-wood-generator-2 .stream-wood-generator-logo-container {
    display: none;
  }

  .stream-wood-generator-with-logo .stream-wood-generator-container {
    margin-left: 0;
  }
}

@media (min-width:800px) {
  .stream-wood-generator-2 {
    width: 400px;
    margin-left: -200px;
  }

  .stream-wood-generator-2 .stream-wood-generator-container {
    width: 400px;
  }

  .stream-wood-generator-2 .stream-wood-generator-close {
    display: block;
    right: -44px;
    top: 0;
  }

  .stream-wood-generator-2 .stream-wood-generator-title {
    font-size: 20px;
    height: auto;
    line-height: 28px;
    min-height: 34px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-img {
    width: 400px;
    height: 201px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter {
    height: 60px;
    padding: 17px 0 10px 52px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box {
    width: 60px;
    height: 60px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-box:before {
    width: 60px;
    height: 30px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-num {
    line-height: 60px;
    font-size: 40px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-dot {
    width: 20px;
    height: 70px;
    line-height: 66px;
    font-size: 44px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text-box {
    font-size: 12px;
    height: 30px;
    padding-left: 52px;
  }

  .stream-wood-generator-2 .stream-wood-generator-counter-text {
    width: 60px;
    margin-right: 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-content {
    padding: 10px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-action-title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data {
    padding: 5px 20px 20px 20px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-input {
    width: 170px;
    height: 20px;
    font-size: 13px;
    padding: 7px 17px;
    margin-right: 10px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data .stream-wood-generator-select {
    height: 40px;
    font-size: 13px;
    padding: 7px 13px;
    margin-right: 10px;
  }

  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-send-btn,
  .stream-wood-generator-2 .stream-wood-generator-client-data a.stream-wood-generator-cancel-btn,
  .stream-wood-generator-2 .stream-wood-feedback-success a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 36px;
    width: 114px;
    height: 36px;
  }

  .stream-wood-generator-2 .stream-wood-disclaimer a {
    padding: 0;
    font-size: 14px;
    line-height: 12px;
    width: 7px;
    height: 14px;
  }

  /*Настройки схемы-обои*/

  .stream-wood-generator-wallpaper {
    width: 600px;
    margin-left: -300px;
    height: 400px;
  }

  .stream-wood-generator-wallpaper .stream-wood-generator-container {
    width: 400px;
    margin-left: -200px;
  }

  /*Одна кнопка*/

  .stream-wood-generator-2 .stream-wood-generator-one-button {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 39px;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button .stream-wood-generator-input {
    display: none!important;
  }

  .stream-wood-generator-2 .stream-wood-generator-one-button a.stream-wood-generator-send-btn {
    padding: 0 12px;
    font-size: 20px;
    line-height: 56px;
    width: 300px;
    height: 60px;
  }

  /*Настройки вида с логотипом*/

  .stream-wood-generator-with-logo {
    width: 590px;
    margin-left: -245px;
  }

  .stream-wood-generator-with-logo .stream-wood-generator-logo-container {
    display: block;
    width: 190px;
  }

  .stream-wood-generator-with-logo .stream-wood-generator-container {
    margin-left: 190px;
  }
}

@media (max-width:720px) {
  .stream-wood-generator-wallpaper .stream-wood-generator-close {
    right: 5px;
    top: 5px;
  }
}

.stream-wood-chat .sw-disclaimer {
  position: relative;
  margin-bottom: 9px;
}

.stream-wood-chat .sw-disclaimer a.sw-disclaimer-show-more-info:after {
  content: "\2228";
  display: inline-block;
  color: #EC0606;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 6px;
  cursor: pointer;
}

.sw-feedback-disclaimer-text {
  display: none;
  background-color: #fff;
  filter: none !important;
  -webkit-filter: none !important;
  -moz-filter: none !important;
  height: auto;
  min-height: 80px;
  max-height: 250px;
  width: 700px;
  position: absolute;
  top: 470px;
  left: 589px;
  z-index: 2147483647 !important;
  padding: 10px;
  border: 1px #D6D3D3 solid;
}

.sw-feedback-disclaimer-text .sw-disclaimer-text {
  height: auto;
  max-height: 190px;
  width: 680px;
  border: 1px #BDB7B7 solid;
  padding: 10px;
  overflow: auto;
}

.sw-feedback-disclaimer-text .sw-disclaimer-text-hide {
  display: block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 20px;
  width: 70px;
  margin-top: 10px;
  text-decoration: none;
}

/*виджет регистратор*/

.stream-wood-registrator {
  border-radius: 0.5em 0.5em 0 0;
  -webkit-border-radius: 0.5em 0.5em 0 0;
  -moz-border-radius: 0.5em 0.5em 0 0;
  box-shadow: 0 5px 20px rgba(0,0,0,.16);
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.16);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,.16);
  left: 50%;
  margin-left: -195px;
  min-width: 334px;
  position: absolute;
  margin-bottom: 40px;
  top: 0;
  width: 390px;
  z-index: 2147483645 !important;
  font-family: "PT Sans";
}

.stream-wood-registrator * {
  color: #1c191b;
}

.stream-wood-registrator div {
  text-align: center;
}

.stream-wood-registrator-design {
  position: inherit;
  left: 0;
  margin: 0 auto;
  z-index: 1!important;
  margin-bottom: 40px;
}

.stream-wood-registrator .stream-wood-registrator-close {
  background: url("/media/StreamWood/img/bgr/recall-close.png") no-repeat scroll 0 0 !important;
  border-bottom: none;
  height: 35px;
  position: absolute;
  width: 35px;
  z-index: 2147483647 !important;
  right: 5px;
}

.stream-wood-registrator-header {
  background-color: #1e62a6;
  border-radius: 0.5em 0.5em 0 0;
  display: table;
  height: 70px;
  -moz-border-radius: 0.5em 0.5em 0 0;
  -webkit-border-radius: 0.5em 0.5em 0 0;
  width: 100%;
  color: #fff;
}

.stream-wood-registrator-header > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: inherit;
}

.stream-wood-registrator-header .stream-wood-registrator-title {
  color: inherit;
  font-size: 22px;
  font-weight: bold;
}

.stream-wood-registrator-header .stream-wood-registrator-head-btn-wrapper {
  width: 56px;
}

.stream-wood-registrator-header .stream-wood-registrator-head-btn > a {
  color: #8c8c8b;
  margin-left: 0.5em;
  text-decoration: none;
  padding: 1em;
}

.stream-wood-registrator-header .stream-wood-registrator-head-btn > a:hover {
  color: #fff;
}

.stream-wood-registrator-body {
  background-color: #f5f4f4;
  color: #1c191b;
  font-size: 16px;
  padding: 10px;
}

.stream-wood-registrator-body .stream-wood-registrator-form {
  margin: 0;
  text-align: center;
  border: none;
  padding: 0;
}

.stream-wood-registrator-body .stream-wood-registrator-form select,
.stream-wood-registrator-body .stream-wood-registrator-form input[type="email"],
.stream-wood-registrator-body .stream-wood-registrator-form input[type="phone"],
.stream-wood-registrator-body .stream-wood-registrator-form input[type="text"] {
  width: 290px;
  height: 45px;
  color: inherit;
  border: 1px solid #dadada;
  background-color: #fff;
  font-size: 13.333px;
  font-family: Arial;
  opacity: 1!important;
}

.stream-wood-registrator-body .stream-wood-registrator-form input[type="email"]::placeholder,
.stream-wood-registrator-body .stream-wood-registrator-form input[type="phone"]::placeholder,
.stream-wood-registrator-body .stream-wood-registrator-form input[type="text"]::placeholder {
  color: #c2c2c2;
  opacity: 1;
}

.stream-wood-registrator-body .stream-wood-registrator-form select {
  width: 290px;
  height: 45px;
  margin-bottom: 20px;
  color: inherit;
  border: 1px solid #dadada;
  visibility: visible!important;
  background-image: none;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}



.stream-wood-registrator-body .stream-wood-registrator-form .strmwd-slash + .strmwd-textfield {
  padding-left: 49px !important;
}

.stream-wood-registrator-body .strmwd-slash {
  position: absolute;
  top: 8px;
  left: 74px;
  border-right: 1px solid #d8d8d8;
  width: 5px;
  z-index: 100;
  height: 29px;
}

.stream-wood-registrator-body .stream-wood-registrator-form select {
  padding: 4px 11px !important;
  margin-bottom: 20px;
  display: inline-block;
  float: none;
}

.stream-wood-registrator-body .stream-wood-registrator-form input[type="email"],
.stream-wood-registrator-body .stream-wood-registrator-form input[type="phone"],
.stream-wood-registrator-body .stream-wood-registrator-form input[type="text"] {
  padding: 4px 11px !important;
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box !important;
}

.stream-wood-registrator-body .strmwd-field-group {
  position: relative;
}

.stream-wood-registrator-body .stream-wood-registrator-form .stream-wood-sms-block {
  display: flex;
  align-items: center;
  align-content: center;
  width: 280px;
  padding-left: 40px;
  /* FIX IDIOT*/
}

.stream-wood-registrator-body .stream-wood-registrator-form .stream-wood-sms-block .stream-wood-sms-block-input {
  align-self: center;
  padding-right: 16px;
}

.stream-wood-registrator-body .stream-wood-registrator-form .stream-wood-sms-block .sw-sms-block-input {
  width: 120px;
}

.stream-wood-registrator-body .stream-wood-registrator-form .stream-wood-sms-block .stream-wood-sms-block-btn {
  align-self: center;
}

.stream-wood-registrator-body .stream-wood-registrator-form .stream-wood-sms-block .sw-sms-block-btn {
  border-bottom: 1px solid #222;
  cursor: pointer;
  margin-bottom: 20px;
  transition: .1s linear;
}

.stream-wood-registrator-body .stream-wood-registrator-form .stream-wood-sms-block .sw-sms-block-btn:hover {
  border-bottom: 1px solid transparent;
}

.stream-wood-registrator-body .stream-wood-registrator-form .stream-wood-sms-block .sw-sms-block-btn.sw-sms-block-btn-disable {
  border-bottom: 1px solid transparent;
  color: #958c92;
  cursor: auto;
}

.stream-wood-registrator-body .strmwd-field-delimiter-text {
  opacity: 0.5;
  font-size: 75%;
  margin: -20px 0 20px;
  height: 0;
}

.stream-wood-registrator-actions {
  margin-top: 32px;
  text-align: center;
}

.stream-wood-registrator-actions button,
.stream-wood-registrator-success button {
  background-color: #1e62a6;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 47px;
  transition: all 200ms;
  border: none;
  display: inline-block;
  float: none;
}

.stream-wood-registrator-actions button:disabled {
  background-color: #CECECE;
  color: #AFAFAF;
}

.stream-wood-registrator-text {
  margin-bottom: 26px;
}

.stream-wood-registrator-footer * {
  user-select: none;
}

.stream-wood-registrator-footer {
  background-color: #f5f4f4;
  height: 35px;
  width: 100%;
  z-index: 1;
}

.stream-wood-registrator-footer .stream-wood-registrator-copyright {
  color: #808080;
  float: right;
  font-size: 0.76em;
  margin-top: 0.85em;
  padding: 0 10px 10px 10px;
}

.stream-wood-registrator-footer .stream-wood-registrator-copyright-a {
  color: #464646;
  font-size: inherit;
}

.stream-wood-registrator-group {
  position: relative;
}

.streamwood-personal-notice {
  padding: 10px;
}

.streamwood-personal-notice::after {
  display: none;
}

.streamwood-personal-notice-wrapper {
  position: relative;
  text-align: center;
  font-family: inherit;
}

.streamwood-personal-notice-wrapper input {
  display: none;
  width: 18px;
  height: 18px;
  position: relative;
  visibility: hidden;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}

.streamwood-personal-notice-wrapper input + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #717171;
  padding: 0 !important;
  margin: 0 5px 0 0;
}

.streamwood-personal-notice-wrapper input + label:before {
  display: none;
}

.streamwood-personal-notice-wrapper input + label:after {
  opacity: 0;
  content: '' !important;
  position: absolute;
  width: 8px !important;
  height: 6px !important;
  background: transparent;
  top: 2px !important;
  left: 3px !important;
  border: 3px solid #666 !important;
  border-top: none !important;
  border-right: none !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg) !important;
  box-sizing: content-box;
}

.streamwood-personal-notice-wrapper input + label:hover::after {
  opacity: 0.5;
}

.streamwood-personal-notice-wrapper input:checked + label:after {
  opacity: 1;
}

.streamwood-personal-notice {
  width: 270px;
  display: inline-block;
  min-height: 18px;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  vertical-align: middle;
  text-align: left;
  float: none;
}

.streamwood-personal-notice,
.streamwood-personal-notice a {
  color: inherit;
  font-size: 12px;
  font-weight: 100;
  font-family: inherit;
  display: inline;
}

.streamwood-personal-notice a {
  text-decoration: underline;
}

.streamwood-personal-notice a:hover {
  text-decoration: none;
}

.streamwood-personal-data-text {
  display: none;
  width: 100%;
  min-height: 172px;
  background-color: white;
  color: #333;
  font-size: 12px;
  padding: 5px;
  resize: none;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.streamwood-personal-text-opened .streamwood-personal-data-text {
  display: block;
}

.stream-wood-registrator-success {
  text-align: center;
  font-size: 20px;
}

.strmwd-icon-name-mini,
.strmwd-icon-phone-mini,
.strmwd-icon-email-mini {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 50px;
  color: #a3a3a3;
}

/***************Registrator button styles begin*****************/

@keyframes SwRegistratorBtnShine {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.strmwd-registrator-btn--animated:before {
  content: "";
  -webkit-animation: SwRegistratorBtnShine 3s ease infinite;
  -moz-animation: SwRegistratorBtnShine 3s ease infinite;
  animation: SwRegistratorBtnShine 3s ease infinite;
  background: linear-gradient(99deg, rgba(0,0,0,.1), transparent, rgba(0,0,0,.5), transparent, rgba(0,0,0,.1));
  background-size: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.strmwd-registrator-btn {
  z-index: 1000002;
  clip-path: polygon(
		0 100%,

		10px 10px,
		11px 7px,
		12px 5px,
		13px 3px,
		14px 2px,
		15px 1px,
		19px 0,

		calc(100% - 19px) 0,
		calc(100% - 15px) 1px,
		calc(100% - 14px) 2px,
		calc(100% - 13px) 3px,
		calc(100% - 12px) 5px,
		calc(100% - 11px) 7px,
		calc(100% - 10px) 10px,

		100% 100%
	);
  position: fixed;
  cursor: pointer;
  overflow: hidden;
}

.strmwd-registrator-btn-title {
  white-space: nowrap;
  color: #fff;
  min-width: 200px;
  text-align: center;
  padding: 12px 22px 14px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  user-select: none;
}

.strmwd-registrator-btn-title:hover:active {
  position: relative;
  bottom: -1px;
}

.strmwd-registrator-btn-tl .strmwd-registrator-btn-title:hover:active {
  bottom: 1px;
}

.strmwd-registrator-btn-tl {
  top: 0;
}

.strmwd-registrator-btn-bl {
  bottom: 0;
}

.strmwd-registrator-btn-tl {
  clip-path: polygon(
		0 0,

		10px calc(100% - 10px),
		11px calc(100% - 7px),
		12px calc(100% - 5px),
		13px calc(100% - 3px),
		14px calc(100% - 2px),
		15px calc(100% - 1px),
		19px 100%,

		calc(100% - 19px) 100%,
		calc(100% - 15px) calc(100% - 1px),
		calc(100% - 14px) calc(100% - 2px),
		calc(100% - 13px) calc(100% - 3px),
		calc(100% - 12px) calc(100% - 5px),
		calc(100% - 11px) calc(100% - 7px),
		calc(100% - 10px) calc(100% - 10px),

		100% 0
	);
}

.strmwd-registrator-btn-mlm {
  clip-path: polygon(
		0 100%,

		10px 10px,
		11px 7px,
		12px 5px,
		13px 3px,
		14px 2px,
		15px 1px,
		19px 0,

		calc(100% - 19px) 0,
		calc(100% - 15px) 1px,
		calc(100% - 14px) 2px,
		calc(100% - 13px) 3px,
		calc(100% - 12px) 5px,
		calc(100% - 11px) 7px,
		calc(100% - 10px) 10px,

		100% 100%
	);
}

.strmwd-registrator-btn-tl,
.strmwd-registrator-btn-tc,
.strmwd-registrator-btn-tr,
.strmwd-registrator-btn-bl,
.strmwd-registrator-btn-bc,
.strmwd-registrator-btn-br {
  transform: rotate(0deg) scale(1);
}

.strmwd-registrator-btn-mlt,
.strmwd-registrator-btn-mlm,
.strmwd-registrator-btn-mlb,
.strmwd-registrator-btn-mlt.strmwd-visible,
.strmwd-registrator-btn-mlm.strmwd-visible,
.strmwd-registrator-btn-mlb.strmwd-visible {
  transform: rotate(90deg) scale(1);
  transform-origin: 0 100%;
  left: 0;
  margin-top: -44px;
  top: calc(50% - 122px);
}

.strmwd-registrator-btn-mrt,
.strmwd-registrator-btn-mrm,
.strmwd-registrator-btn-mrb,
.strmwd-registrator-btn-mrt.strmwd-visible,
.strmwd-registrator-btn-mrm.strmwd-visible,
.strmwd-registrator-btn-mrb.strmwd-visible {
  transform: rotate(-90deg) scale(1);
  right: 0;
  transform-origin: 100% 100%;
  margin-top: -44px;
  top: calc(50% - 122px);
}

.strmwd-registrator-btn-mlt.strmwd-hidden,
.strmwd-registrator-btn-mlm.strmwd-hidden,
.strmwd-registrator-btn-mlb.strmwd-hidden {
  transform: rotate(90deg) scale(0);
}

.strmwd-registrator-btn-mrt.strmwd-hidden,
.strmwd-registrator-btn-mrm.strmwd-hidden,
.strmwd-registrator-btn-mrb.strmwd-hidden {
  transform: rotate(-90deg) scale(0);
}

.strmwd-registrator-btn-mrm,
.strmwd-registrator-btn-bl,
.strmwd-registrator-btn-mlm {
  border-radius: 10px 10px 0 0;
}

.strmwd-registrator-btn-tl {
  border-radius: 0 0 10px 10px;
}

/***************Registrator button styles end*****************/

/********************* sw-datepicker styles begin ********************/

.sw-datepicker--cell-day.-other-month-,
.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.sw-datepicker--cell-day.-other-month-:hover,
.sw-datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.sw-datepicker--cell-day.-other-month-,
.-disabled-.-focus-.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.sw-datepicker--cell-day.-other-month-,
.-selected-.sw-datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.sw-datepicker--cell-day.-other-month-,
.-selected-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.sw-datepicker--cell-day.-other-month-,
.-in-range-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.sw-datepicker--cell-day.-other-month-,
.-in-range-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.sw-datepicker--cell-day.-other-month-:empty,
.sw-datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    sw-datepicker cells
   ------------------------------------------------- */

.sw-datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sw-datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.sw-datepicker--cell.-focus- {
  background: #f0f0f0;
}

.sw-datepicker--cell.-current- {
  color: #4EB5E6;
}

.sw-datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.sw-datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.sw-datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.sw-datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.sw-datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.sw-datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.sw-datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.sw-datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.sw-datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.sw-datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.sw-datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.sw-datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.sw-datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.sw-datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.sw-datepicker--cell:empty {
  cursor: default;
}

.sw-datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.sw-datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.sw-datepicker--cell-day {
  width: 14.28571%;
}

.sw-datepicker--cells-months {
  height: 170px;
}

.sw-datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.sw-datepicker--years {
  height: 170px;
}

.sw-datepicker--cells-years {
  height: 170px;
}

.sw-datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.sw-datepicker--cell-day.-other-month-,
.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.sw-datepicker--cell-day.-other-month-:hover,
.sw-datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.sw-datepicker--cell-day.-other-month-,
.-disabled-.-focus-.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.sw-datepicker--cell-day.-other-month-,
.-selected-.sw-datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.sw-datepicker--cell-day.-other-month-,
.-selected-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.sw-datepicker--cell-day.-other-month-,
.-in-range-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.sw-datepicker--cell-day.-other-month-,
.-in-range-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.sw-datepicker--cell-day.-other-month-:empty,
.sw-datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    sw-datepicker
   ------------------------------------------------- */

.sw-datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2147483646 !important;
}

.sw-datepickers-container * {
  color: #333;
}

@media print {
  .sw-datepickers-container {
    display: none;
  }
}

.sw-datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.sw-datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.sw-datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.sw-datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.sw-datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.sw-datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.sw-datepicker-inline .sw-datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sw-datepicker-inline .sw-datepicker--pointer {
  display: none;
}

.sw-datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .sw-datepicker--content {
  display: none;
}

.sw-datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .sw-datepicker--pointer,
.-top-center- .sw-datepicker--pointer,
.-top-right- .sw-datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .sw-datepicker--pointer,
.-right-center- .sw-datepicker--pointer,
.-right-bottom- .sw-datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .sw-datepicker--pointer,
.-bottom-center- .sw-datepicker--pointer,
.-bottom-right- .sw-datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .sw-datepicker--pointer,
.-left-center- .sw-datepicker--pointer,
.-left-bottom- .sw-datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .sw-datepicker--pointer,
.-bottom-left- .sw-datepicker--pointer {
  left: 10px;
}

.-top-right- .sw-datepicker--pointer,
.-bottom-right- .sw-datepicker--pointer {
  right: 10px;
}

.-top-center- .sw-datepicker--pointer,
.-bottom-center- .sw-datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .sw-datepicker--pointer,
.-right-top- .sw-datepicker--pointer {
  top: 10px;
}

.-left-bottom- .sw-datepicker--pointer,
.-right-bottom- .sw-datepicker--pointer {
  bottom: 10px;
}

.-left-center- .sw-datepicker--pointer,
.-right-center- .sw-datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.sw-datepicker--body {
  display: none;
}

.sw-datepicker--body.active {
  display: block;
}

.sw-datepicker--cell-day.-other-month-,
.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.sw-datepicker--cell-day.-other-month-:hover,
.sw-datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.sw-datepicker--cell-day.-other-month-,
.-disabled-.-focus-.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.sw-datepicker--cell-day.-other-month-,
.-selected-.sw-datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.sw-datepicker--cell-day.-other-month-,
.-selected-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.sw-datepicker--cell-day.-other-month-,
.-in-range-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.sw-datepicker--cell-day.-other-month-,
.-in-range-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.sw-datepicker--cell-day.-other-month-:empty,
.sw-datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */

.sw-datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
  margin: 0;
  float: none;
}

.-only-timepicker- .sw-datepicker--nav {
  display: none;
}

.sw-datepicker--nav-title,
.sw-datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sw-datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sw-datepicker--nav-action:hover {
  background: #f0f0f0;
}

.sw-datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.sw-datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.sw-datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.sw-datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.sw-datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.sw-datepicker--nav-title:hover {
  background: #f0f0f0;
}

.sw-datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.sw-datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.sw-datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.sw-datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.sw-datepicker--cell-day.-other-month-,
.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.sw-datepicker--cell-day.-other-month-:hover,
.sw-datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.sw-datepicker--cell-day.-other-month-,
.-disabled-.-focus-.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.sw-datepicker--cell-day.-other-month-,
.-selected-.sw-datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.sw-datepicker--cell-day.-other-month-,
.-selected-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.sw-datepicker--cell-day.-other-month-,
.-in-range-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.sw-datepicker--cell-day.-other-month-,
.-in-range-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.sw-datepicker--cell-day.-other-month-:empty,
.sw-datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */

.sw-datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.sw-datepicker--time.-am-pm- .sw-datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .sw-datepicker--time {
  border-top: none;
}

.sw-datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.sw-datepicker--time-label {
  display: none;
  font-size: 12px;
}

.sw-datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.sw-datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.sw-datepicker--time-current-hours,
.sw-datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.sw-datepicker--time-current-hours:after,
.sw-datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.sw-datepicker--time-current-hours.-focus-:after,
.sw-datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.sw-datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.sw-datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.sw-datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.sw-datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.sw-datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.sw-datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.sw-datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.sw-datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.sw-datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.sw-datepicker--time-row input[type='range']:focus {
  outline: none;
}

.sw-datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.sw-datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.sw-datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.sw-datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.sw-datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.sw-datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.sw-datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.sw-datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.sw-datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.sw-datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.sw-datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.sw-datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.sw-datepicker--time-row span {
  padding: 0 12px;
}

.sw-datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.sw-datepicker--time-icon:after,
.sw-datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.sw-datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sw-datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.sw-datepicker--cell-day.-other-month-,
.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.sw-datepicker--cell-day.-other-month-:hover,
.sw-datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.sw-datepicker--cell-day.-other-month-,
.-disabled-.-focus-.sw-datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.sw-datepicker--cell-day.-other-month-,
.-selected-.sw-datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.sw-datepicker--cell-day.-other-month-,
.-selected-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.sw-datepicker--cell-day.-other-month-,
.-in-range-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.sw-datepicker--cell-day.-other-month-,
.-in-range-.-focus-.sw-datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.sw-datepicker--cell-day.-other-month-:empty,
.sw-datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/********************* sw-datepicker styles end ****************/

@keyframes callback-flipper-head {
  0% {
    transform: rotateY(0deg);
  }

  66% {
    transform: rotateY(0deg);
  }

  70% {
    transform: rotateY(90deg);
  }

  96% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@keyframes callback-flipper-tail {
  0% {
    transform: rotateY(90deg);
  }

  70% {
    transform: rotateY(90deg);
  }

  74% {
    transform: rotateY(0deg);
  }

  92% {
    transform: rotateY(0deg);
  }

  96% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(90deg);
  }
}

.stream-wood-recall-btn-flipper .sw-call-img {
  animation-name: callback-flipper-head;
}

.stream-wood-recall-btn-flipper .sw-call-tail,
.stream-wood-recall-btn-flipper .sw-call-img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

.stream-wood-recall-btn .sw-call-tail {
  display: none;
}

.stream-wood-recall-btn-flipper .sw-call-tail {
  display: flex;
  align-items: center;
}

.stream-wood-recall-btn .sw-call-tail {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  top: 29px;
  left: 29px;
  position: absolute;
  text-align: center;
  animation-name: callback-flipper-tail;
  line-height: 96px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: "PT Sans";
}

.stream-wood-recall-btn .sw-call-tail-text {
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}

.stream-wood-recall-btn-small .sw-call-tail {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.stream-wood-recall-btn-small .sw-call-tail-text {
  font-size: 10px;
}

.webpush-wrap {
  width: 400px;
  background-color: #ffffff;
  font-family: "PT Sans";
  text-align: center;
  position: fixed;
  left: calc(50% - 200px);
  top: calc(50% - 200px);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  padding: 50px 80px 100px;
  z-index: 9999999999999999999999999;
}

.webpush-wrap h2 {
  font-size: 18px !important;
  text-align: center;
  color: black !important;
  line-height: 20px;
  text-transform: none;
  font-weight: 500;
  clear: inherit;
  font-family: "Source Sans Pro", sans-serif !important;
  padding: 0 !important;
}

.webpush-wrap .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 35px;
  background-color: #00ca6d;
  margin: 0 auto;
  display: block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/media/StreamWood/img/bgr/ring.png");
}

.webpush-wrap button {
  color: #ffffff;
  background-color: #00ca6d;
  box-shadow: none;
  border: none;
  font-size: 18px;
  padding: 10px;
  font-weight: 600;
  font-family: "PT Sans";
}

.webpush-wrap .copyright {
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 0;
  background-color: #ffffff;
}

.webpush-wrap .copyright .logo {
  background-image: url("/media/StreamWood/img/bgr/webpush-copyright.png");
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  margin: 0 5px;
  padding: 0;
  position: inherit;
  display: none;
}

.webpush-wrap .copyright span {
  margin-right: 5px;
  display: inline-block;
  float: left;
}

a.stream-wood-webpush-close {
  position: absolute;
  background: url("/media/StreamWood/img/bgr/recall-close.png") no-repeat scroll 0 0 !important;
  background-size: contain !important;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px;
}

.webpush-wrap.top {
  width: 340px;
  height: auto;
  text-align: left;
  padding: 10px 15px;
  background: #ffffff;
  font-family: "PT Sans";
  position: fixed;
  left: 160px;
  top: 30px;
  right: initial;
  bottom: initial;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  z-index: 9999999999999999999999999;
  display: block;
  overflow: initial;
}

.webpush-wrap.top img {
  max-width: 35px;
  max-height: 35px;
  float: left;
  margin-right: 20px;
}

.webpush-wrap.top .img-wrap {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #00ca6d;
  float: left;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/media/StreamWood/img/bgr/ring.png");
}

.webpush-wrap.top h2 {
  font-size: 18px !important;
  text-align: center;
  margin: 9px 0 5px 0 !important;
  color: black !important;
  line-height: 20px;
  text-transform: none;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif !important;
  padding: 0 !important;
  border: none;
  background: transparent none;
  width: auto;
}

.webpush-wrap.top h2:after {
  display: none;
}

.webpush-wrap.top p {
  margin: 0;
  padding: 10px 0;
  font-family: "PT Sans";
  text-align: left;
  font-size: 16px;
  color: black;
  line-height: 19px;
}

.webpush-wrap.top button {
  color: #ffffff;
  background-color: #00ca6d;
  box-shadow: none;
  border: none;
  font-size: 16px;
  padding: 6px;
  font-family: "PT Sans";
  width: auto;
}

.webpush-wrap.top .copyright {
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 10px;
  height: auto;
  width: auto;
  line-height: unset;
}

.webpush-wrap.top .copyright .logo {
  background-size: cover;
  width: 14px;
  height: 14px;
  display: none;
}

.webpush-wrap.top .copyright b {
  margin-left: 4px;
}

.webpush-wrap.top .copyright a {
  width: inherit;
  height: inherit;
}

.webpush-wrap.top a:hover,
.webpush-wrap.top:hover a {
  border: none;
}

@media (max-width: 420px) {
  .webpush-wrap,
  .webpush-wrap.top {
    width: calc(100% - 20px);
    max-width: 84%;
    left: 10px;
    top: 10px;
  }

  .webpush-wrap {
    padding: 20px 20px 50px;
  }

  .webpush-wrap.top {
    padding: 10px 15px;
  }
}

@keyframes size {
  0% {
    transform: translateZ(0) scale(1.0);
  }

  100% {
    transform: translateZ(0) scale(1.07);
  }
}

@keyframes SwUnibuttonFlip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes SwUnibuttonFlop {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.streamwood-unibutton {
  position: fixed;
  text-decoration: none;
  display: block;
  width: 120px;
  height: 120px;
  background-color: #00ca6d;
  border-radius: 70px;
  z-index: 2147483644;
  color: black;
  /*padding-top: 40px;*/
  vertical-align: middle;
  text-align: center;
  -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.6);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.6);
  animation: size 1.5s infinite alternate;
  text-decoration: none !important;
  font: 16px Arial, sans-serif;
  -ms-transition: background-color 0.9s, background-size 0.6s ease;
  -webkit-transition: background-color 0.9s, background-size 0.6s ease;
  transition: background-color 0.9s, background-size 0.6s ease;
}

.streamwood-unibutton:hover,
.streamwood-unibutton:active,
.streamwood-unibutton:focus {
  color: black;
  text-decoration: none;
}

.streamwood-unibutton-close {
  background: url("/media/StreamWood/img/bgr/recall-close.png") no-repeat scroll 0 0 !important;
  border-bottom: none;
  height: 20px;
  position: absolute;
  right: 6px;
  top: 0;
  width: 20px;
  z-index: 100000000;
  display: none;
  background-size: cover !important;
}

.streamwood-unibutton div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.streamwood-unibutton--with-image .unibutton-img-preload {
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  background-position: center;
  height: 70%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.streamwood-unibutton--with-image .unibutton-img-preload {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.streamwood-unibutton--with-image .unibutton-img-preload,
.streamwood-unibutton--with-image:hover div {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.streamwood-unibutton--with-image div,
.streamwood-unibutton--with-image:hover .unibutton-img-preload {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}



.streamwood-unibutton--flipper > div {
  animation: SwUnibuttonFlop 5s cubic-bezier(0.25,0.1,0.25,1) infinite;
}

.streamwood-unibutton--flipper .unibutton-img-preload {
  animation: SwUnibuttonFlip 5s cubic-bezier(0.25,0.1,0.25,1) infinite;
  visibility: visible;
  transition: none;
  opacity: 1;
}

.streamwood-unibutton--flipper:hover div {
  opacity: 1;
  visibility: visible;
}

.streamwood-unibutton--with-image.streamwood-unibutton-sm {
  width: 74px;
  height: 74px;
  font-size: 12px;
}

.streamwood-unibutton--with-image.streamwood-unibutton-sm .unibutton-img-preload {
  height: 100%;
}

.stream-wood-recall-3.stream-wood-recall-side-compact.stream-wood-recall-side-right .timer-text,
.stream-wood-recall-3.stream-wood-recall-side-compact.stream-wood-recall-side-left .timer-text {
  margin-top: 10px;
  margin-left: 0;
}

@media (max-width: 420px) {
  .streamwood-unibutton {
    width: 80px;
    height: 80px;
    font-size: 10px;
  }

  .streamwood-unibutton-close {
    right: 0;
    top: 3px;
  }
}

.sw-recall-phone {
  display: none !important;
}

@media (min-width: 800px) {
  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha {
    margin-left: 49px !important;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha .math-text {
    margin-left: 0px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha {
    margin-top: 12px;
    width: 279px;
    float: left;
  }

  .stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha + p.first {
    margin-top: 12px;
    float: left;
    margin-left: 0px !important;
  }
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha img {
  height: 24px;
  width: auto;
  padding: 0 6px 0 0px;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha p {
  margin-left: 0px !important;
  font-size: 11px !important;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha .sw-input-math {
  display: inline;
  vertical-align: top;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha .sw-input-math input.math-result {
  height: 24px;
  width: 60px;
  font-size: 20px;
  padding: 2px 5px;
  margin-left: 2px;
  line-height: 40px;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha input.math-result:hover,
.math-captcha input.math-result:focus {
  outline: 0;
}

.stream-wood-recall-center-compact .stream-wood-recall-container .stream-wood-recall-number .math-captcha-error {
  color: #861d1d;
}
.stream-wood-multibutton-icon-calculator {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -156px -30px;
  width: 24px;
  height: 26px;
}

.stream-wood-multibutton-icon-call-center {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -125px -68px;
  width: 26px;
  height: 26px;
}

.stream-wood-multibutton-icon-call-in {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -156px -61px;
  width: 25px;
  height: 24px;
}

.stream-wood-multibutton-icon-car-sale {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: 0px -86px;
  width: 29px;
  height: 28px;
}

.stream-wood-multibutton-icon-car-time {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -86px -37px;
  width: 29px;
  height: 29px;
}

.stream-wood-multibutton-icon-close {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -103px -86px;
  width: 16px;
  height: 16px;
}

.stream-wood-multibutton-icon-discount {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: 0px 0px;
  width: 38px;
  height: 38px;
}

.stream-wood-multibutton-icon-facebook {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -186px -122px;
  width: 20px;
  height: 20px;
}

.stream-wood-multibutton-icon-hide {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -125px -99px;
  width: 10px;
  height: 10px;
}

.stream-wood-multibutton-icon-instagram {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -186px -147px;
  width: 20px;
  height: 20px;
}

.stream-wood-multibutton-icon-keys {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -43px 0px;
  width: 38px;
  height: 38px;
}

.stream-wood-multibutton-icon-label {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -186px -58px;
  width: 19px;
  height: 26px;
}

.stream-wood-multibutton-icon-ok {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -186px -89px;
  width: 17px;
  height: 28px;
}

.stream-wood-multibutton-icon-paper {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: 0px -43px;
  width: 38px;
  height: 38px;
}

.stream-wood-multibutton-icon-path {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -125px 0px;
  width: 26px;
  height: 30px;
}

.stream-wood-multibutton-icon-pin {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -186px -27px;
  width: 20px;
  height: 26px;
}

.stream-wood-multibutton-icon-recall-2 {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -156px -90px;
  width: 24px;
  height: 24px;
}

.stream-wood-multibutton-icon-recall {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: 0px -119px;
  width: 26px;
  height: 26px;
}

.stream-wood-multibutton-icon-repair-2 {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -69px -86px;
  width: 29px;
  height: 23px;
}

.stream-wood-multibutton-icon-repair {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: 0px -150px;
  width: 26px;
  height: 24px;
}

.stream-wood-multibutton-icon-searching-car {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -31px -150px;
  width: 28px;
  height: 20px;
}

.stream-wood-multibutton-icon-settings {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -156px -119px;
  width: 24px;
  height: 24px;
}

.stream-wood-multibutton-icon-skype {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -124px -119px;
  width: 25px;
  height: 25px;
}

.stream-wood-multibutton-icon-speed {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -64px -150px;
  width: 36px;
  height: 11px;
}

.stream-wood-multibutton-icon-speedometer {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -31px -119px;
  width: 26px;
  height: 26px;
}

.stream-wood-multibutton-icon-steering-wheel-2 {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -62px -119px;
  width: 26px;
  height: 26px;
}

.stream-wood-multibutton-icon-steering-wheel {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -43px -43px;
  width: 38px;
  height: 38px;
}

.stream-wood-multibutton-icon-telegram {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -186px 0px;
  width: 24px;
  height: 22px;
}

.stream-wood-multibutton-icon-trade-in-2 {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -86px 0px;
  width: 34px;
  height: 32px;
}

.stream-wood-multibutton-icon-trade-in {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -34px -86px;
  width: 30px;
  height: 24px;
}

.stream-wood-multibutton-icon-viber {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -125px -35px;
  width: 25px;
  height: 28px;
}

.stream-wood-multibutton-icon-vk {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: 0px -179px;
  width: 25px;
  height: 16px;
}

.stream-wood-multibutton-icon-whatsapp {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -156px 0px;
  width: 25px;
  height: 25px;
}

.stream-wood-multibutton-icon-youtube {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -30px -179px;
  width: 22px;
  height: 16px;
}

.stream-wood-multibutton-icon-zoom-car {
  display: inline-block;
  background-image: url("/img/multibutton/sprite.png");
  background-position: -93px -119px;
  width: 26px;
  height: 26px;
}

@keyframes SwMultibuttonFadeOut {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes SwMultibuttonFadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes SwMultibuttonRotateOut {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }

  10% {
    opacity: 0;
    transform: rotate(360deg);
  }

  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}

@keyframes SwMultibuttonRotateIn {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  10% {
    opacity: 1;
    transform: rotate(360deg);
  }

  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}

.stream-wood-multibutton-container {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2147483647;
}

.stream-wood-multibutton {
  border: 0 none;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 1.22em;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  user-select: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.stream-wood-multibutton--circle {
  border-radius: 50%;
}

.stream-wood-multibutton--square {
  border-radius: 0;
}

.stream-wood-multibutton--rounded {
  border-radius: 8px;
}

.stream-wood-multibutton-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.stream-wood-multibutton-frame--a1,
.stream-wood-multibutton-frame--a2 {
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-duration: 3s;
}

.stream-wood-multibutton--animation-fade .stream-wood-multibutton-frame--a1 {
  animation: SwMultibuttonFadeOut;
}

.stream-wood-multibutton--animation-fade .stream-wood-multibutton-frame--a2 {
  animation: SwMultibuttonFadeIn;
}

.stream-wood-multibutton--animation-rotate .stream-wood-multibutton-frame--a1 {
  animation: SwMultibuttonRotateOut;
}

.stream-wood-multibutton--animation-rotate .stream-wood-multibutton-frame--a2 {
  animation: SwMultibuttonRotateIn;
}





.stream-wood-multibutton-icon--custom {
  background: transparent none no-repeat scroll 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.stream-wood-multibutton-frame > span {
  color: inherit;
}

.stream-wood-multibutton-hide {
  background-color: rgba(0,0,0,.4);
  width: 16px;
  height: 16px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: -18px;
  border-radius: 50%;
  border: 0 none;
  cursor: pointer;
  padding: 0;
  text-align: center;
  z-index: 1;
  transition: all 200ms;
}

.stream-wood-multibutton:focus,
.stream-wood-multibutton-hide:focus {
  outline: 0;
}

.stream-wood-multibutton:active,
.stream-wood-multibutton-hide:active {
  transform: scale(1.1);
}

.stream-wood-multibutton-menu-close {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 6px;
  opacity: .4;
  transition: opacity 200ms;
}

.stream-wood-multibutton:hover .stream-wood-multibutton-menu-close {
  opacity: 1;
}

.stream-wood-multibutton-menu {
  padding: 19px 16px;
  width: 305px;
  background-color: rgba(255,255,255,.5);
  border-radius: 8px;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  position: fixed;
  color: #000;
  z-index: 2147483647;
}

.stream-wood-multibutton-menu--transparent {
  background: transparent none;
  padding-left: 0;
  padding-right: 0;
}

.stream-wood-multibutton-menu--blur {
  backdrop-filter: blur(5px);
}

.stream-wood-multibutton-menu-item {
  margin-bottom: 16px;
  text-decoration: none;
  position: relative;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  border: 0 none !important;
  display: block;
  overflow: hidden;
  height: 42px;
  padding: 3px 0;
  box-sizing: content-box !important;
}

.stream-wood-multibutton-menu--left .stream-wood-multibutton-menu-item {
  left: 0;
  transition: left .1s;
}

.stream-wood-multibutton-menu--left .stream-wood-multibutton-menu-item:hover {
  left: -3px;
}

.stream-wood-multibutton-menu--right .stream-wood-multibutton-menu-item {
  right: 0;
  transition: right .1s;
}

.stream-wood-multibutton-menu--right .stream-wood-multibutton-menu-item:hover {
  right: -3px;
}

.stream-wood-multibutton-menu-item:hover {
  text-decoration: none;
}

.stream-wood-multibutton-menu-item--left:hover {
  left: -5px;
}

.stream-wood-multibutton-menu-item--right:hover {
  right: -5px;
}

.stream-wood-multibutton-menu-item:last-child {
  margin-bottom: 0;
}

.stream-wood-multibutton-menu-item-title {
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 0 21px 21px 0;
  padding: 0 10px 0 35px;
  z-index: 1;
  position: absolute;
  top: 3px;
  left: 24px;
  height: 42px;
  right: 0;
}

.stream-wood-multibutton-menu-icon {
  background-color: #f00;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

.stream-wood-multibutton-menu-icon--circle {
  border-radius: 50%;
}

.stream-wood-multibutton-menu-icon--square {
  border-radius: unset;
}

.stream-wood-multibutton-menu-icon--rounded {
  border-radius: 8px;
}

.stream-wood-multibutton-menu-icon--custom i {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent none no-repeat scroll 50%;
}

.stream-wood-multibutton-menu-icon i {
  margin: 0 auto;
}

.stream-wood-multibutton-menu--folded {
  width: 48px;
}

.stream-wood-multibutton-menu--folded .stream-wood-multibutton-menu-item-title {
  opacity: 0;
  min-width: 211px;
}

.stream-wood-multibutton-menu--folded .stream-wood-multibutton-menu-item {
  transition: all 200ms;
  width: 48px;
}

.stream-wood-multibutton-menu--folded .stream-wood-multibutton-menu-item:focus,
.stream-wood-multibutton-menu--folded .stream-wood-multibutton-menu-item:hover {
  width: 280px;
}

.stream-wood-multibutton-menu--folded.stream-wood-multibutton-menu--lefty .stream-wood-multibutton-menu-item:focus,
.stream-wood-multibutton-menu--folded.stream-wood-multibutton-menu--lefty .stream-wood-multibutton-menu-item:hover {
  margin-left: -232px;
}

.stream-wood-multibutton-menu--folded .stream-wood-multibutton-menu-item:focus .stream-wood-multibutton-menu-item-title,
.stream-wood-multibutton-menu--folded .stream-wood-multibutton-menu-item:hover .stream-wood-multibutton-menu-item-title {
  opacity: 1;
}

.stream-wood-multibutton-menu--lefty .stream-wood-multibutton-menu-icon {
  left: unset;
  right: 0;
}

.stream-wood-multibutton-menu--lefty .stream-wood-multibutton-menu-item-title {
  border-radius: 21px 0 0 21px;
  padding: 0 35px 0 10px;
  justify-content: flex-end;
  right: 24px;
  left: unset;
}

/* VERSION 2 */

.stream_wood_multiv2_container {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2147483646;
  line-height: 1;
  font-size: 14px;
}

.stream_wood_multibutton_drag_header {
  background-color: #5A71B5;
  border-radius: 16px 16px 0px 0px;
  padding: 8px 0px 8px 0px;
  cursor: pointer;
}

.stream_wood_multibutton_drag_header .stream_wood_multibutton_drag_line {
  background-color: #1A1A1A;
  opacity: 40%;
  height: 3px;
  width: 20%;
  margin: 0 auto;
}

.stream_wood_multibutton_menu_block {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.stream_wood_multibutton_menu_block .stream_wood_multibutton_menu_item {
  min-height: 20px;
  background-color: #eee;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.stream_wood_multibutton_menu_block .stream_wood_multibutton_menu_item .stream_wood_multibutton_menu_flex {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
}

.stream_wood_multibutton_menu_block .stream_wood_multibutton_menu_item .stream_wood_multibutton_menu_flex .stream_wood_multibutton_menu_text {
  padding-left: 8px;
  padding-right: 8px;
  color: #0d0d0d;
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
}

.stream_wood_multibutton_header {
  width: 100%;
  background-color: #5A71B5;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.stream_wood_multibutton_header .stream_wood_multibutton_header_flex_block {
  color: #fff;
  font-size: 16px;
  min-height: 28px;
  display: flex;
  align-items: center;
}

.stream_wood_multibutton_header .stream_wood_multibutton_header_padd {
  padding: 12px 24px 12px 24px;
}

.stream_wood_multibutton_header .stream_wood_multibutton_header_text_block {
  flex-grow: 1;
  padding-right: 0;
}

.stream_wood_multibutton_header .stream_wood_multibutton_header_text_block .stream_wood_multibutton_header_text_item {
  color: #fff;
  font-size: 16px;
  opacity: 1;
  transition: opacity .5s linear;
}

.stream_wood_multibutton_header .stream_wood_multibutton_header_close_block {
  flex-grow: 0;
  transition: opacity .5s linear;
}

.stream_wood_multiv2_container .stream-wood-multibutton-menu-item {
  margin-bottom: 0px;
  background-color: #ff0000;
  position: relative;
  padding: 12px 0 13px 0;
}

.stream_wood_multiv2_container .stream-wood-multibutton-menu-item .stream-wood-multibutton-menu-icon {
  left: 24px;
  top: 12px;
  background-color: transparent;
}

.stream_wood_multiv2_container .stream-wood-multibutton-menu-item .stream-wood-multibutton-menu-item-title {
  left: 80px;
  top: 12px;
  padding: 0 56px 0 0px;
}

.stream_wood_multiv2_container .stream-wood-multibutton-menu-item .stream-wood-multibutton-menu-item-arrow {
  right: 24px;
  top: 12px;
  width: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
}

.stream_wood_multiv2_container .stream-wood-multibutton-menu-item:not(:last-child):after {
  content: "";
  display: block;
  height: 1px;
  vertical-align: bottom;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: 0;
  filter: brightness(70%) saturate(120%);
}