#align .center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#align .y {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#align .x {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@font-face {
  font-family: pfagoraslabpro;
  /* Имя шрифта */
  src: url(fonts/pfagoraslabpro-reg.ttf);
  /* Путь к файлу со шрифтом */
}
*:not(input) {
  user-select: none;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: pfagoraslabpro;
  /* Имя шрифта */
  text-decoration: none;
  box-sizing: border-box;
  border: none;
}
input {
  border: none;
}
div.button,
div.button2,
span.more {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  cursor: pointer;
}
div.button:hover,
div.button2:hover,
span.more:hover {
  text-decoration: underline;
}
div.navigation {
  position: fixed;
  margin: auto;
  z-index: 11;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: transparent;
  transition: background-color 1000ms linear;
}
div.navigation.onscroll {
  background-color: rgba(102, 55, 109, 0.92);
  border-bottom: 2px solid #66376d;
}
div.navigation.onscroll div.wrap div.logo {
  width: 149px;
  height: 46px;
  background: url("img/logo-w2.png") center center no-repeat;
  background-size: cover;
}
div.navigation div.wrap {
  position: relative;
  display: inline-block;
  min-width: 1006px;
}
div.navigation div.wrap div.logo {
  width: 197px;
  height: 46px;
  background: url("img/logo-w1.png") center center no-repeat;
  background-size: cover;
  background-size: 75%;
  margin: 23px 0 0 0;
  cursor: pointer;
  display: inline-block;
}
div.navigation div.wrap ul.menu {
  margin: auto;
  display: inline-block;
  width: 700px;
  vertical-align: top;
  top: 31px;
  text-align: center;
  margin-top: 36px;
}
div.navigation div.wrap ul.menu li {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
  cursor: pointer;
}
div.navigation div.wrap ul.menu li:hover {
  color: #ffd800;
}
div.navigation div.wrap div.phoneBox {
  text-transform: uppercase;
  margin-top: 8px;
  margin-left: 20px;
  float: right;
  color: white;
  font-size: 19px;
  font-weight: 400;
}
div.navigation div.wrap div.phoneBox div.button {
  width: 176px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background-color: #ffd800;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 4px 5px 5px 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 14px;
  margin: 3px;
  font-weight: 400;
  text-transform: uppercase;
}
.window1 {
  text-align: center;
  background: url("img/bg-w1.png") center center no-repeat;
  background-size: cover 100%;
  width: 100%;
  height: 658px;
  position: relative;
}
.window1 div.machine {
  width: 220px;
  height: 246px;
  background: url("img/bg-w1-2.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  right: -700px;
  left: 0;
  margin: auto;
  bottom: 0;
}
.window1 p.titles {
  display: inline-block;
  margin-top: 6px;
}
.window1 p.titles:nth-child(2) {
  background-color: #fdcd09;
  color: #66376d;
  font-size: 26px;
  font-weight: 400;
  padding: 4px;
  padding-bottom: 0;
  margin-top: 146px;
}
.window1 p.titles:nth-child(4) {
  background-color: #66376d;
  color: #fff;
  font-size: 49px;
  font-weight: 700;
  padding: 4px;
  padding-bottom: 0;
}
.window1 p.titles:nth-child(6) {
  background-color: #66376d;
  color: #fff;
  font-size: 49px;
  font-weight: 700;
  padding: 4px;
  padding-bottom: 0;
}
.window1 p.titles:nth-child(8) {
  background-color: #66376d;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 4px;
  padding-bottom: 0;
}
.window1 p.titles:nth-child(10) {
  background-color: #fdcd09;
  color: #66376d;
  padding: 4px;
  font-size: 26px;
  padding-bottom: 0;
  font-weight: 400;
}
.window1 div.button {
  width: 257px;
  height: 45px;
  margin-top: 36px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: white;
  background-image: linear-gradient(to top, #ececec 0%, white 100%);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window1 p.text {
  color: white;
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.window2 {
  width: 100%;
  height: 662px;
  text-align: center;
}
.window2 p.title {
  color: #66376d;
  font-size: 34px;
  margin-top: 33px;
  font-weight: 700;
}
.window2 p.subtitle {
  color: #303030;
  font-size: 24px;
  font-weight: 400;
  margin-top: -24px;
}
.window2 div.wrap {
  display: inline-block;
  width: 963px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.window2 div.wrap div.item {
  text-align: center;
  display: inline-block;
  width: 180px;
  margin-bottom: 55px;
  opacity: 0;
}
.window2 div.wrap div.item img {
  border-bottom: 1px solid #66376d;
  padding-bottom: 6px;
}
.window2 div.wrap div.item span.title {
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
}
.window2 div.button2 {
  width: 285px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: white;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window2 p.text {
  color: #66376d;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -10px;
}
.window3 {
  position: relative;
  width: 100%;
  height: 588px;
  background: url("img/w3-bg1.png"), url("img/w3-bg2.png");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
.window3 div.wrap {
  height: 517px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.window3 div.wrap div.left {
  margin-right: 120px;
  display: inline-block;
  text-align: center;
}
.window3 div.wrap div.left p:nth-child(1) {
  color: #ffe866;
  font-size: 60px;
  font-weight: 700;
  line-height: 24px;
}
.window3 div.wrap div.left p:nth-child(2) {
  color: white;
  font-size: 31px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 18px;
}
.window3 div.wrap div.left hr {
  width: 353px;
  height: 1px;
  background-color: white;
  display: inline-block;
}
.window3 div.wrap div.left p:nth-child(4) {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  color: #ffe866;
}
.window3 div.wrap div.left img {
  margin-top: 30px;
}
.window3 div.wrap div.left p:nth-child(6) {
  color: white;
  font-size: 31px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 13px;
}
.window3 div.wrap div.left p:nth-child(7) {
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin-top: 44px;
}
.window3 div.wrap div.form {
  display: inline-block;
  width: 400px;
  height: 517px;
  background-color: white;
}
.window3 div.wrap div.form p.title {
  color: #66376d;
  text-align: center;
  font-size: 22px;
  margin-top: 41px;
  font-weight: 700;
}
.window3 div.wrap div.form div.clock {
  width: 400px;
  height: 125px;
  margin-top: 23px;
  background-color: #fdcd09;
}
.window3 div.wrap div.form div.clock p.title {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 48px;
}
.window3 div.wrap div.form div.clock p.timer-titles {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
}
.window3 div.wrap div.form div.clock p.timer-titles span {
  display: inline-block;
  margin: 0 20px;
}
.window3 div.wrap div.form div.clock p.timer-titles span:nth-child(1) {
  margin-left: 37px;
  margin-right: 28px;
}
.window3 div.wrap div.form div.clock p.timer-titles span:nth-child(4) {
  margin-right: 28px;
}
.window3 div.wrap div.form div.padding {
  padding: 0 31px;
  text-align: left;
}
.window3 div.wrap div.form div.padding span.name {
  color: #66376d;
  font-size: 16px;
  font-weight: 400;
  margin-top: 9px;
  display: inline-block;
}
.window3 div.wrap div.form div.padding input.person {
  width: 334px;
  height: 51px;
  border: 1px solid #bababa;
}
.window3 div.wrap div.form div.padding input {
  margin-top: 7px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 21px;
}
.window3 div.wrap div.form div.padding input.code {
  width: 82px;
  height: 51px;
  border: 1px solid #bababa;
}
.window3 div.wrap div.form div.padding input.phone {
  width: 248px;
  height: 51px;
  margin-left: 4px;
  border: 1px solid #bababa;
}
.window3 div.wrap div.form input.sendForm {
  width: 251px;
  height: 53px;
  line-height: 53px;
  margin-top: 16px;
  display: inline-block;
  text-align: center;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 600;
}
.window4 {
  width: 100%;
  height: 692px;
  text-align: center;
  background: url("img/w4-bg.png") center center no-repeat;
  background-size: cover 100%;
  overflow: hidden;
}
.window4 p.title {
  color: #66376d;
  font-size: 34px;
  font-weight: 700;
  margin-top: 41px;
}
.window4 p.subtitle {
  color: #303030;
  font-size: 24px;
  font-weight: 400;
  margin-top: -5px;
}
.window4 div.wrap {
  display: inline-block;
  width: 929px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.window4 div.wrap div.item {
  text-align: center;
  display: inline-block;
  width: 306px;
  margin-bottom: 55px;
  opacity: 0;
}
.window4 div.wrap div.item.animated {
  opacity: 1;
}
.window4 div.wrap div.item span.title {
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
}
.window4 p.text {
  background-color: #282828;
  color: #f8f8f7;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.window4 div.button {
  width: 251px;
  height: 52px;
  line-height: 53px;
  text-align: center;
  display: inline-block;
  margin-top: 22px;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window5 {
  width: 100%;
  height: 1240px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.window5 p.title {
  color: #66376d;
  font-size: 34px;
  font-weight: 700;
  margin-top: 42px;
}
.window5 p.subtitle {
  color: #303030;
  font-size: 24px;
  font-weight: 400;
  margin-top: -24px;
}
.window5 div.wrap {
  display: inline-block;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  width: 911px;
  height: 542px;
  background-color: white;
  border: 1px solid lightgrey;
  border-radius: 4px;
}
.window5 div.wrap p.text {
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 32px;
}
.window5 div.wrap p.text:not(:first-child) {
  margin-top: 26px;
}
.window5 div.wrap div.radio {
  margin-top: 18px;
}
.window5 div.wrap div.radio div {
  display: inline-block;
  margin: 0 20px 0 0;
}
.window5 div.wrap div.radio input[type="radio"] {
  display: none;
}
.window5 div.wrap div.radio input[type="radio"] + label {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.window5 div.wrap div.radio input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.window5 div.wrap div.radio input[type="radio"] + label span {
  border: 1px solid #ddd;
}
.window5 div.wrap div.radio input[type="radio"]:checked + label span {
  background: url('img/w5-radio2.png') center center no-repeat;
}
.window5 div.wrap div.radio input[type="radio"] + label span,
.window5 div.wrap div.radio input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
.window5 div.wrap div.switch {
  margin-top: 4px;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
}
.window5 div.wrap div.switch span.text {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: text-bottom;
}
.window5 div.wrap div.switch .switch {
  margin: 0 10px;
  position: relative;
  display: inline-block;
  width: 43px;
  height: 21px;
  background-color: #fdcd09;
  border: 1px solid lightgrey;
  border-radius: 2px;
  box-shadow: inset -1px 0 5px rgba(0, 0, 0, 0.35);
}
.window5 div.wrap div.switch .switch input {
  display: none;
}
.window5 div.wrap div.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #66376d;
  -webkit-transition: .4s;
  transition: .4s;
}
.window5 div.wrap div.switch .slider:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 28px;
  left: -1px;
  bottom: -7px;
  background: url('img/w5-switch.png') center center no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}
.window5 div.wrap div.switch input:checked + .slider {
  background-color: #fdcd09;
}
.window5 div.wrap div.switch input:focus + .slider {
  box-shadow: 0 0 1px #fdcd09;
}
.window5 div.wrap div.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.window5 div.wrap .noUi-target {
  display: inline-block;
  margin-top: 8px;
  width: 708px;
  height: 13px;
  background-color: #fdcd09;
  box-shadow: inset -1px 0 5px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 7px;
}
.window5 div.wrap .noUi-background {
  border: 1px solid lightgrey;
  background-color: #fafafa;
  box-shadow: -1px 0 0 white, inset -1px 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
}
.window5 div.wrap .noUi-handle {
  width: 21px;
  height: 26px;
  left: -12px !important;
  background: url('img/w5-slider.png') center center no-repeat;
  border: none;
  box-shadow: none;
}
.window5 div.wrap .noUi-handle:after {
  display: none;
}
.window5 div.wrap .noUi-handle:before {
  display: none;
}
.window5 div.wrap div.text {
  text-align: center;
  position: relative;
}
.window5 div.wrap div.text p.title {
  color: #282828;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  top: 16px;
  position: absolute;
  margin: auto;
}
.window5 div.wrap div.text p.title:before {
  content: '|';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  font-size: 9px;
  color: #8C8787;
}
.window5 div.wrap div.text p.title:nth-child(1) {
  left: 110px;
}
.window5 div.wrap div.text p.title:nth-child(2) {
  left: 0;
  right: 0;
}
.window5 div.wrap div.text p.title:nth-child(3) {
  right: 130px;
}
.window5 div.wrap p.price {
  color: #282828;
  font-size: 51px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 85px;
}
.window5 div.wrap div.button {
  width: 252px;
  height: 53px;
  display: inline-block;
  line-height: 53px;
  margin-top: 9px;
  text-align: center;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window5 div.wrap span.text {
  color: #b23636;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  display: inline-block;
}
.window5 div.wrap span.more {
  color: #66376d;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  margin-top: 17px;
  display: inline-block;
}
.window5 div.price_scriptcanvas {
  position: relative;
}
.window5 div.price_scriptcanvas span.before,
.window5 div.price_scriptcanvas .after {
  position: absolute;
  color: #66376d;
  font-size: 52px;
  font-weight: 900;
  line-height: 24px;
  left: 0;
  right: 600px;
  top: 30px;
}
.window5 div.price_scriptcanvas .after {
  left: 600px;
  right: 0;
  top: 30px;
}
.window5 .result-item-slider {
  position: relative;
  display: inline-block;
  width: 380px;
  margin: 40px auto 10px;
  height: 400px;
  margin-top: 90px;
}
.window5 .result-item-slider .result-after,
.window5 .result-item-slider .result-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.window5 .result-item-slider .result-wrapper {
  background: url(img/furniture/armch.png) bottom left no-repeat;
  width: 50%;
  z-index: 2;
  overflow: hidden;
  height: 100%;
}
.window5 .result-item-slider .result-after {
  background: url(img/furniture/armch2.png) bottom left no-repeat;
  height: 100%;
  width: 100%;
}
.window5 .result-item-slider .drag-cursor {
  cursor: e-resize;
  height: 400px;
  width: 31px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -15px;
  z-index: 3;
  background: url(img/w5-cursor.png) no-repeat;
}
.window6 {
  width: 100%;
  height: 653px;
  background: url("img/w6-bg1.png"), url("img/w6-bg2.png");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  overflow: hidden;
}
.window6 p.title {
  color: #ffe866;
  font-size: 35px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 38px;
}
.window6 p.subtitle {
  color: white;
  font-size: 24px;
  font-weight: 400;
  margin-top: -15px;
}
.window6 div.wrap {
  display: inline-block;
  width: 929px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.window6 div.wrap div.item:nth-child(1):after {
  content: "";
  display: inline-block;
  background: url('img/w6-arrow.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 18px;
}
.window6 div.wrap div.item:nth-child(2):after {
  content: "";
  display: inline-block;
  background: url('img/w6-arrow.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 18px;
}
.window6 div.wrap div.item:nth-child(4):after {
  content: "";
  display: inline-block;
  background: url('img/w6-arrow.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 18px;
}
.window6 div.wrap div.item:nth-child(5):after {
  content: "";
  display: inline-block;
  background: url('img/w6-arrow.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 18px;
}
.window6 div.wrap div.item {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 306px;
  margin-bottom: 55px;
  opacity: 0;
}
.window6 div.wrap div.item span.title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.window6 p.text {
  background-color: #282828;
  color: #f8f8f7;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.window6 div.button {
  width: 414px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 5px;
  box-shado: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window7 {
  width: 100%;
  height: 1252px;
  text-align: center;
  overflow: hidden;
}
.window7 p.title {
  color: #66376d;
  font-size: 35px;
  font-weight: 700;
  margin-top: 41px;
}
.window7 p.subtitle {
  color: #303030;
  font-size: 24px;
  font-weight: 400;
  margin-top: -7px;
}
.window7 table.main {
  margin: auto;
  margin-top: 75px;
  text-align: center;
  border-collapse: collapse;
}
.window7 table.main tr td {
  vertical-align: top;
  padding: 30px 8px;
}
.window7 table.main tr:not(:first-child) {
  border-bottom: 2px solid rgba(221, 221, 221, 0.19);
  margin-bottom: 34px;
}
.window7 table.main tr th {
  color: #282828;
  font-size: 18px;
  font-weight: 700;
}
.window7 table.main tr td p.title {
  color: #66376d;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
}
.window7 table.main tr td p span {
  font-weight: bold;
}
.window7 table.main tr td p.middle {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  padding: 0 8px 0 17px;
}
.window7 table.main tr td p.grey {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}
.window7 table.main p {
  text-align: left;
}
.window7 div.button {
  width: 357px;
  height: 53px;
  line-height: 53px;
  margin-top: 75px;
  display: inline-block;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 5px;
  box-shado: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window9 {
  width: 100%;
  height: 1048px;
  text-align: center;
  overflow: hidden;
}
.window9 p.title {
  color: #66376d;
  font-size: 35px;
  font-weight: 700;
  margin-top: 41px;
}
.window9 p.subtitle {
  color: #303030;
  font-size: 24px;
  font-weight: 400;
  margin-top: -24px;
}
.window9 div.wrap {
  display: inline-block;
  width: 974px;
  background: url("img/w9-bg.png") center center no-repeat;
  background-size: contain;
  height: 510px;
  margin: auto;
  position: relative;
  text-align: center;
  margin-top: 130px;
}
.window9 div.wrap div.item {
  position: absolute;
  text-align: left;
  opacity: 0;
}
.window9 div.wrap div.item p {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
}
.window9 div.wrap div.item:nth-child(1) {
  top: -69px;
  left: 57px;
}
.window9 div.wrap div.item:nth-child(1) p span {
  text-decoration: underline;
}
.window9 div.wrap div.item:nth-child(1) div.button {
  margin-top: 5px;
  width: 140px !important;
  height: 33px !important;
  line-height: 33px;
  text-align: center;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.window9 div.wrap div.item:nth-child(2) {
  top: -69px;
  left: 375px;
}
.window9 div.wrap div.item:nth-child(3) {
  top: -53px;
  left: 700px;
}
.window9 div.wrap div.item:nth-child(3) p span {
  color: #969696;
}
.window9 div.wrap div.item:nth-child(4) {
  top: 179px;
  left: 111px;
}
.window9 div.wrap div.item:nth-child(5) {
  top: 179px;
  left: 468px;
}
.window9 div.wrap div.item:nth-child(6) {
  top: 179px;
  left: 816px;
}
.window9 div.wrap div.item:nth-child(7) {
  top: 432px;
  left: 111px;
}
.window9 div.wrap div.item:nth-child(8) {
  top: 432px;
  left: 438px;
}
.window9 div.wrap div.item:nth-child(9) {
  top: 432px;
  left: 759px;
}
.window9 p.text {
  color: #66376d;
  font-size: 24px;
  font-weight: 700;
  margin-top: 130px;
}
.window9 span.after {
  color: #282828;
  font-size: 18px;
  font-weight: 400;
  margin-top: -22px;
  display: block;
}
.window9 div.button {
  width: 357px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 5px;
  box-shado: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window9 span.text {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 400;
}
.window8 {
  width: 100%;
  height: 415px;
  background: url("img/w8-bg1.png"), url("img/w8-bg2.png");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  position: relative;
  overflow: auto;
}
.window8 p.title {
  color: #ffe866;
  font-size: 35px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px;
}
.window8 img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 405px;
  margin: auto;
}
.window8 p.text {
  width: 567px;
  height: 161px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 530px;
  right: 0;
  margin: auto;
  text-align: left;
}
.window8 img.firm {
  position: absolute;
  bottom: 36px;
  left: 165px;
  right: 0;
  margin: auto;
}
.window8 img.firm.prochem {
  left: 620px;
  bottom: 19px;
}
.window10 {
  width: 100%;
  height: 583px;
  text-align: center;
  background: url("img/w10-bg1.png"), url("img/w10-bg.png");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  position: relative;
}
.window10 p.title {
  margin-top: 47px;
  color: #ffe866;
  font-size: 35px;
  font-weight: 700;
  line-height: 24px;
}
.window10 .swiper-container {
  margin-top: 40px;
  height: 472px;
  overflow: hidden;
}
.window10 .swiper-container .swiper-slide p.text {
  color: white;
  width: 750px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 43px;
}
.window10 .swiper-container .wrap-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: inherit;
  height: 22px;
  bottom: 64px!important;
  width: 320px;
}
.window10 .swiper-container .wrap-btn div {
  height: 22px;
  line-height: 22px;
  color: #ffe866;
  font-size: 18px;
  font-weight: 600;
}
.window10 .swiper-container .wrap-btn .swiper-button-prev {
  background: url('img/w10-left.png') no-repeat left center;
  background-size: 12px, 22px;
  padding-left: 25px;
}
.window10 .swiper-container .wrap-btn .swiper-button-next {
  background: url('img/w10-right.png') no-repeat right center;
  background-size: 12px, 22px;
  padding-right: 25px;
  width: 122px;
}
.window11 {
  width: 100%;
  height: 504px;
  text-align: center;
  background: url("img/w11-bg.png") center center no-repeat;
  background-size: cover 100%;
  overflow: hidden;
}
.window11 p.title {
  color: #66376d;
  font-size: 35px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 44px;
}
.window11 p.text {
  color: #282828;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 50px;
}
.window11 div.title {
  margin-top: 30px;
  width: 442px;
  height: 49px;
  display: inline-block;
  line-height: 49px;
  background-color: #66376d;
  color: #ffd800;
  font-size: 26px;
}
.window11 div.button {
  width: 234px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  margin-top: 32px;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.window11 div.incolor {
  display: inline-block;
  margin-top: 37px;
  width: 64px;
  height: 53px;
  background: url("img/w11-incolor.png") center center no-repeat;
  background-size: cover;
}
div.wrapPop {
  position: absolute;
  top: 0;
  left: 0;
  height: 8328px;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.88);
  z-index: 12;
  display: none;
}
div.wrapPop div.price {
  position: absolute;
  display: none;
  top: 100px;
  left: 0;
  z-index: 23;
  right: 0;
  margin: auto;
  width: 769px;
  height: 3968px;
  background-color: white;
  text-align: center;
}
div.wrapPop div.price span.close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('img/close.png') center center no-repeat;
  background-size: contain;
  margin-top: 27px;
}
div.wrapPop div.price p.title {
  color: #66376d;
  font-size: 29px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.wrapPop div.price .item {
  position: relative;
  text-align: center;
  width: 90%;
  padding: 14px 0;
  display: inline-block;
  border-bottom: 1px solid #66376d;
  min-height: 100px;
}
div.wrapPop div.price .item.small span.title {
  top: 34px;
}
div.wrapPop div.price .item.small p.text {
  top: 34px;
}
div.wrapPop div.price .item.small p.text.big {
  top: 13px;
}
div.wrapPop div.price .item span.title {
  color: #282828;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 53px;
  bottom: 0;
  left: 32px;
  margin: auto;
}
div.wrapPop div.price .item p.text {
  color: #66376d;
  font-size: 29px;
  font-weight: 400;
  position: absolute;
  top: 55px;
  bottom: 0;
  right: 47px;
  margin: auto;
}
div.wrapPop div.price .item p.text span.small {
  font-size: 14px;
}
div.formPop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.88);
  z-index: 12;
  display: none;
}
div.formPop div.form {
  text-align: center;
  display: inline-block;
  width: 400px;
  height: 481px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
div.formPop div.form span.close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('img/close.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}
div.formPop div.form p.title {
  color: #66376d;
  text-align: center;
  font-size: 22px;
  margin-top: 41px;
  font-weight: 700;
}
div.formPop div.form p.text {
  margin-top: 23px;
}
div.formPop div.form div.padding {
  padding: 0 31px;
  text-align: left;
  margin-top: 20px;
}
div.formPop div.form div.padding span.name {
  color: #66376d;
  font-size: 16px;
  font-weight: 400;
  margin-top: 9px;
  display: inline-block;
}
div.formPop div.form div.padding input.person {
  width: 334px;
  height: 51px;
  border: 1px solid #bababa;
}
div.formPop div.form div.padding input {
  margin-top: 7px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 21px;
}
div.formPop div.form div.padding input.code {
  width: 82px;
  height: 51px;
  border: 1px solid #bababa;
}
div.formPop div.form div.padding input.phone {
  width: 248px;
  height: 51px;
  margin-left: 4px;
  border: 1px solid #bababa;
}
div.formPop div.form input.button {
  width: 251px;
  height: 53px;
  line-height: 53px;
  margin-top: 16px;
  display: inline-block;
  text-align: center;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 600;
}
 
.spoiler{
    position: fixed;
    width: 100%;
    top: 0;
    background: url(../img/sp.jpg) 50% 50% repeat-x;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    min-height: 42px;
    box-sizing: border-box;
    z-index: 100;
}

.spoiler .t-container {
    position: relative;
}

.spoiler .text{
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 13px;
    line-height: 0.8;
    padding-left: 174px;
    background: url(../img/ny-ball.png) 100px 0 no-repeat;
    min-height: 70px;
}

.spoiler .text span{
    font-size: 18px;
}



.spoiler div.button {
  float: right;
  min-height: 20px;
  margin-right: 115px;
  margin-top: 10px;
  padding-top: 0px;
  width: 251px;
  height: 52px;
  line-height: 53px;
  text-align: center;
  display: inline-block;
  background-color: #e8363b;
  background-image: linear-gradient(to top, #ffd800 0%, #ffe866 100%);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #66376d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}



.spoiler .close{
    min-height: 20px;
    float: right;
    position: absolute;
    right: 30px;
    margin-top: 20px;
    width: 28px;
    height: 29px;
    background: url(../img/ny-close-big.png) 0 0 no-repeat;
    cursor: pointer;
}

.spoiler .close img{
    cursor: pointer;
}


.spoiler-label{
    position: fixed;
    width: 100%;
    top: 0;
    height: 61px;
    box-sizing: border-box;
    z-index: 90;
}

.spoiler-label .handle{
    float: right;
    box-shadow: 0 8px 15px rgba(0,0,0,0.5);
    right: 0;
    width: 61px;
    height: 61px;
    cursor: pointer;
}

 body{
    padding-top: 0px;
}

