@charset "UTF-8";
.form-control, .input-group-addon {
  border-radius: 0;
  border: none;
  height: 40px; }

.al-text-ellipsis {
  overflow: hidden;
  white-space: nowrap; }

.al-img-illustration-left {
  margin-top: 14px;
  margin-right: 15px;
  margin-bottom: 24px; }

#product {
  position: relative; }

.al-product-section-container {
  position: absolute;
  top: 50%;
  width: 100%; }

.al-product-viewer-outer-container {
  margin: 0 auto;
  border: 1px solid red;
  min-width: 1024px; }

.al-product-viewer {
  position: relative;
  min-height: 600px;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDI0IiBoZWlnaHQ9IjY3NyI+PHJlY3Qgd2lkdGg9IjEwMjQiIGhlaWdodD0iNjc3IiBmaWxsPSIjZWVlIj48L3JlY3Q+PHRleHQgdGV4dC1hbmNob3I9Im1pZGRsZSIgeD0iNTEyIiB5PSIzMzguNSIgc3R5bGU9ImZpbGw6I2FhYTtmb250LXdlaWdodDpib2xkO2ZvbnQtc2l6ZTo2NHB4O2ZvbnQtZmFtaWx5OkFyaWFsLEhlbHZldGljYSxzYW5zLXNlcmlmO2RvbWluYW50LWJhc2VsaW5lOmNlbnRyYWwiPjEwMjR4Njc3PC90ZXh0Pjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.al-product-price-tableau-outer-container {
  text-align: right; }

.al-product-price-tableau {
  float: right;
  width: 20em;
  background: rgba(0, 255, 0, 0.25); }
  .al-product-price-tableau .al-price {
    color: #E90038;
    font-size: 3em;
    font-weight: bold; }
    .al-product-price-tableau .al-price small {
      font-size: 60%; }
  .al-product-price-tableau .btn-container {
    text-align: center; }
  .al-product-price-tableau .pick-up-price {
    font-size: inherit; }

ul.al-material-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.al-product-material-outer-container {
  position: absolute;
  bottom: 2em;
  width: 100%; }

.al-product-material-inner-container {
  position: relative;
  overflow: hidden; }

.al-product-material {
  position: relative;
  float: right;
  left: -50%; }
  .al-product-material a, .al-product-material img {
    display: block; }
  .al-product-material h4, .al-product-material .al-materials {
    position: relative;
    left: 50%; }
  .al-product-material h4 {
    margin-bottom: 0.5em; }
  .al-product-material ul {
    float: left;
    overflow: hidden; }
    .al-product-material ul li {
      float: left;
      margin-right: 0.5em; }

.pv {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; }

.pv-price-tableau-outer-v {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 500; }

.pv-price-tableau-outer-v2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px; }

.pv-price-tableau-outer {
  position: relative;
  float: right;
  left: -50%; }

.pv-price-tableau-inner {
  position: relative;
  left: 50%; }

.pv-price-tableau {
  height: 95px;
  font-size: 56px;
  font-weight: bold;
  color: #fc7643; /*#b62b2b;*/
  float: left;
  margin-right: 50px; }

