/* reset styles
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
/* Common classes
-----------------------------------------------------------------------------*/
.cf:after,
.cf:before {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
.clear-fix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkit-flicker-fix {
  -webkit-backface-visibility: hidden;
}
.webkit-border-radius-fix {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
  -webkit-backface-visibility: hidden;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  transition: all 200ms ease;
}
.media {
  display: block;
  margin-bottom: 30px;
}
.media:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.media .media-image.fl {
  margin-right: 20px;
}
.media .media-image.fr {
  margin-left: 20px;
}
.media .media-body {
  overflow: hidden;
}
@media (max-width: 600px) {
  .media.media-discounts .media-image {
    text-align: center;
    margin-bottom: 20px;
  }
  .media.media-discounts .media-image.fl {
    float: none;
    margin-right: 0;
  }
  .media.media-discounts .media-image.fr {
    float: none;
    margin-left: 0;
  }
  .media.media-discounts .media-body h2 {
    text-align: center;
  }
}
.pagination {
  display: inline-block;
  padding: 0;
  margin: 0 0 20px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin: 0 1px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
  background-color: #3aaec4;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #ea7159;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active a:focus,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ea7159;
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled a:focus,
.pagination > li.disabled > span,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > span:focus {
  color: #ddd;
  cursor: not-allowed;
  background-color: #3aaec4;
}
body,
input,
button,
select,
textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}
body {
  line-height: 1.2;
}
a {
  color: #04a9bd;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table {
  margin-bottom: 10px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 46px;
  color: #4b5562;
  line-height: 54px;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #454e5e;
}
h2.larger {
  font-size: 38px;
}
h3 {
  font-weight: 300;
  font-size: 26px;
  color: #4b5562;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #596472;
  line-height: 25px;
  margin-bottom: 10px;
}
p strong {
  font-weight: 600;
  color: #34495e;
}
ul,
ol {
  padding-left: 20px;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-italic {
  font-style: italic;
}
pre,
code {
  font-family: monospace;
}
.paymentError .sorryBlock {
  margin-bottom: 15px;
}
/* button
-----------------------------------------------------------------------------*/
.button,
.paymentError .btnError {
  max-width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 12px 45px;
  border: none;
  border-top: 3px solid;
  border-bottom: 3px solid;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(212, 63, 77, 0.5);
  text-align: center;
  border-radius: 0;
  background-color: #f6f8fa;
  border-top: 3px solid #f6f8fa;
  border-bottom: 3px solid #d0dae0;
}
.button:hover,
.button:focus {
  background-color: #eff3f6;
  border-top-color: #d0dae0;
  border-bottom-color: #eff3f6;
}
.button:active {
  background-color: #e6ebf1;
  border-top-color: #e6ebf1;
  border-bottom-color: #e6ebf1;
}
.button.button-block {
  display: block;
  width: 100%;
}
.button.button-md {
  font-size: 32px;
}
.button.button-sm {
  font-size: 28px;
}
.button.button-xs {
  font-size: 24px;
}
.button.button-xxs {
  font-size: 16px;
  padding: 8px 20px;
}
.button.button-file {
  white-space: nowrap;
  text-shadow: none;
  font-size: 18px;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  cursor: pointer;
  margin: 20px 0;
  color: #1e80c3;
}
.button.button-file:hover,
.button.button-file:focus {
  color: #1b71ad;
}
.button.button-file:active {
  color: #176397;
}
.button.button-file img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.paymentError .btnError {
  font-size: 16px;
}
.button.button-red,
.paymentError .btnError {
  border-top-color: #ea7159;
  border-bottom-color: #c43c21;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzE1OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWE3MTU5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlMzRmMzIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzRmMzIiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPjwvc3ZnPg==');
  background-image: linear-gradient(to bottom, #ea7159 0%, #ea7159 50%, #e34f32 51%, #e34f32 100%);
}
.lt-ie-9 .button.button-red {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea7159', endColorstr='#ffe34f32', GradientType=0);
}
.button.button-red:hover,
.button.button-red:focus {
  border-top-color: #e96950;
  border-bottom-color: #bb3920;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk1MCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTk2OTUwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNlMjQ3MjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjQ3MjkiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPjwvc3ZnPg==');
  background-image: linear-gradient(to bottom, #e96950 0%, #e96950 50%, #e24729 51%, #e24729 100%);
}
.lt-ie-9 .button.button-red:hover,
.lt-ie-9 .button.button-red:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe96950', endColorstr='#ffe24729', GradientType=0);
}
.button.button-red:active {
  border-top-color: #e75e42;
  border-bottom-color: #ae351d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NWU0MiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTc1ZTQyIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNkZDNlMWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDNlMWUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPjwvc3ZnPg==');
  background-image: linear-gradient(to bottom, #e75e42 0%, #e75e42 50%, #dd3e1e 51%, #dd3e1e 100%);
}
.lt-ie-9 .button.button-red:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe75e42', endColorstr='#ffdd3e1e', GradientType=0);
}
.button.button-blue {
  background-color: #3aaec4;
  border-top-color: #3aaec4;
  border-bottom-color: #2091a6;
}
.button.button-blue:hover,
.button.button-blue:focus {
  background-color: #38a7bc;
  border-top-color: #2091a6;
  border-bottom-color: #38a7bc;
}
.button.button-blue:active {
  background-color: #349db0;
  border-top-color: #349db0;
  border-bottom-color: #349db0;
}
.button.button-yellow {
  background-color: #ef9908;
  border-top-color: #ef9908;
  border-bottom-color: #d38706;
}
.button.button-yellow:hover,
.button.button-yellow:focus {
  background-color: #e59308;
  border-top-color: #d38706;
  border-bottom-color: #e59308;
}
.button.button-yellow:active {
  background-color: #d68907;
  border-top-color: #d68907;
  border-bottom-color: #d68907;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.lte-ie-8 .button input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* inputs
-----------------------------------------------------------------------------*/
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 12px 15px;
  background: #fff;
  border: none;
  border-top: 2px solid #399e70;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #544949;
}
input[type=text]:read-only,
input[type=password]:read-only,
input[type=email]:read-only,
input[type=search]:read-only,
input[type=tel]:read-only,
input[type=url]:read-only,
textarea:read-only,
input[type=date]:read-only,
input[type=datetime]:read-only,
input[type=datetime-local]:read-only,
input[type=month]:read-only,
input[type=time]:read-only,
input[type=week]:read-only,
input[type=number]:read-only,
input[type=range]:read-only,
input[type=color]:read-only {
  color: #8c949d;
}
input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
textarea.error,
input[type=date].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=month].error,
input[type=time].error,
input[type=week].error,
input[type=number].error,
input[type=range].error,
input[type=color].error {
  border-color: #e34f32 !important;
  color: #cb371a !important;
}
input[type=text].form-phone,
input[type=password].form-phone,
input[type=email].form-phone,
input[type=search].form-phone,
input[type=tel].form-phone,
input[type=url].form-phone,
textarea.form-phone,
input[type=date].form-phone,
input[type=datetime].form-phone,
input[type=datetime-local].form-phone,
input[type=month].form-phone,
input[type=time].form-phone,
input[type=week].form-phone,
input[type=number].form-phone,
input[type=range].form-phone,
input[type=color].form-phone {
  padding-left: 8px;
  padding-right: 8px;
}
textarea {
  overflow: auto;
  resize: none;
  padding: 12px;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8c949d;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8c949d;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8c949d;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8c949d;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  /*Remove button padding in FF*/
  border: 0;
  padding: 0;
}
/*======================================================================
  Selectric
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 15px 0;
  max-width: 100%;
  cursor: pointer;
}
.selectricResponsive {
  max-width: 100%;
  width: 100%;
}
.selectric {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 11px 15px;
  background: #fff;
  border: none;
  border-top: 2px solid #399e70;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #544949;
}
.selectric-form-control-error .selectric {
  border-color: #e34f32 !important;
}
.selectric-form-control-error .selectric .label {
  color: #cb371a !important;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 8px 0 0;
  line-height: 24px;
  color: #9ea7b2;
  min-height: 18px;
  padding: 0 !important;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #399e70;
  text-align: center;
  font: 0/0 a;
  background: none;
  border: none;
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  *font: 0.66666667px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #399e70;
  border-bottom: none;
}
.selectricHover .selectric .button {
  color: #888;
}
.selectricHover .selectric .button:after {
  border-top-color: #888;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  background: #fefefe;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricDisabled {
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
  visibility: hidden;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.selectricItems ul > li {
  color: #1e242f;
}
.selectricItems ul > li:first-child {
  color: #9ea7b2;
}
html {
  height: 100%;
}
body {
  width: 100%;
}
.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}
.page-wrapper,
.footer {
  max-width: none;
  min-width: 460px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  box-shadow: 0 0 10px #000;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-body.flex-none {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.wrapper {
  position: relative;
}
.container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.container:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
/* Has sidebar
-----------------------------------------------------------------------------*/
[class|=has-sidebar],
[class*=has-sidebar] {
  position: relative;
}
[class|=has-sidebar] .middle-container,
[class*=has-sidebar] .middle-container {
  width: 100%;
  float: left;
}
[class|=has-sidebar] .middle-container .middle-content,
[class*=has-sidebar] .middle-container .middle-content {
  padding: 0;
}
[class|=has-sidebar].has-sidebar-left .middle-content,
[class*=has-sidebar].has-sidebar-left .middle-content {
  padding: 0 0 0 220px;
}
[class|=has-sidebar].has-sidebar-right .middle-content,
[class*=has-sidebar].has-sidebar-right .middle-content {
  padding: 0 320px 0 0;
}
[class|=has-sidebar].has-sidebar-both .middle-content,
[class*=has-sidebar].has-sidebar-both .middle-content {
  padding: 0 320px 0 220px;
}
[class|=has-sidebar].has-sidebar-both-right .middle-content,
[class*=has-sidebar].has-sidebar-both-right .middle-content {
  padding: 0 520px 0 0;
}
[class|=has-sidebar].has-sidebar-both-right .sidebar-left,
[class*=has-sidebar].has-sidebar-both-right .sidebar-left {
  margin-left: -500px;
}
[class|=has-sidebar].has-sidebar-both-right .sidebar-left.before-content,
[class*=has-sidebar].has-sidebar-both-right .sidebar-left.before-content {
  left: 100%;
}
[class|=has-sidebar].has-sidebar-both-left .middle-content,
[class*=has-sidebar].has-sidebar-both-left .middle-content {
  padding: 0 0 0 520px;
}
[class|=has-sidebar].has-sidebar-both-left .sidebar-right,
[class*=has-sidebar].has-sidebar-both-left .sidebar-right {
  margin-left: -100%;
  left: 200px;
}
[class|=has-sidebar].has-sidebar-both-left .sidebar-right.before-content,
[class*=has-sidebar].has-sidebar-both-left .sidebar-right.before-content {
  float: left;
  margin-left: 0;
}
[class|=has-sidebar].has-sidebar-both-left .sidebar-right.before-content + .middle-container,
[class*=has-sidebar].has-sidebar-both-left .sidebar-right.before-content + .middle-container {
  margin-left: -300px;
}
/* sidebars
-----------------------------------------------------------------------------*/
[class|=sidebar],
[class*=sidebar-] {
  float: left;
  position: relative;
}
.sidebar-left {
  width: 200px;
  margin-left: -100%;
}
.sidebar-left.before-content {
  margin-left: 0;
  margin-right: -200px;
}
.sidebar-right {
  width: 300px;
  margin-right: -3px;
  margin-left: -300px;
}
.sidebar-right.before-content {
  margin-right: 0;
  float: right;
}
/*
@import url(structure-grid.less);
@import url(structure-grid-px.less);
*/
/* responsive text align
-----------------------------------------------------------------------------*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 769px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container {
  max-width: 1020px !important;
  width: auto !important;
}
.header {
  padding: 18px 0;
  border-top: 3px solid #3aaec4;
  background-color: #f4fafb;
}
.header .headerContacts {
  text-align: right;
}
.header p {
  margin-bottom: 5px;
}
.header p.phone {
  font-weight: 300;
  font-size: 20px;
  color: #182f48;
}
.header p.phone span {
  font-size: 15px;
  color: #929ca6;
}
.header p a {
  display: inline-block;
  color: #04a9bd;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.header p a:hover {
  border-bottom-color: #04a9bd;
}
.header p a.chat {
  margin-left: 20px;
}
.header p a.chat:before {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  background: transparent url(/images/3/icon/icon-chat.png) center center no-repeat;
  content: '';
}
.header p a.login {
  margin-left: 20px;
}
.header p a.login:before {
  margin-right: 5px;
  display: inline-block;
  width: 12px;
  height: 14px;
  vertical-align: baseline;
  background: transparent url(/images/3/icon/icon-login.png) center center no-repeat;
  content: '';
}
@media (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }
  .header > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header .headerContacts {
    margin-top: 20px;
    background-color: #e8f1f3;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10%;
    text-align: left;
  }
  .header .headerContacts:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .header p.phone {
    margin-bottom: 10px;
  }
  .header p a {
    background-color: #f4fafb;
    padding: 10px 25px;
    text-decoration: none;
    border: 2px solid #3aaec4;
    color: #04a9bd;
  }
  .header p a.chat,
  .header p a.login {
    margin: 0 20px 10px 0;
  }
  .header p a:hover {
    background-color: #fff;
  }
}
.mainNavWrapper {
  background-color: #3aaec4;
  border-bottom: 4px solid #27889a;
}
@media (max-width: 992px) {
  .mainNavWrapper > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
ul.mainNav {
  display: table;
  width: 100%;
  padding: 0;
  border: none;
}
ul.mainNav a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(58, 174, 196, 0.5);
}
ul.mainNav a img {
  display: inline-block;
  vertical-align: middle;
}
ul.mainNav > li {
  display: table-cell;
}
ul.mainNav > li > a {
  position: relative;
  text-align: center;
  padding: 20px 15px;
  display: block;
}
ul.mainNav > li > a:before {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  content: '';
  transition: background-color 200ms ease;
}
ul.mainNav > li > a:after {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  content: '';
  transition: background-color 200ms ease;
}
ul.mainNav > li > a:hover,
ul.mainNav > li > a:focus {
  background-color: #2f9eb3;
}
ul.mainNav > li > a:hover:before,
ul.mainNav > li > a:focus:before {
  background-color: #27889a;
}
ul.mainNav > li > a:hover:after,
ul.mainNav > li > a:focus:after {
  background-color: #2f9eb3;
}
ul.mainNav > li > a:active {
  text-shadow: none;
  background-color: #27889a;
}
ul.mainNav > li > a:active:before {
  background-color: #27889a;
}
ul.mainNav > li > a:active:after {
  background-color: #27889a;
}
ul.mainNav > li.more {
  display: none;
}
ul.mainNav > li.current a {
  background-color: #2f9eb3;
}
ul.mainNav > li.current a:before {
  background-color: #27889a;
}
ul.mainNav > li.current a:after {
  background-color: #2f9eb3;
}
ul.mainNav > li.order a {
  text-transform: uppercase;
  background-color: #e34f32;
}
ul.mainNav > li.order a:after {
  background-color: #b64b36;
}
ul.mainNav > li.order a:hover,
ul.mainNav > li.order a:focus {
  background-color: #dd3e1e;
}
ul.mainNav > li.order a:hover:before,
ul.mainNav > li.order a:focus:before {
  background-color: #b64b36;
}
ul.mainNav > li.order a:hover:after,
ul.mainNav > li.order a:focus:after {
  background-color: #dd3e1e;
}
ul.mainNav > li.order a:active {
  background-color: #b64b36;
}
ul.mainNav > li.order a:active:before,
ul.mainNav > li.order a:active:after {
  background-color: #b64b36;
}
ul.extendedNav {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}
ul.extendedNav a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(58, 174, 196, 0.5);
}
ul.extendedNav > li {
  display: block;
  border-bottom: 1px solid #84c4d0;
}
ul.extendedNav > li:last-child {
  border: none;
}
ul.extendedNav > li > a {
  padding: 12px;
  display: block;
  text-align: center;
  transition: all 400ms ease;
}
ul.extendedNav > li > a:hover,
ul.extendedNav > li > a:focus {
  background-color: #efaf43;
}
ul.extendedNav > li > a:active {
  text-shadow: none;
  background-color: #eda52b;
}
.popupBlock {
  display: none;
  background-color: #abdee7;
}
.popupBlock input[type=text],
.popupBlock input[type=email],
.popupBlock input[type=password] {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #9ea7b2;
  display: block;
  width: 250px;
  margin: 0 0 15px 0;
  padding: 12px 15px;
  background: #fff;
  border: none;
  border-top: 2px solid #40a3b6;
  box-sizing: border-box;
}
.popupBlock .button {
  margin-bottom: 0;
}
.popupBlock p a {
  font-weight: normal;
  font-style: italic;
  color: #c1280b;
}
.Email {
  color: #9ea7b2;
  line-height: 1.75;
  text-align: left;
}
.footer {
  background-color: #223c58;
}
.footer.footerError {
  position: relative;
  overflow: visible;
  height: 54px;
  background-color: #38516e;
}
.footer.footerError .footerNav,
.footer.footerError .footerPayments,
.footer.footerError .footerDesc {
  display: none;
}
.footer.footerError a.goHome {
  margin: -45px auto 0 auto;
  display: block;
  width: 110px;
  height: 60px;
  background-color: #e34f32;
  position: relative;
  line-height: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(199, 151, 24, 0.5);
  text-align: center;
}
.footer.footerError a.goHome:before,
.footer.footerError a.goHome:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -55px;
}
.footer.footerError a.goHome:before {
  bottom: 100%;
  border-left: 55px solid #e34f32;
  border-right: 55px solid #e34f32;
  border-top: 15px solid transparent;
  border-bottom: none;
}
.footer.footerError a.goHome:after {
  top: 100%;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 15px solid #e34f32;
  border-bottom: none;
}
.footer.footerError a.goHome:hover,
.footer.footerError a.goHome:focus {
  background-color: #dd3e1e;
}
.footer.footerError a.goHome:hover:after,
.footer.footerError a.goHome:focus:after {
  border-top-color: #dd3e1e;
}
.footer.footerError a.goHome:hover:before,
.footer.footerError a.goHome:focus:before {
  border-left-color: #dd3e1e;
  border-right-color: #dd3e1e;
}
.footer.footerError a.goHome:active {
  background-color: #c7371b;
}
.footer.footerError a.goHome:active:after {
  border-top-color: #c7371b;
}
.footer.footerError a.goHome:active:before {
  border-left-color: #c7371b;
  border-right-color: #c7371b;
}
.footerNav {
  padding: 15px 0;
}
.footerNav ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
}
.footerNav ul li {
  display: inline-block;
  margin: 5px 0;
}
.footerNav ul li + li:before {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #9ba8b7;
  content: '|';
  margin: 0 15px;
}
.footerNav ul li a {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #9ba8b7;
  text-decoration: none;
}
.footerNav ul li a:hover,
.footerNav ul li a:focus {
  color: #5aa8fe;
}
.footerPayments {
  position: relative;
  padding: 20px 0;
  background-color: #39506a;
}
.footerPayments .copyright {
  display: block;
  width: 120px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -30px;
  background: transparent url(/images/3/other/copyright.png) center center no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.footerPayments ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.footerPayments ul li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #d9e3ee;
}
.footerPayments ul li:first-child {
  margin-left: -100px;
}
.footerPayments ul li a {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  cursor: pointer;
}
.footerDesc {
  position: relative;
  padding: 15px 0;
}
.footerDesc p {
  line-height: 24px;
  font-weight: 300;
  font-size: 18px;
  color: #f4fafb;
  margin-bottom: 10px;
}
.footerDesc p span {
  font-size: 14px;
}
.footerDesc p.withCopyright img {
  display: none;
  vertical-align: middle;
  float: right;
}
.footerDesc p.smaller {
  line-height: 1.2;
  font-size: 12px;
  color: #64788d;
}
@media (max-width: 992px) {
  .footerNav ul li:before {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #9ba8b7;
    content: '|';
    margin: 0 15px;
  }
}
@media (max-width: 769px) {
  .footerPayments .copyright {
    display: none;
  }
  .footerPayments ul li {
    margin: 6px;
  }
  .footerPayments ul li:first-child {
    margin: 0 0 10px 0;
    display: block;
  }
  .footerDesc p.withCopyright {
    line-height: 60px;
    text-align: left;
  }
  .footerDesc p.withCopyright img {
    display: block;
  }
}
body.page-error404 {
  background: #ffffff url(/images/3/other/error_pattern.png) top left repeat;
}
body.page-error404 .errorWrapper {
  padding-bottom: 70px;
}
body.page-error500 {
  background: #ffffff url(/images/3/other/error_pattern2.png) top left repeat;
}
body.page-error500 .mainNavWrapper {
  display: none;
  visibility: hidden;
}
.errorWrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.errorWrapper p.error-img {
  margin-bottom: 0;
}
.errorWrapper h2 {
  width: 100%;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #fafdff;
  padding: 25px 0;
  line-height: 1;
  border: none;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  text-shadow: 0px 1px 0px rgba(146, 162, 175, 0.4);
  margin-bottom: 0;
}
.errorWrapper .errorOverlay {
  color: #fff;
  padding: 20px 10px 80px 10px;
  background-color: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.errorWrapper .errorOverlay p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #fafdff;
  text-shadow: 0px 1px 0px rgba(146, 162, 175, 0.4);
}
.errorWrapper .errorOverlay p.callus {
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  padding-left: 70px;
}
.errorWrapper .errorOverlay p.callus span {
  color: #38516e;
}
@media (max-width: 769px) {
  .errorWrapper {
    max-width: 100%;
  }
  .errorWrapper .errorOverlay p {
    text-align: center;
  }
  .errorWrapper .errorOverlay p.callus {
    padding: 0;
    text-align: center;
  }
}
.blogPostNav {
  margin-bottom: 40px;
}
.blogItem {
  border-bottom: 1px solid #b7c3cf;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.blogItem.blogItemSingle {
  margin-bottom: 10px;
}
.blogItem.blogItemSingle .posted {
  margin-top: 30px;
}
.blogItem.blogItemSingle .button {
  margin-top: 20px;
}
.blogItem h2 a {
  text-decoration: none;
}
.blogItem h2 a:hover {
  color: #34495e;
}
.blogItem ul {
  padding-left: 40px;
}
.blogItem ul li {
  position: relative;
  display: block;
}
.blogItem ul li:before {
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: -20px;
  background-color: #6cbc98;
  content: '';
}
.blogItem .media .media-image {
  max-width: 280px;
}
.blogItem .media .media-image.fl {
  margin-right: 20px;
}
.blogItem .media .media-image.fr {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .blogItem .media {
    text-align: center;
  }
  .blogItem .media .media-image {
    max-width: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .blogItem .media .media-image.fl {
    margin-right: 0;
    float: none !important;
  }
  .blogItem .media .media-image.fr {
    margin-left: 0;
    float: none !important;
  }
}
.sidebarWrapper .whyWrapper {
  margin: 0 10px 40px 10px;
  border: 2px solid #d0dae0;
  padding: 20px 0;
}
.sidebarWrapper .whyWrapper .whyItem {
  margin: 10px;
}
.sidebarWrapper .whyWrapper .whyIcon {
  width: 70px !important;
}
.sidebarWrapper .buttonWrapper {
  margin-bottom: 40px;
}
.sidebarWrapper .buttonWrapper .button {
  margin-bottom: 0;
}
.sidebarWrapper .customersBlock {
  margin: 0 10px 40px 10px;
}
.sidebarWrapper .guaranteesBlock {
  margin: 0 10px 40px 10px;
}
.sidebarWrapper .saleWrapper {
  margin: 0 10px 40px 10px;
  border: 4px solid #73cada;
  text-align: center;
}
.sidebarWrapper .saleWrapper h2,
.sidebarWrapper .saleWrapper p {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.sidebarWrapper .saleWrapper h2 {
  font-size: 37px;
}
@media (max-width: 769px) {
  .sidebarWrapper {
    padding-top: 40px;
  }
  .sidebarWrapper:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .sidebarWrapper .whyWrapper,
  .sidebarWrapper .buttonWrapper,
  .sidebarWrapper .customersBlock,
  .sidebarWrapper .guaranteesBlock,
  .sidebarWrapper .saleWrapper {
    max-width: 310px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.mountaineWrapper {
  padding: 40px 0 60px;
  background: url(/images/3/bg/mountaine.jpg) top center no-repeat;
}
.mountaineWrapper .btnBLock {
  margin-top: -40px;
}
.mountaineWrapper .infoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px;
  max-width: 100%;
}
.mountaineWrapper h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 46px;
  color: #3d4e69;
  line-height: 1;
  margin-bottom: 15px;
}
.mountaineWrapper h1 span {
  font-size: 45px;
}
.mountaineWrapper h1 strong {
  font-weight: normal;
  font-size: 46px;
  color: #3fa576;
}
.mountaineWrapper h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #223c58;
  line-height: 1.615;
  margin-bottom: 15px;
}
.mountaineWrapper h3 strong {
  font-weight: normal;
  font-size: 26px;
  color: #3fa576;
}
@media (max-width: 992px) {
  .mountaineWrapper {
    background-image: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZmFmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkaWVudCkiIC8+PC9zdmc+');
    background-image: linear-gradient(to bottom, #f4fafb 0%, #e7e7e7 100%);
  }
  .lt-ie-9 .mountaineWrapper {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4fafb', endColorstr='#ffe7e7e7', GradientType=0);
  }
  .mountaineWrapper .btnBLock {
    margin-top: 10px;
  }
}
.placeWrapper {
  padding: 30px 0;
  background-color: #e7e7e7;
}
.placeWrapper input,
.placeWrapper .selectricWrapper {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.placeWrapper .innerCalc {
  padding: 20px 30px;
  border: 2px solid #93d5b7;
  background: #4fb285 url(/images/3/bg/calc_pattern.png) top left repeat;
}
.placeWrapper .innerCalc .button {
  padding: 4px 20px;
  font-size: 28px;
}
.placeWrapper .innerCalc h2 {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(207, 130, 114, 0.45);
  margin-bottom: 13px;
}
.placeWrapper .innerCalc h2 span {
  padding-top: 12px;
  font-weight: 300;
  font-size: 20px;
}
.placeWrapper .innerCalc hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  color: #fff;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0 20px 0;
}
.placeWrapper .innerCalc p.price {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(207, 130, 114, 0.45);
  margin-bottom: 15px;
  line-height: 48px;
}
.placeWrapper .innerCalc p.price span {
  font-weight: 300;
  font-size: 33px;
}
@media (max-width: 992px) {
  .placeWrapper h2 {
    text-align: center;
  }
  .placeWrapper h2 span {
    display: block;
    float: none;
  }
  .placeWrapper p.price {
    text-align: center;
  }
  .placeWrapper .button {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 769px) {
  .placeWrapper .innerCalc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .placeWrapper h2 {
    text-align: center;
  }
  .placeWrapper h2 span {
    display: none;
    float: none;
  }
}
.whyWrapper {
  padding: 50px 0;
  background-color: #e7e7e7;
}
.whyWrapper .whyItem {
  margin: 10px 0;
}
.whyWrapper .whyItem:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.whyWrapper .whyIcon {
  width: 116px;
  text-align: center;
}
.whyWrapper .whyIcon.fl {
  margin-right: 10px;
}
.whyWrapper .whyIcon.fr {
  margin-left: 10px;
}
.whyWrapper .whyContent {
  overflow: hidden;
}
.whyWrapper .whyContent p {
  font-weight: normal;
  font-size: 18px;
  color: #454e5e;
}
@media (max-width: 769px) {
  .whyWrapper .whyIcon {
    width: 95px;
  }
  .whyWrapper .whyIcon.fl {
    margin-right: 5px;
  }
  .whyWrapper .whyIcon.fr {
    margin-left: 5px;
  }
}
.aboutWrapper {
  padding: 50px 0;
  background-color: #f4fafb;
}
.aboutWrapper .guaranteesBlock {
  padding-left: 30px;
}
.aboutWrapper a.more {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #27889a;
}
.aboutWrapper a.more:after {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 11px;
  background: transparent url(/images/3/other/more_arrow.png) center center no-repeat;
  margin-left: 3px;
  content: '';
}
.commentItem {
  margin: 30px 0 30px;
  position: relative;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff url(/images/3/other/comment_bg.png) top left;
  padding: 25px 30px 10px 30px;
  box-shadow: 6px 6px 0px 0px #d4ddde;
}
.lte-ie-8 .commentItem {
  border-right: 6px solid #d4ddde;
  border-bottom: 6px solid #d4ddde;
}
.commentItem p {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  color: #666e79;
  line-height: 23px;
}
.commentItem p.author {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #88999c;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;
}
.guaranteesBlock ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
}
.guaranteesBlock ul li {
  display: block;
  margin-bottom: 20px;
}
.guaranteesBlock ul li span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #454e5e;
  line-height: 1;
}
.guaranteesBlock ul li span:before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 49px;
  height: 49px;
  background-color: #f89f17;
  background-repeat: no-repeat;
  content: '';
}
.guaranteesBlock ul li span.icon1:before {
  background-image: url(/images/3/guarantee/guarantee1.png);
}
.guaranteesBlock ul li span.icon2:before {
  background-image: url(/images/3/guarantee/guarantee2.png);
}
.guaranteesBlock ul li span.icon3:before {
  background-image: url(/images/3/guarantee/guarantee3.png);
}
.saleWrapper {
  border-bottom: 4px solid #73cada;
  border-top: 4px solid #73cada;
  background: #ffffff url(/images/3/bg/banner_pattern.png) top left;
  padding: 20px 0;
}
.saleWrapper h2,
.saleWrapper p {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 6px;
  text-shadow: 0px 1px 0px rgba(93, 183, 200, 0.95);
  color: #ffffff;
}
.saleWrapper h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 39px;
}
.saleWrapper p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.saleWrapper p strong {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.saleWrapper .button {
  vertical-align: middle;
  margin-bottom: 0;
}
@media (max-width: 1040px) {
  .saleWrapper {
    text-align: center;
  }
  .saleWrapper h2,
  .saleWrapper p {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
  }
  .saleWrapper .button {
    margin-top: 20px;
  }
}
.descWrapper {
  padding: 50px 0;
  background-color: #fff;
}
.descWrapper .descItem {
  margin-bottom: 50px;
}
.contentWrapper {
  padding: 50px 0;
}
.personalWrapper {
  background-color: #4fb285;
  border-top: 4px solid #328a63;
  padding: 20px 0;
}
.personalWrapper h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0px 1px 0px rgba(58, 174, 196, 0.5);
  margin: 0;
}
.profileNav {
  text-align: left;
  padding: 0;
  margin: 0 0 30px 0 !important;
}
.profileNav li {
  display: block;
  margin: 0 0 2px 0;
}
.profileNav li a {
  padding: 15px 35px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgba(2, 2, 2, 0.2);
  background-color: #3aaec4;
}
.profileNav li a:hover,
.profileNav li a:focus {
  background-color: #ecad43;
}
.profileNav li a:active {
  background-color: #eaa32c;
}
.profileNav li.order a {
  border-top: 3px solid #e34f32;
  background-color: #e34f32;
  border-bottom: 3px solid #bb2d12;
}
.profileNav li.order a:hover,
.profileNav li.order a:focus {
  border-top-color: #bb2d12;
  border-bottom-color: #dd3e1e;
  background-color: #dd3e1e;
}
.profileNav li.order a:active {
  border-top-color: #bb2d12;
  border-bottom-color: #bb2d12;
  background-color: #bb2d12;
}
.thanksWrapper {
  margin-top: 20px;
}
.thanksWrapper .greenPanel {
  margin-bottom: 20px;
  position: relative;
  background-color: #52b387;
  text-align: center;
  height: 50px;
  margin-right: 20px;
}
.thanksWrapper .greenPanel p {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 0;
  color: #fafdff;
  text-shadow: 0px 1px 0px rgba(2, 2, 2, 0.2);
}
.thanksWrapper .greenPanel:before {
  position: absolute;
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: none;
  border-left: 20px solid #52b387;
}
.thanksWrapper .orangePanel {
  border: 3px solid #ef9908;
}
.thanksWrapper .orangePanel .panelHeading {
  background-color: #ef9908;
  padding: 10px 20px;
}
.thanksWrapper .orangePanel .panelHeading h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
.thanksWrapper .offerBlock {
  border: 3px solid #b6bac1;
  padding: 15px;
  background-color: #fafdff;
  margin-bottom: 20px;
}
.thanksWrapper .offerBlock .media .media-content p {
  font-weight: normal;
  font-size: 16px;
  color: #353f52;
  line-height: 26px;
}
.thanksWrapper .offerBlock p.price {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #353d49;
  margin-bottom: 20px;
}
.thanksWrapper .offerBlock p.price strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 31px;
}
.thanksWrapper .orderSummary {
  background: #def3f7;
  border: 3px solid #52b387;
  margin-bottom: 30px;
  padding: 20px;
}
.thanksWrapper .orderSummary h3 {
  font-weight: normal;
  font-size: 24px;
  color: #2b845c;
}
.thanksWrapper .orderSummary p {
  padding-left: 25px;
  color: #353f52;
}
.thanksWrapper .orderSummary p strong {
  font-weight: normal;
  font-size: 24px;
  color: #cd3d35;
}
.thanksWrapper .orderList {
  padding: 0;
  margin: 0 0 20px 0;
}
.thanksWrapper .orderList li {
  position: relative;
  display: block;
  min-height: 30px;
  margin-bottom: 20px;
  padding-left: 50px;
}
.thanksWrapper .orderList li:before {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/images/3/icon/order-list.png) center center no-repeat;
  content: '';
}
.thanksWrapper .attachFile {
  padding-left: 50px;
}
.thanksWrapper .attachFile .button-file {
  white-space: nowrap;
  margin-top: 0;
}
.accordion-offer {
  display: block;
  margin-bottom: 20px !important;
}
.accordion-offer > li {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #aeb3b9;
}
.accordion-offer > li:before {
  display: none;
  width: 9px;
  height: 7px;
  background: transparent url(/images/3/icon/icon-arrow-down.png) center center no-repeat;
  position: absolute;
  left: 25px;
  top: 16px;
  content: '';
}
.accordion-offer > li .arrow {
  display: block;
  background: transparent url(/images/3/icon/icon-arrow-down.png) center center no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
  height: 40px;
  width: 40px;
}
.accordion-offer > li hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  color: #aeb3b9;
  background-color: #aeb3b9;
  margin-bottom: 15px;
}
.accordion-offer > li h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1c2635;
  margin: 0;
  padding: 10px 20px 10px 50px;
}
.accordion-offer > li h5 strong {
  font-weight: 600;
}
.accordion-offer > li h5 .icon {
  width: 30px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.accordion-offer > li .content {
  padding: 0px 20px 15px 40px;
}
.accordion-offer > li .content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #5e6472;
  line-height: 1.2;
}
.accordion-offer > li label {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}
.accordion-offer > li label span {
  font-weight: 600;
  font-size: 18px;
  padding-left: 5px;
  white-space: nowrap;
}
.accordion-offer > li.active {
  background-color: #cff1f7;
}
.accordion-offer > li.active .arrow {
  background-image: url(/images/3/icon/icon-arrow-up.png);
}
@media (max-width: 769px) {
  .thanksWrapper .attachFile {
    text-align: center;
    padding-left: 0;
  }
}
.orderDetails {
  padding: 0;
  margin: 0 0 30px 0;
  border: 2px solid #74c29f;
  width: 100%;
}
.orderDetails tr td {
  border-bottom: 1px solid #ced8e7;
  padding: 10px;
  text-align: right;
  width: 50%;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #626a78;
  line-height: 1.2;
  vertical-align: middle;
}
.orderDetails tr td + td {
  text-align: left;
  color: #1b2333;
}
.orderDetails tr td .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.orderDetails tr.info td {
  padding: 10px 25px;
  text-align: left !important;
  background-color: #74c29f;
  font-weight: normal;
  font-size: 20px;
  color: #fafdff;
  line-height: 28px;
  text-shadow: 0px 1px 0px rgba(60, 148, 108, 0.2);
}
.additionalServices {
  border: 2px solid #f8a415;
  padding: 0;
  width: 100%;
  margin: 0 0 30px 0;
}
.additionalServices .button {
  margin-bottom: 0;
  white-space: nowrap;
}
.additionalServices a.tooltips {
  display: inline-block;
}
.additionalServices thead tr th {
  background-color: #f8a415;
  text-align: center;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: #fafdff;
  line-height: 1;
  text-shadow: 0px 1px 0px #020202;
  padding: 15px 20px;
}
.additionalServices tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #626a78;
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #c4c4c4;
}
.additionalServices tbody tr td strong {
  font-weight: 600;
}
.additionalServices tbody tr td.price {
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 769px) {
  .additionalServices .button.button-xxs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .additionalServices tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.tooltips {
  position: relative;
  display: inline;
  text-decoration: none;
  transition: none;
}
a.tooltips i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  transition: none;
}
a.tooltips i.icon-exlamation {
  background: url(/images/3/icon/icon-exlamation.png) top left no-repeat;
}
a.tooltips i.icon-question {
  top: -1px;
  width: 19px;
  height: 19px;
  background: url(/images/3/icon/icon-tooltip.png);
}
a.tooltips.opened i {
  background-position: bottom center;
}
a.tooltips span {
  font-weight: normal;
  font-size: 14px;
  color: #786f6f;
  position: absolute;
  display: block;
  width: 150px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #ECAF14;
  height: auto;
  line-height: 1.2;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0px;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  margin-left: -75px;
  display: none;
  white-space: normal;
  opacity: 0;
  transition: opacity 300ms linear;
}
.lte-ie-8 a.tooltips span {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
a.tooltips span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  width: 0;
  height: 0;
  border-top: 11px solid #ECAF14;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
a.tooltips.opened span {
  display: block;
  z-index: 999;
  opacity: 1;
}
.lte-ie-8 a.tooltips.opened span {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.orderDescription {
  border: 2px solid #74c29f;
  margin: 0 0 30px 0;
  padding: 0;
}
.orderDescription .orderDescriptionHeading {
  padding: 15px 35px;
  background-color: #74c29f;
  text-align: left;
}
.orderDescription .orderDescriptionHeading h3 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  color: #fafdff;
  line-height: 1;
  text-shadow: 0px 1px 0px #020202;
  margin: 0;
}
.orderDescription .orderDescriptionContent {
  padding: 20px 35px;
  border-bottom: 1px dashed #ced8e7;
}
.orderDescription .orderDescriptionContent:last-child {
  border: none;
}
.orderDescription .orderDescriptionContent p {
  font-weight: normal;
  font-size: 14px;
  color: #626a78;
}
.orderDescription .orderDescriptionContent p.button {
  margin-top: 0;
}
.orderDescription .orderDescriptionContent p.text-red {
  color: #cb5506;
}
.orderDescription .orderDescriptionContent p.text-gray {
  color: #7c859a;
}
.fileNamesGroup {
  margin-bottom: 10px;
}
.fileName {
  display: inline-block;
  background-color: #e8eaeb;
  border: 1px solid #cbcccd;
  padding: 5px 20px 5px 5px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3196d2;
  min-height: 20px;
  box-sizing: border-box;
}
.fileName .close {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}
.orderSubmitter {
  margin-bottom: 20px;
}
.accordion-order {
  display: block;
  margin-bottom: 20px !important;
}
.accordion-order > li {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: #3aaec4;
  margin: 0 0 5px 0;
}
.accordion-order > li h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 10px 25px 10px;
}
.accordion-order > li h5 span {
  font-weight: normal;
  font-size: 18px;
  padding-left: 25px;
}
.accordion-order > li h5 .arrow {
  margin-top: 10px;
  display: block;
  width: 16px;
  height: 7px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/images/3/icon/icon-arrow.png) center center no-repeat;
}
.accordion-order > li .content {
  border: 2px solid #3aaec4;
  background-color: #fff;
  padding: 15px 25px;
}
.accordion-order > li .content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #5e6472;
  line-height: 1.2;
}
.qualityTable {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  border: 2px solid #4fb285;
  border-spacing: 0;
  border-collapse: collapse;
}
.qualityTable img {
  display: inline-block;
  vertical-align: middle;
}
.qualityTable thead tr th {
  background-color: #b9c5cd;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.qualityTable thead tr th + th {
  border-left: 2px solid #4fb285;
  background-color: #4fb285;
}
.qualityTable thead tr th.hover {
  background-color: #e89403;
  border-top: 2px solid #e89403 !important;
  border-left: 2px solid #e89403 !important;
  border-right: 2px solid #e89403 !important;
}
.qualityTable thead tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2;
  color: #53626c;
  vertical-align: middle;
  background-color: #f0f1f2;
  text-align: center;
  padding: 15px 10px;
}
.qualityTable thead tr td span {
  color: #ab2308;
}
.qualityTable tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  color: #53626c;
  vertical-align: middle;
  background-color: #f0f1f2;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #c4d0d8;
}
.qualityTable tbody tr td + td {
  text-align: center;
  border-left: 2px solid #4fb285;
  background-color: #ffffff;
}
.qualityTable tbody tr td + td:hover {
  background-color: #f9aa24;
  color: #fff;
}
.qualityTable tbody tr td + td:hover .buy {
  display: none;
}
.qualityTable tbody tr td + td.hover {
  border-left: 2px solid #e89403 !important;
  border-right: 2px solid #e89403 !important;
}
.qualityTable tbody tr.hover td {
  background-color: #f8a415;
  color: #fff;
}
.qualityTable tbody tr.hover td + td {
  background-color: #fff;
  color: #53626c;
}
.qualityTable tbody tr.hover td + td.hover {
  background-color: #f9aa24;
  color: #fff;
}
.qualityTable tbody tr:last-child td.hover {
  border-bottom: 2px solid #e89403 !important;
}
.currencyChange {
  position: relative;
  background: #f0f1f2;
  border: 2px solid #4fb285;
  margin: 0 0 40px 0;
}
.currencyChange:after,
.currencyChange:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.currencyChange:after {
  border-color: rgba(240, 241, 242, 0);
  border-top-color: #f0f1f2;
  border-width: 30px;
  margin-left: -30px;
}
.currencyChange:before {
  border-color: rgba(79, 178, 133, 0);
  border-top-color: #4fb285;
  border-width: 33px;
  margin-left: -33px;
}
.currencyChange .currencyChangeHeading {
  background-color: #4fb285;
  padding: 10px 25px;
}
.currencyChange .currencyChangeHeading h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  line-height: 1.231;
  text-shadow: 0px 1px 0px rgba(126, 179, 175, 0.5);
}
.currencyChange .currencyChangeContent {
  padding: 30px 70px 20px 20px;
}
.currencyChange .currencyChangeContent label {
  font-size: 16px;
  color: #544949;
  line-height: 48px;
}
.currencyChange .currencyChangeContent p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.currencyChange .currencyChangeContent p.text-info {
  font-weight: normal;
  color: #970e47;
  margin-left: 10px;
}
.currencyChange .currencyChangeContent p.totalPrice {
  font-weight: 300;
  font-size: 27px;
  color: #2b4044;
}
.currencyChange .currencyChangeContent .onlyNumbers {
  font-style: normal;
  max-width: 80px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border: 1px solid #399e70;
}
.currencyChange .currencyChangeContent .selectric {
  border: 1px solid #399e70;
}
.currencyChange .currencyChangeContent .button.button-radio {
  font-size: 20px;
  padding: 12px 15px;
  border: none;
  background-color: #3aaec4;
  color: #fff;
  line-height: 1;
}
.currencyChange .currencyChangeContent .button.button-radio:hover,
.currencyChange .currencyChangeContent .button.button-radio:focus,
.currencyChange .currencyChangeContent .button.button-radio.current {
  background-color: #e34f32;
}
.currencyChange .currencyChangeContent .button.button-radio:active {
  background-color: #dd3e1e;
}
.currencyChange .currencyChangeContent .jq-radio {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.lte-ie-8 .currencyChange .currencyChangeContent .jq-radio {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.currencyChange .currencyChangeContent .jq-radio.checked + label.button.button-radio {
  background-color: #e34f32;
}
@media (max-width: 992px) {
  .currencyChange .currencyChangeContent {
    padding-left: 60px;
    padding-right: 60px;
  }
  .currencyChange .currencyChangeContent label {
    display: block;
    text-align: left !important;
  }
  .currencyChange .currencyChangeContent label.button {
    display: inline-block;
  }
  .currencyChange .currencyChangeContent .radioGroup {
    text-align: left;
  }
  .currencyChange .currencyChangeContent .onlyNumbers {
    max-width: 70px;
  }
  .currencyChange .currencyChangeContent p.text-info {
    font-size: 15px;
  }
}
.orderPreview {
  background-color: #fafdff;
  padding: 10px 65px;
  border: 2px solid #cddbe4;
  margin-bottom: 20px;
}
.orderPreview .previewButtons {
  text-align: center !important;
}
.orderPreview .previewButtons .button-red {
  padding: 10px 60px;
}
.orderPreview .button {
  font-size: 26px;
  line-height: 26px;
  padding-left: 30px;
  padding-right: 30px;
}
.orderPreview .button.button-unstyled {
  font-size: 16px;
  text-shadow: none;
  border-color: transparent;
  background: none !important;
  color: #179bc6;
}
.orderPreview .button.button-unstyled:hover,
.orderPreview .button.button-unstyled:focus {
  border-color: transparent;
  background: none !important;
  color: #1489af;
}
.orderPreview .button.button-unstyled:active {
  border-color: transparent;
  background: none !important;
  color: #127798;
}
.orderPreview h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #2e3947;
  line-height: 1.2;
  border-bottom: 1px solid #cdd2d7;
  margin-top: 25px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.orderPreview p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.orderPreview p sup {
  position: relative;
  top: 0;
  line-height: 1;
  color: #d2342b;
}
.orderPreview .crossLine {
  margin: 20px -67px;
  padding: 10px 67px;
  background: #edbc29 url(/images/3/bg/yellow_pattern.png) top left repeat;
}
.orderPreview .crossLine h2 {
  color: #fff;
  margin: 0;
  border: none;
  text-shadow: 0px 1px 0px rgba(2, 2, 2, 0.2);
  white-space: normal;
}
.placeOrder {
  background-color: #fafdff;
  padding: 10px 65px;
  border: 2px solid #cddbe4;
  margin-bottom: 20px;
}
.placeOrder .previewButtons {
  text-align: center !important;
}
.placeOrder .previewButtons .button-red {
  padding: 10px 60px;
}
.placeOrder input,
.placeOrder textarea,
.placeOrder .selectric {
  border: 1px solid #3ea979;
}
.placeOrder h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #2e3947;
  line-height: 1.2;
  border-bottom: 1px solid #cdd2d7;
  margin-top: 25px;
  margin-bottom: 20px;
}
.placeOrder p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.placeOrder p.no-padding {
  padding: 0;
  margin: -5px 0 10px 0;
}
.placeOrder p sup {
  position: relative;
  top: 0;
  line-height: 1;
  color: #d2342b;
}
.placeOrder .crossLine {
  margin: 20px -67px;
  padding: 10px 67px;
  background: #edbc29 url(/images/3/bg/yellow_pattern.png) top left repeat;
}
.placeOrder .crossLine h2 {
  color: #fff;
  margin: 0;
  border: none;
  text-shadow: 0px 1px 0px rgba(2, 2, 2, 0.2);
}
.placeOrder .crossLine.toppper {
  margin-top: -11px;
}
.placeOrder .crossLine.green {
  background-image: url(/images/3/bg/calc_pattern.png);
}
.placeOrder label {
  display: block;
  margin: 12px 0px;
  text-align: left;
}
.placeOrder label span {
  font-weight: 400;
  font-size: 14px;
  color: #282e39;
  padding-left: 5px;
}
@media (max-width: 992px) {
  .orderPreview,
  .placeOrder {
    padding-left: 30px;
    padding-right: 30px;
  }
  .orderPreview .crossLine,
  .placeOrder .crossLine {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 769px) {
  .orderPreview p,
  .placeOrder p {
    text-align: left !important;
  }
  .placeOrder label {
    margin-top: 0;
  }
}
.previewDiscountProgram {
  margin-bottom: 20px;
}
.previewDiscountProgram h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1c2635;
  text-align: right;
  margin: 0;
  padding: 10px 20px 10px 50px;
}
.previewDiscountProgram h5 strong {
  font-weight: 600;
}
.previewDiscountProgram h5 .icon {
  width: 30px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.previewDiscountProgram label {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  text-align: left;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.previewDiscountProgram label span {
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.previewDiscountProgram label.label-radio {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  line-height: 18px;
}
.previewDiscountProgram label.label-radio span {
  font-weight: normal;
  font-size: 14px;
  color: #282e39;
}
@media (max-width: 769px) {
  .previewDiscountProgram {
    margin-left: -30px;
    margin-right: -30px;
  }
  .previewDiscountProgram h5 {
    text-align: left !important;
  }
}
.jq-checkbox {
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #70c09c;
  background: #ffffff center center no-repeat;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
.jq-checkbox.checked {
  background-image: url(/images/3/icon/checkbox_checked.png);
}
.jq-checkbox.checked .jq-checkbox__div {
  display: none !important;
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
  background: #70c09c;
  border-radius: 0;
  box-shadow: none;
}
.jq-checkbox.focused {
  border: 1px solid #08C;
}
.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #4fb285;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  vertical-align: middle;
  cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #4fb285;
}
.jq-radio.focused {
  border: 1px solid #08C;
}
.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}
.focused .jq-file__name {
  border: 1px solid #5794BF;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
  color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 30px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}
.jq-selectbox__select:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
  top: 33px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  color: #231F20;
}
.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif;
}
input[type="search"].styler {
  -webkit-appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:after {
  content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
#admin-pane {
  display: none !important;
}


/*# sourceMappingURL=style.css.map */
