/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-size: 18px;
  line-height: 1.2;
  font-family: "PT Sans", arial, sans-serif;

  background: #fffbf1;
}

main {
  width: 100%;
  overflow: hidden;
}

section {
  padding: 30px 0;
}

.s1 {
  min-height: 833px;
  padding: 30px 0 75px;

  background: url("../../../content/UC6rb8NnDSZqrdP/img/background.jpg") no-repeat center top;
  background-size: cover;
}

header {
  margin: 0 0 20px;
  padding: 5px 0;

  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #3e370d;
  text-transform: uppercase;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#817c40+0,5a4e35+100 */

  background: rgb(225, 220, 116); /* Old browsers */
  background:    -moz-linear-gradient(top, rgba(225, 220, 116, 1) 0%, rgba(224, 216, 141, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(225, 220, 116, 1) 0%, rgba(224, 216, 141, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, rgba(225, 220, 116, 1) 0%, rgba(224, 216, 141, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 2px solid #fefdf9;
  border-right: none;
  border-left: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dc74', endColorstr='#e0d88d', GradientType=0); /* IE6-9 */
}

header span {
  display: inline-block;
  margin: 0 10px;
}

header span b {
  font-weight: bold;
  color: #3b380f;
}

.s1 h2 {
  margin-top: 10px;
  padding: 20px 0;

  font-weight: 600;
  /* color: #fdf4a7; */
  color: #a61d42;
  text-shadow: 1px 2px 1px rgb(255, 180, 88);
}

h1 {
  margin: 15px 0 5px;

  font-weight: 400;
  font-size: 52px;
  text-align: center;
  /* color: #ffffff; */
  color: #a61d42;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgb(39, 38, 38);
}

h1 span {
  display: block;
}

h1 b {
  font-weight: bold;
  color: #990d0c;
}

.s1 .girl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;

  /* width: 320px; */
  width: 300px;
}

.s1 .items {
  position: relative;

  text-align: center;
}

.s1 .s1-info {
  margin-bottom: 25px;

  /* color: #ffffff; */
  color: #ffffff;
  /* text-shadow: 2px 2px 2px rgb(39, 38, 38); */
}

.s1 .s1-info span {
  font-weight: bold;
}

.or {
  position: relative;
  z-index: 99;
}

.s1 .item {
  position: relative;
  z-index: 99;

  display: inline-block;
  width: 131px;
  height: 195px;
  margin: 0 10px 15px;
  padding: 54px 8px 20px;

  line-height: 121px;

  background: url("../../../content/UC6rb8NnDSZqrdP/img/s1_item.png");
}

.s1 .item span {
  display: inline-block;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
  color: #300e11;
}

.ord-block {
  padding: 20px 0;

  text-align: center;

  background: #ffffff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 3px #bfbfbf;
          box-shadow: 0 0 3px 3px #bfbfbf;
}

.ord-block-head {
  margin: 0 -15px 10px;
  padding: 5px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fec400+0,fde700+50,fec400+100 */

  background: rgb(254, 196, 0); /* Old browsers */
  background:    -moz-linear-gradient(top, rgba(254, 196, 0, 1) 0%, rgba(253, 231, 0, 1) 50%, rgba(254, 196, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254, 196, 0, 1) 0%, rgba(253, 231, 0, 1) 50%, rgba(254, 196, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, rgba(254, 196, 0, 1) 0%, rgba(253, 231, 0, 1) 50%, rgba(254, 196, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-border-radius: 7px;
          border-radius: 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec400', endColorstr='#fec400', GradientType=0); /* IE6-9 */
}

.ord-block-head span {
  display: block;
  padding: 7px 0;

  font-weight: bold;
  font-size: 24px;
  color: #300e11;
  text-transform: uppercase;

  border: 2px dashed #5a4e35;
}

.ord-block-head span b {
  display: block;

  font-weight: bold;
  color: #ff0000;
  text-transform: none;
}

.ord-block .price {
  margin: 0 0 5px;

  font-weight: bold;
  font-size: 24px;
  color: #300e11;
}

.timer-head {
  margin: 0 0 10px;

  font-weight: 300;
  font-size: 16px;
  color: #300e11;
}

.timer {
  margin: 0 0 15px;
}

.timer span {
  display: inline-block;
  width: 64px;

  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
}

.timer span b {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;

  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #eeeeee;
          text-shadow: 0 3px 3px #000000;

  background: #000000;
  background-image:     linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-clip: padding-box;
  border: 1px solid #555555;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);

  -webkit-text-shadow: 0 3px 3px #000000;
     -moz-text-shadow: 0 3px 3px #000000;
}

.btn {
  display: inline-block;
  margin: 15px 0 0;
  padding: 10px;

  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  white-space: normal;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f62b2b+0,d20202+100 */

  background: rgb(246, 43, 43); /* Old browsers */
  background:    -moz-linear-gradient(top, rgba(246, 43, 43, 1) 0%, rgba(210, 2, 2, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(246, 43, 43, 1) 0%, rgba(210, 2, 2, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, rgba(246, 43, 43, 1) 0%, rgba(210, 2, 2, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f62b2b', endColorstr='#d20202', GradientType=0); /* IE6-9 */

  -webkit-transition: all 1s ease-out;
     -moz-transition: all 1s ease-out;
       -o-transition: all 1s ease-out;
}

.s1 .btn {
  display: block;
  margin: 0 20px;
}

.btn:hover {
  color: #ffffff;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e40a0a+0,9f0202+100 */

  background: rgb(228, 10, 10); /* Old browsers */
  background:    -moz-linear-gradient(top, rgba(228, 10, 10, 1) 0%, rgba(159, 2, 2, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(228, 10, 10, 1) 0%, rgba(159, 2, 2, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, rgba(228, 10, 10, 1) 0%, rgba(159, 2, 2, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #b30808;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90b700', endColorstr='#9f0202', GradientType=0); /* IE6-9 */
}

.s14 .btn {
  background: rgb(144, 183, 0); /* Old browsers */
  background:    -moz-linear-gradient(top, rgba(144, 183, 0, 1) 0%, rgba(82, 145, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(144, 183, 0, 1) 0%, rgba(82, 145, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, rgba(144, 183, 0, 1) 0%, rgba(82, 145, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90b700', endColorstr='#529100', GradientType=0); /* IE6-9 */
}

.s14 .btn:hover {
  background: rgb(126, 150, 0); /* Old browsers */
  background:    -moz-linear-gradient(top, rgba(126, 150, 0, 1) 0%, rgba(32, 145, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(126, 150, 0, 1) 0%, rgba(32, 145, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, rgba(126, 150, 0, 1) 0%, rgba(32, 145, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #13b346;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7E9600', endColorstr='#209100', GradientType=0); /* IE6-9 */
}

.s14 h2 {
  color: #A12000;
}

h2 {
  position: relative;

  margin: 0 0 25px;
  padding: 10px 0;

  font-weight: bold;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.img-responsive {
  display: block;
  margin: 0 auto 15px;
}

/*
.s2-img,
.s6-img {
  width: 210px;
}
*/

.btn-center {
  text-align: center;
}

table img {
  width: 150px;
}

table {
  font-weight: 300;
  font-size: 25px;
  text-align: center;
}

table tr td {
  padding: 10px 0;
}

table span {
  display: inline-block;
  padding: 0 15px;
}

.s6 .item p,
.s8 .item p,
.s10 .item p {
  font-size: 16px;
  text-align: center;
}

.s6 .item img {
  margin: 0 auto 5px;
}

.s3 {
  /* background: #c1ef8f; */
  background: #ece9aa;;
}

.s6 {
  color: #ffffff;

  /* background: #a82f2f; */
  background: #722f37;
}

.s6 h2 {
  padding: 10px 0;

  /* color: #fff000; */
  color: #f3ff71;
}
}

.s6 li,
.s6 p {
  padding: 0 15px;

  font-size: 16px;
}

.s4-rb h2 {
  margin: 0;
  padding: 10px 0;

  text-align: left;
}

.s2 h2 {
  padding-top: 25px;
}

.s3 h2 {
  padding: 10px 0;

  text-align: left;
}

.s3 p {
  font-size: 16px;
}

.s3 .s5-doc-info {
  font-size: 16px;
  text-align: center;
  font-style: italic;
}

.s3 .s5-doc-info span {
  display: block;

  font-weight: bold;
}

.s3 img,
.s6 img {
  border: 8px solid #ffffff;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(50, 50, 50, 0.75);
     -moz-box-shadow: 3px 3px 10px 0 rgba(50, 50, 50, 0.75);
          box-shadow: 3px 3px 10px 0 rgba(50, 50, 50, 0.75);
}

.s4 .title {
  font-weight: bolder;
  font-size: 14px;
  text-align: center;
}

.s4 .tables {
  font-size: 12px;
}

.s4 .tables div span {
  position: relative;

  padding-left: 20px;
}

.s4 .tables div span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;

  display: block;
  width: 5px;
  height: 5px;

  transform: translateY(-50%);
}

.s4 .tables:nth-child(2) div:nth-child(1) span:before {
  background: #25b7d8;
}

.s4 .tables:nth-child(2) div:nth-child(2) span:before {
  background: #438d66;
}

.s4 .tables:nth-child(3) div:nth-child(1) span:before {
  background: #dbdb23;
}

.s4 .tables:nth-child(3) div:nth-child(2) span:before {
  background: #db2223;
}

.s4 .tables:nth-child(4) div:nth-child(1) span:before {
  background: #f655a0;
}

.s8 .description p {
  font-size: 16px;
  text-align: center;
  /* new bold */
  font-weight: bold;
}

.s8 .items .title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.s8 .items p {
  margin-top: 0;
  padding: 0 30px;

  font-size: 16px;
  text-align: center;
  ;
}

.s8 .remember p {
  margin: 0;

  font-size: 16px;
  text-align: center;
  ;
}

.s8 .remember p:first-child {
  margin-bottom: 20px;

  color: #b11919;
  font-style: italic;
  ;
}

.s10,
.s12 {
  background: #ffffff;
}

.s10 .items .title {
  padding: 0 10px;

  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.s8 img,
.s10 img {
  padding: 5px;

  background: #ffffff;
  border: 2px dashed #868786;
}

.s2 p,
.s4 p,
.s5 ul li,
.s9 p,
.s11 p,
.s12 p {
  font-size: 18px;
}

.s3 p,
.s7 ul li {
  font-size: 18px;
}

.relative {
  position: relative;
}

p,
li {
  margin: 15px 0;

  font-weight: 300;
  font-size: 22px;
}

h3 {
  margin: 0 0 15px;

  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

li {
  /* font-size: 20px; */
  font-size: 18px;
}

.row-items {
  font-size: 0;
  text-align: center;
}

.item-3 {
  display: inline-block;
  width: 33%;
  min-width: 130px;
  margin: 0 0 20px;
  padding: 0 5px;

  line-height: 1.2;
  vertical-align: top;
}

.item-4 {
  display: inline-block;
  width: 25%;
  min-width: 130px;
  margin: 0 0 20px;
  padding: 0 5px;

  line-height: 1.2;
  vertical-align: top;
}

.s10,
.s13 {
  background: #ffffff;
}

.doc_wrap {
  padding: 10px;

  background: #ffffff;
  box-shadow: 0 0 14px rgba(50, 50, 50, 0.3);
}

.doc_wrap span {
  display: block;
}

.bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.s9 .item {
  margin: 0 0 25px;
  padding: 45px 20px 20px;

  background: url("../../../content/UC6rb8NnDSZqrdP/img/s11_item.jpg");
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.s13 {
  padding: 70px 0;
}

.prices-row {
  position: relative;

  background: url("../../../content/UC6rb8NnDSZqrdP/img/price-bg.jpg") no-repeat center top;
  background-size: cover;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

/*
.prices-row:after {
  content: "";
  position: absolute;
  top: -55px;
  left: 5px;

  display: block;
  width: 220px;
  height: 260px;

  background: url("../../../content/UC6rb8NnDSZqrdP/img/product.png") no-repeat;
  background-size: cover;
}
*/

.prices-head {
  padding-left: 190px;

  font-weight: bold;
  font-size: 0;
  color: #ffee09;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#918b4b+0,665a3c+100 */

  background: rgb(145, 139, 75); /* Old browsers */
  background:    -moz-linear-gradient(top, rgba(145, 139, 75, 1) 0%, rgba(102, 90, 60, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(145, 139, 75, 1) 0%, rgba(102, 90, 60, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background:         linear-gradient(to bottom, rgba(145, 139, 75, 1) 0%, rgba(102, 90, 60, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
          border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
          border-top-right-radius: 15px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#918b4b', endColorstr='#665a3c', GradientType=0); /* IE6-9 */
}

.prices-head span {
  display: inline-block;
  width: 50%;

  font-size: 40px;
  line-height: 48px;
  vertical-align: top;
  text-align: center;
}

.price-text {
  padding: 15px 0;

  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  /* color: #300e11; */
  color: #A12000;
  text-shadow: 0 0 1px #111111;
}

.price-text span {
  display: block;
}

.price-text b {
  /* color: #1b7b2a; */
  color: #A12000;
}

.price_wrap {
  padding-left: 190px;
}

.price-price {
  margin: 15px 0 0;

  text-align: center;

  background: #ddfa00;
}

.price-price span {
  display: block;

  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #300e11;
}

.price-price span:nth-child(2) {
  font-size: 22px;
}

.price-price-head {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #ddfa00;
  text-transform: uppercase;

  background: #dd2122;
}

label {
  display: block;

  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.s__main input,
.s__main select {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 0 auto 15px;
  padding: 0 0 0 15px;

  font-size: 16px;
  color: #7f9db9;

  border: 1px solid #7f9db9;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  outline: none;
}

select {
  background: url("../../../content/UC6rb8NnDSZqrdP/img/sel.png") no-repeat 95% center #ffffff;
  cursor: pointer;

  -webkit-user-select:      none;
     -moz-user-select: -moz-none;
      -ms-user-select:      none;
          user-select:      none;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #7f9db9;
}

input::-moz-placeholder {
  color: #7f9db9;
}

/* Firefox 19+ */
input:-moz-placeholder {
  color: #7f9db9;
}

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #7f9db9;
}

@media screen and (max-width: 1210px) {
  .s1 .item {
    margin: 0 5px 15px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }

  header {
    font-size: 20px;
  }

  p,
  li,
  table {
    font-size: 18px;
  }

  h2,
  .prices-head span {
    font-size: 25px;
  }

  .prices-head span {
    display: inline;
    width: auto;
  }

  .prices-row:after {
    display: none;
  }

  .price-price {
    max-width: 300px;
    margin: 0 auto;
  }

  .prices-head {
    text-align: center;
  }

  .prices-head,
  .price_wrap {
    padding-left: 0;
  }

  .price_wrap {
    padding-bottom: 15px;
  }

  .price-text {
    /* color: #1b7b2a; */
    color: #A12000;
    text-shadow: 0 0 1px #111111;
  }

  .s13 {
    padding: 30px 0;
  }
}

@media screen and (max-width: 540px) {
  header span {
    display: inline;
    margin: 0;
  }

  h1 {
    font-size: 28px;
    /*text-shadow: 0 0 1px #ffffff;*/
  }

  section {
    padding: 20px 0 10px;
  }

  table img {
    width: 80px;
  }

  table tr td {
    vertical-align: top;
  }

  table {
    font-size: 16px;
    text-align: left;
  }

  h2 {
    font-size: 22px;
  }

  table span {
    display: inline-block;
    padding: 0 10px 0 0;
  }

  .s1 .img-responsive {
    max-width: 160px;
  }

  .item-3 {
    margin: 0 0 10px;
  }

  p,
  li,
  table {
    font-size: 16px;
  }

  h3 {
    font-size: 18px;
  }

  .s13 {
    padding: 10px 0;
  }

  .prices-row {
    padding-bottom: 10px;
  }

  .btn {
    font-size: 20px;
  }
}


