* {
  margin: 0rem;
  padding: 0rem;
}

.clr {
  clear: both;
}

img {
  border: 0rem none;
}

body {
  line-height: 1.15;

  -webkit-font-smoothing: subpixel-antialiased !important;
}

a:focus,
a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

li {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;

  background-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline;
}

audio:not([controls]) {
  display: none;
}

html {
  height: 100%;

  font-size: 100%;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  height: auto;

  border: 0;

  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;

  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  /* *overflow: visible; */
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;

  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;

  vertical-align: top;
}

.clearfix {
  /* *zoom: 1; */
}

.clearfix:before,
.clearfix:after {
  content: "";

  display: table;
}

.clearfix:after {
  clear: both;
}

input[type="submit"]:focus,
input[type="search"]:focus,
button[type="button"]:focus {
  outline: 0 none;
}

a:hover {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* END RESET */


img {
  max-width: 100%;
  max-height: 100%;
}

.bold {
  font-weight: bold;
}

.btn-default {
  background-color: #ff9d00;
  -webkit-box-shadow: 0 0.625rem #b16200;
          box-shadow: 0 0.625rem #b16200;

  -webkit-transition: 0.5s all;
       -o-transition: 0.5s all;
          transition: 0.5s all;
}

.btn-default:hover {
  background-color: #2ea980;
  -webkit-box-shadow: 0 0.625rem #0a3e27;
          box-shadow: 0 0.625rem #0a3e27;
}

.btn-default:active {
  background-color: #2ea980;
  -webkit-box-shadow: 0 0.3125rem #0a3e27;
          box-shadow: 0 0.3125rem #0a3e27;
  -webkit-transform: translateY(0.3125rem);
      -ms-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.btn-default:focus {
  outline: none;
}

body {
  padding: 0 !important;

  font-weight: normal;
  font-size: 0.875rem;
  font-family: "Roboto",
  sans-serif;
  color: #000000;

  background-color: #ffffff;
}

.wr-all {
  width: 100%;
  overflow: hidden;
}

.wr {
  position: relative;
  z-index: 99;

  width: 100%;
  margin: 0 auto;

  font-size: 0.875rem;

  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.wr .block,
.wr .block2 {
  position: relative;

  width: 20rem;
  margin: 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.wr .block1 {
  width: 100%;
}

.wr.wr01 {
  background-color: #10a676;
}

.wr.wr0 {
  z-index: 100;

  background-color: transparent;
}
.wr.wr0::before {
  content: "";
  position: absolute;
  top: -1.75rem;
  left: -10%;
  z-index: -1;

  display: block;
  width: 140%;
  height: 125%;

  background-image: -webkit-gradient(linear, left top, right top, from(#0ec1c2), color-stop(20%, #0eab5c), color-stop(60%, #0eab5c), to(#0ec1c2));
  background-image:      -o-linear-gradient(left, #0ec1c2 0%, #0eab5c 20%, #0eab5c 60%, #0ec1c2 100%);
  background-image: -webkit-linear-gradient(left, #0ec1c2 0%, #0eab5c 20%, #0eab5c 60%, #0ec1c2 100%);
  background-image:         linear-gradient(to right, #0ec1c2 0%, #0eab5c 20%, #0eab5c 60%, #0ec1c2 100%);
  -webkit-box-shadow: 0 0 0.9375rem 0.0625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.9375rem 0.0625rem rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}
.wr.wr0 .block {
  padding-bottom: 1.25rem;

  text-align: center;
}
.wr.wr0 .block::before {
  content: "";
  position: absolute;
  top: 0rem;
  right: 85%;

  display: block;
  width: 12.5rem;
  height: 11.25rem;

  background: url("../img/sheet.png") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.wr.wr0 .block .img {
  display: inline-block;
  width: 2.5rem;

  vertical-align: middle;
}
.wr.wr0 .block .text {
  display: inline-block;

  font-weight: 700;
  font-size: 2rem;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;
}

.wr.wr1 {
  margin-top: -2.5rem;
  padding-top: 1.75rem;

  background-color: #10a676;
  background-image: url("../img/wr1.png");
}
.wr.wr1 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;

  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}
.wr.wr1 .block .img-girl {
  position: relative;
  bottom: -95px;
  z-index: 2;

  width: 10%;
  height: 18.75rem;
}
.wr.wr1 .block .img-girl img {
  max-width: unset;
  max-height: unset;
}
.wr.wr1 .block .right {
  width:90%;
  padding-top: 1.25rem;
}
.wr.wr1 .block .right .text {
  font-size: 1.625rem;
  font-family: "Roboto Condensed",
  sans-serif;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
}
.wr.wr1 .block .right .img1 {
  width: 16.25rem;
  margin-top: 2.5rem;
  margin-left: -1.25rem;
}
.wr.wr1 .block .right .img-product {
  width: 95px;
  margin-top: 25%;
  margin-left:90px;
}
.wr.wr1 .block .right .img2 {
  margin-top: -35%;
  margin-left: -20%;
}

.wr.wr2 {
  z-index: 100;

  background-color: #10a676;
}
.wr.wr2 .block {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.wr.wr2 .block .img-fruit {
  position: absolute;
  top: -4.125rem;
  left: -1.25rem;

  width: 10rem;
}
.wr.wr2 .block .item1 .item-title {
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
  color: #fff000;
}
.wr.wr2 .block .item1 .list {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.wr.wr2 .block .item1 .list li {
  position: relative;

  margin-top: 1.25rem;
  padding-left: 2.5rem;

  font-weight: bold;
  font-size: 1.5625rem;
  color: #ffffff;
}
.wr.wr2 .block .item1 .list li::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0rem;

  display: block;
  width: 0.8125rem;
  height: 0.8125rem;

  border-bottom: 0.375rem solid #ffffff;
  border-left: 0.375rem solid #ffffff;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.wr.wr2 .block .item2 {
  margin-top: 1.25rem;

  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.3;
  text-align: center;
  color: #fff000;
}
.wr.wr2 .block .item3 .btn-default {
  display: block;
  width: 85%;
  margin: 0.9375rem auto 0 auto;
  padding: 0.375rem 0.9375rem;

  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Roboto Condensed",
  sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  border: none;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
}
.wr.wr2 .block .item4 {
  margin-top: 1.5625rem;

  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.wr.wr2 .block .item4 .text1 {
  color: #5dd2b1;
  text-decoration: line-through;
}
.wr.wr2 .block .item4 .text2 {
  display: inline-block;
  margin-left: 0.3125rem;

  color: #fff000;
}
.wr.wr2 .img-flower {
  position: absolute;
  right: -6%;
  bottom: -1.875rem;
  z-index: 2;
}

.wr.wr3_0 {
  left: -100%;
  z-index: 99;

  width: 300%;
  overflow: hidden;

  background-image: url("../img/wr3.png"), -webkit-gradient(linear, left top, left bottom, from(#de671f), color-stop(40%, #f4aa3e), to(#de671f));
  background-image: url("../img/wr3.png"), -o-linear-gradient(#de671f 0%, #f4aa3e 40%, #de671f 100%);
  background-image: url("../img/wr3.png"), -webkit-linear-gradient(#de671f 0%, #f4aa3e 40%, #de671f 100%);
  background-image: url("../img/wr3.png"), linear-gradient(#de671f 0%, #f4aa3e 40%, #de671f 100%);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-border-bottom-right-radius: 50%;
          border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
          border-bottom-left-radius: 50%;
}

.wr.wr3 {
  background-color: transparent;
}
.wr.wr3 .block .item-body {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.wr.wr3 .block .item-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 1.25rem;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}
.wr.wr3 .block .item-body .item .item-img {
  width: 45%;
}
.wr.wr3 .block .item-body .item .item-text {
  width: 52%;

  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.wr.wr3 .block .item-body .item1 .item-text,
.wr.wr3 .block .item-body .item3 .item-text {
  text-align: right;
}
.wr.wr3 .block .img-fruit {
  display: inline-block;
  margin-top: -14%;
  margin-left: -16%;
}

.wr.wr4 {
  z-index: 98;

  margin-top: -10%;
  padding-top: 10%;

  background: url("../img/wr4.png") center center no-repeat, url("../img/wr4_1.png") top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.wr.wr4 .block {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.wr.wr4 .block .title {
  font-weight: bold;
  font-size: 1.1875rem;
  text-align: center;
}
.wr.wr4 .block .item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.3125rem;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}
.wr.wr4 .block .item-body .item-doc {
  width: 9.375rem;
  height: 9.375rem;
  overflow: hidden;

  background: url("../img/wr4-doc.png") no-repeat 42% 10%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 1.25rem 0.0625rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.25rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.wr.wr4 .block .item-body .item-doc img {
  max-width: unset;
  max-height: unset;
  margin-top: -1.875rem;
  margin-left: -3.75rem;
}
.wr.wr4 .block .item-body .item-box {
  width: 6.25rem;
}
.wr.wr4 .block .item-body .item-box .item-name {
  font-size: 0.75rem;
}
.wr.wr4 .block .item-body .item-box .item-name .bold {
  font-size: 0.6875rem;
}
.wr.wr4 .block .item-body .item-box .item-sign {
  margin-top: 0.9375rem;

  font-size: 1.3125rem;
  text-align: center;
  color: #0960ac;

  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.wr.wr4 .block .item-body .item-box .item-print {
  margin-top: 0.9375rem;

  text-align: center;
}
.wr.wr4 .block .text {
  margin-top: 0.9375rem;

  text-align: center;
}
.wr.wr4 .block .img-flower {
  position: absolute;
  bottom: -1.875rem;
  left: -12%;
  z-index: 2;
}

.wr.wr5 {
  z-index: 97;

  background-color: #2458a8;
  background-image: url("../img/wr5.png");
}
.wr.wr5 .block {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.wr.wr5 .block .title {
  font-weight: 700;
  font-size: 1.875rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #fff000;
  text-transform: uppercase;
}
.wr.wr5 .block .item-body {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.wr.wr5 .block .item-body .item {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 2.5rem;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}
.wr.wr5 .block .item-body .item .item-img {
  width: 30%;
}
.wr.wr5 .block .item-body .item .item-box {
  width: 65%;

  font-weight: 700;
}
.wr.wr5 .block .item-body .item .item-box .item-title {
  font-size: 1.25rem;
  color: #ffe400;
}
.wr.wr5 .block .item-body .item .item-box .item-text {
  margin-top: 0.3125rem;

  font-size: 1rem;
  color: #ffffff;
}
.wr.wr5 .block .item-body .item1 .item-box,
.wr.wr5 .block .item-body .item3 .item-box {
  text-align: right;
}
.wr.wr5 .block .item-body .item1::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 38%;

  display: block;
  width: 6.25rem;
  height: 4.0625rem;

  background: url("../img/arrow-right.png") 0 0 no-repeat;
}
.wr.wr5 .block .item-body .item2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;

  display: block;
  width: 6.25rem;
  height: 4.0625rem;

  background: url("../img/arrow-right.png") 0 0 no-repeat;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.wr.wr5 .block .item-body .item2::before {
  content: "";
  position: absolute;
  top: -22%;
  right: -22%;
  z-index: -1;

  display: block;
  width: 6.25rem;
  height: 4.375rem;

  background: url("../img/wr5-img1.png") 0 0 no-repeat;
}
/*.wr.wr5 .block .item-body .item3::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -27%;
  z-index: -1;

  display: block;
  width: 7.5rem;
  height: 7.5rem;

  background: url("../img/wr5-img3.png") 0 0 no-repeat;
}*/
.wr.wr5 .block .btn-group .btn-default {
  display: block;
  width: 90%;
  margin: 0.9375rem auto 0 auto;
  padding: 0.625rem 0.9375rem;

  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  border: none;
  -webkit-border-radius: 1.5625rem;
          border-radius: 1.5625rem;
}
.wr.wr5 .block .bottom-text {
  margin-top: 1.875rem;

  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
.wr.wr5 .block .img-apel {
  position: absolute;
  right: -15%;
  bottom: -1.875rem;
  z-index: 2;

  width: 7.8125rem;
  height: 5.625rem;
}

.wr.wr6 {
  z-index: 96;

  background-image: url("../img/wr7.png"), -webkit-gradient(linear, left top, left bottom, from(#b4e46b), color-stop(50%, #72aa38), to(#b4e46b));
  background-image: url("../img/wr7.png"), -o-linear-gradient(#b4e46b 0%, #72aa38 50%, #b4e46b 100%);
  background-image: url("../img/wr7.png"), -webkit-linear-gradient(#b4e46b 0%, #72aa38 50%, #b4e46b 100%);
  background-image: url("../img/wr7.png"), linear-gradient(#b4e46b 0%, #72aa38 50%, #b4e46b 100%);
}
.wr.wr6 .block {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.wr.wr6 .block .title {
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.wr.wr6 .block .item {
  position: relative;

  margin-top: 0.9375rem;

  text-align: center;
  color: #ffffff;
}
.wr.wr6 .block .item img {
  border: 5px solid #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.wr.wr6 .block .item .item-title {
  margin-top: 0.9375rem;

  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.wr.wr6 .block .item .item-text {
  margin-top: 0.9375rem;

  font-size: 1.125rem;
}
/*.wr.wr6 .block .item1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  z-index: -1;

  display: block;
  width: 9.0625rem;
  height: 7.5rem;

  background: url("../img/wr7-img3.png") 0 0 no-repeat;
}*/
/*.wr.wr6 .block .item3::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -15%;
  z-index: -1;

  display: block;
  width: 9.0625rem;
  height: 7.5rem;

  background: url("../img/wr7-img5.png") 0 0 no-repeat;
}*/
/*.wr.wr6 .block .item5::before {
  content: "";
  position: absolute;
  bottom: 25%;
  left: -15%;
  z-index: -1;

  display: block;
  width: 9.0625rem;
  height: 7.5rem;

  background: url("../img/flower.png") 0 0 no-repeat;
}*/
/*.wr.wr6 .block .item4::after {
  content: "";
  position: absolute;
  bottom: 55%;
  left: 85%;
  z-index: -1;

  display: block;
  width: 9.0625rem;
  height: 7.5rem;

  background: url("../img/wr7-img4.png") 0 0 no-repeat;
}*/

.wr.wr7 .block {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.wr.wr7 .block .title {
  font-weight: 700;
  font-size: 2.1875rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #0aaa15;
  text-transform: uppercase;
}
.wr.wr7 .block .list {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.wr.wr7 .block .list li {
  position: relative;

  margin-top: 1.875rem;
  padding-left: 3.75rem;

  font-size: 1.25rem;
}
.wr.wr7 .block .list li::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;

  display: block;
  width: 3.4375rem;
  height: 3.75rem;
}
.wr.wr7 .block .list .li1::before {
  background: url("../img/wr8-item1.png") 0 0 no-repeat;
}
.wr.wr7 .block .list .li2::before {
  background: url("../img/wr8-item2.png") 0 0 no-repeat;
}
.wr.wr7 .block .list .li3::before {
  background: url("../img/wr8-item3.png") 0 0 no-repeat;
}

.wr.wr8 {
  padding-bottom: 50px;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#1271ca), color-stop(50%, #1da6e3), to(#1271ca));
  background-image:      -o-linear-gradient(#1271ca 0%, #1da6e3 50%, #1271ca 100%);
  background-image: -webkit-linear-gradient(#1271ca 0%, #1da6e3 50%, #1271ca 100%);
  background-image:         linear-gradient(#1271ca 0%, #1da6e3 50%, #1271ca 100%);
}
.wr.wr8 .block {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.wr.wr8 .block .flower {
  position: absolute;
  top: 2%;
  left: -22%;
  z-index: -1;
}
.wr.wr8 .block .flower2 {
  position: absolute;
  top: -5%;
  right: -22%;
  z-index: -1;
}
.wr.wr8 .block .butterfly {
  position: absolute;
  right: -10%;
  bottom: 37.5%;
}
.wr.wr8 .block .title {
  margin-bottom: 1.25rem;

  font-weight: 700;
  font-size: 1.625rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.wr.wr8 .block .slick-slide {
  height: auto;
}

.wr.wr8 .block .item-body {
  margin-top: 0.625rem;
  padding: 0.9375rem 1.25rem;

  background-color: #ffffff;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
}
.wr.wr8 .block .item-body .item1 .img-min {
  display: inline-block;
  width: 10%;

  vertical-align: middle;
}
.wr.wr8 .block .item-body .item1 .item-name {
  display: inline-block;
  max-width: 80%;
  margin-left: 0.3125rem;

  font-weight: bold;
  font-size: 0.875rem;
  vertical-align: middle;
  color: #3280c9;
}
.wr.wr8 .block .item-body .item2 {
  margin-top: 0.625rem;

  font-size: 0.875rem;
}
.wr.wr8 .block .item-body .item3 {
  margin-top: 0.9375rem;

  text-align: center;
}

.wr.wr9 {
  background-image: url("../img/wr10.png");
}
.wr.wr9 .block {
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
}
.wr.wr9 .block .title {
  font-weight: 700;
  font-size: 2.375rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #ff1d2d;
  text-transform: uppercase;
}
.wr.wr9 .block .img-box {
  margin-top: 0.9375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;

  text-align: center;
}
.wr.wr9 .block .img-box .img-cert,
.wr.wr9 .block .img-box .img-product {
  display: inline-block;

  vertical-align: top;
}
.wr.wr9 .block .img-box .img-cert {
  width: 35%;
  margin-top: 0.625rem;
}
.wr.wr9 .block .img-box .img-product {
  width: 60%;
}
.wr.wr9 .block .img-box .img-product img {
  width: 100%;
  max-width: unset;
  max-height: unset;
}
.wr.wr9 .block .text {
  font-size: 1.125rem;
  text-align: center;
}

.wr.wr10 {
  background-color: #4d8ad0;
  background-image: url("../img/wr11.png");
}
.wr.wr10 .block {
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
}
.wr.wr10 .block .title {
  font-weight: 700;
  font-size: 2.0625rem;
  font-family: "Roboto Condensed",
  sans-serif;
  text-align: center;
  color: #1f4575;
  text-transform: uppercase;
}
.wr.wr10 .block .img-girl {
  position: absolute;
  left: 2%;
  z-index: -1;

  width: 15rem;
  margin-top: 0;
}
.wr.wr10 .block .item-body {
  margin-top: 0.625rem;
  padding-left: 40%;
}
.wr.wr10 .block .item-body .item-title {
  margin-bottom: 0.3125rem;

  font-weight: 700;
  font-size: 1.125rem;
  color: #1f4575;
}
.wr.wr10 .block .item-body .item {
  margin-top: 0.625rem;
  padding: 0.625rem;

  font-weight: 700;
  font-size: 0.9375rem;
  color: #ffffff;

  background-color: #ff7941;
}

.wr.wr11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#329451), color-stop(50%, #38b064), to(#329451));
  background-image:      -o-linear-gradient(#329451 0%, #38b064 50%, #329451 100%);
  background-image: -webkit-linear-gradient(#329451 0%, #38b064 50%, #329451 100%);
  background-image:         linear-gradient(#329451 0%, #38b064 50%, #329451 100%);
}
.wr.wr11 .block {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.wr.wr11 .title {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  color: #ffffff;
}
.wr.wr11 .price {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}
.wr.wr11 .price .text1 {
  color: #59ed91;
}
.wr.wr11 .price .text1 span {
  display: inline-block;
  margin-left: 0.3125rem;

  text-decoration: line-through;
}
.wr.wr11 .price .text2 {
  margin-top: 0.3125rem;

  color: #fff000;
}
.wr.wr11 .form-block {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.wr.wr11 .form-block .form-control {
  width: 100%;
  height: 48px;

  padding: 0.9375rem;

  font-size: 1rem;
  font-style: italic;

  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  -webkit-box-shadow: inset 0.1875rem 0.1875rem 0.3125rem #d9d9d9;
          box-shadow: inset 0.1875rem 0.1875rem 0.3125rem #d9d9d9;
}

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

select {
  background: #ffffff url("../img/sel.png") no-repeat 96% 50%;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none !important;
}

.wr.wr11 .form-block .btn-default {
  display: block;
  width: 100%;
  margin: 0.9375rem auto 0 auto;
  padding: 0.625rem 0.9375rem;

  font-weight: 700;
  font-size: 2.0625rem;
  font-family: "Roboto Condensed",
  sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  border: none;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
}
.wr.wr11 .bottom-text {
  margin-top: 1.875rem;

  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
}
.wr.wr11 .block1 {
  margin-top: 0.625rem;

  background-color: #e53d3d;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.wr.wr11 .block1 .subtitle {
  padding: 0.3125rem;

  font-weight: 700;
  font-size: 1rem;
  font-family: "Roboto Condensed",
  sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.wr.wr11 .block1 .img-sale {
  position: absolute;
  top: -0.5625rem;
  left: 85%;

  width: 3.75rem;
}
.wr.wr11 .block1 .img-sale img {
  max-width: 2.1875rem;
}

.wr.wr12 {
  background-color: #235a34;
}
.wr.wr12 .block {
  padding: 1.25rem 0;

  text-align: center;
}
.wr.wr12 .block .text {
  color: #ffffff;
}
.wr.wr12 .block .privacy {
  display: block;
  margin-top: 0.3125rem;

  color: #0581cc;
}
.wr.wr12 .block .privacy:hover {
  text-decoration: underline;
}

@media screen and (min-width: 43.75rem) {
  .wr.wr1 {
    left: -20%;

    width: 140%;

    -webkit-border-bottom-right-radius: 50%;
            border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
            border-bottom-left-radius: 50%;
  }
  .wr.wr0::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#0ec1c2), color-stop(40%, #0eab5c), to(#0ec1c2));
    background-image:      -o-linear-gradient(left, #0ec1c2 0%, #0eab5c 40%, #0ec1c2 100%);
    background-image: -webkit-linear-gradient(left, #0ec1c2 0%, #0eab5c 40%, #0ec1c2 100%);
    background-image:         linear-gradient(to right, #0ec1c2 0%, #0eab5c 40%, #0ec1c2 100%);
  }
}

/* PACKAGE SELECTOR */
.item-gift {
  display: none;
  margin: 10px 0;

  font-weight: 900;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff000;
}

.item-gift .old {
  font-size: 20px;
  color: #3c3a37;
  text-decoration: line-through;
}