.pv-buy-button-panel {
  width: 250px;
  height: 95px;
  background: red;
  position: relative;
  float: right;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjN2U0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjNzY0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc7e4d), color-stop(100%, #fc7643));
  background-image: -moz-linear-gradient(top, #fc7e4d 0%, #fc7643 100%);
  background-image: -webkit-linear-gradient(top, #fc7e4d 0%, #fc7643 100%);
  background-image: linear-gradient(to bottom, #fc7e4d 0%, #fc7643 100%); }
  .pv-buy-button-panel:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 25px solid #fc7643; }
  .pv-buy-button-panel a {
    display: block;
    font-weight: bold;
    font-size: 42px;
    padding-top: 20px;
    color: #fff; /*#B62B2B;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
    .pv-buy-button-panel a:hover {
      text-decoration: none; }

.pv-image {
  position: relative;
  max-width: 1024px;
  max-height: 677px;
  min-width: 840px;
  min-height: 380px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(/assets/img/amsterdam_econom_v.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.pv-size-and-filler {
  max-width: 960px;
  margin: 0 auto 20px auto;
  text-align: center; }
  .pv-size-and-filler .pv-sf-block {
    display: inline-block;
    margin-right: 20px; }

.pv-choose-materials {
  max-width: 960px;
  margin: 0 auto 20px auto;
  text-align: center; }

.pv-materials-outer-v {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px; }

.pv-materials-outer {
  position: relative;
  float: right;
  left: -50%; }

.pv-materials-inner {
  position: relative;
  left: 50%; }

.pv-material-group {
  float: left; }
  .pv-material-group ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    .pv-material-group ul li {
      position: relative;
      float: left;
      overflow: visible; }
    .pv-material-group ul:after, .pv-material-group ul:before {
      content: '';
      display: table; }
    .pv-material-group ul:after {
      clear: both; }
  .pv-material-group label {
    display: block;
    cursor: pointer; }

img.pv-material-img {
  position: relative; }

img.pv-material-img {
  top: 5px;
  width: 128px;
  height: 128px;
  margin: 0 10px;
  border-width: 0;
  background-color: #EEEEEE; }
  input[type="radio"]:checked + img.pv-material-img {
    top: 0;
    margin: 0 5px;
    width: 138px;
    height: 138px;
    border-width: 7px;
    border-style: solid;
    border-color: #fc7c4b; }

input.pv-material-radio {
  display: none; }

.pv-material-description {
  margin-top: 5px; }
  .pv-material-description:before {
    content: '';
    display: block;
    height: 20px;
    border-width: 0 1px 1px 1px;
    border-color: #CCCCCC;
    border-style: dashed;
    margin: 0 10px; }
  .pv-material-description span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 90%; }
  .pv-material-description .pv-material-name {
    font-weight: bold; }

.detail-table td {
  position: relative;
  padding: 0 20px 3px 0; }
.detail-table ul {
  margin: 0;
  padding: 0 0 0 20px; }

.detail-table-label {
  vertical-align: top;
  padding: 0 20px 0 0; }
  .detail-table-label span {
    background-color: white;
    display: inline-block; }
  .detail-table-label span.label-mark {
    font-weight: bold;
    display: inline-block;
    margin-right: 15px; }

.detail-table-heading {
  font-size: 22px;
  font-weight: bold; }
  .detail-table-heading td {
    padding-top: 30px; }

.text-description {
  margin-top: 20px; }

.al-product-header {
  margin-bottom: 10px; }

.al-product-thumb {
  min-width: 170px;
  min-height: 102px;
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAiIGhlaWdodD0iMTAyIj48cmVjdCB3aWR0aD0iMTcwIiBoZWlnaHQ9IjEwMiIgZmlsbD0iI2VlZSI+PC9yZWN0Pjx0ZXh0IHRleHQtYW5jaG9yPSJtaWRkbGUiIHg9Ijg1IiB5PSI1MSIgc3R5bGU9ImZpbGw6I2FhYTtmb250LXdlaWdodDpib2xkO2ZvbnQtc2l6ZToxMnB4O2ZvbnQtZmFtaWx5OkFyaWFsLEhlbHZldGljYSxzYW5zLXNlcmlmO2RvbWluYW50LWJhc2VsaW5lOmNlbnRyYWwiPjE3MHgxMDI8L3RleHQ+PC9zdmc+);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.al-product-name {
  text-transform: uppercase; }

.al-chosen-materials .al-chosen-materials-item {
  margin-bottom: 10px; }
.al-chosen-materials .al-material-name {
  font-weight: bold; }
.al-chosen-materials .al-material-usage {
  color: #466f76; }
.al-chosen-materials .al-chosen-material-thumb-sm {
  margin-right: 10px; }
  .al-chosen-materials .al-chosen-material-thumb-sm img {
    width: 72px;
    height: 72px; }

.al-theme-order-form.al-checkbox-sqrd span.tick {
  background-color: #4fb0c3; }
  .al-theme-order-form.al-checkbox-sqrd span.tick:after {
    border-color: #203336; }

.al-product-chars {
  padding: 0;
  list-style-type: none; }
  .al-product-chars li {
    margin: 0 0 10px 0; }
    .al-product-chars li:after {
      display: block;
      content: " ";
      border-bottom: 1px dotted #333; }

.al-price-total {
  padding: 10px;
  font-size: 22px;
  background: #203336;
  color: #73EFFF; }
  .al-price-total .al-delivery-remark {
    font-size: 70%;
    font-style: italic; }

.al-order-button {
  padding: 0 20px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  background: #6161A3;
  border-radius: 0;
  color: white;
  text-transform: uppercase; }
  .al-order-button:hover {
    background: #6666b8;
    color: white; }

label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 5px; }

.terms {
  background-color: #FDA27F;
  background: filter-gradient(#499bea, #207ce5, vertical);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYTI3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkOWI3NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fda27f), color-stop(100%, #fd9b75));
  background-image: -moz-linear-gradient(top, #fda27f 0%, #fd9b75 100%);
  background-image: -webkit-linear-gradient(top, #fda27f 0%, #fd9b75 100%);
  background-image: linear-gradient(to bottom, #fda27f 0%, #fd9b75 100%);
  color: #B62B2B;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  border: 8px solid #F89076;
  padding: 22px;
  margin: 20px 0 20px 0; }
  .terms h3 {
    margin-top: 0;
    font-weight: bold; }
  .terms .al-terms-signature label {
    font-weight: bold; }
  .terms .al-checkbox-sqrd span.tick {
    background-color: #f77c5e; }
    .terms .al-checkbox-sqrd span.tick:after {
      border-color: #B62B2B; }

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(86, 173, 190, 0.95);
  /* rgba(106, 188, 204, 0.85); */
  z-index: 99999; }
  .dialog.is-hidden {
    display: none; }
  .dialog.is-shown {
    display: block; }

.dialog-inner-wrap {
  margin: 20px auto; }

.dialog-close-panel {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .dialog-close-panel:before {
    content: "\0043";
    content: "Закрыть";
    color: white; }

.dialog-header {
  margin-top: 40px;
  text-align: center; }
  .dialog-header h1 {
    font-weight: bold; }
  .dialog-header h1, .dialog-header p {
    color: white; }

.dialog-container {
  padding: 0 40px; }

.dialog-button {
  width: 250px;
  margin: auto;
  padding: 20px 0;
  font-size: 24px;
  color: #3C92AD;
  background-color: white;
  text-align: center;
  cursor: pointer; }

.dialog-info ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .dialog-info ul:before, .dialog-info ul:after {
    content: " ";
    display: table; }
  .dialog-info ul:after {
    clear: both; }
.dialog-info li {
  float: left;
  width: 50%;
  margin: 0; }

.dialog-info-content h2 {
  border-bottom: 1px solid white;
  padding-bottom: 20px; }

.dialog-footer {
  margin-top: 40px; }

#product {
  background: #FFFFFF;
  color: #333333; }

#order {
  padding-bottom: 20px;
  background: #6ABCCC;
  color: #203336; }

#info {
  background: #FFFFFF; }
  #info .al-information-bg {
    background: #FFFFFF; }

.al-checkbox-sqrd {
  position: relative; }
  .al-checkbox-sqrd input[type="checkbox"] {
    visibility: hidden;
    display: none; }
  .al-checkbox-sqrd label {
    color: inherit;
    cursor: pointer;
    padding: 0 0 0 2em; }

.al-checkbox-sqrd span.tick {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0; }

.al-checkbox-sqrd span.tick:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 5px solid #E4161E;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.al-checkbox-sqrd label:hover > span.tick::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.al-checkbox-sqrd input[type=checkbox]:checked + label span.tick:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.al-radio-round {
  position: relative; }
  .al-radio-round input[type="radio"] {
    visibility: hidden;
    display: none; }
  .al-radio-round label {
    color: inherit;
    cursor: pointer;
    padding: 0 0 0 2em; }

.al-radio-round span.tick {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 10px; }

.al-radio-round span.tick:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: inherit;
  top: 2px;
  left: 2px;
  border-radius: 8px; }

.al-radio-round label:hover > span.tick::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.al-radio-round input[type=radio]:checked + label span.tick:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/*# sourceMappingURL=styles-amster-landing.css.map */
